org.codehaus.groovy.runtime
[Java] Class IteratorClosureAdapter
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Closure
org.codehaus.groovy.runtime.IteratorClosureAdapter
public class IteratorClosureAdapter
extends Closure
A closure which stores calls in a List so that method calls
can be iterated over in a 'yield' style way
- Authors:
- James Strachan
- Version:
- \$Revision: 18729 \$
Methods inherited from class Closure
|
asWritable, call, call, call, clone, curry, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, ncurry, rcurry, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException |
IteratorClosureAdapter
public IteratorClosureAdapter(Object delegate)
-
asList
public List asList()
-
doCall
protected Object doCall(T argument)
-
getMetaClass
public MetaClass getMetaClass()
-
setMetaClass
public void setMetaClass(MetaClass metaClass)
-
Copyright © 2003-2010 The Codehaus. All rights reserved.