Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileTreeGrammarHelper.cs39 partial class ProfileTreeGrammar class
52 public ProfileTreeGrammar( CommonTreeNodeStream nodes, List<CommonTree> functionDefinitions ) in ProfileTreeGrammar() method in ProfileTreeGrammar
63 private ProfileTreeGrammar( CommonTree function, in ProfileTreeGrammar() method in 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;
83ProfileTreeGrammar e = new ProfileTreeGrammar(funcRoot, functionDefinitions, globalMemory, p);