Interface Algebra

All Known Implementing Classes:
ListAlgebra

public interface Algebra
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(int index)
     
    toString(int level)
     
  • Method Details

    • apply

      RewriteResult<?,?> apply(int index)
      Mojang-Added Docs:

      template.apply(family).apply(i) == op(i).argType()
      family.apply(i) == op(i).resType()
      <p>
      bitset of used recursive values, for optimization

    • toString

      String toString(int level)