Class BlockStatementCreator
java.lang.Object
org.ek9lang.compiler.phase7.BlockStatementCreator
- All Implemented Interfaces:
Function<EK9Parser.BlockStatementContext,
INode>
public final class BlockStatementCreator
extends Object
implements Function<EK9Parser.BlockStatementContext,INode>
Creates the appropriate IR representation of a statement/expression that can be used within a block.
-
Constructor Details
-
BlockStatementCreator
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EK9Parser.BlockStatementContext,
INode>
-