| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.EEquationMatcher |
A matcher can be used to check if two IR expressions match two provided templates.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| EEquationMatcher(INode t0, INode t1) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Map<Integer, Object> |
getMatchMap()
Upon a successful match, retrieve the map of matches.
| ||||||||||
| boolean |
isMatch(IEGeneric e0, IEGeneric e1)
Determine whether the provided IR expressions match the templates
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Upon a successful match, retrieve the map of matches.
Determine whether the provided IR expressions match the templates
| e0 | first IR |
|---|---|
| e1 | second IR |