| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.java.ast | |
| net.sourceforge.pmd.lang.java.rule | |
| net.sourceforge.pmd.lang.java.typeresolution |
| Modifier and Type | Method | Description |
|---|---|---|
ASTType |
ASTFormalParameter.getTypeNode() |
Returns the type node of this formal parameter.
|
ASTType |
ASTLocalVariableDeclaration.getTypeNode() |
|
ASTType |
ASTVariableDeclaratorId.getTypeNode() |
Determines the type node of this variable id, that is, the type node
belonging to the variable declaration of this node (either a
FormalParameter, LocalVariableDeclaration or FieldDeclaration).
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
JavaParserDecoratedVisitor.visit(ASTType node,
java.lang.Object data) |
|
java.lang.Object |
JavaParserVisitor.visit(ASTType node,
java.lang.Object data) |
|
java.lang.Object |
JavaParserVisitorAdapter.visit(ASTType node,
java.lang.Object data) |
|
java.lang.Object |
JavaParserVisitorDecorator.visit(ASTType node,
java.lang.Object data) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
AbstractJavaRule.visit(ASTType node,
java.lang.Object data) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
ClassTypeResolver.visit(ASTType node,
java.lang.Object data) |
Copyright © 2002–2018 PMD. All rights reserved.