class VarFramingGenerator extends java.lang.Object implements RuleMethodProcessor
Var
.Constructor and Description |
---|
VarFramingGenerator() |
Modifier and Type | Method and Description |
---|---|
boolean |
appliesTo(ParserClassNode classNode,
RuleMethod method) |
private void |
createVarFieldArray(RuleMethod method,
org.objectweb.asm.tree.InsnList instructions,
org.objectweb.asm.tree.AbstractInsnNode ret) |
void |
process(ParserClassNode classNode,
RuleMethod method) |
public boolean appliesTo(ParserClassNode classNode, RuleMethod method)
appliesTo
in interface RuleMethodProcessor
public void process(ParserClassNode classNode, RuleMethod method) throws java.lang.Exception
process
in interface RuleMethodProcessor
java.lang.Exception
private void createVarFieldArray(RuleMethod method, org.objectweb.asm.tree.InsnList instructions, org.objectweb.asm.tree.AbstractInsnNode ret)