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)
|