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

Uses of Class org.netbeans.spi.debugger.jpda.EditorContext.Position (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.Position

Packages that use EditorContext.Position
org.netbeans.spi.debugger.jpda JPDA Debugger SPIs defines support for Smart Stepping, Variables Filterring and filterring of all Debugger Views. 
 

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

Methods in org.netbeans.spi.debugger.jpda that return EditorContext.Position
protected  EditorContext.Position EditorContext.createPosition(int offset, int line, int column)
          Creates a new EditorContext.Position object.
 EditorContext.Position EditorContext.Operation.getEndPosition()
          Get the ending position of this operation.
 EditorContext.Position EditorContext.MethodArgument.getEndPosition()
          Get the ending position of this argument in the source code.
 EditorContext.Position EditorContext.Operation.getMethodEndPosition()
          Get the ending position of the method call of this operation.
 EditorContext.Position EditorContext.Operation.getMethodStartPosition()
          Get the starting position of the method call of this operation.
 EditorContext.Position EditorContext.Operation.getStartPosition()
          Get the starting position of this operation.
 EditorContext.Position EditorContext.MethodArgument.getStartPosition()
          Get the starting position of this argument in the source code.
 

Methods in org.netbeans.spi.debugger.jpda with parameters of type EditorContext.Position
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.
 

Constructors in org.netbeans.spi.debugger.jpda with parameters of type EditorContext.Position
EditorContext.MethodArgument(String name, String type, EditorContext.Position startPos, EditorContext.Position endPos)
          Creates a new argument.
 


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

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