Package gnu.expr
Class CaseExp.CaseClause
java.lang.Object
gnu.expr.CaseExp.CaseClause
- Enclosing class:
CaseExp
This class represent a clause of the case expression,
of the form ((datum*) expression+) or (else expression+)
-
Constructor Summary
ConstructorsConstructorDescriptionCaseClause
(Expression exp) Constructor for an else clause of the form (else expression+)CaseClause
(Expression[] datums, Expression exp) Constructor for a clause of the form ((datum*) expression+) -
Method Summary
-
Constructor Details
-
CaseClause
Constructor for an else clause of the form (else expression+) -
CaseClause
Constructor for a clause of the form ((datum*) expression+)
-