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) |
rewrite
protected java.util.List<Expression> getSuperArgs(WildcardMatch wcm)
getSuperArgs
in class RedundantSuperRewriter
private static LValue getLValue(WildcardMatch wcm, java.lang.String name)
protected java.util.Set<LValue> getDeclarationsToNop(WildcardMatch wcm)
getDeclarationsToNop
in class RedundantSuperRewriter
protected boolean canBeNopped(SuperFunctionInvokation superInvokation)
canBeNopped
in class RedundantSuperRewriter