Home
last modified time | relevance | path

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

/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/validator/
DJava9ValidatorTest.java54 void interfaceMethod() { in interfaceMethod() method in Java9ValidatorTest
DJava8ValidatorTest.java51 void interfaceMethod() { in interfaceMethod() method in Java8ValidatorTest
DJava1_2ValidatorTest.java171 void interfaceMethod() { in interfaceMethod() method in Java1_2ValidatorTest
DJava1_1ValidatorTest.java173 void interfaceMethod() { in interfaceMethod() method in Java1_1ValidatorTest
/external/doclava/src/com/google/doclava/
DClassInfo.java2376 public static MethodInfo interfaceMethod(MethodInfo candidate, ClassInfo newClassObj) { in interfaceMethod() method in ClassInfo