Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected _leftNode

_leftNode: this

Protected _parent

_parent: this

Protected _rightNode

_rightNode: this

Protected _subType

_subType: SubType

Protected _type

_type: Type

Protected _value

_value: Token

Accessors

leftNode

leftNode:

parent

parent:

rightNode

rightNode:

subType

subType:

type

type:

value

value:

Methods

Private climbUp

  • climbUp(token: Token): this

Private createChildNode

  • createChildNode(value?: Token): this

Private createParentNode

  • createParentNode(value?: Token): this

Private findOpenedBracket

  • findOpenedBracket(): this

findRoot

  • findRoot(): this

hasOpenBracket

  • hasOpenBracket(): boolean

Private insertJointNodeToLeft

  • insertJointNodeToLeft(value: Token): this

insertJointNodeToRight

  • insertJointNodeToRight(value: Token): this

insertNode

  • insertNode(value: Token): this

Private insertOperatorNode

  • insertOperatorNode(value: Token): this

Private isClimbTop

  • isClimbTop(token: Token): boolean

isRoot

  • isRoot(): boolean

Private isTokenHighest

  • isTokenHighest(token: Token): boolean

isValid

  • isValid(): boolean

Private needJointRight

  • needJointRight(rootNode: this, value: Token): true | false | this

removeClosestBracket

  • removeClosestBracket(): this

removeLeftNode

  • removeLeftNode(): void

removeParent

  • removeParent(): void

removeRightNode

  • removeRightNode(): void

removeRootBracket

  • removeRootBracket(): this

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc