Example #1
0
 public void apply(Switch sw) {
   ((TypeSwitch) sw).caseNullType(this);
 }
Example #2
0
 /**
  * Creates an adapter for the <code>target</code>.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @param target the object to adapt.
  * @return the adapter for the <code>target</code>.
  * @generated
  */
 @Override
 public Adapter createAdapter(Notifier target) {
   return modelSwitch.doSwitch((EObject) target);
 }