Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

end

end: number | null

innerComments

innerComments: ReadonlyArray<Comment> | null

leadingComments

leadingComments: ReadonlyArray<Comment> | null

left

loc

loc: SourceLocation | null

operator

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

right

right: Expression

start

start: number | null

trailingComments

trailingComments: ReadonlyArray<Comment> | null

type

type: "BinaryExpression"

Generated using TypeDoc