public class BodyMarker extends AbstractMarker
Sets the start at the beginning of a method and the end at the end of a method.
AbstractMarker.MarkedRegion
Constructor and Description |
---|
BodyMarker() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractMarker.MarkedRegion> |
mark(org.objectweb.asm.tree.MethodNode method)
Implementation of this method should return list of
AbstractMarker.MarkedRegion
instances with start, ends, and the weaving region filled. |
mark
public java.util.List<AbstractMarker.MarkedRegion> mark(org.objectweb.asm.tree.MethodNode method)
AbstractMarker
AbstractMarker.MarkedRegion
instances with start, ends, and the weaving region filled.mark
in class AbstractMarker
method
- method node of the marked class