class NHIRGetField extends NHIRInstruction
| Modifier and Type | Field and Description |
|---|---|
String |
name
Name of the field being accessed.
|
int |
opcode
Opcode of the JVM instruction.
|
String |
target
Target for the field.
|
block, hirMnemonic, id, lir, lType, sType| Constructor and Description |
|---|
NHIRGetField(NBasicBlock block,
int id,
int opcode,
String target,
String name,
String sType,
String lType)
Construct an NHIRGetField 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 int opcode
public String target
public String name
public NHIRGetField(NBasicBlock block, int id, int opcode, String target, String name, String sType, String lType)
block - enclosing block.id - identifier of the instruction.opcode - JVM opcode for the instruction.target - target for the field.name - name of the field.sType - type (short name) of the field.lType - type (long name) of the field.public NLIRInstruction toLir()
NHIRInstructiontoLir in class NHIRInstructionpublic String toString()
NHIRInstructiontoString in class NHIRInstruction