| 
Groovy 1.8.5 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.binding.ClosureSourceBinding
public class ClosureSourceBinding extends Object
| Constructor Summary | |
            ClosureSourceBinding(Closure closure)
             | 
        |
            ClosureSourceBinding(Closure closure, Object[] arguments)
             | 
        |
| Method Summary | |
|---|---|
            Closure
         | 
        
            getClosure()
             | 
        
            Object
         | 
        
            getSourceValue()
             | 
        
            void
         | 
        
            setClosure(Closure closure)
             | 
        
            void
         | 
        
            setClosureArgument(Object argument)
             | 
        
            void
         | 
        
            setClosureArguments(Object[] arguments)
             | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Constructor Detail | 
|---|
public ClosureSourceBinding(Closure closure)
public ClosureSourceBinding(Closure closure, Object[] arguments)
| Method Detail | 
|---|
public Closure getClosure()
public Object getSourceValue()
public void setClosure(Closure closure)
public void setClosureArgument(Object argument)
public void setClosureArguments(Object[] arguments)
Copyright © 2003-2011 The Codehaus. All rights reserved.