Interface | Description |
---|---|
AccessNode |
This interface captures Java access modifiers.
|
ASTAnyTypeBodyDeclaration |
Marker interface for type body declarations, such as annotation members, field or method declarations.
|
ASTAnyTypeDeclaration |
Groups enums, classes and interface declarations.
|
ASTMethodOrConstructorDeclaration | |
CanSuppressWarnings | |
Dimensionable | |
JavaNode | |
JavaParserConstants |
Token literal values and constants.
|
JavaParserControllessVisitor |
Visitor which doesn't take over control on the AST visit (it doesn't explore its children).
|
JavaParserTreeConstants | |
JavaParserVisitor | |
JavaQualifiableNode |
Java nodes that can be described with a qualified name.
|
TypeNode |
This interface allows a Java Class to be associated with a node.
|
Enum | Description |
---|---|
ASTAnyTypeDeclaration.TypeKind |
The kind of type this node declares.
|
ASTModuleDirective.DirectiveType | |
ASTModuleDirective.RequiresModifier |
Exception | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
Copyright © 2002–2018 PMD. All rights reserved.