Package org.pkl.core
Class PClass.Property
java.lang.Object
org.pkl.core.Member
org.pkl.core.PClass.ClassMember
org.pkl.core.PClass.Property
- 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
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
-
Property
-
-
Method Details
-
getType
-
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
-