AstNodeBuilder
io.joern.x2cpg.AstNodeBuilder
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NodeProcessor
Members list
Value members
Concrete methods
protected def annotationNode(node: Node, code: String, name: String, fullName: String): NewAnnotation
def callNode(node: Node, code: String, name: String, methodFullName: String, dispatchType: String): NewCall
def callNode(node: Node, code: String, name: String, methodFullName: String, dispatchType: String, signature: Option[String], typeFullName: Option[String]): NewCall
protected def controlStructureNode(node: Node, controlStructureType: String, code: String): NewControlStructure
protected def identifierNode(node: Node, name: String, code: String, typeFullName: String, dynamicTypeHints: Seq[String]): NewIdentifier
protected def jumpTargetNode(node: Node, name: String, code: String, parserTypeName: Option[String]): NewJumpTarget
protected def literalNode(node: Node, code: String, typeFullName: String, dynamicTypeHints: Seq[String]): NewLiteral
protected def localNode(node: Node, name: String, code: String, typeFullName: String, closureBindingId: Option[String]): NewLocal
protected def memberNode(node: Node, name: String, code: String, typeFullName: String, dynamicTypeHints: Seq[String]): NewMember
def methodNode(node: Node, name: String, fullName: String, signature: String, fileName: String): NewMethod
protected def methodNode(node: Node, name: String, code: String, fullName: String, signature: Option[String], fileName: String, astParentType: Option[String], astParentFullName: Option[String]): NewMethod
protected def methodRefNode(node: Node, code: String, methodFullName: String, typeFullName: String): NewMethodRef
protected def newImportNode(code: String, importedEntity: String, importedAs: String, include: Node): NewImport
protected def parameterInNode(node: Node, name: String, code: String, index: Int, isVariadic: Boolean, evaluationStrategy: String, typeFullName: String): NewMethodParameterIn
protected def parameterInNode(node: Node, name: String, code: String, index: Int, isVariadic: Boolean, evaluationStrategy: String, typeFullName: Option[String]): NewMethodParameterIn
def typeDeclNode(node: Node, name: String, fullName: String, fileName: String, inheritsFrom: Seq[String], alias: Option[String]): NewTypeDecl
protected def typeDeclNode(node: Node, name: String, fullName: String, filename: String, code: String, astParentType: String, astParentFullName: String, inherits: Seq[String], alias: Option[String]): NewTypeDecl
In this article