AstForPrimitivesCreator

io.joern.jssrc2cpg.astcreation.AstForPrimitivesCreator

Attributes

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

Members list

Concise view

Value members

Concrete methods

protected def astForBigIntLiteral(bigIntLiteral: BabelNodeInfo): Ast
protected def astForBooleanLiteral(booleanLiteral: BabelNodeInfo): Ast
protected def astForDecimalLiteral(decimalLiteral: BabelNodeInfo): Ast
protected def astForIdentifier(ident: BabelNodeInfo, typeFullName: Option[String]): Ast
protected def astForImportKeyword(importKeyword: BabelNodeInfo): Ast
protected def astForNullLiteral(nullLiteral: BabelNodeInfo): Ast
protected def astForNumberLiteral(numberLiteral: BabelNodeInfo): Ast
protected def astForNumericLiteral(numericLiteral: BabelNodeInfo): Ast
protected def astForPrivateName(privateName: BabelNodeInfo): Ast
protected def astForRegExpLiteral(regExpLiteral: BabelNodeInfo): Ast
protected def astForRegexLiteral(regexLiteral: BabelNodeInfo): Ast
protected def astForSpreadOrRestElement(spreadElement: BabelNodeInfo, arg1Ast: Option[Ast]): Ast
protected def astForStringLiteral(stringLiteral: BabelNodeInfo): Ast
protected def astForSuperKeyword(superKeyword: BabelNodeInfo): Ast
protected def astForTemplateElement(templateElement: BabelNodeInfo): Ast
protected def astForTemplateLiteral(templateLiteral: BabelNodeInfo): Ast