SourceBasedFrontend

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

Attributes

Graph
Supertypes
class Frontend
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

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

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 isAvailable: Boolean

Attributes

Inherited from:
Frontend