public class

Util

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.opt.comp.Util

Summary

Public Constructors
Util()
Public Methods
static EquationDefinition ED(INode t0, INode t1, OperationType ctEq, OperationType ctNeq)
static Leaf L(int id)
static Leaf L(int id, int bitsize, int flags, INodeHandler customHandler)
static Leaf L(int id, int bitsize)
static Leaf LC(long value, int bitsize, int id)
static Leaf LC(long value, int bitsize)
static Leaf LC(long value)
static Leaf LI(int id)
static Leaf LIV(int id)
static Leaf LT(int id)
static Leaf LV(int id)
static Node N(O operator, INode... operands)
static Node N(OGroup opgrp, INode... operands)
static OGroup OG(int id, O... operators)
static SubstitutionDefinition SD(INode pattern, INode replacement)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Util ()

Public Methods

public static EquationDefinition ED (INode t0, INode t1, OperationType ctEq, OperationType ctNeq)

public static Leaf L (int id)

public static Leaf L (int id, int bitsize, int flags, INodeHandler customHandler)

public static Leaf L (int id, int bitsize)

public static Leaf LC (long value, int bitsize, int id)

public static Leaf LC (long value, int bitsize)

public static Leaf LC (long value)

public static Leaf LI (int id)

public static Leaf LIV (int id)

public static Leaf LT (int id)

public static Leaf LV (int id)

public static Node N (O operator, INode... operands)

public static Node N (OGroup opgrp, INode... operands)

public static OGroup OG (int id, O... operators)

public static SubstitutionDefinition SD (INode pattern, INode replacement)