private static class TryResourcesTransformerBase.LValueUsageCheckingRewriter extends AbstractExpressionRewriter
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Set<LValue> |
used |
Modifier | Constructor and Description |
---|---|
private |
LValueUsageCheckingRewriter() |
Modifier and Type | Method and Description |
---|---|
LValue |
rewriteExpression(LValue lValue,
SSAIdentifiers ssaIdentifiers,
StatementContainer statementContainer,
ExpressionRewriterFlags flags) |
handleStatement, rewriteExpression, rewriteExpression, rewriteExpression
final java.util.Set<LValue> used
public LValue rewriteExpression(LValue lValue, SSAIdentifiers ssaIdentifiers, StatementContainer statementContainer, ExpressionRewriterFlags flags)
rewriteExpression
in interface ExpressionRewriter
rewriteExpression
in class AbstractExpressionRewriter