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