Home
last modified time | relevance | path

Searched defs: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.cs758 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.cs672 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
4312 function TBaseRecognizer.GetCurrentInputSymbol( in TBaseRecognizer.GetCurrentInputSymbol() function
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