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

Standard target information implementation.

## Constructor: DebuggerTargetInformation
- parameter: `processorType`, type: `com.pnfsoftware.jeb.core.units.codeobject.ProcessorType`
- parameter: `endianness`, type: `com.pnfsoftware.jeb.util.io.Endianness`

Description: Create target information.
parameter: processorType: target processor type
parameter: endianness: target endianness

## Method: getEndianness
- return type: `com.pnfsoftware.jeb.util.io.Endianness`


## Method: getProcessorType
- return type: `com.pnfsoftware.jeb.core.units.codeobject.ProcessorType`


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


## Method: setStringDescription
- parameter: `description`, type: `java.lang.String`

Description: Set the target description.
parameter: description: description string

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


