SwiftSrcFrontend

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

Attributes

Graph
Supertypes
class Frontend
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Attributes

Definition Classes

Inherited methods

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