TXW2 Compiler 20110809-redhat-2

com.sun.tools.txw2
Class Main

java.lang.Object
  extended by com.sun.tools.txw2.Main

public class Main
extends Object

Programatic entry point to the TXW compiler.

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Nested Class Summary
static class Main.Options
           
 
Constructor Summary
Main(TxwOptions opts)
           
 
Method Summary
static String getVersion()
          Gets the version number of TXW.
static void main(String[] args)
           
static int run(String[] args)
           
static int run(TxwOptions opts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main(TxwOptions opts)
Method Detail

main

public static void main(String[] args)

run

public static int run(String[] args)

run

public static int run(TxwOptions opts)

getVersion

public static String getVersion()
Gets the version number of TXW.


TXW2 Compiler 20110809-redhat-2

Copyright © 2012 Oracle. All Rights Reserved.