OSDN Git Service

2000-03-23 Jeff Sturm <jsturm@one-point.com>
[pf3gnuchains/gcc-fork.git] / libjava / doc / java-lang-reflect.texi
1 @deftypemethod AccessibleObject {public boolean} isAccessible () 
2
3 @end deftypemethod
4 @deftypemethod AccessibleObject {public static void} setAccessible (java.lang.reflect.AccessibleObject[]@w{ }@var{array}, boolean@w{ }@var{flag}) 
5
6 @end deftypemethod
7 @deftypemethod AccessibleObject {public void} setAccessible (boolean@w{ }@var{flag}) 
8
9 @end deftypemethod
10 @deftypemethod Array {public static native Object} newInstance (java.lang.Class@w{ }@var{componentType}, int@w{ }@var{length}) 
11
12 @end deftypemethod
13 @deftypemethod Array {public static native Object} newInstance (java.lang.Class@w{ }@var{elementType}, int[]@w{ }@var{dimensions}) 
14
15 @end deftypemethod
16 @deftypemethod Array {public static native int} getLength (java.lang.Object@w{ }@var{array}) 
17
18 @end deftypemethod
19 @deftypemethod Array {public static native Object} get (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 
20
21 @end deftypemethod
22 @deftypemethod Array {public static native char} getChar (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 
23
24 @end deftypemethod
25 @deftypemethod Array {public static native byte} getByte (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 
26
27 @end deftypemethod
28 @deftypemethod Array {public static native short} getShort (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 
29
30 @end deftypemethod
31 @deftypemethod Array {public static native int} getInt (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 
32
33 @end deftypemethod
34 @deftypemethod Array {public static native long} getLong (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 
35
36 @end deftypemethod
37 @deftypemethod Array {public static native float} getFloat (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 
38
39 @end deftypemethod
40 @deftypemethod Array {public static native double} getDouble (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 
41
42 @end deftypemethod
43 @deftypemethod Array {public static native boolean} getBoolean (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}) 
44
45 @end deftypemethod
46 @deftypemethod Array {public static void} set (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, java.lang.Object@w{ }@var{value}) 
47
48 @end deftypemethod
49 @deftypemethod Array {public static native void} setByte (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, byte@w{ }@var{value}) 
50
51 @end deftypemethod
52 @deftypemethod Array {public static native void} setShort (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, short@w{ }@var{value}) 
53
54 @end deftypemethod
55 @deftypemethod Array {public static native void} setInt (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, int@w{ }@var{value}) 
56
57 @end deftypemethod
58 @deftypemethod Array {public static native void} setLong (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, long@w{ }@var{value}) 
59
60 @end deftypemethod
61 @deftypemethod Array {public static native void} setFloat (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, float@w{ }@var{value}) 
62
63 @end deftypemethod
64 @deftypemethod Array {public static native void} setDouble (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, double@w{ }@var{value}) 
65
66 @end deftypemethod
67 @deftypemethod Array {public static native void} setChar (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, char@w{ }@var{value}) 
68
69 @end deftypemethod
70 @deftypemethod Array {public static native void} setBoolean (java.lang.Object@w{ }@var{array}, int@w{ }@var{index}, boolean@w{ }@var{value}) 
71
72 @end deftypemethod
73 @deftypemethod Constructor {public boolean} equals (java.lang.Object@w{ }@var{obj}) 
74
75 @end deftypemethod
76 @deftypemethod Constructor {public Class} getDeclaringClass () 
77
78 @end deftypemethod
79 @deftypemethod Constructor {public Class} getExceptionTypes () 
80
81 @end deftypemethod
82 @deftypemethod Constructor {public native int} getModifiers () 
83
84 @end deftypemethod
85 @deftypemethod Constructor {public String} getName () 
86
87 @end deftypemethod
88 @deftypemethod Constructor {public Class} getParameterTypes () 
89
90 @end deftypemethod
91 @deftypemethod Constructor {public int} hashCode () 
92
93 @end deftypemethod
94 @deftypemethod Constructor {public native Object} newInstance (java.lang.Object[]@w{ }@var{args}) @*throws InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
95
96 @end deftypemethod
97 @deftypemethod Constructor {public String} toString () 
98
99 @end deftypemethod
100 @deftypemethod Field {public boolean} equals (java.lang.Object@w{ }@var{fld}) 
101
102 @end deftypemethod
103 @deftypemethod Field {public Class} getDeclaringClass () 
104
105 @end deftypemethod
106 @deftypemethod Field {public native String} getName () 
107
108 @end deftypemethod
109 @deftypemethod Field {public native Class} getType () 
110
111 @end deftypemethod
112 @deftypemethod Field {public native int} getModifiers () 
113
114 @end deftypemethod
115 @deftypemethod Field {public int} hashCode () 
116
117 @end deftypemethod
118 @deftypemethod Field {public boolean} getBoolean (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException
119
120 @end deftypemethod
121 @deftypemethod Field {public char} getChar (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException
122
123 @end deftypemethod
124 @deftypemethod Field {public byte} getByte (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException
125
126 @end deftypemethod
127 @deftypemethod Field {public short} getShort (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException
128
129 @end deftypemethod
130 @deftypemethod Field {public int} getInt (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException
131
132 @end deftypemethod
133 @deftypemethod Field {public long} getLong (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException
134
135 @end deftypemethod
136 @deftypemethod Field {public float} getFloat (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException
137
138 @end deftypemethod
139 @deftypemethod Field {public double} getDouble (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException
140
141 @end deftypemethod
142 @deftypemethod Field {public Object} get (java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException
143
144 @end deftypemethod
145 @deftypemethod Field {public native Object} get (java.lang.Class@w{ }@var{caller}, java.lang.Object@w{ }@var{obj}) @*throws IllegalArgumentException, IllegalAccessException
146
147 @end deftypemethod
148 @deftypemethod Field {public void} setByte (java.lang.Object@w{ }@var{obj}, byte@w{ }@var{b}) @*throws IllegalArgumentException, IllegalAccessException
149
150 @end deftypemethod
151 @deftypemethod Field {public void} setShort (java.lang.Object@w{ }@var{obj}, short@w{ }@var{s}) @*throws IllegalArgumentException, IllegalAccessException
152
153 @end deftypemethod
154 @deftypemethod Field {public void} setInt (java.lang.Object@w{ }@var{obj}, int@w{ }@var{i}) @*throws IllegalArgumentException, IllegalAccessException
155
156 @end deftypemethod
157 @deftypemethod Field {public void} setLong (java.lang.Object@w{ }@var{obj}, long@w{ }@var{l}) @*throws IllegalArgumentException, IllegalAccessException
158
159 @end deftypemethod
160 @deftypemethod Field {public void} setFloat (java.lang.Object@w{ }@var{obj}, float@w{ }@var{f}) @*throws IllegalArgumentException, IllegalAccessException
161
162 @end deftypemethod
163 @deftypemethod Field {public void} setDouble (java.lang.Object@w{ }@var{obj}, double@w{ }@var{d}) @*throws IllegalArgumentException, IllegalAccessException
164
165 @end deftypemethod
166 @deftypemethod Field {public void} setChar (java.lang.Object@w{ }@var{obj}, char@w{ }@var{c}) @*throws IllegalArgumentException, IllegalAccessException
167
168 @end deftypemethod
169 @deftypemethod Field {public void} setBoolean (java.lang.Object@w{ }@var{obj}, boolean@w{ }@var{b}) @*throws IllegalArgumentException, IllegalAccessException
170
171 @end deftypemethod
172 @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
173
174 @end deftypemethod
175 @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
176
177 @end deftypemethod
178 @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
179
180 @end deftypemethod
181 @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
182
183 @end deftypemethod
184 @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
185
186 @end deftypemethod
187 @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
188
189 @end deftypemethod
190 @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
191
192 @end deftypemethod
193 @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
194
195 @end deftypemethod
196 @deftypemethod Field {public void} set (java.lang.Object@w{ }@var{object}, java.lang.Object@w{ }@var{value}) @*throws IllegalArgumentException, IllegalAccessException
197
198 @end deftypemethod
199 @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
200
201 @end deftypemethod
202 @deftypemethod Field {public String} toString () 
203
204 @end deftypemethod
205 @deftypemethod InvocationTargetException {public Throwable} getTargetException () 
206
207 @end deftypemethod
208 @deftypemethod InvocationTargetException {public void} printStackTrace () 
209
210 @end deftypemethod
211 @deftypemethod InvocationTargetException {public void} printStackTrace (java.io.PrintStream@w{ }@var{s}) 
212
213 @end deftypemethod
214 @deftypemethod InvocationTargetException {public void} printStackTrace (java.io.PrintWriter@w{ }@var{wr}) 
215
216 @end deftypemethod
217 @deftypemethod Member {public Class} getDeclaringClass () 
218
219 @end deftypemethod
220 @deftypemethod Member {public int} getModifiers () 
221
222 @end deftypemethod
223 @deftypemethod Member {public String} getName () 
224
225 @end deftypemethod
226 @deftypemethod Method {public boolean} equals (java.lang.Object@w{ }@var{obj}) 
227
228 @end deftypemethod
229 @deftypemethod Method {public Class} getDeclaringClass () 
230
231 @end deftypemethod
232 @deftypemethod Method {public Class} getExceptionTypes () 
233
234 @end deftypemethod
235 @deftypemethod Method {public native int} getModifiers () 
236
237 @end deftypemethod
238 @deftypemethod Method {public native String} getName () 
239
240 @end deftypemethod
241 @deftypemethod Method {public Class} getParameterTypes () 
242
243 @end deftypemethod
244 @deftypemethod Method {public Class} getReturnType () 
245
246 @end deftypemethod
247 @deftypemethod Method {public int} hashCode () 
248
249 @end deftypemethod
250 @deftypemethod Method {public native Object} invoke (java.lang.Object@w{ }@var{obj}, java.lang.Object[]@w{ }@var{args}) @*throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
251
252 @end deftypemethod
253 @deftypemethod Method {public String} toString () 
254
255 @end deftypemethod
256 @deftypemethod Modifier {public static boolean} isAbstract (int@w{ }@var{mod}) 
257
258 @end deftypemethod
259 @deftypemethod Modifier {public static boolean} isFinal (int@w{ }@var{mod}) 
260
261 @end deftypemethod
262 @deftypemethod Modifier {public static boolean} isInterface (int@w{ }@var{mod}) 
263
264 @end deftypemethod
265 @deftypemethod Modifier {public static boolean} isNative (int@w{ }@var{mod}) 
266
267 @end deftypemethod
268 @deftypemethod Modifier {public static boolean} isPrivate (int@w{ }@var{mod}) 
269
270 @end deftypemethod
271 @deftypemethod Modifier {public static boolean} isProtected (int@w{ }@var{mod}) 
272
273 @end deftypemethod
274 @deftypemethod Modifier {public static boolean} isPublic (int@w{ }@var{mod}) 
275
276 @end deftypemethod
277 @deftypemethod Modifier {public static boolean} isStatic (int@w{ }@var{mod}) 
278
279 @end deftypemethod
280 @deftypemethod Modifier {public static boolean} isStrict (int@w{ }@var{mod}) 
281
282 @end deftypemethod
283 @deftypemethod Modifier {public static boolean} isSynchronized (int@w{ }@var{mod}) 
284
285 @end deftypemethod
286 @deftypemethod Modifier {public static boolean} isTransient (int@w{ }@var{mod}) 
287
288 @end deftypemethod
289 @deftypemethod Modifier {public static boolean} isVolatile (int@w{ }@var{mod}) 
290
291 @end deftypemethod
292 @deftypemethod Modifier {public static String} toString (int@w{ }@var{mod}) 
293
294 @end deftypemethod