Class ScriptReference

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

public class ScriptReference extends Reference
Represents a reference to a variable in a script
See Also:
  • Constructor Details

    • ScriptReference

      public ScriptReference(Script script, String variable)
  • Method Details