Searched refs:GetInputSymbol (Results 1 – 2 of 2) sorted by relevance
61 Console.Out.WriteLine( "> " + ruleName + " lookahead(1)=" + GetInputSymbol( 1 ) ); in EnterRule()72 Console.Out.WriteLine( "< " + ruleName + " lookahead(1)=" + GetInputSymbol( 1 ) ); in ExitRule()75 public virtual object GetInputSymbol( int k ) in GetInputSymbol() method in Antlr.Runtime.Debug.Tracer
64 …sole.Out.WriteLine("> " + grammarFileName + " " + ruleName + " lookahead(1)=" + GetInputSymbol(1)); in EnterRule()75 …sole.Out.WriteLine("< " + grammarFileName + " " + ruleName + " lookahead(1)=" + GetInputSymbol(1)); in ExitRule()78 public virtual object GetInputSymbol(int k) in GetInputSymbol() method in Antlr.Runtime.Debug.Tracer