Interface | Description |
---|---|
Marker |
Basic interface that every marker has to implement.
|
Class | Description |
---|---|
AbstractDWRMarker |
AbstractDWRMarker is an enhancement of AbstractMarker automatically computing
weaving region.
|
AbstractMarker |
AbstractMarker eases the effort to implement new marker by providing mark
method returning MarkedRegion class instead of Shadow.
|
AbstractMarker.MarkedRegion |
The class specifies marked region.
|
AfterInitBodyMarker |
Marks whole method body.
|
BasicBlockMarker |
Marks basic block.
|
BodyMarker |
Marks whole method body.
|
BytecodeMarker |
Marks one java bytecode instruction.
|
EmptyMarker |
Marker does not create any marking.
|
ExceptionHandlerMarker |
Marks exception handler.
|
InsnNodeMarker |
NOTE: This class is work in progress
Marks instruction depending on ASM class type. |
NewObjMarker |
NOTE: This class is work in progress
Marks object creation. |
Parameter |
Used for marker parameter parsing.
|
PreciseBasicBlockMarker |
Marks basic block.
|
StrictBytecodeMarker |
Marks one java bytecode instruction.
|
TryClauseMarker |
Marks try block.
|