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, idpublic 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()
NHIRInstructiontoLir in class NHIRInstructionpublic String toString()
NHIRInstructiontoString in class NHIRInstruction