main.progAnal
Class MethodGetter

java.lang.Object
  extended bymain.progAnal.ProgramAnalyser
      extended bymain.progAnal.MethodGetter

public class MethodGetter
extends ProgramAnalyser

Author:
cbishop

Constructor Summary
MethodGetter()
           
 
Method Summary
 ArrayList getMethods(HashMap sortedStatements)
          Return list of method names in source code
 
Methods inherited from class main.progAnal.ProgramAnalyser
afterEquals, arithExp, arithExp, branch, contains, control, inBrackets, is, isClass, isElse, isIf, isInArray, loop, methodStatement, printUse, removeSpaces, subString, throwStatement, tryCatchStatement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodGetter

public MethodGetter()
Method Detail

getMethods

public ArrayList getMethods(HashMap sortedStatements)
Return list of method names in source code

Parameters:
sortedStatements - HashMap being program slice for variable
Returns:
ArrayList of method names in program