Package org.robovm.compiler.llvm
Class OpaqueType
java.lang.Object
org.robovm.compiler.llvm.Type
org.robovm.compiler.llvm.UserType
org.robovm.compiler.llvm.OpaqueType
- All Implemented Interfaces:
Writable
public class OpaqueType 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 Constructor Description OpaqueType()OpaqueType(String alias) -
Method Summary
Modifier and Type Method Description StringgetDefinition()voidwriteDefinition(Writer writer)Methods inherited from class org.robovm.compiler.llvm.UserType
equals, getAlias, hasAlias, hashCode, toString, write
-
Constructor Details
-
OpaqueType
public OpaqueType() -
OpaqueType
-
-
Method Details
-
getDefinition
- Specified by:
getDefinitionin classUserType
-
writeDefinition
- Specified by:
writeDefinitionin classUserType- Throws:
IOException
-