net.sourceforge.pmd.lang.vm.ast
Class ASTMethod.MethodCacheKey
java.lang.Object
net.sourceforge.pmd.lang.vm.ast.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 © 2002–2015 InfoEther. All rights reserved.