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$
  • Constructor Details

    • Value

      public Value()
  • Method Details

    • isInteger

      public boolean isInteger()
    • isFloatingPoint

      public boolean isFloatingPoint()
    • isPointer

      public boolean isPointer()
    • isFunction

      public boolean isFunction()
    • getType

      public abstract Type getType()