Merge "Properly expose methods that override a non-hidden method in a hidden superclass in the API files." into mnc-ub-dev
This commit is contained in:
@@ -45134,7 +45134,10 @@ package java.lang.reflect {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public final class Constructor extends java.lang.reflect.AccessibleObject implements java.lang.reflect.GenericDeclaration java.lang.reflect.Member {
|
public final class Constructor extends java.lang.reflect.AccessibleObject implements java.lang.reflect.GenericDeclaration java.lang.reflect.Member {
|
||||||
|
method public boolean equals(java.lang.Object);
|
||||||
method public A getAnnotation(java.lang.Class<A>);
|
method public A getAnnotation(java.lang.Class<A>);
|
||||||
|
method public java.lang.annotation.Annotation[] getAnnotations();
|
||||||
|
method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
|
||||||
method public java.lang.Class<T> getDeclaringClass();
|
method public java.lang.Class<T> getDeclaringClass();
|
||||||
method public java.lang.Class<?>[] getExceptionTypes();
|
method public java.lang.Class<?>[] getExceptionTypes();
|
||||||
method public java.lang.reflect.Type[] getGenericExceptionTypes();
|
method public java.lang.reflect.Type[] getGenericExceptionTypes();
|
||||||
@@ -45144,6 +45147,7 @@ package java.lang.reflect {
|
|||||||
method public java.lang.annotation.Annotation[][] getParameterAnnotations();
|
method public java.lang.annotation.Annotation[][] getParameterAnnotations();
|
||||||
method public java.lang.Class<?>[] getParameterTypes();
|
method public java.lang.Class<?>[] getParameterTypes();
|
||||||
method public java.lang.reflect.TypeVariable<java.lang.reflect.Constructor<T>>[] getTypeParameters();
|
method public java.lang.reflect.TypeVariable<java.lang.reflect.Constructor<T>>[] getTypeParameters();
|
||||||
|
method public boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
|
||||||
method public boolean isSynthetic();
|
method public boolean isSynthetic();
|
||||||
method public boolean isVarArgs();
|
method public boolean isVarArgs();
|
||||||
method public T newInstance(java.lang.Object...) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.InstantiationException, java.lang.reflect.InvocationTargetException;
|
method public T newInstance(java.lang.Object...) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.InstantiationException, java.lang.reflect.InvocationTargetException;
|
||||||
@@ -45217,7 +45221,10 @@ package java.lang.reflect {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public final class Method extends java.lang.reflect.AccessibleObject implements java.lang.reflect.GenericDeclaration java.lang.reflect.Member {
|
public final class Method extends java.lang.reflect.AccessibleObject implements java.lang.reflect.GenericDeclaration java.lang.reflect.Member {
|
||||||
|
method public boolean equals(java.lang.Object);
|
||||||
method public A getAnnotation(java.lang.Class<A>);
|
method public A getAnnotation(java.lang.Class<A>);
|
||||||
|
method public java.lang.annotation.Annotation[] getAnnotations();
|
||||||
|
method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
|
||||||
method public java.lang.Class<?> getDeclaringClass();
|
method public java.lang.Class<?> getDeclaringClass();
|
||||||
method public java.lang.Object getDefaultValue();
|
method public java.lang.Object getDefaultValue();
|
||||||
method public java.lang.Class<?>[] getExceptionTypes();
|
method public java.lang.Class<?>[] getExceptionTypes();
|
||||||
@@ -45231,6 +45238,7 @@ package java.lang.reflect {
|
|||||||
method public java.lang.Class<?> getReturnType();
|
method public java.lang.Class<?> getReturnType();
|
||||||
method public java.lang.reflect.TypeVariable<java.lang.reflect.Method>[] getTypeParameters();
|
method public java.lang.reflect.TypeVariable<java.lang.reflect.Method>[] getTypeParameters();
|
||||||
method public java.lang.Object invoke(java.lang.Object, java.lang.Object...) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException;
|
method public java.lang.Object invoke(java.lang.Object, java.lang.Object...) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException;
|
||||||
|
method public boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
|
||||||
method public boolean isBridge();
|
method public boolean isBridge();
|
||||||
method public boolean isSynthetic();
|
method public boolean isSynthetic();
|
||||||
method public boolean isVarArgs();
|
method public boolean isVarArgs();
|
||||||
|
|||||||
@@ -47751,7 +47751,10 @@ package java.lang.reflect {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public final class Constructor extends java.lang.reflect.AccessibleObject implements java.lang.reflect.GenericDeclaration java.lang.reflect.Member {
|
public final class Constructor extends java.lang.reflect.AccessibleObject implements java.lang.reflect.GenericDeclaration java.lang.reflect.Member {
|
||||||
|
method public boolean equals(java.lang.Object);
|
||||||
method public A getAnnotation(java.lang.Class<A>);
|
method public A getAnnotation(java.lang.Class<A>);
|
||||||
|
method public java.lang.annotation.Annotation[] getAnnotations();
|
||||||
|
method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
|
||||||
method public java.lang.Class<T> getDeclaringClass();
|
method public java.lang.Class<T> getDeclaringClass();
|
||||||
method public java.lang.Class<?>[] getExceptionTypes();
|
method public java.lang.Class<?>[] getExceptionTypes();
|
||||||
method public java.lang.reflect.Type[] getGenericExceptionTypes();
|
method public java.lang.reflect.Type[] getGenericExceptionTypes();
|
||||||
@@ -47761,6 +47764,7 @@ package java.lang.reflect {
|
|||||||
method public java.lang.annotation.Annotation[][] getParameterAnnotations();
|
method public java.lang.annotation.Annotation[][] getParameterAnnotations();
|
||||||
method public java.lang.Class<?>[] getParameterTypes();
|
method public java.lang.Class<?>[] getParameterTypes();
|
||||||
method public java.lang.reflect.TypeVariable<java.lang.reflect.Constructor<T>>[] getTypeParameters();
|
method public java.lang.reflect.TypeVariable<java.lang.reflect.Constructor<T>>[] getTypeParameters();
|
||||||
|
method public boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
|
||||||
method public boolean isSynthetic();
|
method public boolean isSynthetic();
|
||||||
method public boolean isVarArgs();
|
method public boolean isVarArgs();
|
||||||
method public T newInstance(java.lang.Object...) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.InstantiationException, java.lang.reflect.InvocationTargetException;
|
method public T newInstance(java.lang.Object...) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.InstantiationException, java.lang.reflect.InvocationTargetException;
|
||||||
@@ -47834,7 +47838,10 @@ package java.lang.reflect {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public final class Method extends java.lang.reflect.AccessibleObject implements java.lang.reflect.GenericDeclaration java.lang.reflect.Member {
|
public final class Method extends java.lang.reflect.AccessibleObject implements java.lang.reflect.GenericDeclaration java.lang.reflect.Member {
|
||||||
|
method public boolean equals(java.lang.Object);
|
||||||
method public A getAnnotation(java.lang.Class<A>);
|
method public A getAnnotation(java.lang.Class<A>);
|
||||||
|
method public java.lang.annotation.Annotation[] getAnnotations();
|
||||||
|
method public java.lang.annotation.Annotation[] getDeclaredAnnotations();
|
||||||
method public java.lang.Class<?> getDeclaringClass();
|
method public java.lang.Class<?> getDeclaringClass();
|
||||||
method public java.lang.Object getDefaultValue();
|
method public java.lang.Object getDefaultValue();
|
||||||
method public java.lang.Class<?>[] getExceptionTypes();
|
method public java.lang.Class<?>[] getExceptionTypes();
|
||||||
@@ -47848,6 +47855,7 @@ package java.lang.reflect {
|
|||||||
method public java.lang.Class<?> getReturnType();
|
method public java.lang.Class<?> getReturnType();
|
||||||
method public java.lang.reflect.TypeVariable<java.lang.reflect.Method>[] getTypeParameters();
|
method public java.lang.reflect.TypeVariable<java.lang.reflect.Method>[] getTypeParameters();
|
||||||
method public java.lang.Object invoke(java.lang.Object, java.lang.Object...) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException;
|
method public java.lang.Object invoke(java.lang.Object, java.lang.Object...) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException;
|
||||||
|
method public boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
|
||||||
method public boolean isBridge();
|
method public boolean isBridge();
|
||||||
method public boolean isSynthetic();
|
method public boolean isSynthetic();
|
||||||
method public boolean isVarArgs();
|
method public boolean isVarArgs();
|
||||||
|
|||||||
Reference in New Issue
Block a user