|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdspl.backend.CCallInstructionProcessor
public abstract class CCallInstructionProcessor
Abstract CCallInstructionProcessor from which all ISAs must derive a class to convert CCallInstructions into the appriopriate asm instructions
| Constructor Summary | |
|---|---|
CCallInstructionProcessor()
|
|
| Method Summary | |
|---|---|
abstract void |
processCCallInstruction(CCallInstruction inst,
InstructionProcessor ip,
SymbolTable st,
AssemblyfileGenerator afg)
Process a CCall 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 CCallInstructionProcessor()
| Method Detail |
|---|
public abstract void processCCallInstruction(CCallInstruction 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 | |||||||||