| Class Summary | |
|---|---|
| AnnotationDetector | Base class for Detectors which want to perform a preorder traversal of the classfile including visiting Annotations. |
| OpcodeStackDetector | Base class for Detectors that want to scan the bytecode of a method and use an opcode stack. |
| PreorderDetector | Base class for Detectors which want to perform a preorder traversal of the classfile. |