|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.lang.GroovyObjectSupport
org.codehaus.groovy.sandbox.util.ElementCollection
Field Summary | |
private int |
count
|
Fields inherited from class groovy.lang.GroovyObjectSupport |
|
Constructor Summary | |
(package private) |
ElementCollection()
|
Method Summary | |
java.lang.Object |
getAt(int index)
|
java.lang.Object |
getProperty(java.lang.String property)
|
protected abstract ElementCollection |
getResult(java.lang.String property)
|
abstract ElementIterator |
iterator()
|
int |
size()
|
Methods inherited from class groovy.lang.GroovyObjectSupport |
getMetaClass, invokeMethod, setMetaClass, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int count
Constructor Detail |
ElementCollection()
Method Detail |
public abstract ElementIterator iterator()
public java.lang.Object getProperty(java.lang.String property)
getProperty
in interface GroovyObject
getProperty
in class GroovyObjectSupport
protected abstract ElementCollection getResult(java.lang.String property)
public java.lang.Object getAt(int index)
public int size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |