B C E G H I P R S T V

I

IConfigurableRule - interface com.appperfect.codeanalyzer.engine.rules.IConfigurableRule.
The configurable rules are the rules that need to read values specified through Rules Manager Dialog.
INTEGER - Static variable in class com.appperfect.codeanalyzer.engine.rules.RuleParameter
Constant indicating the data type of a Rule Parameter.
IRule - interface com.appperfect.codeanalyzer.engine.rules.IRule.
The implementaion of this interface represents a Code Analyzer rule.
ITokenListener - interface com.appperfect.codeanalyzer.engine.ITokenListener.
If a rule needs to examine some more nodes apart from the node it is supplied by the Rule Engine in its evaluate() method , the rule may register a listener of type ITokenListener with the Rule Engine and receive the notifications when specified nodes are found.
IViolationListener - interface com.appperfect.codeanalyzer.engine.rules.IViolationListener.
This interface need not be implemented for writing custom rule.

B C E G H I P R S T V