@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.SemanticExceptionvoid startElement(N name) throws antlr.SemanticException
antlr.SemanticExceptionvoid endElement(N name) throws antlr.SemanticException
antlr.SemanticExceptionvoid characters(String text) throws antlr.SemanticException
antlr.SemanticExceptionvoid warning(String message) throws antlr.SemanticException
antlr.SemanticExceptionvoid error(String message) throws antlr.SemanticException
antlr.SemanticExceptionvoid fatalError(String message) throws antlr.SemanticException
antlr.SemanticExceptionsee also the complete user documentation .