|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object avrora.util.help.HelpCategory avrora.actions.Action avrora.actions.ISEAAction
The ISEAAction
class implements interprocedural side-effect analysis. This class
implements an action that allows the user to invoke the analysis on a program from the command
line.
Field Summary | |
protected Option.Str |
START
|
Fields inherited from class avrora.actions.Action |
options |
Fields inherited from class avrora.util.help.HelpCategory |
COMPARATOR, help, name |
Constructor Summary | |
ISEAAction()
|
Method Summary | |
void |
run(java.lang.String[] args)
The run() method is called by the main class and is passed the remaining command line
arguments after options have been stripped out. |
Methods inherited from class avrora.actions.Action |
newOption, newOption, newOption, newOption, newOption, newOptionList |
Methods inherited from class avrora.util.help.HelpCategory |
addCommandExample, addListSection, addOptionSection, addSection, addSubcategorySection, getHelp, getName, printHelp, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final Option.Str START
Constructor Detail |
public ISEAAction()
Method Detail |
public void run(java.lang.String[] args) throws java.lang.Exception
Action
run()
method is called by the main class and is passed the remaining command line
arguments after options have been stripped out.
run
in class Action
args
- the command line arguments
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |