|
org.netbeans.api.debugger.jpda/2 2.13 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |