public class NewObjMarker extends AbstractDWRMarker
Sets the start before new instruction and the end after the constructor invocation.
Note: This class is work in progress.
AbstractMarker.MarkedRegion
Constructor and Description |
---|
NewObjMarker() |
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 java.util.List<AbstractMarker.MarkedRegion> markWithDefaultWeavingReg(org.objectweb.asm.tree.MethodNode method)
AbstractDWRMarker
The regions will get automatic after throw computation.
The regions will get automatic branch skipping at the end.
markWithDefaultWeavingReg
in class AbstractDWRMarker