Package org.python.pydev.parser.jython

Examples of org.python.pydev.parser.jython.ParseException


                    funcdef();
                    break;
                default:
                    jj_la1[2] = jj_gen;
                    jj_consume_token(-1);
                    throw new ParseException();
            }
        } catch (Throwable jjte000) {
            if (jjtc000) {
                jjtree.clearNodeScope(jjtn000);
                jjtc000 = false;
View Full Code Here


                            ExtraKeywordList();
                            break;
                        default:
                            jj_la1[8] = jj_gen;
                            jj_consume_token(-1);
                            throw new ParseException();
                    }
                }
                break;
            default:
                jj_la1[9] = jj_gen;
                jj_consume_token(-1);
                throw new ParseException();
        }
    }
View Full Code Here

                    jj_consume_token(MULTIPLY);
                    break;
                default:
                    jj_la1[10] = jj_gen;
                    jj_consume_token(-1);
                    throw new ParseException();
            }
            Name();
        } catch (Throwable jjte000) {
            if (jjtc000) {
                jjtree.clearNodeScope(jjtn000);
View Full Code Here

                }
                break;
            default:
                jj_la1[12] = jj_gen;
                jj_consume_token(-1);
                throw new ParseException();
        }
    }
View Full Code Here

                }
                break;
            default:
                jj_la1[14] = jj_gen;
                jj_consume_token(-1);
                throw new ParseException();
        }
    }
View Full Code Here

                grammarActions.addToPeek(temporaryToken, false);
                break;
            default:
                jj_la1[16] = jj_gen;
                jj_consume_token(-1);
                throw new ParseException();
        }
    }
