public interface NodeLocation
Modifier and Type | Method and Description |
---|---|
String |
getEntryDescription()
Gets a description to be used in a subview.
|
String |
getLabel()
Gets a label for the node location, such as an index label, or null if
none should be shown.
|
int |
getRow()
Gets the node's row, where row 0 is the main structure and nodes 1 and
beyond are local variable structures.
|
String |
getRowId()
Gets the node's row ID, where nodes with the same ID should be from the
same local variable.
|
Object |
getScope()
Gets a key for the scope of the local variable.
|
String getEntryDescription()
String getLabel()
int getRow()
String getRowId()
Object getScope()