| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.opt.comp.EExpressionMatcher |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
EExpressionMatcher(INode template, Map<Integer, Object> initmap)
Create an IRE matcher.
| |||||||||||
|
EExpressionMatcher(INode template)
Create an IRE matcher.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Map<Integer, Object> | getMatchMap() | ||||||||||
| boolean | isMatch(IEGeneric e) | ||||||||||
| void | reset() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create an IRE matcher.
| template | the template to match an expression against |
|---|---|
| initmap | an optional, initial match map |
Create an IRE matcher.
| template | the template to match an expression against |
|---|