Module eclipselink

Interface JavaMethod

    • Method Detail

      • getModifiers

        int getModifiers()
      • getParameterTypes

        JavaClass[] getParameterTypes()
      • isAbstract

        boolean isAbstract()
      • isFinal

        boolean isFinal()
      • isPrivate

        boolean isPrivate()
      • isProtected

        boolean isProtected()
      • isPublic

        boolean isPublic()
      • isStatic

        boolean isStatic()
      • isSynthetic

        boolean isSynthetic()
      • isBridge

        boolean isBridge()