Package org.robovm.compiler.llvm
Class StructureConstant
java.lang.Object
org.robovm.compiler.llvm.Value
org.robovm.compiler.llvm.Constant
org.robovm.compiler.llvm.StructureConstant
- All Implemented Interfaces:
Writable
- Direct Known Subclasses:
PackedStructureConstant
public class StructureConstant extends Constant
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Constructor Summary
Constructors Constructor Description StructureConstant(StructureType type, Value... values) -
Method Summary
Modifier and Type Method Description StructureConstantflatten()StructureTypegetType()StringtoString()voidwrite(Writer writer)Methods inherited from class org.robovm.compiler.llvm.Value
isFloatingPoint, isFunction, isInteger, isPointer
-
Constructor Details
-
StructureConstant
-
-
Method Details
-
getType
-
flatten
-
write
- Throws:
IOException
-
toString
-