Interface IJavaMethodAccess

    • Method Detail

      • isStaticBlock

        boolean isStaticBlock()
      • isConstructor

        boolean isConstructor()
      • isSynchronized

        boolean isSynchronized()
      • isNative

        boolean isNative()
      • isDeprecated

        boolean isDeprecated()
      • isPackagePrivate

        boolean isPackagePrivate()
      • isProtected

        boolean isProtected()
      • isPrivate

        boolean isPrivate()
      • isPublic

        boolean isPublic()
      • isGeneric

        boolean isGeneric()
      • isFinal

        boolean isFinal()
      • isStatic

        boolean isStatic()
      • isCompilerGenerated

        boolean isCompilerGenerated()
      • getEndLineNumber

        int getEndLineNumber()
        Returns:
        the line of the last statement in this method or -1 if not available.