Class 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
    RightValue evaluate​(Interpreter interpreter)  

    Methods inherited from class com.scriptbasic.executors.operators.AbstractUnaryOperator

    getOperand, setOperand

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait