Package org.robovm.compiler.llvm
Class Global
java.lang.Object
org.robovm.compiler.llvm.Global
- All Implemented Interfaces:
Writable
public class Global extends Object implements Writable
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Constructor Summary
Constructors Constructor Description Global(String name, Constant value)Global(String name, Constant value, boolean constant)Global(String name, Constant value, boolean constant, String section)Global(String name, Linkage linkage, Constant value)Global(String name, Linkage linkage, Constant value, boolean constant)Global(String name, Linkage linkage, Constant value, boolean constant, String section)Global(String name, Linkage linkage, Type type, boolean constant)Global(String name, Type type)Global(String name, Type type, boolean constant) -
Method Summary
Modifier and Type Method Description StringgetDefinition()StringgetName()PointerTypegetType()GlobalRefref()StringtoString()voidwrite(Writer writer)voidwriteDefinition(Writer writer)
-
Constructor Details
-
Global
-
Global
-
Global
-
Global
-
Global
-
Global
-
Global
-
Global
-
Global
-
-
Method Details
-
ref
-
getName
-
getType
-
writeDefinition
- Throws:
IOException
-
getDefinition
-
write
- Specified by:
writein interfaceWritable- Throws:
IOException
-
toString
-