public interface LocalVariable
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of the variable.
|
Object |
getNativeLocalVariable()
For use with viewers that need to do special-case handling of
debugger-specific values.
|
Type |
getType(DebugContext context)
Gets the declared type (not the run-time type) of this local variable.
|
boolean |
isArgument()
Determines if this local variable is an argument.
|
String getName()
Object getNativeLocalVariable()
Type getType(DebugContext context)
context
- the current workbench or debugger context.boolean isArgument()