}
Token[] comments = parse.parseEndDDocComments();
if(isConstrutor) {
return parse.resultConclude(new DefinitionConstructor(
comments, defId, tplParams, fnParams, fnAttributes, tplConstraint, fnBody));
}
return parse.resultConclude(new DefinitionFunction(
comments, retType, defId, tplParams, fnParams, fnAttributes, tplConstraint, fnBody));