Symbol
Direct Subclass:
Base class which provides primitive for the DirectiveSymbol and PipeSymbol. It contains some functionality common between these classes.
Constructor Summary
Public Constructor | ||
public |
constructor(_program: ts.Program, _symbol: StaticSymbol) Creates an instance of Symbol. |
Member Summary
Public Members | ||
public get |
symbol: * The wrapped |
Method Summary
Public Methods | ||
public |
getNode(): ts.ClassDeclaration | undefined Gets the ts.node which corresponds to the controller of the DirectiveSymbol or the implementation of the pipe. |
Public Constructors
public constructor(_program: ts.Program, _symbol: StaticSymbol) source
Creates an instance of Symbol.
Params:
Name | Type | Attribute | Description |
_program | ts.Program | ||
_symbol | StaticSymbol |
Public Members
Public Methods
public getNode(): ts.ClassDeclaration | undefined source
Gets the ts.node which corresponds to the controller of the DirectiveSymbol or the implementation of the pipe.
Return:
ts.ClassDeclaration | undefined |