Searched defs:memberSpecifications (Results 1 – 6 of 6) sorted by relevance
354 private static void addMemberVisitors(List memberSpecifications, in addMemberVisitors()397 private static ClassVisitor createClassMemberTester(List memberSpecifications, in createClassMemberTester()
86 private void checkMemberSpecifications(List memberSpecifications, boolean isField) in checkMemberSpecifications()
502 private void writeFieldSpecification(List memberSpecifications) in writeFieldSpecification()544 private void writeMethodSpecification(List memberSpecifications) in writeMethodSpecification()
383 List memberSpecifications = isField ? in createClassMemberNoteExceptionMatcher() local
56 public void appendTo(List memberSpecifications, in appendTo()
195 List memberSpecifications = new ArrayList(size); in getMemberSpecifications() local