Package net.sourceforge.pmd.lang.vm.ast
Class ASTMethod.MethodCacheKey
- java.lang.Object
-
- net.sourceforge.pmd.lang.vm.ast.ASTMethod.MethodCacheKey
-
- Enclosing class:
- ASTMethod
@Deprecated public static class ASTMethod.MethodCacheKey extends Object
Deprecated.for removal in PMD 7.0.0 - it's not used anywhereInternal 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
-
-
Constructor Summary
Constructors Constructor Description MethodCacheKey(String methodName, Class<?>[] params)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.int
hashCode()
Deprecated.
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Deprecated.- Overrides:
equals
in classObject
- See Also:
Object.equals(java.lang.Object)
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classObject
- See Also:
Object.hashCode()
-
-