Package org.rumbledb.expressions.control
Class SwitchCase
java.lang.Object
org.rumbledb.expressions.control.SwitchCase
This is a helper class that organizes the children expressions of a switch expression.
From a tree perspective, all expressions in this class are considered
to be direct children of the SwitchExpression.
-
Constructor Summary
ConstructorsConstructorDescriptionSwitchCase
(List<Expression> conditionExpressions, Expression returnExpression) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
SwitchCase
-
-
Method Details
-
getAllExpressions
-
getReturnExpression
-
getConditionExpressions
-