Uses of Class
org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Header

Packages that use MetaMethodIndex.Header
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
org.codehaus.groovy.runtime.metaclass Internal classes related to Groovy's metaclass implementation. 
 

Uses of MetaMethodIndex.Header in groovy.lang
 

Fields in groovy.lang declared as MetaMethodIndex.Header
private  MetaMethodIndex.Header MetaClassImpl.mainClassMethodHeader
           
 

Methods in groovy.lang with parameters of type MetaMethodIndex.Header
protected  void MetaClassImpl.addMetaMethodToIndex(MetaMethod method, MetaMethodIndex.Header header)
           
private  void MetaClassImpl.addNewInstanceMethodToIndex(MetaMethod newMethod, MetaMethodIndex.Header header)
           
private  void MetaClassImpl.addNewStaticMethodToIndex(MetaMethod newMethod, MetaMethodIndex.Header header)
           
 

Uses of MetaMethodIndex.Header in org.codehaus.groovy.runtime.metaclass
 

Methods in org.codehaus.groovy.runtime.metaclass that return MetaMethodIndex.Header
 MetaMethodIndex.Header MetaMethodIndex.getHeader(java.lang.Class cls)
           
 

Methods in org.codehaus.groovy.runtime.metaclass with parameters of type MetaMethodIndex.Header
 void MetaMethodIndex.copy(java.lang.Class c, MetaMethodIndex.Header index)
           
 void MetaMethodIndex.copy(MetaMethodIndex.Header from, MetaMethodIndex.Header to)
           
private  void MetaMethodIndex.copyAllMethods(MetaMethodIndex.Entry from, MetaMethodIndex.Header to)
           
private  void MetaMethodIndex.copyAllMethodsToSuper(MetaMethodIndex.Entry from, MetaMethodIndex.Header to)
           
 void MetaMethodIndex.copyAllMethodsToSuper(MetaMethodIndex.Header from, MetaMethodIndex.Header to)
           
private  void MetaMethodIndex.copyNonPrivateMethods(MetaMethodIndex.Entry from, MetaMethodIndex.Header to)
           
 void MetaMethodIndex.copyNonPrivateMethods(MetaMethodIndex.Header from, MetaMethodIndex.Header to)
           
 void MetaMethodIndex.copyNonPrivateMethodsFromSuper(MetaMethodIndex.Header from)
           
private  void MetaMethodIndex.copyNonPrivateNonNewMetaMethods(MetaMethodIndex.Entry from, MetaMethodIndex.Header to)
           
 void MetaMethodIndex.copyNonPrivateNonNewMetaMethods(MetaMethodIndex.Header from, MetaMethodIndex.Header to)
           
 MetaMethodIndex.Entry MetaMethodIndex.getOrPutMethods(java.lang.String name, MetaMethodIndex.Header header)
           
 



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