Uses of Enum Class
net.sourceforge.pmd.lang.java.rule.codestyle.UselessParenthesesRule.Necessity
Packages that use UselessParenthesesRule.Necessity
-
Uses of UselessParenthesesRule.Necessity in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle that return UselessParenthesesRule.NecessityModifier and TypeMethodDescriptionUselessParenthesesRule.needsParentheses(ASTExpression inner, JavaNode outer) Returns the enum constant of this class with the specified name.static UselessParenthesesRule.Necessity[]UselessParenthesesRule.Necessity.values()Returns an array containing the constants of this enum class, in the order they are declared.