Module org.kink_lang.kink
Class ChildJcirAccumulator
java.lang.Object
org.kink_lang.kink.internal.compile.javaclassir.ChildJcirAccumulator
Accumulates child JavaClassIr instances.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
add
(JcirFactory jcirFactory) Adds the jcir factory and retunrs the index of the added.Returns the factories of child jcirs.
-
Constructor Details
-
ChildJcirAccumulator
public ChildJcirAccumulator()
-
-
Method Details
-
add
Adds the jcir factory and retunrs the index of the added.- Parameters:
jcirFactory
- the jcir factory to add.- Returns:
- the index of the added jcir factory.
-
childJcirFactories
Returns the factories of child jcirs.- Returns:
- the factories of child jcirs.
-