Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a8add40b8dfb04e03b8ddd4461466ebb383eb656 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * generated by Xtext
 */
package org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.generator;

import org.eclipse.emf.ecore.resource.Resource;
import org.eclipse.xtext.generator.IFileSystemAccess;
import org.eclipse.xtext.generator.IGenerator;

@SuppressWarnings("all")
public class UMLConnectionPointReferenceGenerator implements IGenerator {
  public void doGenerate(final Resource resource, final IFileSystemAccess fsa) {
  }
}

Back to the top