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

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

There is a newer version: 4.9.0
Show newest version






NoViableAltException (ANTLR 4 Runtime (Optimized) 4.7.3 API)











org.antlr.v4.runtime

Class NoViableAltException

  • All Implemented Interfaces:
    Serializable


    public class NoViableAltException
    extends RecognitionException
    Indicates that the parser could not decide which of two or more paths to take based upon the remaining input. It tracks the starting token of the offending input and also knows where the parser was in the various paths when the error. Reported by reportNoViableAlternative()
    See Also:
    Serialized Form
    • Method Detail

      • getStartToken

        public Token getStartToken()
      • getDeadEndConfigs

        @Nullable
        public ATNConfigSet getDeadEndConfigs()

Copyright © 1992–2019 Tunnel Vision Laboratories, LLC. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy