|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavafx.reflect.LocationRef
public abstract class LocationRef
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 |
---|
protected LocationRef()
Method Detail |
---|
public abstract ValueRef getValue()
public abstract void setValue(ValueRef newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |