Package org.pkl.core

Class PClass.Property

    • Method Detail

      • getType

        public PType getType()
      • getInheritedDocComment

        public @Nullable java.lang.String getInheritedDocComment()
        Description copied from class: PClass.ClassMember
        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.
        Specified by:
        getInheritedDocComment in class PClass.ClassMember