public class GrammarSemanticsMessage extends ANTLRMessage
| Modifier and Type | Field and Description |
|---|---|
Grammar |
g |
org.antlr.runtime.Token |
offendingToken
Most of the time, we'll have a token such as an undefined rule ref
and so this will be set.
|
charPosition, fileName, line| Constructor and Description |
|---|
GrammarSemanticsMessage(ErrorType etype,
String fileName,
org.antlr.runtime.Token offendingToken,
Object... args) |
public Grammar g
public org.antlr.runtime.Token offendingToken
Copyright © 1992-2013 ANTLR. All Rights Reserved.