Package org.codehaus.groovy.runtime
Class ScriptReference
- java.lang.Object
- 
- groovy.lang.GroovyObjectSupport
- 
- groovy.lang.Reference
- 
- org.codehaus.groovy.runtime.ScriptReference
 
 
 
- 
- All Implemented Interfaces:
- GroovyObject,- java.io.Serializable
 
 public class ScriptReference extends Reference Represents a reference to a variable in a script- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ScriptReference(Script script, java.lang.String variable)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget()voidset(java.lang.Object value)- 
Methods inherited from class groovy.lang.ReferencegetProperty, invokeMethod, setProperty
 - 
Methods inherited from class groovy.lang.GroovyObjectSupportgetMetaClass, setMetaClass
 
- 
 
-