Home
last modified time | relevance | path

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

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas476 TBitSetArray = array of IBitSet;
491 function GetFollowing: TBitSetArray; in GetFollowing()
492 procedure SetFollowing(const Value: TBitSetArray); argument
530 property Following: TBitSetArray read GetFollowing write SetFollowing;
1782 FFollowing: TBitSetArray;
1799 function GetFollowing: TBitSetArray;
1800 procedure SetFollowing(const Value: TBitSetArray);
3723 function TRecognizerSharedState.GetFollowing: TBitSetArray; in GetFollowing()
3803 procedure TRecognizerSharedState.SetFollowing(const Value: TBitSetArray);
4589 F: TBitSetArray;