# Class: com.pnfsoftware.jeb.core.units.code.android.ir.compiler.OGroup

Group of operators for IR templates.

## Constructor: OGroup
- parameter: `id`, type: `int`
- parameter: `operators`, type: `com.pnfsoftware.jeb.core.units.code.android.ir.compiler.O[]`

Description: Create an operator group.
parameter: id: an id in the \[0,1000\) range
parameter: operators: operators in the group

## Field: id
Type: `int`
Description: group id

## Field: operators
Type: `com.pnfsoftware.jeb.core.units.code.android.ir.compiler.O[]`
Description: operators in this group

## Method: toString
- return type: `java.lang.String`


