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
Modifier and Type Method Description RightValueevaluate(Interpreter interpreter)Methods inherited from class com.scriptbasic.executors.operators.AbstractUnaryOperator
getOperand, setOperandMethods inherited from class com.scriptbasic.executors.operators.AbstractOperator
getAsBoolean, getAsDouble, getAsLong, getAsObject, getAsString
-
Constructor Details
-
UnaryOperatorNot
public UnaryOperatorNot()
-
-
Method Details
-
evaluate
- Throws:
ScriptBasicException
-