-
An interface that java API checkers need to implement.
Represents the elements that have been
pushed
onto the
active elements stack.
The is a list of all difference codes Revapi's Java extension can emit.
Elements in the element forest that correspond to a Java annotation will implement this interface.
Base interface that all Revapi elements modelling the Java AST satisfy.
Elements in the element forest that represent Java fields, will implement this interface.
Elements in the element forest that represent Java methods, will implement this interface.
Elements in the element forest that represent Java method parameters, will implement this interface.
All elements corresponding to various Java language model (apart from annotations (see
JavaAnnotationElement
)), i.e.
Elements in the element forest that represent Java types, will implement this interface.
The way the used class is used by the use site.