Package pl.gdela.socomo.bytecode
Analysis of bytecode to discover source classes and members and their dependencies.
Pass a set of
*.class files to the BytecodeAnalyzer
and via DependencyCollector you'll receive information
about dependencies.-
Interface Summary Interface Description DependencyCollector Collects dependencies from the bytecode. -
Class Summary Class Description BytecodeAnalyzer Analyzes bytecode to discover source classes and members and their dependencies.