Class RelationalOperators.Eq

java.lang.Object
org.apache.pdfbox.pdmodel.common.function.type4.RelationalOperators.Eq
All Implemented Interfaces:
Operator
Direct Known Subclasses:
RelationalOperators.Ne
Enclosing class:
RelationalOperators

static class RelationalOperators.Eq extends Object implements Operator
Implements the "eq" operator.
  • Constructor Details

    • Eq

      Eq()
  • Method Details

    • 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(Object op1, Object op2)