Exemplo n.º 1
0
        public static void AnalysisAborted(DecisionProbe probe)
        {
            GetErrorState().warnings++;
            Message msg = new GrammarAnalysisAbortedMessage(probe);

            GetErrorState().warningMsgIDs.Add(msg.msgID);
            GetErrorListener().Warning(msg);
        }
Exemplo n.º 2
0
 public static void AnalysisAborted( DecisionProbe probe )
 {
     GetErrorState().warnings++;
     Message msg = new GrammarAnalysisAbortedMessage( probe );
     GetErrorState().warningMsgIDs.Add( msg.msgID );
     GetErrorListener().Warning( msg );
 }