OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elementUtils
(Results
1 - 6
of
6
) sorted by null
/external/desugar/java/com/google/devtools/common/options/processor/
ProcessorUtils.java
33
Elements
elementUtils
,
38
TypeElement annotationElement =
elementUtils
.getTypeElement(annotation.getCanonicalName());
74
Elements
elementUtils
, AnnotationMirror annotation, String fieldName)
77
elementUtils
.getElementValuesWithDefaults(annotation).entrySet()) {
91
return
elementUtils
.getTypeElement(qualifiedName);
OptionProcessor.java
78
private Elements
elementUtils
;
92
elementUtils
= processingEnv.getElementUtils();
113
TypeElement typeElement =
elementUtils
.getTypeElement(typeName);
142
elementUtils
.getTypeElement("com.google.devtools.common.options.OptionsBase").asType();
176
TypeMirror listType =
elementUtils
.getTypeElement(List.class.getCanonicalName()).asType();
239
elementUtils
.getTypeElement(converterInstance.getClass().getCanonicalName());
281
elementUtils
292
elementUtils
.getTypeElement(String.class.getCanonicalName()).asType()))
328
optionType,
elementUtils
.getTypeElement(Void.class.getCanonicalName()).asType())) {
336
ProcessorUtils.getAnnotation(
elementUtils
, typeUtils, optionField, Option.class)
[
all
...]
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
ImplementsValidator.java
269
Elements
elementUtils
= env.getElementUtils();
270
modelBuilder.documentType(elem,
elementUtils
.getDocComment(elem), imports);
293
String docMd =
elementUtils
.getDocComment(methodElement);
/external/dagger2/lib/
auto-common-1.0-20151022.071545-39.jar
auto-value-1.4.1.jar
/external/error_prone/javac/
javac-9+181-r4173-1.jar
Completed in 1285 milliseconds