Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NoViableAltException

An exception of this type will be saved in {@link Parser.errors} when {@link Parser.OR} was called yet none of the possible alternatives could be matched.

Hierarchy

  • Error
    • NoViableAltException

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