parse.consumeRequired(DeeTokens.CLOSE_PARENS);
}
if(isExpDefUnit != null || tplParams != null) {
return parse.resultConclude(new StaticIfExpIs(typeRef, isExpDefUnit, specKind, specTypeRef, tplParams));
} else {
return parse.resultConclude(new ExpIs(typeRef, specKind, specTypeRef));
}
}