- CALL_STACK_FRAME_ANNOTATION_TYPE - Static variable in class org.netbeans.spi.debugger.jpda.EditorContext
-
Annotation type constant.
- CallStackFrame - Interface in org.netbeans.api.debugger.jpda
-
Represents one stack frame.
- canBeModified() - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
-
Determines if the target debuggee can be modified.
- canFixClasses() - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
-
Returns true
if this debugger supports fix & continue
(HotSwap).
- canGetInstanceInfo() - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
-
Test whether the debuggee supports accessing of class instances, instance counts, and referring objects.
- canHaveDependentBreakpoints() - Method in class org.netbeans.api.debugger.jpda.JPDABreakpoint
-
- canPopFrames() - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
-
Returns true
if this debugger supports Pop action.
- CLASS_BREAKPOINT_ANNOTATION_TYPE - Static variable in class org.netbeans.spi.debugger.jpda.EditorContext
-
Annotation type constant.
- ClassLoadUnloadBreakpoint - Class in org.netbeans.api.debugger.jpda
-
Notifies about class load and class unload events.
- ClassNames(String[], String[]) - Constructor for class org.netbeans.spi.debugger.jpda.BreakpointsClassFilter.ClassNames
-
Create a new set of class names and excluded class names.
- classObject() - Method in interface org.netbeans.api.debugger.jpda.JPDAClassType
-
Returns the class object variable, that corresponds to this type in the target VM.
- ClassVariable - Interface in org.netbeans.api.debugger.jpda
-
Represents an instance of java.lang.Class from the target VM.
- CONDITION_FAILED - Static variable in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
-
Condition result constant.
- CONDITION_FALSE - Static variable in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
-
Condition result constant.
- CONDITION_NONE - Static variable in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
-
Condition result constant.
- CONDITION_TRUE - Static variable in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
-
Condition result constant.
- CONDITIONAL_BREAKPOINT_ANNOTATION_TYPE - Static variable in class org.netbeans.spi.debugger.jpda.EditorContext
-
Annotation type constant.
- constantPool() - Method in interface org.netbeans.spi.debugger.jpda.EditorContext.BytecodeProvider
-
Retrieve the class' constant pool.
- Context(Lookup) - Constructor for class org.netbeans.spi.debugger.jpda.Evaluator.Context
-
Creates the context, do not call directly
- create(AttachingConnector, Map<String, ? extends Connector.Argument>) - Static method in class org.netbeans.api.debugger.jpda.AttachingDICookie
-
Creates a new instance of AttachingDICookie for given parameters.
- create(String, int) - Static method in class org.netbeans.api.debugger.jpda.AttachingDICookie
-
Creates a new instance of AttachingDICookie for given parameters.
- create(String) - Static method in class org.netbeans.api.debugger.jpda.AttachingDICookie
-
Creates a new instance of AttachingDICookie for given parameters.
- create(String, boolean, int) - Static method in class org.netbeans.api.debugger.jpda.ClassLoadUnloadBreakpoint
-
Creates a new breakpoint for given parameters.
- create(int) - Static method in class org.netbeans.api.debugger.jpda.ClassLoadUnloadBreakpoint
-
Creates a new breakpoint for given parameters.
- create(String, int) - Static method in class org.netbeans.api.debugger.jpda.ExceptionBreakpoint
-
Creates a new breakpoint for given parameters.
- create(String, String, int) - Static method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
-
Creates a new breakpoint for given parameters.
- create(String, String, String, boolean) - Static method in class org.netbeans.api.debugger.jpda.LaunchingDICookie
-
Creates a new instance of LaunchingDICookie for given parameters.
- create(String, String[], String, boolean) - Static method in class org.netbeans.api.debugger.jpda.LaunchingDICookie
-
Creates a new instance of LaunchingDICookie for given parameters.
- create(String, int) - Static method in class org.netbeans.api.debugger.jpda.LineBreakpoint
-
Creates a new breakpoint for given parameters.
- create(ListeningConnector, Map<String, ? extends Connector.Argument>) - Static method in class org.netbeans.api.debugger.jpda.ListeningDICookie
-
Creates a new instance of ListeningDICookie for given parameters.
- create(int) - Static method in class org.netbeans.api.debugger.jpda.ListeningDICookie
-
Creates a new instance of ListeningDICookie for given parameters.
- create(String) - Static method in class org.netbeans.api.debugger.jpda.ListeningDICookie
-
Creates a new instance of ListeningDICookie for given parameters.
- create(String, String) - Static method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
-
Creates a new method breakpoint for given parameters.
- create() - Static method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
-
Creates a new method breakpoint.
- create() - Static method in class org.netbeans.api.debugger.jpda.ThreadBreakpoint
-
Creates a new breakpoint for given parameters.
- createDeadlock(Collection<JPDAThread>) - Method in class org.netbeans.api.debugger.jpda.DeadlockDetector
-
Utility method used by the implementing class to create deadlock instances.
- createJPDAStep(int, int) - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
-
- createMethodOperation(EditorContext.Position, EditorContext.Position, EditorContext.Position, EditorContext.Position, String, String, int) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
-
Creates a method operation.
- createMethodOperation(EditorContext.Position, EditorContext.Position, EditorContext.Position, EditorContext.Position, String, String, int, boolean) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
-
Creates a method operation.
- createMirrorObject() - Method in interface org.netbeans.api.debugger.jpda.Variable
-
Create an object in this JVM, which mirrors the value of this variable in
the target JVM.
- createMirrorVar(Object) - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
-
Create a mirror object in the target virtual machine
- createMirrorVar(Object, boolean) - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
-
Create a mirror object in the target virtual machine
- createPosition(int, int, int) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
-
- createTimeStamp(Object) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
-
Creates a new time stamp.
- CURRENT_EXPRESSION_CURRENT_LINE_ANNOTATION_TYPE - Static variable in class org.netbeans.spi.debugger.jpda.EditorContext
-
Annotation type constant.
- CURRENT_EXPRESSION_SECONDARY_LINE_ANNOTATION_TYPE - Static variable in class org.netbeans.spi.debugger.jpda.EditorContext
-
Annotation type constant.
- CURRENT_LAST_OPERATION_ANNOTATION_TYPE - Static variable in class org.netbeans.spi.debugger.jpda.EditorContext
-
Annotation type constant.
- CURRENT_LINE_ANNOTATION_TYPE - Static variable in class org.netbeans.spi.debugger.jpda.EditorContext
-
Annotation type constant.
- CURRENT_OUT_OPERATION_ANNOTATION_TYPE - Static variable in class org.netbeans.spi.debugger.jpda.EditorContext
-
Annotation type constant.