Property | Type | Description | |
---|---|---|---|
enumDeclaration |
Method | Description | |
---|---|---|
Create ( CSharpSyntaxNode node, |
Factory method for class EnumASTWalker.
|
|
EnumASTWalker ( |
Copy initializes a new instance of the EnumASTWalker class. For testability. |
|
VisitEnumMemberDeclaration ( EnumMemberDeclarationSyntax node ) : void |
|
|
Walk ( ) : ITranslationUnit |
Walk the whole tree starting from specified CSharpSyntaxNode and build the translation unit tree necessary for generating TypeScript output.
|
Method | Description | |
---|---|---|
EnumASTWalker ( CSharpSyntaxNode node, |
Initializes a new instance of the EnumASTWalker class.
|
|
InvokeEnumMemberVisited ( object sender, |
public static Create ( CSharpSyntaxNode node, |
||
node | CSharpSyntaxNode | |
context | The walking context. | |
semanticModel | Microsoft.CodeAnalysis.SemanticModel | The semantic model. |
return |
protected EnumASTWalker ( CSharpSyntaxNode node, |
||
node | CSharpSyntaxNode | |
enumDeclaration | ||
semanticModel | Microsoft.CodeAnalysis.SemanticModel | The semantic model. |
return | System |
public EnumASTWalker ( |
||
other | ||
return | System |
protected InvokeEnumMemberVisited ( object sender, |
||
sender | object | |
e | ||
return | void |
public VisitEnumMemberDeclaration ( EnumMemberDeclarationSyntax node ) : void | ||
node | EnumMemberDeclarationSyntax | |
return | void |