🚧
Still under progress. Soon will be finished.
Description
Represents the reflected node of a variable declaration
Methods
-
getContext
codegetContext(): ProjectContextReturns
ProjectContext: -
getName
codegetName(): stringReturns
string: -
getTSNode
codegetTSNode(): VariableDeclarationReturns
VariableDeclaration: -
getNodeType
codegetNodeType(): RootNodeTypeReturns
RootNodeType: -
getKind
codegetKind(): DeclarationKind.VariableReturns
DeclarationKind.Variable: -
getDecorators
codegetDecorators(): DecoratorNode[]Returns
DecoratorNode[]: -
getLine
codegetLine(): numberReturns
number: -
getType
codegetType(): ReflectedNode<Type, Node>Returns
ReflectedNode<Type, Node>: -
getValue
codegetValue(): unknownReturns
unknown: -
getNamespace
codegetNamespace(): stringReturns
string: -
getJSDoc
codegetJSDoc(): CommentNodeReturns
CommentNode: -
serialize
codeSerializes the reflected node
serialize(): VariableDeclarationReturns
VariableDeclaration:The reflected node as a serializable object