Uses of Interface
com.appperfect.codeanalyzer.engine.rules.IViolationListener

Packages that use IViolationListener
com.appperfect.codeanalyzer.engine.rules   
 

Uses of IViolationListener in com.appperfect.codeanalyzer.engine.rules
 

Methods in com.appperfect.codeanalyzer.engine.rules with parameters of type IViolationListener
 void IRule.evaluate(org.eclipse.jdt.core.dom.ASTNode node, com.appperfect.codeanalyzer.engine.rules.IViolationListener vl)
          The engine notifies the rule through this method when one of the specified node types is encountered.