TypeWithArguments.class);
typeWithArguments.setIdentifiersWithTypeArguments(
convertIdentifiersWithTypeArguments(innerCreatorContext));
newInvocation.setType(typeWithArguments);
ClassCreatorRestContext classCreatorRestContext =
getChild(innerCreatorContext, ClassCreatorRestContext.class);
if (classCreatorRestContext != null) {
ArgumentsContext arguments = getChild(classCreatorRestContext, ArgumentsContext.class);
if (arguments != null) {
newInvocation.setArguments(getAdapter(ArgumentsAdapter.class).adapt(arguments));