CommandObject

io.joern.c2cpg.parser.JSONCompilationDatabaseParser.CommandObject
case class CommandObject(directory: String, arguments: LinkedHashSet[String], command: LinkedHashSet[String], file: String)

Attributes

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

Members list

Value members

Concrete methods

def compiledFile(): String

Attributes

Returns

the file path (guaranteed to be absolute)

def defines(): LinkedHashSet[(String, String)]
def includes(): LinkedHashSet[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product