Uses of Interface
org.revapi.java.spi.JavaModelElement
-
-
Uses of JavaModelElement in org.revapi.java.spi
Subinterfaces of JavaModelElement in org.revapi.java.spi Modifier and Type Interface Description 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
JavaTypeElement
Elements in the element forest that represent Java types, will implement this interface.Methods in org.revapi.java.spi that return JavaModelElement Modifier and Type Method Description JavaModelElement
JavaAnnotationElement. getParent()
JavaModelElement
JavaModelElement. getParent()
Methods in org.revapi.java.spi with parameters of type JavaModelElement Modifier and Type Method Description boolean
CheckBase. isAccessible(JavaModelElement e)
This method checks that the provided element and all its parent elements are accessible (public or protected).boolean
CheckBase. isBothAccessible(JavaModelElement a, JavaModelElement b)
Checks whether both provided elements are public or protected.boolean
CheckBase. isBothPrivate(JavaModelElement a, JavaModelElement b)
Checks whether both provided elements are (package) private.
-