@Runtime public interface EventGenerator<N,D>
X_LLkParser
. See there for details!
SAXEventGenerator
, which maps these events to SAX events.Modifier and Type | Method and Description |
---|---|
void |
allow() |
void |
characters(String text) |
void |
endElement(N name) |
void |
error(String message) |
void |
fatalError(String message) |
Location<D> |
getLocation() |
Location<D> |
getLocation(antlr.RecognitionException e) |
void |
startElement(N name) |
void |
suppress() |
void |
warning(String message) |
void suppress()
void allow() throws antlr.SemanticException
antlr.SemanticException
void startElement(N name) throws antlr.SemanticException
antlr.SemanticException
void endElement(N name) throws antlr.SemanticException
antlr.SemanticException
void characters(String text) throws antlr.SemanticException
antlr.SemanticException
void warning(String message) throws antlr.SemanticException
antlr.SemanticException
void error(String message) throws antlr.SemanticException
antlr.SemanticException
void fatalError(String message) throws antlr.SemanticException
antlr.SemanticException
see also the complete user documentation .