main.rules
Class Gatherer

java.lang.Object
  extended bymain.rules.RoleChecker
      extended bymain.rules.Gatherer

public class Gatherer
extends RoleChecker

Author:
cbishop

Constructor Summary
Gatherer(LinkedHashMap analysedMap, String variable, ArrayList methods)
          Constructor for Gatherer
 
Method Summary
 ArrayList checkRole()
          Return list of result from role check
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gatherer

public Gatherer(LinkedHashMap analysedMap,
                String variable,
                ArrayList methods)
Constructor for Gatherer

Parameters:
analysedMap - LinkedHashMap of analysed statements
variable - String being variable name
methods - ArrayList of method names
Method Detail

checkRole

public ArrayList checkRole()
Return list of result from role check

Specified by:
checkRole in class RoleChecker
Returns:
ArrayList