|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.velocity.runtime.parser.node.ASTMethod.MethodCacheKey
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 |
java.lang.Class[] params
Constructor Detail |
ASTMethod.MethodCacheKey(java.lang.Class[] params)
Method Detail |
public boolean equals(java.lang.Object o)
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |