class NHIRLoadLocal extends NHIRInstruction
Modifier and Type | Field and Description |
---|---|
int |
local
Local variable index.
|
block, hirMnemonic, id, lir, lType, sType
Constructor and Description |
---|
NHIRLoadLocal(NBasicBlock block,
int id,
int local,
String sType,
String lType)
Construct an NHIRLoadLocal instruction.
|
Modifier and Type | Method and Description |
---|---|
NLIRInstruction |
toLir()
Convert and return a low-level representation (LIR) of this HIR
instruction.
|
String |
toString()
Return a string representation of this instruction.
|
equals, id
public NHIRLoadLocal(NBasicBlock block, int id, int local, String sType, String lType)
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.public NLIRInstruction toLir()
NHIRInstruction
toLir
in class NHIRInstruction
public String toString()
NHIRInstruction
toString
in class NHIRInstruction