Package jminusminus
Class NHIRLocal
java.lang.Object
jminusminus.NHIRInstruction
jminusminus.NHIRLocal
HIR instruction representing a local (not formal) variable.
- 
Field SummaryFields inherited from class jminusminus.NHIRInstructionblock, hirMnemonic, id, lir, lType, sType
- 
Constructor SummaryConstructorsConstructorDescriptionNHIRLocal(NBasicBlock block, int id, int local, String sType, String lType) Constructs an NHIRLocal object.
- 
Method SummaryMethods inherited from class jminusminus.NHIRInstructionequals, id, toLir
- 
Constructor Details- 
NHIRLocalConstructs an NHIRLocal 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- 
toStringReturns a string representation of this instruction.- Overrides:
- toStringin class- NHIRInstruction
- Returns:
- a string representation of this instruction.
 
 
-