javafx.reflect
Class ValueRef

java.lang.Object
  extended by javafx.reflect.ValueRef
Direct Known Subclasses:
FunctionValueRef, ObjectRef

public abstract class ValueRef
extends java.lang.Object

A proxy/mirror for a run-time value.


Constructor Summary
protected ValueRef()
           
 
Method Summary
 ValueRef getItem(int index)
           
 int getItemCount()
           
abstract  TypeRef getType()
          Get the run-time type of this value.
abstract  boolean isNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueRef

protected ValueRef()
Method Detail

getType

public abstract TypeRef getType()
Get the run-time type of this value.


getItemCount

public int getItemCount()

isNull

public abstract boolean isNull()

getItem

public ValueRef getItem(int index)