Searched refs:GetCurrentInputSymbol (Results 1 – 8 of 8) sorted by relevance
68 protected override object GetCurrentInputSymbol( IIntStream input ) in GetCurrentInputSymbol() method in Antlr.Runtime.Parser
146 object matchedSymbol = GetCurrentInputSymbol( input ); in Match()714 object matchedSymbol = GetCurrentInputSymbol( input ); in RecoverFromMismatchedToken()758 protected virtual object GetCurrentInputSymbol( IIntStream input ) in GetCurrentInputSymbol() method in Antlr.Runtime.BaseRecognizer
63 protected override object GetCurrentInputSymbol(IIntStream input) { in GetCurrentInputSymbol() method in Antlr.Runtime.Parser
133 object matchedSymbol = GetCurrentInputSymbol(input); in Match()631 object matchedSymbol = GetCurrentInputSymbol(input); in RecoverFromMismatchedToken()672 protected virtual object GetCurrentInputSymbol(IIntStream input) { in GetCurrentInputSymbol() method in Antlr.Runtime.BaseRecognizer
98 protected override object GetCurrentInputSymbol( IIntStream input ) in GetCurrentInputSymbol() method in Antlr.Runtime.Tree.TreeParser
90 protected override object GetCurrentInputSymbol(IIntStream input) { in GetCurrentInputSymbol() method in Antlr.Runtime.Tree.TreeParser
2014 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; virtual; in GetCurrentInputSymbol() function2490 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; override;4312 function TBaseRecognizer.GetCurrentInputSymbol( in TBaseRecognizer.GetCurrentInputSymbol() function4491 Result := GetCurrentInputSymbol(Input);4653 Result := GetCurrentInputSymbol(Input);5638 function TParser.GetCurrentInputSymbol( in TParser.GetCurrentInputSymbol() function
1643 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; override; in GetCurrentInputSymbol() function3734 function TTreeParser.GetCurrentInputSymbol( in GetCurrentInputSymbol() function