|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.core.pobjects.functions.postscript.Operator
public abstract class Operator
Representing a generic operand which follows the Command pattern for delayed or differed execution.
| Field Summary | |
|---|---|
protected int |
type
|
| Constructor Summary | |
|---|---|
protected |
Operator(int type)
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object op)
|
abstract void |
eval(java.util.Stack stack)
|
int |
getType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int type
| Constructor Detail |
|---|
protected Operator(int type)
| Method Detail |
|---|
public abstract void eval(java.util.Stack stack)
public boolean equals(java.lang.Object op)
equals in class java.lang.Objectpublic int getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||