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
public interface DeclareStatement extends PragmaTarget, Environmental
A representation of the model object 'Declare Statement'.The following features are supported:
- See Also:
BslPackage.getDeclareStatement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<ExplicitVariable>
getVariables()
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 Detail
-
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:
BslPackage.getDeclareStatement_Variables()
-
-