- org.codehaus.groovy.transform.stc.ExtensionMethodCache
-
public class ExtensionMethodCache
extends AbstractExtensionMethodCache
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.
-
-
Inherited Methods Summary
- Summary:
Nested - Field
Constructor Method
- | Detail:
- Field
Constructor Method
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.