Class SwitchCaseStatement

java.lang.Object
org.rumbledb.expressions.scripting.control.SwitchCaseStatement

public class SwitchCaseStatement extends Object
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 Details

    • SwitchCaseStatement

      public SwitchCaseStatement(List<Expression> conditionExpressions, Statement returnStatement)
  • Method Details

    • getConditionExpressions

      public List<Expression> getConditionExpressions()
    • getReturnStatement

      public Statement getReturnStatement()