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]
override protected def column(node: ParserNodeInfo): Option[Integer]

Attributes

Definition Classes
override protected def columnEnd(node: ParserNodeInfo): Option[Integer]

Attributes

Definition Classes
protected def columnEndNo(node: Value): Option[Integer]
protected def createParserNodeInfo(json: Value): ParserNodeInfo
protected def fixQualifiedName(name: String): String
protected def getTypeForJsonNode(jsonNode: Value): String
protected def line(node: Value): Option[Integer]
override protected def line(node: ParserNodeInfo): Option[Integer]

Attributes

Definition Classes
override protected def lineEnd(node: ParserNodeInfo): Option[Integer]

Attributes

Definition Classes
protected def lineEndNo(node: Value): Option[Integer]
protected def nullSafeCreateParserNodeInfo(json: Option[Value]): ParserNodeInfo
protected def positionLookupTables(source: String): Map[Int, String]
protected def registerType(typeName: String): String