simpleTypeSelector = convertTypeSelector((ElementSelector)simpleSelector, declaration);
}
if (simpleTypeSelector != null)
{
Condition condition = conditionalSelector.getCondition();
boolean supportedCondition = convertCondition(simpleTypeSelector, condition);
if (!supportedCondition)
{
int lineNumber = getSelectorLineNumber(selector, declaration);
String path = getPathForReporting(declaration);