|
org.netbeans.api.debugger.jpda/2 2.13 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectVariable | |
---|---|
org.netbeans.api.debugger.jpda | JPDA Debugger APIs provide representation of JDI functionality. |
Uses of ObjectVariable in org.netbeans.api.debugger.jpda |
---|
Subinterfaces of ObjectVariable in org.netbeans.api.debugger.jpda | |
---|---|
interface |
ClassVariable
Represents an instance of java.lang.Class from the target VM. |
interface |
ReturnVariable
Represents a return value from a method. |
interface |
Super
Represents super class of some object and its value. |
interface |
This
Represents "this" value for call stack frame. |
Methods in org.netbeans.api.debugger.jpda that return ObjectVariable | |
---|---|
ObjectVariable |
JPDAClassType.getClassLoader()
Gets the classloader object which loaded the class corresponding to this type. |
ObjectVariable |
JPDAThread.getContendedMonitor()
Returns monitor this thread is waiting on. |
ObjectVariable[] |
MethodBreakpoint.getInstanceFilters(JPDADebugger session)
Get the instance filter for a specific debugger session. |
ObjectVariable[] |
LineBreakpoint.getInstanceFilters(JPDADebugger session)
Get the instance filter for a specific debugger session. |
ObjectVariable[] |
FieldBreakpoint.getInstanceFilters(JPDADebugger session)
Get the instance filter for a specific debugger session. |
ObjectVariable[] |
JPDAThread.getOwnedMonitors()
Returns monitors owned by this thread. |
Methods in org.netbeans.api.debugger.jpda that return types with arguments of type ObjectVariable | |
---|---|
List<ObjectVariable> |
JPDAClassType.getInstances(long maxInstances)
Returns instances of this class type. |
List<ObjectVariable> |
ObjectVariable.getReferringObjects(long maxReferrers)
Returns variables that directly reference this variable. |
Methods in org.netbeans.api.debugger.jpda with parameters of type ObjectVariable | |
---|---|
void |
MethodBreakpoint.setInstanceFilters(JPDADebugger session,
ObjectVariable[] instances)
Set the instance filter for a specific debugger session. |
void |
LineBreakpoint.setInstanceFilters(JPDADebugger session,
ObjectVariable[] instances)
Set the instance filter for a specific debugger session. |
void |
FieldBreakpoint.setInstanceFilters(JPDADebugger session,
ObjectVariable[] instances)
Set the instance filter for a specific debugger session. |
|
org.netbeans.api.debugger.jpda/2 2.13 | |||||||||
PREV NEXT | FRAMES NO FRAMES |