dspl.backend
Class LoopInstructionProcessor

java.lang.Object
  extended by dspl.backend.LoopInstructionProcessor
Direct Known Subclasses:
X86LoopInstructionProcessor

public abstract class LoopInstructionProcessor
extends java.lang.Object

Responsbile for processing LoopInstructions

Author:
David

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

LoopInstructionProcessor

public LoopInstructionProcessor()
Method Detail

ProcessLoopInstruction

public abstract void ProcessLoopInstruction(LoopInstruction inst,
                                            InstructionProcessor ip,
                                            SymbolTable st,
                                            AssemblyfileGenerator afg)
Process the loop instruction

Parameters:
inst -
ip -
st -
afg -