Class AstBinary.SimpleOperator

    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleOperator()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract java.lang.Object apply​(TypeConverter converter, java.lang.Object o1, java.lang.Object o2)  
      java.lang.Object eval​(Bindings bindings, javax.el.ELContext context, AstNode left, AstNode right)  
      • Methods inherited from class java.lang.Object

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

      • SimpleOperator

        public SimpleOperator()
    • Method Detail

      • apply

        protected abstract java.lang.Object apply​(TypeConverter converter,
                                                  java.lang.Object o1,
                                                  java.lang.Object o2)