AstCreatorHelper

io.joern.swiftsrc2cpg.astcreation.AstCreatorHelper
trait AstCreatorHelper(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 calcMethodNameAndFullName(func: FunctionDeclSyntax): (String, String)
protected def generateUnusedVariableName(usedVariableNames: HashMap[String, Int], variableName: String): String
protected def notHandledYet(node: SwiftNode): Ast
protected def registerType(typeFullName: String): Unit
protected def stripQuotes(str: String): String