Class LValueReplacingRewriter
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.parse.rewriters.AbstractExpressionRewriter
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.LValueReplacingRewriter
-
- All Implemented Interfaces:
ExpressionRewriter
public class LValueReplacingRewriter extends AbstractExpressionRewriter
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<LValue,LValue>
replacements
-
Constructor Summary
Constructors Constructor Description LValueReplacingRewriter(java.util.Map<LValue,LValue> replacements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LValue
rewriteExpression(LValue lValue, SSAIdentifiers ssaIdentifiers, StatementContainer statementContainer, ExpressionRewriterFlags flags)
-
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.parse.rewriters.AbstractExpressionRewriter
handleStatement, rewriteExpression, rewriteExpression, rewriteExpression
-
-
-
-
Method Detail
-
rewriteExpression
public LValue rewriteExpression(LValue lValue, SSAIdentifiers ssaIdentifiers, StatementContainer statementContainer, ExpressionRewriterFlags flags)
- Specified by:
rewriteExpression
in interfaceExpressionRewriter
- Overrides:
rewriteExpression
in classAbstractExpressionRewriter
-
-