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.EObject
A representation of the model object 'Preprocessor'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<PreprocessorItem>Returns the value of the 'Item After' containment reference.voidsetItemAfter(PreprocessorItem value) Sets the value of the 'Item After' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getItemAfter
PreprocessorItem getItemAfter()Returns the value of the 'Item After' containment reference.- Returns:
- the value of the 'Item After' containment reference.
- See Also:
-
setItemAfter
Sets the value of the 'Item After' containment reference.- Parameters:
value- the new value of the 'Item After' containment reference.- See Also:
-
allPreprocessorItems
org.eclipse.emf.common.util.EList<PreprocessorItem> allPreprocessorItems()
-