Uses of Class
pl.gdela.socomo.codemap.DepType
| 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.
|
-
Uses of DepType in pl.gdela.socomo.bytecode
Methods in pl.gdela.socomo.bytecode with parameters of type DepType Modifier and Type Method Description voidDependencyCollector. markDependency(DepType type, java.lang.String className, java.lang.String memberName)Marks a dependency to a target class and member. -
Uses of DepType in pl.gdela.socomo.codemap
Methods in pl.gdela.socomo.codemap that return DepType Modifier and Type Method Description static DepTypeDepType. valueOf(java.lang.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.Methods in pl.gdela.socomo.codemap with parameters of type DepType Modifier and Type Method Description voidCodemappingCollector. markDependency(DepType type, java.lang.String classFqn, java.lang.String classMemberName)