Class FieldsFromCapture

java.lang.Object
org.ek9lang.compiler.phase7.support.FieldsFromCapture
All Implemented Interfaces:
Consumer<ICanCaptureVariables>

public class FieldsFromCapture extends Object implements 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.