Package com._1c.g5.v8.dt.bsl.model
Interface PreprocessorItemModule
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,PreprocessorItem
,PreprocessorItemDeclareStatement
,PreprocessorItemMethodStatement
,PreprocessorItemStatements
- All Known Implementing Classes:
PreprocessorItemModuleImpl
public interface PreprocessorItemModule extends PreprocessorItemMethodStatement, PreprocessorItemDeclareStatement
A representation of the model object 'Preprocessor Item Module'.- See Also:
BslPackage.getPreprocessorItemModule()
-
-
Method Summary
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.PreprocessorItem
hasElement, hasElementWithoutEmpty, hasExpression, hasExpressionWithoutEmpty
-
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.PreprocessorItemDeclareStatement
getDeclareStatements, hasDeclareStatements
-
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.PreprocessorItemMethodStatement
getMethods, getPreprocessors, hasMethods, hasPreprocessors
-
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.PreprocessorItemStatements
getStatements, hasStatements, hasStatementsWithoutEmpty
-
-