Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AssignmentExpression

Hierarchy

  • Node
    • AssignmentExpression

Index

Properties

end

end: number

Optional innerComments

innerComments: Comment[]

Optional leadingComments

leadingComments: Comment[]

left

left: LVal

loc

operator

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

right

right: Expression

start

start: number

Optional trailingComments

trailingComments: Comment[]

type

type: "AssignmentExpression"

Generated using TypeDoc