torero
Class Main

java.lang.Object
  |
  +--torero.Main

public class Main
extends Object

This class is used to start Torero as Application. Only Locale.ENGLISH is supported and therefore set as Default. The Default size of the Main Window is set to 800x600 but Torero's GUI is fully resizeable.


Constructor Summary
Main()
          The Constructor is not used.
 
Method Summary
static void main(String[] args)
          This method is called by the JVM to start the Application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
The Constructor is not used.
Method Detail

main

public static void main(String[] args)
This method is called by the JVM to start the Application. Following command line options are supported:
 -v
    This makes Torero to be verbose.
 -vv
    This makes Torero to be more verbose (very verbose).
 -y<filename>
    This option is used to make extensive tests of Toreros yacc file parser.
    The given filename has to be a yacc file. Debug info about the parsing process
    is printed to stdout and stderror and the exit status is set to 1 if parsing failed.