AstGenProgramMetaData

io.joern.x2cpg.astgen.AstGenRunner.AstGenProgramMetaData
case class AstGenProgramMetaData(name: String, configPrefix: String, multiArchitectureBuilds: Boolean, packagePath: URL)

Value parameters

configPrefix

the prefix of the executable's respective configuration path.

multiArchitectureBuilds

whether there is a binary for specific architectures or not.

name

the name of the AST gen executable, e.g., goastgen, dotnetastgen, swiftastgen, etc.

packagePath

the code path for the frontend.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product