Class EExpressionGenerator
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.EExpressionGenerator
Generate an IR expression from a template.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EExpressionGenerator
- Parameters:
ctx
- local contexttemplate
- the template
-
-
Method Details
-
generate
Generate an expression using the template and the provided map of IR element nodes.- Parameters:
map
- map of template node ids to IR elements- Returns:
- an IR expression
-