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 TypeMethodDescriptionbooleanIDebuggerVariable.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 TypeClassDescriptionclassA composite value, typically, an array or an object.classTyped value that has an inner representation as a number.classA simple value made of a single piece of data.classAn array of values provided by a debugger unit.classA boolean value provided by a debugger unit.classAn 8-bit integer value provided by a debugger unit.classA 16-bit Unicode character value provided by a debugger unit.classA double-precision floating point value provided by a debugger unit.classA simple-precision floating point value provided by a debugger unit.classA 32-bit integer value provided by a debugger unit.classA 64-bit integer value provided by a debugger unit.classA generic object value provided by a debugger unit.classAn unknown value provided by a debugger unit, represented as a byte array.classA 16-bit integer value provided by a debugger unit.classA string value provided by a debugger unit.classThe void value, that may be 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 ITypedValueValueObject.invoke(String method, long threadId, List<ITypedValue> arguments) Invoke a method on this object.static ITypedValueAbstractValuePrimitive.parseValue(String type, String value) Parse a primitive value.Methods in com.pnfsoftware.jeb.core.units.code.debug.impl with parameters of type ITypedValueModifier and TypeMethodDescriptionvoidDebuggerEventData.setReturnValue(ITypedValue retval) Set the function return value.Method parameters in com.pnfsoftware.jeb.core.units.code.debug.impl with type arguments of type ITypedValueModifier and TypeMethodDescriptionabstract ITypedValueValueObject.invoke(String method, long threadId, List<ITypedValue> arguments) Invoke a method on this object.