oops
Class Compile

java.lang.Object
  |
  +--oops.Compile

public class Compile
extends java.lang.Object

runs a parser: java Compile [-d] [-f factory] grammar.ser scanner [<] source [> tree.ser]


Constructor Summary
Compile()
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compile

public Compile()
Method Detail

usage

protected static void usage()

main

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