Class UnaryOperatorNot
- java.lang.Object
-
- com.scriptbasic.executors.AbstractExpression
-
- com.scriptbasic.executors.operators.AbstractOperator
-
- com.scriptbasic.executors.operators.AbstractUnaryOperator
-
- com.scriptbasic.executors.operators.UnaryOperatorNot
-
- All Implemented Interfaces:
AnalysisResult,Evaluator,Expression
public class UnaryOperatorNot extends AbstractUnaryOperator
-
-
Constructor Summary
Constructors Constructor Description UnaryOperatorNot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RightValueevaluate(Interpreter interpreter)-
Methods inherited from class com.scriptbasic.executors.operators.AbstractUnaryOperator
getOperand, setOperand
-
-
-
-
Method Detail
-
evaluate
public RightValue evaluate(Interpreter interpreter) throws ScriptBasicException
- Throws:
ScriptBasicException
-
-