org.antlr.tool
Class GrammarInsufficientPredicatesMessage

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

public class GrammarInsufficientPredicatesMessage
extends Message


Field Summary
 java.util.Map<java.lang.Integer,java.util.Set<antlr.Token>> altToLocations
           
 DecisionProbe probe
           
 DFAState problemState
           
 
Fields inherited from class org.antlr.tool.Message
arg, arg2, column, e, file, line, locationST, messageFormatST, msgID, msgST, reportST
 
Constructor Summary
GrammarInsufficientPredicatesMessage(DecisionProbe probe, DFAState problemState, java.util.Map<java.lang.Integer,java.util.Set<antlr.Token>> altToLocations)
           
 
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

altToLocations

public java.util.Map<java.lang.Integer,java.util.Set<antlr.Token>> altToLocations

problemState

public DFAState problemState
Constructor Detail

GrammarInsufficientPredicatesMessage

public GrammarInsufficientPredicatesMessage(DecisionProbe probe,
                                            DFAState problemState,
                                            java.util.Map<java.lang.Integer,java.util.Set<antlr.Token>> altToLocations)
Method Detail

toString

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


Copyright © 2011. All Rights Reserved.