Class ASTMethod.MethodCacheKey
- java.lang.Object
-
- org.apache.velocity.runtime.parser.node.ASTMethod.MethodCacheKey
-
-
Constructor Summary
Constructors Constructor Description MethodCacheKey(String methodName, Class<?>[] params, boolean classObject)
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classObject
- See Also:
Object.equals(java.lang.Object)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classObject
- See Also:
Object.hashCode()
-
-