Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DStubs.java53 boolean keepStubComments) { in writeStubsAndApi()
592 …ssFile(String stubsDir, HashSet<ClassInfo> notStrippable, ClassInfo cl, boolean keepStubComments) { in writeClassFile()
622 …ile(PrintStream stream, HashSet<ClassInfo> notStrippable, ClassInfo cl, boolean keepStubComments) { in writeClassFile()
681 …ass(PrintStream stream, HashSet<ClassInfo> notStrippable, ClassInfo cl, boolean keepStubComments) { in writeClass()
861 …iteMethod(PrintStream stream, MethodInfo method, boolean isConstructor, boolean keepStubComments) { in writeMethod()
935 static void writeField(PrintStream stream, FieldInfo field, boolean keepStubComments) { in writeField()