|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.common.function.type4.InstructionSequence
public class InstructionSequence
Represents an instruction sequence, a combination of values, operands and nested procedures.
Constructor Summary | |
---|---|
InstructionSequence()
|
Method Summary | |
---|---|
void |
addBoolean(boolean value)
Adds a bool value. |
void |
addInteger(int value)
Adds an int value. |
void |
addName(String name)
Add a name (ex. an operator) |
void |
addProc(InstructionSequence child)
Adds a proc (sub-sequence of instructions). |
void |
addReal(float value)
Adds a real value. |
void |
execute(ExecutionContext context)
Executes the instruction sequence. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstructionSequence()
Method Detail |
---|
public void addName(String name)
name
- the namepublic void addInteger(int value)
value
- the valuepublic void addReal(float value)
value
- the valuepublic void addBoolean(boolean value)
value
- the valuepublic void addProc(InstructionSequence child)
child
- the child procpublic void execute(ExecutionContext context)
context
- the execution context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |