edu.umd.cs.findbugs.bcel |
|
Java Source File Name | Type | Comment |
AnnotationDetector.java | Class | Base class for Detectors which want to perform a preorder traversal of the classfile
including visiting Annotations. |
BCELUtil.java | Class | Utility methods for detectors and analyses using BCEL. |
CFGDetector.java | Class | Base class for detectors that analyze CFG (and/or use CFG-based analyses). |
OpcodeStackDetector.java | Class | Base class for Detectors that want to scan the bytecode
of a method and use an opcode stack. |
PreorderDetector.java | Class | Base class for Detectors which want to perform a preorder traversal of the classfile. |