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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ClosuregetClosure()Deprecated.ObjectgetSourceValue()Deprecated.voidsetClosure(Closure closure)Deprecated.voidsetClosureArgument(Object argument)Deprecated.voidsetClosureArguments(Object[] arguments)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getClosure
public Closure getClosure()
Deprecated. 
- 
setClosure
public void setClosure(Closure closure)
Deprecated. 
- 
getSourceValue
public Object getSourceValue()
Deprecated.- Specified by:
 getSourceValuein interfaceSourceBinding
 
- 
setClosureArguments
public void setClosureArguments(Object[] arguments)
Deprecated. 
- 
setClosureArgument
public void setClosureArgument(Object argument)
Deprecated. 
 - 
 
 -