Package com._1c.g5.v8.dt.bsl.model
Interface PreprocessorItemStatements
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,PreprocessorItem
- All Known Subinterfaces:
PreprocessorItemAllTypeStatements
,PreprocessorItemMethodStatement
,PreprocessorItemModule
- All Known Implementing Classes:
PreprocessorItemAllTypeStatementsImpl
,PreprocessorItemMethodStatementImpl
,PreprocessorItemModuleImpl
,PreprocessorItemStatementsImpl
A representation of the model object 'Preprocessor Item Statements'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Statement>
Returns the value of the 'Statements' containment reference list.boolean
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
hasDeclareStatements, hasElement, hasElementWithoutEmpty, hasExpression, hasExpressionWithoutEmpty, hasMethods, hasPreprocessors
-
Method Details
-
getStatements
org.eclipse.emf.common.util.EList<Statement> getStatements()Returns the value of the 'Statements' containment reference list. The list contents are of typeStatement
.- Returns:
- the value of the 'Statements' containment reference list.
- See Also:
-
hasStatements
boolean hasStatements()- Specified by:
hasStatements
in interfacePreprocessorItem
-
hasStatementsWithoutEmpty
boolean hasStatementsWithoutEmpty()- Specified by:
hasStatementsWithoutEmpty
in interfacePreprocessorItem
-