Home
last modified time | relevance | path

Searched refs:ProfileGrammarParser (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileGrammarParser.cs23 public partial class ProfileGrammarParser : DebugParser class
58 public ProfileGrammarParser( ITokenStream input ) in ProfileGrammarParser() method in ProfileGrammarParser
62 …public ProfileGrammarParser( ITokenStream input, IDebugEventListener dbg, RecognizerSharedState st… in ProfileGrammarParser() method in ProfileGrammarParser
75 public ProfileGrammarParser( ITokenStream input, IDebugEventListener dbg ) in ProfileGrammarParser() method in ProfileGrammarParser
89 …((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, ProfileGrammarParser.ruleNames[ruleIndex]… in AlreadyParsedRule()
95 …((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, ProfileGrammarParser.ruleNames[ruleIndex… in Memoize()
122 public override string[] TokenNames { get { return ProfileGrammarParser.tokenNames; } }
135 private ProfileGrammarParser.prog_return prog( ) in prog()
137 ProfileGrammarParser.prog_return retval = new ProfileGrammarParser.prog_return(); in prog()
142 ProfileGrammarParser.stat_return stat1 = default(ProfileGrammarParser.stat_return); in prog()
[all …]
DProfileGrammarParserHelper.cs36 partial class ProfileGrammarParser class