ExpressionContext expressionContext = getChild(context, ExpressionContext.class);
if (expressionContext != null) {
return getAdapter(ExpressionAdapter.class).adapt(expressionContext);
}
AnnotationContext annotationContext = getChild(context, AnnotationContext.class);
if (annotationContext != null) {
return getAdapter(AnnotationAdapter.class).adapt(annotationContext);
}
ElementValueArrayInitializerContext elementValueArrayInitializerContext =