public class AfterInitBodyMarker extends AbstractMarker
For normal methods, the Before
snippets will be inserted before the
first instruction of a method. However, for constructors, they will be
inserted before the first instruction following a call to the superclass
constructor.
AbstractMarker.MarkedRegion
Constructor and Description |
---|
AfterInitBodyMarker() |
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