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
public interface PreprocessorItemStatements extends PreprocessorItem
A representation of the model object 'Preprocessor Item Statements'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Statement>
getStatements()
Returns the value of the 'Statements' containment reference list.boolean
hasStatements()
boolean
hasStatementsWithoutEmpty()
-
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 Detail
-
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:
BslPackage.getPreprocessorItemStatements_Statements()
-
hasStatements
boolean hasStatements()
- Specified by:
hasStatements
in interfacePreprocessorItem
-
hasStatementsWithoutEmpty
boolean hasStatementsWithoutEmpty()
- Specified by:
hasStatementsWithoutEmpty
in interfacePreprocessorItem
-
-