1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

and add IMPORTS keyword for Java

This commit is contained in:
Kevin Glynn 2011-01-07 16:19:01 +01:00
parent 163b651cd6
commit d0b00ea8d4

View File

@ -11,6 +11,7 @@ tokens {
CLASS;
EXTENDS;
IMPLEMENTS;
IMPORT;
INTERFACE;
FINAL; /* final modifier */
IN;