Home
last modified time | relevance | path

Searched refs:DCReference (Results 1 – 25 of 44) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java151 public DCThrows Exception(DCReference name, List<DCTree> description) { in Exception()
169 public DCLink Link(DCReference ref, List<DCTree> label) { in Link()
175 public DCLink LinkPlain(DCReference ref, List<DCTree> label) { in LinkPlain()
193 public DCReference Reference(String signature, in Reference()
195 DCReference tree = new DCReference(signature, qualExpr, member, paramTypes); in Reference()
224 … public DCSerialField SerialField(DCIdentifier name, DCReference type, List<DCTree> description) { in SerialField()
248 public DCThrows Throws(DCReference name, List<DCTree> description) { in Throws()
266 public DCValue Value(DCReference ref) { in Value()
H A DDCTree.java405 public final DCReference ref;
408 DCLink(Kind kind, DCReference ref, List<DCTree> label) { in DCLink()
499 public static class DCReference extends DCEndPosTree<DCReference> implements ReferenceTree { class in DCTree
509 DCReference(String signature, JCTree qualExpr, Name member, List<JCTree> paramTypes) { in DCReference() method in DCTree.DCReference
626 public final DCReference type;
629 DCSerialField(DCIdentifier name, DCReference type, List<DCTree> description) { in DCSerialField()
746 public final DCReference name;
749 DCThrows(Kind kind, DCReference name, List<DCTree> description) { in DCThrows()
838 public final DCReference ref;
840 DCValue(DCReference ref) { in DCValue()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java151 public DCThrows Exception(DCReference name, List<DCTree> description) { in Exception()
169 public DCLink Link(DCReference ref, List<DCTree> label) { in Link()
175 public DCLink LinkPlain(DCReference ref, List<DCTree> label) { in LinkPlain()
193 public DCReference Reference(String signature, in Reference()
195 DCReference tree = new DCReference(signature, qualExpr, member, paramTypes); in Reference()
224 … public DCSerialField SerialField(DCIdentifier name, DCReference type, List<DCTree> description) { in SerialField()
248 public DCThrows Throws(DCReference name, List<DCTree> description) { in Throws()
266 public DCValue Value(DCReference ref) { in Value()
H A DDCTree.java405 public final DCReference ref;
408 DCLink(Kind kind, DCReference ref, List<DCTree> label) { in DCLink()
499 public static class DCReference extends DCEndPosTree<DCReference> implements ReferenceTree { class in DCTree
509 DCReference(String signature, JCTree qualExpr, Name member, List<JCTree> paramTypes) { in DCReference() method in DCTree.DCReference
626 public final DCReference type;
629 DCSerialField(DCIdentifier name, DCReference type, List<DCTree> description) { in DCSerialField()
746 public final DCReference name;
749 DCThrows(Kind kind, DCReference name, List<DCTree> description) { in DCThrows()
838 public final DCReference ref;
840 DCValue(DCReference ref) { in DCValue()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java76 import com.sun.tools.javac.tree.DCTree.DCReference;
308 DCThrows tree = new DCThrows(Kind.EXCEPTION, (DCReference) name, cast(description)); in newExceptionTree()
343 DCLink tree = new DCLink(Kind.LINK, (DCReference) ref, cast(label)); in newLinkTree()
350 DCLink tree = new DCLink(Kind.LINK_PLAIN, (DCReference) ref, cast(label)); in newLinkPlainTree()
371 DCProvides tree = new DCProvides((DCReference) name, cast(description)); in newProvidesTree()
377 public DCReference newReferenceTree(String signature) { in newReferenceTree()
380 DCReference tree = new DCReference(signature, ref.qualExpr, ref.member, ref.paramTypes); in newReferenceTree()
389 DCReference tree = new DCReference(signature, qualExpr, member, paramTypes); in newReferenceTree()
460 DCThrows tree = new DCThrows(Kind.THROWS, (DCReference) name, cast(description)); in newThrowsTree()
481 DCUses tree = new DCUses((DCReference) name, cast(description)); in newUsesTree()
[all …]
H A DDCTree.java521 public final DCReference ref;
524 DCLink(Kind kind, DCReference ref, List<DCTree> label) { in DCLink()
616 public final DCReference serviceType;
619 DCProvides(DCReference serviceType, List<DCTree> description) { in DCProvides()
645 public static class DCReference extends DCEndPosTree<DCReference> implements ReferenceTree { class in DCTree
772 public final DCReference type;
915 public final DCReference name;
1007 public final DCReference serviceType;
1010 DCUses(DCReference serviceType, List<DCTree> description) { in DCUses()
1037 public final DCReference ref;
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java76 import com.sun.tools.javac.tree.DCTree.DCReference;
308 DCThrows tree = new DCThrows(Kind.EXCEPTION, (DCReference) name, cast(description)); in newExceptionTree()
343 DCLink tree = new DCLink(Kind.LINK, (DCReference) ref, cast(label)); in newLinkTree()
350 DCLink tree = new DCLink(Kind.LINK_PLAIN, (DCReference) ref, cast(label)); in newLinkPlainTree()
371 DCProvides tree = new DCProvides((DCReference) name, cast(description)); in newProvidesTree()
377 public DCReference newReferenceTree(String signature) { in newReferenceTree()
380 DCReference tree = new DCReference(signature, ref.qualExpr, ref.member, ref.paramTypes); in newReferenceTree()
389 DCReference tree = new DCReference(signature, qualExpr, member, paramTypes); in newReferenceTree()
460 DCThrows tree = new DCThrows(Kind.THROWS, (DCReference) name, cast(description)); in newThrowsTree()
481 DCUses tree = new DCUses((DCReference) name, cast(description)); in newUsesTree()
[all …]
H A DDCTree.java521 public final DCReference ref;
524 DCLink(Kind kind, DCReference ref, List<DCTree> label) { in DCLink()
616 public final DCReference serviceType;
619 DCProvides(DCReference serviceType, List<DCTree> description) { in DCProvides()
645 public static class DCReference extends DCEndPosTree<DCReference> implements ReferenceTree { class in DCTree
772 public final DCReference type;
915 public final DCReference name;
1007 public final DCReference serviceType;
1010 DCUses(DCReference serviceType, List<DCTree> description) { in DCUses()
1037 public final DCReference ref;
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java72 import com.sun.tools.javac.tree.DCTree.DCReference;
301 DCThrows tree = new DCThrows(Kind.EXCEPTION, (DCReference) name, cast(description)); in newExceptionTree()
336 DCLink tree = new DCLink(Kind.LINK, (DCReference) ref, cast(label)); in newLinkTree()
343 DCLink tree = new DCLink(Kind.LINK_PLAIN, (DCReference) ref, cast(label)); in newLinkPlainTree()
364 DCProvides tree = new DCProvides((DCReference) name, cast(description)); in newProvidesTree()
370 public DCReference newReferenceTree(String signature) { in newReferenceTree()
373DCReference tree = new DCReference(signature, ref.moduleName, ref.qualExpr, ref.member, ref.paramT… in newReferenceTree()
382 DCReference tree = new DCReference(signature, moduleName, qualExpr, member, paramTypes); in newReferenceTree()
465 DCThrows tree = new DCThrows(Kind.THROWS, (DCReference) name, cast(description)); in newThrowsTree()
486 DCUses tree = new DCUses((DCReference) name, cast(description)); in newUsesTree()
[all …]
H A DDCTree.java521 public final DCReference ref;
524 DCLink(Kind kind, DCReference ref, List<DCTree> label) { in DCLink()
616 public final DCReference serviceType;
619 DCProvides(DCReference serviceType, List<DCTree> description) { in DCProvides()
645 public static class DCReference extends DCEndPosTree<DCReference> implements ReferenceTree { class in DCTree
786 public final DCReference type;
952 public final DCReference name;
1044 public final DCReference serviceType;
1047 DCUses(DCReference serviceType, List<DCTree> description) { in DCUses()
1074 public final DCReference ref;
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java72 import com.sun.tools.javac.tree.DCTree.DCReference;
301 DCThrows tree = new DCThrows(Kind.EXCEPTION, (DCReference) name, cast(description)); in newExceptionTree()
336 DCLink tree = new DCLink(Kind.LINK, (DCReference) ref, cast(label)); in newLinkTree()
343 DCLink tree = new DCLink(Kind.LINK_PLAIN, (DCReference) ref, cast(label)); in newLinkPlainTree()
364 DCProvides tree = new DCProvides((DCReference) name, cast(description)); in newProvidesTree()
370 public DCReference newReferenceTree(String signature) { in newReferenceTree()
373DCReference tree = new DCReference(signature, ref.moduleName, ref.qualExpr, ref.member, ref.paramT… in newReferenceTree()
382 DCReference tree = new DCReference(signature, moduleName, qualExpr, member, paramTypes); in newReferenceTree()
465 DCThrows tree = new DCThrows(Kind.THROWS, (DCReference) name, cast(description)); in newThrowsTree()
486 DCUses tree = new DCUses((DCReference) name, cast(description)); in newUsesTree()
[all …]
H A DDCTree.java521 public final DCReference ref;
524 DCLink(Kind kind, DCReference ref, List<DCTree> label) { in DCLink()
616 public final DCReference serviceType;
619 DCProvides(DCReference serviceType, List<DCTree> description) { in DCProvides()
645 public static class DCReference extends DCEndPosTree<DCReference> implements ReferenceTree { class in DCTree
786 public final DCReference type;
952 public final DCReference name;
1044 public final DCReference serviceType;
1047 DCUses(DCReference serviceType, List<DCTree> description) { in DCUses()
1074 public final DCReference ref;
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java76 import com.sun.tools.javac.tree.DCTree.DCReference;
309 DCThrows tree = new DCThrows(Kind.EXCEPTION, (DCReference) name, cast(description)); in newExceptionTree()
344 DCLink tree = new DCLink(Kind.LINK, (DCReference) ref, cast(label)); in newLinkTree()
351 DCLink tree = new DCLink(Kind.LINK_PLAIN, (DCReference) ref, cast(label)); in newLinkPlainTree()
372 DCProvides tree = new DCProvides((DCReference) name, cast(description)); in newProvidesTree()
378 public DCReference newReferenceTree(String signature) { in newReferenceTree()
381 DCReference tree = new DCReference(signature, ref.qualExpr, ref.member, ref.paramTypes); in newReferenceTree()
390 DCReference tree = new DCReference(signature, qualExpr, member, paramTypes); in newReferenceTree()
468 DCThrows tree = new DCThrows(Kind.THROWS, (DCReference) name, cast(description)); in newThrowsTree()
489 DCUses tree = new DCUses((DCReference) name, cast(description)); in newUsesTree()
[all …]
H A DDCTree.java521 public final DCReference ref;
524 DCLink(Kind kind, DCReference ref, List<DCTree> label) { in DCLink()
616 public final DCReference serviceType;
619 DCProvides(DCReference serviceType, List<DCTree> description) { in DCProvides()
645 public static class DCReference extends DCEndPosTree<DCReference> implements ReferenceTree { class in DCTree
772 public final DCReference type;
938 public final DCReference name;
1030 public final DCReference serviceType;
1033 DCUses(DCReference serviceType, List<DCTree> description) { in DCUses()
1060 public final DCReference ref;
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java76 import com.sun.tools.javac.tree.DCTree.DCReference;
309 DCThrows tree = new DCThrows(Kind.EXCEPTION, (DCReference) name, cast(description)); in newExceptionTree()
344 DCLink tree = new DCLink(Kind.LINK, (DCReference) ref, cast(label)); in newLinkTree()
351 DCLink tree = new DCLink(Kind.LINK_PLAIN, (DCReference) ref, cast(label)); in newLinkPlainTree()
372 DCProvides tree = new DCProvides((DCReference) name, cast(description)); in newProvidesTree()
378 public DCReference newReferenceTree(String signature) { in newReferenceTree()
381DCReference tree = new DCReference(signature, ref.moduleName, ref.qualExpr, ref.member, ref.paramT… in newReferenceTree()
390 DCReference tree = new DCReference(signature, moduleName, qualExpr, member, paramTypes); in newReferenceTree()
468 DCThrows tree = new DCThrows(Kind.THROWS, (DCReference) name, cast(description)); in newThrowsTree()
489 DCUses tree = new DCUses((DCReference) name, cast(description)); in newUsesTree()
[all …]
H A DDCTree.java521 public final DCReference ref;
524 DCLink(Kind kind, DCReference ref, List<DCTree> label) { in DCLink()
616 public final DCReference serviceType;
619 DCProvides(DCReference serviceType, List<DCTree> description) { in DCProvides()
645 public static class DCReference extends DCEndPosTree<DCReference> implements ReferenceTree { class in DCTree
774 public final DCReference type;
940 public final DCReference name;
1032 public final DCReference serviceType;
1035 DCUses(DCReference serviceType, List<DCTree> description) { in DCUses()
1062 public final DCReference ref;
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java76 import com.sun.tools.javac.tree.DCTree.DCReference;
309 DCThrows tree = new DCThrows(Kind.EXCEPTION, (DCReference) name, cast(description)); in newExceptionTree()
344 DCLink tree = new DCLink(Kind.LINK, (DCReference) ref, cast(label)); in newLinkTree()
351 DCLink tree = new DCLink(Kind.LINK_PLAIN, (DCReference) ref, cast(label)); in newLinkPlainTree()
372 DCProvides tree = new DCProvides((DCReference) name, cast(description)); in newProvidesTree()
378 public DCReference newReferenceTree(String signature) { in newReferenceTree()
381 DCReference tree = new DCReference(signature, ref.qualExpr, ref.member, ref.paramTypes); in newReferenceTree()
390 DCReference tree = new DCReference(signature, qualExpr, member, paramTypes); in newReferenceTree()
468 DCThrows tree = new DCThrows(Kind.THROWS, (DCReference) name, cast(description)); in newThrowsTree()
489 DCUses tree = new DCUses((DCReference) name, cast(description)); in newUsesTree()
[all …]
H A DDCTree.java521 public final DCReference ref;
524 DCLink(Kind kind, DCReference ref, List<DCTree> label) { in DCLink()
616 public final DCReference serviceType;
619 DCProvides(DCReference serviceType, List<DCTree> description) { in DCProvides()
645 public static class DCReference extends DCEndPosTree<DCReference> implements ReferenceTree { class in DCTree
772 public final DCReference type;
938 public final DCReference name;
1030 public final DCReference serviceType;
1033 DCUses(DCReference serviceType, List<DCTree> description) { in DCUses()
1060 public final DCReference ref;
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java76 import com.sun.tools.javac.tree.DCTree.DCReference;
309 DCThrows tree = new DCThrows(Kind.EXCEPTION, (DCReference) name, cast(description)); in newExceptionTree()
344 DCLink tree = new DCLink(Kind.LINK, (DCReference) ref, cast(label)); in newLinkTree()
351 DCLink tree = new DCLink(Kind.LINK_PLAIN, (DCReference) ref, cast(label)); in newLinkPlainTree()
372 DCProvides tree = new DCProvides((DCReference) name, cast(description)); in newProvidesTree()
378 public DCReference newReferenceTree(String signature) { in newReferenceTree()
381 DCReference tree = new DCReference(signature, ref.qualExpr, ref.member, ref.paramTypes); in newReferenceTree()
390 DCReference tree = new DCReference(signature, qualExpr, member, paramTypes); in newReferenceTree()
468 DCThrows tree = new DCThrows(Kind.THROWS, (DCReference) name, cast(description)); in newThrowsTree()
489 DCUses tree = new DCUses((DCReference) name, cast(description)); in newUsesTree()
[all …]
H A DDCTree.java521 public final DCReference ref;
524 DCLink(Kind kind, DCReference ref, List<DCTree> label) { in DCLink()
616 public final DCReference serviceType;
619 DCProvides(DCReference serviceType, List<DCTree> description) { in DCProvides()
645 public static class DCReference extends DCEndPosTree<DCReference> implements ReferenceTree { class in DCTree
772 public final DCReference type;
938 public final DCReference name;
1030 public final DCReference serviceType;
1033 DCUses(DCReference serviceType, List<DCTree> description) { in DCUses()
1060 public final DCReference ref;
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java44 import com.sun.tools.javac.tree.DCTree.DCReference;
424 protected DCReference reference(boolean allowMember) throws ParseException { in reference()
1157 DCReference ref = reference(false); in initTagParsers()
1209 DCReference ref = reference(true); in initTagParsers()
1218 DCReference ref = reference(true); in initTagParsers()
1262 DCReference ref = reference(true); in initTagParsers()
1310 DCReference ref = reference(true); in initTagParsers()
1333 DCReference type = reference(false); in initTagParsers()
1393 DCReference ref = reference(false); in initTagParsers()
1403 DCReference ref = reference(true); in initTagParsers()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java43 import com.sun.tools.javac.tree.DCTree.DCReference;
442 protected DCReference reference(boolean allowMember) throws ParseException { in reference()
1153 DCReference ref = reference(false); in initTagParsers()
1205 DCReference ref = reference(true); in initTagParsers()
1214 DCReference ref = reference(true); in initTagParsers()
1258 DCReference ref = reference(true); in initTagParsers()
1306 DCReference ref = reference(true); in initTagParsers()
1329 DCReference type = reference(false); in initTagParsers()
1367 DCReference ref = reference(false); in initTagParsers()
1377 DCReference ref = reference(true); in initTagParsers()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java43 import com.sun.tools.javac.tree.DCTree.DCReference;
442 protected DCReference reference(boolean allowMember) throws ParseException { in reference()
1249 DCReference ref = reference(false); in initTagParsers()
1301 DCReference ref = reference(true); in initTagParsers()
1310 DCReference ref = reference(true); in initTagParsers()
1354 DCReference ref = reference(true); in initTagParsers()
1402 DCReference ref = reference(true); in initTagParsers()
1425 DCReference type = reference(false); in initTagParsers()
1485 DCReference ref = reference(false); in initTagParsers()
1495 DCReference ref = reference(true); in initTagParsers()
[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.java43 import com.sun.tools.javac.tree.DCTree.DCReference;
442 protected DCReference reference(boolean allowMember) throws ParseException { in reference()
1153 DCReference ref = reference(false); in initTagParsers()
1205 DCReference ref = reference(true); in initTagParsers()
1214 DCReference ref = reference(true); in initTagParsers()
1258 DCReference ref = reference(true); in initTagParsers()
1306 DCReference ref = reference(true); in initTagParsers()
1329 DCReference type = reference(false); in initTagParsers()
1367 DCReference ref = reference(false); in initTagParsers()
1377 DCReference ref = reference(true); in initTagParsers()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DDocCommentParser.java42 import com.sun.tools.javac.tree.DCTree.DCReference;
413 protected DCReference reference(boolean allowMember) throws ParseException { in reference()
1185 DCReference ref = reference(false); in createTagParsers()
1241 DCReference ref = reference(true); in createTagParsers()
1251 DCReference ref = reference(true); in createTagParsers()
1298 DCReference ref = reference(true); in createTagParsers()
1358 DCReference ref = reference(true); in createTagParsers()
1383 DCReference type = reference(false); in createTagParsers()
1448 DCReference ref = reference(false); in createTagParsers()
1459 DCReference ref = reference(true); in createTagParsers()
[all …]

12