WalkedFunctionArgument

data class WalkedFunctionArgument(val name: String?, val value: String)

Structured data produced by FunctionCallWalkerParser which represents a function call argument.

Parameters

name

the name of the argument, if the argument is named

value

the raw value of the argument

Constructors

Link copied to clipboard
constructor(name: String?, value: String)

Properties

Link copied to clipboard
val name: String?
Link copied to clipboard