Home
last modified time | relevance | path

Searched refs:MethodSignature (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DFauxveridesTest.java113 Set<MethodSignature> required = getAllRequiredToFauxveride(ancestor); in doHasAllFauxveridesTest()
114 Set<MethodSignature> found = getAllFauxveridden(descendant, ancestor); in doHasAllFauxveridesTest()
121 private static Set<MethodSignature> getAllRequiredToFauxveride(Class<?> ancestor) { in getAllRequiredToFauxveride()
125 private static Set<MethodSignature> getAllFauxveridden( in getAllFauxveridden()
130 private static Set<MethodSignature> getPublicStaticMethodsBetween( in getPublicStaticMethodsBetween()
132 Set<MethodSignature> methods = newHashSet(); in getPublicStaticMethodsBetween()
139 private static Set<MethodSignature> getPublicStaticMethods(Class<?> clazz) { in getPublicStaticMethods()
140 Set<MethodSignature> publicStaticMethods = newHashSet(); in getPublicStaticMethods()
145 publicStaticMethods.add(new MethodSignature(method)); in getPublicStaticMethods()
171 private static final class MethodSignature class in FauxveridesTest
[all …]
/external/javassist/src/main/javassist/bytecode/
DSignatureAttribute.java226 public static class MethodSignature { class in SignatureAttribute
232 MethodSignature(TypeParameter[] tp, Type[] p, Type ret, ObjectType[] ex) { in MethodSignature() method in SignatureAttribute.MethodSignature
629 public static MethodSignature toMethodSignature(String sig) throws BadBytecode { in toMethodSignature()
671 private static MethodSignature parseMethodSig(String sig) in parseMethodSig()
700 return new MethodSignature(tp, p, ret, ex); in parseMethodSig()
/external/robolectric/lib/main/
Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...