|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.Main.Action
avrora.stack.AnalyzeStackAction
The AnalyzeStackAction class is an extension of the Main.Action
class that allows the stack tool to be reached from the command line.
| Constructor Summary | |
AnalyzeStackAction()
|
|
| Method Summary | |
java.lang.String |
getHelp()
The getHelp() method returns a string that is used in reporting
the command line help to the user. |
void |
run(java.lang.String[] args)
The run() method runs the stack analysis by loading the program from
the command line options specified, creating an instance of the Analyzer
class, and running the analysis. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AnalyzeStackAction()
| Method Detail |
public void run(java.lang.String[] args)
throws java.lang.Exception
run() method runs the stack analysis by loading the program from
the command line options specified, creating an instance of the Analyzer
class, and running the analysis.
run in class Main.Actionargs - the string arguments that are the files containing the program
java.lang.Exception - if the program cannot be loaded correctlypublic java.lang.String getHelp()
getHelp() method returns a string that is used in reporting
the command line help to the user.
getHelp in class Main.Action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||