Class OrOperator

  • All Implemented Interfaces:
    de.odysseus.el.tree.impl.ast.AstBinary.Operator

    public class OrOperator
    extends java.lang.Object
    implements de.odysseus.el.tree.impl.ast.AstBinary.Operator
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static OrOperator OP  
    • Constructor Summary

      Constructors 
      Constructor Description
      OrOperator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object eval​(de.odysseus.el.tree.Bindings bindings, javax.el.ELContext context, de.odysseus.el.tree.impl.ast.AstNode left, de.odysseus.el.tree.impl.ast.AstNode right)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OrOperator

        public OrOperator()
    • Method Detail

      • eval

        public java.lang.Object eval​(de.odysseus.el.tree.Bindings bindings,
                                     javax.el.ELContext context,
                                     de.odysseus.el.tree.impl.ast.AstNode left,
                                     de.odysseus.el.tree.impl.ast.AstNode right)
        Specified by:
        eval in interface de.odysseus.el.tree.impl.ast.AstBinary.Operator
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object