public static class MetaMethodIndex.MetaMethodCache
extends Object
A cache entry for a metamethod with its parameter types.
| Modifiers | Name | Description |
|---|---|---|
MetaMethod |
method |
The cached metamethod |
Class<?>[] |
params |
The parameter types used for this cached method |
| Constructor and description |
|---|
MetaMethodCache(Class<?>[] params, MetaMethod method)Creates a new method entry. |
The cached metamethod
The parameter types used for this cached method
Creates a new method entry.
params - in case of caching params might not be the same as MetaMethod.getParameterTypesmethod - the meta methodCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.