org.antlr.test
Class DebugTestRewriteAST

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

public class DebugTestRewriteAST
extends TestRewriteAST


Nested Class Summary
 
Nested classes/interfaces inherited from class org.antlr.test.BaseTest
BaseTest.StreamVacuum
 
Field Summary
 
Fields inherited from class org.antlr.test.TestRewriteAST
debug
 
Fields inherited from class org.antlr.test.BaseTest
CLASSPATH, jikes, pathSep, stderr, tmpdir
 
Constructor Summary
DebugTestRewriteAST()
           
 
Method Summary
 
Methods inherited from class org.antlr.test.TestRewriteAST
checkError, testAmbiguousRule, testArbitraryExprType, testCardinality, testCardinality2, testCardinality3, testClosureOfLabel, testClosureSingleRule, testClosureSingleToken, testComplicatedMelange, testCopyOfTokens, testCopyRuleLabel, testCopyRuleLabel2, testCopySemanticsForRules, testCopySemanticsForRules2, testCopySemanticsForRules3, testCopySemanticsForRules3Double, testCopySemanticsForRules4, testCopySemanticsLists, testDelete, testExtraTokenGivesErrorNode, testExtraTokenInSimpleDecl, testImaginaryTokenCopy, testImaginaryTokenCopySetText, testImaginaryTokenNoCopyFromToken, testImaginaryTokenNoCopyFromTokenSetText, testKnownRuleButNotInLHS, testListRefdOneAtATime, testLoopCardinality, testMissingFirstTokenGivesErrorNode, testMissingFirstTokenGivesErrorNode2, testMissingIDInSimpleDecl, testMissingSetInSimpleDecl, testMissingTokenGivesErrorNode, testMixedRewriteAndAutoAST, testMultiplePredicate, testMultiplePredicateTrees, testNestedRewriteShutsOffAutoAST, testNestedTokenTreeWithOuterLoop, testNestedTrees, testNoViableAltGivesErrorNode, testOptional, testOptional2, testOptional3, testOptional4, testOptional5, testOptionalLabelNoListLabel, testOptionalSingleRule, testOptionalSingleToken, testOptionalSubruleWithoutRealElements, testPositiveClosureSingleRule, testPositiveClosureSingleToken, testQueueingOfTokens, testRefToOldValue, testReorderTokenAndRule, testReorderTokens, testRewriteAction, testRewriteActions, testRewriteActions2, testRuleLabel, testRuleListLabel, testRuleListLabel2, testSet, testSet2, testSetWithLabel, testSimpleTree, testSimpleTree2, testSingleCharLiteral, testSinglePredicateF, testSinglePredicateT, testSingleRule, testSingleStringLiteral, testSingleToken, testSingleTokenToNewNode, testSingleTokenToNewNode2, testSingleTokenToNewNodeRoot, testSplitListWithLabels, testSubruleWithRewrite, testSubruleWithRewrite2, testTokenCopyInLoop, testTokenCopyInLoopAgainstTwoOthers, testTokenTree, testTokenTreeAfterOtherStuff, testTokenUnreferencedOnLeftButDefined, testUnknownCharLiteralToken, testUnknownLabel, testUnknownRule, testUnknownStringLiteralToken, testUnknownToken, testWeirdRuleRef, testWildcard
 
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

DebugTestRewriteAST

public DebugTestRewriteAST()