AstForFunctionsCreator

io.joern.jssrc2cpg.astcreation.AstForFunctionsCreator

Attributes

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

Members list

Concise view

Type members

Classlikes

case class MethodAst(ast: Ast, methodNode: NewMethod, methodAst: Ast)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

protected def astForFunctionDeclaration(func: BabelNodeInfo, shouldCreateFunctionReference: Boolean, shouldCreateAssignmentCall: Boolean): Ast
protected def astForTSDeclareFunction(func: BabelNodeInfo): Ast
protected def createMethodAstAndNode(func: BabelNodeInfo, shouldCreateFunctionReference: Boolean, shouldCreateAssignmentCall: Boolean, methodBlockContent: List[Ast]): MethodAst
protected def createMethodDefinitionNode(func: BabelNodeInfo, methodBlockContent: List[Ast]): NewMethod