Package org.eclipse.xtext.parser.antlr

Examples of org.eclipse.xtext.parser.antlr.AntlrDatatypeRuleToken.merge()


                    // ../org.vanb/src-gen/org/parser/antlr/internal/InternalVanb.g:575:2: kw= 'string'
                    {
                    kw=(Token)input.LT(1);
                    match(input,26,FOLLOW_26_in_ruletype1021);

                            current.merge(kw);
                            createLeafNode(grammarAccess.getTypeAccess().getStringKeyword_2(), null);
                       

                    }
                    break;
View Full Code Here


                    // ../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;
View Full Code Here

                    // ../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;
View Full Code Here

                    // ../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;
View Full Code Here

                    // ../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;
View Full Code Here

                    // ../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;
View Full Code Here

                    // ../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;
View Full Code Here

                    // ../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;
View Full Code Here

                    // ../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;
View Full Code Here

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

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.