|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcode.instr.Residuate
public class Residuate
Residuate the current computation. Since often this is the only instruction of an array of instructions, see also Instruction.residuate.
| Field Summary | |
|---|---|
static Instruction[] |
residuateSeq
A sequence of FLVM instructions that causes residuation. |
static Residuate |
singleton
|
| Constructor Summary | |
|---|---|
private |
Residuate()
|
| Method Summary | |
|---|---|
void |
execute(Computation computation)
This method executes whatever is intended by the Instruction. |
java.lang.String |
printAsTxtLoadable()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Residuate singleton
public static final Instruction[] residuateSeq
| Constructor Detail |
|---|
private Residuate()
| Method Detail |
|---|
public void execute(Computation computation)
Instruction
execute in interface Instructioncomputation - The instruction is executed
in the context of this Computation.public java.lang.String printAsTxtLoadable()
printAsTxtLoadable in interface Instruction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||