palio.compiler.groovy
Class GroovyBinding

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by groovy.lang.Binding
          extended by palio.compiler.groovy.GroovyBinding
All Implemented Interfaces:
groovy.lang.GroovyObject

public class GroovyBinding
extends groovy.lang.Binding


Constructor Summary
GroovyBinding(java.util.Map params, java.lang.Object[] args)
           
 
Method Summary
 
Methods inherited from class groovy.lang.Binding
getProperty, getVariable, getVariables, hasVariable, setProperty, setVariable
 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, invokeMethod, setMetaClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyBinding

public GroovyBinding(java.util.Map params,
                     java.lang.Object[] args)