Package org.robovm.compiler.llvm
Class FunctionRef
java.lang.Object
org.robovm.compiler.llvm.Value
org.robovm.compiler.llvm.Constant
org.robovm.compiler.llvm.FunctionRef
- All Implemented Interfaces:
Writable
public class FunctionRef extends Constant
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Constructor Summary
Constructors Constructor Description FunctionRef(String name, FunctionType type)FunctionRef(Function f) -
Method Summary
Methods inherited from class org.robovm.compiler.llvm.Value
isFloatingPoint, isFunction, isInteger, isPointer
-
Constructor Details
-
FunctionRef
-
FunctionRef
-
-
Method Details
-
getName
-
getType
-
toString
-
write
- Throws:
IOException
-