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

Inheritance: TriviaEvaluationBase
Show file Open project: jjrdk/ArchiMetrics

Protected Methods

Method Description
CommentLanguageRuleBase ( ISpellChecker spellChecker ) : System.Linq
EvaluateImpl ( SyntaxTrivia node ) : EvaluationResult

Private Methods

Method Description
IsNotNumber ( string input ) : bool
RemoveLineDashes ( string input ) : string
RemoveXml ( string input ) : string

Method Details

CommentLanguageRuleBase() protected method

protected CommentLanguageRuleBase ( ISpellChecker spellChecker ) : System.Linq
spellChecker ISpellChecker
return System.Linq

EvaluateImpl() protected method

protected EvaluateImpl ( SyntaxTrivia node ) : EvaluationResult
node SyntaxTrivia
return EvaluationResult