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

expression

expression:

leftNode

leftNode:

parent

parent:

rightNode

rightNode:

subType

subType:

type

type:

value

value:

Methods

Private findOperator

findRoot

  • findRoot(): this

Private getParentOperator

hasOpenBracket

  • hasOpenBracket(): boolean

insertJointNodeToRight

  • insertJointNodeToRight(value: Token): this

insertNode

  • insertNode(value: Token): this

Private isNeededBracket

  • isNeededBracket(): boolean

isRoot

  • isRoot(): boolean

isValid

  • isValid(): boolean

Private makeExpression

  • makeExpression(): string[]

Private makeOperatorClause

  • makeOperatorClause(): string[]

Private makeOperatorExpression

  • makeOperatorExpression(): string[]

Private makeValueExpression

  • makeValueExpression(): string[]

removeClosestBracket

  • removeClosestBracket(): this

removeLeftNode

  • removeLeftNode(): void

removeParent

  • removeParent(): void

removeRightNode

  • removeRightNode(): void

removeRootBracket

  • removeRootBracket(): this

Private wrapBracket

  • wrapBracket(expression: string[]): string[]
  • Parameters

    • expression: string[]

    Returns string[]

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