Package org.robovm.compiler.llvm
Class Constant
java.lang.Object
org.robovm.compiler.llvm.Value
org.robovm.compiler.llvm.Constant
- All Implemented Interfaces:
Writable
- Direct Known Subclasses:
AliasRef,ArrayConstant,BinaryOpConstant,BooleanConstant,ByteArrayConstant,ConstantGetelementptr,ConversionConstant,FloatingPointConstant,FunctionRef,GlobalRef,IntegerConstant,Metadata,NullConstant,StringConstant,StructureConstant,ZeroInitializer
public abstract class Constant extends Value
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Constructor Summary
Constructors Constructor Description Constant() -
Method Summary
Methods inherited from class org.robovm.compiler.llvm.Value
getType, isFloatingPoint, isFunction, isInteger, isPointer
-
Constructor Details
-
Constant
public Constant()
-