Class Java8Lexer

java.lang.Object
org.antlr.v4.runtime.Recognizer<java.lang.Integer,​org.antlr.v4.runtime.atn.LexerATNSimulator>
org.antlr.v4.runtime.Lexer
org.nuiton.i18n.plugin.parser.java.Java8Lexer
All Implemented Interfaces:
org.antlr.v4.runtime.TokenSource

public class Java8Lexer
extends org.antlr.v4.runtime.Lexer
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static org.antlr.v4.runtime.atn.ATN _ATN  
    static java.lang.String _serializedATN  
    static int ABSTRACT  
    static int ADD  
    static int ADD_ASSIGN  
    static int AND  
    static int AND_ASSIGN  
    static int ARROW  
    static int ASSERT  
    static int ASSIGN  
    static int AT  
    static int BANG  
    static int BITAND  
    static int BITOR  
    static int BOOLEAN  
    static int BooleanLiteral  
    static int BREAK  
    static int BYTE  
    static int CARET  
    static int CASE  
    static int CATCH  
    static int CHAR  
    static int CharacterLiteral  
    static int CLASS  
    static int COLON  
    static int COLONCOLON  
    static int COMMA  
    static int COMMENT  
    static int CONST  
    static int CONTINUE  
    static int DEC  
    static int DEFAULT  
    static int DIV  
    static int DIV_ASSIGN  
    static int DO  
    static int DOT  
    static int DOUBLE  
    static int ELLIPSIS  
    static int ELSE  
    static int ENUM  
    static int EQUAL  
    static int EXTENDS  
    static int FINAL  
    static int FINALLY  
    static int FLOAT  
    static int FloatingPointLiteral  
    static int FOR  
    static int GE  
    static int GOTO  
    static int GT  
    static int Identifier  
    static int IF  
    static int IMPLEMENTS  
    static int IMPORT  
    static int INC  
    static int INSTANCEOF  
    static int INT  
    static int IntegerLiteral  
    static int INTERFACE  
    static int LBRACE  
    static int LBRACK  
    static int LE  
    static int LINE_COMMENT  
    static int LONG  
    static int LPAREN  
    static int LSHIFT_ASSIGN  
    static int LT  
    static int MOD  
    static int MOD_ASSIGN  
    static java.lang.String[] modeNames  
    static int MUL  
    static int MUL_ASSIGN  
    static int NATIVE  
    static int NEW  
    static int NOTEQUAL  
    static int NullLiteral  
    static int OR  
    static int OR_ASSIGN  
    static int PACKAGE  
    static int PRIVATE  
    static int PROTECTED  
    static int PUBLIC  
    static int QUESTION  
    static int RBRACE  
    static int RBRACK  
    static int RETURN  
    static int RPAREN  
    static int RSHIFT_ASSIGN  
    static java.lang.String[] ruleNames  
    static int SEMI  
    static int SHORT  
    static int STATIC  
    static int STRICTFP  
    static int StringLiteral  
    static int SUB  
    static int SUB_ASSIGN  
    static int SUPER  
    static int SWITCH  
    static int SYNCHRONIZED  
    static int THIS  
    static int THROW  
    static int THROWS  
    static int TILDE  
    static java.lang.String[] tokenNames
    Deprecated.
    Use VOCABULARY instead.
    static int TRANSIENT  
    static int TRY  
    static int URSHIFT_ASSIGN  
    static org.antlr.v4.runtime.Vocabulary VOCABULARY  
    static int VOID  
    static int VOLATILE  
    static int WHILE  
    static int WS  
    static int XOR_ASSIGN  

    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
    Java8Lexer​(org.antlr.v4.runtime.CharStream input)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getGrammarFileName()  
    java.lang.String[] getModeNames()  
    java.lang.String[] getRuleNames()  
    java.lang.String getSerializedATN()  
    java.lang.String[] getTokenNames()
    Deprecated.
    org.antlr.v4.runtime.Vocabulary getVocabulary()  
    boolean sempred​(org.antlr.v4.runtime.RuleContext _localctx, int ruleIndex, int predIndex)  

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

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

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

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait