edu.toronto.cs.cparser
Class CILParserUtil

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

public class CILParserUtil
extends java.lang.Object

Describe class CParserUtil here.

Version:
1.0
Author:
Kelvin Ku

Constructor Summary
CILParserUtil()
           
 
Method Summary
static CILParser getParser(java.io.Reader file)
          Describe getParser method here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CILParserUtil

public CILParserUtil()
Method Detail

getParser

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

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