| Package | Description |
|---|---|
| pl.gdela.socomo.bytecode |
Analysis of bytecode to discover source classes and members and their dependencies.
|
| pl.gdela.socomo.codemap |
Model for complete map of code and its dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyCollector.markDependency(DepType type,
String className,
String memberName)
Marks a dependency to a target class and member.
|
| Modifier and Type | Method and Description |
|---|---|
static DepType |
DepType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DepType[] |
DepType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodemappingCollector.markDependency(DepType type,
String classFqn,
String classMemberName) |
Copyright © 2019. All rights reserved.