|
|||||||||
| 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
org.icepdf.core.pobjects.functions.postscript.Expression
public class Expression
Representing a generic Expression which follows the Command pattern for delayed or differed execution. Expression is just another type of Operator but we can use an instanceof check to find occurrences of the object.
| Field Summary |
|---|
| Fields inherited from class org.icepdf.core.pobjects.functions.postscript.Operator |
|---|
type |
| Constructor Summary | |
|---|---|
protected |
Expression(int type)
|
| Method Summary | |
|---|---|
void |
eval(java.util.Stack stack)
|
| Methods inherited from class org.icepdf.core.pobjects.functions.postscript.Operator |
|---|
equals, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Expression(int type)
| Method Detail |
|---|
public void eval(java.util.Stack stack)
eval in class Operator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||