Package org.codehaus.groovy.binding
Class ClosureSourceBinding
java.lang.Object
org.codehaus.groovy.binding.ClosureSourceBinding
- All Implemented Interfaces:
SourceBinding
@Deprecated public class ClosureSourceBinding extends Object implements SourceBinding
Deprecated.
- Since:
- Groovy 1.1
-
Constructor Summary
Constructors Constructor Description ClosureSourceBinding(Closure closure)Deprecated.ClosureSourceBinding(Closure closure, Object[] arguments)Deprecated. -
Method Summary
Modifier and Type Method Description ClosuregetClosure()Deprecated.ObjectgetSourceValue()Deprecated.voidsetClosure(Closure closure)Deprecated.voidsetClosureArgument(Object argument)Deprecated.voidsetClosureArguments(Object[] arguments)Deprecated.
-
Constructor Details
-
ClosureSourceBinding
Deprecated. -
ClosureSourceBinding
Deprecated.
-
-
Method Details
-
getClosure
Deprecated. -
setClosure
Deprecated. -
getSourceValue
Deprecated.- Specified by:
getSourceValuein interfaceSourceBinding
-
setClosureArguments
Deprecated. -
setClosureArgument
Deprecated.
-