程序包 org.antlr.tool

类 ErrorManager.ErrorState

  • 封闭类:
    ErrorManager

    public static class ErrorManager.ErrorState
    extends java.lang.Object
    • 构造器概要

      构造器 
      构造器 说明
      ErrorState()  
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • errors

        public int errors
      • warnings

        public int warnings
      • infos

        public int infos
      • errorMsgIDs

        public BitSet errorMsgIDs
        Track all msgIDs; we use to abort later if necessary also used in Message to find out what type of message it is via getMessageType()
      • warningMsgIDs

        public BitSet warningMsgIDs
    • 构造器详细资料

      • ErrorState

        public ErrorState()