Class StatementCreator
java.lang.Object
org.ek9lang.compiler.phase7.StatementCreator
- All Implemented Interfaces:
Function<EK9Parser.StatementContext,
INode>
public final class StatementCreator
extends Object
implements Function<EK9Parser.StatementContext,INode>
Deals with the multitude of different types of statements to create the appropriate nodes.
-
Constructor Details
-
StatementCreator
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EK9Parser.StatementContext,
INode>
-