GoAstJsonParser

io.joern.gosrc2cpg.parser.GoAstJsonParser$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class ParserResult(filename: String, fullPath: String, json: Value, 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): ParserResult
def readModFile(file: Path): Option[GoMod]