Class UnaryOperation

Hierarchy

Constructors

  • Parameters

    • ctx: UnaryPrefixOperationContext | UnarySuffixOperationContext
    • visitor: SolidityParserVisitor<any>

    Returns UnaryOperation

Properties

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

Generated using TypeDoc