Jimple2Cpg

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

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Jimple2Cpg.type

Members list

Value members

Concrete methods

def apply(): Jimple2Cpg
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.

Attributes

Returns

the correctly formatted class path.

Concrete fields

val language: String