Module org.kink_lang.kink
Interface JcirFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory of JavaClassIr,
stored in childJcirFactories field of generated fun classes.
-
Method Summary
-
Method Details
-
makeJcir
JavaClassIr makeJcir()Makes a JavaClassIr instance.- Returns:
- a JavaClassIr instance.
-