public class EnumSuperRewriter extends RedundantSuperRewriter
| Constructor and Description |
|---|
EnumSuperRewriter() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canBeNopped(SuperFunctionInvokation superInvokation) |
protected java.util.Set<LValue> |
getDeclarationsToNop(WildcardMatch wcm) |
private static LValue |
getLValue(WildcardMatch wcm,
java.lang.String name) |
protected java.util.List<Expression> |
getSuperArgs(WildcardMatch wcm) |
rewriteprotected java.util.List<Expression> getSuperArgs(WildcardMatch wcm)
getSuperArgs in class RedundantSuperRewriterprivate static LValue getLValue(WildcardMatch wcm, java.lang.String name)
protected java.util.Set<LValue> getDeclarationsToNop(WildcardMatch wcm)
getDeclarationsToNop in class RedundantSuperRewriterprotected boolean canBeNopped(SuperFunctionInvokation superInvokation)
canBeNopped in class RedundantSuperRewriter