AstForTypesCreator

io.joern.rubysrc2cpg.astcreation.AstForTypesCreator
trait AstForTypesCreator(implicit withSchemaValidation: ValidationMode)

Attributes

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

Members list

Value members

Concrete methods

protected def astForClassDeclaration(node: ClassDeclaration, defaultCtor: Boolean): Ast
protected def astForModuleDeclaration(node: ModuleDeclaration): Ast
protected def astsForFieldDeclarations(node: FieldsDeclaration): Seq[Ast]