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