Package | Description |
---|---|
Main |
Modifier and Type | Field and Description |
---|---|
Type |
Expression.T
Different types: automaton,word,arithmetic,alphabetLetter,variable,numberLiteral
|
Modifier and Type | Method and Description |
---|---|
Type |
Expression.getType() |
static Type |
Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Expression.is(Type T) |