|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.lang.Reference
org.codehaus.groovy.runtime.ScriptReference
public class ScriptReference
Represents a reference to a variable in a script
| Constructor Summary | |
|---|---|
ScriptReference(Script script,
java.lang.String variable)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get()
|
void |
set(java.lang.Object value)
|
| Methods inherited from class groovy.lang.Reference |
|---|
getProperty, invokeMethod, setProperty |
| Methods inherited from class groovy.lang.GroovyObjectSupport |
|---|
getMetaClass, setMetaClass |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScriptReference(Script script,
java.lang.String variable)
| Method Detail |
|---|
public java.lang.Object get()
get in class Referencepublic void set(java.lang.Object value)
set in class Reference
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||