public class BytecodeMarker extends AbstractDWRMarker
AbstractMarker.MarkedRegion
Constructor and Description |
---|
BytecodeMarker(Parameter param) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractMarker.MarkedRegion> |
markWithDefaultWeavingReg(org.objectweb.asm.tree.MethodNode method)
Implementation of this method should return list of marked regions
with filled start and end of the region.
|
mark
mark
public BytecodeMarker(Parameter param) throws ch.usi.dag.disl.exception.MarkerException
ch.usi.dag.disl.exception.MarkerException
public java.util.List<AbstractMarker.MarkedRegion> markWithDefaultWeavingReg(org.objectweb.asm.tree.MethodNode method)
AbstractDWRMarker
markWithDefaultWeavingReg
in class AbstractDWRMarker