Class PropertyEntry

This is a foreign class that wraps over a class property.

0 define doc: String

Return the docblock of this property, or an empty string. Docblocks are only saved when a property is parsed in manifest mode.

0 define name: String

Return the name of the property.

0 define scope: SymScope

Return the scope (public, protected, or private) of this property.

0 define type: TypeEntry

Return the type of the property.