|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.antlr.tool.Message
org.antlr.tool.GrammarInsufficientPredicatesMessage
public class GrammarInsufficientPredicatesMessage
| Field Summary | |
|---|---|
Map<Integer,Set<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,
Map<Integer,Set<Token>> altToLocations)
|
|
| Method Summary | |
|---|---|
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 |
|---|
public DecisionProbe probe
public Map<Integer,Set<Token>> altToLocations
public DFAState problemState
| Constructor Detail |
|---|
public GrammarInsufficientPredicatesMessage(DecisionProbe probe,
DFAState problemState,
Map<Integer,Set<Token>> altToLocations)
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||