Package | Description |
---|---|
org.netbeans.spi.debugger.jpda |
JPDA Debugger SPIs defines support for Smart Stepping, Variables Filtering
and filtering of all Debugger Views.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected EditorContext.Operation |
EditorContext.createMethodOperation(EditorContext.Position startPosition,
EditorContext.Position endPosition,
EditorContext.Position methodStartPosition,
EditorContext.Position methodEndPosition,
String methodName,
String methodClassType,
int bytecodeIndex,
boolean isNative)
Creates a method operation.
|
Constructor and Description |
---|
MethodArgument(String name,
String type,
EditorContext.Position startPos,
EditorContext.Position endPos)
Creates a new argument.
|