Lines Matching defs:element
132 public static TypeElement closestEnclosingTypeElement(Element element) { in closestEnclosingTypeElement()
158 private static List<? extends Element> siblings(Element element) { in siblings()
170 Element element, Iterable<? extends Class<? extends Annotation>> annotationClasses) { in isAnyAnnotationPresent()
181 Element element, in isAnyAnnotationPresent()
191 public static boolean isAnnotationPresent(Element element, TypeMirror annotationType) { in isAnnotationPresent()
203 Element element, Class<? extends Annotation> first, Class<? extends Annotation>... rest) { in getAnyAnnotation()
212 Element element, Collection<? extends Class<? extends Annotation>> annotations) { in getAnyAnnotation()
222 Element element, Class<? extends Annotation> first, Class<? extends Annotation>... rest) { in getAllAnnotations()
235 Element element, Class<? extends Annotation> annotationClass) { in getAnnotationMirror()
248 public static ImmutableSet<String> suppressedWarnings(Element element) { in suppressedWarnings()
265 public static String getFieldDescriptor(VariableElement element) { in getFieldDescriptor()
278 public static String getMethodDescriptor(ExecutableElement element) { in getMethodDescriptor()