|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.binding.ClosureSourceBinding
public class ClosureSourceBinding
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-2013 The Codehaus. All rights reserved.