Package com.javacc.output.java
Class JavaCodeUtils
java.lang.Object
com.javacc.output.java.JavaCodeUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddGetterSetters(Node root) Adds getter/setter methods if a field is annotated with a "@Property" annotationstatic voidremoveWrongJDKElements(Node context, int target) static voidUses the DeadCodeEliminator visitor class to get rid of unused private methods and fields
-
Method Details
-
addGetterSetters
Adds getter/setter methods if a field is annotated with a "@Property" annotation -
removeWrongJDKElements
-
stripUnused
Uses the DeadCodeEliminator visitor class to get rid of unused private methods and fields
-