m_javaInfo.addRelatedNode(expression);
}
// set Association
m_javaInfo.setAssociation(new InvocationSecondaryAssociation(invocation));
// set VariableSupport
VariableSupport variableSupport = new EmptyVariableSupport(m_javaInfo, expression);
m_javaInfo.setVariableSupport(variableSupport);
return variableSupport;
}