aboutsummaryrefslogtreecommitdiff
path: root/libjava/doc/java-lang-reflect.texi
diff options
context:
space:
mode:
authorBryce McKinlay <bryce@waitaki.otago.ac.nz>2001-05-03 03:01:44 +0000
committerBryce McKinlay <bryce@gcc.gnu.org>2001-05-03 04:01:44 +0100
commite6b952c23ff19512b6161f93b0847561f59ddfd8 (patch)
treef37328d7a3bde5c30ba5017ce1b6182a06e93713 /libjava/doc/java-lang-reflect.texi
parentfa3405045b98c6d0537605f08a8642f7e46840c3 (diff)
downloadgcc-e6b952c23ff19512b6161f93b0847561f59ddfd8.zip
gcc-e6b952c23ff19512b6161f93b0847561f59ddfd8.tar.gz
gcc-e6b952c23ff19512b6161f93b0847561f59ddfd8.tar.bz2
* doc/*.texi: Remove generated documentation.
From-SVN: r41778
Diffstat (limited to 'libjava/doc/java-lang-reflect.texi')
-rw-r--r--libjava/doc/java-lang-reflect.texi294
1 files changed, 0 insertions, 294 deletions
diff --git a/libjava/doc/java-lang-reflect.texi b/libjava/doc/java-lang-reflect.texi
deleted file mode 100644
index 3712047..0000000
--- a/libjava/doc/java-lang-reflect.texi
+++ /dev/null
@@ -1,294 +0,0 @@
-@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