public class Antlr3NRLTreeAdaptor
extends org.antlr.runtime.tree.CommonTreeAdaptor
net.sourceforge.nrl.parser.ast.impl package.
This is much neater than in ANTLR 2: if the token names get out of line with the contents of this class, you will find a compiler error in here.
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,Class<?>> |
tokenTypeToClass |
| Constructor and Description |
|---|
Antlr3NRLTreeAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
create(org.antlr.runtime.Token token) |
createToken, createToken, dupNode, getChild, getChildCount, getChildIndex, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, replaceChildren, setChildIndex, setParent, setTokenBoundariespublic Object create(org.antlr.runtime.Token token)
create in interface org.antlr.runtime.tree.TreeAdaptorcreate in class org.antlr.runtime.tree.CommonTreeAdaptorCopyright © 2006-2013. All Rights Reserved.