Searched refs:topClass (Results 1 – 5 of 5) sorted by relevance
28 ClassWriter topClass = javaWriter.addClass("Top"); in referencedAndDeclaredSimpleName() local29 topClass.addNestedClass("Middle").addNestedClass("Bottom"); in referencedAndDeclaredSimpleName()30 topClass.addField(ClassName.create("some.other.pkg", "Bottom"), "field"); in referencedAndDeclaredSimpleName()31 assertThat(topClass.toString()).doesNotContain("import some.other.pkg.Bottom;"); in referencedAndDeclaredSimpleName()
42 public void topClass() { in topClass() method in ClassOrInterfaceDeclarationTest
23 public void topClass() { in topClass() method in Java1_2ValidatorTest
25 public void topClass() { in topClass() method in Java1_1ValidatorTest
190 TypeSpec topClass = buildTopClass(groups, groupedMethods.get("")); in writeApi() local191 write(topClass); in writeApi()