Uses of Class
org.rumbledb.expressions.scripting.control.SwitchCaseStatement
Packages that use SwitchCaseStatement
-
Uses of SwitchCaseStatement in org.rumbledb.expressions.scripting.control
Methods in org.rumbledb.expressions.scripting.control that return types with arguments of type SwitchCaseStatementConstructor parameters in org.rumbledb.expressions.scripting.control with type arguments of type SwitchCaseStatementModifierConstructorDescriptionSwitchStatement
(Expression testCondition, List<SwitchCaseStatement> cases, Statement defaultStatement, ExceptionMetadata metadata)