java.lang.Object | ||
↳ | com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValueComposite | |
↳ | com.pnfsoftware.jeb.core.units.code.debug.impl.ValueObject |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ValueObject(long objectId, long refTypeId, String typeName) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getTypeName() | ||||||||||
abstract ITypedValue |
invoke(String method, long threadId, List<ITypedValue> arguments)
Invoke a method on this object.@return
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Invoke a method on this object.@return
method | method name of this class or any superclass. Example: "toString" |
---|---|
arguments | method parameters |
JebException |
---|