BabelJsonParser

io.joern.jssrc2cpg.parser.BabelJsonParser$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class ParseResult(filename: String, fullPath: String, json: Value, fileContent: String, typeMap: Map[Int, String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def readFile(rootPath: Path, file: Path): ParseResult