org.apache.velocity.runtime.parser.node
Class ASTMethod.MethodCacheKey

java.lang.Object
  extended byorg.apache.velocity.runtime.parser.node.ASTMethod.MethodCacheKey
Enclosing class:
ASTMethod

class ASTMethod.MethodCacheKey
extends java.lang.Object

Internal class used as key for method cache. Combines ASTMethod fields with array of parameter classes.


Field Summary
(package private)  java.lang.Class[] params
           
 
Constructor Summary
(package private) ASTMethod.MethodCacheKey(java.lang.Class[] params)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

params

java.lang.Class[] params
Constructor Detail

ASTMethod.MethodCacheKey

ASTMethod.MethodCacheKey(java.lang.Class[] params)
Method Detail

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()


Copyright ? 2002 Apache Software Foundation. All Rights Reserved.