Class ASTMethod.MethodCacheKey
java.lang.Object
org.apache.velocity.runtime.parser.node.ASTMethod.MethodCacheKey
- Enclosing class:
ASTMethod
Internal class used as key for method cache. Combines
ASTMethod fields with array of parameter classes. Has
public access (and complete constructor) for unit test
purposes.
- Since:
- 1.5
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
methodName
method name -
params
parameters classes -
classObject
private boolean classObjectwhether the target object is of Class type (meaning we're searching either for methods of Class, or for static methods of the class this Class objects refers to)- Since:
- 2.2
-
-
Constructor Details
-
MethodCacheKey
-
-
Method Details