Class NegativeExpr


  • public class NegativeExpr
    extends Expr
    • Constructor Summary

      Constructors 
      Constructor Description
      NegativeExpr​(Expr expr)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object evaluate​(Context context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NegativeExpr

        public NegativeExpr​(Expr expr)
    • Method Detail

      • evaluate

        public java.lang.Object evaluate​(Context context)
        Specified by:
        evaluate in class Expr