/** * {@inheritDoc} * * @see * org.eclipse.mylyn.docs.intent.core.modelingunit.util.ModelingUnitSwitch#caseInstanciationInstructionReference(org.eclipse.mylyn.docs.intent.core.modelingunit.InstanciationInstructionReference) */ @Override public Object caseInstanciationInstructionReference(InstanciationInstructionReference object) { return doSwitch(object.getInstanciation()); }
/** * {@inheritDoc} * * @see * org.eclipse.mylyn.docs.intent.core.modelingunit.util.ModelingUnitSwitch#caseInstanciationInstructionReference(org.eclipse.mylyn.docs.intent.core.modelingunit.InstanciationInstructionReference) */ @Override public String caseInstanciationInstructionReference(InstanciationInstructionReference object) { return object.getInstanceName(); }