Home
last modified time | relevance | path

Searched refs:TStackList (Results 1 – 4 of 4) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas124 TStackList<T> = class(TList<T>, IStackList<T>)
314 function TStackList<T>.Peek: T; in TStackList() function
319 function TStackList<T>.Pop: T; in Pop() function
328 procedure TStackList<T>.Push(const Item: T); procedure
DAntlr.Runtime.Tree.pas3220 FCalls := TStackList<Integer>.Create;
4565 FNodeStack := TStackList<IANTLRInterface>.Create;
4566 FIndexStack := TStackList<Integer>.Create;
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Collections.Tests.pas100 FIStackList := TStackList<String>.Create;
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg1513 <scope.name>Stack := TStackList\<I<scope.name>Scope\>.Create;<\n>
1553 <scope.name>Stack := TStackList\<I<scope.name>Scope\>.Create;<\n>