Package org.robovm.compiler.llvm
Class PackedStructureConstant
java.lang.Object
org.robovm.compiler.llvm.Value
org.robovm.compiler.llvm.Constant
org.robovm.compiler.llvm.StructureConstant
org.robovm.compiler.llvm.PackedStructureConstant
- All Implemented Interfaces:
Writable
public class PackedStructureConstant extends StructureConstant
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Constructor Summary
Constructors Constructor Description PackedStructureConstant(PackedStructureType type, Value... values) -
Method Summary
Methods inherited from class org.robovm.compiler.llvm.StructureConstant
flatten, getType, writeMethods inherited from class org.robovm.compiler.llvm.Value
isFloatingPoint, isFunction, isInteger, isPointer
-
Constructor Details
-
PackedStructureConstant
-
-
Method Details
-
toString
- Overrides:
toStringin classStructureConstant
-