java.lang.Object
edu.hm.hafner.analysis.parser.fxcop.FxCopRuleSet
Internal set containing rules for FxCop.
- Autor:
- Erik Ramfelt
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidParse the element and insert the rule into the rule set.booleanReturns if the rule set contains a rule for the specified category and idReturns the specified rule if it exists
-
Konstruktordetails
-
FxCopRuleSet
public FxCopRuleSet()
-
-
Methodendetails
-
addRule
Parse the element and insert the rule into the rule set.- Parameter:
element- the element
-
contains
Returns if the rule set contains a rule for the specified category and id- Parameter:
category- the rule categorycheckId- the rule id- Gibt zurück:
trueif the rule set contains a rule for the specified category and id,falseotherwise
-
getRule
Returns the specified rule if it exists- Parameter:
category- the rule categorycheckId- the id of the rule- Gibt zurück:
- the rule; null otherwise
-