Frontend

io.joern.console.cpgcreation.ImportCode.Frontend
abstract class Frontend(val name: String, val language: String, val description: String)(implicit availableWidthProvider: AvailableWidthProvider)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def apply(inputPath: String, projectName: String, args: List[String]): Cpg
def cpgGeneratorForLanguage(language: String, config: FrontendConfig, rootPath: Path, args: List[String]): Option[CpgGenerator]
def isAvailable: Boolean

Concrete fields

val description: String
val language: String
val name: String