MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.clusterj.jdbc.antlr.MySQLParser Class Reference
Inheritance diagram for com.mysql.clusterj.jdbc.antlr.MySQLParser:
Collaboration diagram for com.mysql.clusterj.jdbc.antlr.MySQLParser:

Public Member Functions

String getTokenErrorDisplay (Token t)
 MySQLParser (TokenStream input)
 MySQLParser (TokenStream input, RecognizerSharedState state)
void setErrorListener (ErrorListener listener)
ErrorListener getErrorListener ()
void displayRecognitionError (String[] tokenNames, RecognitionException e)
String getErrorHeader (RecognitionException e)
void emitErrorMessage (String msg)
String getErrorMessage (RecognitionException re, String[] tokenNames)
void reportError (RecognitionException e)
void originalDisplayError (String[] tokenNames, RecognitionException e)
void originalReportError (RecognitionException e)
String originalGetErrorHeader (RecognitionException e)
String originalGetErrorMessage (RecognitionException e, String[] tokenNames)
void originalEmitErrorMessage (String msg)

Protected Member Functions

Object getCurrentInputSymbol (IntStream input)

Detailed Description

Author: kroepke

Definition at line 35 of file MySQLParser.java.

Member Function Documentation

void com.mysql.clusterj.jdbc.antlr.MySQLParser.displayRecognitionError ( String[]  tokenNames,
RecognitionException  e 
)
inline

Delegate error presentation to our errorListener if that's set, otherwise pass up the chain.

Definition at line 64 of file MySQLParser.java.

Here is the call graph for this function:


The documentation for this class was generated from the following file: