Home
last modified time | relevance | path

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

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas314 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