| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.lang.Reference
public class Reference extends GroovyObjectSupport
Represents a reference to a value
| Constructor Summary | |
            Reference()
             | 
        |
            Reference(T value)
             | 
        |
| Method Summary | |
|---|---|
            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 GroovyObjectSupport | |
|---|---|
| getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty | 
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Constructor Detail | 
|---|
public Reference()
public Reference(T value)
| Method Detail | 
|---|
public T get()
public Object getProperty(String property)
public Object invokeMethod(String name, Object args)
public void set(T value)
public void setProperty(String property, Object newValue)
Copyright © 2003-2010 The Codehaus. All rights reserved.