Searched defs:ProfileTreeGrammar (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DProfileTreeGrammarHelper.cs39 partial class ProfileTreeGrammar class
52 public ProfileTreeGrammar( CommonTreeNodeStream nodes, List<CommonTree> functionDefinitions ) method in class:ProfileTreeGrammar
63 private ProfileTreeGrammar( CommonTree function, method in class:ProfileTreeGrammar
H A DProfileTreeGrammar.cs1 // $ANTLR 3.1.2 BuildOptions\\ProfileTreeGrammar.g3 2009-09-30 13:18:19
26 public partial class ProfileTreeGrammar : DebugTreeParser class in inherits:DebugTreeParser
60 public ProfileTreeGrammar( ITreeNodeStream input ) method in class:ProfileTreeGrammar
64 public ProfileTreeGrammar( ITreeNodeStream input, IDebugEventListener dbg, RecognizerSharedState state ) method in class:ProfileTreeGrammar
71 public ProfileTreeGrammar( ITreeNodeStream input, IDebugEventListener dbg ) method in class:ProfileTreeGrammar
79 ((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, ProfileTreeGrammar.ruleNames[ruleIndex]);
85 ((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, ProfileTreeGrammar.ruleNames[ruleIndex]);
95 public override string[] TokenNames { get { return ProfileTreeGrammar.tokenNames; } }
96 public override string GrammarFileName { get { return "BuildOptions\\ProfileTreeGrammar.g3"; } }
102 // BuildOptions\\ProfileTreeGrammar
[all...]

Completed in 88 milliseconds