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 SummaryAll 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.booleanhasMethods()booleanhasPreprocessors()- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.PreprocessorItemhasDeclareStatements, hasElement, hasElementWithoutEmpty, hasExpression, hasExpressionWithoutEmpty
 - 
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.PreprocessorItemStatementsgetStatements, hasStatements, hasStatementsWithoutEmpty
 
- 
 
- 
- 
- 
Method Detail- 
getMethodsorg.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()
 
 - 
getPreprocessorsorg.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()
 
 - 
hasMethodsboolean hasMethods() - Specified by:
- hasMethodsin interface- PreprocessorItem
 
 - 
hasPreprocessorsboolean hasPreprocessors() - Specified by:
- hasPreprocessorsin interface- PreprocessorItem
 
 
- 
 
-