Class When
java.lang.Object
org.iplass.mtp.entity.query.value.controlflow.When
- All Implemented Interfaces:
Serializable,ASTNode
CASE文のWHEN ~ THEN ~句を表す。
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(ASTTransformer transformer) voidaccept(ValueExpressionVisitor visitor) booleaninthashCode()voidsetCondition(Condition condition) voidsetResult(ValueExpression result) toString()
-
Constructor Details
-
When
public When() -
When
-
When
-
-
Method Details
-
getCondition
-
setCondition
-
getResult
-
setResult
-
accept
-
accept
-
toString
-
hashCode
public int hashCode() -
equals
-