Class EnumSuperRewriter
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.RedundantSuperRewriter
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.EnumSuperRewriter
- All Implemented Interfaces:
Op04Rewriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
canBeNopped
(SuperFunctionInvokation superInvokation) private static LValue
getLValue
(WildcardMatch wcm, String name) protected List<Expression>
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.RedundantSuperRewriter
rewrite
-
Constructor Details
-
EnumSuperRewriter
public EnumSuperRewriter()
-
-
Method Details
-
getSuperArgs
- Overrides:
getSuperArgs
in classRedundantSuperRewriter
-
getLValue
-
getDeclarationsToNop
- Overrides:
getDeclarationsToNop
in classRedundantSuperRewriter
-
canBeNopped
- Overrides:
canBeNopped
in classRedundantSuperRewriter
-