class |
ASTAmbiguousName |
An ambiguous name occurring in any context.
|
class |
ASTAnnotationTypeDeclaration |
The declaration of an annotation type.
|
class |
ASTAnonymousClassDeclaration |
An anonymous class declaration.
|
class |
ASTArrayDimExpr |
|
class |
ASTArrayType |
Represents an array type.
|
class |
ASTArrayTypeDim |
|
class |
ASTCatchParameter |
Formal parameter of a catch clause
to represent the declared exception variable.
|
class |
ASTClassDeclaration |
Represents class and interface declarations.
|
class |
ASTClassType |
Represents a class or interface type, possibly parameterised with type arguments.
|
class |
ASTCompactConstructorDeclaration |
|
class |
ASTConstructorDeclaration |
A constructor of a class or
enum declaration.
|
class |
ASTEnumConstant |
|
class |
ASTEnumDeclaration |
Represents an enum declaration.
|
class |
ASTFieldDeclaration |
Represents a field declaration in the body of a type declaration.
|
class |
ASTFormalParameter |
|
class |
ASTImplicitClassDeclaration |
|
class |
ASTIntersectionType |
|
class |
ASTLambdaParameter |
Formal parameter of a lambda expression.
|
class |
ASTLocalVariableDeclaration |
Represents a local variable declaration.
|
class |
ASTMethodDeclaration |
A method declaration, in a class or interface declaration.
|
class |
ASTModuleDeclaration |
A module declaration.
|
class |
ASTPackageDeclaration |
|
class |
ASTPrimitiveType |
Represents a primitive type.
|
class |
ASTRecordComponent |
|
class |
ASTRecordDeclaration |
A record declaration is a special data class type (JDK 16 feature).
|
class |
ASTTypeParameter |
Represents a type parameter declaration of a method, constructor, class or interface declaration.
|
class |
ASTTypePattern |
A type pattern (JDK16).
|
class |
ASTUnionType |
Represents the type node of a multi-catch statement.
|
class |
ASTVariableId |
Represents an identifier in the context of variable or parameter declarations (not their use in
expressions).
|
class |
ASTVoidType |
Type node to represent the void pseudo-type.
|
class |
ASTWildcardType |
Represents a wildcard type.
|