Class AbstractOperator

java.lang.Object
com.scriptbasic.executors.AbstractExpression
com.scriptbasic.executors.operators.AbstractOperator
All Implemented Interfaces:
AnalysisResult, Evaluator, Expression
Direct Known Subclasses:
AbstractBinaryOperator, AbstractUnaryOperator

public abstract class AbstractOperator
extends AbstractExpression
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractOperator()  
  • Method Summary

    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