47703
|
1 |
#
|
|
2 |
# Copyright (c) 2015, 2017, 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 |
module name jdk.jshell
|
|
30 |
header exports jdk/jshell/spi,jdk/jshell/tool,jdk/jshell,jdk/jshell/execution requires name\u0020;java.compiler\u0020;flags\u0020;20,name\u0020;jdk.compiler\u0020;flags\u0020;0,name\u0020;jdk.internal.ed\u0020;flags\u0020;0,name\u0020;java.logging\u0020;flags\u0020;0,name\u0020;jdk.jdi\u0020;flags\u0020;20,name\u0020;jdk.internal.opt\u0020;flags\u0020;0,name\u0020;java.base\u0020;flags\u0020;8000,name\u0020;java.prefs\u0020;flags\u0020;20,name\u0020;jdk.internal.le\u0020;flags\u0020;0 uses jdk/internal/editor/spi/BuildInEditorProvider,jdk/jshell/spi/ExecutionControlProvider provides interface\u0020;javax/tools/Tool\u0020;impls\u0020;jdk/internal/jshell/tool/JShellToolProvider,interface\u0020;jdk/jshell/spi/ExecutionControlProvider\u0020;impls\u0020;jdk/jshell/execution/JdiExecutionControlProvider\u005C;u002C;jdk/jshell/execution/LocalExecutionControlProvider\u005C;u002C;jdk/jshell/execution/FailOverExecutionControlProvider flags 8000
|
|
31 |
|
|
32 |
class name jdk/jshell/DeclarationSnippet
|
|
33 |
header extends jdk/jshell/PersistentSnippet flags 421
|
|
34 |
innerclass innerClass jdk/jshell/Snippet$SubKind outerClass jdk/jshell/Snippet innerClassName SubKind flags 4019
|
|
35 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
36 |
|
|
37 |
class name jdk/jshell/Diag
|
|
38 |
header extends java/lang/Object flags 421
|
|
39 |
field name NOPOS descriptor J constantValue -1 flags 19
|
|
40 |
method name isError descriptor ()Z flags 401
|
|
41 |
method name getPosition descriptor ()J flags 401
|
|
42 |
method name getStartPosition descriptor ()J flags 401
|
|
43 |
method name getEndPosition descriptor ()J flags 401
|
|
44 |
method name getCode descriptor ()Ljava/lang/String; flags 401
|
|
45 |
method name getMessage descriptor (Ljava/util/Locale;)Ljava/lang/String; flags 401
|
|
46 |
|
|
47 |
class name jdk/jshell/ErroneousSnippet
|
|
48 |
header extends jdk/jshell/Snippet flags 21
|
|
49 |
innerclass innerClass jdk/jshell/Snippet$Kind outerClass jdk/jshell/Snippet innerClassName Kind flags 4019
|
|
50 |
innerclass innerClass jdk/jshell/Snippet$SubKind outerClass jdk/jshell/Snippet innerClassName SubKind flags 4019
|
|
51 |
method name probableKind descriptor ()Ljdk/jshell/Snippet$Kind; flags 1
|
|
52 |
|
|
53 |
class name jdk/jshell/EvalException
|
|
54 |
header extends jdk/jshell/JShellException flags 21
|
|
55 |
method name getExceptionClassName descriptor ()Ljava/lang/String; flags 1
|
|
56 |
|
|
57 |
class name jdk/jshell/ExpressionSnippet
|
|
58 |
header extends jdk/jshell/Snippet flags 21
|
|
59 |
innerclass innerClass jdk/jshell/Snippet$SubKind outerClass jdk/jshell/Snippet innerClassName SubKind flags 4019
|
|
60 |
method name name descriptor ()Ljava/lang/String; flags 1
|
|
61 |
method name typeName descriptor ()Ljava/lang/String; flags 1
|
|
62 |
|
|
63 |
class name jdk/jshell/ImportSnippet
|
|
64 |
header extends jdk/jshell/PersistentSnippet flags 21
|
|
65 |
innerclass innerClass jdk/jshell/Snippet$SubKind outerClass jdk/jshell/Snippet innerClassName SubKind flags 4019
|
|
66 |
method name name descriptor ()Ljava/lang/String; flags 1
|
|
67 |
method name fullname descriptor ()Ljava/lang/String; flags 1
|
|
68 |
method name isStatic descriptor ()Z flags 1
|
|
69 |
|
|
70 |
class name jdk/jshell/JShell
|
|
71 |
header extends java/lang/Object implements java/lang/AutoCloseable flags 21
|
|
72 |
innerclass innerClass jdk/jshell/JShell$Subscription outerClass jdk/jshell/JShell innerClassName Subscription flags 1
|
|
73 |
innerclass innerClass jdk/jshell/JShell$Builder outerClass jdk/jshell/JShell innerClassName Builder flags 9
|
|
74 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ExecutionControlException outerClass jdk/jshell/spi/ExecutionControl innerClassName ExecutionControlException flags 409
|
|
75 |
innerclass innerClass jdk/jshell/Snippet$Status outerClass jdk/jshell/Snippet innerClassName Status flags 4019
|
|
76 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$EngineTerminationException outerClass jdk/jshell/spi/ExecutionControl innerClassName EngineTerminationException flags 9
|
|
77 |
innerclass innerClass jdk/jshell/Snippet$Kind outerClass jdk/jshell/Snippet innerClassName Kind flags 4019
|
|
78 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
79 |
method name create descriptor ()Ljdk/jshell/JShell; thrownTypes java/lang/IllegalStateException flags 9
|
|
80 |
method name builder descriptor ()Ljdk/jshell/JShell$Builder; flags 9
|
|
81 |
method name sourceCodeAnalysis descriptor ()Ljdk/jshell/SourceCodeAnalysis; flags 1
|
|
82 |
method name eval descriptor (Ljava/lang/String;)Ljava/util/List; thrownTypes java/lang/IllegalStateException flags 1 signature (Ljava/lang/String;)Ljava/util/List<Ljdk/jshell/SnippetEvent;>;
|
|
83 |
method name drop descriptor (Ljdk/jshell/Snippet;)Ljava/util/List; thrownTypes java/lang/IllegalStateException flags 1 signature (Ljdk/jshell/Snippet;)Ljava/util/List<Ljdk/jshell/SnippetEvent;>;
|
|
84 |
method name addToClasspath descriptor (Ljava/lang/String;)V flags 1
|
|
85 |
method name stop descriptor ()V flags 1
|
|
86 |
method name close descriptor ()V flags 1
|
|
87 |
method name snippets descriptor ()Ljava/util/stream/Stream; flags 1 signature ()Ljava/util/stream/Stream<Ljdk/jshell/Snippet;>;
|
|
88 |
method name variables descriptor ()Ljava/util/stream/Stream; flags 1 signature ()Ljava/util/stream/Stream<Ljdk/jshell/VarSnippet;>;
|
|
89 |
method name methods descriptor ()Ljava/util/stream/Stream; flags 1 signature ()Ljava/util/stream/Stream<Ljdk/jshell/MethodSnippet;>;
|
|
90 |
method name types descriptor ()Ljava/util/stream/Stream; flags 1 signature ()Ljava/util/stream/Stream<Ljdk/jshell/TypeDeclSnippet;>;
|
|
91 |
method name imports descriptor ()Ljava/util/stream/Stream; flags 1 signature ()Ljava/util/stream/Stream<Ljdk/jshell/ImportSnippet;>;
|
|
92 |
method name status descriptor (Ljdk/jshell/Snippet;)Ljdk/jshell/Snippet$Status; flags 1
|
|
93 |
method name diagnostics descriptor (Ljdk/jshell/Snippet;)Ljava/util/stream/Stream; flags 1 signature (Ljdk/jshell/Snippet;)Ljava/util/stream/Stream<Ljdk/jshell/Diag;>;
|
|
94 |
method name unresolvedDependencies descriptor (Ljdk/jshell/DeclarationSnippet;)Ljava/util/stream/Stream; flags 1 signature (Ljdk/jshell/DeclarationSnippet;)Ljava/util/stream/Stream<Ljava/lang/String;>;
|
|
95 |
method name varValue descriptor (Ljdk/jshell/VarSnippet;)Ljava/lang/String; thrownTypes java/lang/IllegalStateException flags 1
|
|
96 |
method name onSnippetEvent descriptor (Ljava/util/function/Consumer;)Ljdk/jshell/JShell$Subscription; thrownTypes java/lang/IllegalStateException flags 1 signature (Ljava/util/function/Consumer<Ljdk/jshell/SnippetEvent;>;)Ljdk/jshell/JShell$Subscription;
|
|
97 |
method name onShutdown descriptor (Ljava/util/function/Consumer;)Ljdk/jshell/JShell$Subscription; thrownTypes java/lang/IllegalStateException flags 1 signature (Ljava/util/function/Consumer<Ljdk/jshell/JShell;>;)Ljdk/jshell/JShell$Subscription;
|
|
98 |
method name unsubscribe descriptor (Ljdk/jshell/JShell$Subscription;)V flags 1
|
|
99 |
|
|
100 |
class name jdk/jshell/JShell$Builder
|
|
101 |
header extends java/lang/Object flags 21
|
|
102 |
innerclass innerClass jdk/jshell/JShell$Builder outerClass jdk/jshell/JShell innerClassName Builder flags 9
|
|
103 |
method name in descriptor (Ljava/io/InputStream;)Ljdk/jshell/JShell$Builder; flags 1
|
|
104 |
method name out descriptor (Ljava/io/PrintStream;)Ljdk/jshell/JShell$Builder; flags 1
|
|
105 |
method name err descriptor (Ljava/io/PrintStream;)Ljdk/jshell/JShell$Builder; flags 1
|
|
106 |
method name tempVariableNameGenerator descriptor (Ljava/util/function/Supplier;)Ljdk/jshell/JShell$Builder; flags 1 signature (Ljava/util/function/Supplier<Ljava/lang/String;>;)Ljdk/jshell/JShell$Builder;
|
|
107 |
method name idGenerator descriptor (Ljava/util/function/BiFunction;)Ljdk/jshell/JShell$Builder; flags 1 signature (Ljava/util/function/BiFunction<Ljdk/jshell/Snippet;Ljava/lang/Integer;Ljava/lang/String;>;)Ljdk/jshell/JShell$Builder;
|
|
108 |
method name remoteVMOptions descriptor ([Ljava/lang/String;)Ljdk/jshell/JShell$Builder; flags 81
|
|
109 |
method name compilerOptions descriptor ([Ljava/lang/String;)Ljdk/jshell/JShell$Builder; flags 81
|
|
110 |
method name executionEngine descriptor (Ljava/lang/String;)Ljdk/jshell/JShell$Builder; flags 1
|
|
111 |
method name executionEngine descriptor (Ljdk/jshell/spi/ExecutionControlProvider;Ljava/util/Map;)Ljdk/jshell/JShell$Builder; flags 1 signature (Ljdk/jshell/spi/ExecutionControlProvider;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Ljdk/jshell/JShell$Builder;
|
|
112 |
method name fileManager descriptor (Ljava/util/function/Function;)Ljdk/jshell/JShell$Builder; flags 1 signature (Ljava/util/function/Function<Ljavax/tools/StandardJavaFileManager;Ljavax/tools/StandardJavaFileManager;>;)Ljdk/jshell/JShell$Builder;
|
|
113 |
method name build descriptor ()Ljdk/jshell/JShell; thrownTypes java/lang/IllegalStateException flags 1
|
|
114 |
|
|
115 |
class name jdk/jshell/JShell$Subscription
|
|
116 |
header extends java/lang/Object flags 21
|
|
117 |
innerclass innerClass jdk/jshell/JShell$Subscription outerClass jdk/jshell/JShell innerClassName Subscription flags 1
|
|
118 |
|
|
119 |
class name jdk/jshell/JShellException
|
|
120 |
header extends java/lang/Exception flags 21
|
|
121 |
|
|
122 |
class name jdk/jshell/MethodSnippet
|
|
123 |
header extends jdk/jshell/DeclarationSnippet flags 21
|
|
124 |
innerclass innerClass jdk/jshell/Snippet$SubKind outerClass jdk/jshell/Snippet innerClassName SubKind flags 4019
|
|
125 |
method name parameterTypes descriptor ()Ljava/lang/String; flags 1
|
|
126 |
method name signature descriptor ()Ljava/lang/String; flags 1
|
|
127 |
method name toString descriptor ()Ljava/lang/String; flags 1
|
|
128 |
|
|
129 |
class name jdk/jshell/PersistentSnippet
|
|
130 |
header extends jdk/jshell/Snippet flags 421
|
|
131 |
innerclass innerClass jdk/jshell/Snippet$SubKind outerClass jdk/jshell/Snippet innerClassName SubKind flags 4019
|
|
132 |
method name name descriptor ()Ljava/lang/String; flags 1
|
|
133 |
|
|
134 |
class name jdk/jshell/Snippet
|
|
135 |
header extends java/lang/Object flags 421
|
|
136 |
innerclass innerClass jdk/jshell/Snippet$Status outerClass jdk/jshell/Snippet innerClassName Status flags 4019
|
|
137 |
innerclass innerClass jdk/jshell/Snippet$SubKind outerClass jdk/jshell/Snippet innerClassName SubKind flags 4019
|
|
138 |
innerclass innerClass jdk/jshell/Snippet$Kind outerClass jdk/jshell/Snippet innerClassName Kind flags 4019
|
|
139 |
method name id descriptor ()Ljava/lang/String; flags 1
|
|
140 |
method name kind descriptor ()Ljdk/jshell/Snippet$Kind; flags 1
|
|
141 |
method name subKind descriptor ()Ljdk/jshell/Snippet$SubKind; flags 1
|
|
142 |
method name source descriptor ()Ljava/lang/String; flags 1
|
|
143 |
method name toString descriptor ()Ljava/lang/String; flags 1
|
|
144 |
|
|
145 |
class name jdk/jshell/Snippet$Kind
|
|
146 |
header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum<Ljdk/jshell/Snippet$Kind;>;
|
|
147 |
innerclass innerClass jdk/jshell/Snippet$Kind outerClass jdk/jshell/Snippet innerClassName Kind flags 4019
|
|
148 |
field name IMPORT descriptor Ljdk/jshell/Snippet$Kind; flags 4019
|
|
149 |
field name TYPE_DECL descriptor Ljdk/jshell/Snippet$Kind; flags 4019
|
|
150 |
field name METHOD descriptor Ljdk/jshell/Snippet$Kind; flags 4019
|
|
151 |
field name VAR descriptor Ljdk/jshell/Snippet$Kind; flags 4019
|
|
152 |
field name EXPRESSION descriptor Ljdk/jshell/Snippet$Kind; flags 4019
|
|
153 |
field name STATEMENT descriptor Ljdk/jshell/Snippet$Kind; flags 4019
|
|
154 |
field name ERRONEOUS descriptor Ljdk/jshell/Snippet$Kind; flags 4019
|
|
155 |
method name values descriptor ()[Ljdk/jshell/Snippet$Kind; flags 9
|
|
156 |
method name valueOf descriptor (Ljava/lang/String;)Ljdk/jshell/Snippet$Kind; flags 9
|
|
157 |
method name isPersistent descriptor ()Z flags 1
|
|
158 |
|
|
159 |
class name jdk/jshell/Snippet$Status
|
|
160 |
header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum<Ljdk/jshell/Snippet$Status;>;
|
|
161 |
innerclass innerClass jdk/jshell/Snippet$Status outerClass jdk/jshell/Snippet innerClassName Status flags 4019
|
|
162 |
field name VALID descriptor Ljdk/jshell/Snippet$Status; flags 4019
|
|
163 |
field name RECOVERABLE_DEFINED descriptor Ljdk/jshell/Snippet$Status; flags 4019
|
|
164 |
field name RECOVERABLE_NOT_DEFINED descriptor Ljdk/jshell/Snippet$Status; flags 4019
|
|
165 |
field name DROPPED descriptor Ljdk/jshell/Snippet$Status; flags 4019
|
|
166 |
field name OVERWRITTEN descriptor Ljdk/jshell/Snippet$Status; flags 4019
|
|
167 |
field name REJECTED descriptor Ljdk/jshell/Snippet$Status; flags 4019
|
|
168 |
field name NONEXISTENT descriptor Ljdk/jshell/Snippet$Status; flags 4019
|
|
169 |
method name values descriptor ()[Ljdk/jshell/Snippet$Status; flags 9
|
|
170 |
method name valueOf descriptor (Ljava/lang/String;)Ljdk/jshell/Snippet$Status; flags 9
|
|
171 |
method name isActive descriptor ()Z flags 1
|
|
172 |
method name isDefined descriptor ()Z flags 1
|
|
173 |
|
|
174 |
class name jdk/jshell/Snippet$SubKind
|
|
175 |
header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum<Ljdk/jshell/Snippet$SubKind;>;
|
|
176 |
innerclass innerClass jdk/jshell/Snippet$SubKind outerClass jdk/jshell/Snippet innerClassName SubKind flags 4019
|
|
177 |
innerclass innerClass jdk/jshell/Snippet$Kind outerClass jdk/jshell/Snippet innerClassName Kind flags 4019
|
|
178 |
field name SINGLE_TYPE_IMPORT_SUBKIND descriptor Ljdk/jshell/Snippet$SubKind; flags 4019
|
|
179 |
field name TYPE_IMPORT_ON_DEMAND_SUBKIND descriptor Ljdk/jshell/Snippet$SubKind; flags 4019
|
|
180 |
field name SINGLE_STATIC_IMPORT_SUBKIND descriptor Ljdk/jshell/Snippet$SubKind; flags 4019
|
|
181 |
field name STATIC_IMPORT_ON_DEMAND_SUBKIND descriptor Ljdk/jshell/Snippet$SubKind; flags 4019
|
|
182 |
field name CLASS_SUBKIND descriptor Ljdk/jshell/Snippet$SubKind; flags 4019
|
|
183 |
field name INTERFACE_SUBKIND descriptor Ljdk/jshell/Snippet$SubKind; flags 4019
|
|
184 |
field name ENUM_SUBKIND descriptor Ljdk/jshell/Snippet$SubKind; flags 4019
|
|
185 |
field name ANNOTATION_TYPE_SUBKIND descriptor Ljdk/jshell/Snippet$SubKind; flags 4019
|
|
186 |
field name METHOD_SUBKIND descriptor Ljdk/jshell/Snippet$SubKind; flags 4019
|
|
187 |
field name VAR_DECLARATION_SUBKIND descriptor Ljdk/jshell/Snippet$SubKind; flags 4019
|
|
188 |
field name VAR_DECLARATION_WITH_INITIALIZER_SUBKIND descriptor Ljdk/jshell/Snippet$SubKind; flags 4019
|
|
189 |
field name TEMP_VAR_EXPRESSION_SUBKIND descriptor Ljdk/jshell/Snippet$SubKind; flags 4019
|
|
190 |
field name VAR_VALUE_SUBKIND descriptor Ljdk/jshell/Snippet$SubKind; flags 4019
|
|
191 |
field name ASSIGNMENT_SUBKIND descriptor Ljdk/jshell/Snippet$SubKind; flags 4019
|
|
192 |
field name OTHER_EXPRESSION_SUBKIND descriptor Ljdk/jshell/Snippet$SubKind; flags 4019
|
|
193 |
field name STATEMENT_SUBKIND descriptor Ljdk/jshell/Snippet$SubKind; flags 4019
|
|
194 |
field name UNKNOWN_SUBKIND descriptor Ljdk/jshell/Snippet$SubKind; flags 4019
|
|
195 |
method name values descriptor ()[Ljdk/jshell/Snippet$SubKind; flags 9
|
|
196 |
method name valueOf descriptor (Ljava/lang/String;)Ljdk/jshell/Snippet$SubKind; flags 9
|
|
197 |
method name isExecutable descriptor ()Z flags 1
|
|
198 |
method name hasValue descriptor ()Z flags 1
|
|
199 |
method name kind descriptor ()Ljdk/jshell/Snippet$Kind; flags 1
|
|
200 |
|
|
201 |
class name jdk/jshell/SnippetEvent
|
|
202 |
header extends java/lang/Object flags 21
|
|
203 |
innerclass innerClass jdk/jshell/Snippet$Status outerClass jdk/jshell/Snippet innerClassName Status flags 4019
|
|
204 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
205 |
method name snippet descriptor ()Ljdk/jshell/Snippet; flags 1
|
|
206 |
method name previousStatus descriptor ()Ljdk/jshell/Snippet$Status; flags 1
|
|
207 |
method name status descriptor ()Ljdk/jshell/Snippet$Status; flags 1
|
|
208 |
method name isSignatureChange descriptor ()Z flags 1
|
|
209 |
method name causeSnippet descriptor ()Ljdk/jshell/Snippet; flags 1
|
|
210 |
method name exception descriptor ()Ljdk/jshell/JShellException; flags 1
|
|
211 |
method name value descriptor ()Ljava/lang/String; flags 1
|
|
212 |
method name toString descriptor ()Ljava/lang/String; flags 1
|
|
213 |
|
|
214 |
class name jdk/jshell/SourceCodeAnalysis
|
|
215 |
header extends java/lang/Object flags 421
|
|
216 |
innerclass innerClass jdk/jshell/SourceCodeAnalysis$SnippetWrapper outerClass jdk/jshell/SourceCodeAnalysis innerClassName SnippetWrapper flags 609
|
|
217 |
innerclass innerClass jdk/jshell/SourceCodeAnalysis$QualifiedNames outerClass jdk/jshell/SourceCodeAnalysis innerClassName QualifiedNames flags 19
|
|
218 |
innerclass innerClass jdk/jshell/SourceCodeAnalysis$Documentation outerClass jdk/jshell/SourceCodeAnalysis innerClassName Documentation flags 609
|
|
219 |
innerclass innerClass jdk/jshell/SourceCodeAnalysis$Suggestion outerClass jdk/jshell/SourceCodeAnalysis innerClassName Suggestion flags 609
|
|
220 |
innerclass innerClass jdk/jshell/SourceCodeAnalysis$Completeness outerClass jdk/jshell/SourceCodeAnalysis innerClassName Completeness flags 4019
|
|
221 |
innerclass innerClass jdk/jshell/SourceCodeAnalysis$CompletionInfo outerClass jdk/jshell/SourceCodeAnalysis innerClassName CompletionInfo flags 609
|
|
222 |
method name analyzeCompletion descriptor (Ljava/lang/String;)Ljdk/jshell/SourceCodeAnalysis$CompletionInfo; flags 401
|
|
223 |
method name completionSuggestions descriptor (Ljava/lang/String;I[I)Ljava/util/List; flags 401 signature (Ljava/lang/String;I[I)Ljava/util/List<Ljdk/jshell/SourceCodeAnalysis$Suggestion;>;
|
|
224 |
method name documentation descriptor (Ljava/lang/String;IZ)Ljava/util/List; flags 401 signature (Ljava/lang/String;IZ)Ljava/util/List<Ljdk/jshell/SourceCodeAnalysis$Documentation;>;
|
|
225 |
method name analyzeType descriptor (Ljava/lang/String;I)Ljava/lang/String; flags 401
|
|
226 |
method name listQualifiedNames descriptor (Ljava/lang/String;I)Ljdk/jshell/SourceCodeAnalysis$QualifiedNames; flags 401
|
|
227 |
method name wrapper descriptor (Ljdk/jshell/Snippet;)Ljdk/jshell/SourceCodeAnalysis$SnippetWrapper; flags 401
|
|
228 |
method name wrappers descriptor (Ljava/lang/String;)Ljava/util/List; flags 401 signature (Ljava/lang/String;)Ljava/util/List<Ljdk/jshell/SourceCodeAnalysis$SnippetWrapper;>;
|
|
229 |
method name dependents descriptor (Ljdk/jshell/Snippet;)Ljava/util/Collection; flags 401 signature (Ljdk/jshell/Snippet;)Ljava/util/Collection<Ljdk/jshell/Snippet;>;
|
|
230 |
|
|
231 |
class name jdk/jshell/SourceCodeAnalysis$Completeness
|
|
232 |
header extends java/lang/Enum flags 4031 signature Ljava/lang/Enum<Ljdk/jshell/SourceCodeAnalysis$Completeness;>;
|
|
233 |
innerclass innerClass jdk/jshell/SourceCodeAnalysis$Completeness outerClass jdk/jshell/SourceCodeAnalysis innerClassName Completeness flags 4019
|
|
234 |
field name COMPLETE descriptor Ljdk/jshell/SourceCodeAnalysis$Completeness; flags 4019
|
|
235 |
field name COMPLETE_WITH_SEMI descriptor Ljdk/jshell/SourceCodeAnalysis$Completeness; flags 4019
|
|
236 |
field name DEFINITELY_INCOMPLETE descriptor Ljdk/jshell/SourceCodeAnalysis$Completeness; flags 4019
|
|
237 |
field name CONSIDERED_INCOMPLETE descriptor Ljdk/jshell/SourceCodeAnalysis$Completeness; flags 4019
|
|
238 |
field name EMPTY descriptor Ljdk/jshell/SourceCodeAnalysis$Completeness; flags 4019
|
|
239 |
field name UNKNOWN descriptor Ljdk/jshell/SourceCodeAnalysis$Completeness; flags 4019
|
|
240 |
method name values descriptor ()[Ljdk/jshell/SourceCodeAnalysis$Completeness; flags 9
|
|
241 |
method name valueOf descriptor (Ljava/lang/String;)Ljdk/jshell/SourceCodeAnalysis$Completeness; flags 9
|
|
242 |
method name isComplete descriptor ()Z flags 1
|
|
243 |
|
|
244 |
class name jdk/jshell/SourceCodeAnalysis$CompletionInfo
|
|
245 |
header extends java/lang/Object flags 601
|
|
246 |
innerclass innerClass jdk/jshell/SourceCodeAnalysis$Completeness outerClass jdk/jshell/SourceCodeAnalysis innerClassName Completeness flags 4019
|
|
247 |
innerclass innerClass jdk/jshell/SourceCodeAnalysis$CompletionInfo outerClass jdk/jshell/SourceCodeAnalysis innerClassName CompletionInfo flags 609
|
|
248 |
method name completeness descriptor ()Ljdk/jshell/SourceCodeAnalysis$Completeness; flags 401
|
|
249 |
method name remaining descriptor ()Ljava/lang/String; flags 401
|
|
250 |
method name source descriptor ()Ljava/lang/String; flags 401
|
|
251 |
|
|
252 |
class name jdk/jshell/SourceCodeAnalysis$Documentation
|
|
253 |
header extends java/lang/Object flags 601
|
|
254 |
innerclass innerClass jdk/jshell/SourceCodeAnalysis$Documentation outerClass jdk/jshell/SourceCodeAnalysis innerClassName Documentation flags 609
|
|
255 |
method name signature descriptor ()Ljava/lang/String; flags 401
|
|
256 |
method name javadoc descriptor ()Ljava/lang/String; flags 401
|
|
257 |
|
|
258 |
class name jdk/jshell/SourceCodeAnalysis$QualifiedNames
|
|
259 |
header extends java/lang/Object flags 31
|
|
260 |
innerclass innerClass jdk/jshell/SourceCodeAnalysis$QualifiedNames outerClass jdk/jshell/SourceCodeAnalysis innerClassName QualifiedNames flags 19
|
|
261 |
method name getNames descriptor ()Ljava/util/List; flags 1 signature ()Ljava/util/List<Ljava/lang/String;>;
|
|
262 |
method name getSimpleNameLength descriptor ()I flags 1
|
|
263 |
method name isUpToDate descriptor ()Z flags 1
|
|
264 |
method name isResolvable descriptor ()Z flags 1
|
|
265 |
|
|
266 |
class name jdk/jshell/SourceCodeAnalysis$SnippetWrapper
|
|
267 |
header extends java/lang/Object flags 601
|
|
268 |
innerclass innerClass jdk/jshell/Snippet$Kind outerClass jdk/jshell/Snippet innerClassName Kind flags 4019
|
|
269 |
innerclass innerClass jdk/jshell/SourceCodeAnalysis$SnippetWrapper outerClass jdk/jshell/SourceCodeAnalysis innerClassName SnippetWrapper flags 609
|
|
270 |
method name source descriptor ()Ljava/lang/String; flags 401
|
|
271 |
method name wrapped descriptor ()Ljava/lang/String; flags 401
|
|
272 |
method name fullClassName descriptor ()Ljava/lang/String; flags 401
|
|
273 |
method name kind descriptor ()Ljdk/jshell/Snippet$Kind; flags 401
|
|
274 |
method name sourceToWrappedPosition descriptor (I)I flags 401
|
|
275 |
method name wrappedToSourcePosition descriptor (I)I flags 401
|
|
276 |
|
|
277 |
class name jdk/jshell/SourceCodeAnalysis$Suggestion
|
|
278 |
header extends java/lang/Object flags 601
|
|
279 |
innerclass innerClass jdk/jshell/SourceCodeAnalysis$Suggestion outerClass jdk/jshell/SourceCodeAnalysis innerClassName Suggestion flags 609
|
|
280 |
method name continuation descriptor ()Ljava/lang/String; flags 401
|
|
281 |
method name matchesType descriptor ()Z flags 401
|
|
282 |
|
|
283 |
class name jdk/jshell/StatementSnippet
|
|
284 |
header extends jdk/jshell/Snippet flags 21
|
|
285 |
innerclass innerClass jdk/jshell/Snippet$SubKind outerClass jdk/jshell/Snippet innerClassName SubKind flags 4019
|
|
286 |
|
|
287 |
class name jdk/jshell/TypeDeclSnippet
|
|
288 |
header extends jdk/jshell/DeclarationSnippet flags 21
|
|
289 |
innerclass innerClass jdk/jshell/Snippet$SubKind outerClass jdk/jshell/Snippet innerClassName SubKind flags 4019
|
|
290 |
|
|
291 |
class name jdk/jshell/UnresolvedReferenceException
|
|
292 |
header extends jdk/jshell/JShellException flags 21
|
|
293 |
method name getSnippet descriptor ()Ljdk/jshell/DeclarationSnippet; flags 1
|
|
294 |
|
|
295 |
class name jdk/jshell/VarSnippet
|
|
296 |
header extends jdk/jshell/DeclarationSnippet flags 21
|
|
297 |
innerclass innerClass jdk/jshell/Snippet$SubKind outerClass jdk/jshell/Snippet innerClassName SubKind flags 4019
|
|
298 |
method name typeName descriptor ()Ljava/lang/String; flags 1
|
|
299 |
|
|
300 |
class name jdk/jshell/execution/DirectExecutionControl
|
|
301 |
header extends java/lang/Object implements jdk/jshell/spi/ExecutionControl flags 21
|
|
302 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ClassBytecodes outerClass jdk/jshell/spi/ExecutionControl innerClassName ClassBytecodes flags 19
|
|
303 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ExecutionControlException outerClass jdk/jshell/spi/ExecutionControl innerClassName ExecutionControlException flags 409
|
|
304 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$NotImplementedException outerClass jdk/jshell/spi/ExecutionControl innerClassName NotImplementedException flags 9
|
|
305 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$InternalException outerClass jdk/jshell/spi/ExecutionControl innerClassName InternalException flags 9
|
|
306 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$RunException outerClass jdk/jshell/spi/ExecutionControl innerClassName RunException flags 409
|
|
307 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$EngineTerminationException outerClass jdk/jshell/spi/ExecutionControl innerClassName EngineTerminationException flags 9
|
|
308 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ResolutionException outerClass jdk/jshell/spi/ExecutionControl innerClassName ResolutionException flags 9
|
|
309 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$UserException outerClass jdk/jshell/spi/ExecutionControl innerClassName UserException flags 9
|
|
310 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ClassInstallException outerClass jdk/jshell/spi/ExecutionControl innerClassName ClassInstallException flags 9
|
|
311 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
312 |
method name <init> descriptor (Ljdk/jshell/execution/LoaderDelegate;)V flags 1
|
|
313 |
method name <init> descriptor ()V flags 1
|
|
314 |
method name load descriptor ([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V thrownTypes jdk/jshell/spi/ExecutionControl$ClassInstallException,jdk/jshell/spi/ExecutionControl$NotImplementedException,jdk/jshell/spi/ExecutionControl$EngineTerminationException flags 1
|
|
315 |
method name redefine descriptor ([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V thrownTypes jdk/jshell/spi/ExecutionControl$ClassInstallException,jdk/jshell/spi/ExecutionControl$NotImplementedException,jdk/jshell/spi/ExecutionControl$EngineTerminationException flags 1
|
|
316 |
method name classesRedefined descriptor ([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V thrownTypes jdk/jshell/spi/ExecutionControl$NotImplementedException,jdk/jshell/spi/ExecutionControl$EngineTerminationException flags 4
|
|
317 |
method name invoke descriptor (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; thrownTypes jdk/jshell/spi/ExecutionControl$RunException,jdk/jshell/spi/ExecutionControl$InternalException,jdk/jshell/spi/ExecutionControl$EngineTerminationException flags 1
|
|
318 |
method name varValue descriptor (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; thrownTypes jdk/jshell/spi/ExecutionControl$RunException,jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 1
|
|
319 |
method name addToClasspath descriptor (Ljava/lang/String;)V thrownTypes jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 1
|
|
320 |
method name stop descriptor ()V thrownTypes jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 1
|
|
321 |
method name extensionCommand descriptor (Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object; thrownTypes jdk/jshell/spi/ExecutionControl$RunException,jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 1
|
|
322 |
method name close descriptor ()V flags 1
|
|
323 |
method name findClass descriptor (Ljava/lang/String;)Ljava/lang/Class; thrownTypes java/lang/ClassNotFoundException flags 4 signature (Ljava/lang/String;)Ljava/lang/Class<*>;
|
|
324 |
method name invoke descriptor (Ljava/lang/reflect/Method;)Ljava/lang/String; thrownTypes java/lang/Exception flags 4
|
|
325 |
method name valueString descriptor (Ljava/lang/Object;)Ljava/lang/String; flags c
|
|
326 |
method name throwConvertedInvocationException descriptor (Ljava/lang/Throwable;)Ljava/lang/String; thrownTypes jdk/jshell/spi/ExecutionControl$RunException,jdk/jshell/spi/ExecutionControl$InternalException flags 4
|
|
327 |
method name throwConvertedOtherException descriptor (Ljava/lang/Throwable;)Ljava/lang/String; thrownTypes jdk/jshell/spi/ExecutionControl$RunException,jdk/jshell/spi/ExecutionControl$InternalException flags 4
|
|
328 |
method name clientCodeEnter descriptor ()V thrownTypes jdk/jshell/spi/ExecutionControl$InternalException flags 4
|
|
329 |
method name clientCodeLeave descriptor ()V thrownTypes jdk/jshell/spi/ExecutionControl$InternalException flags 4
|
|
330 |
|
|
331 |
class name jdk/jshell/execution/FailOverExecutionControlProvider
|
|
332 |
header extends java/lang/Object implements jdk/jshell/spi/ExecutionControlProvider flags 21
|
|
333 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
334 |
method name <init> descriptor ()V flags 1
|
|
335 |
method name name descriptor ()Ljava/lang/String; flags 1
|
|
336 |
method name defaultParameters descriptor ()Ljava/util/Map; flags 1 signature ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
|
|
337 |
method name generate descriptor (Ljdk/jshell/spi/ExecutionEnv;Ljava/util/Map;)Ljdk/jshell/spi/ExecutionControl; thrownTypes java/lang/Throwable flags 1 signature (Ljdk/jshell/spi/ExecutionEnv;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Ljdk/jshell/spi/ExecutionControl;
|
|
338 |
|
|
339 |
class name jdk/jshell/execution/JdiDefaultExecutionControl
|
|
340 |
header extends jdk/jshell/execution/JdiExecutionControl flags 21
|
|
341 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$InternalException outerClass jdk/jshell/spi/ExecutionControl innerClassName InternalException flags 9
|
|
342 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$EngineTerminationException outerClass jdk/jshell/spi/ExecutionControl innerClassName EngineTerminationException flags 9
|
|
343 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$RunException outerClass jdk/jshell/spi/ExecutionControl innerClassName RunException flags 409
|
|
344 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
345 |
method name invoke descriptor (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; thrownTypes jdk/jshell/spi/ExecutionControl$RunException,jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 1
|
|
346 |
method name stop descriptor ()V thrownTypes jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 1
|
|
347 |
method name close descriptor ()V flags 1
|
|
348 |
method name vm descriptor ()Lcom/sun/jdi/VirtualMachine; thrownTypes jdk/jshell/spi/ExecutionControl$EngineTerminationException flags 24
|
|
349 |
|
|
350 |
class name jdk/jshell/execution/JdiExecutionControl
|
|
351 |
header extends jdk/jshell/execution/StreamingExecutionControl implements jdk/jshell/spi/ExecutionControl flags 421
|
|
352 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ClassBytecodes outerClass jdk/jshell/spi/ExecutionControl innerClassName ClassBytecodes flags 19
|
|
353 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$EngineTerminationException outerClass jdk/jshell/spi/ExecutionControl innerClassName EngineTerminationException flags 9
|
|
354 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ClassInstallException outerClass jdk/jshell/spi/ExecutionControl innerClassName ClassInstallException flags 9
|
|
355 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$NotImplementedException outerClass jdk/jshell/spi/ExecutionControl innerClassName NotImplementedException flags 9
|
|
356 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
357 |
method name <init> descriptor (Ljava/io/ObjectOutput;Ljava/io/ObjectInput;)V flags 4
|
|
358 |
method name vm descriptor ()Lcom/sun/jdi/VirtualMachine; thrownTypes jdk/jshell/spi/ExecutionControl$EngineTerminationException flags 404
|
|
359 |
method name redefine descriptor ([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V thrownTypes jdk/jshell/spi/ExecutionControl$ClassInstallException,jdk/jshell/spi/ExecutionControl$EngineTerminationException flags 1
|
|
360 |
method name referenceType descriptor (Lcom/sun/jdi/VirtualMachine;Ljava/lang/String;)Lcom/sun/jdi/ReferenceType; flags 4
|
|
361 |
|
|
362 |
class name jdk/jshell/execution/JdiExecutionControlProvider
|
|
363 |
header extends java/lang/Object implements jdk/jshell/spi/ExecutionControlProvider flags 21
|
|
364 |
field name PARAM_REMOTE_AGENT descriptor Ljava/lang/String; constantValue remoteAgent flags 19
|
|
365 |
field name PARAM_TIMEOUT descriptor Ljava/lang/String; constantValue timeout flags 19
|
|
366 |
field name PARAM_HOST_NAME descriptor Ljava/lang/String; constantValue hostname flags 19
|
|
367 |
field name PARAM_LAUNCH descriptor Ljava/lang/String; constantValue launch flags 19
|
|
368 |
method name <init> descriptor ()V flags 1
|
|
369 |
method name name descriptor ()Ljava/lang/String; flags 1
|
|
370 |
method name defaultParameters descriptor ()Ljava/util/Map; flags 1 signature ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
|
|
371 |
method name generate descriptor (Ljdk/jshell/spi/ExecutionEnv;Ljava/util/Map;)Ljdk/jshell/spi/ExecutionControl; thrownTypes java/io/IOException flags 1 signature (Ljdk/jshell/spi/ExecutionEnv;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Ljdk/jshell/spi/ExecutionControl;
|
|
372 |
|
|
373 |
class name jdk/jshell/execution/JdiInitiator
|
|
374 |
header extends java/lang/Object flags 21
|
|
375 |
innerclass innerClass com/sun/jdi/connect/Connector$Argument outerClass com/sun/jdi/connect/Connector innerClassName Argument flags 609
|
|
376 |
innerclass innerClass java/util/Map$Entry outerClass java/util/Map innerClassName Entry flags 609
|
|
377 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
378 |
method name <init> descriptor (ILjava/util/List;Ljava/lang/String;ZLjava/lang/String;ILjava/util/Map;)V flags 1 signature (ILjava/util/List<Ljava/lang/String;>;Ljava/lang/String;ZLjava/lang/String;ILjava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)V
|
|
379 |
method name vm descriptor ()Lcom/sun/jdi/VirtualMachine; flags 1
|
|
380 |
method name process descriptor ()Ljava/lang/Process; flags 1
|
|
381 |
|
|
382 |
class name jdk/jshell/execution/LoaderDelegate
|
|
383 |
header extends java/lang/Object flags 601
|
|
384 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ClassBytecodes outerClass jdk/jshell/spi/ExecutionControl innerClassName ClassBytecodes flags 19
|
|
385 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ClassInstallException outerClass jdk/jshell/spi/ExecutionControl innerClassName ClassInstallException flags 9
|
|
386 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$NotImplementedException outerClass jdk/jshell/spi/ExecutionControl innerClassName NotImplementedException flags 9
|
|
387 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$EngineTerminationException outerClass jdk/jshell/spi/ExecutionControl innerClassName EngineTerminationException flags 9
|
|
388 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$InternalException outerClass jdk/jshell/spi/ExecutionControl innerClassName InternalException flags 9
|
|
389 |
method name load descriptor ([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V thrownTypes jdk/jshell/spi/ExecutionControl$ClassInstallException,jdk/jshell/spi/ExecutionControl$NotImplementedException,jdk/jshell/spi/ExecutionControl$EngineTerminationException flags 401
|
|
390 |
method name classesRedefined descriptor ([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V flags 401
|
|
391 |
method name addToClasspath descriptor (Ljava/lang/String;)V thrownTypes jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 401
|
|
392 |
method name findClass descriptor (Ljava/lang/String;)Ljava/lang/Class; thrownTypes java/lang/ClassNotFoundException flags 401 signature (Ljava/lang/String;)Ljava/lang/Class<*>;
|
|
393 |
|
|
394 |
class name jdk/jshell/execution/LocalExecutionControl
|
|
395 |
header extends jdk/jshell/execution/DirectExecutionControl flags 21
|
|
396 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$StoppedException outerClass jdk/jshell/spi/ExecutionControl innerClassName StoppedException flags 9
|
|
397 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$InternalException outerClass jdk/jshell/spi/ExecutionControl innerClassName InternalException flags 9
|
|
398 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$EngineTerminationException outerClass jdk/jshell/spi/ExecutionControl innerClassName EngineTerminationException flags 9
|
|
399 |
innerclass innerClass java/lang/Thread$UncaughtExceptionHandler outerClass java/lang/Thread innerClassName UncaughtExceptionHandler flags 609
|
|
400 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
401 |
method name <init> descriptor (Ljdk/jshell/execution/LoaderDelegate;)V flags 1
|
|
402 |
method name <init> descriptor ()V flags 1
|
|
403 |
method name invoke descriptor (Ljava/lang/reflect/Method;)Ljava/lang/String; thrownTypes java/lang/Exception flags 4
|
|
404 |
method name stop descriptor ()V thrownTypes jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 1
|
|
405 |
method name clientCodeEnter descriptor ()V flags 4
|
|
406 |
method name clientCodeLeave descriptor ()V flags 4
|
|
407 |
|
|
408 |
class name jdk/jshell/execution/LocalExecutionControlProvider
|
|
409 |
header extends java/lang/Object implements jdk/jshell/spi/ExecutionControlProvider flags 21
|
|
410 |
method name <init> descriptor ()V flags 1
|
|
411 |
method name name descriptor ()Ljava/lang/String; flags 1
|
|
412 |
method name defaultParameters descriptor ()Ljava/util/Map; flags 1 signature ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
|
|
413 |
method name generate descriptor (Ljdk/jshell/spi/ExecutionEnv;Ljava/util/Map;)Ljdk/jshell/spi/ExecutionControl; flags 1 signature (Ljdk/jshell/spi/ExecutionEnv;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Ljdk/jshell/spi/ExecutionControl;
|
|
414 |
|
|
415 |
class name jdk/jshell/execution/RemoteExecutionControl
|
|
416 |
header extends jdk/jshell/execution/DirectExecutionControl implements jdk/jshell/spi/ExecutionControl flags 21
|
|
417 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ClassBytecodes outerClass jdk/jshell/spi/ExecutionControl innerClassName ClassBytecodes flags 19
|
|
418 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$StoppedException outerClass jdk/jshell/spi/ExecutionControl innerClassName StoppedException flags 9
|
|
419 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$InternalException outerClass jdk/jshell/spi/ExecutionControl innerClassName InternalException flags 9
|
|
420 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ClassInstallException outerClass jdk/jshell/spi/ExecutionControl innerClassName ClassInstallException flags 9
|
|
421 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$NotImplementedException outerClass jdk/jshell/spi/ExecutionControl innerClassName NotImplementedException flags 9
|
|
422 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$EngineTerminationException outerClass jdk/jshell/spi/ExecutionControl innerClassName EngineTerminationException flags 9
|
|
423 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$RunException outerClass jdk/jshell/spi/ExecutionControl innerClassName RunException flags 409
|
|
424 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
425 |
method name main descriptor ([Ljava/lang/String;)V thrownTypes java/lang/Exception flags 9
|
|
426 |
method name <init> descriptor (Ljdk/jshell/execution/LoaderDelegate;)V flags 1
|
|
427 |
method name <init> descriptor ()V flags 1
|
|
428 |
method name redefine descriptor ([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V thrownTypes jdk/jshell/spi/ExecutionControl$ClassInstallException,jdk/jshell/spi/ExecutionControl$NotImplementedException,jdk/jshell/spi/ExecutionControl$EngineTerminationException flags 1
|
|
429 |
method name stop descriptor ()V thrownTypes jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 1
|
|
430 |
method name invoke descriptor (Ljava/lang/reflect/Method;)Ljava/lang/String; thrownTypes java/lang/Exception flags 4
|
|
431 |
method name varValue descriptor (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; thrownTypes jdk/jshell/spi/ExecutionControl$RunException,jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 1
|
|
432 |
method name throwConvertedInvocationException descriptor (Ljava/lang/Throwable;)Ljava/lang/String; thrownTypes jdk/jshell/spi/ExecutionControl$RunException,jdk/jshell/spi/ExecutionControl$InternalException flags 4
|
|
433 |
method name throwConvertedOtherException descriptor (Ljava/lang/Throwable;)Ljava/lang/String; thrownTypes jdk/jshell/spi/ExecutionControl$RunException,jdk/jshell/spi/ExecutionControl$InternalException flags 4
|
|
434 |
method name clientCodeEnter descriptor ()V flags 4
|
|
435 |
method name clientCodeLeave descriptor ()V thrownTypes jdk/jshell/spi/ExecutionControl$InternalException flags 4
|
|
436 |
|
|
437 |
class name jdk/jshell/execution/StreamingExecutionControl
|
|
438 |
header extends java/lang/Object implements jdk/jshell/spi/ExecutionControl flags 21
|
|
439 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ClassBytecodes outerClass jdk/jshell/spi/ExecutionControl innerClassName ClassBytecodes flags 19
|
|
440 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ResolutionException outerClass jdk/jshell/spi/ExecutionControl innerClassName ResolutionException flags 9
|
|
441 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$EngineTerminationException outerClass jdk/jshell/spi/ExecutionControl innerClassName EngineTerminationException flags 9
|
|
442 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$NotImplementedException outerClass jdk/jshell/spi/ExecutionControl innerClassName NotImplementedException flags 9
|
|
443 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$InternalException outerClass jdk/jshell/spi/ExecutionControl innerClassName InternalException flags 9
|
|
444 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ClassInstallException outerClass jdk/jshell/spi/ExecutionControl innerClassName ClassInstallException flags 9
|
|
445 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$UserException outerClass jdk/jshell/spi/ExecutionControl innerClassName UserException flags 9
|
|
446 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$StoppedException outerClass jdk/jshell/spi/ExecutionControl innerClassName StoppedException flags 9
|
|
447 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$RunException outerClass jdk/jshell/spi/ExecutionControl innerClassName RunException flags 409
|
|
448 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
449 |
method name <init> descriptor (Ljava/io/ObjectOutput;Ljava/io/ObjectInput;)V flags 1
|
|
450 |
method name load descriptor ([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V thrownTypes jdk/jshell/spi/ExecutionControl$ClassInstallException,jdk/jshell/spi/ExecutionControl$NotImplementedException,jdk/jshell/spi/ExecutionControl$EngineTerminationException flags 1
|
|
451 |
method name redefine descriptor ([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V thrownTypes jdk/jshell/spi/ExecutionControl$ClassInstallException,jdk/jshell/spi/ExecutionControl$NotImplementedException,jdk/jshell/spi/ExecutionControl$EngineTerminationException flags 1
|
|
452 |
method name invoke descriptor (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; thrownTypes jdk/jshell/spi/ExecutionControl$RunException,jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 1
|
|
453 |
method name varValue descriptor (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; thrownTypes jdk/jshell/spi/ExecutionControl$RunException,jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 1
|
|
454 |
method name addToClasspath descriptor (Ljava/lang/String;)V thrownTypes jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 1
|
|
455 |
method name stop descriptor ()V thrownTypes jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 1
|
|
456 |
method name extensionCommand descriptor (Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object; thrownTypes jdk/jshell/spi/ExecutionControl$RunException,jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 1
|
|
457 |
method name close descriptor ()V flags 1
|
|
458 |
|
|
459 |
class name jdk/jshell/execution/Util
|
|
460 |
header extends java/lang/Object flags 21
|
|
461 |
innerclass innerClass java/util/Map$Entry outerClass java/util/Map innerClassName Entry flags 609
|
|
462 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
463 |
method name forwardExecutionControl descriptor (Ljdk/jshell/spi/ExecutionControl;Ljava/io/ObjectInput;Ljava/io/ObjectOutput;)V flags 9
|
|
464 |
method name forwardExecutionControlAndIO descriptor (Ljdk/jshell/spi/ExecutionControl;Ljava/io/InputStream;Ljava/io/OutputStream;Ljava/util/Map;Ljava/util/Map;)V thrownTypes java/io/IOException flags 9 signature (Ljdk/jshell/spi/ExecutionControl;Ljava/io/InputStream;Ljava/io/OutputStream;Ljava/util/Map<Ljava/lang/String;Ljava/util/function/Consumer<Ljava/io/OutputStream;>;>;Ljava/util/Map<Ljava/lang/String;Ljava/util/function/Consumer<Ljava/io/InputStream;>;>;)V
|
|
465 |
method name remoteInputOutput descriptor (Ljava/io/InputStream;Ljava/io/OutputStream;Ljava/util/Map;Ljava/util/Map;Ljava/util/function/BiFunction;)Ljdk/jshell/spi/ExecutionControl; thrownTypes java/io/IOException flags 9 signature (Ljava/io/InputStream;Ljava/io/OutputStream;Ljava/util/Map<Ljava/lang/String;Ljava/io/OutputStream;>;Ljava/util/Map<Ljava/lang/String;Ljava/io/InputStream;>;Ljava/util/function/BiFunction<Ljava/io/ObjectInput;Ljava/io/ObjectOutput;Ljdk/jshell/spi/ExecutionControl;>;)Ljdk/jshell/spi/ExecutionControl;
|
|
466 |
method name detectJdiExitEvent descriptor (Lcom/sun/jdi/VirtualMachine;Ljava/util/function/Consumer;)V flags 9 signature (Lcom/sun/jdi/VirtualMachine;Ljava/util/function/Consumer<Ljava/lang/String;>;)V
|
|
467 |
|
|
468 |
class name jdk/jshell/spi/ExecutionControl
|
|
469 |
header extends java/lang/Object implements java/lang/AutoCloseable flags 601
|
|
470 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$StoppedException outerClass jdk/jshell/spi/ExecutionControl innerClassName StoppedException flags 9
|
|
471 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ResolutionException outerClass jdk/jshell/spi/ExecutionControl innerClassName ResolutionException flags 9
|
|
472 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$UserException outerClass jdk/jshell/spi/ExecutionControl innerClassName UserException flags 9
|
|
473 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$RunException outerClass jdk/jshell/spi/ExecutionControl innerClassName RunException flags 409
|
|
474 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ClassInstallException outerClass jdk/jshell/spi/ExecutionControl innerClassName ClassInstallException flags 9
|
|
475 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$InternalException outerClass jdk/jshell/spi/ExecutionControl innerClassName InternalException flags 9
|
|
476 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$NotImplementedException outerClass jdk/jshell/spi/ExecutionControl innerClassName NotImplementedException flags 9
|
|
477 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$EngineTerminationException outerClass jdk/jshell/spi/ExecutionControl innerClassName EngineTerminationException flags 9
|
|
478 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ExecutionControlException outerClass jdk/jshell/spi/ExecutionControl innerClassName ExecutionControlException flags 409
|
|
479 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ClassBytecodes outerClass jdk/jshell/spi/ExecutionControl innerClassName ClassBytecodes flags 19
|
|
480 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
481 |
method name load descriptor ([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V thrownTypes jdk/jshell/spi/ExecutionControl$ClassInstallException,jdk/jshell/spi/ExecutionControl$NotImplementedException,jdk/jshell/spi/ExecutionControl$EngineTerminationException flags 401
|
|
482 |
method name redefine descriptor ([Ljdk/jshell/spi/ExecutionControl$ClassBytecodes;)V thrownTypes jdk/jshell/spi/ExecutionControl$ClassInstallException,jdk/jshell/spi/ExecutionControl$NotImplementedException,jdk/jshell/spi/ExecutionControl$EngineTerminationException flags 401
|
|
483 |
method name invoke descriptor (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; thrownTypes jdk/jshell/spi/ExecutionControl$RunException,jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 401
|
|
484 |
method name varValue descriptor (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; thrownTypes jdk/jshell/spi/ExecutionControl$RunException,jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 401
|
|
485 |
method name addToClasspath descriptor (Ljava/lang/String;)V thrownTypes jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 401
|
|
486 |
method name stop descriptor ()V thrownTypes jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 401
|
|
487 |
method name extensionCommand descriptor (Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object; thrownTypes jdk/jshell/spi/ExecutionControl$RunException,jdk/jshell/spi/ExecutionControl$EngineTerminationException,jdk/jshell/spi/ExecutionControl$InternalException flags 401
|
|
488 |
method name close descriptor ()V flags 401
|
|
489 |
method name generate descriptor (Ljdk/jshell/spi/ExecutionEnv;Ljava/lang/String;Ljava/util/Map;)Ljdk/jshell/spi/ExecutionControl; thrownTypes java/lang/Throwable flags 9 signature (Ljdk/jshell/spi/ExecutionEnv;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Ljdk/jshell/spi/ExecutionControl;
|
|
490 |
method name generate descriptor (Ljdk/jshell/spi/ExecutionEnv;Ljava/lang/String;)Ljdk/jshell/spi/ExecutionControl; thrownTypes java/lang/Throwable flags 9
|
|
491 |
|
|
492 |
class name jdk/jshell/spi/ExecutionControl$ClassBytecodes
|
|
493 |
header extends java/lang/Object implements java/io/Serializable flags 31
|
|
494 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ClassBytecodes outerClass jdk/jshell/spi/ExecutionControl innerClassName ClassBytecodes flags 19
|
|
495 |
method name <init> descriptor (Ljava/lang/String;[B)V flags 1
|
|
496 |
method name bytecodes descriptor ()[B flags 1
|
|
497 |
method name name descriptor ()Ljava/lang/String; flags 1
|
|
498 |
|
|
499 |
class name jdk/jshell/spi/ExecutionControl$ClassInstallException
|
|
500 |
header extends jdk/jshell/spi/ExecutionControl$ExecutionControlException flags 21
|
|
501 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ClassInstallException outerClass jdk/jshell/spi/ExecutionControl innerClassName ClassInstallException flags 9
|
|
502 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ExecutionControlException outerClass jdk/jshell/spi/ExecutionControl innerClassName ExecutionControlException flags 409
|
|
503 |
method name <init> descriptor (Ljava/lang/String;[Z)V flags 1
|
|
504 |
method name installed descriptor ()[Z flags 1
|
|
505 |
|
|
506 |
class name jdk/jshell/spi/ExecutionControl$EngineTerminationException
|
|
507 |
header extends jdk/jshell/spi/ExecutionControl$ExecutionControlException flags 21
|
|
508 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$EngineTerminationException outerClass jdk/jshell/spi/ExecutionControl innerClassName EngineTerminationException flags 9
|
|
509 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ExecutionControlException outerClass jdk/jshell/spi/ExecutionControl innerClassName ExecutionControlException flags 409
|
|
510 |
method name <init> descriptor (Ljava/lang/String;)V flags 1
|
|
511 |
|
|
512 |
class name jdk/jshell/spi/ExecutionControl$ExecutionControlException
|
|
513 |
header extends java/lang/Exception flags 421
|
|
514 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ExecutionControlException outerClass jdk/jshell/spi/ExecutionControl innerClassName ExecutionControlException flags 409
|
|
515 |
method name <init> descriptor (Ljava/lang/String;)V flags 1
|
|
516 |
|
|
517 |
class name jdk/jshell/spi/ExecutionControl$InternalException
|
|
518 |
header extends jdk/jshell/spi/ExecutionControl$ExecutionControlException flags 21
|
|
519 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$InternalException outerClass jdk/jshell/spi/ExecutionControl innerClassName InternalException flags 9
|
|
520 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ExecutionControlException outerClass jdk/jshell/spi/ExecutionControl innerClassName ExecutionControlException flags 409
|
|
521 |
method name <init> descriptor (Ljava/lang/String;)V flags 1
|
|
522 |
|
|
523 |
class name jdk/jshell/spi/ExecutionControl$NotImplementedException
|
|
524 |
header extends jdk/jshell/spi/ExecutionControl$InternalException flags 21
|
|
525 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$NotImplementedException outerClass jdk/jshell/spi/ExecutionControl innerClassName NotImplementedException flags 9
|
|
526 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$InternalException outerClass jdk/jshell/spi/ExecutionControl innerClassName InternalException flags 9
|
|
527 |
method name <init> descriptor (Ljava/lang/String;)V flags 1
|
|
528 |
|
|
529 |
class name jdk/jshell/spi/ExecutionControl$ResolutionException
|
|
530 |
header extends jdk/jshell/spi/ExecutionControl$RunException flags 21
|
|
531 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ResolutionException outerClass jdk/jshell/spi/ExecutionControl innerClassName ResolutionException flags 9
|
|
532 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$RunException outerClass jdk/jshell/spi/ExecutionControl innerClassName RunException flags 409
|
|
533 |
innerclass innerClass java/lang/invoke/MethodHandles$Lookup outerClass java/lang/invoke/MethodHandles innerClassName Lookup flags 19
|
|
534 |
method name <init> descriptor (I[Ljava/lang/StackTraceElement;)V flags 1
|
|
535 |
method name id descriptor ()I flags 1
|
|
536 |
|
|
537 |
class name jdk/jshell/spi/ExecutionControl$RunException
|
|
538 |
header extends jdk/jshell/spi/ExecutionControl$ExecutionControlException flags 421
|
|
539 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$RunException outerClass jdk/jshell/spi/ExecutionControl innerClassName RunException flags 409
|
|
540 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$ExecutionControlException outerClass jdk/jshell/spi/ExecutionControl innerClassName ExecutionControlException flags 409
|
|
541 |
|
|
542 |
class name jdk/jshell/spi/ExecutionControl$StoppedException
|
|
543 |
header extends jdk/jshell/spi/ExecutionControl$RunException flags 21
|
|
544 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$StoppedException outerClass jdk/jshell/spi/ExecutionControl innerClassName StoppedException flags 9
|
|
545 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$RunException outerClass jdk/jshell/spi/ExecutionControl innerClassName RunException flags 409
|
|
546 |
method name <init> descriptor ()V flags 1
|
|
547 |
|
|
548 |
class name jdk/jshell/spi/ExecutionControl$UserException
|
|
549 |
header extends jdk/jshell/spi/ExecutionControl$RunException flags 21
|
|
550 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$UserException outerClass jdk/jshell/spi/ExecutionControl innerClassName UserException flags 9
|
|
551 |
innerclass innerClass jdk/jshell/spi/ExecutionControl$RunException outerClass jdk/jshell/spi/ExecutionControl innerClassName RunException flags 409
|
|
552 |
method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;[Ljava/lang/StackTraceElement;)V flags 1
|
|
553 |
method name causeExceptionClass descriptor ()Ljava/lang/String; flags 1
|
|
554 |
|
|
555 |
class name jdk/jshell/spi/ExecutionControlProvider
|
|
556 |
header extends java/lang/Object flags 601
|
|
557 |
method name name descriptor ()Ljava/lang/String; flags 401
|
|
558 |
method name defaultParameters descriptor ()Ljava/util/Map; flags 1 signature ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
|
|
559 |
method name generate descriptor (Ljdk/jshell/spi/ExecutionEnv;Ljava/util/Map;)Ljdk/jshell/spi/ExecutionControl; thrownTypes java/lang/Throwable flags 401 signature (Ljdk/jshell/spi/ExecutionEnv;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Ljdk/jshell/spi/ExecutionControl;
|
|
560 |
|
|
561 |
class name jdk/jshell/spi/ExecutionEnv
|
|
562 |
header extends java/lang/Object flags 601
|
|
563 |
method name userIn descriptor ()Ljava/io/InputStream; flags 401
|
|
564 |
method name userOut descriptor ()Ljava/io/PrintStream; flags 401
|
|
565 |
method name userErr descriptor ()Ljava/io/PrintStream; flags 401
|
|
566 |
method name extraRemoteVMOptions descriptor ()Ljava/util/List; flags 401 signature ()Ljava/util/List<Ljava/lang/String;>;
|
|
567 |
method name closeDown descriptor ()V flags 401
|
|
568 |
|
|
569 |
class name jdk/jshell/spi/SPIResolutionException
|
|
570 |
header extends java/lang/RuntimeException flags 21
|
|
571 |
method name <init> descriptor (I)V flags 1
|
|
572 |
method name id descriptor ()I flags 1
|
|
573 |
|
|
574 |
class name jdk/jshell/tool/JavaShellToolBuilder
|
|
575 |
header extends java/lang/Object flags 601
|
|
576 |
method name builder descriptor ()Ljdk/jshell/tool/JavaShellToolBuilder; flags 9
|
|
577 |
method name in descriptor (Ljava/io/InputStream;Ljava/io/InputStream;)Ljdk/jshell/tool/JavaShellToolBuilder; flags 401
|
|
578 |
method name out descriptor (Ljava/io/PrintStream;)Ljdk/jshell/tool/JavaShellToolBuilder; flags 401
|
|
579 |
method name out descriptor (Ljava/io/PrintStream;Ljava/io/PrintStream;Ljava/io/PrintStream;)Ljdk/jshell/tool/JavaShellToolBuilder; flags 401
|
|
580 |
method name err descriptor (Ljava/io/PrintStream;)Ljdk/jshell/tool/JavaShellToolBuilder; flags 401
|
|
581 |
method name err descriptor (Ljava/io/PrintStream;Ljava/io/PrintStream;)Ljdk/jshell/tool/JavaShellToolBuilder; flags 401
|
|
582 |
method name persistence descriptor (Ljava/util/prefs/Preferences;)Ljdk/jshell/tool/JavaShellToolBuilder; flags 401
|
|
583 |
method name persistence descriptor (Ljava/util/Map;)Ljdk/jshell/tool/JavaShellToolBuilder; flags 401 signature (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Ljdk/jshell/tool/JavaShellToolBuilder;
|
|
584 |
method name env descriptor (Ljava/util/Map;)Ljdk/jshell/tool/JavaShellToolBuilder; flags 401 signature (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Ljdk/jshell/tool/JavaShellToolBuilder;
|
|
585 |
method name locale descriptor (Ljava/util/Locale;)Ljdk/jshell/tool/JavaShellToolBuilder; flags 401
|
|
586 |
method name promptCapture descriptor (Z)Ljdk/jshell/tool/JavaShellToolBuilder; flags 401
|
|
587 |
method name run descriptor ([Ljava/lang/String;)V thrownTypes java/lang/Exception flags 481
|
|
588 |
|