Package gnu.expr
Class CaseExp.CaseClause
- java.lang.Object
-
- gnu.expr.CaseExp.CaseClause
-
-
Constructor Summary
Constructors Constructor Description CaseClause(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+)
-
-
-
Constructor Detail
-
CaseClause
public CaseClause(Expression exp)
Constructor for an else clause of the form (else expression+)
-
CaseClause
public CaseClause(Expression[] datums, Expression exp)
Constructor for a clause of the form ((datum*) expression+)
-
-