C# Class Antlr4.Tool.GrammarParserInterpreter.BailButConsumeErrorStrategy

Inheritance: Antlr4.Runtime.DefaultErrorStrategy
Show file Open project: sharwell/antlr4cs

Public Properties

Property Type Description
firstErrorTokenIndex int

Public Methods

Method Description
Recover ( Parser recognizer, RecognitionException e ) : void
RecoverInline ( Parser recognizer ) : IToken
Sync ( Parser recognizer ) : void

Method Details

Recover() public method

public Recover ( Parser recognizer, RecognitionException e ) : void
recognizer Parser
e Antlr4.Runtime.RecognitionException
return void

RecoverInline() public method

public RecoverInline ( Parser recognizer ) : IToken
recognizer Parser
return IToken

Sync() public method

public Sync ( Parser recognizer ) : void
recognizer Parser
return void

Property Details

firstErrorTokenIndex public property

public int firstErrorTokenIndex
return int