public class GrammarDanglingStateMessage extends Message
| Modifier and Type | Field | Description |
|---|---|---|
DecisionProbe |
probe |
|
DFAState |
problemState |
| Constructor | Description |
|---|---|
GrammarDanglingStateMessage(DecisionProbe probe,
DFAState problemState) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
toString() |
getLocationTemplate, getMessageTemplate, setColumn, setLine, setMessageID, toStringpublic DecisionProbe probe
public DFAState problemState
public GrammarDanglingStateMessage(DecisionProbe probe, DFAState problemState)
Copyright © 1992–2018 ANTLR. All rights reserved.