public class NonTerminal extends GrammarSymbol
GrammarSymbol| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
nodeType
The class name of a parse stack node for this symbol
(if != null, the name of a subclass of ParseNode).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
boolean |
lessThan(Comparable other)
Symbols other than operators are ordered by their names, ignoring
all leading non-letter characters.
|
addpublic java.lang.String nodeType
public boolean equals(java.lang.Object other)
equals in class GrammarSymbolpublic final boolean lessThan(Comparable other)
SymbollessThan in interface ComparablelessThan in class Symbol