Config

io.joern.c2cpg.Config
final case class Config(inputPath: String, outputPath: String, includePaths: Set[String], defines: Set[String], includeComments: Boolean, logProblems: Boolean, logPreprocessor: Boolean, printIfDefsOnly: Boolean, includePathsAutoDiscovery: Boolean) extends X2CpgConfig[Config]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait X2CpgConfig[Config]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def withInputPath(inputPath: String): Config

Attributes

Definition Classes
X2CpgConfig
override def withOutputPath(x: String): Config

Attributes

Definition Classes
X2CpgConfig

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product