Home
last modified time | relevance | path

Searched refs:AnnotationExpr (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/tools/xmlpersistence/src/main/kotlin/
H A DParser.kt25 import com.github.javaparser.ast.expr.AnnotationExpr
201 private fun List<AnnotationExpr>.getByName(name: String): AnnotationExpr? =
204 private fun AnnotationExpr.getMemberValue(name: String): Expression? = regex
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/
H A DUtils.kt75 fun <T : Expression> AnnotationExpr.singleArgAs()
95 val AnnotationExpr.args: Map<String, Expression> get() = when (this) { regex
H A DInputSignaturesComputation.kt60 private fun ClassPrinter.annotationToString(ann: AnnotationExpr?): String {
H A DGenerators.kt6 import com.github.javaparser.ast.expr.AnnotationExpr