public class Terminal extends GrammarSymbol
GrammarSymbol| Modifier and Type | Method and Description |
|---|---|
int |
associativity()
This symbol's associativity.
|
boolean |
equals(java.lang.Object other) |
boolean |
hasXmlInfo() |
boolean |
isOperator() |
int |
precedence()
This symbol's precedence.
|
Terminal |
setXmlInfo(XmlInfo info) |
java.lang.String |
toString() |
XmlInfo |
xmlInfo() |
addpublic final int precedence()
public final int associativity()
public final boolean isOperator()
public XmlInfo xmlInfo()
public boolean hasXmlInfo()
public Terminal setXmlInfo(XmlInfo info) throws BadXmlAnnotationException
BadXmlAnnotationExceptionpublic boolean equals(java.lang.Object other)
equals in class GrammarSymbol