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 SummaryConstructors Constructor Description ClosureSourceBinding(Closure closure)Deprecated.ClosureSourceBinding(Closure closure, Object[] arguments)Deprecated.
 - 
Method SummaryAll 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- 
getClosurepublic Closure getClosure() Deprecated.
 - 
setClosurepublic void setClosure(Closure closure) Deprecated.
 - 
getSourceValuepublic Object getSourceValue() Deprecated.- Specified by:
- getSourceValuein interface- SourceBinding
 
 - 
setClosureArgumentspublic void setClosureArguments(Object[] arguments) Deprecated.
 - 
setClosureArgumentpublic void setClosureArgument(Object argument) Deprecated.
 
- 
 
-