org.antlr.gunit
Class Interp

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

public class Interp
extends java.lang.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 java.lang.String getTestsuiteDir(java.lang.String fullPath, java.lang.String fileName)
           
static void main(java.lang.String[] args)
           
static GrammarInfo parse(CharStream input)
           
 
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(java.lang.String[] args)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException,
                        RecognitionException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
RecognitionException

parse

public static GrammarInfo parse(CharStream input)
                         throws RecognitionException
Throws:
RecognitionException

getTestsuiteDir

public static java.lang.String getTestsuiteDir(java.lang.String fullPath,
                                               java.lang.String fileName)


Copyright © 2011. All Rights Reserved.