avrora.actions
Class ISDLAction
java.lang.Object
avrora.actions.Action
avrora.actions.ISDLAction
- public class ISDLAction
- extends Action
The ISDLAction class implements an action to load an
instruction set description from a file and perform various actions
with it, including generating the Instr classes and
generating an interpreter.
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HELP
public static final java.lang.String HELP
- See Also:
- Constant Field Values
CLASSES
public final Option.Bool CLASSES
INTERPRETER
public final Option.Bool INTERPRETER
DBBC
public final Option.Bool DBBC
ISDLAction
public ISDLAction()
run
public void run(java.lang.String[] args)
throws java.lang.Exception
- Description copied from class:
Action
- The
run() method is called by the main class and is passed
the remaining command line arguments after options have been stripped out.
- Specified by:
run in class Action
- Parameters:
args - the command line arguments
- Throws:
java.lang.Exception