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
A representation of the model object 'Function'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Final Return State' attribute.void
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 Details
-
getFinalReturnState
VariableTypeStateProviderCollector getFinalReturnState()Returns the value of the 'Final Return State' attribute.- Returns:
- the value of the 'Final Return State' attribute.
- See Also:
-
setFinalReturnState
Sets the value of the 'Final Return State
' attribute.- Parameters:
value
- the new value of the 'Final Return State' attribute.- See Also:
-