Class BitwiseOperators.Or
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.common.function.type4.BitwiseOperators.AbstractLogicalOperator
-
- org.apache.pdfbox.pdmodel.common.function.type4.BitwiseOperators.Or
-
- All Implemented Interfaces:
Operator
- Enclosing class:
- BitwiseOperators
static class BitwiseOperators.Or extends BitwiseOperators.AbstractLogicalOperator
Implements the "or" operator.
-
-
Constructor Summary
Constructors Constructor Description Or()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
applyForBoolean(boolean bool1, boolean bool2)
protected int
applyforInteger(int int1, int int2)
-
Methods inherited from class org.apache.pdfbox.pdmodel.common.function.type4.BitwiseOperators.AbstractLogicalOperator
execute
-
-
-
-
Method Detail
-
applyForBoolean
protected boolean applyForBoolean(boolean bool1, boolean bool2)
- Specified by:
applyForBoolean
in classBitwiseOperators.AbstractLogicalOperator
-
applyforInteger
protected int applyforInteger(int int1, int int2)
- Specified by:
applyforInteger
in classBitwiseOperators.AbstractLogicalOperator
-
-