Skip navigation links
org.netbeans.api.debugger.jpda/2 3.9.1
A B C D E F G H I J L M N O P R S T U V W 

G

getAllClasses() - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
Get the list of all classes in the debuggee.
getAllInterfaces() - Method in interface org.netbeans.api.debugger.jpda.JPDAClassType
Get all interfaces that are directly or indirectly implemented by this class, or extended by this interface.
getAllStaticFields(int, int) - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
Return all static fields.
getAllThreads() - Method in class org.netbeans.api.debugger.jpda.ThreadsCollector
Returns all threads that exist in the debuggee.
getArgs() - Method in class org.netbeans.api.debugger.jpda.AttachingDICookie
Returns map of arguments.
getArgs() - Method in class org.netbeans.api.debugger.jpda.ListeningDICookie
Returns map of arguments to be used.
getArguments(String, EditorContext.Operation) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Get a list of arguments to the given operation.
getArguments(String, int) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Get a list of arguments passed to method located at the given line.
getAttachingConnector() - Method in class org.netbeans.api.debugger.jpda.AttachingDICookie
Returns instance of AttachingDICookie.
getAvailableStrata() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns name of default stratum.
getBreakpointsActive() - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
Test, if breakpoints are active.
getBreakpointType() - Method in class org.netbeans.api.debugger.jpda.ClassLoadUnloadBreakpoint
Returns type of breakpoint.
getBreakpointType() - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
Returns type of breakpoint (one of TYPE_ACCESS and TYPE_MODIFICATION).
getBreakpointType() - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Returns type of this breakpoint.
getBreakpointType() - Method in class org.netbeans.api.debugger.jpda.ThreadBreakpoint
Returns type of this breakpoint.
getBytecodeIndex() - Method in class org.netbeans.spi.debugger.jpda.EditorContext.Operation
Get the bytecode index of this operation.
getCallStack() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns call stack for this thread.
getCallStack(int, int) - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns call stack for this thread on the given indexes.
getCallStackFrame() - Method in class org.netbeans.spi.debugger.jpda.Evaluator.Context
Get the context call stack frame.
getCatchType() - Method in class org.netbeans.api.debugger.jpda.ExceptionBreakpoint
Returns breakpoint type property value.
getClassesByName(String) - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
Get the list of all classes mathing the given name in the debuggee.
getClassExclusionFilters() - Method in class org.netbeans.api.debugger.jpda.ClassLoadUnloadBreakpoint
Get list of class exclusion filters to stop on.
getClassExclusionFilters() - Method in class org.netbeans.api.debugger.jpda.ExceptionBreakpoint
Get list of class exclusion filters to stop on.
getClassExclusionFilters() - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Get list of class exclusion filters to stop on.
getClassFilters() - Method in class org.netbeans.api.debugger.jpda.ClassLoadUnloadBreakpoint
Get list of class filters to stop on.
getClassFilters() - Method in class org.netbeans.api.debugger.jpda.ExceptionBreakpoint
Get list of class filters to stop on.
getClassFilters() - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Get list of class filters to stop on.
getClassLoader() - Method in interface org.netbeans.api.debugger.jpda.JPDAClassType
Gets the classloader object which loaded the class corresponding to this type.
getClassName() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns class name of this stack frame.
getClassName() - Method in interface org.netbeans.api.debugger.jpda.Field
Returns name of enclosing class.
getClassName() - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
Get name of class the field is defined in.
getClassName() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
If this thread is suspended returns class name this thread is stopped in.
getClassName() - Method in class org.netbeans.api.debugger.jpda.LaunchingDICookie
Returns main class name.
getClassName() - Method in interface org.netbeans.api.debugger.jpda.LocalVariable
Returns name of enclosing class.
getClassName(String, int) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns class name for given url and line number or null.
getClassNames() - Method in class org.netbeans.spi.debugger.jpda.BreakpointsClassFilter.ClassNames
Get the list of class names
getClassType() - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
Get the run-time class type of this object variable.
getColumn() - Method in class org.netbeans.spi.debugger.jpda.EditorContext.Position
Get the column number of this position.
getCommandLine() - Method in class org.netbeans.api.debugger.jpda.LaunchingDICookie
Returns command line to be used.
getComponentType() - Method in interface org.netbeans.api.debugger.jpda.JPDAArrayType
 
