Package org.ek9lang.compiler.phase5
Class ProcessDynamicFunctionEntry
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase5.ProcessDynamicFunctionEntry
- All Implemented Interfaces:
Consumer<EK9Parser.DynamicFunctionDeclarationContext>
final class ProcessDynamicFunctionEntry
extends TypedSymbolAccess
implements Consumer<EK9Parser.DynamicFunctionDeclarationContext>
Deals with handling any returning values in a dynamic function.
This is the entry handler into a dynamic function.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionProcessDynamicFunctionEntry
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
ProcessDynamicFunctionEntry
ProcessDynamicFunctionEntry(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<EK9Parser.DynamicFunctionDeclarationContext>
-