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:
BslPackage.getPreprocessorItem()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasDeclareStatements()
boolean
hasElement()
boolean
hasElementWithoutEmpty()
boolean
hasExpression()
boolean
hasExpressionWithoutEmpty()
boolean
hasMethods()
boolean
hasPreprocessors()
boolean
hasStatements()
boolean
hasStatementsWithoutEmpty()
-
-
-
Method Detail
-
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()
-
-