public class

FunctionOptype

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

Summary

Constants
int FLAG_OPND_HAVE_SAME_BITSIZE
Public Methods
int getFlags()
int getMaxOperandCount()
int getMinOperandCount()
String getName()
int getResultBitsize(IEGeneric... opnds)
String toString()
void validateOperands(IEGeneric... opnds)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int FLAG_OPND_HAVE_SAME_BITSIZE

Constant Value: 1 (0x00000001)

Public Methods

public int getFlags ()

public int getMaxOperandCount ()

public int getMinOperandCount ()

public String getName ()

public int getResultBitsize (IEGeneric... opnds)

public String toString ()

public void validateOperands (IEGeneric... opnds)