Class BinaryOperation<T>

Type Parameters

  • T extends ExpressionContext = ExpressionContext

Hierarchy

Constructors

  • Type Parameters

    • T extends ExpressionContext<T> = ExpressionContext

    Parameters

    • ctx: T
    • visitor: SolidityParserVisitor<any>

    Returns BinaryOperation<T>

Properties

left: null | ExpressionNode = null
location: Location
operator: null | string = null
range: [number, number]
right: null | ExpressionNode = null
type: "BinaryOperation" = ...

Generated using TypeDoc