
org.openpdf.renderer.function.postscript.operation.Or Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openpdf-renderer Show documentation
Show all versions of openpdf-renderer Show documentation
PDF renderer implementation supporting the subset of PDF 1.4 specification.
The newest version!
package org.openpdf.renderer.function.postscript.operation;
import java.util.Stack;
final class Or implements PostScriptOperation {
@Override
/**
* bool1|int1 bool2|int2 or bool3|int3
*
* returns the logical disjunction of the operands if they
* are boolean. If the operands are integers, or returns
* the bitwise "inclusive or" of their binary representations.
*
* errors: stackunderflow, typecheck
*/
public void eval(Stack
© 2015 - 2025 Weber Informatics LLC | Privacy Policy