站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.spi.debugger.jpda.EditorContext.Operation (JPDA Debugger API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.debugger.jpda/2 2.13

Uses of Class
org.netbeans.spi.debugger.jpda.EditorContext.Operation

Packages that use EditorContext.Operation
org.netbeans.api.debugger.jpda JPDA Debugger APIs provide representation of JDI functionality. 
org.netbeans.spi.debugger.jpda JPDA Debugger SPIs defines support for Smart Stepping, Variables Filterring and filterring of all Debugger Views. 
 

Uses of EditorContext.Operation in org.netbeans.api.debugger.jpda
 

Methods in org.netbeans.api.debugger.jpda that return EditorContext.Operation
 EditorContext.Operation JPDAThread.getCurrentOperation()
          Returns the operation that is being currently executed on this thread.
 EditorContext.Operation CallStackFrame.getCurrentOperation(String struts)
          Returns the current operation (if any) at the location of this call stack frame.
 

Methods in org.netbeans.api.debugger.jpda that return types with arguments of type EditorContext.Operation
 List<EditorContext.Operation> JPDAThread.getLastOperations()
          Returns the list of the last operations, that were performed on this thread.
 

Uses of EditorContext.Operation in org.netbeans.spi.debugger.jpda
 

Methods in org.netbeans.spi.debugger.jpda that return EditorContext.Operation
protected  EditorContext.Operation EditorContext.createMethodOperation(EditorContext.Position startPosition, EditorContext.Position endPosition, EditorContext.Position methodStartPosition, EditorContext.Position methodEndPosition, String methodName, String methodClassType, int bytecodeIndex)
          Creates a method operation.
 EditorContext.Operation[] EditorContext.getOperations(String url, int lineNumber, EditorContext.BytecodeProvider bytecodeProvider)
          Get the list of operations that are in expression(s) located at the given line.
 

Methods in org.netbeans.spi.debugger.jpda that return types with arguments of type EditorContext.Operation
 List<EditorContext.Operation> EditorContext.Operation.getNextOperations()
          Get the list of following operations.
 

Methods in org.netbeans.spi.debugger.jpda with parameters of type EditorContext.Operation
protected  void EditorContext.addNextOperationTo(EditorContext.Operation operation, EditorContext.Operation next)
          Assign a next operation, concatenates operations.
 EditorContext.MethodArgument[] EditorContext.getArguments(String url, EditorContext.Operation operation)
          Get a list of arguments to the given operation.
 


org.netbeans.api.debugger.jpda/2 2.13

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.