Jimple2Cpg

io.joern.jimple2cpg.Jimple2Cpg$
See theJimple2Cpg companion class
object Jimple2Cpg

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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

Attributes

filename

the file name to transform.

Returns:

the correctly formatted class path.

Concrete fields

val language: String