🚧
Still under progress. Soon will be finished.
Methods
-
getName
codegetName(): string
Returns
string
: -
getFullyQualifiedName
codeThe qualified name of the symbol is considered the name of the symbol including the parent namespaces where the symbol is defined. For example:
<NamespaceName1>.<Namespace2>.<SymbolName>
getFullyQualifiedName(): string
Returns
string
:The name of the symbol prefixed by any parent namespace is inside
-
getOriginalName
codegetOriginalName(): string
Returns
string
: -
getNodeType
codegetNodeType(): RootNodeType
Returns
RootNodeType
: -
getContext
codegetContext(): ProjectContext
Returns
ProjectContext
: -
getKind
codegetKind(): ExportKind
Returns
ExportKind
: -
getTSNode
codegetTSNode(): ExportDeclarationNodeType
Returns
ExportDeclarationNodeType
: -
serialize
codeSerializes the reflected node
serialize(): Export
Returns
Export
:The reflected node as a serializable object