public class Reference extends GroovyObjectSupport
Represents a reference to a value
| Type Params | Return 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-2017 The Apache Software Foundation. All rights reserved.