메소드 | 설명 | |
---|---|---|
Calculate ( Microsoft.CodeAnalysis.SyntaxNode syntax ) : IHalsteadMetrics | ||
HalsteadAnalyzer ( ) : System.Collections.Generic | ||
Visit ( Microsoft.CodeAnalysis.SyntaxNode node ) : void |
Called when the walker visits a node. This method may be overridden if subclasses want to handle the node. Overrides should call back into this base method if they want the children of this node to be visited.
|
|
VisitBlock ( BlockSyntax node ) : void |
메소드 | 설명 | |
---|---|---|
ParseTokens ( IEnumerable |
public Calculate ( Microsoft.CodeAnalysis.SyntaxNode syntax ) : IHalsteadMetrics | ||
syntax | Microsoft.CodeAnalysis.SyntaxNode | |
리턴 | IHalsteadMetrics |
public HalsteadAnalyzer ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public Visit ( Microsoft.CodeAnalysis.SyntaxNode node ) : void | ||
node | Microsoft.CodeAnalysis.SyntaxNode | The current node that the walker is visiting. |
리턴 | void |