Uses of Package
com.appperfect.codeanalyzer.engine

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

Classes in com.appperfect.codeanalyzer.engine used by com.appperfect.codeanalyzer.engine
EventRuleEngine
          This class contains a static method traverse that enables a rule to traverse the AST.
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.