| org.antlr.test.BaseTest org.antlr.test.TestCharDFAConversion
TestCharDFAConversion | public class TestCharDFAConversion extends BaseTest (Code) | | |
TestCharDFAConversion | public TestCharDFAConversion()(Code) | | Public default constructor used by TestRig
|
testAdjacentNotCharLoops | public void testAdjacentNotCharLoops() throws Exception(Code) | | |
testAltConflictsWithLoopThenExit | public void testAltConflictsWithLoopThenExit() throws Exception(Code) | | |
testDisjointSetCollidingWithTwoRanges | public void testDisjointSetCollidingWithTwoRanges() throws Exception(Code) | | |
testDisjointSetCollidingWithTwoRangesAsSeparateAlts | public void testDisjointSetCollidingWithTwoRangesAsSeparateAlts() throws Exception(Code) | | |
testDisjointSetCollidingWithTwoRangesCharsFirst | public void testDisjointSetCollidingWithTwoRangesCharsFirst() throws Exception(Code) | | |
testKeywordVersusID | public void testKeywordVersusID() throws Exception(Code) | | |
testLoopsWithOptimizedOutExitBranches | public void testLoopsWithOptimizedOutExitBranches() throws Exception(Code) | | |
testNonAdjacentNotCharLoops | public void testNonAdjacentNotCharLoops() throws Exception(Code) | | |
testNonGreedyByDefaultWildcardPlus | public void testNonGreedyByDefaultWildcardPlus() throws Exception(Code) | | |
testNonGreedyByDefaultWildcardPlusWithParens | public void testNonGreedyByDefaultWildcardPlusWithParens() throws Exception(Code) | | |
testNonGreedyByDefaultWildcardStar | public void testNonGreedyByDefaultWildcardStar() throws Exception(Code) | | |
testNonGreedyLoopThatNeverLoops | public void testNonGreedyLoopThatNeverLoops() throws Exception(Code) | | |
testNonGreedyWildcardPlus | public void testNonGreedyWildcardPlus() throws Exception(Code) | | |
testNonGreedyWildcardStar | public void testNonGreedyWildcardStar() throws Exception(Code) | | |
testNonWildcardEOTMakesItWorkWithoutNonGreedyOption | public void testNonWildcardEOTMakesItWorkWithoutNonGreedyOption() throws Exception(Code) | | |
testNonWildcardNonGreedy | public void testNonWildcardNonGreedy() throws Exception(Code) | | |
testNotComplicatedSetRuleInLexer | public void testNotComplicatedSetRuleInLexer() throws Exception(Code) | | |
testNotFragmentInLexer | public void testNotFragmentInLexer() throws Exception(Code) | | |
testNotSetFragmentInLexer | public void testNotSetFragmentInLexer() throws Exception(Code) | | |
testNotSetWithRuleInLexer | public void testNotSetWithRuleInLexer() throws Exception(Code) | | |
testNotTokenInLexer | public void testNotTokenInLexer() throws Exception(Code) | | |
testRangeWithDisjointSet | public void testRangeWithDisjointSet() throws Exception(Code) | | |
testSetCallsRuleWithNot | public void testSetCallsRuleWithNot() throws Exception(Code) | | |
testSimpleRangeVersusChar | public void testSimpleRangeVersusChar() throws Exception(Code) | | |
Methods inherited from org.antlr.test.BaseTest | protected boolean antlr(String fileName, String grammarFileName, String grammarStr, boolean debug)(Code)(Java Doc) protected boolean compile(String fileName)(Code)(Java Doc) protected void eraseFiles(String filesEndingWith)(Code)(Java Doc) protected String execParser(String grammarFileName, String grammarStr, String parserName, String lexerName, String startRuleName, String input, boolean debug)(Code)(Java Doc) protected String execTreeParser(String parserGrammarFileName, String parserGrammarStr, String parserName, String treeParserGrammarFileName, String treeParserGrammarStr, String treeParserName, String lexerName, String parserStartRuleName, String treeParserStartRuleName, String input)(Code)(Java Doc) protected String execTreeParser(String parserGrammarFileName, String parserGrammarStr, String parserName, String treeParserGrammarFileName, String treeParserGrammarStr, String treeParserName, String lexerName, String parserStartRuleName, String treeParserStartRuleName, String input, boolean debug)(Code)(Java Doc) public String getFirstLineOfException()(Code)(Java Doc) protected void mkdir(String dir)(Code)(Java Doc) protected Tool newTool()(Code)(Java Doc) protected String rawExecRecognizer(String parserName, String treeParserName, String lexerName, String parserStartRuleName, String treeParserStartRuleName, boolean parserBuildsTrees, boolean parserBuildsTemplate, boolean debug)(Code)(Java Doc) protected boolean rawGenerateAndBuildRecognizer(String grammarFileName, String grammarStr, String parserName, String lexerName, boolean debug)(Code)(Java Doc) protected void writeFile(String dir, String fileName, String content)(Code)(Java Doc) protected void writeTemplateTestFile(String parserName, String lexerName, String parserStartRuleName, boolean debug)(Code)(Java Doc) protected void writeTestFile(String parserName, String lexerName, String parserStartRuleName, boolean debug)(Code)(Java Doc) protected void writeTreeTestFile(String parserName, String treeParserName, String lexerName, String parserStartRuleName, String treeParserStartRuleName, boolean debug)(Code)(Java Doc)
|
|
|