diff options
Diffstat (limited to 'libjava/java/lang/Class.java')
-rw-r--r-- | libjava/java/lang/Class.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/java/lang/Class.java b/libjava/java/lang/Class.java index 4c49cd9..127cc52 100644 --- a/libjava/java/lang/Class.java +++ b/libjava/java/lang/Class.java @@ -94,6 +94,7 @@ public final class Class implements Serializable public native Method getMethod (String methodName, Class[] parameterTypes) throws NoSuchMethodException, SecurityException; + private native int _getMethods (Method[] result, int offset); public native Method[] getMethods () throws SecurityException; public native int getModifiers (); |