Home
last modified time | relevance | path

Searched defs:fullBody (Results 1 – 25 of 48) sorted by relevance

12

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/
H A DCommentUtils.java135 List<DocTree> fullBody = new ArrayList<>(); in setEnumValuesTree() local
148 List<DocTree> fullBody = new ArrayList<>(); in setEnumValueOfTree() local
188 List<DocTree> fullBody = in setRecordConstructorTree() local
210 List<DocTree> fullBody = new ArrayList<>(); in setRecordEqualsTree() local
267 … List<DocTree> fullBody = List.of(makeTextTreeForResource("doclet.record_hashCode_doc.fullbody")); in setRecordHashCodeTree() local
281 List<DocTree> fullBody = List.of( in setRecordToStringTree() local
298 List<DocTree> fullBody = in setRecordAccessorTree() local
315 List<DocTree> fullBody = in setRecordFieldTree() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/
H A DCommentUtils.java136 List<DocTree> fullBody = new ArrayList<>(); in setEnumValuesTree() local
149 List<DocTree> fullBody = new ArrayList<>(); in setEnumValueOfTree() local
189 List<DocTree> fullBody = in setRecordConstructorTree() local
211 List<DocTree> fullBody = new ArrayList<>(); in setRecordEqualsTree() local
268 … List<DocTree> fullBody = List.of(makeTextTreeForResource("doclet.record_hashCode_doc.fullbody")); in setRecordHashCodeTree() local
282 List<DocTree> fullBody = List.of( in setRecordToStringTree() local
299 List<DocTree> fullBody = in setRecordAccessorTree() local
316 List<DocTree> fullBody = in setRecordFieldTree() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/
H A DCommentUtils.java127 List<DocTree> fullBody = new ArrayList<>(); in setEnumValuesTree() local
140 List<DocTree> fullBody = new ArrayList<>(); in setEnumValueOfTree() local
180 List<DocTree> fullBody = in setRecordConstructorTree() local
202 List<DocTree> fullBody = new ArrayList<>(); in setRecordEqualsTree() local
259 … List<DocTree> fullBody = List.of(makeTextTreeForResource("doclet.record_hashCode_doc.fullbody")); in setRecordHashCodeTree() local
273 List<DocTree> fullBody = List.of( in setRecordToStringTree() local
290 List<DocTree> fullBody = in setRecordAccessorTree() local
307 List<DocTree> fullBody = in setRecordFieldTree() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/
H A DCommentUtils.java135 List<DocTree> fullBody = new ArrayList<>(); in setEnumValuesTree() local
148 List<DocTree> fullBody = new ArrayList<>(); in setEnumValueOfTree() local
188 List<DocTree> fullBody = in setRecordConstructorTree() local
209 List<DocTree> fullBody = new ArrayList<>(); in setRecordEqualsTree() local
266 … List<DocTree> fullBody = List.of(makeTextTreeForResource("doclet.record_hashCode_doc.fullbody")); in setRecordHashCodeTree() local
280 List<DocTree> fullBody = List.of( in setRecordToStringTree() local
297 List<DocTree> fullBody = in setRecordAccessorTree() local
314 List<DocTree> fullBody = in setRecordFieldTree() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/
H A DCommentUtils.java117 List<DocTree> fullBody = new ArrayList<>(); in setEnumValuesTree() local
131 List<DocTree> fullBody = new ArrayList<>(); in setEnumValueOfTree() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/
H A DCommentUtils.java119 List<DocTree> fullBody = new ArrayList<>(); in setEnumValuesTree() local
133 List<DocTree> fullBody = new ArrayList<>(); in setEnumValueOfTree() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/
H A DCommentUtils.java119 List<DocTree> fullBody = new ArrayList<>(); in setEnumValuesTree() local
133 List<DocTree> fullBody = new ArrayList<>(); in setEnumValueOfTree() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/
H A DCommentUtils.java117 List<DocTree> fullBody = new ArrayList<>(); in setEnumValuesTree() local
131 List<DocTree> fullBody = new ArrayList<>(); in setEnumValueOfTree() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/source/util/
H A DDocTreeFactory.java123 … DocCommentTree newDocCommentTree(List<? extends DocTree> fullBody, List<? extends DocTree> tags); in newDocCommentTree()
135 DocCommentTree newDocCommentTree(List<? extends DocTree> fullBody, in newDocCommentTree()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/source/util/
H A DDocTreeFactory.java123 … DocCommentTree newDocCommentTree(List<? extends DocTree> fullBody, List<? extends DocTree> tags); in newDocCommentTree()
135 DocCommentTree newDocCommentTree(List<? extends DocTree> fullBody, in newDocCommentTree()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/source/util/
H A DDocTreeFactory.java124 … DocCommentTree newDocCommentTree(List<? extends DocTree> fullBody, List<? extends DocTree> tags); in newDocCommentTree()
136 DocCommentTree newDocCommentTree(List<? extends DocTree> fullBody, in newDocCommentTree()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/source/util/
H A DDocTreeFactory.java124 … DocCommentTree newDocCommentTree(List<? extends DocTree> fullBody, List<? extends DocTree> tags); in newDocCommentTree()
135 DocCommentTree newDocCommentTree(List<? extends DocTree> fullBody, in newDocCommentTree()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/source/util/
H A DDocTreeFactory.java124 … DocCommentTree newDocCommentTree(List<? extends DocTree> fullBody, List<? extends DocTree> tags); in newDocCommentTree()
135 DocCommentTree newDocCommentTree(List<? extends DocTree> fullBody, in newDocCommentTree()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/source/util/
H A DDocTreeFactory.java124 … DocCommentTree newDocCommentTree(List<? extends DocTree> fullBody, List<? extends DocTree> tags); in newDocCommentTree()
136 DocCommentTree newDocCommentTree(List<? extends DocTree> fullBody, in newDocCommentTree()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/source/util/
H A DDocTreeFactory.java124 … DocCommentTree newDocCommentTree(List<? extends DocTree> fullBody, List<? extends DocTree> tags); in newDocCommentTree()
136 DocCommentTree newDocCommentTree(List<? extends DocTree> fullBody, in newDocCommentTree()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/source/util/
H A DDocTreeFactory.java124 … DocCommentTree newDocCommentTree(List<? extends DocTree> fullBody, List<? extends DocTree> tags); in newDocCommentTree()
136 DocCommentTree newDocCommentTree(List<? extends DocTree> fullBody, in newDocCommentTree()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java202 …public DCDocComment newDocCommentTree(List<? extends DocTree> fullBody, List<? extends DocTree> ta… in newDocCommentTree()
211 List<? extends DocTree> fullBody, in newDocCommentTree()
228 public DCDocComment newDocCommentTree(List<? extends DocTree> fullBody, in newDocCommentTree()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java202 …public DCDocComment newDocCommentTree(List<? extends DocTree> fullBody, List<? extends DocTree> ta… in newDocCommentTree()
211 List<? extends DocTree> fullBody, in newDocCommentTree()
228 public DCDocComment newDocCommentTree(List<? extends DocTree> fullBody, in newDocCommentTree()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java199 …public DCDocComment newDocCommentTree(List<? extends DocTree> fullBody, List<? extends DocTree> ta… in newDocCommentTree()
204 List<? extends DocTree> fullBody, in newDocCommentTree()
221 public DCDocComment newDocCommentTree(List<? extends DocTree> fullBody, in newDocCommentTree()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java199 …public DCDocComment newDocCommentTree(List<? extends DocTree> fullBody, List<? extends DocTree> ta… in newDocCommentTree()
204 List<? extends DocTree> fullBody, in newDocCommentTree()
221 public DCDocComment newDocCommentTree(List<? extends DocTree> fullBody, in newDocCommentTree()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DDocFilesHandlerImpl.java187 List<? extends DocTree> fullBody = utils.getFullBody(dfElement); in handleHtmlFile() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DDocFilesHandlerImpl.java187 List<? extends DocTree> fullBody = utils.getFullBody(dfElement); in handleHtmlFile() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DDocFilesHandlerImpl.java187 List<? extends DocTree> fullBody = utils.getFullBody(dfElement); in handleHtmlFile() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java203 …public DCDocComment newDocCommentTree(List<? extends DocTree> fullBody, List<? extends DocTree> ta… in newDocCommentTree()
212 List<? extends DocTree> fullBody, in newDocCommentTree()
229 public DCDocComment newDocCommentTree(List<? extends DocTree> fullBody, in newDocCommentTree()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java203 …public DCDocComment newDocCommentTree(List<? extends DocTree> fullBody, List<? extends DocTree> ta… in newDocCommentTree()
212 List<? extends DocTree> fullBody, in newDocCommentTree()
229 public DCDocComment newDocCommentTree(List<? extends DocTree> fullBody, in newDocCommentTree()

12