Uses of Class
net.sourceforge.pmd.lang.java.multifile.signature.JavaOperationSignature.Role
-
Packages that use JavaOperationSignature.Role Package Description net.sourceforge.pmd.lang.java.multifile.signature -
-
Uses of JavaOperationSignature.Role in net.sourceforge.pmd.lang.java.multifile.signature
Fields in net.sourceforge.pmd.lang.java.multifile.signature declared as JavaOperationSignature.Role Modifier and Type Field Description JavaOperationSignature.RoleJavaOperationSignature. roleMethods in net.sourceforge.pmd.lang.java.multifile.signature that return JavaOperationSignature.Role Modifier and Type Method Description static JavaOperationSignature.RoleJavaOperationSignature.Role. get(ASTMethodOrConstructorDeclaration node)static JavaOperationSignature.RoleJavaOperationSignature.Role. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JavaOperationSignature.Role[]JavaOperationSignature.Role. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.pmd.lang.java.multifile.signature with parameters of type JavaOperationSignature.Role Modifier and Type Method Description voidJavaOperationSigMask. forbid(JavaOperationSignature.Role... roles)Forbid all mentioned roles.voidJavaOperationSigMask. restrictRolesTo(JavaOperationSignature.Role... roles)Restricts the roles covered by the mask to the parameters.
-