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