Свойство | Type | Description | |
---|---|---|---|
interfaceDeclaration |
Méthode | Description | |
---|---|---|
Create ( CSharpSyntaxNode node, |
Factory method for class InterfaceASTWalker.
|
|
InterfaceASTWalker ( |
Copy initializes a new instance of the InterfaceASTWalker class. For testability. |
|
VisitMethodDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.MethodDeclarationSyntax node ) : void |
We don't need to go further deeper in the tree by visiting the node. |
|
VisitPropertyDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.PropertyDeclarationSyntax node ) : void |
We don't need to go further deeper in the tree by visiting the node. |
|
Walk ( ) : ITranslationUnit |
Walk the whole tree starting from specified CSharpSyntaxNode and build the translation unit tree necessary for generating TypeScript output.
|
Méthode | Description | |
---|---|---|
InterfaceASTWalker ( CSharpSyntaxNode node, |
Initializes a new instance of the InterfaceASTWalker class.
|
Méthode | Description | |
---|---|---|
InvokeMethodDeclarationVisited ( object sender, |
||
InvokePropertyDeclarationVisited ( object sender, |
public static Create ( CSharpSyntaxNode node, |
||
node | CSharpSyntaxNode | |
context | The walking context. | |
semanticModel | Microsoft.CodeAnalysis.SemanticModel | The semantic model. |
Résultat |
protected InterfaceASTWalker ( CSharpSyntaxNode node, |
||
node | CSharpSyntaxNode | |
interfaceDeclaration | ||
semanticModel | Microsoft.CodeAnalysis.SemanticModel | The semantic model. |
Résultat | System |
public InterfaceASTWalker ( |
||
other | ||
Résultat | System |
public VisitMethodDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.MethodDeclarationSyntax node ) : void | ||
node | Microsoft.CodeAnalysis.CSharp.Syntax.MethodDeclarationSyntax | |
Résultat | void |
public VisitPropertyDeclaration ( Microsoft.CodeAnalysis.CSharp.Syntax.PropertyDeclarationSyntax node ) : void | ||
node | Microsoft.CodeAnalysis.CSharp.Syntax.PropertyDeclarationSyntax | |
Résultat | void |