Searched refs:AnnotationFilterEntry (Results 1 – 1 of 1) sorted by relevance
30 private val inclusionExpressions = mutableListOf<AnnotationFilterEntry>()38 inclusionExpressions.add(AnnotationFilterEntry.fromSource(source)) in add()43 val wrapper = AnnotationFilterEntry.fromSource(annotationText) in matches()51 val wrapper = AnnotationFilterEntry.fromAnnotationItem(annotation) in matches()55 private fun matches(annotation: AnnotationFilterEntry): Boolean { in matches()88 …private fun annotationsMatch(filter: AnnotationFilterEntry, existingAnnotation: AnnotationFilterEn… in annotationsMatch()108 private class AnnotationFilterEntry( class118 fun fromSource(source: String): AnnotationFilterEntry { in fromSource()135 return AnnotationFilterEntry(qualifiedName, attributes) in fromSource()138 fun fromAnnotationItem(annotationItem: AnnotationItem): AnnotationFilterEntry { in fromAnnotationItem()[all …]