Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EarlyExitException

An exception of this type will be saved in {@link Parser.errors} when {@link Parser.AT_LEAST_ONE} or {@link Parser.AT_LEAST_ONE_SEP} was called but failed to match even a single iteration.

Hierarchy

  • Error
    • EarlyExitException

Implements

Index

Constructors

constructor

Properties

context

message

message: string

name

name: string

previousToken

previousToken: IToken

resyncedTokens

resyncedTokens: IToken[]

Optional stack

stack: string

token

token: IToken

Static Error

Error: ErrorConstructor

Generated using TypeDoc