Class SwitchCaseStatement
java.lang.Object
org.rumbledb.expressions.scripting.control.SwitchCaseStatement
Helper class that organizes children statements of a switch statement.
From a tree perspective, all statements in this class are considered to
be direct children of the SwitchStatement.
-
Constructor Summary
ConstructorsConstructorDescriptionSwitchCaseStatement
(List<Expression> conditionExpressions, Statement returnStatement) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
SwitchCaseStatement
-
-
Method Details
-
getConditionExpressions
-
getReturnStatement
-