ArgumentEvaluator

class ArgumentEvaluator(val targetCall: Op, val argPos: Int, val originCall: Op) : Evaluator(source)

Constructors

Link copied to clipboard
constructor(targetCall: Op, argPos: Int, originCall: Op)

Properties

Link copied to clipboard
val argPos: Int
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun evaluate(context: EvaluationContext): List<CpgFinding>