object Jimple2Cpg
- Companion:
- class
Value members
Concrete methods
Formats the file name the way Soot refers to classes within a class path. e.g. /unrelated/paths/class/path/Foo.class => class.path.Foo
Formats the file name the way Soot refers to classes within a class path. e.g. /unrelated/paths/class/path/Foo.class => class.path.Foo
- Value parameters:
- filename
the file name to transform.
- Returns:
the correctly formatted class path.