Uses of Interface
org.kink_lang.kink.internal.compile.javaclassir.JcirFactory
Packages that use JcirFactory
Package
Description
Intermediate representation before JVM byte code compilation.
-
Uses of JcirFactory in org.kink_lang.kink.internal.compile.javaclassir
Methods in org.kink_lang.kink.internal.compile.javaclassir that return types with arguments of type JcirFactoryModifier and TypeMethodDescriptionChildJcirAccumulator.childJcirFactories()Returns the factories of child jcirs.JavaClassIr.childJcirFactories()Returns the value of thechildJcirFactoriesrecord component.Methods in org.kink_lang.kink.internal.compile.javaclassir with parameters of type JcirFactoryModifier and TypeMethodDescriptionintChildJcirAccumulator.add(JcirFactory jcirFactory) Adds the jcir factory and retunrs the index of the added.