public final class Choice extends Expression
Expression
that represents the union of two expressions "A|B".EPSILON
Constructor and Description |
---|
Choice(Expression lhs,
Expression rhs) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public Choice(Expression lhs, Expression rhs)