org.apache.velocity.runtime.parser.node
Class ASTMethod.MethodCacheKey
java.lang.Object
org.apache.velocity.runtime.parser.node.ASTMethod.MethodCacheKey
- Enclosing class:
- ASTMethod
- public static class ASTMethod.MethodCacheKey
- extends Object
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.
ASTMethod.MethodCacheKey
public ASTMethod.MethodCacheKey(String methodName,
Class[] params)
equals
public boolean equals(Object o)
- See Also:
Object.equals(java.lang.Object)
hashCode
public int hashCode()
- See Also:
Object.hashCode()
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.