Package org.robovm.compiler.llvm
Class Store
java.lang.Object
org.robovm.compiler.llvm.Instruction
org.robovm.compiler.llvm.Store
- All Implemented Interfaces:
Writable
public class Store 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 ValuegetPointer()Set<VariableRef>getReadsFrom()ValuegetValue()StringtoString()voidwrite(Writer writer)Methods inherited from class org.robovm.compiler.llvm.Instruction
addMetadata, attach, getAttachment, getAttachments, getBasicBlock, getBranchTargets, getMetadata, getWritesTo
-
Constructor Details
-
Store
-
Store
-
Store
-
-
Method Details
-
getValue
-
getPointer
-
getReadsFrom
- Overrides:
getReadsFromin classInstruction
-
write
- Throws:
IOException
-
toString
-