程序包 org.antlr.tool

类 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"
    • 字段详细资料

      • offendingToken

        public Token offendingToken
        Most of the time, we'll have a token and so this will be set.
    • 方法详细资料

      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object