java.lang.Object
org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
org.antlr.v4.runtime.Lexer
com.twineworks.tweakflow.grammar.TweakFlowLexer
com.twineworks.tweakflow.lang.parse.bailing.BailLexer
All Implemented Interfaces:
org.antlr.v4.runtime.TokenSource

public class BailLexer extends com.twineworks.tweakflow.grammar.TweakFlowLexer
  • Field Summary

    Fields inherited from class com.twineworks.tweakflow.grammar.TweakFlowLexer

    _ATN, _decisionToDFA, _serializedATN, _sharedContextCache, ALIAS, AND, ANDT, ANY, AS, AT, BACKSLASH, BIN, BINARY, BIT_AND, BIT_OR, BIT_XOR, BOOLEAN, CATCH, channelNames, COLON, COMMA, COMMENTS, CONCAT, DATETIME, DBL, DEBUG, DEC, DECIMAL, DEFAULT, DEFEQ, DICT, DIV, DOC, DOLLAR, DOT, DOUBLE, DOUBLE_COLON, DT, ELSE, END_OF_STATEMENT, EQ, EXCL, EXPORT, FALSE, FOR, FROM, FUNCTION, GENERATOR, GLOBAL, GLOBAL_REF, GT, GTE, HEREDOC_STRING, HEX, IDENTIFIER, IEQ, IF, IMPORT, IN_SCOPE, INLINE_COMMENT, INT, INTDIV, INTERACTIVE, IS, KEY, LBLOCK, LCURLY, LET, LIBRARY, LIBRARY_REF, LINE_COMMENT, LIST, LONG, LP, LT, LTE, MATCH, META, MINUS, MOD, modeNames, MODULE, MODULE_REF, NEQ, NIEQ, NIL, NOT, OR, ORT, PLUS, POW, PRESERVING_SHIFT_RIGHT, PROVIDED, RBLOCK, RCURLY, RET, RP, ruleNames, SHIFT_LEFT, SPLAT, SQ, STAR, STRING, STRING_BEGIN, STRING_END, STRING_ESCAPE_SEQUENCE, STRING_INTERPOLATION, STRING_TEXT, StringMode, THEN, THREAD, THROW, TILDE, tokenNames, TRUE, TRY, TYPE_OF, UNRECOGNIZED_STRING_ESCAPE_SEQUENCE, VIA, VOCABULARY, VOID, VSTRING, WHITESPACE, WS, ZERO_SHIFT_RIGHT

    Fields inherited from class org.antlr.v4.runtime.Lexer

    _channel, _factory, _hitEOF, _input, _mode, _modeStack, _text, _token, _tokenFactorySourcePair, _tokenStartCharIndex, _tokenStartCharPositionInLine, _tokenStartLine, _type, DEFAULT_MODE, DEFAULT_TOKEN_CHANNEL, HIDDEN, MAX_CHAR_VALUE, MIN_CHAR_VALUE, MORE, SKIP

    Fields inherited from class org.antlr.v4.runtime.Recognizer

    _interp, EOF
  • Constructor Summary

    Constructors
    Constructor
    Description
    BailLexer(org.antlr.v4.runtime.CharStream input)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    recover(org.antlr.v4.runtime.LexerNoViableAltException e)
     
    void
    recover(org.antlr.v4.runtime.RecognitionException e)
     

    Methods inherited from class com.twineworks.tweakflow.grammar.TweakFlowLexer

    action, getATN, getChannelNames, getGrammarFileName, getModeNames, getRuleNames, getSerializedATN, getTokenNames, getVocabulary

    Methods inherited from class org.antlr.v4.runtime.Lexer

    emit, emit, emitEOF, getAllTokens, getChannel, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getErrorDisplay, getErrorDisplay, getInputStream, getLine, getSourceName, getText, getToken, getTokenFactory, getType, mode, more, nextToken, notifyListeners, popMode, pushMode, reset, setChannel, setCharPositionInLine, setInputStream, setLine, setText, setToken, setTokenFactory, setType, skip

    Methods inherited from class org.antlr.v4.runtime.Recognizer

    addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getParseInfo, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, precpred, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BailLexer

      public BailLexer(org.antlr.v4.runtime.CharStream input)
  • Method Details

    • recover

      public void recover(org.antlr.v4.runtime.LexerNoViableAltException e)
      Overrides:
      recover in class org.antlr.v4.runtime.Lexer
    • recover

      public void recover(org.antlr.v4.runtime.RecognitionException e)
      Overrides:
      recover in class org.antlr.v4.runtime.Lexer