Class PrePostchangeAssignmentRewriter.UsageWatcher
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.parse.rewriters.AbstractExpressionRewriter
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.PrePostchangeAssignmentRewriter.UsageWatcher
-
- All Implemented Interfaces:
ExpressionRewriter
- Enclosing class:
- PrePostchangeAssignmentRewriter
private static class PrePostchangeAssignmentRewriter.UsageWatcher extends AbstractExpressionRewriter
-
-
Constructor Summary
Constructors Modifier Constructor Description private
UsageWatcher(LValue needle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isFound()
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
-
-
-
-
Field Detail
-
needle
private final LValue needle
-
found
boolean found
-
-
Constructor Detail
-
UsageWatcher
private UsageWatcher(LValue needle)
-
-
Method Detail
-
rewriteExpression
public LValue rewriteExpression(LValue lValue, SSAIdentifiers ssaIdentifiers, StatementContainer statementContainer, ExpressionRewriterFlags flags)
- Specified by:
rewriteExpression
in interfaceExpressionRewriter
- Overrides:
rewriteExpression
in classAbstractExpressionRewriter
-
isFound
public boolean isFound()
-
-