Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BinaryExpression

Hierarchy

  • Node
    • BinaryExpression

Index

Properties

end

end: number

Optional innerComments

innerComments: Comment[]

Optional leadingComments

leadingComments: Comment[]

left

loc

operator

operator: "+" | "-" | "/" | "%" | "*" | "**" | "&" | "|" | ">>" | ">>>" | "<<" | "^" | "==" | "===" | "!=" | "!==" | "in" | "instanceof" | ">" | "<" | ">=" | "<="

right

right: Expression

start

start: number

Optional trailingComments

trailingComments: Comment[]

type

type: "BinaryExpression"

Generated using TypeDoc