| Modifier and Type | Interface and Description |
|---|---|
interface |
JavaAnnotationElement
Elements in the element forest that correspond to a Java annotation will implement this interface.
|
interface |
JavaFieldElement
Elements in the element forest that represent Java fields, will implement this interface.
|
interface |
JavaMethodElement
Elements in the element forest that represent Java methods, will implement this interface.
|
interface |
JavaMethodParameterElement
Elements in the element forest that represent Java method parameters, will implement this interface.
|
interface |
JavaModelElement
All elements corresponding to various Java language model (apart from annotations (see
JavaAnnotationElement)), i.e. |
interface |
JavaTypeElement
Elements in the element forest that represent Java types, will implement this interface.
|
Copyright © 2014. All rights reserved.