tip
Class Main

java.lang.Object
  extended by tip.Main

public class Main
extends Object

Commandline interface for the compiler


Field Summary
static PointsToMap pointsToMap
           
 
Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
          Main entry point for the TIP compiler.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pointsToMap

public static PointsToMap pointsToMap
Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Main entry point for the TIP compiler.

Parameters:
args - command line arguments.
Throws:
IOException