Package main.progAnal

Class Summary
ConditionChecker Class to check conditions under which variables are assigned and used
MethodGetter  
ProgramAnalyser Class containing common methods used by other program analyser classes
ProgramSlicer Class to produce program slice for each variable
RoleHolder  
SourceSorter Class to take java source code file as input and output ArrayList containing hierarchical breakdown of code into methods, branches, sub-branches, etc
StatementAnalyser Class to analyse statements and return which category of statement they are
StatementGetter