public class

EEquationMatcher

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

Class Overview

Check if two IRE trees match two provided templates.

Summary

Public Constructors
EEquationMatcher(INode t0, INode t1)
Public Methods
Map<Integer, Object> getMatchMap()
boolean isMatch(IEGeneric e0, IEGeneric e1)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EEquationMatcher (INode t0, INode t1)

Public Methods

public Map<Integer, Object> getMatchMap ()

public boolean isMatch (IEGeneric e0, IEGeneric e1)