next up previous
Next: Productions from 8: Class Up: Phrase Structure Previous: Productions from 7: Packages

Productions Only in the LALR(1) Grammar

Productions Only in the LALR(1) Grammar[43]:

Modifiers:
  / ModifierList .

ModifierList:
  Modifier / ModifierList Modifier .

Modifier:
  'public' / 'protected' / 'private' /
  'static' /
  'abstract' / 'final' / 'native' / 'synchronized' / 'transient' / 'volatile' /
  'strictfp' .
This macro is invoked in definition 38.



2008-09-11