# Class: com.pnfsoftware.jeb.core.units.code.debug.impl.DebuggerMachineInformation

Standard implementation of a machine information object.

## Constructor: DebuggerMachineInformation
- parameter: `name`, type: `java.lang.String`
- parameter: `location`, type: `java.lang.String`
- parameter: `flags`, type: `int`
- parameter: `information`, type: `java.lang.String`

Description: Create machine information.
parameter: name: machine name
parameter: location: machine location
parameter: flags: machine flags
parameter: information: information string

## Method: getFlags
- return type: `int`


## Method: getInformation
- return type: `java.lang.String`


## Method: getLocation
- return type: `java.lang.String`


## Method: getName
- return type: `java.lang.String`


## Method: getProcesses
- return type: `java.util.List<? extends com.pnfsoftware.jeb.core.units.code.debug.IDebuggerProcessInformation>`


## Method: toString
- return type: `java.lang.String`


