org.antlr.gunit
Class gUnitTestInput

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

public class gUnitTestInput
extends java.lang.Object

A class which contains input information of an individual testuite


Field Summary
protected  boolean inputIsFile
           
protected  int line
           
protected  java.lang.String testInput
           
 
Constructor Summary
gUnitTestInput(java.lang.String testInput, boolean inputIsFile, int line)
           
 
Method Summary
 int getLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testInput

protected java.lang.String testInput

inputIsFile

protected boolean inputIsFile

line

protected int line
Constructor Detail

gUnitTestInput

public gUnitTestInput(java.lang.String testInput,
                      boolean inputIsFile,
                      int line)
Method Detail

getLine

public int getLine()