Class Main


  • public class Main
    extends java.lang.Object
    Programatic entry point to the TXW compiler.
    Author:
    Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Main.Options  
    • Constructor Summary

      Constructors 
      Constructor Description
      Main​(TxwOptions opts)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getVersion()
      Gets the version number of TXW.
      static void main​(java.lang.String[] args)  
      static int run​(TxwOptions opts)  
      static int run​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • run

        public static int run​(java.lang.String[] args)
      • run

        public static int run​(TxwOptions opts)
      • getVersion

        public static java.lang.String getVersion()
        Gets the version number of TXW.
        Returns:
        TXW version