Package org.robovm.compiler.llvm
Class Module
java.lang.Object
org.robovm.compiler.llvm.Module
- All Implemented Interfaces:
Writable
public class Module 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 Module(Collection<URL> includes, Collection<UserType> types, Collection<Global> globals, Collection<Alias> aliases, Collection<FunctionDeclaration> functionDeclarations, Collection<String> asm, Collection<Function> functions, Collection<NamedMetadata> namedMetadata, Collection<UnnamedMetadata> unnamedMetadata) -
Method Summary
-
Constructor Details
-
Module
public Module(Collection<URL> includes, Collection<UserType> types, Collection<Global> globals, Collection<Alias> aliases, Collection<FunctionDeclaration> functionDeclarations, Collection<String> asm, Collection<Function> functions, Collection<NamedMetadata> namedMetadata, Collection<UnnamedMetadata> unnamedMetadata)
-
-
Method Details
-
write
- Specified by:
writein interfaceWritable- Throws:
IOException
-
toString
-