mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 11:29:28 +08:00
6a9d31a7d4
* Makefile.am (texinfo): Add texinfo target for generating texinfo documentation. * Makefile.in: Rebuilt. * scripts/TexinfoDoclet.java: New file. * doc/java-applet.texi, doc/java-lang-reflect.texi, doc/java-awt-color.texi, doc/java-lang.texi, doc/java-awt-datatransfer.texi, doc/java-math.texi, doc/java-awt-event.texi, doc/java-net.texi, doc/java-awt-geom.texi, doc/java-security-spec.texi, doc/java-awt-image.texi, doc/java-security.texi, doc/java-awt-peer.texi, doc/java-sql.texi, doc/java-awt.texi, doc/java-text.texi, doc/java-beans-beancontext.texi, doc/java-util-jar.texi, doc/java-beans.texi, doc/java-util-zip.texi, doc/java-io.texi, doc/java-util.texi, doc/java-lang-ref.texi: New files. From-SVN: r38789
295 lines
12 KiB
Plaintext
295 lines
12 KiB
Plaintext
@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
|