Package org.robovm.compiler.llvm
Class Value
java.lang.Object
org.robovm.compiler.llvm.Value
- All Implemented Interfaces:
Writable
- Direct Known Subclasses:
Constant,VariableRef
public abstract class Value extends Object implements Writable
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Constructor Summary
Constructors Constructor Description Value() -
Method Summary
Modifier and Type Method Description abstract TypegetType()booleanisFloatingPoint()booleanisFunction()booleanisInteger()booleanisPointer()
-
Constructor Details
-
Value
public Value()
-
-
Method Details
-
isInteger
public boolean isInteger() -
isFloatingPoint
public boolean isFloatingPoint() -
isPointer
public boolean isPointer() -
isFunction
public boolean isFunction() -
getType
-