getComponentTypeName() - Method in interface org.netbeans.api.debugger.jpda.JPDAArrayType
 
getCondition() - Method in class org.netbeans.api.debugger.jpda.ExceptionBreakpoint
Returns condition.
getCondition() - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
Returns condition.
getCondition() - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Returns condition.
getCondition() - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Returns condition.
getConditionException() - Method in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
Returns result of condition evaluation.
getConditionResult() - Method in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
Returns result of condition evaluation.
getContendedMonitor() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns monitor this thread is waiting on.
getContendedMonitorAndOwner() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns monitor this thread is waiting on, with the information about the owner of the monitor.
getContextObject() - Method in class org.netbeans.spi.debugger.jpda.Evaluator.Context
Get an optional context object.
getContextVariable() - Method in class org.netbeans.spi.debugger.jpda.Evaluator.Context
Get an optional context variable.
getCurrentBreakpoint() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns the current breakpoint hit by this thread.
getCurrentCallStackFrame() - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
Returns current stack frame or null.
getCurrentClassName() - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns name of class currently selected in editor or empty string.
getCurrentFieldName() - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns name of field currently selected in editor or null.
getCurrentLineNumber() - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns number of line currently selected in editor or -1.
getCurrentMethodDeclaration() - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns name and signature of method declaration currently selected in editor, or null.
getCurrentMethodName() - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns name of method currently selected in editor or empty string.
getCurrentOperation(String) - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns the current operation (if any) at the location of this call stack frame.
getCurrentOperation() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns the operation that is being currently executed on this thread.
getCurrentThread() - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
Returns current thread or null.
getCurrentURL() - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns URL of source currently selected in editor or empty string.
getDeadlockDetector() - Method in class org.netbeans.api.debugger.jpda.ThreadsCollector
Creates a deadlock detector.
getDeadlocks() - Method in class org.netbeans.api.debugger.jpda.DeadlockDetector
Get the set of detected deadlocks.
getDebugger() - Method in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
Returns JPDADebugger instance this breakpoint has been reached in.
getDeclaredType() - Method in interface org.netbeans.api.debugger.jpda.Field
Declared type of this field.
getDeclaredType() - Method in interface org.netbeans.api.debugger.jpda.LocalVariable
Declared type of this local.
getDeclaringClass() - Method in interface org.netbeans.api.debugger.jpda.Field
Get the class type in which this field was declared.
getDefaultStratum() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns name of default stratum.
getDepth() - Method in class org.netbeans.api.debugger.jpda.JPDAStep
Returns depth of the step.
getDirectInterfaces() - Method in interface org.netbeans.api.debugger.jpda.JPDAClassType
Get the interfaces that are directly implemented by this class, or directly extended by this interface.
getEndPosition() - Method in class org.netbeans.spi.debugger.jpda.EditorContext.MethodArgument
Get the ending position of this argument in the source code.
getEndPosition() - Method in class org.netbeans.spi.debugger.jpda.EditorContext.Operation
Get the ending position of this operation.
getExceptionClassName() - Method in class org.netbeans.api.debugger.jpda.ExceptionBreakpoint
Get name of exception class to stop on.
getExceptionDescription() - Method in interface org.netbeans.api.debugger.jpda.JPDAWatch
Returns description of problem is this watch can not be evaluated in current context.
getExcludedClassNames() - Method in class org.netbeans.spi.debugger.jpda.BreakpointsClassFilter.ClassNames
Get the list of excluded class names
getExclusionPatterns() - Method in interface org.netbeans.api.debugger.jpda.SmartSteppingFilter
Returns list of all exclusion patterns.
getExpression() - Method in interface org.netbeans.api.debugger.jpda.JPDAWatch
Watched expression.
getExpression() - Method in class org.netbeans.spi.debugger.jpda.Evaluator.Expression
Get the string representation of this expression.
getField(String) - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
Returns field defined in this object.
getFieldLineNumber(String, String, String) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns line number of given field in given class.
getFieldName() - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
Returns name of field.
getFields(int, int) - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
Returns non static fields defined in this object.
getFieldsCount() - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
Number of fields defined in this object.
getFrame() - Method in interface org.netbeans.api.debugger.jpda.MonitorInfo
Returns the frame at which this monitor was acquired by the owning thread.
getFrameDepth() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Get the depth of this stack frame.
getHidden() - Method in class org.netbeans.api.debugger.jpda.JPDAStep
Returns hidden property of the step.
getHostName() - Method in class org.netbeans.api.debugger.jpda.AttachingDICookie
Returns name of computer.
getImports(String) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns list of imports for given source url.
getInheritedFields(int, int) - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
Return all inherited fields.
getInstanceCount() - Method in interface org.netbeans.api.debugger.jpda.JPDAClassType
Retrieves the number of instances this class.
getInstanceCounts(List<JPDAClassType>) - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
Retrieves the number of instances of each class in the list.
getInstanceFilters(JPDADebugger) - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
Get the instance filter for a specific debugger session.
getInstanceFilters(JPDADebugger) - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Get the instance filter for a specific debugger session.
getInstanceFilters(JPDADebugger) - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Get the instance filter for a specific debugger session.
getInstances(long) - Method in interface org.netbeans.api.debugger.jpda.JPDAClassType
Returns instances of this class type.
getLastOperations() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns the list of the last operations, that were performed on this thread.
getLine() - Method in class org.netbeans.spi.debugger.jpda.EditorContext.Position
Get the line number of this position.
getLineNumber(String) - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns line number associated with this stack frame.
getLineNumber(String) - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns line number of the location this thread stopped at.
getLineNumber() - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Gets number of line to stop on.
getLineNumber(Object, Object) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns line number given annotation is associated with.
getListeningConnector() - Method in class org.netbeans.api.debugger.jpda.ListeningDICookie
Returns instance of ListeningConnector.
getLocalVariables() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns local variables.
getMessage() - Method in exception org.netbeans.api.debugger.jpda.InvalidExpressionException
 
