// boolean base = matcher.match(annotation, stream, getParent());
boolean base = true;
if (matcher instanceof RutaTypeMatcher) {
RutaTypeMatcher rtm = (RutaTypeMatcher) matcher;
MatchReference mr = (MatchReference) rtm.getExpression();
FeatureExpression featureExpression = mr.getFeatureExpression(parent, stream);
if (featureExpression != null) {
base = matcher.match(annotation, stream, getParent());
}
}
List<AnnotationFS> textsMatched = new ArrayList<AnnotationFS>(1);