Merge "Track exposure of new j.l.reflect methods" am: 47784a790b am: e24533d033
am: 328d9f5fc3
Change-Id: Ic6e8a60a33d92dec19947a9a298e26f01482abf0
This commit is contained in:
@@ -50690,6 +50690,7 @@ package java.lang {
|
||||
method public boolean isPrimitive();
|
||||
method public boolean isSynthetic();
|
||||
method public T newInstance() throws java.lang.IllegalAccessException, java.lang.InstantiationException;
|
||||
method public java.lang.String toGenericString();
|
||||
}
|
||||
|
||||
public class ClassCastException extends java.lang.RuntimeException {
|
||||
@@ -52187,6 +52188,7 @@ package java.lang.reflect {
|
||||
method public static boolean isTransient(int);
|
||||
method public static boolean isVolatile(int);
|
||||
method public static int methodModifiers();
|
||||
method public static int parameterModifiers();
|
||||
method public static java.lang.String toString(int);
|
||||
field public static final int ABSTRACT = 1024; // 0x400
|
||||
field public static final int FINAL = 16; // 0x10
|
||||
|
||||
@@ -54224,6 +54224,7 @@ package java.lang {
|
||||
method public boolean isPrimitive();
|
||||
method public boolean isSynthetic();
|
||||
method public T newInstance() throws java.lang.IllegalAccessException, java.lang.InstantiationException;
|
||||
method public java.lang.String toGenericString();
|
||||
}
|
||||
|
||||
public class ClassCastException extends java.lang.RuntimeException {
|
||||
@@ -55721,6 +55722,7 @@ package java.lang.reflect {
|
||||
method public static boolean isTransient(int);
|
||||
method public static boolean isVolatile(int);
|
||||
method public static int methodModifiers();
|
||||
method public static int parameterModifiers();
|
||||
method public static java.lang.String toString(int);
|
||||
field public static final int ABSTRACT = 1024; // 0x400
|
||||
field public static final int FINAL = 16; // 0x10
|
||||
|
||||
@@ -50774,6 +50774,7 @@ package java.lang {
|
||||
method public boolean isPrimitive();
|
||||
method public boolean isSynthetic();
|
||||
method public T newInstance() throws java.lang.IllegalAccessException, java.lang.InstantiationException;
|
||||
method public java.lang.String toGenericString();
|
||||
}
|
||||
|
||||
public class ClassCastException extends java.lang.RuntimeException {
|
||||
@@ -52271,6 +52272,7 @@ package java.lang.reflect {
|
||||
method public static boolean isTransient(int);
|
||||
method public static boolean isVolatile(int);
|
||||
method public static int methodModifiers();
|
||||
method public static int parameterModifiers();
|
||||
method public static java.lang.String toString(int);
|
||||
field public static final int ABSTRACT = 1024; // 0x400
|
||||
field public static final int FINAL = 16; // 0x10
|
||||
|
||||
Reference in New Issue
Block a user