SwiftJsonParser

io.joern.swiftsrc2cpg.parser.SwiftJsonParser

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class ParseResult(filename: String, fullPath: String, ast: SwiftNode, fileContent: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def readFile(file: Path): Try[ParseResult]