Class FunctionType4.Operation

java.lang.Object
com.sun.pdfview.function.FunctionType4.Operation
Enclosing class:
FunctionType4

abstract class FunctionType4.Operation extends Object
  • Field Details

    • operatorName

      private String operatorName
  • Constructor Details

    • Operation

      public Operation(String operatorName)
  • Method Details

    • getOperatorName

      public String getOperatorName()
    • eval

      abstract void eval()
      evaluate the function, popping the stack as needed and pushing results.
    • equals

      public boolean equals(Object obj)
      return true if our operator is the same as the supplied one.
      Overrides:
      equals in class Object
      Parameters:
      obj -
      Returns: