|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.util.help.HelpCategory
avrora.actions.Action
avrora.actions.DBBCAction
The DBBCAction class contains a simple test action where a program can be loaded
and compiled to Java source by the DBBC and that source is output on the console. This is
mostly used for testing the DBBC.
| Field Summary | |
static java.lang.String |
HELP
|
| Fields inherited from class avrora.actions.Action |
options |
| Fields inherited from class avrora.util.help.HelpCategory |
COMPARATOR, help, name |
| Constructor Summary | |
DBBCAction()
|
|
| Method Summary | |
void |
run(java.lang.String[] args)
The run() method starts the DBBC test with the given program. |
| 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 |
public static java.lang.String HELP
| Constructor Detail |
public DBBCAction()
| Method Detail |
public void run(java.lang.String[] args)
throws java.lang.Exception
run() method starts the DBBC test with the given program. The program is
compiled to Java source and each compiled block is output to the console.
run in class Actionargs - the arguments from the command line to the DBBC test program
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||