-
interface
Elements in the element forest that represent Java fields, will implement this interface.
interface
Elements in the element forest that represent Java methods, will implement this interface.
interface
Elements in the element forest that represent Java method parameters, will implement this interface.
interface
Elements in the element forest that represent Java types, will implement this interface.
boolean
This method checks that the provided element and all its parent elements are accessible (public or protected).
boolean
Checks whether both provided elements are public or protected.
boolean
Checks whether both provided elements are (package) private.