Java 类org.antlr.runtime.MismatchedSetException 实例源码

项目:rview    文件:QueryLexer.java   
public final void mWS() throws RecognitionException {
    try {
        int _type = WS;
        int _channel = DEFAULT_TOKEN_CHANNEL;
        // src/Query.g:138:3: ( ( ' ' | '\\r' | '\\t' | '\\n' ) )
        // src/Query.g:138:6: ( ' ' | '\\r' | '\\t' | '\\n' )
        {
            if ( (input.LA(1) >= '\t' && input.LA(1) <= '\n')
                       ||input.LA(1)=='\r'||input.LA(1)==' ' ) {
                input.consume();
            }
            else {
                MismatchedSetException mse = new MismatchedSetException(null,input);
                recover(mse);
                throw mse;
            }
            _channel=HIDDEN;
        }

        state.type = _type;
        state.channel = _channel;
    }
    finally {
        // do for sure before leaving
    }
}
项目:rview    文件:QueryLexer.java   
public final void mNON_WORD() throws RecognitionException {
    try {
        // src/Query.g:160:3: ( ( '\\u0000' .. ' ' | '!' | '\"' | '$' | '%' | '&' | '\\''
           //      | '(' | ')' | ':' | ';' | '?' | '[' | ']' | '{' | '}' ) )
        // src/Query.g:
        {
            if ( (input.LA(1) >= '\u0000' && input.LA(1) <= '\"')||(input.LA(1) >= '$'
                    && input.LA(1) <= ')')||(input.LA(1) >= ':' && input.LA(1) <= ';')
                    ||input.LA(1)=='?'||input.LA(1)=='['||input.LA(1)==']'
                    ||input.LA(1)=='{'||input.LA(1)=='}' ) {
                input.consume();
            }
            else {
                MismatchedSetException mse = new MismatchedSetException(null,input);
                recover(mse);
                throw mse;
            }
        }

    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mA_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:22:13: ( 'a' | 'A' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mB_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:23:13: ( 'b' | 'B' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='B'||input.LA(1)=='b' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:openbd-core    文件:CFMLLexer.java   
public final void mDIGIT() throws RecognitionException {
    try {
        // E:\\BlueDragon\\OpenBD_ANTLR\\src\\com\\naryx\\tagfusion\\cfm\\parser\\CFML.g:202:2: ( '\\u0030' .. '\\u0039' | '\\u0660' .. '\\u0669' | '\\u06f0' .. '\\u06f9' | '\\u0966' .. '\\u096f' | '\\u09e6' .. '\\u09ef' | '\\u0a66' .. '\\u0a6f' | '\\u0ae6' .. '\\u0aef' | '\\u0b66' .. '\\u0b6f' | '\\u0be7' .. '\\u0bef' | '\\u0c66' .. '\\u0c6f' | '\\u0ce6' .. '\\u0cef' | '\\u0d66' .. '\\u0d6f' | '\\u0e50' .. '\\u0e59' | '\\u0ed0' .. '\\u0ed9' | '\\u1040' .. '\\u1049' )
        // E:\\BlueDragon\\OpenBD_ANTLR\\src\\com\\naryx\\tagfusion\\cfm\\parser\\CFML.g:
        {
        if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='\u0660' && input.LA(1)<='\u0669')||(input.LA(1)>='\u06F0' && input.LA(1)<='\u06F9')||(input.LA(1)>='\u0966' && input.LA(1)<='\u096F')||(input.LA(1)>='\u09E6' && input.LA(1)<='\u09EF')||(input.LA(1)>='\u0A66' && input.LA(1)<='\u0A6F')||(input.LA(1)>='\u0AE6' && input.LA(1)<='\u0AEF')||(input.LA(1)>='\u0B66' && input.LA(1)<='\u0B6F')||(input.LA(1)>='\u0BE7' && input.LA(1)<='\u0BEF')||(input.LA(1)>='\u0C66' && input.LA(1)<='\u0C6F')||(input.LA(1)>='\u0CE6' && input.LA(1)<='\u0CEF')||(input.LA(1)>='\u0D66' && input.LA(1)<='\u0D6F')||(input.LA(1)>='\u0E50' && input.LA(1)<='\u0E59')||(input.LA(1)>='\u0ED0' && input.LA(1)<='\u0ED9')||(input.LA(1)>='\u1040' && input.LA(1)<='\u1049') ) {
            input.consume();

        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;}


        }

    }
    finally {
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mD_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:25:13: ( 'd' | 'D' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='D'||input.LA(1)=='d' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mE_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:26:13: ( 'e' | 'E' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mF_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:27:13: ( 'f' | 'F' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='F'||input.LA(1)=='f' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mG_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:28:13: ( 'g' | 'G' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='G'||input.LA(1)=='g' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:PDFReporter-Studio    文件:InternalJavaJRExpressionLexer.java   
public final void mRULE_LONGSUFFIX() throws RecognitionException {
    try {
        // ../com.jaspersoft.studio.editor.jrexpressions/src-gen/com/jaspersoft/studio/editor/jrexpressions/parser/antlr/internal/InternalJavaJRExpression.g:3118:26: ( ( 'l' | 'L' ) )
        // ../com.jaspersoft.studio.editor.jrexpressions/src-gen/com/jaspersoft/studio/editor/jrexpressions/parser/antlr/internal/InternalJavaJRExpression.g:3118:28: ( 'l' | 'L' )
        {
        if ( input.LA(1)=='L'||input.LA(1)=='l' ) {
            input.consume();

        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;}


        }

    }
    finally {
    }
}
项目:PDFReporter-Studio    文件:InternalJavaJRExpressionLexer.java   
public final void mRULE_FLOATSUFFIX() throws RecognitionException {
    try {
        // ../com.jaspersoft.studio.editor.jrexpressions.ui/src-gen/com/jaspersoft/studio/editor/jrexpressions/ui/contentassist/antlr/internal/InternalJavaJRExpression.g:8603:27: ( ( 'f' | 'F' ) )
        // ../com.jaspersoft.studio.editor.jrexpressions.ui/src-gen/com/jaspersoft/studio/editor/jrexpressions/ui/contentassist/antlr/internal/InternalJavaJRExpression.g:8603:29: ( 'f' | 'F' )
        {
        if ( input.LA(1)=='F'||input.LA(1)=='f' ) {
            input.consume();

        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;}


        }

    }
    finally {
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mJ_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:31:13: ( 'j' | 'J' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='J'||input.LA(1)=='j' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mK_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:32:13: ( 'k' | 'K' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='K'||input.LA(1)=='k' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mM_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:34:13: ( 'm' | 'M' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='M'||input.LA(1)=='m' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mN_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:35:13: ( 'n' | 'N' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='N'||input.LA(1)=='n' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mO_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:36:13: ( 'o' | 'O' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mP_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:37:13: ( 'p' | 'P' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mQ_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:38:13: ( 'q' | 'Q' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='Q'||input.LA(1)=='q' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mR_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:39:13: ( 'r' | 'R' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='R'||input.LA(1)=='r' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mS_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:40:13: ( 's' | 'S' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='S'||input.LA(1)=='s' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mT_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:41:13: ( 't' | 'T' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='T'||input.LA(1)=='t' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mU_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:42:13: ( 'u' | 'U' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='U'||input.LA(1)=='u' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mV_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:43:13: ( 'v' | 'V' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='V'||input.LA(1)=='v' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mW_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:44:13: ( 'w' | 'W' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='W'||input.LA(1)=='w' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mX_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:45:13: ( 'x' | 'X' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='X'||input.LA(1)=='x' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mY_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:46:13: ( 'y' | 'Y' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='Y'||input.LA(1)=='y' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mZ_() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:47:13: ( 'z' | 'Z' )
        // D:\\TJSIB\\SQL.g:
        {
        if ( input.LA(1)=='Z'||input.LA(1)=='z' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:OracleSQLLexer.java   
public final void mHEX_DIGIT_FRAGMENT() throws RecognitionException {
    try {
        // D:\\TJSIB\\SQL.g:51:20: ( ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' ) )
        // D:\\TJSIB\\SQL.g:
        {
        if ( (input.LA(1) >= '0' && input.LA(1) <= '9')||(input.LA(1) >= 'A' && input.LA(1) <= 'F')||(input.LA(1) >= 'a' && input.LA(1) <= 'f') ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:SybaseSQLLexer.java   
public final void mA_() throws RecognitionException {
    try {
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:22:13: ( 'a' | 'A' )
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:
        {
        if ( input.LA(1)=='A'||input.LA(1)=='a' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:SybaseSQLLexer.java   
public final void mB_() throws RecognitionException {
    try {
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:23:13: ( 'b' | 'B' )
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:
        {
        if ( input.LA(1)=='B'||input.LA(1)=='b' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:SybaseSQLLexer.java   
public final void mC_() throws RecognitionException {
    try {
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:24:13: ( 'c' | 'C' )
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:
        {
        if ( input.LA(1)=='C'||input.LA(1)=='c' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:SybaseSQLLexer.java   
public final void mF_() throws RecognitionException {
    try {
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:27:13: ( 'f' | 'F' )
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:
        {
        if ( input.LA(1)=='F'||input.LA(1)=='f' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:SybaseSQLLexer.java   
public final void mH_() throws RecognitionException {
    try {
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:29:13: ( 'h' | 'H' )
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:
        {
        if ( input.LA(1)=='H'||input.LA(1)=='h' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:SybaseSQLLexer.java   
public final void mI_() throws RecognitionException {
    try {
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:30:13: ( 'i' | 'I' )
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:
        {
        if ( input.LA(1)=='I'||input.LA(1)=='i' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:SybaseSQLLexer.java   
public final void mJ_() throws RecognitionException {
    try {
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:31:13: ( 'j' | 'J' )
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:
        {
        if ( input.LA(1)=='J'||input.LA(1)=='j' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:SybaseSQLLexer.java   
public final void mK_() throws RecognitionException {
    try {
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:32:13: ( 'k' | 'K' )
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:
        {
        if ( input.LA(1)=='K'||input.LA(1)=='k' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:SybaseSQLLexer.java   
public final void mL_() throws RecognitionException {
    try {
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:33:13: ( 'l' | 'L' )
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:
        {
        if ( input.LA(1)=='L'||input.LA(1)=='l' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:SybaseSQLLexer.java   
public final void mM_() throws RecognitionException {
    try {
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:34:13: ( 'm' | 'M' )
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:
        {
        if ( input.LA(1)=='M'||input.LA(1)=='m' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:SybaseSQLLexer.java   
public final void mO_() throws RecognitionException {
    try {
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:36:13: ( 'o' | 'O' )
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:
        {
        if ( input.LA(1)=='O'||input.LA(1)=='o' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}
项目:GemFireLite    文件:SybaseSQLLexer.java   
public final void mP_() throws RecognitionException {
    try {
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:37:13: ( 'p' | 'P' )
        // D:\\MOR\\CrorderMain\\CrorderMq\\src\\main\\resources\\SQL.g:
        {
        if ( input.LA(1)=='P'||input.LA(1)=='p' ) {
            input.consume();
        }
        else {
            MismatchedSetException mse = new MismatchedSetException(null,input);
            recover(mse);
            throw mse;
        }


        }


    }
    finally {
        // do for sure before leaving
    }
}