-
Enhancement
-
Resolution: Unresolved
-
P5
-
9
JavacParser.skip currently takes a series of 4 boolean arguments (but only 5 combinations of the flags are actually currently used). It may be cleaner to define a "SkipOption" enum and pass a pre-allocated set of SkipOptions to the skip method.