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.EObjectA representation of the model object 'Preprocessor Item'.- See Also:
BslPackage.getPreprocessorItem()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasDeclareStatements()booleanhasElement()booleanhasElementWithoutEmpty()booleanhasExpression()booleanhasExpressionWithoutEmpty()booleanhasMethods()booleanhasPreprocessors()booleanhasStatements()booleanhasStatementsWithoutEmpty()
-
-
-
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()
-
-