HomeSort by relevance Sort by last modified time
    Searched refs:ProfileGrammarParser (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
ProfileGrammarParserHelper.cs 36 partial class ProfileGrammarParser
ProfileGrammarParser.cs 23 public partial class ProfileGrammarParser : DebugParser
58 public ProfileGrammarParser( ITokenStream input )
62 public ProfileGrammarParser( ITokenStream input, IDebugEventListener dbg, RecognizerSharedState state )
75 public ProfileGrammarParser( ITokenStream input, IDebugEventListener dbg )
89 ((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, ProfileGrammarParser.ruleNames[ruleIndex]);
95 ((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, ProfileGrammarParser.ruleNames[ruleIndex]);
122 public override string[] TokenNames { get { return ProfileGrammarParser.tokenNames; } }
135 private ProfileGrammarParser.prog_return prog( )
137 ProfileGrammarParser.prog_return retval = new ProfileGrammarParser.prog_return()
    [all...]

Completed in 65 milliseconds