See: Description
Interface | Description |
---|---|
Constructor |
Representation of a constructor in the workbench or debugger.
|
DebugContext |
Interface for objects representing debugger context.
|
Field |
Representation of a field in the debugger.
|
LocalVariable |
Representation of a local variable in the debugger.
|
Member |
Representation of a class member in the workbench or debugger.
|
Method |
Representation of a method in the workbench or debugger.
|
Scope |
Representation of execution scope in the workbench or debugger.
|
Type |
Representation of a type in the workbench or debugger.
|
Value |
Representation of a primitive or reference value in the workbench or
debugger.
|
Class | Description |
---|---|
NameToValue |
Class for holding a name-to-value mapping.
|
Scope.MethodData |
Scope method data.
|
ValueAndType |
Class for holding a value and declared type.
|
Enum | Description |
---|---|
ScopeTest |
Scope test types.
|
Exception | Description |
---|---|
BadArgumentException |
Exception thrown when an argument is of the incorrect type.
|
BadFormatException |
Exception thrown when a String parameter has an invalid format.
|
JgrdiIsFinalException |
Exception thrown when an attempt to set a final field value is made.
|
JgrdiNoSuchFieldException |
Exception thrown when a specified field could not be found.
|
JgrdiNoSuchMethodException |
Exception thrown when a specified method could not be found.
|
LocalsNotAvailableException |
Exception thrown when an local variables are not available.
|
NoConversionException |
Exception thrown when a method that applies to only certain types is called
on a Value that is not an acceptable type.
|
NoSuchConstructorException |
Exception thrown when a specified constructor could not be found.
|
NoSuchTypeException |
Exception thrown when a specified type could not be found.
|
NotArrayTypeException |
Exception thrown for methods of Type that only work for array types, when
the Type is not an array.
|
NotReferenceTypeException |
Exception thrown for methods of Type that only work for reference types,
when the Type is not a reference.
|
Scope.UpdateException |
Exception for update errors.
|
UnknownTypeException |
Exception thrown when a requested type does not exist in the workbench or
debugger.
|
ValueIsNotAClassObjectException |
Exception thrown for methods of Value that only work for class objects,
when the value is not a class object.
|
ValueIsNotAnArrayException |
Exception thrown for methods of Value that only work for arrays, when the
value is not an array.
|
ValueIsNotAnObjectException |
Exception thrown for methods of Value that only work for objects, when the
value is not an object.
|
WrongStateException |
Exception thrown when the debugger is in a state that does not allow
updating viewers.
|