public class

FunctionOptypeFactory

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.FunctionOptypeFactory

Class Overview

Factory object for custom operators.

Summary

Public Constructors
FunctionOptypeFactory()
Public Methods
FunctionOptype create(String name, int flags, int minOpndCount, int maxOpndCount, int resultBitsize)
FunctionOptype get(String name)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public FunctionOptypeFactory ()

Public Methods

public FunctionOptype create (String name, int flags, int minOpndCount, int maxOpndCount, int resultBitsize)

public FunctionOptype get (String name)