All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Java.target.apidocs.org.antlr.v4.runtime.LexerNoViableAltException.html Maven / Gradle / Ivy

There is a newer version: 4.13.1.5
Show newest version






LexerNoViableAltException (ANTLR 4 Runtime (Optimized) 4.13.1.3 API)












org.antlr.v4.runtime

Class LexerNoViableAltException

    • Constructor Detail

      • LexerNoViableAltException

        public LexerNoViableAltException(@Nullable
                                         Lexer lexer,
                                         @NotNull
                                         CharStream input,
                                         int startIndex,
                                         @Nullable
                                         ATNConfigSet deadEndConfigs)
    • Method Detail

      • getStartIndex

        public int getStartIndex()
      • getDeadEndConfigs

        @Nullable
        public ATNConfigSet getDeadEndConfigs()
      • getInputStream

        public CharStream getInputStream()
        Description copied from class: RecognitionException
        Gets the input stream which is the symbol source for the recognizer where this exception was thrown.

        If the input stream is not available, this method returns null.

        Overrides:
        getInputStream in class RecognitionException
        Returns:
        The input stream which is the symbol source for the recognizer where this exception was thrown, or null if the stream is not available.

Copyright © 1992–2023 Daniel Sun. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy