Home
last modified time | relevance | path

Searched refs:DCAttribute (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java91 public DCAttribute Attribute(Name name, ValueKind vkind, List<DCTree> value) { in Attribute()
92 DCAttribute tree = new DCAttribute(name, vkind, value); in Attribute()
H A DDCTree.java151 public static class DCAttribute extends DCTree implements AttributeTree { class in DCTree
156 DCAttribute(Name name, ValueKind vkind, List<DCTree> value) { in DCAttribute() method in DCTree.DCAttribute
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java91 public DCAttribute Attribute(Name name, ValueKind vkind, List<DCTree> value) { in Attribute()
92 DCAttribute tree = new DCAttribute(name, vkind, value); in Attribute()
H A DDCTree.java151 public static class DCAttribute extends DCTree implements AttributeTree { class in DCTree
156 DCAttribute(Name name, ValueKind vkind, List<DCTree> value) { in DCAttribute() method in DCTree.DCAttribute
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java58 import com.sun.tools.javac.tree.DCTree.DCAttribute;
167 …public DCAttribute newAttributeTree(javax.lang.model.element.Name name, ValueKind vkind, java.util… in newAttributeTree()
168 DCAttribute tree = new DCAttribute(name, vkind, cast(value)); in newAttributeTree()
H A DDCTree.java186 public static class DCAttribute extends DCTree implements AttributeTree { class in DCTree
191 DCAttribute(Name name, ValueKind vkind, List<DCTree> value) { in DCAttribute() method in DCTree.DCAttribute
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java58 import com.sun.tools.javac.tree.DCTree.DCAttribute;
167 …public DCAttribute newAttributeTree(javax.lang.model.element.Name name, ValueKind vkind, java.util… in newAttributeTree()
168 DCAttribute tree = new DCAttribute(name, vkind, cast(value)); in newAttributeTree()
H A DDCTree.java186 public static class DCAttribute extends DCTree implements AttributeTree { class in DCTree
191 DCAttribute(Name name, ValueKind vkind, List<DCTree> value) { in DCAttribute() method in DCTree.DCAttribute
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java54 import com.sun.tools.javac.tree.DCTree.DCAttribute;
164 public DCAttribute newAttributeTree(Name name, ValueKind vkind, List<? extends DocTree> value) { in newAttributeTree()
165 DCAttribute tree = new DCAttribute(name, vkind, cast(value)); in newAttributeTree()
H A DDCTree.java186 public static class DCAttribute extends DCTree implements AttributeTree { class in DCTree
191 DCAttribute(Name name, ValueKind vkind, List<DCTree> value) { in DCAttribute() method in DCTree.DCAttribute
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java54 import com.sun.tools.javac.tree.DCTree.DCAttribute;
164 public DCAttribute newAttributeTree(Name name, ValueKind vkind, List<? extends DocTree> value) { in newAttributeTree()
165 DCAttribute tree = new DCAttribute(name, vkind, cast(value)); in newAttributeTree()
H A DDCTree.java186 public static class DCAttribute extends DCTree implements AttributeTree { class in DCTree
191 DCAttribute(Name name, ValueKind vkind, List<DCTree> value) { in DCAttribute() method in DCTree.DCAttribute
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java58 import com.sun.tools.javac.tree.DCTree.DCAttribute;
168 …public DCAttribute newAttributeTree(javax.lang.model.element.Name name, ValueKind vkind, java.util… in newAttributeTree()
169 DCAttribute tree = new DCAttribute(name, vkind, cast(value)); in newAttributeTree()
H A DDCTree.java186 public static class DCAttribute extends DCTree implements AttributeTree { class in DCTree
191 DCAttribute(Name name, ValueKind vkind, List<DCTree> value) { in DCAttribute() method in DCTree.DCAttribute
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java58 import com.sun.tools.javac.tree.DCTree.DCAttribute;
168 …public DCAttribute newAttributeTree(javax.lang.model.element.Name name, ValueKind vkind, java.util… in newAttributeTree()
169 DCAttribute tree = new DCAttribute(name, vkind, cast(value)); in newAttributeTree()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java58 import com.sun.tools.javac.tree.DCTree.DCAttribute;
168 …public DCAttribute newAttributeTree(javax.lang.model.element.Name name, ValueKind vkind, java.util… in newAttributeTree()
169 DCAttribute tree = new DCAttribute(name, vkind, cast(value)); in newAttributeTree()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java58 import com.sun.tools.javac.tree.DCTree.DCAttribute;
168 …public DCAttribute newAttributeTree(javax.lang.model.element.Name name, ValueKind vkind, java.util… in newAttributeTree()
169 DCAttribute tree = new DCAttribute(name, vkind, cast(value)); in newAttributeTree()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java39 import com.sun.tools.javac.tree.DCTree.DCAttribute;
938 DCAttribute attr = m.at(namePos).newAttributeTree(name, vkind, value); in htmlAttrs()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java41 import com.sun.tools.javac.tree.DCTree.DCAttribute;
838 DCAttribute attr = m.at(namePos).Attribute(name, vkind, value); in htmlAttrs()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java41 import com.sun.tools.javac.tree.DCTree.DCAttribute;
838 DCAttribute attr = m.at(namePos).Attribute(name, vkind, value); in htmlAttrs()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java37 import com.sun.tools.javac.tree.DCTree.DCAttribute;
942 DCAttribute attr = m.at(namePos).newAttributeTree(name, vkind, value); in htmlAttrs()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java37 import com.sun.tools.javac.tree.DCTree.DCAttribute;
1030 DCAttribute attr = m.at(namePos).newAttributeTree(name, vkind, value); in htmlAttrs()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java37 import com.sun.tools.javac.tree.DCTree.DCAttribute;
942 DCAttribute attr = m.at(namePos).newAttributeTree(name, vkind, value); in htmlAttrs()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java37 import com.sun.tools.javac.tree.DCTree.DCAttribute;
949 DCAttribute attr = m.at(namePos).newAttributeTree(name, vkind, value); in htmlAttrs()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java37 import com.sun.tools.javac.tree.DCTree.DCAttribute;
938 DCAttribute attr = m.at(namePos).newAttributeTree(name, vkind, value); in htmlAttrs()

12