AstForPrimitivesCreator

io.joern.rubysrc2cpg.deprecated.astcreation.AstForPrimitivesCreator
trait AstForPrimitivesCreator(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 astForArrayLiteral(ctx: ArrayConstructorContext): Seq[Ast]
protected def astForDoubleQuotedStringLiteral(ctx: DoubleQuotedStringLiteralContext): Ast
protected def astForEncodingPseudoIdentifier(ctx: EncodingPseudoVariableIdentifierContext): Ast
protected def astForFalseLiteral(ctx: FalsePseudoVariableIdentifierContext): Ast
protected def astForFilePseudoIdentifier(ctx: FilePseudoVariableIdentifierContext): Ast
protected def astForLinePseudoIdentifier(ctx: LinePseudoVariableIdentifierContext): Ast
protected def astForNilLiteral(ctx: NilPseudoVariableIdentifierContext): Ast
protected def astForNumericLiteral(ctx: NumericLiteralContext): Ast
protected def astForRegularExpressionLiteral(ctx: RegularExpressionLiteralContext): Ast
protected def astForSelfPseudoIdentifier(ctx: SelfPseudoVariableIdentifierContext): Ast
protected def astForSingleQuotedStringLiteral(ctx: SingleQuotedStringLiteralContext): Ast
protected def astForSymbolLiteral(ctx: SymbolContext): Ast
protected def astForTrueLiteral(ctx: TruePseudoVariableIdentifierContext): Ast