| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.java.multifile.signature |
| Modifier and Type | Field | Description |
|---|---|---|
JavaOperationSignature.Role |
JavaOperationSignature.role |
| Modifier and Type | Method | Description |
|---|---|---|
static JavaOperationSignature.Role |
JavaOperationSignature.Role.get(ASTMethodOrConstructorDeclaration node) |
|
static JavaOperationSignature.Role |
JavaOperationSignature.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.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
JavaOperationSigMask.forbid(JavaOperationSignature.Role... roles) |
Forbid all mentioned roles.
|
void |
JavaOperationSigMask.restrictRolesTo(JavaOperationSignature.Role... roles) |
Restricts the roles covered by the mask to the parameters.
|
Copyright © 2002–2018 PMD. All rights reserved.