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 TypeMethodDescriptionbooleanmatchCase(Interpreter interpreter, RightValue selectExpressionValue)
-
Method Details
-
matchCase
boolean matchCase(Interpreter interpreter, RightValue selectExpressionValue) throws ScriptBasicException - Throws:
ScriptBasicException
-