class SuperCallRewriter extends java.lang.Object implements RuleMethodProcessor
| Constructor and Description |
|---|
SuperCallRewriter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(ParserClassNode classNode,
RuleMethod method) |
private java.lang.String |
getSuperMethodName(RuleMethod method,
org.objectweb.asm.tree.MethodInsnNode insn) |
void |
process(ParserClassNode classNode,
RuleMethod method) |
private void |
process(ParserClassNode classNode,
RuleMethod method,
org.objectweb.asm.tree.MethodInsnNode insn) |
public boolean appliesTo(ParserClassNode classNode, RuleMethod method)
appliesTo in interface RuleMethodProcessorpublic void process(ParserClassNode classNode, RuleMethod method) throws java.lang.Exception
process in interface RuleMethodProcessorjava.lang.Exceptionprivate void process(ParserClassNode classNode, RuleMethod method, org.objectweb.asm.tree.MethodInsnNode insn)
private java.lang.String getSuperMethodName(RuleMethod method, org.objectweb.asm.tree.MethodInsnNode insn)