antlr-d v1.6.7 (2020-02-12T09:00:42Z)
Dub
Repo
Lexer.recover
antlr
v4
runtime
Lexer
Lexer
Undocumented in source. Be warned that the author may not have intended to support it.
void
recover
(LexerNoViableAltException e)
class
Lexer
void
recover
(
LexerNoViableAltException
e
)
void
recover
(RecognitionException re)
Meta
Source
See Implementation
antlr
v4
runtime
Lexer
Lexer
constructors
this
functions
action
emit
emitEOF
getAllTokens
getChannel
getChannelNames
getCharErrorDisplay
getCharIndex
getCharPositionInLine
getErrorDisplay
getInputStream
getLine
getModeNames
getSourceName
getText
getToken
getTokenNames
getType
mode
more
nextToken
notifyListeners
popMode
pushMode
recover
reset
setChannel
setCharPositionInLine
setInputStream
setLine
setText
setToken
setType
skip
tokenFactory
static variables
DEFAULT_MODE
DEFAULT_TOKEN_CHANNEL
HIDDEN
MAX_CHAR_VALUE
MIN_CHAR_VALUE
MORE
SKIP
variables
_channel
_hitEOF
_input
_mode
_modeStack
_text
_token
_tokenFactorySourcePair
_tokenStartCharIndex
_tokenStartCharPositionInLine
_tokenStartLine
_type
tokenFactory_