public class InsnNodeMarker extends AbstractMarker
AbstractMarker.MarkedRegion
Constructor and Description |
---|
InsnNodeMarker(Parameter param) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractMarker.MarkedRegion> |
mark(org.objectweb.asm.tree.MethodNode methodNode)
Implementation of this method should return list of MarkedRegion with
start, ends end weaving region filled.
|
java.util.List<org.objectweb.asm.tree.AbstractInsnNode> |
markInstruction(org.objectweb.asm.tree.MethodNode methodNode) |
mark
public InsnNodeMarker(Parameter param) throws ch.usi.dag.disl.exception.MarkerException
ch.usi.dag.disl.exception.MarkerException
public java.util.List<org.objectweb.asm.tree.AbstractInsnNode> markInstruction(org.objectweb.asm.tree.MethodNode methodNode)
public final java.util.List<AbstractMarker.MarkedRegion> mark(org.objectweb.asm.tree.MethodNode methodNode)
AbstractMarker
mark
in class AbstractMarker
methodNode
- method node of the marked class