Class AbstractUnaryOperator

java.lang.Object
All Implemented Interfaces:
AnalysisResult, Evaluator, Expression
Direct Known Subclasses:
UnaryOperatorMinus, UnaryOperatorNot, UnaryOperatorPlus

public abstract class AbstractUnaryOperator
extends AbstractOperator
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractUnaryOperator()  
  • Method Summary

    Modifier and Type Method Description
    Expression getOperand()  
    void setOperand​(Expression operand)  

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface com.scriptbasic.interfaces.Evaluator

    evaluate