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 | 
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.