org.antlr.gunit
Class Interp

java.lang.Object
  extended by org.antlr.gunit.Interp

public class Interp
extends Object

The main gUnit interpreter entry point. Read a gUnit script, run unit tests or generate a junit file.


Constructor Summary
Interp()
           
 
Method Summary
static String getTestsuiteDir(String fullPath, String fileName)
           
static void main(String[] args)
           
static GrammarInfo parse(org.antlr.runtime.CharStream input)
           
static void processArgs(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interp

public Interp()
Method Detail

main

public static void main(String[] args)
                 throws IOException,
                        ClassNotFoundException,
                        org.antlr.runtime.RecognitionException
Throws:
IOException
ClassNotFoundException
org.antlr.runtime.RecognitionException

processArgs

public static void processArgs(String[] args)

parse

public static GrammarInfo parse(org.antlr.runtime.CharStream input)
                         throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

getTestsuiteDir

public static String getTestsuiteDir(String fullPath,
                                     String fileName)


Copyright © 2011. All Rights Reserved.