Jimple2Cpg

object Jimple2Cpg
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def getQualifiedClassPath(filename: String): String

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.

Concrete fields

val language: String