Class DExpressionGenerator
java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.ir.compiler.DExpressionGenerator
Generate an IR expression from a template.
-
Constructor Summary
ConstructorsConstructorDescriptionDExpressionGenerator(IDMethodContext ctx, INode template) Create an expression generator. -
Method Summary
Modifier and TypeMethodDescriptionGenerate an expression using the template and the provided map of IR element nodes.
-
Constructor Details
-
DExpressionGenerator
Create an expression generator.- 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
-