Class ExtensionMethodCache
java.lang.Object
org.codehaus.groovy.transform.stc.AbstractExtensionMethodCache
org.codehaus.groovy.transform.stc.ExtensionMethodCache
This class is used to make extension methods lookup faster. Basically, it will only
 collect the list of extension methods (see 
ExtensionModule) if the list of
 extension modules has changed. It avoids recomputing the whole list each time we perform
 a method lookup.- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddAdditionalClassesToScan(Set<Class> instanceExtClasses, Set<Class> staticExtClasses) protected Stringprotected Predicate<MethodNode>protected Function<MethodNode,String> Methods inherited from class org.codehaus.groovy.transform.stc.AbstractExtensionMethodCacheget
- 
Field Details- 
INSTANCE
 
- 
- 
Method Details- 
addAdditionalClassesToScanprotected void addAdditionalClassesToScan(Set<Class> instanceExtClasses, Set<Class> staticExtClasses) - Specified by:
- addAdditionalClassesToScanin class- AbstractExtensionMethodCache
 
- 
getDisablePropertyName- Specified by:
- getDisablePropertyNamein class- AbstractExtensionMethodCache
 
- 
getMethodFilter- Specified by:
- getMethodFilterin class- AbstractExtensionMethodCache
 
- 
getMethodMapper- Specified by:
- getMethodMapperin class- AbstractExtensionMethodCache
 
 
-