public abstract class AbstractDWRMarker extends AbstractMarker
AbstractMarker.MarkedRegion
Constructor and Description |
---|
AbstractDWRMarker() |
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.
|
abstract java.util.List<AbstractMarker.MarkedRegion> |
markWithDefaultWeavingReg(org.objectweb.asm.tree.MethodNode methodNode)
Implementation of this method should return list of marked regions
with filled start and end of the region.
|
mark
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 classpublic abstract java.util.List<AbstractMarker.MarkedRegion> markWithDefaultWeavingReg(org.objectweb.asm.tree.MethodNode methodNode)