|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.lang.GroovyObjectSupport groovy.lang.Reference
public class Reference extends GroovyObjectSupport
Represents a reference to a value
Constructor Summary | |
Reference()
|
|
Reference(Object value)
|
Method Summary | |
---|---|
Object
|
get()
|
Object
|
getProperty(String property)
|
Object
|
invokeMethod(String name, Object args)
|
void
|
set(Object 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(Object value)
Method Detail |
---|
public Object get()
public Object getProperty(String property)
public Object invokeMethod(String name, Object args)
public void set(Object value)
public void setProperty(String property, Object newValue)
Copyright © 2003-2013 The Codehaus. All rights reserved.