Extends
Properties
P asteriskToken: ts.Node
P body: ts.Block|ts.Expression
P contextualType: ts.Type
P flags: ts.NodeFlags
P kind: ts.SyntaxKind
P locals: ts.SymbolTable
P localSymbol: ts.Symbol
P modifiers: ts.ModifiersArray
P name: ts.Identifier
P nextContainer: ts.Node
P parameters: ts.NodeArray<ts.ParameterDeclaration>
P parent: ts.Node
P parserContextFlags: ts.ParserContextFlags
P questionToken: ts.Node
P symbol: ts.Symbol
P type: ts.TypeNode
P typeParameters: ts.NodeArray<ts.TypeParameterDeclaration>
Type:
- Inherited From:
Methods
M getChildAt(index: number, sourceFile: ts.SourceFile) ts.Node
Parameters:
Name | Type | Argument |
---|---|---|
index |
number | |
sourceFile |
ts.SourceFile |
<optional> |
- Inherited From:
M getChildCount(sourceFile: ts.SourceFile) number
Parameters:
Name | Type | Argument |
---|---|---|
sourceFile |
ts.SourceFile |
<optional> |
- Inherited From:
M getChildren(sourceFile: ts.SourceFile) ts.Node[]
Parameters:
Name | Type | Argument |
---|---|---|
sourceFile |
ts.SourceFile |
<optional> |
- Inherited From:
M getFirstToken(sourceFile: ts.SourceFile) ts.Node
Parameters:
Name | Type | Argument |
---|---|---|
sourceFile |
ts.SourceFile |
<optional> |
- Inherited From:
M getFullText(sourceFile: ts.SourceFile) string
Parameters:
Name | Type | Argument |
---|---|---|
sourceFile |
ts.SourceFile |
<optional> |
- Inherited From:
M getLastToken(sourceFile: ts.SourceFile) ts.Node
Parameters:
Name | Type | Argument |
---|---|---|
sourceFile |
ts.SourceFile |
<optional> |
- Inherited From:
M getLeadingTriviaWidth(sourceFile: ts.SourceFile) number
Parameters:
Name | Type | Argument |
---|---|---|
sourceFile |
ts.SourceFile |
<optional> |
- Inherited From:
M getSourceFile() ts.SourceFile
M getStart(sourceFile: ts.SourceFile) number
Parameters:
Name | Type | Argument |
---|---|---|
sourceFile |
ts.SourceFile |
<optional> |
- Inherited From:
M getText(sourceFile: ts.SourceFile) string
Parameters:
Name | Type | Argument |
---|---|---|
sourceFile |
ts.SourceFile |
<optional> |
- Inherited From:
M getWidth(sourceFile: ts.SourceFile) number
Parameters:
Name | Type | Argument |
---|---|---|
sourceFile |
ts.SourceFile |
<optional> |
- Inherited From: