public class Symbol extends AbstractListIndexed implements Named, Comparable
GrammarSymbol,
OperatorSymbol| Modifier and Type | Method and Description |
|---|---|
boolean |
lessThan(Comparable other)
Symbols other than operators are ordered by their names, ignoring
all leading non-letter characters.
|
java.lang.String |
name() |
java.lang.String |
toString() |
add, equalspublic boolean lessThan(Comparable other)
lessThan in interface Comparable