JavaSrc2Cpg

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Create CPG for Java source code at sourceCodePath and store the CPG at outputPath. If outputPath is None, the CPG is created in-memory.

Create CPG for Java source code at sourceCodePath and store the CPG at outputPath. If outputPath is None, the CPG is created in-memory.

Concrete fields

val sourceFileExtensions: Set[String]