Hierarchy

Constructors

  • Parameters

    • ctx: IfStatementContext
    • visitor: SolidityParserVisitor<any>

    Returns IfStatement

Properties

condition: ExpressionNode
elseStatement: null | Statement = null
ifStatement: Statement
location: Location
range: [number, number]
type: "IfStatement" = ...

Generated using TypeDoc