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