Searched refs:ProfileTreeGrammar (Results 1 – 3 of 3) sorted by relevance
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | ProfileTreeGrammarHelper.cs | 39 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
|
D | ProfileTreeGrammar.cs | 26 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; } } 782 … ProfileTreeGrammar e = new ProfileTreeGrammar(funcRoot, functionDefinitions, globalMemory, p); in call()
|
D | ProfileTreeGrammar.g3 | 33 tree grammar ProfileTreeGrammar; 83 … ProfileTreeGrammar e = new ProfileTreeGrammar(funcRoot, functionDefinitions, globalMemory, p);
|