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.voidSets 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, setUniqueNameMethods inherited from interface com._1c.g5.v8.dt.mcore.Environmental
environments, getEnvironments, setEnvironmentsMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.bsl.model.Method
getCallees, getCallers, getFinalInParamState, getFinalOutParamState, getFormalParams, isAsync, isEvent, isExport, isUsed, setAsync, setEvent, setExport, setUsedMethods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods 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:
-