org.codehaus.groovy.runtime
Class ScriptReference

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

public class ScriptReference
extends Reference

Represents a reference to a variable in a script

Version:
$Revision: 6778 $
Author:
James Strachan

Constructor Summary
ScriptReference(Script script, String variable)
           
 
Method Summary
 Object get()
           
 void set(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,
                       String variable)
Method Detail

get

public Object get()
Overrides:
get in class Reference

set

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

Copyright © 2003-2009 The Codehaus. All rights reserved.