Searched defs:methodRefs (Results 1 – 2 of 2) sorted by relevance
10 private MethodRef[] methodRefs; field in Interceptor12 public Interceptor(MethodRef... methodRefs) { in Interceptor()
253 private static Set<MethodRef> convertToSlashes(Set<MethodRef> methodRefs) { in convertToSlashes()