Package org.robovm.compiler.llvm
Class FunctionDeclaration
java.lang.Object
org.robovm.compiler.llvm.FunctionDeclaration
- All Implemented Interfaces:
Writable
public class FunctionDeclaration 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 FunctionDeclaration(String name, FunctionType type)FunctionDeclaration(FunctionRef ref) -
Method Summary
Modifier and Type Method Description StringgetName()FunctionTypegetType()FunctionRefref()StringtoString()voidwrite(Writer writer)
-
Constructor Details
-
FunctionDeclaration
-
FunctionDeclaration
-
-
Method Details
-
getName
-
getType
-
ref
-
write
- Specified by:
writein interfaceWritable- Throws:
IOException
-
toString
-