Enum Class Parser.TokenType

java.lang.Object
java.lang.Enum<Parser.TokenType>
eu.bandm.tools.d2d2.parser2.Parser.TokenType
All Implemented Interfaces:
TLex.Displayable, Serializable, Comparable<Parser.TokenType>, java.lang.constant.Constable
Enclosing class:
Parser

public static enum Parser.TokenType extends Enum<Parser.TokenType> implements TLex.Displayable
Enumeration of token types. Display is used for "Token.toString()" and for filtering keywords which may serve as identifiers. (It is NOT used anymore for a consistency/equality check when recognizing tokens.)