org.codehaus.groovy.runtime
Class ScriptReference

java.lang.Object
  extended bygroovy.lang.GroovyObjectSupport
      extended bygroovy.lang.Reference
          extended byorg.codehaus.groovy.runtime.ScriptReference
All Implemented Interfaces:
GroovyObject

public class ScriptReference
extends Reference

Represents a reference to a variable in a script

Version:
$Revision: 1.1 $
Author:
James Strachan

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

ScriptReference

public ScriptReference(Script script,
                       java.lang.String variable)
Method Detail

get

public java.lang.Object get()
Overrides:
get in class Reference

set

public void set(java.lang.Object value)
Overrides:
set in class Reference


Copyright © 2003-2004 The Codehaus. All Rights Reserved.