Interface IMember

  • Method Details Link icon

    • getDeclaringClass Link icon

      IClass getDeclaringClass()
      Return the object that represents the declaring class for this member.
      Returns:
      the object that represents the declaring class for this member.
    • getName Link icon

      Atom getName()
      Returns:
      the name of this member
    • isStatic Link icon

      boolean isStatic()
      Is this member static?
    • getAnnotations Link icon

      Collection<Annotation> getAnnotations()
      Get the annotations on this member, if any