Home
last modified time | relevance | path

Searched refs:GetCurrentInputSymbol (Results 1 – 8 of 8) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DParser.cs68 protected override object GetCurrentInputSymbol( IIntStream input ) in GetCurrentInputSymbol() method in Antlr.Runtime.Parser
DBaseRecognizer.cs146 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
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DParser.cs63 protected override object GetCurrentInputSymbol(IIntStream input) { in GetCurrentInputSymbol() method in Antlr.Runtime.Parser
DBaseRecognizer.cs133 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
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeParser.cs98 protected override object GetCurrentInputSymbol( IIntStream input ) in GetCurrentInputSymbol() method in Antlr.Runtime.Tree.TreeParser
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeParser.cs90 protected override object GetCurrentInputSymbol(IIntStream input) { in GetCurrentInputSymbol() method in Antlr.Runtime.Tree.TreeParser
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas2014 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; virtual; in GetCurrentInputSymbol() function
2490 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; override;
4312 function TBaseRecognizer.GetCurrentInputSymbol( in TBaseRecognizer.GetCurrentInputSymbol() function
4491 Result := GetCurrentInputSymbol(Input);
4653 Result := GetCurrentInputSymbol(Input);
5638 function TParser.GetCurrentInputSymbol( in TParser.GetCurrentInputSymbol() function
DAntlr.Runtime.Tree.pas1643 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; override; in GetCurrentInputSymbol() function
3734 function TTreeParser.GetCurrentInputSymbol( in GetCurrentInputSymbol() function