groovy.lang
Class MetaClassImpl.MethodIndexAction

java.lang.Object
  extended by groovy.lang.MetaClassImpl.MethodIndexAction
Enclosing class:
MetaClassImpl

private abstract class MetaClassImpl.MethodIndexAction
extends java.lang.Object


Constructor Summary
private MetaClassImpl.MethodIndexAction()
           
 
Method Summary
 void iterate()
           
abstract  void methodNameAction(java.lang.Class clazz, MetaMethodIndex.Entry methods)
           
 boolean skipClass(java.lang.Class clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaClassImpl.MethodIndexAction

private MetaClassImpl.MethodIndexAction()
Method Detail

iterate

public void iterate()

methodNameAction

public abstract void methodNameAction(java.lang.Class clazz,
                                      MetaMethodIndex.Entry methods)

skipClass

public boolean skipClass(java.lang.Class clazz)


Copyright © ${year} The Codehaus. All Rights Reserved.