public static class CaseExp.CaseClause
extends java.lang.Object
Constructor and 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+)
|
public CaseClause(Expression exp)
public CaseClause(Expression[] datums, Expression exp)