Interface IJavaMethodAccess

All Superinterfaces:
IElementAccess, IMethodAccess, INamedElementAccess, IProgrammingElementAccess, IRoutineAccess

public interface IJavaMethodAccess extends IMethodAccess
  • Method Details

    • getParent

      IJavaTypeAccess getParent()
      Description copied from interface: INamedElementAccess
      Provides access to the parent.
      Specified by:
      getParent in interface INamedElementAccess
      Returns:
      the parent or 'null' if there is no parent.
    • 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()
    • getAnnotations

      List<IAnnotationAccess> getAnnotations()
    • getEndLineNumber

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