Class FunctionCall

Hierarchy

  • AbstractFunctionCall
    • FunctionCall

Constructors

  • Parameters

    • ctx: FunctionCallContext
    • visitor: SolidityParserVisitor<any>

    Returns FunctionCall

Properties

arguments: null | CallArgumentList = null
expression: ExpressionNode
location: Location
range: [number, number]
type: "FunctionCall" = ...

Generated using TypeDoc