/** * generated by Xtext */ package org.eclipse.sirius.expression.text.scoping; import org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider; /** * This class contains custom scoping description. * * See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#scoping * on how and when to use it. */ @SuppressWarnings("all") public class ExpressionTextScopeProvider extends AbstractDeclarativeScopeProvider { }