Package org.codehaus.groovy.binding
Class ClosureSourceBinding
java.lang.Object
org.codehaus.groovy.binding.ClosureSourceBinding
- All Implemented Interfaces:
SourceBinding
- Since:
- Groovy 1.1
- Version:
- $Revision$
- Author:
- Danno Ferrin
-
Constructor Summary
ConstructorsConstructorDescriptionClosureSourceBinding(Closure closure) ClosureSourceBinding(Closure closure, Object[] arguments) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetClosure(Closure closure) voidsetClosureArgument(Object argument) voidsetClosureArguments(Object[] arguments)
-
Constructor Details
-
ClosureSourceBinding
-
ClosureSourceBinding
-
-
Method Details
-
getClosure
-
setClosure
-
getSourceValue
- Specified by:
getSourceValuein interfaceSourceBinding
-
setClosureArguments
-
setClosureArgument
-