VisualAge Generator to Enterprise Generation Language Migration Guide


Java reserved words

Java has reserved words that cannot be used for the package names. If you are generating Java, you may want to avoid using these names:

Letter Reserved word
A abstract
B boolean, break, byte
C case, catch, char, class, const, continue
D default, do, double
E else, extends
F false, final, finally, float, for
G goto
I if, implements, import, instanceof, int, interface
L long
N native, new, null
P package, private, protected, public
R return
S short, static, super, switch, synchronized
T this, throw, throws, transient, true
V void, volatile
W while


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]