Home
last modified time | relevance | path

Searched defs:allAnnotations (Results 1 – 12 of 12) sorted by relevance

/external/turbine/java/com/google/turbine/processing/
DTurbineRoundEnvironment.java39 private final ImmutableSetMultimap<ClassSymbol, Symbol> allAnnotations; field in TurbineRoundEnvironment
66 ImmutableSetMultimap<ClassSymbol, Symbol> allAnnotations) { in TurbineRoundEnvironment()
/external/junit-params/src/main/java/junitparams/internal/annotation/
DFrameworkMethodAnnotations.java23 public Annotation[] allAnnotations() { in allAnnotations() method in FrameworkMethodAnnotations
/external/kotlinpoet/interop/kotlinx-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/specs/
DFieldData.kt46 val allAnnotations: Collection<AnnotationSpec> = ClassInspectorUtil.createAnnotations( constant in com.squareup.kotlinpoet.metadata.specs.FieldData
DConstructorData.kt46 val allAnnotations: Collection<AnnotationSpec> = ClassInspectorUtil.createAnnotations { in <lambda>() constant in com.squareup.kotlinpoet.metadata.specs.ConstructorData
DMethodData.kt54 public fun allAnnotations( in allAnnotations() method in com.squareup.kotlinpoet.metadata.specs.MethodData
DPropertyData.kt49 val allAnnotations: Collection<AnnotationSpec> = ClassInspectorUtil.createAnnotations { in <lambda>() constant in com.squareup.kotlinpoet.metadata.specs.PropertyData
/external/doclava/src/com/google/doclava/
DAnnotationInstanceInfo.java154 Collection<? extends AnnotationInstanceInfo> allAnnotations) { in getAnnotationsIntersection()
DClassInfo.java1686 ArrayList<AnnotationInstanceInfo> allAnnotations = new ArrayList<AnnotationInstanceInfo>(); in getShowAnnotationsIncludeOuters() local
/external/testng/src/main/java/org/testng/internal/
DTestNGClassFinder.java224 Class[] allAnnotations= AnnotationHelper.getAllAnnotations(); in isTestNGClass() local
/external/junit/src/main/java/org/junit/runners/parameterized/
DBlockJUnit4ClassRunnerWithParameters.java192 Annotation[] allAnnotations = super.getRunnerAnnotations(); in getRunnerAnnotations() local
/external/javapoet/src/main/java/com/squareup/javapoet/
DTypeName.java125 List<AnnotationSpec> allAnnotations = new ArrayList<>(this.annotations); in concatAnnotations() local
/external/turbine/java/com/google/turbine/binder/
DProcessing.java157 ImmutableSetMultimap<ClassSymbol, Symbol> allAnnotations = getAllAnnotations(env, syms); in process() local