Uses of Interface
com.pnfsoftware.jeb.core.units.code.debug.ITypedValue
Packages that use ITypedValue
Package
Description
Types used by debugger plugins.
Standard implementations of debugger related interfaces.
-
Uses of ITypedValue in com.pnfsoftware.jeb.core.units.code.debug
Methods in com.pnfsoftware.jeb.core.units.code.debug that return ITypedValueModifier and TypeMethodDescriptionIDebuggerEventData.getReturnValue()
IfIDebuggerEventData.getType()
returnedDebuggerEventType.BREAKPOINT_FUNCTION_EXIT
, get the optional return value of the function.IDebuggerVariable.getTypedValue()
Retrieve the variable value.Methods in com.pnfsoftware.jeb.core.units.code.debug with parameters of type ITypedValueModifier and TypeMethodDescriptionboolean
IDebuggerVariable.setTypedValue
(ITypedValue value) Set the variable value. -
Uses of ITypedValue in com.pnfsoftware.jeb.core.units.code.debug.impl
Classes in com.pnfsoftware.jeb.core.units.code.debug.impl that implement ITypedValueModifier and TypeClassDescriptionclass
A composite value, typically, an array or an object.class
Typed value that has an inner representation as a number.class
A simple value made of a single piece of data.class
An array of values provided by a debugger unit.class
A boolean value provided by a debugger unit.class
An 8-bit integer value provided by a debugger unit.class
A 16-bit Unicode character value provided by a debugger unit.class
A double-precision floating point value provided by a debugger unit.class
A simple-precision floating point value provided by a debugger unit.class
A 32-bit integer value provided by a debugger unit.class
A 64-bit integer value provided by a debugger unit.class
A generic object value provided by a debugger unit.class
An unknown value provided by a debugger unit, represented as a byte array.class
A 16-bit integer value provided by a debugger unit.class
A string value provided by a debugger unit.class
The void value, that may provided by a debugger unit to signify that there is "nothing".Methods in com.pnfsoftware.jeb.core.units.code.debug.impl that return ITypedValueModifier and TypeMethodDescriptionDebuggerEventData.getReturnValue()
abstract ITypedValue
ValueObject.invoke
(String method, long threadId, List<ITypedValue> arguments) Invoke a method on this object.static ITypedValue
AbstractValuePrimitive.parseValue
(String type, String value) Methods in com.pnfsoftware.jeb.core.units.code.debug.impl with parameters of type ITypedValueMethod parameters in com.pnfsoftware.jeb.core.units.code.debug.impl with type arguments of type ITypedValueModifier and TypeMethodDescriptionabstract ITypedValue
ValueObject.invoke
(String method, long threadId, List<ITypedValue> arguments) Invoke a method on this object.