Package org.robovm.compiler.llvm
Class ConstantPtrtoint
java.lang.Object
org.robovm.compiler.llvm.Value
org.robovm.compiler.llvm.Constant
org.robovm.compiler.llvm.ConversionConstant
org.robovm.compiler.llvm.ConstantPtrtoint
- All Implemented Interfaces:
Writable
public class ConstantPtrtoint extends ConversionConstant
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Constructor Summary
Constructors Constructor Description ConstantPtrtoint(Constant cst, Type type) -
Method Summary
Methods inherited from class org.robovm.compiler.llvm.ConversionConstant
getType, toString, writeMethods inherited from class org.robovm.compiler.llvm.Value
isFloatingPoint, isFunction, isInteger, isPointer
-
Constructor Details
-
ConstantPtrtoint
-