Class FieldsFromCapture
java.lang.Object
org.ek9lang.compiler.phase7.support.FieldsFromCapture
- All Implemented Interfaces:
Consumer<ICanCaptureVariables>
Accepts a ICanCaptureVariables (either a function or an aggregate).
It then processes the captured symbols and converts them to Fields and
adds them to the construct via the fieldCreator.
-
Constructor Details
-
FieldsFromCapture
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<ICanCaptureVariables>
-