edu.toronto.cs.cparser
Class GnuCParserUtil

java.lang.Object
  extended by edu.toronto.cs.cparser.GnuCParserUtil

public class GnuCParserUtil
extends java.lang.Object

Describe class CParserUtil here.

Version:
1.0
Author:
Kelvin Ku

Constructor Summary
GnuCParserUtil()
           
 
Method Summary
static GnuCParser getParser(java.io.Reader file)
          Describe getParser method here.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GnuCParserUtil

public GnuCParserUtil()
Method Detail

getParser

public static GnuCParser getParser(java.io.Reader file)
Describe getParser method here.

Parameters:
file - a Reader value
Returns:
a GnuCParser value

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception