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

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

    • id

      public int id
    • operators

      public O[] operators
  • Constructor Details

    • OGroup

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