public class Reference extends GroovyObjectSupport
Represents a reference to a value
Type | Name and description |
---|---|
T |
get() |
Object |
getProperty(String property) |
Object |
invokeMethod(String name, Object args) |
void |
set(T value) |
void |
setProperty(String property, Object newValue) |
Methods inherited from class | Name |
---|---|
class GroovyObjectSupport |
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Copyright © 2003-2014 The Codehaus. All rights reserved.