public static class DBInputProcessorTree.NodeInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
DBInputProcessorTree.InputTreeNode |
currentNode
Current node when the associated node has been created
|
DBInputProcessorTree.InputTreeNode |
node
Node associated with the token.
|
org.antlr.runtime.Token |
token
Token
|
| Constructor and Description |
|---|
DBInputProcessorTree.NodeInfo(org.antlr.runtime.Token token) |
public org.antlr.runtime.Token token
public DBInputProcessorTree.InputTreeNode node
public DBInputProcessorTree.InputTreeNode currentNode
Copyright © 2013. All rights reserved.