Package org.robovm.compiler.llvm
Class Ret
java.lang.Object
org.robovm.compiler.llvm.Instruction
org.robovm.compiler.llvm.Ret
- All Implemented Interfaces:
Writable
public class Ret extends Instruction
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Constructor Summary
-
Method Summary
Modifier and Type Method Description Set<VariableRef>getReadsFrom()StringtoString()voidwrite(Writer writer)Methods inherited from class org.robovm.compiler.llvm.Instruction
addMetadata, attach, getAttachment, getAttachments, getBasicBlock, getBranchTargets, getMetadata, getWritesTo
-
Constructor Details
-
Ret
public Ret() -
Ret
-
-
Method Details
-
getReadsFrom
- Overrides:
getReadsFromin classInstruction
-
write
- Throws:
IOException
-
toString
-