Home
last modified time | relevance | path

Searched refs:ProfileTreeGrammar (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileTreeGrammarHelper.cs41 partial class ProfileTreeGrammar class
54 public ProfileTreeGrammar(CommonTreeNodeStream nodes, List<CommonTree> functionDefinitions) in ProfileTreeGrammar() method in Antlr3.Runtime.Test.BuildOptions.ProfileTreeGrammar
65 private ProfileTreeGrammar(CommonTree function, in ProfileTreeGrammar() method in Antlr3.Runtime.Test.BuildOptions.ProfileTreeGrammar
DProfileTreeGrammar.cs26 public partial class ProfileTreeGrammar : DebugTreeParser class
60 public ProfileTreeGrammar( ITreeNodeStream input ) in ProfileTreeGrammar() method in ProfileTreeGrammar
64 …public ProfileTreeGrammar( ITreeNodeStream input, IDebugEventListener dbg, RecognizerSharedState s… in ProfileTreeGrammar() method in ProfileTreeGrammar
71 public ProfileTreeGrammar( ITreeNodeStream input, IDebugEventListener dbg ) in ProfileTreeGrammar() method in ProfileTreeGrammar
79 ((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, ProfileTreeGrammar.ruleNames[ruleIndex]); in AlreadyParsedRule()
85 …((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, ProfileTreeGrammar.ruleNames[ruleIndex]); in Memoize()
95 public override string[] TokenNames { get { return ProfileTreeGrammar.tokenNames; } }
782ProfileTreeGrammar e = new ProfileTreeGrammar(funcRoot, functionDefinitions, globalMemory, p); in call()
DProfileTreeGrammar.g333 tree grammar ProfileTreeGrammar;
85ProfileTreeGrammar e = new ProfileTreeGrammar(funcRoot, functionDefinitions, globalMemory, p);