Package org.pkl.core

Class PClass.Method

    • Method Detail

      • getTypeParameters

        public java.util.List<TypeParameter> getTypeParameters()
      • getParameters

        public java.util.Map<java.lang.String,​PType> getParameters()
      • getReturnType

        public PType getReturnType()
      • 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