Merge "Track libcore java.lang.reflect API changes" am: cff3f7001c am: 033101bb99
am: c1d52a634c
Change-Id: I312e5b61c69a8ac366120127c18b094c4a14b2b1
This commit is contained in:
@@ -50639,12 +50639,14 @@ package java.lang {
|
||||
method public static java.lang.Class<?> forName(java.lang.String, boolean, java.lang.ClassLoader) throws java.lang.ClassNotFoundException;
|
||||
method public A getAnnotation(java.lang.Class<A>);
|
||||
method public java.lang.annotation.Annotation[] getAnnotations();
|
||||
method public A[] getAnnotationsByType(java.lang.Class<A>);
|
||||
method public java.lang.String getCanonicalName();
|
||||
method public java.lang.ClassLoader getClassLoader();
|
||||
method public java.lang.Class<?>[] getClasses();
|
||||
method public java.lang.Class<?> getComponentType();
|
||||
method public java.lang.reflect.Constructor<T> getConstructor(java.lang.Class<?>...) throws java.lang.NoSuchMethodException, java.lang.SecurityException;
|
||||
method public java.lang.reflect.Constructor<?>[] getConstructors() throws java.lang.SecurityException;
|
||||
method public A getDeclaredAnnotation(java.lang.Class<A>);
|
||||
method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
|
||||
method public java.lang.Class<?>[] getDeclaredClasses();
|
||||
method public java.lang.reflect.Constructor<T> getDeclaredConstructor(java.lang.Class<?>...) throws java.lang.NoSuchMethodException, java.lang.SecurityException;
|
||||
@@ -52086,7 +52088,6 @@ package java.lang.reflect {
|
||||
|
||||
public final class Field extends java.lang.reflect.AccessibleObject implements java.lang.reflect.Member {
|
||||
method public java.lang.Object get(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException;
|
||||
method public A getAnnotation(java.lang.Class<A>);
|
||||
method public boolean getBoolean(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException;
|
||||
method public byte getByte(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException;
|
||||
method public char getChar(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException;
|
||||
@@ -52118,7 +52119,7 @@ package java.lang.reflect {
|
||||
method public abstract java.lang.reflect.Type getGenericComponentType();
|
||||
}
|
||||
|
||||
public abstract interface GenericDeclaration {
|
||||
public abstract interface GenericDeclaration implements java.lang.reflect.AnnotatedElement {
|
||||
method public abstract java.lang.reflect.TypeVariable<?>[] getTypeParameters();
|
||||
}
|
||||
|
||||
|
||||
@@ -54173,12 +54173,14 @@ package java.lang {
|
||||
method public static java.lang.Class<?> forName(java.lang.String, boolean, java.lang.ClassLoader) throws java.lang.ClassNotFoundException;
|
||||
method public A getAnnotation(java.lang.Class<A>);
|
||||
method public java.lang.annotation.Annotation[] getAnnotations();
|
||||
method public A[] getAnnotationsByType(java.lang.Class<A>);
|
||||
method public java.lang.String getCanonicalName();
|
||||
method public java.lang.ClassLoader getClassLoader();
|
||||
method public java.lang.Class<?>[] getClasses();
|
||||
method public java.lang.Class<?> getComponentType();
|
||||
method public java.lang.reflect.Constructor<T> getConstructor(java.lang.Class<?>...) throws java.lang.NoSuchMethodException, java.lang.SecurityException;
|
||||
method public java.lang.reflect.Constructor<?>[] getConstructors() throws java.lang.SecurityException;
|
||||
method public A getDeclaredAnnotation(java.lang.Class<A>);
|
||||
method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
|
||||
method public java.lang.Class<?>[] getDeclaredClasses();
|
||||
method public java.lang.reflect.Constructor<T> getDeclaredConstructor(java.lang.Class<?>...) throws java.lang.NoSuchMethodException, java.lang.SecurityException;
|
||||
@@ -55620,7 +55622,6 @@ package java.lang.reflect {
|
||||
|
||||
public final class Field extends java.lang.reflect.AccessibleObject implements java.lang.reflect.Member {
|
||||
method public java.lang.Object get(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException;
|
||||
method public A getAnnotation(java.lang.Class<A>);
|
||||
method public boolean getBoolean(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException;
|
||||
method public byte getByte(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException;
|
||||
method public char getChar(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException;
|
||||
@@ -55652,7 +55653,7 @@ package java.lang.reflect {
|
||||
method public abstract java.lang.reflect.Type getGenericComponentType();
|
||||
}
|
||||
|
||||
public abstract interface GenericDeclaration {
|
||||
public abstract interface GenericDeclaration implements java.lang.reflect.AnnotatedElement {
|
||||
method public abstract java.lang.reflect.TypeVariable<?>[] getTypeParameters();
|
||||
}
|
||||
|
||||
|
||||
@@ -50723,12 +50723,14 @@ package java.lang {
|
||||
method public static java.lang.Class<?> forName(java.lang.String, boolean, java.lang.ClassLoader) throws java.lang.ClassNotFoundException;
|
||||
method public A getAnnotation(java.lang.Class<A>);
|
||||
method public java.lang.annotation.Annotation[] getAnnotations();
|
||||
method public A[] getAnnotationsByType(java.lang.Class<A>);
|
||||
method public java.lang.String getCanonicalName();
|
||||
method public java.lang.ClassLoader getClassLoader();
|
||||
method public java.lang.Class<?>[] getClasses();
|
||||
method public java.lang.Class<?> getComponentType();
|
||||
method public java.lang.reflect.Constructor<T> getConstructor(java.lang.Class<?>...) throws java.lang.NoSuchMethodException, java.lang.SecurityException;
|
||||
method public java.lang.reflect.Constructor<?>[] getConstructors() throws java.lang.SecurityException;
|
||||
method public A getDeclaredAnnotation(java.lang.Class<A>);
|
||||
method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
|
||||
method public java.lang.Class<?>[] getDeclaredClasses();
|
||||
method public java.lang.reflect.Constructor<T> getDeclaredConstructor(java.lang.Class<?>...) throws java.lang.NoSuchMethodException, java.lang.SecurityException;
|
||||
@@ -52170,7 +52172,6 @@ package java.lang.reflect {
|
||||
|
||||
public final class Field extends java.lang.reflect.AccessibleObject implements java.lang.reflect.Member {
|
||||
method public java.lang.Object get(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException;
|
||||
method public A getAnnotation(java.lang.Class<A>);
|
||||
method public boolean getBoolean(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException;
|
||||
method public byte getByte(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException;
|
||||
method public char getChar(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException;
|
||||
@@ -52202,7 +52203,7 @@ package java.lang.reflect {
|
||||
method public abstract java.lang.reflect.Type getGenericComponentType();
|
||||
}
|
||||
|
||||
public abstract interface GenericDeclaration {
|
||||
public abstract interface GenericDeclaration implements java.lang.reflect.AnnotatedElement {
|
||||
method public abstract java.lang.reflect.TypeVariable<?>[] getTypeParameters();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user