| Package | Description |
|---|---|
| s3games.engine.expr |
| Modifier and Type | Method and Description |
|---|---|
static Expr.operatorType |
Expr.getOperatorType(java.lang.String op)
convert an operator lexeme to the respective operator
|
static Expr.operatorType |
Expr.operatorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Expr.operatorType[] |
Expr.operatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|