- mark(MethodNode) - Method in class ch.usi.dag.disl.marker.AbstractDWRMarker
-
- mark(ClassNode, MethodNode, Snippet) - Method in class ch.usi.dag.disl.marker.AbstractMarker
-
- mark(MethodNode) - Method in class ch.usi.dag.disl.marker.AbstractMarker
-
Implementation of this method should return list of MarkedRegion with
start, ends end weaving region filled.
- mark(MethodNode) - Method in class ch.usi.dag.disl.marker.AfterInitBodyMarker
-
- mark(MethodNode) - Method in class ch.usi.dag.disl.marker.BodyMarker
-
- mark(MethodNode) - Method in class ch.usi.dag.disl.marker.EmptyMarker
-
- mark(ClassNode, MethodNode, Snippet) - Method in interface ch.usi.dag.disl.marker.Marker
-
Returns shadows for the marked method.
- Marker - Interface in ch.usi.dag.disl.marker
-
Basic interface that every marker has to implement.
- markInstruction(MethodNode) - Method in class ch.usi.dag.disl.marker.InsnNodeMarker
-
- markInstruction(MethodNode) - Method in class ch.usi.dag.disl.marker.StrictBytecodeMarker
-
- markWithDefaultWeavingReg(MethodNode) - Method in class ch.usi.dag.disl.marker.AbstractDWRMarker
-
Implementation of this method should return list of marked regions
with filled start and end of the region.
- markWithDefaultWeavingReg(MethodNode) - Method in class ch.usi.dag.disl.marker.BasicBlockMarker
-
- markWithDefaultWeavingReg(MethodNode) - Method in class ch.usi.dag.disl.marker.BytecodeMarker
-
- markWithDefaultWeavingReg(MethodNode) - Method in class ch.usi.dag.disl.marker.ExceptionHandlerMarker
-
- markWithDefaultWeavingReg(MethodNode) - Method in class ch.usi.dag.disl.marker.NewObjMarker
-
- markWithDefaultWeavingReg(MethodNode) - Method in class ch.usi.dag.disl.marker.TryClauseMarker
-
- matches(String, String, String) - Method in interface ch.usi.dag.disl.scope.Scope
-
The implementation should return true if the className, methodName and
methodDesc matches the contract of the scope.
- matches(String, String, String) - Method in class ch.usi.dag.disl.scope.ScopeImpl
-
- MethodStaticContext - Class in ch.usi.dag.disl.staticcontext
-
Provides static context information about instrumented method.
- MethodStaticContext() - Constructor for class ch.usi.dag.disl.staticcontext.MethodStaticContext
-