Main

io.joern.ghidra2cpg.Main
object Main extends X2CpgMain, SingleThreadedFrontend

Attributes

Graph
Supertypes
trait SingleThreadedFrontend
class X2CpgMain
class Object
trait Matchable
class Any
Self type
Main.type

Members list

Value members

Inherited methods

override protected def executor: ExecutorService

Attributes

Definition Classes
SingleThreadedFrontend
Inherited from:
SingleThreadedFrontend
def main(args: Array[String]): Unit

Attributes

Inherited from:
X2CpgMain
def run(config: frontend.ConfigType): Unit

method that evaluates frontend with configuration

method that evaluates frontend with configuration

Attributes

Inherited from:
X2CpgMain

Inherited fields

val cmdLineParser: OParser[Unit, frontend.ConfigType]

Attributes

Inherited from:
X2CpgMain
val frontend: X2CpgFrontend

Attributes

Inherited from:
X2CpgMain
val server: FrontendHTTPServer

Attributes

Inherited from:
X2CpgMain