Class and Description |
---|
BodyDeclaration
Any declaration that can appear between the { and } of a class, interface, or enum.
|
Class and Description |
---|
AnnotationDeclaration
JLS
An annotation type declaration:
@interface X { ... |
ClassOrInterfaceDeclaration
JLS
A definition of a class or interface.
|
EnumDeclaration
JLS
The declaration of an enum.
|
TypeDeclaration
A base class for all types of type declarations.
|
Class and Description |
---|
AnnotationMemberDeclaration
JLS
The "int id();" in
@interface X { int id(); } |
BodyDeclaration
Any declaration that can appear between the { and } of a class, interface, or enum.
|
ClassOrInterfaceDeclaration
JLS
A definition of a class or interface.
|
ConstructorDeclaration
JLS
A constructor declaration:
class X { X() { } } where X(){} is the constructor declaration. |
EnumConstantDeclaration
JLS
One of the values an enum can take.
|
EnumDeclaration
JLS
The declaration of an enum.
|
FieldDeclaration
JLS
The declaration of a field in a class.
|
InitializerDeclaration
JLS
A (possibly static) initializer block.
|
MethodDeclaration
JLS
A method declaration.
|
Parameter
JLS
The parameters to a method or lambda.
|
TypeDeclaration
A base class for all types of type declarations.
|
VariableDeclarator
JLS
The declaration of a variable.
|
Class and Description |
---|
BodyDeclaration
Any declaration that can appear between the { and } of a class, interface, or enum.
|
Parameter
JLS
The parameters to a method or lambda.
|
VariableDeclarator
JLS
The declaration of a variable.
|
Class and Description |
---|
BodyDeclaration
Any declaration that can appear between the { and } of a class, interface, or enum.
|
ConstructorDeclaration
JLS
A constructor declaration:
class X { X() { } } where X(){} is the constructor declaration. |
FieldDeclaration
JLS
The declaration of a field in a class.
|
MethodDeclaration
JLS
A method declaration.
|
Parameter
JLS
The parameters to a method or lambda.
|
VariableDeclarator
JLS
The declaration of a variable.
|
Class and Description |
---|
Parameter
JLS
The parameters to a method or lambda.
|
TypeDeclaration
A base class for all types of type declarations.
|
Class and Description |
---|
AnnotationDeclaration
JLS
An annotation type declaration:
@interface X { ... |
AnnotationMemberDeclaration
JLS
The "int id();" in
@interface X { int id(); } |
ClassOrInterfaceDeclaration
JLS
A definition of a class or interface.
|
ConstructorDeclaration
JLS
A constructor declaration:
class X { X() { } } where X(){} is the constructor declaration. |
EmptyMemberDeclaration
Deprecated.
these ;'s should be ignored
|
EnumConstantDeclaration
JLS
One of the values an enum can take.
|
EnumDeclaration
JLS
The declaration of an enum.
|
FieldDeclaration
JLS
The declaration of a field in a class.
|
InitializerDeclaration
JLS
A (possibly static) initializer block.
|
MethodDeclaration
JLS
A method declaration.
|
Parameter
JLS
The parameters to a method or lambda.
|
VariableDeclarator
JLS
The declaration of a variable.
|
Class and Description |
---|
AnnotationDeclaration
JLS
An annotation type declaration:
@interface X { ... |
AnnotationMemberDeclaration
JLS
The "int id();" in
@interface X { int id(); } |
ClassOrInterfaceDeclaration
JLS
A definition of a class or interface.
|
ConstructorDeclaration
JLS
A constructor declaration:
class X { X() { } } where X(){} is the constructor declaration. |
EmptyMemberDeclaration
Deprecated.
these ;'s should be ignored
|
EnumConstantDeclaration
JLS
One of the values an enum can take.
|
EnumDeclaration
JLS
The declaration of an enum.
|
FieldDeclaration
JLS
The declaration of a field in a class.
|
InitializerDeclaration
JLS
A (possibly static) initializer block.
|
MethodDeclaration
JLS
A method declaration.
|
Parameter
JLS
The parameters to a method or lambda.
|
VariableDeclarator
JLS
The declaration of a variable.
|
Copyright © 2007–2016. All rights reserved.