| java.lang.Object |
| ↳ |
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.EExpressionGenerator |
Class Overview
Generate an IR expression from a template.
Summary
| Public Methods |
|
IEGeneric
|
generate(Map<Integer, Object> map)
Generate an expression using the template and the provided map of IR element nodes.
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Constructors
public
EExpressionGenerator
(IERoutineContext ctx, INode template)
Parameters
| ctx |
local context |
| template |
the template
|
Public Methods
public
IEGeneric
generate
(Map<Integer, Object> map)
Generate an expression using the template and the provided map of IR element nodes.
Parameters
| map |
map of template node ids to IR elements |