CacheBuilder

io.joern.gosrc2cpg.astcreation.CacheBuilder
trait CacheBuilder(implicit withSchemaValidation: ValidationMode)

Attributes

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

Members list

Value members

Concrete methods

def buildCache(cpgOpt: Option[Cpg]): DiffGraphBuilder
protected def processFuncDecl(funcDeclVal: Value): MethodMetadata
protected def processImports(importDecl: Value, recordFindings: Boolean): (String, String)
protected def processTypeSepc(typeSepc: ParserNodeInfo): (String, String, Seq[Ast])