CSharpSrcCpgGenerator
io.joern.console.cpgcreation.CSharpSrcCpgGenerator
case class CSharpSrcCpgGenerator(config: FrontendConfig, rootPath: Path) extends CpgGenerator
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass CpgGeneratorclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Generate a CPG for the given input path. Returns the output path, or a Failure, if no CPG was generated.
Generate a CPG for the given input path. Returns the output path, or a Failure, if no CPG was generated.
This method appends command line options in config.frontend.cmdLineParams to the shell command.
Attributes
- Definition Classes
Attributes
- Definition Classes
is this a JVM based frontend? if so, we'll invoke it with -Xmx for max heap settings
is this a JVM based frontend? if so, we'll invoke it with -Xmx for max heap settings
Attributes
- Definition Classes
Inherited methods
override in specific cpg generators to make them apply post processing passes
override in specific cpg generators to make them apply post processing passes
Attributes
- Inherited from:
- CpgGenerator
Attributes
- Inherited from:
- CpgGenerator
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- CpgGenerator
Inherited fields
Attributes
- Inherited from:
- CpgGenerator
In this article