- org.codehaus.groovy.runtime.metaclass.MetaMethodIndex
    
        - 
        
        
            
        
        
        
        
        
            
        
        
        
        
        
        
        
        
        
            
            - 
                    Methods Summary
                    
                        Methods 
                        
                            | Type Params | Return Type | Name and description |  
                            |  | def | MetaMethodIndex(CachedClass theCachedClass)
 |  
                            |  | Object | addMethodToList(Object o, MetaMethod method)
 |  
                            |  | void | clear()
 |  
                            |  | void | clearCaches()
 |  
                            |  | void | clearCaches(String name)
 |  
                            |  | void | copy(Class c, MetaMethodIndex.Header index)
 |  
                            |  | void | copy(MetaMethodIndex.Header from, MetaMethodIndex.Header to)
 |  
                            |  | void | copyAllMethodsToSuper(MetaMethodIndex.Header from, MetaMethodIndex.Header to)
 |  
                            |  | void | copyMethodsToSuper()
 |  
                            |  | void | copyNonPrivateMethods(Class from, Class to)
 |  
                            |  | void | copyNonPrivateMethods(MetaMethodIndex.Header from, MetaMethodIndex.Header to)
 |  
                            |  | void | copyNonPrivateMethodsDown(Class from, Class to)
 |  
                            |  | void | copyNonPrivateMethodsFromSuper(MetaMethodIndex.Header from)
 |  
                            |  | void | copyNonPrivateNonNewMetaMethods(MetaMethodIndex.Header from, MetaMethodIndex.Header to)
 |  
                            |  | MetaMethodIndex.EntryIterator | getEntrySetIterator()
 |  
                            |  | MetaMethodIndex.Header | getHeader(Class cls)
 |  
                            |  | Entry | getMethods(Class cls, String name)
 |  
                            |  | Entry | getOrPutMethods(String name, MetaMethodIndex.Header header)
 |  
                            |  | Entry[] | getTable()
 |  
                            |  | static int | hash(int h)
 |  
                            |  | void | init(int initCapacity)
 |  
                            |  | boolean | isEmpty()
 |  
                            |  | void | resize(int newLength)
 |  
                            |  | int | size()
 |  
 
 
- 
                    Inherited Methods Summary
 
 
    
        - 
           
            
            
            
                - 
                    
                
                    Field Detail
                            - 
                                protected static final int DEFAULT_CAPACITY
 
                            - 
                                protected static final int MAXIMUM_CAPACITY
 
                            - 
                                protected static final int MINIMUM_CAPACITY
 
 
                - 
                    
                
                    Method Detail
                            - 
                                public void clearCaches()
 
                            - 
                                public void clearCaches(String name)
 
                            - 
                                public void copyMethodsToSuper()
 
                            - 
                                public void copyNonPrivateMethods(Class from, Class to)
 
                            - 
                                public void copyNonPrivateMethodsDown(Class from, Class to)
 
                            - 
                                public Entry[] getTable()
 
                            - 
                                public static int hash(int h)
 
                            - 
                                public void init(int initCapacity)
 
                            - 
                                public void resize(int newLength)
 
 
 
    
    
    Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.