Package com.sun.pdfview.function
Class FunctionType4.Operation
- java.lang.Object
-
- com.sun.pdfview.function.FunctionType4.Operation
-
- Enclosing class:
- FunctionType4
abstract class FunctionType4.Operation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringoperatorName
-
Constructor Summary
Constructors Constructor Description Operation(java.lang.String operatorName)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)return true if our operator is the same as the supplied one.(package private) abstract voideval()evaluate the function, popping the stack as needed and pushing results.java.lang.StringgetOperatorName()
-
-
-
Method Detail
-
getOperatorName
public java.lang.String getOperatorName()
-
eval
abstract void eval()
evaluate the function, popping the stack as needed and pushing results.
-
equals
public boolean equals(java.lang.Object obj)
return true if our operator is the same as the supplied one.- Overrides:
equalsin classjava.lang.Object- Parameters:
obj-- Returns:
-
-