Class EnumAllSuperRewriter
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.RedundantSuperRewriter
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.EnumAllSuperRewriter
-
- All Implemented Interfaces:
Op04Rewriter
public class EnumAllSuperRewriter extends RedundantSuperRewriter
-
-
Constructor Summary
Constructors Constructor Description EnumAllSuperRewriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canBeNopped(SuperFunctionInvokation superInvokation)
-
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.RedundantSuperRewriter
getDeclarationsToNop, getSuperArgs, rewrite
-
-
-
-
Method Detail
-
canBeNopped
protected boolean canBeNopped(SuperFunctionInvokation superInvokation)
- Overrides:
canBeNopped
in classRedundantSuperRewriter
-
-