| Class and Description |
|---|
| AccessLevel |
| ClassDeclaration
Declaration of a Class (not an interface or an enum).
|
| ConstructorDeclaration
A declaration of a constructor.
|
| Declaration
A generic declaration.
|
| EnumDeclaration
Declaration of an Enum.
|
| FieldDeclaration
Declaration of a field.
|
| HasAccessLevel
Anything which can have an AccessLevel.
|
| InterfaceDeclaration
An interface declaration.
|
| MethodDeclaration
A declaration of a method (either in an interface, a class, an enum or an annotation).
|
| MethodLikeDeclaration
This is a common interface for MethodDeclaration and ConstructorDeclaration.
|
| ParameterDeclaration
Declaration of a parameter.
|
| ReferenceTypeDeclaration |
| TypeDeclaration
A declaration of a type.
|
| TypeParameterDeclaration
Declaration of a type parameter.
|
| TypeParameterDeclaration.Bound
A Bound on a Type Parameter.
|
| TypeParametrizable
An entity which has type parameter.
|
| ValueDeclaration
Declaration of a value.
|
| Class and Description |
|---|
| MethodDeclaration
A declaration of a method (either in an interface, a class, an enum or an annotation).
|
| ReferenceTypeDeclaration |
| TypeParameterDeclaration
Declaration of a type parameter.
|
| Class and Description |
|---|
| Declaration
A generic declaration.
|
| ReferenceTypeDeclaration |
| ValueDeclaration
Declaration of a value.
|
| Class and Description |
|---|
| ReferenceTypeDeclaration |
| TypeParameterDeclaration
Declaration of a type parameter.
|
| Class and Description |
|---|
| TypeParameterDeclaration
Declaration of a type parameter.
|
Copyright © 2016. All rights reserved.