AstCreatorHelper

io.joern.gosrc2cpg.astcreation.AstCreatorHelper

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AstCreator
Self type

Members list

Value members

Concrete methods

protected def code(node: Value): Try[String]
protected def column(node: Value): Option[Integer]
protected def columnEndNo(node: Value): Option[Integer]
protected def createParserNodeInfo(json: Value): ParserNodeInfo
protected def line(node: Value): Option[Integer]
protected def lineEndNo(node: Value): Option[Integer]
protected def positionLookupTables(source: String): Map[Int, String]