public class EmptyMarker extends AbstractMarker
AbstractMarker.MarkedRegion
Constructor and Description |
---|
EmptyMarker() |
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 MarkedRegion with
start, ends end weaving region filled.
|
mark
public java.util.List<AbstractMarker.MarkedRegion> mark(org.objectweb.asm.tree.MethodNode method)
AbstractMarker
mark
in class AbstractMarker
method
- method node of the marked class