Class AssertStmtGenerator
java.lang.Object
org.ek9lang.compiler.phase7.generator.AbstractGenerator
org.ek9lang.compiler.phase7.generator.AssertStmtGenerator
- All Implemented Interfaces:
Function<EK9Parser.AssertStatementContext,
List<IRInstr>>
final class AssertStmtGenerator
extends AbstractGenerator
implements Function<EK9Parser.AssertStatementContext,List<IRInstr>>
-
Field Summary
Fields inherited from class org.ek9lang.compiler.phase7.generator.AbstractGenerator
debugInfoCreator, instructionBuilder, stackContext
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ek9lang.compiler.phase7.generator.AbstractGenerator
extractCallMetaData, getRecordedSymbolOrException
-
Constructor Details
-
AssertStmtGenerator
AssertStmtGenerator(IRGenerationContext stackContext)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EK9Parser.AssertStatementContext,
List<IRInstr>>
-