Searched refs:findAttribute (Results 1 – 4 of 4) sorted by relevance
58 assertEquals("from", annotation.findAttribute("from")?.name) in testIntRange()59 assertEquals("20", annotation.findAttribute("from")?.value.toString()) in testIntRange()60 assertEquals("to", annotation.findAttribute("to")?.name) in testIntRange()61 assertEquals("40", annotation.findAttribute("to")?.value.toString()) in testIntRange()76 val attribute = annotation.findAttribute("value") in testIntDef()81 annotation.findAttribute("value")?.value.toString() in testIntDef()
96 val existingValue = existingAnnotation.findAttribute(attribute.name)?.value?.toSource() in annotationsMatch()112 fun findAttribute(name: String?): AnnotationAttribute? { in findAttribute() method
82 … annotation.findAttribute(null)?.leafValues()?.firstOrNull()?.resolve() as? FieldItem in generate()
189 val attribute = annotation.findAttribute(ATTR_VALUE) in isSuppressed()