|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdspl.backend.LoopInstructionProcessor
public abstract class LoopInstructionProcessor
Responsbile for processing LoopInstructions
| Constructor Summary | |
|---|---|
LoopInstructionProcessor()
|
|
| Method Summary | |
|---|---|
abstract void |
ProcessLoopInstruction(LoopInstruction inst,
InstructionProcessor ip,
SymbolTable st,
AssemblyfileGenerator afg)
Process the loop instruction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoopInstructionProcessor()
| Method Detail |
|---|
public abstract void ProcessLoopInstruction(LoopInstruction inst,
InstructionProcessor ip,
SymbolTable st,
AssemblyfileGenerator afg)
inst - ip - st - afg -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||