Package com._1c.g5.v8.dt.bsl.model
Interface DeclareStatement
- All Superinterfaces:
Environmental
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,PragmaTarget
- All Known Subinterfaces:
IfPreprocessorDeclareStatement
,RegionPreprocessorDeclareStatement
- All Known Implementing Classes:
DeclareStatementImpl
,IfPreprocessorDeclareStatementImpl
,RegionPreprocessorDeclareStatementImpl
A representation of the model object 'Declare Statement'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ExplicitVariable>
Returns the value of the 'Variables' containment reference list.Methods inherited from interface com._1c.g5.v8.dt.mcore.Environmental
environments, getEnvironments, setEnvironments
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.PragmaTarget
getPragmas
-
Method Details
-
getVariables
org.eclipse.emf.common.util.EList<ExplicitVariable> getVariables()Returns the value of the 'Variables' containment reference list. The list contents are of typeExplicitVariable
.- Returns:
- the value of the 'Variables' containment reference list.
- See Also:
-