Package com._1c.g5.v8.dt.bsl.model
Interface Preprocessor
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Subinterfaces:
- IfPreprocessor,- IfPreprocessorDeclareStatement,- IfPreprocessorExpression,- IfPreprocessorStatement,- RegionPreprocessor,- RegionPreprocessorDeclareStatement,- RegionPreprocessorExpression,- RegionPreprocessorStatement
 - All Known Implementing Classes:
- IfPreprocessorDeclareStatementImpl,- IfPreprocessorExpressionImpl,- IfPreprocessorImpl,- IfPreprocessorStatementImpl,- PreprocessorImpl,- RegionPreprocessorDeclareStatementImpl,- RegionPreprocessorExpressionImpl,- RegionPreprocessorImpl,- RegionPreprocessorStatementImpl
 
 public interface Preprocessor extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Preprocessor'.The following features are supported: - See Also:
- BslPackage.getPreprocessor()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<PreprocessorItem>allPreprocessorItems()PreprocessorItemgetItemAfter()Returns the value of the 'Item After' containment reference.voidsetItemAfter(PreprocessorItem value)Sets the value of the 'Item After' containment reference.
 
- 
- 
- 
Method Detail- 
getItemAfterPreprocessorItem getItemAfter() Returns the value of the 'Item After' containment reference.- Returns:
- the value of the 'Item After' containment reference.
- See Also:
- setItemAfter(PreprocessorItem),- BslPackage.getPreprocessor_ItemAfter()
 
 - 
setItemAftervoid setItemAfter(PreprocessorItem value) Sets the value of the 'Item After' containment reference.- Parameters:
- value- the new value of the 'Item After' containment reference.
- See Also:
- getItemAfter()
 
 - 
allPreprocessorItemsorg.eclipse.emf.common.util.EList<PreprocessorItem> allPreprocessorItems() 
 
- 
 
-