avrora
Class Main.AutoProgramReader

java.lang.Object
  extended byavrora.core.ProgramReader
      extended byavrora.Main.AutoProgramReader
Enclosing class:
Main

public static class Main.AutoProgramReader
extends ProgramReader


Constructor Summary
Main.AutoProgramReader()
           
 
Method Summary
 java.lang.String getHelp()
           
 Program read(java.lang.String[] args)
          The read() method will read a program in and produce a simplified format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main.AutoProgramReader

public Main.AutoProgramReader()
Method Detail

read

public Program read(java.lang.String[] args)
             throws java.lang.Exception
Description copied from class: ProgramReader
The read() method will read a program in and produce a simplified format.

Specified by:
read in class ProgramReader
Parameters:
args - the command line arguments
Returns:
a program instance representing the program
Throws:
java.lang.Exception

getHelp

public java.lang.String getHelp()
Specified by:
getHelp in class ProgramReader