Home
last modified time | relevance | path

Searched refs:DCUnknownBlockTag (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java254 public DCUnknownBlockTag UnknownBlockTag(Name name, List<DCTree> content) { in UnknownBlockTag()
255 DCUnknownBlockTag tree = new DCUnknownBlockTag(name, content); in UnknownBlockTag()
H A DDCTree.java777 public static class DCUnknownBlockTag extends DCBlockTag implements UnknownBlockTagTree { class in DCTree
781 DCUnknownBlockTag(Name name, List<DCTree> content) { in DCUnknownBlockTag() method in DCTree.DCUnknownBlockTag
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java254 public DCUnknownBlockTag UnknownBlockTag(Name name, List<DCTree> content) { in UnknownBlockTag()
255 DCUnknownBlockTag tree = new DCUnknownBlockTag(name, content); in UnknownBlockTag()
H A DDCTree.java777 public static class DCUnknownBlockTag extends DCBlockTag implements UnknownBlockTagTree { class in DCTree
781 DCUnknownBlockTag(Name name, List<DCTree> content) { in DCUnknownBlockTag() method in DCTree.DCUnknownBlockTag
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java87 import com.sun.tools.javac.tree.DCTree.DCUnknownBlockTag;
466 public DCUnknownBlockTag newUnknownBlockTagTree(Name name, List<? extends DocTree> content) { in newUnknownBlockTagTree()
467 DCUnknownBlockTag tree = new DCUnknownBlockTag(name, cast(content)); in newUnknownBlockTagTree()
H A DDCTree.java946 public static class DCUnknownBlockTag extends DCBlockTag implements UnknownBlockTagTree { class in DCTree
950 DCUnknownBlockTag(Name name, List<DCTree> content) { in DCUnknownBlockTag() method in DCTree.DCUnknownBlockTag
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java87 import com.sun.tools.javac.tree.DCTree.DCUnknownBlockTag;
466 public DCUnknownBlockTag newUnknownBlockTagTree(Name name, List<? extends DocTree> content) { in newUnknownBlockTagTree()
467 DCUnknownBlockTag tree = new DCUnknownBlockTag(name, cast(content)); in newUnknownBlockTagTree()
H A DDCTree.java946 public static class DCUnknownBlockTag extends DCBlockTag implements UnknownBlockTagTree { class in DCTree
950 DCUnknownBlockTag(Name name, List<DCTree> content) { in DCUnknownBlockTag() method in DCTree.DCUnknownBlockTag
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java84 import com.sun.tools.javac.tree.DCTree.DCUnknownBlockTag;
471 public DCUnknownBlockTag newUnknownBlockTagTree(Name name, List<? extends DocTree> content) { in newUnknownBlockTagTree()
472 DCUnknownBlockTag tree = new DCUnknownBlockTag(name, cast(content)); in newUnknownBlockTagTree()
H A DDCTree.java983 public static class DCUnknownBlockTag extends DCBlockTag implements UnknownBlockTagTree { class in DCTree
987 DCUnknownBlockTag(Name name, List<DCTree> content) { in DCUnknownBlockTag() method in DCTree.DCUnknownBlockTag
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java84 import com.sun.tools.javac.tree.DCTree.DCUnknownBlockTag;
471 public DCUnknownBlockTag newUnknownBlockTagTree(Name name, List<? extends DocTree> content) { in newUnknownBlockTagTree()
472 DCUnknownBlockTag tree = new DCUnknownBlockTag(name, cast(content)); in newUnknownBlockTagTree()
H A DDCTree.java983 public static class DCUnknownBlockTag extends DCBlockTag implements UnknownBlockTagTree { class in DCTree
987 DCUnknownBlockTag(Name name, List<DCTree> content) { in DCUnknownBlockTag() method in DCTree.DCUnknownBlockTag
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java88 import com.sun.tools.javac.tree.DCTree.DCUnknownBlockTag;
474 public DCUnknownBlockTag newUnknownBlockTagTree(Name name, List<? extends DocTree> content) { in newUnknownBlockTagTree()
475 DCUnknownBlockTag tree = new DCUnknownBlockTag(name, cast(content)); in newUnknownBlockTagTree()
H A DDCTree.java969 public static class DCUnknownBlockTag extends DCBlockTag implements UnknownBlockTagTree { class in DCTree
973 DCUnknownBlockTag(Name name, List<DCTree> content) { in DCUnknownBlockTag() method in DCTree.DCUnknownBlockTag
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java88 import com.sun.tools.javac.tree.DCTree.DCUnknownBlockTag;
474 public DCUnknownBlockTag newUnknownBlockTagTree(Name name, List<? extends DocTree> content) { in newUnknownBlockTagTree()
475 DCUnknownBlockTag tree = new DCUnknownBlockTag(name, cast(content)); in newUnknownBlockTagTree()
H A DDCTree.java971 public static class DCUnknownBlockTag extends DCBlockTag implements UnknownBlockTagTree { class in DCTree
975 DCUnknownBlockTag(Name name, List<DCTree> content) { in DCUnknownBlockTag() method in DCTree.DCUnknownBlockTag
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java88 import com.sun.tools.javac.tree.DCTree.DCUnknownBlockTag;
474 public DCUnknownBlockTag newUnknownBlockTagTree(Name name, List<? extends DocTree> content) { in newUnknownBlockTagTree()
475 DCUnknownBlockTag tree = new DCUnknownBlockTag(name, cast(content)); in newUnknownBlockTagTree()
H A DDCTree.java969 public static class DCUnknownBlockTag extends DCBlockTag implements UnknownBlockTagTree { class in DCTree
973 DCUnknownBlockTag(Name name, List<DCTree> content) { in DCUnknownBlockTag() method in DCTree.DCUnknownBlockTag
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java88 import com.sun.tools.javac.tree.DCTree.DCUnknownBlockTag;
474 public DCUnknownBlockTag newUnknownBlockTagTree(Name name, List<? extends DocTree> content) { in newUnknownBlockTagTree()
475 DCUnknownBlockTag tree = new DCUnknownBlockTag(name, cast(content)); in newUnknownBlockTagTree()
H A DDCTree.java969 public static class DCUnknownBlockTag extends DCBlockTag implements UnknownBlockTagTree { class in DCTree
973 DCUnknownBlockTag(Name name, List<DCTree> content) { in DCUnknownBlockTag() method in DCTree.DCUnknownBlockTag