org.antlr.test
Class TestTreeParsing

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.antlr.test.BaseTest
              extended by org.antlr.test.TestTreeParsing
All Implemented Interfaces:
junit.framework.Test

public class TestTreeParsing
extends BaseTest


Nested Class Summary
 
Nested classes/interfaces inherited from class org.antlr.test.BaseTest
BaseTest.StreamVacuum
 
Field Summary
 
Fields inherited from class org.antlr.test.BaseTest
CLASSPATH, jikes, pathSep, stderr, tmpdir
 
Constructor Summary
TestTreeParsing()
           
 
Method Summary
 void testActionsAfterRoot()
           
 void testCyclicDFALookahead()
           
 void testFlatList()
           
 void testFlatVsTreeDecision()
           
 void testFlatVsTreeDecision2()
           
 void testNullableChildList()
           
 void testNullableChildList2()
           
 void testNullableChildList3()
           
 void testSimpleTree()
           
 void testTemplateOutput()
           
 
Methods inherited from class org.antlr.test.BaseTest
antlr, checkGrammarSemanticsError, checkGrammarSemanticsWarning, compile, eraseFiles, execLexer, execParser, execTreeParser, execTreeParser, getFirstLineOfException, mkdir, newTool, newTool, rawExecRecognizer, rawGenerateAndBuildRecognizer, realElements, realElements, setUp, writeFile, writeLexerTestFile, writeTemplateTestFile, writeTestFile, writeTreeAndTreeTestFile, writeTreeTestFile
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestTreeParsing

public TestTreeParsing()
Method Detail

testFlatList

public void testFlatList()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testSimpleTree

public void testSimpleTree()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testFlatVsTreeDecision

public void testFlatVsTreeDecision()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testFlatVsTreeDecision2

public void testFlatVsTreeDecision2()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testCyclicDFALookahead

public void testCyclicDFALookahead()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testTemplateOutput

public void testTemplateOutput()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testNullableChildList

public void testNullableChildList()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testNullableChildList2

public void testNullableChildList2()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testNullableChildList3

public void testNullableChildList3()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testActionsAfterRoot

public void testActionsAfterRoot()
                          throws java.lang.Exception
Throws:
java.lang.Exception