Config

final case class Config(inputPaths: Set[String], outputPath: String, includePaths: Set[String], defines: Set[String], includeComments: Boolean, logProblems: Boolean, logPreprocessor: Boolean, printIfDefsOnly: Boolean, includePathsAutoDiscovery: Boolean) extends X2CpgConfig[Config]
trait Serializable
trait Product
trait Equals
trait X2CpgConfig[Config]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product