Class ArgumentsCreator
java.lang.Object
org.ek9lang.compiler.phase7.ArgumentsCreator
- All Implemented Interfaces:
Function<EK9Parser.ParamExpressionContext,
List<Argument>>
public final class ArgumentsCreator
extends Object
implements Function<EK9Parser.ParamExpressionContext,List<Argument>>
Given a ParamExpressionContext gets all the symbols and creates the appropriate 'Argument' for each.
-
Constructor Details
-
ArgumentsCreator
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EK9Parser.ParamExpressionContext,
List<Argument>>
-