org.antlr.gunit
Class Interp
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Interp
public Interp()
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 © 2013. All Rights Reserved.