Class GrammarSyntaxMessage


  • public class GrammarSyntaxMessage
    extends Message
    A problem with the syntax of your antlr grammar such as "The '{' came as a complete surprise to me at this point in your program"
    • Field Detail

      • offendingToken

        public Token offendingToken
        Most of the time, we'll have a token and so this will be set.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object