Home
last modified time | relevance | path

Searched refs:TANTLRInterfaceArray (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1895 function GetLookAhead: TANTLRInterfaceArray; in GetLookAhead()
1896 procedure SetLookAhead(const Value: TANTLRInterfaceArray); argument
1907 property LookAhead: TANTLRInterfaceArray read GetLookAhead write SetLookAhead;
1920 FLookAhead: TANTLRInterfaceArray;
1935 function GetLookAhead: TANTLRInterfaceArray; in GetLookAhead()
1936 procedure SetLookAhead(const Value: TANTLRInterfaceArray); argument
1987 FLookahead: TANTLRInterfaceArray;
4508 Bigger: TANTLRInterfaceArray;
4695 LA: TANTLRInterfaceArray;
4986 function TUnBufferedTreeNodeStream.TTreeWalkState.GetLookAhead: TANTLRInterfaceArray; in TTreeWalkState()
[all …]
DAntlr.Runtime.Tools.pas61 TANTLRInterfaceArray = array of IANTLRInterface;