Home
last modified time | relevance | path

Searched refs:DCTree (Results 1 – 25 of 96) sorted by relevance

1234

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java38 import com.sun.tools.javac.tree.DCTree;
132 List<DCTree> tags = blockTags(); in parse()
255 protected List<DCTree> blockTags() { in blockTags()
267 protected DCTree blockTag() { in blockTag()
316 protected DCTree inlineTag() { in inlineTag()
663 protected DCTree entity() { in entity()
816 private DCTree html() { in html()
894 protected List<DCTree> htmlAttrs() { in htmlAttrs()
903 List<DCTree> value = null; in htmlAttrs()
1083 final DCTree.Kind treeKind;
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java36 import com.sun.tools.javac.tree.DCTree;
132 List<DCTree> tags = blockTags(); in parse()
266 protected List<DCTree> blockTags() { in blockTags()
278 protected DCTree blockTag() { in blockTag()
327 protected DCTree inlineTag() { in inlineTag()
755 protected DCTree entity() { in entity()
908 private DCTree html() { in html()
986 protected List<DCTree> htmlAttrs() { in htmlAttrs()
995 List<DCTree> value = null; in htmlAttrs()
1175 final DCTree.Kind treeKind;
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java36 import com.sun.tools.javac.tree.DCTree;
132 List<DCTree> tags = blockTags(); in parse()
266 protected List<DCTree> blockTags() { in blockTags()
278 protected DCTree blockTag() { in blockTag()
327 protected DCTree inlineTag() { in inlineTag()
755 protected DCTree entity() { in entity()
820 private DCTree html() { in html()
898 protected List<DCTree> htmlAttrs() { in htmlAttrs()
907 List<DCTree> value = null; in htmlAttrs()
1087 final DCTree.Kind treeKind;
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java36 import com.sun.tools.javac.tree.DCTree;
132 List<DCTree> tags = blockTags(); in parse()
266 protected List<DCTree> blockTags() { in blockTags()
278 protected DCTree blockTag() { in blockTag()
327 protected DCTree inlineTag() { in inlineTag()
755 protected DCTree entity() { in entity()
908 private DCTree html() { in html()
986 protected List<DCTree> htmlAttrs() { in htmlAttrs()
995 List<DCTree> value = null; in htmlAttrs()
1175 final DCTree.Kind treeKind;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java36 import com.sun.tools.javac.tree.DCTree;
132 List<DCTree> tags = blockTags(); in parse()
266 protected List<DCTree> blockTags() { in blockTags()
278 protected DCTree blockTag() { in blockTag()
327 protected DCTree inlineTag() { in inlineTag()
755 protected DCTree entity() { in entity()
820 private DCTree html() { in html()
898 protected List<DCTree> htmlAttrs() { in htmlAttrs()
907 List<DCTree> value = null; in htmlAttrs()
1079 final DCTree.Kind treeKind;
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java36 import com.sun.tools.javac.tree.DCTree;
132 List<DCTree> tags = blockTags(); in parse()
266 protected List<DCTree> blockTags() { in blockTags()
278 protected DCTree blockTag() { in blockTag()
327 protected DCTree inlineTag() { in inlineTag()
755 protected DCTree entity() { in entity()
820 private DCTree html() { in html()
898 protected List<DCTree> htmlAttrs() { in htmlAttrs()
907 List<DCTree> value = null; in htmlAttrs()
1079 final DCTree.Kind treeKind;
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java36 import com.sun.tools.javac.tree.DCTree;
126 List<DCTree> tags = blockTags(); in parse()
249 protected List<DCTree> blockTags() { in blockTags()
261 protected DCTree blockTag() { in blockTag()
309 protected DCTree inlineTag() { in inlineTag()
673 protected DCTree entity() { in entity()
826 private DCTree html() { in html()
904 protected List<DCTree> htmlAttrs() { in htmlAttrs()
913 List<DCTree> value = null; in htmlAttrs()
1094 final DCTree.Kind treeKind;
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java36 import com.sun.tools.javac.tree.DCTree;
126 List<DCTree> tags = blockTags(); in parse()
249 protected List<DCTree> blockTags() { in blockTags()
261 protected DCTree blockTag() { in blockTag()
309 protected DCTree inlineTag() { in inlineTag()
662 protected DCTree entity() { in entity()
815 private DCTree html() { in html()
893 protected List<DCTree> htmlAttrs() { in htmlAttrs()
902 List<DCTree> value = null; in htmlAttrs()
1083 final DCTree.Kind treeKind;
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java133 ListBuffer<DCTree> fs = new ListBuffer<DCTree>(); in parse()
136 DCTree t = body.head; in parse()
197 ListBuffer<DCTree> trees = new ListBuffer<DCTree>(); in blockContent()
268 ListBuffer<DCTree> tags = new ListBuffer<DCTree>(); in blockTags()
279 protected DCTree blockTag() { in blockTag()
617 ListBuffer<DCTree> trees = new ListBuffer<DCTree>(); in inlineContent()
692 protected DCTree entity() { in entity()
732 protected DCTree html() { in html()
795 ListBuffer<DCTree> attrs = new ListBuffer<DCTree>(); in htmlAttrs()
806 ListBuffer<DCTree> v = new ListBuffer<DCTree>(); in htmlAttrs()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java133 ListBuffer<DCTree> fs = new ListBuffer<DCTree>(); in parse()
136 DCTree t = body.head; in parse()
197 ListBuffer<DCTree> trees = new ListBuffer<DCTree>(); in blockContent()
268 ListBuffer<DCTree> tags = new ListBuffer<DCTree>(); in blockTags()
279 protected DCTree blockTag() { in blockTag()
617 ListBuffer<DCTree> trees = new ListBuffer<DCTree>(); in inlineContent()
692 protected DCTree entity() { in entity()
732 protected DCTree html() { in html()
795 ListBuffer<DCTree> attrs = new ListBuffer<DCTree>(); in htmlAttrs()
806 ListBuffer<DCTree> v = new ListBuffer<DCTree>(); in htmlAttrs()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DDCTree.java106 public final List<DCTree> body;
107 public final List<DCTree> tags;
110 List<DCTree> firstSentence, List<DCTree> body, List<DCTree> tags) { in DCDocComment()
154 public final List<DCTree> value;
184 public List<DCTree> getValue() { in getValue()
190 public final List<DCTree> name;
192 DCAuthor(List<DCTree> name) { in DCAuthor()
236 public final List<DCTree> body;
558 DCSee(List<DCTree> reference) { in DCSee()
664 DCSince(List<DCTree> body) { in DCSince()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DDCTree.java106 public final List<DCTree> body;
107 public final List<DCTree> tags;
110 List<DCTree> firstSentence, List<DCTree> body, List<DCTree> tags) { in DCDocComment()
154 public final List<DCTree> value;
184 public List<DCTree> getValue() { in getValue()
190 public final List<DCTree> name;
192 DCAuthor(List<DCTree> name) { in DCAuthor()
236 public final List<DCTree> body;
558 DCSee(List<DCTree> reference) { in DCSee()
664 DCSince(List<DCTree> body) { in DCSince()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDCTree.java110 public final List<DCTree> body;
111 public final List<DCTree> tags;
189 public final List<DCTree> value;
219 public List<DCTree> getValue() { in getValue()
225 public final List<DCTree> name;
227 DCAuthor(List<DCTree> name) { in DCAuthor()
271 public final List<DCTree> body;
434 DCHidden(List<DCTree> body) { in DCHidden()
478 public final DCTree term;
481 DCIndex(DCTree term, List<DCTree> description) { in DCIndex()
[all …]
H A DDocTreeMaker.java72 import com.sun.tools.javac.tree.DCTree.DCLink;
78 import com.sun.tools.javac.tree.DCTree.DCSee;
203 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
215 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
234 List<DCTree> fBody = lb.toList(); in newDocCommentTree()
258 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
503 Pair<List<DCTree>, List<DCTree>> pair = splitBody(list); in getFirstSentence()
513 private Pair<List<DCTree>, List<DCTree>> splitBody(Collection<? extends DocTree> list) { in splitBody()
532 body.add((DCTree) dt); in splitBody()
580 fs.add((DCTree) dt); in splitBody()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDCTree.java110 public final List<DCTree> body;
111 public final List<DCTree> tags;
189 public final List<DCTree> value;
219 public List<DCTree> getValue() { in getValue()
225 public final List<DCTree> name;
227 DCAuthor(List<DCTree> name) { in DCAuthor()
271 public final List<DCTree> body;
434 DCHidden(List<DCTree> body) { in DCHidden()
478 public final DCTree term;
481 DCIndex(DCTree term, List<DCTree> description) { in DCIndex()
[all …]
H A DDocTreeMaker.java72 import com.sun.tools.javac.tree.DCTree.DCLink;
78 import com.sun.tools.javac.tree.DCTree.DCSee;
203 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
215 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
234 List<DCTree> fBody = lb.toList(); in newDocCommentTree()
258 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
503 Pair<List<DCTree>, List<DCTree>> pair = splitBody(list); in getFirstSentence()
513 private Pair<List<DCTree>, List<DCTree>> splitBody(Collection<? extends DocTree> list) { in splitBody()
532 body.add((DCTree) dt); in splitBody()
580 fs.add((DCTree) dt); in splitBody()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDCTree.java110 public final List<DCTree> body;
111 public final List<DCTree> tags;
189 public final List<DCTree> value;
219 public List<DCTree> getValue() { in getValue()
225 public final List<DCTree> name;
227 DCAuthor(List<DCTree> name) { in DCAuthor()
271 public final List<DCTree> body;
434 DCHidden(List<DCTree> body) { in DCHidden()
478 public final DCTree term;
481 DCIndex(DCTree term, List<DCTree> description) { in DCIndex()
[all …]
H A DDocTreeMaker.java72 import com.sun.tools.javac.tree.DCTree.DCLink;
78 import com.sun.tools.javac.tree.DCTree.DCSee;
204 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
216 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
235 List<DCTree> fBody = lb.toList(); in newDocCommentTree()
259 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
511 Pair<List<DCTree>, List<DCTree>> pair = splitBody(list); in getFirstSentence()
521 private Pair<List<DCTree>, List<DCTree>> splitBody(Collection<? extends DocTree> list) { in splitBody()
540 body.add((DCTree) dt); in splitBody()
588 fs.add((DCTree) dt); in splitBody()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDCTree.java110 public final List<DCTree> body;
111 public final List<DCTree> tags;
189 public final List<DCTree> value;
219 public List<DCTree> getValue() { in getValue()
225 public final List<DCTree> name;
227 DCAuthor(List<DCTree> name) { in DCAuthor()
271 public final List<DCTree> body;
434 DCHidden(List<DCTree> body) { in DCHidden()
478 public final DCTree term;
481 DCIndex(DCTree term, List<DCTree> description) { in DCIndex()
[all …]
H A DDocTreeMaker.java72 import com.sun.tools.javac.tree.DCTree.DCLink;
78 import com.sun.tools.javac.tree.DCTree.DCSee;
204 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
216 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
235 List<DCTree> fBody = lb.toList(); in newDocCommentTree()
259 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
511 Pair<List<DCTree>, List<DCTree>> pair = splitBody(list); in getFirstSentence()
521 private Pair<List<DCTree>, List<DCTree>> splitBody(Collection<? extends DocTree> list) { in splitBody()
540 body.add((DCTree) dt); in splitBody()
588 fs.add((DCTree) dt); in splitBody()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java72 import com.sun.tools.javac.tree.DCTree.DCLink;
78 import com.sun.tools.javac.tree.DCTree.DCSee;
204 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
216 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
235 List<DCTree> fBody = lb.toList(); in newDocCommentTree()
259 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
511 Pair<List<DCTree>, List<DCTree>> pair = splitBody(list); in getFirstSentence()
521 private Pair<List<DCTree>, List<DCTree>> splitBody(Collection<? extends DocTree> list) { in splitBody()
540 body.add((DCTree) dt); in splitBody()
588 fs.add((DCTree) dt); in splitBody()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java72 import com.sun.tools.javac.tree.DCTree.DCLink;
78 import com.sun.tools.javac.tree.DCTree.DCSee;
204 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
216 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
235 List<DCTree> fBody = lb.toList(); in newDocCommentTree()
259 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
511 Pair<List<DCTree>, List<DCTree>> pair = splitBody(list); in getFirstSentence()
521 private Pair<List<DCTree>, List<DCTree>> splitBody(Collection<? extends DocTree> list) { in splitBody()
540 body.add((DCTree) dt); in splitBody()
588 fs.add((DCTree) dt); in splitBody()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java68 import com.sun.tools.javac.tree.DCTree.DCLink;
74 import com.sun.tools.javac.tree.DCTree.DCSee;
82 import com.sun.tools.javac.tree.DCTree.DCText;
208 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
227 List<DCTree> fBody = lb.toList(); in newDocCommentTree()
251 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
508 Pair<List<DCTree>, List<DCTree>> pair = splitBody(list); in getFirstSentence()
518 private Pair<List<DCTree>, List<DCTree>> splitBody(Collection<? extends DocTree> list) { in splitBody()
537 body.add((DCTree) dt); in splitBody()
586 fs.add((DCTree) dt); in splitBody()
[all …]
H A DDCTree.java110 public final List<DCTree> body;
111 public final List<DCTree> tags;
189 public final List<DCTree> value;
219 public List<DCTree> getValue() { in getValue()
225 public final List<DCTree> name;
227 DCAuthor(List<DCTree> name) { in DCAuthor()
271 public final List<DCTree> body;
434 DCHidden(List<DCTree> body) { in DCHidden()
478 public final DCTree term;
481 DCIndex(DCTree term, List<DCTree> description) { in DCIndex()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java68 import com.sun.tools.javac.tree.DCTree.DCLink;
74 import com.sun.tools.javac.tree.DCTree.DCSee;
82 import com.sun.tools.javac.tree.DCTree.DCText;
208 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
227 List<DCTree> fBody = lb.toList(); in newDocCommentTree()
251 Pair<List<DCTree>, List<DCTree>> pair = splitBody(fullBody); in newDocCommentTree()
508 Pair<List<DCTree>, List<DCTree>> pair = splitBody(list); in getFirstSentence()
518 private Pair<List<DCTree>, List<DCTree>> splitBody(Collection<? extends DocTree> list) { in splitBody()
537 body.add((DCTree) dt); in splitBody()
586 fs.add((DCTree) dt); in splitBody()
[all …]

1234