Package com._1c.g5.v8.dt.bsl.model
Interface PreprocessorItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
PreprocessorItemAllTypeStatements
,PreprocessorItemDeclareStatement
,PreprocessorItemExpression
,PreprocessorItemMethodStatement
,PreprocessorItemModule
,PreprocessorItemStatements
- All Known Implementing Classes:
PreprocessorItemAllTypeStatementsImpl
,PreprocessorItemDeclareStatementImpl
,PreprocessorItemExpressionImpl
,PreprocessorItemImpl
,PreprocessorItemMethodStatementImpl
,PreprocessorItemModuleImpl
,PreprocessorItemStatementsImpl
public interface PreprocessorItem
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Preprocessor Item'.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
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
-
Method Details
-
hasDeclareStatements
boolean hasDeclareStatements() -
hasStatements
boolean hasStatements() -
hasStatementsWithoutEmpty
boolean hasStatementsWithoutEmpty() -
hasMethods
boolean hasMethods() -
hasPreprocessors
boolean hasPreprocessors() -
hasExpression
boolean hasExpression() -
hasExpressionWithoutEmpty
boolean hasExpressionWithoutEmpty() -
hasElement
boolean hasElement() -
hasElementWithoutEmpty
boolean hasElementWithoutEmpty()
-