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 java.lang.Object implements Operator
Implements the "eq" operator.
-
-
Constructor Summary
Constructors Constructor Description Eq()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(ExecutionContext context)
Executes the operator.protected boolean
isEqual(java.lang.Object op1, java.lang.Object op2)
-
-
-
Method Detail
-
execute
public void execute(ExecutionContext context)
Description copied from interface:Operator
Executes the operator. The method can inspect and manipulate the stack.
-
isEqual
protected boolean isEqual(java.lang.Object op1, java.lang.Object op2)
-
-