Package org.pkl.core
Class PClass.Method
java.lang.Object
org.pkl.core.Member
org.pkl.core.PClass.ClassMember
org.pkl.core.PClass.Method
- All Implemented Interfaces:
Serializable
- Enclosing class:
PClass
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pkl.core.Member
Member.SourceLocation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the documentation comment of this member.Methods inherited from class org.pkl.core.PClass.ClassMember
getModuleName, getOwnerMethods inherited from class org.pkl.core.Member
getAnnotations, getDocComment, getModifiers, getSimpleName, getSourceLocation, isAbstract, isExternal, isHidden, isOpen, isStandardLibraryMember
-
Constructor Details
-
Method
-
-
Method Details
-
getTypeParameters
-
getParameters
-
getReturnType
-
getInheritedDocComment
Description copied from class:PClass.ClassMemberReturns 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:
getInheritedDocCommentin classPClass.ClassMember
-