Class RedundantSuperRewriter
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.RedundantSuperRewriter
- All Implemented Interfaces:
Op04Rewriter
- Direct Known Subclasses:
EnumAllSuperRewriter
,EnumSuperRewriter
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
canBeNopped
(SuperFunctionInvokation superInvokation) protected List<Expression>
void
-
Constructor Details
-
RedundantSuperRewriter
public RedundantSuperRewriter()
-
-
Method Details
-
getSuperArgs
-
getDeclarationsToNop
-
rewrite
- Specified by:
rewrite
in interfaceOp04Rewriter
-
canBeNopped
-