public static class CaseExp.CaseClause
extends java.lang.Object
Constructor and Description |
---|
CaseExp.CaseClause(Expression exp)
Constructor for an else clause of the form (else expression+)
|
CaseExp.CaseClause(Expression[] datums,
Expression exp)
Constructor for a clause of the form ((datum*) expression+)
|
public CaseExp.CaseClause(Expression exp)
public CaseExp.CaseClause(Expression[] datums, Expression exp)