getMethodClassType() - Method in class org.netbeans.spi.debugger.jpda.EditorContext.Operation
Get the class type declaring the method.
getMethodEndPosition() - Method in class org.netbeans.spi.debugger.jpda.EditorContext.Operation
Get the ending position of the method call of this operation.
getMethodLineNumber(String, String, String, String) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns line number of given method in given class.
getMethodName() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns method name associated with this stack frame.
getMethodName() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
If this thread is suspended returns method name this thread is stopped in.
getMethodName() - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Get name of method to stop on.
getMethodName() - Method in class org.netbeans.spi.debugger.jpda.EditorContext.Operation
Get the method name.
getMethodSignature() - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Get the JNI-style signature of the method to stop on.
getMethodStartPosition() - Method in class org.netbeans.spi.debugger.jpda.EditorContext.Operation
Get the starting position of the method call of this operation.
getMonitor() - Method in interface org.netbeans.api.debugger.jpda.MonitorInfo
Returns the acquired monitor object
getName() - Method in interface org.netbeans.api.debugger.jpda.Field
Declared name of field.
getName() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Getter for the name of thread property.
getName() - Method in interface org.netbeans.api.debugger.jpda.JPDAThreadGroup
Getter for the name of thread group property.
getName() - Method in interface org.netbeans.api.debugger.jpda.LocalVariable
Declared name of local.
getName() - Method in interface org.netbeans.api.debugger.jpda.VariableType
Get the name of this type.
getName() - Method in class org.netbeans.spi.debugger.jpda.EditorContext.MethodArgument
Get the name of this argument.
getNextOperations() - Method in class org.netbeans.spi.debugger.jpda.EditorContext.Operation
Get the list of following operations.
getOffset() - Method in class org.netbeans.spi.debugger.jpda.EditorContext.Position
Get the offset of this position.
getOperations(String, int, EditorContext.BytecodeProvider) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Get the list of operations that are in expression(s) located at the given line.
getOriginalSourceRoots() - Method in class org.netbeans.spi.debugger.jpda.SourcePathProvider
Returns set of original source roots.
getOwnedMonitors() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Get the list of monitors aquired in this frame
getOwnedMonitors() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns monitors owned by this thread.
getOwnedMonitorsAndFrames() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Get the list of monitors with stack frame info owned by this thread.
getParentThreadGroup() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns parent thread group.
getParentThreadGroup() - Method in interface org.netbeans.api.debugger.jpda.JPDAThreadGroup
Returns parent thread group or null (for root thread group).
getPortNumber() - Method in class org.netbeans.api.debugger.jpda.AttachingDICookie
Returns port number.
getPortNumber() - Method in class org.netbeans.api.debugger.jpda.ListeningDICookie
Returns port number.
getPreferredClassName() - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Gets the binary class name that is used to submit the breakpoint.
getPreprocessedObject() - Method in class org.netbeans.spi.debugger.jpda.Evaluator.Expression
Get the pre-processed object of the string expression.
getPrintText() - Method in class org.netbeans.api.debugger.jpda.JPDABreakpoint
Gets value of print text property.
getProcessID() - Method in class org.netbeans.api.debugger.jpda.AttachingDICookie
Returns process ID.
getReadAccessLock() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Getter for the "read" lock under which it's guaranteed that the thread does not change it's suspended state.
getReferenceType() - Method in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
Returns context class.
getReferringObjects(long) - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
Returns variables that directly reference this variable.
getReflectedType() - Method in interface org.netbeans.api.debugger.jpda.ClassVariable
Provides the class type corresponding to this class variable.
getRelativePath(String, char, boolean) - Method in class org.netbeans.spi.debugger.jpda.SourcePathProvider
Returns relative path (java/lang/Thread.java) for given url ("file:///C:/Sources/java/lang/Thread.java").
getResume() - Method in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
Returns resume value.
getReturnValue() - Method in class org.netbeans.spi.debugger.jpda.EditorContext.Operation
Get the return value of this operation.
getSelectedIdentifier() - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns identifier currently selected in editor or null.
getSelectedMethodName() - Method in class org.netbeans.spi.debugger.jpda.EditorContext
Returns method name currently selected in editor or empty string.
getSession() - Method in class org.netbeans.api.debugger.jpda.JPDABreakpoint
Get the specific session where this breakpoint belongs to.
getSharedMemoryName() - Method in class org.netbeans.api.debugger.jpda.AttachingDICookie
Returns shared memory block name.
getSharedMemoryName() - Method in class org.netbeans.api.debugger.jpda.ListeningDICookie
Returns shared memory block name.
getSize() - Method in class org.netbeans.api.debugger.jpda.JPDAStep
Returns size of the step.
getSmartSteppingFilter() - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
Returns instance of SmartSteppingFilter.
getSourceName(String) - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns name of file this stack frame is stopped in.
getSourceName() - Method in interface org.netbeans.api.debugger.jpda.JPDAClassType
Get the source name of this type.
getSourceName(String) - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns file name this frame is stopped in or null.
getSourceName() - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Returns the name of the source file.
getSourcePath(String) - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns source path of file this frame is stopped in or null.
getSourcePath(String) - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns source path of file this frame is stopped in or null.
getSourcePath() - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Returns source path, relative to the source root.
getSourceRoot(String) - Method in class org.netbeans.spi.debugger.jpda.SourcePathProvider
Returns the source root (if any) for given url.
getSourceRoots() - Method in class org.netbeans.spi.debugger.jpda.SourcePathProvider
Returns array of source roots.
getStackDepth() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns length of current call stack.
getStackDepth() - Method in class org.netbeans.spi.debugger.jpda.Evaluator.Context
Get the depth of stack frame returned from Evaluator.Context.getStackFrame().
getStackFrame() - Method in class org.netbeans.spi.debugger.jpda.Evaluator.Context
Get the context stack frame in JDI APIs.
getStartPosition() - Method in class org.netbeans.spi.debugger.jpda.EditorContext.MethodArgument
Get the starting position of this argument in the source code.
getStartPosition() - Method in class org.netbeans.spi.debugger.jpda.EditorContext.Operation
Get the starting position of this operation.
getState() - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
Returns current state of JPDA debugger.
getState() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
Returns current state of this thread.
getStepDepth() - Method in class org.netbeans.spi.debugger.jpda.SmartSteppingCallback.StopOrStep
Get the step depth.
getStepSize() - Method in class org.netbeans.spi.debugger.jpda.SmartSteppingCallback.StopOrStep
Get the step size.
getStratum() - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Returns stratum.
getSubClasses() - Method in interface org.netbeans.api.debugger.jpda.JPDAClassType
Get the currently loaded subclasses, when this type represents a class, or loaded subinterfaces and implementors of this interface, if this type represents an interface.
getSuper() - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
Returns representation of super class of this object.
getSuperClass() - Method in interface org.netbeans.api.debugger.jpda.JPDAClassType
Gets the superclass of this class.
getSuspend() - Method in class org.netbeans.api.debugger.jpda.JPDABreakpoint
Gets value of suspend property.
getSuspend() - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
Gets value of suspend property.
getSuspend() - Method in class org.netbeans.api.debugger.jpda.LaunchingDICookie
Returns suspended state.
getTargetException() - Method in exception org.netbeans.api.debugger.jpda.DebuggerStartException
Get the thrown target exception.
getTargetException() - Method in exception org.netbeans.api.debugger.jpda.InvalidExpressionException
Get the thrown target exception.
getThisVariable() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns object reference this frame is associated with or null ( frame is in static method).
getThread() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
Returns thread.
getThread() - Method in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
Returns context thread - thread stopped on breakpoint.
getThread() - Method in interface org.netbeans.api.debugger.jpda.MonitorInfo
Get the owning thread.
getThreadFilters(JPDADebugger) - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
Get the thread filter for a specific debugger session.
getThreadFilters(JPDADebugger) - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Get the thread filter for a specific debugger session.
getThreadFilters(JPDADebugger) - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
Get the thread filter for a specific debugger session.
getThreadGroups() - Method in interface org.netbeans.api.debugger.jpda.JPDAThreadGroup
Returns this thread group's thread groups.
getThreads() - Method in class org.netbeans.api.debugger.jpda.DeadlockDetector.Deadlock
Get the threads in deadlock.
getThreads() - Method in interface org.netbeans.api.debugger.jpda.JPDAThreadGroup
Returns this thread group's threads.
getThreadsCollector() - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
Get the collector of threads.
getToStringValue() - Method in interface org.netbeans.api.debugger.jpda.JPDAWatch
Calls Object.toString() in debugged JVM and returns its value.
getToStringValue() - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
Calls Object.toString() in debugged JVM and returns its value.
getTransportName() - Static method in class org.netbeans.api.debugger.jpda.LaunchingDICookie
Returns type of transport to be used.
getType() - Method in interface org.netbeans.api.debugger.jpda.JPDAWatch
Declared type of this local.
getType() - Method in interface org.netbeans.api.debugger.jpda.Variable
Type of this instance.
getType() - Method in class org.netbeans.spi.debugger.jpda.EditorContext.MethodArgument
Get the declared type of this argument.
getUniqueID() - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
Returns a unique identifier for this object variable.
getURL() - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
Gets the string representation of URL of the source file, which contains the class to stop on.
getURL(String, boolean) - Method in class org.netbeans.spi.debugger.jpda.SourcePathProvider
Translates a relative path ("java/lang/Thread.java") to url ("file:///C:/Sources/java/lang/Thread.java").
getValue() - Method in interface org.netbeans.api.debugger.jpda.JPDAWatch
Text representation of current value of this local.
getValue() - Method in interface org.netbeans.api.debugger.jpda.Variable
Text representation of current value of "this" variable.
getValue() - Method in class org.netbeans.spi.debugger.jpda.Evaluator.Result
Get the result value
getVariable() - Method in class org.netbeans.api.debugger.jpda.event.JPDABreakpointEvent
Returns context variable.
getVariable() - Method in class org.netbeans.spi.debugger.jpda.Evaluator.Result
Get the result variable
getVirtualMachine() - Method in class org.netbeans.api.debugger.jpda.AbstractDICookie
Creates a new instance of VirtualMachine for this DebuggerInfo Cookie.
getVirtualMachine() - Method in class org.netbeans.api.debugger.jpda.AttachingDICookie
Creates a new instance of VirtualMachine for this DebuggerInfo Cookie.
getVirtualMachine() - Method in class org.netbeans.api.debugger.jpda.LaunchingDICookie
Creates a new instance of VirtualMachine for this DebuggerInfo Cookie.
getVirtualMachine() - Method in class org.netbeans.api.debugger.jpda.ListeningDICookie
Creates a new instance of VirtualMachine for this DebuggerInfo Cookie.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links
org.netbeans.api.debugger.jpda/2 3.9.1