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
public interface Block extends Environmental
A representation of the model object 'Block'.The following features are supported:
- See Also:
BslPackage.getBlock()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<DeclareStatement>
allDeclareStatements()
org.eclipse.emf.common.util.EList<Statement>
allStatements()
org.eclipse.emf.common.util.EList<DeclareStatement>
getDeclareStatements()
Returns the value of the 'Declare Statements' containment reference list.org.eclipse.emf.common.util.EList<ImplicitVariable>
getImplicitVariables()
Returns the value of the 'Implicit Variables' reference list.org.eclipse.emf.common.util.EList<Statement>
getStatements()
Returns the value of the 'Statements' containment reference list.String
getUniqueName()
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
-
-
-
-
Method Detail
-
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:
BslPackage.getBlock_DeclareStatements()
-
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:
BslPackage.getBlock_Statements()
-
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:
BslPackage.getBlock_ImplicitVariables()
-
getUniqueName
String getUniqueName()
Returns the value of the 'Unique Name' attribute.- Returns:
- the value of the 'Unique Name' attribute.
- See Also:
setUniqueName(String)
,BslPackage.getBlock_UniqueName()
-
setUniqueName
void setUniqueName(String value)
Sets the value of the 'Unique Name
' attribute.- Parameters:
value
- the new value of the 'Unique Name' attribute.- See Also:
getUniqueName()
-
allDeclareStatements
org.eclipse.emf.common.util.EList<DeclareStatement> allDeclareStatements()
-
allStatements
org.eclipse.emf.common.util.EList<Statement> allStatements()
-
-