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
public interface PreprocessorItemMethodStatement extends PreprocessorItemStatements
A representation of the model object 'Preprocessor Item Method 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<Method>
getMethods()
Returns the value of the 'Methods' containment reference list.org.eclipse.emf.common.util.EList<Preprocessor>
getPreprocessors()
Returns the value of the 'Preprocessors' containment reference list.boolean
hasMethods()
boolean
hasPreprocessors()
-
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
-
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.PreprocessorItemStatements
getStatements, hasStatements, hasStatementsWithoutEmpty
-
-
-
-
Method Detail
-
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:
BslPackage.getPreprocessorItemMethodStatement_Methods()
-
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:
BslPackage.getPreprocessorItemMethodStatement_Preprocessors()
-
hasMethods
boolean hasMethods()
- Specified by:
hasMethods
in interfacePreprocessorItem
-
hasPreprocessors
boolean hasPreprocessors()
- Specified by:
hasPreprocessors
in interfacePreprocessorItem
-
-