Package com.jeantessier.classreader

Parse .class files and traverse their structure.

See:
          Description

Interface Summary
Collector  
Deprecatable  
LoadListener  
Visitable  
Visitor  
 

Class Summary
AggregatingClassfileLoader  
Attribute_info  
AttributeFactory  
BitFormat  
Class_info  
ClassDependencyCollector  
Classfile  
ClassfileLoader Base interface for parsing .class files.
ClassfileLoaderDecorator  
ClassfileLoaderEventSource  
Code_attribute  
CodeIterator  
CollectorBase  
ConstantPool  
ConstantPoolEntry  
ConstantValue_attribute  
Custom_attribute  
Deprecated_attribute  
DirectoryClassfileLoader  
DirectoryExplorer  
Double_info  
ExceptionHandler  
Exceptions_attribute  
Feature_info  
FeatureDependencyCollector  
FeatureRef_info  
Field_info  
FieldRef_info  
Float_info  
InnerClass  
InnerClasses_attribute  
Instruction  
Integer_info  
InterfaceMethodRef_info  
JarClassfileLoader  
LineNumber  
LineNumberTable_attribute  
LoadEvent  
LocalVariable  
LocalVariableTable_attribute  
Long_info  
Method_info  
MethodRef_info  
MetricsGatherer  
NameAndType_info  
PrettyPrinter  
Printer  
SignatureHelper  
SourceFile_attribute  
String_info  
Synthetic_attribute  
TransientClassfileLoader  
UglyPrinter  
UTF8_info  
VisitorBase  
XMLPrinter  
ZipClassfileLoader  
 

Package com.jeantessier.classreader Description

Parse .class files and traverse their structure.

Start with class Classfile to read the structure.