javafx.reflect
Class LocationRef

java.lang.Object
  extended by javafx.reflect.LocationRef

public abstract class LocationRef
extends java.lang.Object

A reference to a specific location (var or attribute).


Constructor Summary
protected LocationRef()
           
 
Method Summary
abstract  ValueRef getValue()
          Get the (current) value "stored" in this location.
abstract  void setValue(ValueRef newValue)
          Set the (current) value stored in this location.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationRef

protected LocationRef()
Method Detail

getValue

public abstract ValueRef getValue()
Get the (current) value "stored" in this location.


setValue

public abstract void setValue(ValueRef newValue)
Set the (current) value stored in this location.