|
| 1 | +# |
| 2 | +# Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved. |
| 3 | +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
| 4 | +# |
| 5 | +# This code is free software; you can redistribute it and/or modify it |
| 6 | +# under the terms of the GNU General Public License version 2 only, as |
| 7 | +# published by the Free Software Foundation. Oracle designates this |
| 8 | +# particular file as subject to the "Classpath" exception as provided |
| 9 | +# by Oracle in the LICENSE file that accompanied this code. |
| 10 | +# |
| 11 | +# This code is distributed in the hope that it will be useful, but WITHOUT |
| 12 | +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 13 | +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
| 14 | +# version 2 for more details (a copy is included in the LICENSE file that |
| 15 | +# accompanied this code). |
| 16 | +# |
| 17 | +# You should have received a copy of the GNU General Public License version |
| 18 | +# 2 along with this work; if not, write to the Free Software Foundation, |
| 19 | +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
| 20 | +# |
| 21 | +# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
| 22 | +# or visit www.oracle.com if you need additional information or have any |
| 23 | +# questions. |
| 24 | +# |
| 25 | +# ########################################################## |
| 26 | +# ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ### |
| 27 | +# ########################################################## |
| 28 | +# |
| 29 | +class name javax/annotation/processing/AbstractProcessor |
| 30 | +header extends java/lang/Object implements javax/annotation/processing/Processor flags 421 |
| 31 | +innerclass innerClass javax/tools/Diagnostic$Kind outerClass javax/tools/Diagnostic innerClassName Kind flags 4019 |
| 32 | +innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19 |
| 33 | + |
| 34 | +class name javax/annotation/processing/Generated |
| 35 | +header extends java/lang/Object implements java/lang/annotation/Annotation flags 2601 runtimeAnnotations @Ljava/lang/annotation/Documented;@Ljava/lang/annotation/Retention;(value=eLjava/lang/annotation/RetentionPolicy;SOURCE;)@Ljava/lang/annotation/Target;(value={eLjava/lang/annotation/ElementType;PACKAGE;eLjava/lang/annotation/ElementType;TYPE;eLjava/lang/annotation/ElementType;METHOD;eLjava/lang/annotation/ElementType;CONSTRUCTOR;eLjava/lang/annotation/ElementType;FIELD;eLjava/lang/annotation/ElementType;LOCAL_VARIABLE;eLjava/lang/annotation/ElementType;PARAMETER;}) |
| 36 | + |
| 37 | +class name javax/lang/model/SourceVersion |
| 38 | +field name RELEASE_16 descriptor Ljavax/lang/model/SourceVersion; flags 4019 |
| 39 | + |
| 40 | +class name javax/lang/model/element/ElementKind |
| 41 | +-field name RECORD descriptor Ljavax/lang/model/element/ElementKind; |
| 42 | +-field name RECORD_COMPONENT descriptor Ljavax/lang/model/element/ElementKind; |
| 43 | +-field name BINDING_VARIABLE descriptor Ljavax/lang/model/element/ElementKind; |
| 44 | +field name RECORD descriptor Ljavax/lang/model/element/ElementKind; flags 4019 |
| 45 | +field name RECORD_COMPONENT descriptor Ljavax/lang/model/element/ElementKind; flags 4019 |
| 46 | +field name BINDING_VARIABLE descriptor Ljavax/lang/model/element/ElementKind; flags 4019 |
| 47 | + |
| 48 | +class name javax/lang/model/element/ElementVisitor |
| 49 | +-method name visitRecordComponent descriptor (Ljavax/lang/model/element/RecordComponentElement;Ljava/lang/Object;)Ljava/lang/Object; |
| 50 | +method name visitRecordComponent descriptor (Ljavax/lang/model/element/RecordComponentElement;Ljava/lang/Object;)Ljava/lang/Object; flags 1 signature (Ljavax/lang/model/element/RecordComponentElement;TP;)TR; |
| 51 | + |
| 52 | +class name javax/lang/model/element/RecordComponentElement |
| 53 | +header extends java/lang/Object implements javax/lang/model/element/Element flags 601 |
| 54 | + |
| 55 | +class name javax/lang/model/element/TypeElement |
| 56 | +-method name getRecordComponents descriptor ()Ljava/util/List; |
| 57 | +method name getRecordComponents descriptor ()Ljava/util/List; flags 1 signature ()Ljava/util/List<+Ljavax/lang/model/element/RecordComponentElement;>; |
| 58 | + |
| 59 | +class name javax/lang/model/element/UnknownAnnotationValueException |
| 60 | +header extends javax/lang/model/UnknownEntityException flags 21 |
| 61 | +innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19 |
| 62 | + |
| 63 | +class name javax/lang/model/element/UnknownDirectiveException |
| 64 | +header extends javax/lang/model/UnknownEntityException flags 21 |
| 65 | +innerclass innerClass javax/lang/model/element/ModuleElement$Directive outerClass javax/lang/model/element/ModuleElement innerClassName Directive flags 609 |
| 66 | +innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19 |
| 67 | + |
| 68 | +class name javax/lang/model/element/UnknownElementException |
| 69 | +header extends javax/lang/model/UnknownEntityException flags 21 |
| 70 | +innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19 |
| 71 | + |
| 72 | +class name javax/lang/model/type/MirroredTypeException |
| 73 | +header extends javax/lang/model/type/MirroredTypesException flags 21 |
| 74 | +innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19 |
| 75 | + |
| 76 | +class name javax/lang/model/type/MirroredTypesException |
| 77 | +header extends java/lang/RuntimeException flags 21 |
| 78 | +innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19 |
| 79 | + |
| 80 | +class name javax/lang/model/type/UnknownTypeException |
| 81 | +header extends javax/lang/model/UnknownEntityException flags 21 |
| 82 | +innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19 |
| 83 | + |
| 84 | +class name javax/lang/model/util/AbstractAnnotationValueVisitor14 |
| 85 | +header extends javax/lang/model/util/AbstractAnnotationValueVisitor9 flags 421 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/AbstractAnnotationValueVisitor9<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_16;) |
| 86 | + |
| 87 | +class name javax/lang/model/util/AbstractElementVisitor14 |
| 88 | +header extends javax/lang/model/util/AbstractElementVisitor9 flags 421 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/AbstractElementVisitor9<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_16;) |
| 89 | + |
| 90 | +class name javax/lang/model/util/AbstractTypeVisitor14 |
| 91 | +header extends javax/lang/model/util/AbstractTypeVisitor9 flags 421 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/AbstractTypeVisitor9<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_16;) |
| 92 | + |
| 93 | +class name javax/lang/model/util/AbstractTypeVisitor6 |
| 94 | +header extends java/lang/Object implements javax/lang/model/type/TypeVisitor flags 421 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljava/lang/Object;Ljavax/lang/model/type/TypeVisitor<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_6;) |
| 95 | + |
| 96 | +class name javax/lang/model/util/AbstractTypeVisitor7 |
| 97 | +header extends javax/lang/model/util/AbstractTypeVisitor6 flags 421 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/AbstractTypeVisitor6<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_7;) |
| 98 | + |
| 99 | +class name javax/lang/model/util/AbstractTypeVisitor8 |
| 100 | +header extends javax/lang/model/util/AbstractTypeVisitor7 flags 421 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/AbstractTypeVisitor7<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_8;) |
| 101 | + |
| 102 | +class name javax/lang/model/util/ElementFilter |
| 103 | +-method name recordComponentsIn descriptor (Ljava/lang/Iterable;)Ljava/util/List; |
| 104 | +-method name recordComponentsIn descriptor (Ljava/util/Set;)Ljava/util/Set; |
| 105 | +method name recordComponentsIn descriptor (Ljava/lang/Iterable;)Ljava/util/List; flags 9 signature (Ljava/lang/Iterable<+Ljavax/lang/model/element/Element;>;)Ljava/util/List<Ljavax/lang/model/element/RecordComponentElement;>; |
| 106 | +method name recordComponentsIn descriptor (Ljava/util/Set;)Ljava/util/Set; flags 9 signature (Ljava/util/Set<+Ljavax/lang/model/element/Element;>;)Ljava/util/Set<Ljavax/lang/model/element/RecordComponentElement;>; |
| 107 | + |
| 108 | +class name javax/lang/model/util/ElementKindVisitor14 |
| 109 | +header extends javax/lang/model/util/ElementKindVisitor9 flags 21 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/ElementKindVisitor9<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_16;) |
| 110 | + |
| 111 | +class name javax/lang/model/util/ElementKindVisitor6 |
| 112 | +-method name visitTypeAsRecord descriptor (Ljavax/lang/model/element/TypeElement;Ljava/lang/Object;)Ljava/lang/Object; |
| 113 | +method name visitTypeAsRecord descriptor (Ljavax/lang/model/element/TypeElement;Ljava/lang/Object;)Ljava/lang/Object; flags 1 signature (Ljavax/lang/model/element/TypeElement;TP;)TR; |
| 114 | + |
| 115 | +class name javax/lang/model/util/ElementScanner14 |
| 116 | +header extends javax/lang/model/util/ElementScanner9 flags 21 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/ElementScanner9<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_16;) |
| 117 | + |
| 118 | +class name javax/lang/model/util/Elements |
| 119 | +-method name recordComponentFor descriptor (Ljavax/lang/model/element/ExecutableElement;)Ljavax/lang/model/element/RecordComponentElement; |
| 120 | +method name recordComponentFor descriptor (Ljavax/lang/model/element/ExecutableElement;)Ljavax/lang/model/element/RecordComponentElement; flags 1 |
| 121 | + |
| 122 | +class name javax/lang/model/util/SimpleAnnotationValueVisitor14 |
| 123 | +header extends javax/lang/model/util/SimpleAnnotationValueVisitor9 flags 21 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/SimpleAnnotationValueVisitor9<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_16;) |
| 124 | + |
| 125 | +class name javax/lang/model/util/SimpleElementVisitor14 |
| 126 | +header extends javax/lang/model/util/SimpleElementVisitor9 flags 21 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/SimpleElementVisitor9<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_16;) |
| 127 | + |
| 128 | +class name javax/lang/model/util/SimpleTypeVisitor14 |
| 129 | +header extends javax/lang/model/util/SimpleTypeVisitor9 flags 21 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/SimpleTypeVisitor9<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_16;) |
| 130 | + |
| 131 | +class name javax/lang/model/util/TypeKindVisitor14 |
| 132 | +header extends javax/lang/model/util/TypeKindVisitor9 flags 21 signature <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/TypeKindVisitor9<TR;TP;>; runtimeAnnotations @Ljavax/annotation/processing/SupportedSourceVersion;(value=eLjavax/lang/model/SourceVersion;RELEASE_16;) |
| 133 | + |
| 134 | +class name javax/tools/SimpleJavaFileObject |
| 135 | +header extends java/lang/Object implements javax/tools/JavaFileObject flags 21 |
| 136 | +innerclass innerClass javax/tools/JavaFileObject$Kind outerClass javax/tools/JavaFileObject innerClassName Kind flags 4019 |
| 137 | +innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19 |
| 138 | + |
| 139 | +class name javax/tools/ToolProvider |
| 140 | +header extends java/lang/Object flags 21 |
| 141 | +innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19 |
| 142 | +-method name <init> descriptor ()V |
| 143 | + |
0 commit comments