|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.core.parsers.acc.SyntaxElement | +--org.objectweb.jac.core.parsers.acc.Terminal
Represents a terminal token
Constructor Summary | |
Terminal(String name,
String value,
int left,
int right)
|
Method Summary | |
String |
getValue()
|
String |
toString()
|
Methods inherited from class org.objectweb.jac.core.parsers.acc.SyntaxElement |
findParent, getLeft, getName, getParent, getRight, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Terminal(String name, String value, int left, int right)
Method Detail |
public String getValue()
public String toString()
toString
in class SyntaxElement
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |