CFrontend

io.joern.console.cpgcreation.ImportCode.CFrontend
class CFrontend(name: String, extension: String) extends SourceBasedFrontend

Attributes

Graph
Supertypes
class Frontend
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def apply(inputPath: String, projectName: String, args: List[String]): Cpg

Attributes

Inherited from:
Frontend
def cpgGeneratorForLanguage(language: String, config: FrontendConfig, rootPath: Path, args: List[String]): Option[CpgGenerator]

Attributes

Inherited from:
Frontend
def fromString(str: String, args: List[String]): Cpg

Attributes

Inherited from:
SourceBasedFrontend
def isAvailable: Boolean

Attributes

Inherited from:
Frontend

Inherited fields

val description: String

Attributes

Inherited from:
Frontend
val language: String

Attributes

Inherited from:
Frontend