Class SwitchCase

java.lang.Object
org.rumbledb.expressions.control.SwitchCase

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

  • Method Details

    • getAllExpressions

      public List<Expression> getAllExpressions()
    • getReturnExpression

      public Expression getReturnExpression()
    • getConditionExpressions

      public List<Expression> getConditionExpressions()