Home
last modified time | relevance | path

Searched defs:readReplace (Results 1 – 1 of 1) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DSubclassBytecodeGenerator.java48 private final Implementation readReplace; field in SubclassBytecodeGenerator
64 …public SubclassBytecodeGenerator(Implementation readReplace, ElementMatcher<? super MethodDescript… in SubclassBytecodeGenerator()
68 …protected SubclassBytecodeGenerator(SubclassLoader loader, Implementation readReplace, ElementMatc… in SubclassBytecodeGenerator()