AstNodeBuilder

io.joern.c2cpg.astcreation.AstNodeBuilder

Attributes

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

Members list

Value members

Concrete methods

protected def newCommentNode(node: IASTNode, code: String, filename: String): NewComment
protected def newJumpTargetNode(node: IASTNode): NewJumpTarget
protected def newMethodReturnNode(node: IASTNode, typeFullName: String): NewMethodReturn
protected def newNamespaceBlockNode(node: IASTNode, name: String, fullname: String, code: String, filename: String): NewNamespaceBlock