Package org.pkl.core

Class PClass.ClassMember

    • Method Detail

      • getModuleName

        public java.lang.String getModuleName()
        Description copied from class: Member
        Returns the name of the module that this member is declared in.
        Specified by:
        getModuleName in class Member
      • getOwner

        public PClass getOwner()
        Returns the class declaring this member.
      • getInheritedDocComment

        public abstract @Nullable java.lang.String getInheritedDocComment()
        Returns the documentation comment of this member. If this member does not have a documentation comment, returns the documentation comment of the nearest documented ancestor, if any.