| Class and Description |
|---|
| BodyDeclaration
Any declaration that can appear between the { and } of a class, interface, or enum.
|
| Parameter
The parameters to a method or lambda.
|
| Class and Description |
|---|
| AnnotationDeclaration
An annotation type declaration.
@interface X { ... |
| ClassOrInterfaceDeclaration
A definition of a class or interface.
class X { ... |
| EnumDeclaration
The declaration of an enum.
enum X { ... |
| TypeDeclaration
A base class for all types of type declarations.
|
| Class and Description |
|---|
| AnnotationDeclaration
An annotation type declaration.
@interface X { ... |
| AnnotationMemberDeclaration
The "int id();" in
@interface X { int id(); } |
| BodyDeclaration
Any declaration that can appear between the { and } of a class, interface, or enum.
|
| CallableDeclaration
Represents a declaration which is callable eg.
|
| CallableDeclaration.Signature
A method or constructor signature.
|
| ClassOrInterfaceDeclaration
A definition of a class or interface.
class X { ... |
| ConstructorDeclaration
A constructor declaration:
class X { X() { } } where X(){} is the constructor declaration. |
| EnumConstantDeclaration
One of the values an enum can take.
|
| EnumDeclaration
The declaration of an enum.
enum X { ... |
| FieldDeclaration
The declaration of a field in a class.
|
| InitializerDeclaration
A (possibly static) initializer body.
|
| MethodDeclaration
A method declaration.
|
| Parameter
The parameters to a method or lambda.
|
| ReceiverParameter
The rather obscure "receiver parameter" feature of Java.
|
| TypeDeclaration
A base class for all types of type declarations.
|
| VariableDeclarator
The declaration of a variable.
In int x = 14, y = 3; "int x = 14" and "int y = 3" are
VariableDeclarators. |
| Class and Description |
|---|
| BodyDeclaration
Any declaration that can appear between the { and } of a class, interface, or enum.
|
| Parameter
The parameters to a method or lambda.
|
| VariableDeclarator
The declaration of a variable.
In int x = 14, y = 3; "int x = 14" and "int y = 3" are
VariableDeclarators. |
| Class and Description |
|---|
| BodyDeclaration
Any declaration that can appear between the { and } of a class, interface, or enum.
|
| ConstructorDeclaration
A constructor declaration:
class X { X() { } } where X(){} is the constructor declaration. |
| FieldDeclaration
The declaration of a field in a class.
|
| MethodDeclaration
A method declaration.
|
| Parameter
The parameters to a method or lambda.
|
| VariableDeclarator
The declaration of a variable.
In int x = 14, y = 3; "int x = 14" and "int y = 3" are
VariableDeclarators. |
| Class and Description |
|---|
| ClassOrInterfaceDeclaration
A definition of a class or interface.
class X { ... |
| Parameter
The parameters to a method or lambda.
|
| Class and Description |
|---|
| AnnotationDeclaration
An annotation type declaration.
@interface X { ... |
| AnnotationMemberDeclaration
The "int id();" in
@interface X { int id(); } |
| ClassOrInterfaceDeclaration
A definition of a class or interface.
class X { ... |
| ConstructorDeclaration
A constructor declaration:
class X { X() { } } where X(){} is the constructor declaration. |
| EnumDeclaration
The declaration of an enum.
enum X { ... |
| FieldDeclaration
The declaration of a field in a class.
|
| MethodDeclaration
A method declaration.
|
| Class and Description |
|---|
| AnnotationDeclaration
An annotation type declaration.
@interface X { ... |
| AnnotationMemberDeclaration
The "int id();" in
@interface X { int id(); } |
| ClassOrInterfaceDeclaration
A definition of a class or interface.
class X { ... |
| ConstructorDeclaration
A constructor declaration:
class X { X() { } } where X(){} is the constructor declaration. |
| EnumConstantDeclaration
One of the values an enum can take.
|
| EnumDeclaration
The declaration of an enum.
enum X { ... |
| FieldDeclaration
The declaration of a field in a class.
|
| InitializerDeclaration
A (possibly static) initializer body.
|
| MethodDeclaration
A method declaration.
|
| Parameter
The parameters to a method or lambda.
|
| ReceiverParameter
The rather obscure "receiver parameter" feature of Java.
|
| VariableDeclarator
The declaration of a variable.
In int x = 14, y = 3; "int x = 14" and "int y = 3" are
VariableDeclarators. |
| Class and Description |
|---|
| AnnotationDeclaration
An annotation type declaration.
@interface X { ... |
| AnnotationMemberDeclaration
The "int id();" in
@interface X { int id(); } |
| ClassOrInterfaceDeclaration
A definition of a class or interface.
class X { ... |
| ConstructorDeclaration
A constructor declaration:
class X { X() { } } where X(){} is the constructor declaration. |
| EnumConstantDeclaration
One of the values an enum can take.
|
| EnumDeclaration
The declaration of an enum.
enum X { ... |
| FieldDeclaration
The declaration of a field in a class.
|
| InitializerDeclaration
A (possibly static) initializer body.
|
| MethodDeclaration
A method declaration.
|
| Parameter
The parameters to a method or lambda.
|
| ReceiverParameter
The rather obscure "receiver parameter" feature of Java.
|
| VariableDeclarator
The declaration of a variable.
In int x = 14, y = 3; "int x = 14" and "int y = 3" are
VariableDeclarators. |
Copyright © 2007–2018. All rights reserved.