public class InvalidExpressionStatementCleaner extends AbstractExpressionRewriter implements StructuredStatementTransformer
Modifier and Type | Field and Description |
---|---|
private VariableFactory |
variableFactory |
Constructor and Description |
---|
InvalidExpressionStatementCleaner(VariableFactory variableNamer) |
Modifier and Type | Method and Description |
---|---|
void |
transform(Op04StructuredStatement root) |
StructuredStatement |
transform(StructuredStatement in,
StructuredScope scope) |
handleStatement, rewriteExpression, rewriteExpression, rewriteExpression, rewriteExpression
private VariableFactory variableFactory
public InvalidExpressionStatementCleaner(VariableFactory variableNamer)
public void transform(Op04StructuredStatement root)
public StructuredStatement transform(StructuredStatement in, StructuredScope scope)
transform
in interface StructuredStatementTransformer