| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.java.oom.signature |
| Modifier and Type | Field and Description |
|---|---|
OperationSignature.Role |
OperationSignature.role |
| Modifier and Type | Method and Description |
|---|---|
static OperationSignature.Role |
OperationSignature.Role.get(ASTMethodOrConstructorDeclaration node) |
static OperationSignature.Role |
OperationSignature.Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationSignature.Role[] |
OperationSignature.Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperationSigMask.forbid(OperationSignature.Role... roles)
Forbid all mentioned roles.
|
void |
OperationSigMask.restrictRolesTo(OperationSignature.Role... roles)
Restricts the roles covered by the mask to the parameters.
|
Copyright © 2002–2017 PMD. All rights reserved.