rules.ALICE
Class ALICERuleChecker

java.lang.Object
  extended byrules.RuleChecker
      extended byrules.ALICE.ALICERuleChecker

public class ALICERuleChecker
extends RuleChecker

Class ALICERuleChecker realizes the check of the registered coding rules. When a new rule has been implemented this has to be added in the constructor ALICERuleChecker().


Field Summary
 
Fields inherited from class rules.RuleChecker
AFTER_FILTERING, BEFORE_FILTERING, configuration, ruleNames, rules
 
Constructor Summary
ALICERuleChecker(int flag, BoolWrapper expressionAnalysis)
          Construct a new ALICERuleChecker
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class rules.RuleChecker
check, checkAndSetArgs, checkAndSetArgsOld, configureAnalysis, getViolationStream, populateEntities, printConfiguration, readRulesToCheck
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ALICERuleChecker

public ALICERuleChecker(int flag,
                        BoolWrapper expressionAnalysis)
Construct a new ALICERuleChecker

Method Detail

main

public static void main(java.lang.String[] args)