Package | Description |
---|---|
LexicalAnalyser | |
SyntacticalAnalyser |
Modifier and Type | Field and Description |
---|---|
TokenType |
AbstractToken.type |
Modifier and Type | Method and Description |
---|---|
TokenType |
AbstractToken.getTokenType() |
static TokenType |
TokenType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TokenType[] |
TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Token.isNode(TokenType tokenType) |
Constructor and Description |
---|
AbstractToken(TokenType _type) |
Token(TokenType _type,
java.lang.String _data) |
Modifier and Type | Method and Description |
---|---|
TokenType |
TokenTree.getTokenType() |
Modifier and Type | Method and Description |
---|---|
boolean |
TokenTree.isNode(TokenType tokenType) |