Package com._1c.g5.v8.dt.bsl.model
Interface PreprocessorItemDeclareStatement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,PreprocessorItem
- All Known Subinterfaces:
PreprocessorItemAllTypeStatements,PreprocessorItemModule
- All Known Implementing Classes:
PreprocessorItemAllTypeStatementsImpl,PreprocessorItemDeclareStatementImpl,PreprocessorItemModuleImpl
A representation of the model object 'Preprocessor Item Declare Statement'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DeclareStatement>Returns the value of the 'Declare Statements' containment reference list.booleanMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com._1c.g5.v8.dt.bsl.model.PreprocessorItem
hasElement, hasElementWithoutEmpty, hasExpression, hasExpressionWithoutEmpty, hasMethods, hasPreprocessors, hasStatements, hasStatementsWithoutEmpty
-
Method Details
-
getDeclareStatements
org.eclipse.emf.common.util.EList<DeclareStatement> getDeclareStatements()Returns the value of the 'Declare Statements' containment reference list. The list contents are of typeDeclareStatement.- Returns:
- the value of the 'Declare Statements' containment reference list.
- See Also:
-
hasDeclareStatements
boolean hasDeclareStatements()- Specified by:
hasDeclareStatementsin interfacePreprocessorItem
-