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.boolean
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, 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:
hasDeclareStatements
in interfacePreprocessorItem
-