aboutsummaryrefslogtreecommitdiff
path: root/libjava/doc/java-lang-reflect.texi
blob: 3712047747ddb2378a0b3b6949cb81e72c120ed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
@deftypemethod AccessibleObject {public boolean} isAccessible () 

@end deftypemethod
@deftypemethod AccessibleObject {public static void} setAccessible (java.lang.reflect.AccessibleObject[]@w{ }@var{array}, boolean@w{ }@var{flag}) 

@end deftypemethod
@deftypemethod AccessibleObject {public void} setAccessible (boolean@w{ }@var{flag}) 

@end deftypemethod
@deftypemethod Array {public static native Object} newInstance (java.lang.Class@w{ }@var{componentType}, int@w{ }@var{length}) 

@end deftypemethod
@deftypemethod Array {public static native Object} newInstance (java.lang.Class@w{ }@var{elementType}, int[]@w{ }@var{dimensions}) 

@end deftypemethod
@deftypemethod Array {public static native int} getLength (java.lang.Object@w{ }@var{array}) 

@end deftypemethod
@deftypemethod Array {public static native Object} get (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 

@end deftypemethod
@deftypemethod Array {public static native char} getChar (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 

@end deftypemethod
@deftypemethod Array {public static native byte} getByte (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 

@end deftypemethod
@deftypemethod Array {public static native short} getShort (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 

@end deftypemethod
@deftypemethod Array {public static native int} getInt (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 

@end deftypemethod
@deftypemethod Array {public static native long} getLong (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 

@end deftypemethod
@deftypemethod Array {public static native float} getFloat (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 

@end deftypemethod
@deftypemethod Array {public static native double} getDouble (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 

@end deftypemethod
@deftypemethod Array {public static native boolean} getBoolean (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 

@end deftypemethod
@deftypemethod Array {public static void} set (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, java.lang.Object@w{ }@var{value}) 

@end deftypemethod
@deftypemethod Array {public static native void} setByte (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, byte@w{ }@var{value}) 

@end deftypemethod
@deftypemethod Array {public static native void} setShort (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, short@w{ }@var{value}) 

@end deftypemethod
@deftypemethod Array {public static native void} setInt (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, int@w{ }@var{value}) 

@end deftypemethod
@deftypemethod Array {public static native void} setLong (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, long@w{ }@var{value}) 

@end deftypemethod
@deftypemethod Array {public static native void} setFloat (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, float@w{ }@var{value}) 

@end deftypemethod
@deftypemethod Array {public static native void} setDouble (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, double@w{ }@var{value}) 

@end deftypemethod
@deftypemethod Array {public static native void} setChar (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, char@w{ }@var{value}) 

@end deftypemethod
@deftypemethod Array {public static native void} setBoolean (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, boolean@w{ }@var{value}) 

@end deftypemethod
@deftypemethod Constructor {public boolean} equals (java.lang.Object@w{ }@var{obj}) 

@end deftypemethod
@deftypemethod Constructor {public Class} getDeclaringClass () 

@end deftypemethod
@deftypemethod Constructor {public Class} getExceptionTypes () 

@end deftypemethod
@deftypemethod Constructor {public native int} getModifiers () 

@end deftypemethod
@deftypemethod Constructor {public String} getName () 

@end deftypemethod
@deftypemethod Constructor {public Class} getParameterTypes () 

@end deftypemethod
@deftypemethod Constructor {public int} hashCode () 

@end deftypemethod
@deftypemethod Constructor {public native Object} newInstance (java.lang.Object[]@w{ }@var{args}) @*throws InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException

@end deftypemethod
@deftypemethod Constructor {public String} toString () 

@end deftypemethod
@deftypemethod Field {public boolean} equals (java.lang.Object@w{ }@var{fld}) 

@end deftypemethod
@deftypemethod Field {public Class} getDeclaringClass () 

@end deftypemethod
@deftypemethod Field {public native String} getName () 

@end deftypemethod
@deftypemethod Field {public native Class} getType () 

@end deftypemethod
@deftypemethod Field {public native int} getModifiers () 

@end deftypemethod
@deftypemethod Field {public int} hashCode () 

@end deftypemethod
@deftypemethod Field {public boolean} getBoolean (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public char} getChar (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public byte} getByte (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public short} getShort (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public int} getInt (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public long} getLong (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public float} getFloat (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public double} getDouble (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public Object} get (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public native Object} get (java.lang.Class@w{ }@var{caller}, java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public void} setByte (java.lang.Object@w{ }@var{obj}, byte@w{ }@var{b}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public void} setShort (java.lang.Object@w{ }@var{obj}, short@w{ }@var{s}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public void} setInt (java.lang.Object@w{ }@var{obj}, int@w{ }@var{i}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public void} setLong (java.lang.Object@w{ }@var{obj}, long@w{ }@var{l}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public void} setFloat (java.lang.Object@w{ }@var{obj}, float@w{ }@var{f}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public void} setDouble (java.lang.Object@w{ }@var{obj}, double@w{ }@var{d}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public void} setChar (java.lang.Object@w{ }@var{obj}, char@w{ }@var{c}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public void} setBoolean (java.lang.Object@w{ }@var{obj}, boolean@w{ }@var{b}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public native void} setByte (java.lang.Class@w{ }@var{caller}, java.lang.Object@w{ }@var{obj}, byte@w{ }@var{b}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public native void} setShort (java.lang.Class@w{ }@var{caller}, java.lang.Object@w{ }@var{obj}, short@w{ }@var{s}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public native void} setInt (java.lang.Class@w{ }@var{caller}, java.lang.Object@w{ }@var{obj}, int@w{ }@var{i}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public native void} setLong (java.lang.Class@w{ }@var{caller}, java.lang.Object@w{ }@var{obj}, long@w{ }@var{l}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public native void} setFloat (java.lang.Class@w{ }@var{caller}, java.lang.Object@w{ }@var{obj}, float@w{ }@var{f}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public native void} setDouble (java.lang.Class@w{ }@var{caller}, java.lang.Object@w{ }@var{obj}, double@w{ }@var{d}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public native void} setChar (java.lang.Class@w{ }@var{caller}, java.lang.Object@w{ }@var{obj}, char@w{ }@var{c}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public native void} setBoolean (java.lang.Class@w{ }@var{caller}, java.lang.Object@w{ }@var{obj}, boolean@w{ }@var{b}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public void} set (java.lang.Object@w{ }@var{object}, java.lang.Object@w{ }@var{value}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public void} set (java.lang.Class@w{ }@var{caller}, java.lang.Object@w{ }@var{object}, java.lang.Object@w{ }@var{value}) @*throws IllegalArgumentException, IllegalAccessException

@end deftypemethod
@deftypemethod Field {public String} toString () 

@end deftypemethod
@deftypemethod InvocationTargetException {public Throwable} getTargetException () 

@end deftypemethod
@deftypemethod InvocationTargetException {public void} printStackTrace () 

@end deftypemethod
@deftypemethod InvocationTargetException {public void} printStackTrace (java.io.PrintStream@w{ }@var{s}) 

@end deftypemethod
@deftypemethod InvocationTargetException {public void} printStackTrace (java.io.PrintWriter@w{ }@var{wr}) 

@end deftypemethod
@deftypemethod Member {public Class} getDeclaringClass () 

@end deftypemethod
@deftypemethod Member {public int} getModifiers () 

@end deftypemethod
@deftypemethod Member {public String} getName () 

@end deftypemethod
@deftypemethod Method {public boolean} equals (java.lang.Object@w{ }@var{obj}) 

@end deftypemethod
@deftypemethod Method {public Class} getDeclaringClass () 

@end deftypemethod
@deftypemethod Method {public Class} getExceptionTypes () 

@end deftypemethod
@deftypemethod Method {public native int} getModifiers () 

@end deftypemethod
@deftypemethod Method {public native String} getName () 

@end deftypemethod
@deftypemethod Method {public Class} getParameterTypes () 

@end deftypemethod
@deftypemethod Method {public Class} getReturnType () 

@end deftypemethod
@deftypemethod Method {public int} hashCode () 

@end deftypemethod
@deftypemethod Method {public native Object} invoke (java.lang.Object@w{ }@var{obj}, java.lang.Object[]@w{ }@var{args}) @*throws IllegalAccessException, IllegalArgumentException, InvocationTargetException

@end deftypemethod
@deftypemethod Method {public String} toString () 

@end deftypemethod
@deftypemethod Modifier {public static boolean} isAbstract (int@w{ }@var{mod}) 

@end deftypemethod
@deftypemethod Modifier {public static boolean} isFinal (int@w{ }@var{mod}) 

@end deftypemethod
@deftypemethod Modifier {public static boolean} isInterface (int@w{ }@var{mod}) 

@end deftypemethod
@deftypemethod Modifier {public static boolean} isNative (int@w{ }@var{mod}) 

@end deftypemethod
@deftypemethod Modifier {public static boolean} isPrivate (int@w{ }@var{mod}) 

@end deftypemethod
@deftypemethod Modifier {public static boolean} isProtected (int@w{ }@var{mod}) 

@end deftypemethod
@deftypemethod Modifier {public static boolean} isPublic (int@w{ }@var{mod}) 

@end deftypemethod
@deftypemethod Modifier {public static boolean} isStatic (int@w{ }@var{mod}) 

@end deftypemethod
@deftypemethod Modifier {public static boolean} isStrict (int@w{ }@var{mod}) 

@end deftypemethod
@deftypemethod Modifier {public static boolean} isSynchronized (int@w{ }@var{mod}) 

@end deftypemethod
@deftypemethod Modifier {public static boolean} isTransient (int@w{ }@var{mod}) 

@end deftypemethod
@deftypemethod Modifier {public static boolean} isVolatile (int@w{ }@var{mod}) 

@end deftypemethod
@deftypemethod Modifier {public static String} toString (int@w{ }@var{mod}) 

@end deftypemethod