Class ProcessDynamicFunctionDeclarationExit

java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase5.ProcessDynamicFunctionDeclarationExit
All Implemented Interfaces:
Consumer<EK9Parser.DynamicFunctionDeclarationContext>

final class ProcessDynamicFunctionDeclarationExit extends TypedSymbolAccess implements Consumer<EK9Parser.DynamicFunctionDeclarationContext>
Deals with handling any returning values in a dynamic function. This is on exiting the dynamic function declaration - so here it is necessary to check the returning symbol.