Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module : java.base - Package : java.lang.reflect
Version documentée : Java SE 17

Classe « Executable »

Informations générales

Héritage

java.lang.Object
    java.lang.reflect.AccessibleObject
        java.lang.reflect.Executable

Interfaces implémentées

java.lang.reflect.GenericDeclaration
java.lang.reflect.Member

Définition

public abstract class Executable extends java.lang.reflect.AccessibleObject
implements java.lang.reflect.GenericDeclaration,
java.lang.reflect.Member

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription

Liste des propriétés (getters/setters)

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
public AnnotatedType[] annotatedExceptionTypes R/-
public AnnotatedType[] annotatedParameterTypes R/-
public AnnotatedType annotatedReceiverType R/-
public abstract AnnotatedType annotatedReturnType R/-
public Annotation[] declaredAnnotations R/-
public abstract Class declaringClass R/-
public abstract Class[] exceptionTypes R/-
public Type[] genericExceptionTypes R/-
public Type[] genericParameterTypes R/-
public abstract int modifiers R/-
public abstract String name R/-
public abstract Annotation[][] parameterAnnotations R/-
public int parameterCount R/-
public abstract Class[] parameterTypes R/-
public Parameter[] parameters R/-
public boolean synthetic R/-
public abstract TypeVariable[] typeParameters R/-
public boolean varArgs R/-

Propriétés héritées de la classe java.lang.reflect.AccessibleObject

accessible, annotations, declaredAnnotations

Propriétés héritées de la classe java.lang.Object

class

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
public AnnotatedType[] getAnnotatedExceptionTypes()
public AnnotatedType[] getAnnotatedParameterTypes()
public AnnotatedType getAnnotatedReceiverType()
public abstract AnnotatedType getAnnotatedReturnType()
public <T> T getAnnotation( Class<T> annotationClass )
public <T> T[] getAnnotationsByType( Class<T> annotationClass )
public Annotation[] getDeclaredAnnotations()
public abstract Class<?> getDeclaringClass()
public abstract Class<?>[] getExceptionTypes()
public Type[] getGenericExceptionTypes()
public Type[] getGenericParameterTypes()
public abstract int getModifiers()
public abstract String getName()
public abstract Annotation[][] getParameterAnnotations()
public int getParameterCount()
public Parameter[] getParameters()
public abstract Class<?>[] getParameterTypes()
public abstract TypeVariable<?>[] getTypeParameters()
public boolean isSynthetic()
public boolean isVarArgs()
public abstract String toGenericString()

Méthodes héritées de la classe java.lang.reflect.AccessibleObject

canAccess, getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAccessible, isAnnotationPresent, setAccessible, setAccessible, trySetAccessible

Méthodes héritées de la classe java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait