Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Section<S>

parser section state manager

Type parameters

  • S: string

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Section(sections: S[]): Section

Properties

Private index

index: number = 0

sections

sections: S[]

Methods

get

  • get(): S

is

  • is(section: S): boolean

next

  • next(): number

previous

  • previous(): number

set

  • set(section: S): number

Generated using TypeDoc