AstCreatorHelper

io.joern.csharpsrc2cpg.astcreation.AstCreatorHelper
See theAstCreatorHelper companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def createDotNetNodeInfo(json: Value, relativeFileName: Option[String]): DotNetNodeInfo

Creates a info node for the given JSON node.

Creates a info node for the given JSON node.

Value parameters

json

the json node to convert.

relativeFileName

optional file name for debugging purposes.

Attributes

Returns

the node info.

def nameFromNode(node: DotNetNodeInfo): String