| Package | Description |
|---|---|
| com.aspectran.core.context.expr.token | |
| com.aspectran.core.context.rule.type |
| Modifier and Type | Method | Description |
|---|---|---|
TokenType |
Token.getType() |
Gets the token type.
|
static TokenType |
Token.resolveTypeAsSymbol(char symbol) |
Returns the token type for the specified character.
|
| Constructor | Description |
|---|---|
Token(TokenType type,
TokenDirectiveType directiveType,
java.lang.String value) |
Instantiates a new Token.
|
Token(TokenType type,
java.lang.String name) |
Instantiates a new Token.
|
| Modifier and Type | Method | Description |
|---|---|---|
static TokenType |
TokenType.resolve(java.lang.String alias) |
Returns a
TokenType with a value represented
by the specified String. |
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.
|
Copyright © 2008–2018 The Aspectran Project. All rights reserved.