Class SwitchExpressionRewriter.UsageCheck
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.parse.rewriters.AbstractExpressionRewriter
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.SwitchExpressionRewriter.UsageCheck
-
- All Implemented Interfaces:
ExpressionRewriter
- Enclosing class:
- SwitchExpressionRewriter
static class SwitchExpressionRewriter.UsageCheck extends AbstractExpressionRewriter
-
-
Constructor Summary
Constructors Constructor Description UsageCheck(LValue target)
-
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
-
-
-
-
Field Detail
-
target
private final LValue target
-
failed
private boolean failed
-
-
Constructor Detail
-
UsageCheck
UsageCheck(LValue target)
-
-
Method Detail
-
rewriteExpression
public LValue rewriteExpression(LValue lValue, SSAIdentifiers ssaIdentifiers, StatementContainer statementContainer, ExpressionRewriterFlags flags)
- Specified by:
rewriteExpression
in interfaceExpressionRewriter
- Overrides:
rewriteExpression
in classAbstractExpressionRewriter
-
-