Searched defs:GetCurrentInputSymbol (Results 1 - 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DParser.cs68 protected override object GetCurrentInputSymbol( IIntStream input ) method in class:Antlr.Runtime.Parser
H A DBaseRecognizer.cs144 object matchedSymbol = GetCurrentInputSymbol( input );
712 object matchedSymbol = GetCurrentInputSymbol( input );
756 protected virtual object GetCurrentInputSymbol( IIntStream input ) method in class:Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DParser.cs63 protected override object GetCurrentInputSymbol(IIntStream input) { method in class:Antlr.Runtime.Parser
H A DBaseRecognizer.cs133 object matchedSymbol = GetCurrentInputSymbol(input);
631 object matchedSymbol = GetCurrentInputSymbol(input);
672 protected virtual object GetCurrentInputSymbol(IIntStream input) { method in class:Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeParser.cs98 protected override object GetCurrentInputSymbol( IIntStream input ) method in class:Antlr.Runtime.Tree.TreeParser
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeParser.cs90 protected override object GetCurrentInputSymbol(IIntStream input) { method in class:Antlr.Runtime.Tree.TreeParser
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2014 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; virtual; function
2490 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; override;
4312 function TBaseRecognizer.GetCurrentInputSymbol(
4491 Result := GetCurrentInputSymbol(Input);
4653 Result := GetCurrentInputSymbol(Input);
5638 function TParser.GetCurrentInputSymbol(
H A DAntlr.Runtime.Tree.pas1643 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; override; function
3734 function TTreeParser.GetCurrentInputSymbol(

Completed in 932 milliseconds