Package org.robovm.compiler.llvm
Class ConstantBitcast
java.lang.Object
org.robovm.compiler.llvm.Value
org.robovm.compiler.llvm.Constant
org.robovm.compiler.llvm.ConversionConstant
org.robovm.compiler.llvm.ConstantBitcast
- All Implemented Interfaces:
Writable
public class ConstantBitcast 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 ConstantBitcast(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
-
ConstantBitcast
-