Package org.robovm.compiler.llvm
Class PointerType
java.lang.Object
org.robovm.compiler.llvm.Type
org.robovm.compiler.llvm.UserType
org.robovm.compiler.llvm.PointerType
- All Implemented Interfaces:
Writable
- Direct Known Subclasses:
FunctionType
public class PointerType 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 PointerType(String alias, Type base)PointerType(Type base) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)TypegetBase()StringgetDefinition()inthashCode()voidwriteDefinition(Writer writer)
-
Constructor Details
-
PointerType
-
PointerType
-
-
Method Details
-
getBase
-
writeDefinition
- Specified by:
writeDefinitionin classUserType- Throws:
IOException
-
getDefinition
- Specified by:
getDefinitionin classUserType
-
hashCode
public int hashCode() -
equals
-