public class

DebuggerTargetInformation

extends Object
implements IDebuggerTargetInformation
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.DebuggerTargetInformation

Class Overview

Standard implementation.

Summary

Public Constructors
DebuggerTargetInformation(ProcessorType processorType, Endianness endianness)
Public Methods
Endianness getEndianness()
ProcessorType getProcessorType()
String getStringDescription()
This method should return a text message as brief and concise as possible.
void setStringDescription(String description)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.debug.IDebuggerTargetInformation

Public Constructors

public DebuggerTargetInformation (ProcessorType processorType, Endianness endianness)

Public Methods

public Endianness getEndianness ()

public ProcessorType getProcessorType ()

public String getStringDescription ()

This method should return a text message as brief and concise as possible.

public void setStringDescription (String description)

public String toString ()