// more information there, or we successfully finished, in which
// case it is rather unclear how this could happen.
}
}
TextTokenizer tt = TextTokenizer.tokenize(contents, getLocation());
tt.addExpressionRefs(this);
return createDefinition(map);
} catch (QuickFixException qfe) {
return createDefinition(qfe);
} catch (JsonParseException pe) {