@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| ClassParserInterface |
Interface implemented by ClassParsers - objects that take the raw bytes of a
classfile and parse the important symbolic information to produce
ClassNameAndSuperclassInfo and ClassInfo objects.
|
| Class | Description |
|---|---|
| AbstractFieldAnnotationVisitor | |
| AbstractMethodVisitor | |
| ClassDataAnalysisEngine |
Analysis engine to produce the data (bytes) of a class.
|
| ClassInfoAnalysisEngine |
Analysis engine to produce the ClassInfo for a loaded class.
|
| ClassNameAndSuperclassInfoAnalysisEngine |
Analysis engine to produce the ClassInfo for a loaded class.
|
| ClassParser |
Parse a class to extract symbolic information. see
http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html
|
| ClassParserUsingASM | |
| ClassParserUsingBCEL | Deprecated |
| EngineRegistrar |
Register analysis engines with an analysis cache.
|
| SelfMethodCalls |
Copyright © 2003–2015. All rights reserved.