Package com._1c.g5.v8.dt.bsl.model
Interface IfPreprocessorExpression
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expression
,IfPreprocessor
,org.eclipse.emf.common.notify.Notifier
,Preprocessor
- All Known Implementing Classes:
IfPreprocessorExpressionImpl
public interface IfPreprocessorExpression extends IfPreprocessor, Expression
A representation of the model object 'If Preprocessor Expression'.- See Also:
BslPackage.getIfPreprocessorExpression()
-
-
Method Summary
-
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 com._1c.g5.v8.dt.bsl.model.Expression
getRetValTypes, getTypes
-
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.IfPreprocessor
allPreprocessorItems, getElseElement, getElsIfParts, getIfPart, setElseElement, setIfPart
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.Preprocessor
getItemAfter, setItemAfter
-
-