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 Closure
getClosure()
Deprecated.Object
getSourceValue()
Deprecated.void
setClosure(Closure closure)
Deprecated.void
setClosureArgument(Object argument)
Deprecated.void
setClosureArguments(Object[] arguments)
Deprecated.
-
Constructor Details
-
ClosureSourceBinding
Deprecated. -
ClosureSourceBinding
Deprecated.
-
-
Method Details
-
getClosure
Deprecated. -
setClosure
Deprecated. -
getSourceValue
Deprecated.- Specified by:
getSourceValue
in interfaceSourceBinding
-
setClosureArguments
Deprecated. -
setClosureArgument
Deprecated.
-