Package com._1c.g5.v8.dt.bsl.model
Interface Block
- All Superinterfaces:
Environmental
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
BlockImpl
,FunctionImpl
,MethodImpl
,ModuleImpl
,ProcedureImpl
A representation of the model object 'Block'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DeclareStatement>
org.eclipse.emf.common.util.EList<Statement>
org.eclipse.emf.common.util.EList<DeclareStatement>
Returns the value of the 'Declare Statements' containment reference list.org.eclipse.emf.common.util.EList<ImplicitVariable>
Returns the value of the 'Implicit Variables' reference list.org.eclipse.emf.common.util.EList<Statement>
Returns the value of the 'Statements' containment reference list.Returns the value of the 'Unique Name' attribute.void
setUniqueName
(String value) Sets the value of the 'Unique Name
' attribute.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
-
Method Details
-
getDeclareStatements
org.eclipse.emf.common.util.EList<DeclareStatement> getDeclareStatements()Returns the value of the 'Declare Statements' containment reference list. The list contents are of typeDeclareStatement
.- Returns:
- the value of the 'Declare Statements' containment reference list.
- See Also:
-
getStatements
org.eclipse.emf.common.util.EList<Statement> getStatements()Returns the value of the 'Statements' containment reference list. The list contents are of typeStatement
.- Returns:
- the value of the 'Statements' containment reference list.
- See Also:
-
getImplicitVariables
org.eclipse.emf.common.util.EList<ImplicitVariable> getImplicitVariables()Returns the value of the 'Implicit Variables' reference list. The list contents are of typeImplicitVariable
.- Returns:
- the value of the 'Implicit Variables' reference list.
- See Also:
-
getUniqueName
String getUniqueName()Returns the value of the 'Unique Name' attribute.- Returns:
- the value of the 'Unique Name' attribute.
- See Also:
-
setUniqueName
Sets the value of the 'Unique Name
' attribute.- Parameters:
value
- the new value of the 'Unique Name' attribute.- See Also:
-
allDeclareStatements
org.eclipse.emf.common.util.EList<DeclareStatement> allDeclareStatements() -
allStatements
org.eclipse.emf.common.util.EList<Statement> allStatements()
-