Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4f50df02f50a312e21dd128a1074b43a823c50ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * generated by Xtext
 */
package org.eclipse.etrice.core.fsm.ui.outline;

import org.eclipse.xtext.ui.editor.outline.impl.DefaultOutlineTreeProvider;

/**
 * Customization of the default outline structure.
 * 
 * see http://www.eclipse.org/Xtext/documentation.html#outline
 */
@SuppressWarnings("all")
public class FSMOutlineTreeProvider extends DefaultOutlineTreeProvider {
}

Back to the top