Package iota
Class NHirIConst
java.lang.Object
iota.NHirInstruction
iota.NHirIConst
Representation of an instruction for loading an integer.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNHirIConst
(NBasicBlock block, int id, int N) Constructs an NHirIConst object. -
Method Summary
Methods inherited from class iota.NHirInstruction
id
-
Field Details
-
N
public int NThe integer.
-
-
Constructor Details
-
NHirIConst
Constructs an NHirIConst object.- Parameters:
block
- enclosing basic block.id
- instruction id.N
- the integer.
-
-
Method Details
-
toLir
Converts and returns a low-level representation (LIR) of this instruction.- Specified by:
toLir
in classNHirInstruction
- Returns:
- the LIR instruction corresponding to this instruction.
-
toString
Returns a string representation of this instruction.- Overrides:
toString
in classNHirInstruction
- Returns:
- a string representation of this instruction.
-