Class MetaMethodIndex.Cache
java.lang.Object
org.codehaus.groovy.runtime.metaclass.MetaMethodIndex.Cache
- Enclosing class:
- MetaMethodIndex
A cache of metamethods indexed by name.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCached method result for normal callsCached method result for super callsCached static method resultA list of methods or a single methodMethods available for super callsfinal StringThe method nameStatic methods for this name -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The method name -
methods
A list of methods or a single method -
methodsForSuper
Methods available for super calls -
staticMethods
Static methods for this name -
cachedMethod
Cached method result for normal calls -
cachedMethodForSuper
Cached method result for super calls -
cachedStaticMethod
Cached static method result
-
-
Constructor Details
-
Cache
Constructs a new Cache for the given method name.- Parameters:
name- the method name
-
-
Method Details