|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdspl.backend.BranchInstructionProcessor
public abstract class BranchInstructionProcessor
Abstract BranchInstructionProcessor from which all ISAs must derive a class to convert BranchInstructions into the appriopriate asm instructions
| Constructor Summary | |
|---|---|
BranchInstructionProcessor()
|
|
| Method Summary | |
|---|---|
abstract void |
processBranchInstruction(BranchInstruction inst,
InstructionProcessor ip,
SymbolTable st,
AssemblyfileGenerator afg)
Process a Branch Instruction, converting it into the proper asm instructions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BranchInstructionProcessor()
| Method Detail |
|---|
public abstract void processBranchInstruction(BranchInstruction 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 | |||||||||