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.String
operatorName
-
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 boolean
equals(java.lang.Object obj)
return true if our operator is the same as the supplied one.(package private) abstract void
eval()
evaluate the function, popping the stack as needed and pushing results.java.lang.String
getOperatorName()
-
-
-
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:
equals
in classjava.lang.Object
- Parameters:
obj
-- Returns:
-
-