Lines Matching defs:element
125 public static TypeElement closestEnclosingTypeElement(Element element) { in closestEnclosingTypeElement()
151 private static List<? extends Element> siblings(Element element) { in siblings()
163 Element element, Iterable<? extends Class<? extends Annotation>> annotationClasses) { in isAnyAnnotationPresent()
174 Element element, in isAnyAnnotationPresent()
184 public static boolean isAnnotationPresent(Element element, TypeMirror annotationType) { in isAnnotationPresent()
196 Element element, Class<? extends Annotation> first, Class<? extends Annotation>... rest) { in getAnyAnnotation()
205 Element element, Collection<? extends Class<? extends Annotation>> annotations) { in getAnyAnnotation()
215 Element element, Class<? extends Annotation> first, Class<? extends Annotation>... rest) { in getAllAnnotations()
228 Element element, Class<? extends Annotation> annotationClass) { in getAnnotationMirror()
241 public static ImmutableSet<String> suppressedWarnings(Element element) { in suppressedWarnings()
258 public static String getFieldDescriptor(VariableElement element) { in getFieldDescriptor()
271 public static String getMethodDescriptor(ExecutableElement element) { in getMethodDescriptor()