Antlr4.Tool.ErrorManager.Panic C# (CSharp) 메소드

Panic() 공개 정적인 메소드

public static Panic ( ) : void
리턴 void
        public static void Panic()
        {
            // can't call tool.panic since there may be multiple tools; just
            // one error manager
            throw new Exception("ANTLR ErrorManager panic");
        }
    }

Same methods

ErrorManager::Panic ( ErrorType errorType ) : void
ErrorManager::Panic ( string msg ) : void