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 Summary

    Constructors
    Constructor Description
    ScriptReference​(Script script, java.lang.String variable)  
  • Method Summary

    Modifier and Type Method Description
    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 Details

    • ScriptReference

      public ScriptReference​(Script script, java.lang.String variable)
  • Method Details

    • get

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

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