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 |
---|---|
EditorContext.MethodArgument[] |
EditorContext.getArguments(String url,
EditorContext.Operation operation)
Get a list of arguments to the given operation.
|
EditorContext.MethodArgument[] |
EditorContext.getArguments(String url,
int methodLineNumber)
Get a list of arguments passed to method located at the given line.
|