class NHIRPutField 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.
|
int |
value
HIR id of the value of the field.
|
block, hirMnemonic, id, lir, lType, sType
Constructor and Description |
---|
NHIRPutField(NBasicBlock block,
int id,
int opcode,
String target,
String name,
String sType,
String lType,
int value)
Construct an NHIRPutField 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 int opcode
public String target
public String name
public int value
public NHIRPutField(NBasicBlock block, int id, int opcode, String target, String name, String sType, String lType, int value)
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.value
- HIR id of the value of the field.public NLIRInstruction toLir()
NHIRInstruction
toLir
in class NHIRInstruction
public String toString()
NHIRInstruction
toString
in class NHIRInstruction