class FlagMarkingGenerator extends java.lang.Object implements RuleMethodProcessor
| Constructor and Description |
|---|
FlagMarkingGenerator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(ParserClassNode classNode,
RuleMethod method) |
private void |
generateMarkerCall(org.objectweb.asm.tree.InsnList instructions,
org.objectweb.asm.tree.AbstractInsnNode ret,
java.lang.String call) |
void |
process(ParserClassNode classNode,
RuleMethod method) |
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 generateMarkerCall(org.objectweb.asm.tree.InsnList instructions,
org.objectweb.asm.tree.AbstractInsnNode ret,
java.lang.String call)