C# Class ArchiMetrics.CodeReview.Rules.Trivia.CommentLanguageRuleBase

Inheritance: TriviaEvaluationBase
Afficher le fichier Open project: jjrdk/ArchiMetrics

Méthodes protégées

Méthode Description
CommentLanguageRuleBase ( ISpellChecker spellChecker ) : System.Linq
EvaluateImpl ( SyntaxTrivia node ) : EvaluationResult

Private Methods

Méthode Description
IsNotNumber ( string input ) : bool
RemoveLineDashes ( string input ) : string
RemoveXml ( string input ) : string

Method Details

CommentLanguageRuleBase() protected méthode

protected CommentLanguageRuleBase ( ISpellChecker spellChecker ) : System.Linq
spellChecker ISpellChecker
Résultat System.Linq

EvaluateImpl() protected méthode

protected EvaluateImpl ( SyntaxTrivia node ) : EvaluationResult
node SyntaxTrivia
Résultat EvaluationResult