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 java.lang.Object implements CommandCase.CaseCondition
-
Constructor Summary
Constructors Constructor Description EqualCaseCondition(Expression expression) -
Method Summary
Modifier and Type Method Description booleanmatchCase(Interpreter interpreter, RightValue selectExpressionValue)
-
Constructor Details
-
Method Details
-
matchCase
public boolean matchCase(Interpreter interpreter, RightValue selectExpressionValue) throws ScriptBasicException- Specified by:
matchCasein interfaceCommandCase.CaseCondition- Throws:
ScriptBasicException
-