JvmIdentifiableElement _feature_1 = featureCall.getFeature();
op = ((JvmExecutable) _feature_1);
}
} else {
if ((expr instanceof XConstructorCall)) {
final XConstructorCall constructorCall = ((XConstructorCall) expr);
JvmConstructor _constructor = constructorCall.getConstructor();
op = _constructor;
}
}
this.addUsedMember(op, type, executables);
}