See: Description
Interface | Description |
---|---|
ClassElement |
Stores data about an element that references a class.
|
ConstructorElement |
Element for constructors.
|
Element |
Stores data about a compile time element.
|
EnumElement |
Models an enum type.
|
FieldElement |
Stores data about an element that references a field.
|
MemberElement |
A member element is an element that is contained within a
ClassElement . |
MethodElement |
Stores data about an element that references a method.
|
ParameterElement |
Represents a parameter to a method or constructor.
|
PropertyElement |
A property element represents a JavaBean property on a
ClassElement . |
TypedElement |
An element that has an underlying type.
|
Enum | Description |
---|---|
ElementModifier |
An enum of modifier names now tied to the reflection API.
|
TypeElementVisitor