Class BitwiseOperators.Not

java.lang.Object
org.apache.pdfbox.pdmodel.common.function.type4.BitwiseOperators.Not
All Implemented Interfaces:
Operator
Enclosing class:
BitwiseOperators

static class BitwiseOperators.Not extends Object implements Operator
Implements the "not" operator.
  • Constructor Details

    • Not

      Not()
  • 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