Interface CommandCase.CaseCondition

All Known Implementing Classes:
CommandCase.EqualCaseCondition, CommandCase.FromToCaseCondition
Enclosing class:
CommandCase

public static interface CommandCase.CaseCondition
One condition in the case statement Single case statement can contain multiple conditions.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matchCase(Interpreter interpreter, RightValue selectExpressionValue)