Searched defs:MethodSignature (Results 1 – 5 of 5) sorted by relevance
13 abstract class MethodSignature { class
171 private static final class MethodSignature class in FauxveridesTest177 MethodSignature(Method method) { in MethodSignature() method in FauxveridesTest.MethodSignature
262 public static class MethodSignature extends Signature { class in MemberNaming267 public MethodSignature(String name, String type, String[] parameters) { in MethodSignature() method in MemberNaming.MethodSignature
60 public static class MethodSignature { class in SmaliTestBase67 public MethodSignature(String clazz, String name, String returnType, in MethodSignature() method in SmaliTestBase.MethodSignature
226 public static class MethodSignature { class in SignatureAttribute232 MethodSignature(TypeParameter[] tp, Type[] p, Type ret, ObjectType[] ex) { in MethodSignature() method in SignatureAttribute.MethodSignature