Class CommandCase.FromToCaseCondition
java.lang.Object
com.scriptbasic.executors.commands.CommandCase.FromToCaseCondition
- All Implemented Interfaces:
CommandCase.CaseCondition
- Enclosing class:
CommandCase
public static class CommandCase.FromToCaseCondition
extends Object
implements CommandCase.CaseCondition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatchCase(Interpreter interpreter, RightValue selectExpressionValue)
-
Constructor Details
-
FromToCaseCondition
-
-
Method Details
-
matchCase
public boolean matchCase(Interpreter interpreter, RightValue selectExpressionValue) throws ScriptBasicException - Specified by:
matchCasein interfaceCommandCase.CaseCondition- Throws:
ScriptBasicException
-