View Full Code Here

                            SmartTestList();
                            break;
                        default:
                            jj_la1[17] = jj_gen;
                            jj_consume_token(-1);
                            throw new ParseException();
                    }
                } catch (Throwable jjte001) {
                    if (jjtc001) {
                        jjtree.clearNodeScope(jjtn001);
                        jjtc001 = false;
                    } else {
                        jjtree.popNode();
                    }
                    if (jjte001 instanceof RuntimeException) {
                        {
                            if (true)
                                throw (RuntimeException) jjte001;
                        }
                    }
                    if (jjte001 instanceof ParseException) {
                        {
                            if (true)
                                throw (ParseException) jjte001;
                        }
                    }
                    {
                        if (true)
                            throw (Error) jjte001;
                    }
                } finally {
                    if (jjtc001) {
                        jjtree.closeNodeScope(jjtn001, 2);
                        jjtreeCloseNodeScope(jjtn001);
                    }
                }
                break;
            case MINUSEQ:
                jj_consume_token(MINUSEQ);
                SimpleNode jjtn002 = builder.openNode(JJTAUG_MINUS);
                boolean jjtc002 = true;
                jjtree.openNodeScope(jjtn002);
                jjtreeOpenNodeScope(jjtn002);
                try {
                    switch ((jj_ntk == -1) ? jj_ntk() : jj_ntk) {
                        case YIELD:
                            yield_expr();
                            break;
                        case LPAREN:
                        case LBRACE:
                        case LBRACKET:
                        case PLUS:
                        case MINUS:
                        case NOT:
                        case NOT_BOOL:
                        case LAMBDA:
                        case NAME:
                        case DECNUMBER:
                        case HEXNUMBER:
                        case OCTNUMBER:
                        case BINNUMBER:
                        case FLOAT:
                        case COMPLEX:
                        case SINGLE_STRING:
                        case SINGLE_STRING2:
                        case TRIPLE_STRING:
                        case TRIPLE_STRING2:
                        case SINGLE_BSTRING:
                        case SINGLE_BSTRING2:
                        case TRIPLE_BSTRING:
                        case TRIPLE_BSTRING2:
                        case SINGLE_USTRING:
                        case SINGLE_USTRING2:
                        case TRIPLE_USTRING:
                        case TRIPLE_USTRING2:
                        case 151:
                            SmartTestList();
                            break;
                        default:
                            jj_la1[18] = jj_gen;
                            jj_consume_token(-1);
                            throw new ParseException();
                    }
                } catch (Throwable jjte002) {
                    if (jjtc002) {
                        jjtree.clearNodeScope(jjtn002);
                        jjtc002 = false;
                    } else {
                        jjtree.popNode();
                    }
                    if (jjte002 instanceof RuntimeException) {
                        {
                            if (true)
                                throw (RuntimeException) jjte002;
                        }
                    }
                    if (jjte002 instanceof ParseException) {
                        {
                            if (true)
                                throw (ParseException) jjte002;
                        }
                    }
                    {
                        if (true)
                            throw (Error) jjte002;
                    }
                } finally {
                    if (jjtc002) {
                        jjtree.closeNodeScope(jjtn002, 2);
                        jjtreeCloseNodeScope(jjtn002);
                    }
                }
                break;
            case MULTIPLYEQ:
                jj_consume_token(MULTIPLYEQ);
                SimpleNode jjtn003 = builder.openNode(JJTAUG_MULTIPLY);
                boolean jjtc003 = true;
                jjtree.openNodeScope(jjtn003);
                jjtreeOpenNodeScope(jjtn003);
                try {
                    switch ((jj_ntk == -1) ? jj_ntk() : jj_ntk) {
                        case YIELD:
                            yield_expr();
                            break;
                        case LPAREN:
                        case LBRACE:
                        case LBRACKET:
                        case PLUS:
                        case MINUS:
                        case NOT:
                        case NOT_BOOL:
                        case LAMBDA:
                        case NAME:
                        case DECNUMBER:
                        case HEXNUMBER:
                        case OCTNUMBER:
                        case BINNUMBER:
                        case FLOAT:
                        case COMPLEX:
                        case SINGLE_STRING:
                        case SINGLE_STRING2:
                        case TRIPLE_STRING:
                        case TRIPLE_STRING2:
                        case SINGLE_BSTRING:
                        case SINGLE_BSTRING2:
                        case TRIPLE_BSTRING:
                        case TRIPLE_BSTRING2:
                        case SINGLE_USTRING:
                        case SINGLE_USTRING2:
                        case TRIPLE_USTRING:
                        case TRIPLE_USTRING2:
                        case 151:
                            SmartTestList();
                            break;
                        default:
                            jj_la1[19] = jj_gen;
                            jj_consume_token(-1);
                            throw new ParseException();
                    }
                } catch (Throwable jjte003) {
                    if (jjtc003) {
                        jjtree.clearNodeScope(jjtn003);
                        jjtc003 = false;
                    } else {
                        jjtree.popNode();
                    }
                    if (jjte003 instanceof RuntimeException) {
                        {
                            if (true)
                                throw (RuntimeException) jjte003;
                        }
                    }
                    if (jjte003 instanceof ParseException) {
                        {
                            if (true)
                                throw (ParseException) jjte003;
                        }
                    }
                    {
                        if (true)
                            throw (Error) jjte003;
                    }
                } finally {
                    if (jjtc003) {
                        jjtree.closeNodeScope(jjtn003, 2);
                        jjtreeCloseNodeScope(jjtn003);
                    }
                }
                break;
            case DIVIDEEQ:
                jj_consume_token(DIVIDEEQ);
                SimpleNode jjtn004 = builder.openNode(JJTAUG_DIVIDE);
                boolean jjtc004 = true;
                jjtree.openNodeScope(jjtn004);
                jjtreeOpenNodeScope(jjtn004);
                try {
                    switch ((jj_ntk == -1) ? jj_ntk() : jj_ntk) {
                        case YIELD:
                            yield_expr();
                            break;
                        case LPAREN:
                        case LBRACE:
                        case LBRACKET:
                        case PLUS:
                        case MINUS:
                        case NOT:
                        case NOT_BOOL:
                        case LAMBDA:
                        case NAME:
                        case DECNUMBER:
                        case HEXNUMBER:
                        case OCTNUMBER:
                        case BINNUMBER:
                        case FLOAT:
                        case COMPLEX:
                        case SINGLE_STRING:
                        case SINGLE_STRING2:
                        case TRIPLE_STRING:
                        case TRIPLE_STRING2:
                        case SINGLE_BSTRING:
                        case SINGLE_BSTRING2:
                        case TRIPLE_BSTRING:
                        case TRIPLE_BSTRING2:
                        case SINGLE_USTRING:
                        case SINGLE_USTRING2:
                        case TRIPLE_USTRING:
                        case TRIPLE_USTRING2:
                        case 151:
                            SmartTestList();
                            break;
                        default:
                            jj_la1[20] = jj_gen;
                            jj_consume_token(-1);
                            throw new ParseException();
                    }
                } catch (Throwable jjte004) {
                    if (jjtc004) {
                        jjtree.clearNodeScope(jjtn004);
                        jjtc004 = false;
                    } else {
                        jjtree.popNode();
                    }
                    if (jjte004 instanceof RuntimeException) {
                        {
                            if (true)
                                throw (RuntimeException) jjte004;
                        }
                    }
                    if (jjte004 instanceof ParseException) {
                        {
                            if (true)
                                throw (ParseException) jjte004;
                        }
                    }
                    {
                        if (true)
                            throw (Error) jjte004;
                    }
                } finally {
                    if (jjtc004) {
                        jjtree.closeNodeScope(jjtn004, 2);
                        jjtreeCloseNodeScope(jjtn004);
                    }
                }
                break;
            case FLOORDIVIDEEQ:
                jj_consume_token(FLOORDIVIDEEQ);
                SimpleNode jjtn005 = builder.openNode(JJTAUG_FLOORDIVIDE);
                boolean jjtc005 = true;
                jjtree.openNodeScope(jjtn005);
                jjtreeOpenNodeScope(jjtn005);
                try {
                    switch ((jj_ntk == -1) ? jj_ntk() : jj_ntk) {
                        case YIELD:
                            yield_expr();
                            break;
                        case LPAREN:
                        case LBRACE:
                        case LBRACKET:
                        case PLUS:
                        case MINUS:
                        case NOT:
                        case NOT_BOOL:
                        case LAMBDA:
                        case NAME:
                        case DECNUMBER:
                        case HEXNUMBER:
                        case OCTNUMBER:
                        case BINNUMBER:
                        case FLOAT:
                        case COMPLEX:
                        case SINGLE_STRING:
                        case SINGLE_STRING2:
                        case TRIPLE_STRING:
                        case TRIPLE_STRING2:
                        case SINGLE_BSTRING:
                        case SINGLE_BSTRING2:
                        case TRIPLE_BSTRING:
                        case TRIPLE_BSTRING2:
                        case SINGLE_USTRING:
                        case SINGLE_USTRING2:
                        case TRIPLE_USTRING:
                        case TRIPLE_USTRING2:
                        case 151:
                            SmartTestList();
                            break;
                        default:
                            jj_la1[21] = jj_gen;
                            jj_consume_token(-1);
                            throw new ParseException();
                    }
                } catch (Throwable jjte005) {
                    if (jjtc005) {
                        jjtree.clearNodeScope(jjtn005);
                        jjtc005 = false;
                    } else {
                        jjtree.popNode();
                    }
                    if (jjte005 instanceof RuntimeException) {
                        {
                            if (true)
                                throw (RuntimeException) jjte005;
                        }
                    }
                    if (jjte005 instanceof ParseException) {
                        {
                            if (true)
                                throw (ParseException) jjte005;
                        }
                    }
                    {
                        if (true)
                            throw (Error) jjte005;
                    }
                } finally {
                    if (jjtc005) {
                        jjtree.closeNodeScope(jjtn005, 2);
                        jjtreeCloseNodeScope(jjtn005);
                    }
                }
                break;
            case MODULOEQ:
                jj_consume_token(MODULOEQ);
                SimpleNode jjtn006 = builder.openNode(JJTAUG_MODULO);
                boolean jjtc006 = true;
                jjtree.openNodeScope(jjtn006);
                jjtreeOpenNodeScope(jjtn006);
                try {
                    switch ((jj_ntk == -1) ? jj_ntk() : jj_ntk) {
                        case YIELD:
                            yield_expr();
                            break;
                        case LPAREN:
                        case LBRACE:
                        case LBRACKET:
                        case PLUS:
                        case MINUS:
                        case NOT:
                        case NOT_BOOL:
                        case LAMBDA:
                        case NAME:
                        case DECNUMBER:
                        case HEXNUMBER:
                        case OCTNUMBER:
                        case BINNUMBER:
                        case FLOAT:
                        case COMPLEX:
                        case SINGLE_STRING:
                        case SINGLE_STRING2:
                        case TRIPLE_STRING:
                        case TRIPLE_STRING2:
                        case SINGLE_BSTRING:
                        case SINGLE_BSTRING2:
                        case TRIPLE_BSTRING:
                        case TRIPLE_BSTRING2:
                        case SINGLE_USTRING:
                        case SINGLE_USTRING2:
                        case TRIPLE_USTRING:
                        case TRIPLE_USTRING2:
                        case 151:
                            SmartTestList();
                            break;
                        default:
                            jj_la1[22] = jj_gen;
                            jj_consume_token(-1);
                            throw new ParseException();
                    }
                } catch (Throwable jjte006) {
                    if (jjtc006) {
                        jjtree.clearNodeScope(jjtn006);
                        jjtc006 = false;
                    } else {
                        jjtree.popNode();
                    }
                    if (jjte006 instanceof RuntimeException) {
                        {
                            if (true)
                                throw (RuntimeException) jjte006;
                        }
                    }
                    if (jjte006 instanceof ParseException) {
                        {
                            if (true)
                                throw (ParseException) jjte006;
                        }
                    }
                    {
                        if (true)
                            throw (Error) jjte006;
                    }
                } finally {
                    if (jjtc006) {
                        jjtree.closeNodeScope(jjtn006, 2);
                        jjtreeCloseNodeScope(jjtn006);
                    }
                }
                break;
            case ANDEQ:
                jj_consume_token(ANDEQ);
                SimpleNode jjtn007 = builder.openNode(JJTAUG_AND);
                boolean jjtc007 = true;
                jjtree.openNodeScope(jjtn007);
                jjtreeOpenNodeScope(jjtn007);
                try {
                    switch ((jj_ntk == -1) ? jj_ntk() : jj_ntk) {
                        case YIELD:
                            yield_expr();
                            break;
                        case LPAREN:
                        case LBRACE:
                        case LBRACKET:
                        case PLUS:
                        case MINUS:
                        case NOT:
                        case NOT_BOOL:
                        case LAMBDA:
                        case NAME:
                        case DECNUMBER:
                        case HEXNUMBER:
                        case OCTNUMBER:
                        case BINNUMBER:
                        case FLOAT:
                        case COMPLEX:
                        case SINGLE_STRING:
                        case SINGLE_STRING2:
                        case TRIPLE_STRING:
                        case TRIPLE_STRING2:
                        case SINGLE_BSTRING:
                        case SINGLE_BSTRING2:
                        case TRIPLE_BSTRING:
                        case TRIPLE_BSTRING2:
                        case SINGLE_USTRING:
                        case SINGLE_USTRING2:
                        case TRIPLE_USTRING:
                        case TRIPLE_USTRING2:
                        case 151:
                            SmartTestList();
                            break;
                        default:
                            jj_la1[23] = jj_gen;
                            jj_consume_token(-1);
                            throw new ParseException();
                    }
                } catch (Throwable jjte007) {
                    if (jjtc007) {
                        jjtree.clearNodeScope(jjtn007);
                        jjtc007 = false;
                    } else {
                        jjtree.popNode();
                    }
                    if (jjte007 instanceof RuntimeException) {
                        {
                            if (true)
                                throw (RuntimeException) jjte007;
                        }
                    }
                    if (jjte007 instanceof ParseException) {
                        {
                            if (true)
                                throw (ParseException) jjte007;
                        }
                    }
                    {
                        if (true)
                            throw (Error) jjte007;
                    }
                } finally {
                    if (jjtc007) {
                        jjtree.closeNodeScope(jjtn007, 2);
                        jjtreeCloseNodeScope(jjtn007);
                    }
                }
                break;
            case OREQ:
                jj_consume_token(OREQ);
                SimpleNode jjtn008 = builder.openNode(JJTAUG_OR);
                boolean jjtc008 = true;
                jjtree.openNodeScope(jjtn008);
                jjtreeOpenNodeScope(jjtn008);
                try {
                    switch ((jj_ntk == -1) ? jj_ntk() : jj_ntk) {
                        case YIELD:
                            yield_expr();
                            break;
                        case LPAREN:
                        case LBRACE:
                        case LBRACKET:
                        case PLUS:
                        case MINUS:
                        case NOT:
                        case NOT_BOOL:
                        case LAMBDA:
                        case NAME:
                        case DECNUMBER:
                        case HEXNUMBER:
                        case OCTNUMBER:
                        case BINNUMBER:
                        case FLOAT:
                        case COMPLEX:
                        case SINGLE_STRING:
                        case SINGLE_STRING2:
                        case TRIPLE_STRING:
                        case TRIPLE_STRING2:
                        case SINGLE_BSTRING:
                        case SINGLE_BSTRING2:
                        case TRIPLE_BSTRING:
                        case TRIPLE_BSTRING2:
                        case SINGLE_USTRING:
                        case SINGLE_USTRING2:
                        case TRIPLE_USTRING:
                        case TRIPLE_USTRING2:
                        case 151:
                            SmartTestList();
                            break;
                        default:
                            jj_la1[24] = jj_gen;
                            jj_consume_token(-1);
                            throw new ParseException();
                    }
                } catch (Throwable jjte008) {
                    if (jjtc008) {
                        jjtree.clearNodeScope(jjtn008);
                        jjtc008 = false;
                    } else {
                        jjtree.popNode();
                    }
                    if (jjte008 instanceof RuntimeException) {
                        {
                            if (true)
                                throw (RuntimeException) jjte008;
                        }
                    }
                    if (jjte008 instanceof ParseException) {
                        {
                            if (true)
                                throw (ParseException) jjte008;
                        }
                    }
                    {
                        if (true)
                            throw (Error) jjte008;
                    }
                } finally {
                    if (jjtc008) {
                        jjtree.closeNodeScope(jjtn008, 2);
                        jjtreeCloseNodeScope(jjtn008);
                    }
                }
                break;
            case XOREQ:
                jj_consume_token(XOREQ);
                SimpleNode jjtn009 = builder.openNode(JJTAUG_XOR);
                boolean jjtc009 = true;
                jjtree.openNodeScope(jjtn009);
                jjtreeOpenNodeScope(jjtn009);
                try {
                    switch ((jj_ntk == -1) ? jj_ntk() : jj_ntk) {
                        case YIELD:
                            yield_expr();
                            break;
                        case LPAREN:
                        case LBRACE:
                        case LBRACKET:
                        case PLUS:
                        case MINUS:
                        case NOT:
                        case NOT_BOOL:
                        case LAMBDA:
                        case NAME:
                        case DECNUMBER:
                        case HEXNUMBER:
                        case OCTNUMBER:
                        case BINNUMBER:
                        case FLOAT:
                        case COMPLEX:
                        case SINGLE_STRING:
                        case SINGLE_STRING2:
                        case TRIPLE_STRING:
                        case TRIPLE_STRING2:
                        case SINGLE_BSTRING:
                        case SINGLE_BSTRING2:
                        case TRIPLE_BSTRING:
                        case TRIPLE_BSTRING2:
                        case SINGLE_USTRING:
                        case SINGLE_USTRING2:
                        case TRIPLE_USTRING:
                        case TRIPLE_USTRING2:
                        case 151:
                            SmartTestList();
                            break;
                        default:
                            jj_la1[25] = jj_gen;
                            jj_consume_token(-1);
                            throw new ParseException();
                    }
                } catch (Throwable jjte009) {
                    if (jjtc009) {
                        jjtree.clearNodeScope(jjtn009);
                        jjtc009 = false;
                    } else {
                        jjtree.popNode();
                    }
                    if (jjte009 instanceof RuntimeException) {
                        {
                            if (true)
                                throw (RuntimeException) jjte009;
                        }
                    }
                    if (jjte009 instanceof ParseException) {
                        {
                            if (true)
                                throw (ParseException) jjte009;
                        }
                    }
                    {
                        if (true)
                            throw (Error) jjte009;
                    }
                } finally {
                    if (jjtc009) {
                        jjtree.closeNodeScope(jjtn009, 2);
                        jjtreeCloseNodeScope(jjtn009);
                    }
                }
                break;
            case LSHIFTEQ:
                jj_consume_token(LSHIFTEQ);
                SimpleNode jjtn010 = builder.openNode(JJTAUG_LSHIFT);
                boolean jjtc010 = true;
                jjtree.openNodeScope(jjtn010);
                jjtreeOpenNodeScope(jjtn010);
                try {
                    switch ((jj_ntk == -1) ? jj_ntk() : jj_ntk) {
                        case YIELD:
                            yield_expr();
                            break;
                        case LPAREN:
                        case LBRACE:
                        case LBRACKET:
                        case PLUS:
                        case MINUS:
                        case NOT:
                        case NOT_BOOL:
                        case LAMBDA:
                        case NAME:
                        case DECNUMBER:
                        case HEXNUMBER:
                        case OCTNUMBER:
                        case BINNUMBER:
                        case FLOAT:
                        case COMPLEX:
                        case SINGLE_STRING:
                        case SINGLE_STRING2:
                        case TRIPLE_STRING:
                        case TRIPLE_STRING2:
                        case SINGLE_BSTRING:
                        case SINGLE_BSTRING2:
                        case TRIPLE_BSTRING:
                        case TRIPLE_BSTRING2:
                        case SINGLE_USTRING:
                        case SINGLE_USTRING2:
                        case TRIPLE_USTRING:
                        case TRIPLE_USTRING2:
                        case 151:
                            SmartTestList();
                            break;
                        default:
                            jj_la1[26] = jj_gen;
                            jj_consume_token(-1);
                            throw new ParseException();
                    }
                } catch (Throwable jjte010) {
                    if (jjtc010) {
                        jjtree.clearNodeScope(jjtn010);
                        jjtc010 = false;
                    } else {
                        jjtree.popNode();
                    }
                    if (jjte010 instanceof RuntimeException) {
                        {
                            if (true)
                                throw (RuntimeException) jjte010;
                        }
                    }
                    if (jjte010 instanceof ParseException) {
                        {
                            if (true)
                                throw (ParseException) jjte010;
                        }
                    }
                    {
                        if (true)
                            throw (Error) jjte010;
                    }
                } finally {
                    if (jjtc010) {
                        jjtree.closeNodeScope(jjtn010, 2);
                        jjtreeCloseNodeScope(jjtn010);
                    }
                }
                break;
            case RSHIFTEQ:
                jj_consume_token(RSHIFTEQ);
                SimpleNode jjtn011 = builder.openNode(JJTAUG_RSHIFT);
                boolean jjtc011 = true;
                jjtree.openNodeScope(jjtn011);
                jjtreeOpenNodeScope(jjtn011);
                try {
                    switch ((jj_ntk == -1) ? jj_ntk() : jj_ntk) {
                        case YIELD:
                            yield_expr();
                            break;
                        case LPAREN:
                        case LBRACE:
                        case LBRACKET:
                        case PLUS:
                        case MINUS:
                        case NOT:
                        case NOT_BOOL:
                        case LAMBDA:
                        case NAME:
                        case DECNUMBER:
                        case HEXNUMBER:
                        case OCTNUMBER:
                        case BINNUMBER:
                        case FLOAT:
                        case COMPLEX:
                        case SINGLE_STRING:
                        case SINGLE_STRING2:
                        case TRIPLE_STRING:
                        case TRIPLE_STRING2:
                        case SINGLE_BSTRING:
                        case SINGLE_BSTRING2:
                        case TRIPLE_BSTRING:
                        case TRIPLE_BSTRING2:
                        case SINGLE_USTRING:
                        case SINGLE_USTRING2:
                        case TRIPLE_USTRING:
                        case TRIPLE_USTRING2:
                        case 151:
                            SmartTestList();
                            break;
                        default:
                            jj_la1[27] = jj_gen;
                            jj_consume_token(-1);
                            throw new ParseException();
                    }
                } catch (Throwable jjte011) {
                    if (jjtc011) {
                        jjtree.clearNodeScope(jjtn011);
                        jjtc011 = false;
                    } else {
                        jjtree.popNode();
                    }
                    if (jjte011 instanceof RuntimeException) {
                        {
                            if (true)
                                throw (RuntimeException) jjte011;
                        }
                    }
                    if (jjte011 instanceof ParseException) {
                        {
                            if (true)
                                throw (ParseException) jjte011;
                        }
                    }
                    {
                        if (true)
                            throw (Error) jjte011;
                    }
                } finally {
                    if (jjtc011) {
                        jjtree.closeNodeScope(jjtn011, 2);
                        jjtreeCloseNodeScope(jjtn011);
                    }
                }
                break;
            case POWEREQ:
                jj_consume_token(POWEREQ);
                SimpleNode jjtn012 = builder.openNode(JJTAUG_POWER);
                boolean jjtc012 = true;
                jjtree.openNodeScope(jjtn012);
                jjtreeOpenNodeScope(jjtn012);
                try {
                    switch ((jj_ntk == -1) ? jj_ntk() : jj_ntk) {
                        case YIELD:
                            yield_expr();
                            break;
                        case LPAREN:
                        case LBRACE:
                        case LBRACKET:
                        case PLUS:
                        case MINUS:
                        case NOT:
                        case NOT_BOOL:
                        case LAMBDA:
                        case NAME:
                        case DECNUMBER:
                        case HEXNUMBER:
                        case OCTNUMBER:
                        case BINNUMBER:
                        case FLOAT:
                        case COMPLEX:
                        case SINGLE_STRING:
                        case SINGLE_STRING2:
                        case TRIPLE_STRING:
                        case TRIPLE_STRING2:
                        case SINGLE_BSTRING:
                        case SINGLE_BSTRING2:
                        case TRIPLE_BSTRING:
                        case TRIPLE_BSTRING2:
                        case SINGLE_USTRING:
                        case SINGLE_USTRING2:
                        case TRIPLE_USTRING:
                        case TRIPLE_USTRING2:
                        case 151:
                            SmartTestList();
                            break;
                        default:
                            jj_la1[28] = jj_gen;
                            jj_consume_token(-1);
                            throw new ParseException();
                    }
                } catch (Throwable jjte012) {
                    if (jjtc012) {
                        jjtree.clearNodeScope(jjtn012);
                        jjtc012 = false;
                    } else {
                        jjtree.popNode();
                    }
                    if (jjte012 instanceof RuntimeException) {
                        {
                            if (true)
                                throw (RuntimeException) jjte012;
                        }
                    }
                    if (jjte012 instanceof ParseException) {
                        {
                            if (true)
                                throw (ParseException) jjte012;
                        }
                    }
                    {
                        if (true)
                            throw (Error) jjte012;
                    }
                } finally {
                    if (jjtc012) {
                        jjtree.closeNodeScope(jjtn012, 2);
                        jjtreeCloseNodeScope(jjtn012);
                    }
                }
                break;
            default:
                jj_la1[31] = jj_gen;
                SimpleNode jjtn013 = builder.openNode(JJTEXPR_STMT);
                boolean jjtc013 = true;
                jjtree.openNodeScope(jjtn013);
                jjtreeOpenNodeScope(jjtn013);
                try {
                    label_6: while (true) {
                        switch ((jj_ntk == -1) ? jj_ntk() : jj_ntk) {
                            case EQUAL:
                                ;
                                break;
                            default:
                                jj_la1[29] = jj_gen;
                                break label_6;
                        }
                        jj_consume_token(EQUAL);
                        switch ((jj_ntk == -1) ? jj_ntk() : jj_ntk) {
                            case YIELD:
                                yield_expr();
                                break;
                            case LPAREN:
                            case LBRACE:
                            case LBRACKET:
                            case PLUS:
                            case MINUS:
                            case NOT:
                            case NOT_BOOL:
                            case LAMBDA:
                            case NAME:
                            case DECNUMBER:
                            case HEXNUMBER:
                            case OCTNUMBER:
                            case BINNUMBER:
                            case FLOAT:
                            case COMPLEX:
                            case SINGLE_STRING:
                            case SINGLE_STRING2:
                            case TRIPLE_STRING:
                            case TRIPLE_STRING2:
                            case SINGLE_BSTRING:
                            case SINGLE_BSTRING2:
                            case TRIPLE_BSTRING:
                            case TRIPLE_BSTRING2:
                            case SINGLE_USTRING:
                            case SINGLE_USTRING2:
                            case TRIPLE_USTRING:
                            case TRIPLE_USTRING2:
                            case 151:
                                SmartTestList();
                                break;
                            default:
                                jj_la1[30] = jj_gen;
                                jj_consume_token(-1);
                                throw new ParseException();
                        }
                    }
                } catch (Throwable jjte013) {
                    if (jjtc013) {
                        jjtree.clearNodeScope(jjtn013);
View Full Code Here

                    }
                    break;
                default:
                    jj_la1[35] = jj_gen;
                    jj_consume_token(-1);
                    throw new ParseException();
            }
        }
    }
View Full Code Here

                raise_stmt();
                break;
            default:
                jj_la1[36] = jj_gen;
                jj_consume_token(-1);
                throw new ParseException();
        }
    }
View Full Code Here

                    ImportFrom();
                    break;
                default:
                    jj_la1[42] = jj_gen;
                    jj_consume_token(-1);
                    throw new ParseException();
            }
        } catch (ParseException e) {
            handleErrorInImport(e);
        }
    }
View Full Code Here

TOP

Related Classes of org.python.pydev.parser.jython.ParseException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.