public class

DebuggerMachineInformation

extends Object
implements IDebuggerMachineInformation
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.DebuggerMachineInformation

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.debug.IDebuggerMachineInformation
Public Constructors
DebuggerMachineInformation(String name, String location, int flags, String information)
Public Methods
int getFlags()
String getInformation()
String getLocation()
String getName()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.debug.IDebuggerMachineInformation

Public Constructors

public DebuggerMachineInformation (String name, String location, int flags, String information)

Public Methods

public int getFlags ()

public String getInformation ()

public String getLocation ()

public String getName ()

public String toString ()