Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: a485922328cbdc9602077d4c84f1cd93da85507d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                  

              


                                                                                                                          
/*******************************************************************************
 * Copyright (c) 2010 protos software gmbh (http://www.protos.de).
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 * 
 * CONTRIBUTORS:
 * 		Thomas Schuetz and Henrik Rentz-Reichert (initial contribution)
 * 
 *******************************************************************************/

import xtext;

process(GeneratedMetamodel this) :
	JAVA org.eclipse.etrice.core.postprocessing.PostprocessorController.process(org.eclipse.xtext.GeneratedMetamodel)
;

Back to the top