|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object antlr.BaseAST antlr.CommonAST com.evelopers.unimod.parser.IdentNode
AST node for identifier. Handles Action object inside for futher interpreting.
Field Summary |
Fields inherited from class antlr.CommonAST |
|
Fields inherited from class antlr.BaseAST |
down, right |
Constructor Summary | |
IdentNode()
Does nothing. |
|
IdentNode(antlr.Token t)
Creates node for given token |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
Action |
getAction()
Returns Action. |
java.lang.Class |
getReturnType()
|
int |
hashCode()
|
void |
initialize(antlr.collections.AST t)
|
void |
setAction(Action e)
Sets Action. |
void |
setAction(StateMachine sm,
Action e,
java.lang.Class returnType)
Sets Action. |
Methods inherited from class antlr.CommonAST |
getText, getType, initialize, initialize, setText, setType |
Methods inherited from class antlr.BaseAST |
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IdentNode()
public IdentNode(antlr.Token t)
t
- tokenMethod Detail |
public Action getAction()
public void setAction(Action e)
e
- Actionpublic java.lang.Class getReturnType()
public boolean equals(java.lang.Object o)
public int hashCode()
public void setAction(StateMachine sm, Action e, java.lang.Class returnType)
e
- Actionpublic void initialize(antlr.collections.AST t)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |