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

import org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider;

/**
 * This class contains custom scoping description.
 * 
 * see : http://www.eclipse.org/Xtext/documentation/latest/xtext.html#scoping
 * on how and when to use it 
 *
 */
public class ETPhysScopeProvider extends AbstractDeclarativeScopeProvider {

}

Back to the top