java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.ir.compiler.OGroup

public class OGroup extends Object
Group of operators for IR templates.
  • Field Details

    • id

      public int id
      group id
    • operators

      public O[] operators
      operators in this group
  • Constructor Details

    • OGroup

      public OGroup(int id, O... operators)
      Create an operator group.
      Parameters:
      id - an id in the [0,1000) range
      operators - operators in the group
  • Method Details