← 返回首页
Executable (Java SE 26 & JDK 26)
JavaScript is disabled on your browser.
Contents  
  1. Description
  2. Field Summary
  3. Method Summary
    1. Methods declared in class AccessibleObject
    2. Methods declared in class Object
  4. Method Details
    1. getDeclaringClass()
    2. getName()
    3. getModifiers()
    4. accessFlags()
    5. getTypeParameters()
    6. getParameterTypes()
    7. getParameterCount()
    8. getGenericParameterTypes()
    9. getParameters()
    10. getExceptionTypes()
    11. getGenericExceptionTypes()
    12. toGenericString()
    13. isVarArgs()
    14. isSynthetic()
    15. getParameterAnnotations()
    16. getAnnotation(Class)
    17. getAnnotationsByType(Class)
    18. getAnnotatedReturnType()
    19. getAnnotatedReceiverType()
    20. getAnnotatedParameterTypes()
    21. getAnnotatedExceptionTypes()
Hide sidebar  Show sidebar

Class Executable

All Implemented Interfaces: AnnotatedElement, GenericDeclaration, Member Direct Known Subclasses: Constructor, Method
public abstract sealed class Executable extends AccessibleObject implements Member, GenericDeclaration permits Constructor<T>, Method
A shared superclass for the common functionality of Method and Constructor.
Sealed Class Hierarchy Graph: Since: 1.8

Scripting on this page tracks web page traffic, but does not change the content in any way.