Package org.robovm.compiler.llvm
Class FloatingPointConstant
java.lang.Object
org.robovm.compiler.llvm.Value
org.robovm.compiler.llvm.Constant
org.robovm.compiler.llvm.FloatingPointConstant
- All Implemented Interfaces:
Writable
public class FloatingPointConstant 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 FloatingPointConstant(double value)FloatingPointConstant(double value, FloatingPointType type)FloatingPointConstant(float value) -
Method Summary
Methods inherited from class org.robovm.compiler.llvm.Value
isFloatingPoint, isFunction, isInteger, isPointer
-
Constructor Details
-
FloatingPointConstant
public FloatingPointConstant(float value) -
FloatingPointConstant
public FloatingPointConstant(double value) -
FloatingPointConstant
-
-
Method Details