public class SwitchExpressionRewriter extends AbstractExpressionRewriter implements StructuredStatementTransformer
Constructor and Description |
---|
SwitchExpressionRewriter(DecompilerComments comments,
Method method) |
Modifier and Type | Method and Description |
---|---|
void |
rewrite(Op04StructuredStatement root,
StructuredScope scope) |
void |
transform(Op04StructuredStatement root) |
StructuredStatement |
transform(StructuredStatement in,
StructuredScope scope) |
handleStatement, rewriteExpression, rewriteExpression, rewriteExpression, rewriteExpression
public SwitchExpressionRewriter(DecompilerComments comments, Method method)
public void transform(Op04StructuredStatement root)
public StructuredStatement transform(StructuredStatement in, StructuredScope scope)
transform
in interface StructuredStatementTransformer
public void rewrite(Op04StructuredStatement root, StructuredScope scope)
Copyright © 2011-2021. All Rights Reserved.