Package jminusminus
Class NLIRLoadLocal
java.lang.Object
jminusminus.NLIRInstruction
jminusminus.NLIRLoadLocal
LIR instruction representing a formal parameter.
- 
Field SummaryFields inherited from class jminusminus.NLIRInstructionblock, id, lirMnemonic, reads, write
- 
Constructor SummaryConstructorsConstructorDescriptionNLIRLoadLocal(NBasicBlock block, int id, int local, String sType, String lType) Constructs an NLIRLoadLocal object.
- 
Method SummaryMethods inherited from class jminusminus.NLIRInstructionallocatePhysicalRegisters, toSpim
- 
Constructor Details- 
NLIRLoadLocalConstructs an NLIRLoadLocal object.- Parameters:
- block- enclosing block.
- id- identifier of the instruction.
- local- local variable index.
- sType- short type name of the instruction.
- lType- long type name of the instruction.
 
 
- 
- 
Method Details- 
getLocalpublic int getLocal()Returns the local variable index for this instruction.- Returns:
- the local variable index for this instruction.
 
- 
toStringReturns a string representation of this instruction.- Overrides:
- toStringin class- NLIRInstruction
- Returns:
- a string representation of this instruction.
 
 
-