Package | Description |
---|---|
ch.qos.cal10n.util |
Package containing utility classes, used internally by the CAL10N
project.
|
Modifier and Type | Field and Description |
---|---|
(package private) Token.TokenType |
Token.tokenType |
Modifier and Type | Method and Description |
---|---|
Token.TokenType |
Token.getTokenType() |
static Token.TokenType |
Token.TokenType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Token.TokenType[] |
Token.TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Token(Token.TokenType tokenType) |
Token(Token.TokenType tokenType,
java.lang.String value) |