1234567891011121314151617181920212223 |
- /**
- * <copyright>
- * </copyright>
- *
- */
- package org.yakindu.sct.model.stext.stext;
- import org.yakindu.sct.model.sgraph.Scope;
- /**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Internal Scope</b></em>'.
- * <!-- end-user-doc -->
- *
- *
- * @see org.yakindu.sct.model.stext.stext.StextPackage#getInternalScope()
- * @model
- * @generated
- */
- public interface InternalScope extends Scope
- {
- } // InternalScope
|