| Modifier and Type | Method and Description |
|---|---|
static Token |
Token.getByText(String input)
Return the token that matches the input text or null if not found.
|
static Token |
Token.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Token[] |
Token.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Token> |
Token.getByTokenClass(TokenClass tokenClass) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.