Home | History | Annotate | Download | only in Antlr3.Runtime.Tests

Lines Matching refs:TOKENS

1571   TOKENS: array [0..11] of String = ('', '', '', '', '', 'A', 'B', 'C', 'D', 'E', 'ID', 'VAR');
1576 SetLength(FTokens,Length(TOKENS));
1577 for I := 0 to Length(TOKENS) - 1 do
1578 FTokens[I] := TOKENS[I];