public final class FieldSignature extends Signature
Signature.Visibility
Modifier and Type | Field and Description |
---|---|
boolean |
isFinal |
boolean |
isStatic |
visibility
Modifier and Type | Method and Description |
---|---|
static FieldSignature |
buildFor(ASTFieldDeclaration node)
Builds a field signature from its AST node.
|
boolean |
equals(Object o) |
int |
hashCode() |
public static FieldSignature buildFor(ASTFieldDeclaration node)
node
- The AST node of the field.Copyright © 2002–2017 PMD. All rights reserved.