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

/**
 * Generates code from your model files on save.
 * 
 * see http://www.eclipse.org/Xtext/documentation.html#TutorialCodeGeneration
 */
@SuppressWarnings("all")
public class UmlPortGenerator /* implements IGenerator  */{
  public void doGenerate(final /* Resource */Object resource, final /* IFileSystemAccess */Object fsa) {
  }
}

Back to the top