Module org.kink_lang.kink
Class BytecodeGenerator
java.lang.Object
org.kink_lang.kink.internal.compile.classgen.BytecodeGenerator
Generates bytecode of a fun.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
generate
(JavaClassIr jcir) Generates a bytecode of a fun.
-
Constructor Details
-
BytecodeGenerator
public BytecodeGenerator()
-
-
Method Details
-
generate
Generates a bytecode of a fun.- Parameters:
jcir
- the Java class IR.- Returns:
- the bytecode of the class to generate.
-