# Class: com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.FunctionOptypeFactory

Factory object for custom operators.

## Constructor: FunctionOptypeFactory


## Method: create
- parameter: `name`, type: `java.lang.String`
- parameter: `flags`, type: `int`
- parameter: `opndCount`, type: `int`
- parameter: `resultBitsize`, type: `int`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.FunctionOptype`


## Method: get
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.FunctionOptype`


