public interface INRLAstNode
StringUtilities.getCharacterPosition(String, int, int).| Modifier and Type | Field and Description |
|---|---|
static String |
NEWLINE
Newline constant for output purposes
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(INRLAstVisitor visitor)
Accept a visitor to this node.
|
String |
dump(int indent)
Deprecated.
This method will be removed in a future release - it hasn't been implemented
consistently.
|
int |
getColumn()
Return the column in the input file where this node occurred.
|
int |
getLine()
Return the line in the input file where this node occurred.
|
Object |
getUserData(String key)
Return a named user data object associated with this AST node.
|
void |
setUserData(String key,
Object data)
Associate user data with this AST node, under a given key.
|
static final String NEWLINE
void accept(INRLAstVisitor visitor)
visitor - the visitorint getColumn()
int getLine()
Object getUserData(String key)
key - the key identifying the data@Deprecated String dump(int indent)
indent - the indentation count, 0 on first callCopyright © 2006-2013. All Rights Reserved.