Package | Description |
---|---|
com.sun.javafx.fxml.expression |
Modifier and Type | Field and Description |
---|---|
Expression.Parser.TokenType |
Expression.Parser.Token.type |
Modifier and Type | Method and Description |
---|---|
static Expression.Parser.TokenType |
Expression.Parser.TokenType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Expression.Parser.TokenType[] |
Expression.Parser.TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Token(Expression.Parser.TokenType type,
java.lang.Object value) |