net.sourceforge.pmd.ast
public class ASTFieldDeclaration extends SimpleJavaAccessTypeNode implements Dimensionable
| Constructor Summary | |
|---|---|
| ASTFieldDeclaration(int id) | |
| ASTFieldDeclaration(JavaParser p, int id) | |
| Method Summary | |
|---|---|
| void | dump(String prefix) |
| int | getArrayDepth() |
| String | getVariableName()
Gets the variable name of this field.
|
| boolean | isArray() |
| boolean | isFinal() |
| boolean | isInterfaceMember() |
| boolean | isPackagePrivate() |
| boolean | isPrivate() |
| boolean | isProtected() |
| boolean | isPublic() |
| boolean | isStatic() |
| boolean | isSyntacticallyFinal() |
| boolean | isSyntacticallyPublic() |
| boolean | isSyntacticallyStatic() |
| Object | jjtAccept(JavaParserVisitor visitor, Object data)
Accept the visitor. |
null if the child node is not found.
Returns: a String representing the name of the variable