Ast

io.joern.x2cpg.Ast$
See theAst companion class
object Ast

Attributes

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

Members list

Value members

Concrete methods

def apply(node: NewNode)(implicit withSchemaValidation: ValidationMode): Ast
def apply()(implicit withSchemaValidation: ValidationMode): Ast
def neighbourValidation(src: NewNode, dst: NewNode, edge: String)(implicit withSchemaValidation: ValidationMode): Unit
def storeInDiffGraph(ast: Ast, diffGraph: DiffGraphBuilder): Unit

Copy nodes/edges of given AST into the given diffGraph.

Copy nodes/edges of given AST into the given diffGraph.

Attributes