|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.antlr.runtime.tree.BaseTree
org.antlr.runtime.tree.CommonTree
treecalc.comp.TcAst
public class TcAst
| Field Summary |
|---|
| Fields inherited from class org.antlr.runtime.tree.CommonTree |
|---|
childIndex, parent, startIndex, stopIndex, token |
| Fields inherited from class org.antlr.runtime.tree.BaseTree |
|---|
children |
| Fields inherited from interface org.antlr.runtime.tree.Tree |
|---|
INVALID_NODE |
| Constructor Summary | |
|---|---|
TcAst(org.antlr.runtime.Token t)
|
|
| Method Summary | |
|---|---|
TcAst |
getAncestor(int type)
|
TcAst |
getChild(int i)
|
TcAst |
getFirstChildWithType(int type)
|
TcAst |
getParent()
|
Scope |
getScope()
|
void |
setScope(Scope scope)
|
| Methods inherited from class org.antlr.runtime.tree.CommonTree |
|---|
dupNode, getCharPositionInLine, getChildIndex, getLine, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toString |
| Methods inherited from class org.antlr.runtime.tree.BaseTree |
|---|
addChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestors, getChildCount, getChildren, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TcAst(org.antlr.runtime.Token t)
| Method Detail |
|---|
public Scope getScope()
public void setScope(Scope scope)
public TcAst getParent()
getParent in interface org.antlr.runtime.tree.TreegetParent in class org.antlr.runtime.tree.CommonTreepublic TcAst getChild(int i)
getChild in interface org.antlr.runtime.tree.TreegetChild in class org.antlr.runtime.tree.BaseTreepublic TcAst getAncestor(int type)
getAncestor in interface org.antlr.runtime.tree.TreegetAncestor in class org.antlr.runtime.tree.BaseTreepublic TcAst getFirstChildWithType(int type)
getFirstChildWithType in class org.antlr.runtime.tree.BaseTree
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||