Class RelationalOperators.Eq

    • Constructor Summary

      Constructors 
      Constructor Description
      Eq()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(ExecutionContext context)
      Executes the operator.
      protected boolean isEqual​(java.lang.Object op1, java.lang.Object op2)  
      • Methods inherited from class java.lang.Object

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

      • Eq

        Eq()
    • Method Detail

      • execute

        public void execute​(ExecutionContext context)
        Description copied from interface: Operator
        Executes the operator. The method can inspect and manipulate the stack.
        Specified by:
        execute in interface Operator
        Parameters:
        context - the execution context
      • isEqual

        protected boolean isEqual​(java.lang.Object op1,
                                  java.lang.Object op2)