Package | Description |
---|---|
cz.cuni.mff.corrector.expression |
Processing of regular expressions.
|
Modifier and Type | Method and Description |
---|---|
abstract Expression.Type |
Expression.getType()
Returns the type of a given regular subexpression.
|
Expression.Type |
ExpressionConcat.getType() |
Expression.Type |
ExpressionEmpty.getType() |
Expression.Type |
ExpressionEpsilon.getType() |
Expression.Type |
ExpressionStar.getType() |
Expression.Type |
ExpressionSymbol.getType() |
Expression.Type |
ExpressionUnion.getType() |
static Expression.Type |
Expression.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Expression.Type[] |
Expression.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|