Home
last modified time | relevance | path

Searched defs:GetCurrentInputSymbol (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DParser.cs63 protected override object GetCurrentInputSymbol(IIntStream input) { in GetCurrentInputSymbol() method in Antlr.Runtime.Parser
H A DBaseRecognizer.cs672 protected virtual object GetCurrentInputSymbol(IIntStream input) { in GetCurrentInputSymbol() method in Antlr.Runtime.BaseRecognizer
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeParser.cs90 protected override object GetCurrentInputSymbol(IIntStream input) { in GetCurrentInputSymbol() method in Antlr.Runtime.Tree.TreeParser
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2014 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; virtual; in GetCurrentInputSymbol() function
2490 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; override; in GetCurrentInputSymbol() function
4312 function TBaseRecognizer.GetCurrentInputSymbol( in TBaseRecognizer.GetCurrentInputSymbol() function
5638 function TParser.GetCurrentInputSymbol( in TParser.GetCurrentInputSymbol() function
H A DAntlr.Runtime.Tree.pas1643 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; override; in GetCurrentInputSymbol() function
3734 function TTreeParser.GetCurrentInputSymbol( in GetCurrentInputSymbol() function