Package com._1c.g5.v8.dt.bsl.model
Interface Function
-
- All Superinterfaces:
Block
,Environmental
,org.eclipse.emf.ecore.EObject
,Method
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PragmaTarget
- All Known Implementing Classes:
FunctionImpl
public interface Function extends Method
A representation of the model object 'Function'.The following features are supported:
- See Also:
BslPackage.getFunction()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VariableTypeStateProviderCollector
getFinalReturnState()
Returns the value of the 'Final Return State' attribute.void
setFinalReturnState(VariableTypeStateProviderCollector value)
Sets the value of the 'Final Return State
' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.Block
allDeclareStatements, allStatements, getDeclareStatements, getImplicitVariables, getStatements, getUniqueName, setUniqueName
-
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 com._1c.g5.v8.dt.bsl.model.Method
getCallees, getCallers, getFinalInParamState, getFinalOutParamState, getFormalParams, isAsync, isEvent, isExport, isUsed, setAsync, setEvent, setExport, setUsed
-
Methods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
-
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
-
getFinalReturnState
VariableTypeStateProviderCollector getFinalReturnState()
Returns the value of the 'Final Return State' attribute.- Returns:
- the value of the 'Final Return State' attribute.
- See Also:
setFinalReturnState(VariableTypeStateProviderCollector)
,BslPackage.getFunction_FinalReturnState()
-
setFinalReturnState
void setFinalReturnState(VariableTypeStateProviderCollector value)
Sets the value of the 'Final Return State
' attribute.- Parameters:
value
- the new value of the 'Final Return State' attribute.- See Also:
getFinalReturnState()
-
-