Class ChildJcirAccumulator

java.lang.Object
org.kink_lang.kink.internal.compile.javaclassir.ChildJcirAccumulator

public class ChildJcirAccumulator extends Object
Accumulates child JavaClassIr instances.
  • Constructor Details

    • ChildJcirAccumulator

      public ChildJcirAccumulator()
  • Method Details

    • add

      public int add(JcirFactory jcirFactory)
      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

      public List<JcirFactory> childJcirFactories()
      Returns the factories of child jcirs.
      Returns:
      the factories of child jcirs.