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.
- Since:
 
  - 1.5
 
 
 
 
ASTMethod.MethodCacheKey
public ASTMethod.MethodCacheKey(String methodName,
                                Class[] params)
equals
public boolean equals(Object o)
- Overrides:
 equals in class Object
 
- See Also:
 Object.equals(java.lang.Object)
 
hashCode
public int hashCode()
- Overrides:
 hashCode in class Object
 
- See Also:
 Object.hashCode()
 
Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.