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:
java.io.Serializable
- Enclosing class:
- PClass
public static final class PClass.Property extends PClass.ClassMember
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pkl.core.Member
Member.SourceLocation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable java.lang.StringgetInheritedDocComment()Returns the documentation comment of this member.PTypegetType()-
Methods inherited from class org.pkl.core.PClass.ClassMember
getModuleName, getOwner
-
Methods inherited from class org.pkl.core.Member
getAnnotations, getDocComment, getModifiers, getSimpleName, getSourceLocation, isAbstract, isExternal, isHidden, isOpen, isStandardLibraryMember
-
-
-
-
Method Detail
-
getType
public PType getType()
-
getInheritedDocComment
public @Nullable java.lang.String 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
-
-