class NHIRGoto extends NHIRInstruction
| Modifier and Type | Field and Description | 
|---|---|
| NBasicBlock | destinationThe destination block to unconditionally jump to. | 
block, hirMnemonic, id, lir, lType, sType| Constructor and Description | 
|---|
| NHIRGoto(NBasicBlock block,
        int id,
        NBasicBlock destination)Construct an NHIRGoto 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 NBasicBlock destination
public NHIRGoto(NBasicBlock block, int id, NBasicBlock destination)
block - enclosing block.id - identifier of the instruction.destination - the block to jump to.public NLIRInstruction toLir()
NHIRInstructiontoLir in class NHIRInstructionpublic String toString()
NHIRInstructiontoString in class NHIRInstruction