Uses of Class
ch.qos.cal10n.util.Token.TokenType
-
Packages that use Token.TokenType Package Description ch.qos.cal10n.util Package containing utility classes, used internally by the CAL10N project. -
-
Uses of Token.TokenType in ch.qos.cal10n.util
Fields in ch.qos.cal10n.util declared as Token.TokenType Modifier and Type Field Description (package private) Token.TokenType
Token. tokenType
Methods in ch.qos.cal10n.util that return Token.TokenType Modifier and Type Method 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.Constructors in ch.qos.cal10n.util with parameters of type Token.TokenType Constructor Description Token(Token.TokenType tokenType)
Token(Token.TokenType tokenType, java.lang.String value)
-