fling
fling copied to clipboard
Ensure that keywords aren't used for variable names
This corrects the generation of variable names corresponding to terminal parameters, such as Class or Enum.
Previous implementation could erronously generate code such as: java.lang.Enum enum = ...; or Type method(Class class)