JSONCompilationDatabaseParser

io.joern.c2cpg.parser.JSONCompilationDatabaseParser

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class CommandObject(directory: String, arguments: LinkedHashSet[String], command: LinkedHashSet[String], file: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def parse(compileCommandsJson: String): LinkedHashSet[CommandObject]