Jimple2Cpg

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def createCpg(rawSourceCodePath: String, outputPath: Option[String]): Cpg

Creates a CPG from Jimple.

Creates a CPG from Jimple.

Value parameters:
outputPath

The path to store the CPG. If outputPath is None, the CPG is created in-memory.

rawSourceCodePath

The path to the Jimple code or code that can be transformed into Jimple.

Returns:

The constructed CPG.