main.rules
Class OtherRole

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

public class OtherRole
extends RoleChecker

Author:
cbishop

Constructor Summary
OtherRole(LinkedHashMap analysedMap, String variable, ArrayList methods)
          Constructor for OtherRole
 
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

OtherRole

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

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