Examples of AntlrDatatypeRuleToken


Examples of org.eclipse.xtext.parser.antlr.AntlrDatatypeRuleToken


    // $ANTLR start ruleconstraint
    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:597:1: ruleconstraint returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_orConstraint_0= ruleorConstraint (kw= '||' this_orConstraint_2= ruleorConstraint )* ) ;
    public final AntlrDatatypeRuleToken ruleconstraint() throws RecognitionException {
        AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();

        Token kw=null;
        AntlrDatatypeRuleToken this_orConstraint_0 = null;

        AntlrDatatypeRuleToken this_orConstraint_2 = null;


         setCurrentLookahead(); resetLookahead();
           
        try {
View Full Code Here

Examples of org.eclipse.xtext.parser.antlr.AntlrDatatypeRuleToken

    // $ANTLR start entryRuleorConstraint
    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:639:1: entryRuleorConstraint returns [String current=null] : iv_ruleorConstraint= ruleorConstraint EOF ;
    public final String entryRuleorConstraint() throws RecognitionException {
        String current = null;

        AntlrDatatypeRuleToken iv_ruleorConstraint = null;


        try {
            // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:640:2: (iv_ruleorConstraint= ruleorConstraint EOF )
            // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:641:2: iv_ruleorConstraint= ruleorConstraint EOF
            {
             currentNode = createCompositeNode(grammarAccess.getOrConstraintRule(), currentNode);
            pushFollow(FOLLOW_ruleorConstraint_in_entryRuleorConstraint1209);
            iv_ruleorConstraint=ruleorConstraint();
            _fsp--;

             current =iv_ruleorConstraint.getText();
            match(input,EOF,FOLLOW_EOF_in_entryRuleorConstraint1220);

            }

        }
View Full Code Here

Examples of org.eclipse.xtext.parser.antlr.AntlrDatatypeRuleToken


    // $ANTLR start ruleorConstraint
    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:648:1: ruleorConstraint returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_simpleConstraint_0= rulesimpleConstraint (kw= '&&' this_simpleConstraint_2= rulesimpleConstraint )* ) ;
    public final AntlrDatatypeRuleToken ruleorConstraint() throws RecognitionException {
        AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();

        Token kw=null;
        AntlrDatatypeRuleToken this_simpleConstraint_0 = null;

        AntlrDatatypeRuleToken this_simpleConstraint_2 = null;


         setCurrentLookahead(); resetLookahead();
           
        try {
View Full Code Here

Examples of org.eclipse.xtext.parser.antlr.AntlrDatatypeRuleToken

    // $ANTLR start entryRulesimpleConstraint
    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:690:1: entryRulesimpleConstraint returns [String current=null] : iv_rulesimpleConstraint= rulesimpleConstraint EOF ;
    public final String entryRulesimpleConstraint() throws RecognitionException {
        String current = null;

        AntlrDatatypeRuleToken iv_rulesimpleConstraint = null;


        try {
            // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:691:2: (iv_rulesimpleConstraint= rulesimpleConstraint EOF )
            // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:692:2: iv_rulesimpleConstraint= rulesimpleConstraint EOF
            {
             currentNode = createCompositeNode(grammarAccess.getSimpleConstraintRule(), currentNode);
            pushFollow(FOLLOW_rulesimpleConstraint_in_entryRulesimpleConstraint1356);
            iv_rulesimpleConstraint=rulesimpleConstraint();
            _fsp--;

             current =iv_rulesimpleConstraint.getText();
            match(input,EOF,FOLLOW_EOF_in_entryRulesimpleConstraint1367);

            }

        }
View Full Code Here

Examples of org.eclipse.xtext.parser.antlr.AntlrDatatypeRuleToken


    // $ANTLR start rulesimpleConstraint
    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:699:1: rulesimpleConstraint returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_expression_0= ruleexpression (this_boolop_1= ruleboolop this_expression_2= ruleexpression )* ) ;
    public final AntlrDatatypeRuleToken rulesimpleConstraint() throws RecognitionException {
        AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();

        AntlrDatatypeRuleToken this_expression_0 = null;

        AntlrDatatypeRuleToken this_boolop_1 = null;

        AntlrDatatypeRuleToken this_expression_2 = null;


         setCurrentLookahead(); resetLookahead();
           
        try {
View Full Code Here

Examples of org.eclipse.xtext.parser.antlr.AntlrDatatypeRuleToken

    // $ANTLR start entryRuleboolop
    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:746:1: entryRuleboolop returns [String current=null] : iv_ruleboolop= ruleboolop EOF ;
    public final String entryRuleboolop() throws RecognitionException {
        String current = null;

        AntlrDatatypeRuleToken iv_ruleboolop = null;


        try {
            // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:747:2: (iv_ruleboolop= ruleboolop EOF )
            // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:748:2: iv_ruleboolop= ruleboolop EOF
            {
             currentNode = createCompositeNode(grammarAccess.getBoolopRule(), currentNode);
            pushFollow(FOLLOW_ruleboolop_in_entryRuleboolop1517);
            iv_ruleboolop=ruleboolop();
            _fsp--;

             current =iv_ruleboolop.getText();
            match(input,EOF,FOLLOW_EOF_in_entryRuleboolop1528);

            }

        }
View Full Code Here

Examples of org.eclipse.xtext.parser.antlr.AntlrDatatypeRuleToken


    // $ANTLR start ruleboolop
    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:755:1: ruleboolop returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '>' | kw= '<' | kw= '>=' | kw= '<=' | kw= '=' | kw= '==' | kw= '!=' | kw= '<>' | kw= '%' ) ;
    public final AntlrDatatypeRuleToken ruleboolop() throws RecognitionException {
        AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();

        Token kw=null;

         setCurrentLookahead(); resetLookahead();
           
        try {
            // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:760:6: ( (kw= '>' | kw= '<' | kw= '>=' | kw= '<=' | kw= '=' | kw= '==' | kw= '!=' | kw= '<>' | kw= '%' ) )
            // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:761:1: (kw= '>' | kw= '<' | kw= '>=' | kw= '<=' | kw= '=' | kw= '==' | kw= '!=' | kw= '<>' | kw= '%' )
            {
            // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:761:1: (kw= '>' | kw= '<' | kw= '>=' | kw= '<=' | kw= '=' | kw= '==' | kw= '!=' | kw= '<>' | kw= '%' )
            int alt18=9;
            switch ( input.LA(1) ) {
            case 20:
                {
                alt18=1;
                }
                break;
            case 19:
                {
                alt18=2;
                }
                break;
            case 29:
                {
                alt18=3;
                }
                break;
            case 30:
                {
                alt18=4;
                }
                break;
            case 18:
                {
                alt18=5;
                }
                break;
            case 31:
                {
                alt18=6;
                }
                break;
            case 32:
                {
                alt18=7;
                }
                break;
            case 33:
                {
                alt18=8;
                }
                break;
            case 34:
                {
                alt18=9;
                }
                break;
            default:
                NoViableAltException nvae =
                    new NoViableAltException("761:1: (kw= '>' | kw= '<' | kw= '>=' | kw= '<=' | kw= '=' | kw= '==' | kw= '!=' | kw= '<>' | kw= '%' )", 18, 0, input);

                throw nvae;
            }

            switch (alt18) {
                case 1 :
                    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:762:2: kw= '>'
                    {
                    kw=(Token)input.LT(1);
                    match(input,20,FOLLOW_20_in_ruleboolop1566);

                            current.merge(kw);
                            createLeafNode(grammarAccess.getBoolopAccess().getGreaterThanSignKeyword_0(), null);
                       

                    }
                    break;
                case 2 :
                    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:769:2: kw= '<'
                    {
                    kw=(Token)input.LT(1);
                    match(input,19,FOLLOW_19_in_ruleboolop1585);

                            current.merge(kw);
                            createLeafNode(grammarAccess.getBoolopAccess().getLessThanSignKeyword_1(), null);
                       

                    }
                    break;
                case 3 :
                    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:776:2: kw= '>='
                    {
                    kw=(Token)input.LT(1);
                    match(input,29,FOLLOW_29_in_ruleboolop1604);

                            current.merge(kw);
                            createLeafNode(grammarAccess.getBoolopAccess().getGreaterThanSignEqualsSignKeyword_2(), null);
                       

                    }
                    break;
                case 4 :
                    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:783:2: kw= '<='
                    {
                    kw=(Token)input.LT(1);
                    match(input,30,FOLLOW_30_in_ruleboolop1623);

                            current.merge(kw);
                            createLeafNode(grammarAccess.getBoolopAccess().getLessThanSignEqualsSignKeyword_3(), null);
                       

                    }
                    break;
                case 5 :
                    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:790:2: kw= '='
                    {
                    kw=(Token)input.LT(1);
                    match(input,18,FOLLOW_18_in_ruleboolop1642);

                            current.merge(kw);
                            createLeafNode(grammarAccess.getBoolopAccess().getEqualsSignKeyword_4(), null);
                       

                    }
                    break;
                case 6 :
                    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:797:2: kw= '=='
                    {
                    kw=(Token)input.LT(1);
                    match(input,31,FOLLOW_31_in_ruleboolop1661);

                            current.merge(kw);
                            createLeafNode(grammarAccess.getBoolopAccess().getEqualsSignEqualsSignKeyword_5(), null);
                       

                    }
                    break;
                case 7 :
                    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:804:2: kw= '!='
                    {
                    kw=(Token)input.LT(1);
                    match(input,32,FOLLOW_32_in_ruleboolop1680);

                            current.merge(kw);
                            createLeafNode(grammarAccess.getBoolopAccess().getExclamationMarkEqualsSignKeyword_6(), null);
                       

                    }
                    break;
                case 8 :
                    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:811:2: kw= '<>'
                    {
                    kw=(Token)input.LT(1);
                    match(input,33,FOLLOW_33_in_ruleboolop1699);

                            current.merge(kw);
                            createLeafNode(grammarAccess.getBoolopAccess().getLessThanSignGreaterThanSignKeyword_7(), null);
                       

                    }
                    break;
                case 9 :
                    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:818:2: kw= '%'
                    {
                    kw=(Token)input.LT(1);
                    match(input,34,FOLLOW_34_in_ruleboolop1718);

                            current.merge(kw);
                            createLeafNode(grammarAccess.getBoolopAccess().getPercentSignKeyword_8(), null);
                       

                    }
                    break;
View Full Code Here

Examples of org.eclipse.xtext.parser.antlr.AntlrDatatypeRuleToken

    // $ANTLR start entryRuleexpression
    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:831:1: entryRuleexpression returns [String current=null] : iv_ruleexpression= ruleexpression EOF ;
    public final String entryRuleexpression() throws RecognitionException {
        String current = null;

        AntlrDatatypeRuleToken iv_ruleexpression = null;


        try {
            // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:832:2: (iv_ruleexpression= ruleexpression EOF )
            // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:833:2: iv_ruleexpression= ruleexpression EOF
            {
             currentNode = createCompositeNode(grammarAccess.getExpressionRule(), currentNode);
            pushFollow(FOLLOW_ruleexpression_in_entryRuleexpression1759);
            iv_ruleexpression=ruleexpression();
            _fsp--;

             current =iv_ruleexpression.getText();
            match(input,EOF,FOLLOW_EOF_in_entryRuleexpression1770);

            }

        }
View Full Code Here

Examples of org.eclipse.xtext.parser.antlr.AntlrDatatypeRuleToken


    // $ANTLR start ruleexpression
    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:840:1: ruleexpression returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_term_0= ruleterm (this_addop_1= ruleaddop this_term_2= ruleterm )* ) ;
    public final AntlrDatatypeRuleToken ruleexpression() throws RecognitionException {
        AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();

        AntlrDatatypeRuleToken this_term_0 = null;

        AntlrDatatypeRuleToken this_addop_1 = null;

        AntlrDatatypeRuleToken this_term_2 = null;


         setCurrentLookahead(); resetLookahead();
           
        try {
View Full Code Here

Examples of org.eclipse.xtext.parser.antlr.AntlrDatatypeRuleToken

    // $ANTLR start entryRuleaddop
    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:887:1: entryRuleaddop returns [String current=null] : iv_ruleaddop= ruleaddop EOF ;
    public final String entryRuleaddop() throws RecognitionException {
        String current = null;

        AntlrDatatypeRuleToken iv_ruleaddop = null;


        try {
            // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:888:2: (iv_ruleaddop= ruleaddop EOF )
            // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:889:2: iv_ruleaddop= ruleaddop EOF
            {
             currentNode = createCompositeNode(grammarAccess.getAddopRule(), currentNode);
            pushFollow(FOLLOW_ruleaddop_in_entryRuleaddop1920);
            iv_ruleaddop=ruleaddop();
            _fsp--;

             current =iv_ruleaddop.getText();
            match(input,EOF,FOLLOW_EOF_in_entryRuleaddop1931);

            }

        }
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.