org.antlr.tool
Class GrammarAnalysisAbortedMessage

java.lang.Object
  extended by org.antlr.tool.Message
      extended by org.antlr.tool.GrammarAnalysisAbortedMessage

public class GrammarAnalysisAbortedMessage
extends Message

Reports the condition that ANTLR's LL(*) analysis engine terminated early.


Field Summary
 DecisionProbe probe
           
 
Fields inherited from class org.antlr.tool.Message
arg, arg2, column, e, file, line, locationST, messageFormatST, msgID, msgST, reportST
 
Constructor Summary
GrammarAnalysisAbortedMessage(DecisionProbe probe)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.antlr.tool.Message
getLocationTemplate, getMessageTemplate, setColumn, setLine, setMessageID, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

probe

public DecisionProbe probe
Constructor Detail

GrammarAnalysisAbortedMessage

public GrammarAnalysisAbortedMessage(DecisionProbe probe)
Method Detail

toString

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