Interface IMember

    • Method Detail

      • getDeclaringClass

        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

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

        boolean isStatic()
        Is this member static?
      • getAnnotations

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