Package org.robovm.compiler.llvm
Class AggregateType
java.lang.Object
org.robovm.compiler.llvm.Type
org.robovm.compiler.llvm.UserType
org.robovm.compiler.llvm.AggregateType
- All Implemented Interfaces:
Writable
- Direct Known Subclasses:
ArrayType,StructureType
public abstract class AggregateType extends UserType
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedAggregateType()protectedAggregateType(String alias) -
Method Summary
Modifier and Type Method Description abstract TypegetTypeAt(int index)abstract intgetTypeCount()Methods inherited from class org.robovm.compiler.llvm.UserType
equals, getAlias, getDefinition, hasAlias, hashCode, toString, write, writeDefinition
-
Constructor Details
-
AggregateType
protected AggregateType() -
AggregateType
-
-
Method Details
-
getTypeAt
-
getTypeCount
public abstract int getTypeCount()
-