Examples of TreatExpr


Examples of xbird.xquery.expr.types.TreatExpr

        expr = parseCastableExpr();
        switch(jj_nt.kind) {
            case TreatAs:
                currentToken = jj_consume_token(TreatAs);
                type = parseSequenceType();
                expr = locate(new TreatExpr(expr, type));
                break;
            default:
                jj_la1[107] = jj_gen;
                ;
        }
View Full Code Here

Examples of xbird.xquery.expr.types.TreatExpr

        expr = parseCastableExpr();
        switch(jj_nt.kind) {
            case TreatAs:
                currentToken = jj_consume_token(TreatAs);
                type = parseSequenceType();
                expr = locate(new TreatExpr(expr, type));
                break;
            default:
                jj_la1[102] = jj_gen;
                ;
        }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.