main.rules
Class Temporary

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

public class Temporary
extends RoleChecker

Author:
cbishop

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

Temporary

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

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