blob: 74be39adb1a498d57f3bd1185d49f2456bfd7b19 [file] [log] [blame]
/**
* Copyright (c) 2011, 2015 - Lunifera GmbH (Gross Enzersdorf), Loetz GmbH&Co.KG (Heidelberg)
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Florian Pirchner - Initial implementation
*
* generated by Xtext 2.11.0
*/
package org.eclipse.osbp.dsl.dto.xtext.services;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import java.util.List;
import org.eclipse.osbp.dsl.common.xtext.services.CommonGrammarGrammarAccess;
import org.eclipse.osbp.xtext.oxtype.services.OXtypeGrammarAccess;
import org.eclipse.xtext.Action;
import org.eclipse.xtext.Alternatives;
import org.eclipse.xtext.Assignment;
import org.eclipse.xtext.CrossReference;
import org.eclipse.xtext.EnumRule;
import org.eclipse.xtext.Grammar;
import org.eclipse.xtext.GrammarUtil;
import org.eclipse.xtext.Group;
import org.eclipse.xtext.Keyword;
import org.eclipse.xtext.ParserRule;
import org.eclipse.xtext.RuleCall;
import org.eclipse.xtext.TerminalRule;
import org.eclipse.xtext.UnorderedGroup;
import org.eclipse.xtext.service.AbstractElementFinder.AbstractGrammarElementFinder;
import org.eclipse.xtext.service.GrammarProvider;
import org.eclipse.xtext.xbase.annotations.services.XbaseWithAnnotationsGrammarAccess;
import org.eclipse.xtext.xbase.services.XbaseGrammarAccess;
import org.eclipse.xtext.xbase.services.XtypeGrammarAccess;
@Singleton
public class DtoGrammarGrammarAccess extends AbstractGrammarElementFinder {
public class LDTOModelElements extends AbstractParserRuleElementFinder {
private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.osbp.dsl.dto.xtext.DtoGrammar.LDTOModel");
private final Group cGroup = (Group)rule.eContents().get(1);
private final Assignment cImportSectionAssignment_0 = (Assignment)cGroup.eContents().get(0);
private final RuleCall cImportSectionXImportSectionParserRuleCall_0_0 = (RuleCall)cImportSectionAssignment_0.eContents().get(0);
private final Assignment cPackagesAssignment_1 = (Assignment)cGroup.eContents().get(1);
private final RuleCall cPackagesTypedPackageParserRuleCall_1_0 = (RuleCall)cPackagesAssignment_1.eContents().get(0);
//LDTOModel dto::LDtoModel:
// importSection=XImportSection?
// packages+=TypedPackage*;
@Override public ParserRule getRule() { return rule; }
//importSection=XImportSection? packages+=TypedPackage*
public Group getGroup() { return cGroup; }
//importSection=XImportSection?
public Assignment getImportSectionAssignment_0() { return cImportSectionAssignment_0; }
//XImportSection
public RuleCall getImportSectionXImportSectionParserRuleCall_0_0() { return cImportSectionXImportSectionParserRuleCall_0_0; }
//packages+=TypedPackage*
public Assignment getPackagesAssignment_1() { return cPackagesAssignment_1; }
//TypedPackage
public RuleCall getPackagesTypedPackageParserRuleCall_1_0() { return cPackagesTypedPackageParserRuleCall_1_0; }
}
public class ClassElements extends AbstractParserRuleElementFinder {
private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.osbp.dsl.dto.xtext.DtoGrammar.Class");
private final Group cGroup = (Group)rule.eContents().get(1);
private final Action cLDtoAction_0 = (Action)cGroup.eContents().get(0);
private final Assignment cAnnotationsAssignment_1 = (Assignment)cGroup.eContents().get(1);
private final RuleCall cAnnotationsAnnotationDefParserRuleCall_1_0 = (RuleCall)cAnnotationsAssignment_1.eContents().get(0);
private final Alternatives cAlternatives_2 = (Alternatives)cGroup.eContents().get(2);
private final Group cGroup_2_0 = (Group)cAlternatives_2.eContents().get(0);
private final Action cLDtoAnnotationInfoAction_2_0_0 = (Action)cGroup_2_0.eContents().get(0);
private final Assignment cAbstractAssignment_2_0_1 = (Assignment)cGroup_2_0.eContents().get(1);
private final Keyword cAbstractAbstractKeyword_2_0_1_0 = (Keyword)cAbstractAssignment_2_0_1.eContents().get(0);
private final Keyword cDtoKeyword_2_0_2 = (Keyword)cGroup_2_0.eContents().get(2);
private final Assignment cNameAssignment_2_0_3 = (Assignment)cGroup_2_0.eContents().get(3);
private final RuleCall cNameValidIDWithKeywordsParserRuleCall_2_0_3_0 = (RuleCall)cNameAssignment_2_0_3.eContents().get(0);
private final Group cGroup_2_0_4 = (Group)cGroup_2_0.eContents().get(4);
private final Keyword cExtendsKeyword_2_0_4_0 = (Keyword)cGroup_2_0_4.eContents().get(0);
private final Assignment cSuperTypeAssignment_2_0_4_1 = (Assignment)cGroup_2_0_4.eContents().get(1);
private final CrossReference cSuperTypeLDtoCrossReference_2_0_4_1_0 = (CrossReference)cSuperTypeAssignment_2_0_4_1.eContents().get(0);
private final RuleCall cSuperTypeLDtoTYPE_CROSS_REFERENCEParserRuleCall_2_0_4_1_0_1 = (RuleCall)cSuperTypeLDtoCrossReference_2_0_4_1_0.eContents().get(1);
private final Group cGroup_2_0_5 = (Group)cGroup_2_0.eContents().get(5);
private final Keyword cWrapsKeyword_2_0_5_0 = (Keyword)cGroup_2_0_5.eContents().get(0);
private final Assignment cWrappedTypeAssignment_2_0_5_1 = (Assignment)cGroup_2_0_5.eContents().get(1);
private final CrossReference cWrappedTypeLEntityCrossReference_2_0_5_1_0 = (CrossReference)cWrappedTypeAssignment_2_0_5_1.eContents().get(0);
private final RuleCall cWrappedTypeLEntityTYPE_CROSS_REFERENCEParserRuleCall_2_0_5_1_0_1 = (RuleCall)cWrappedTypeLEntityCrossReference_2_0_5_1_0.eContents().get(1);
private final Keyword cLeftCurlyBracketKeyword_2_0_6 = (Keyword)cGroup_2_0.eContents().get(6);
private final Assignment cFeaturesAssignment_2_0_7 = (Assignment)cGroup_2_0.eContents().get(7);
private final RuleCall cFeaturesDtoFeatureParserRuleCall_2_0_7_0 = (RuleCall)cFeaturesAssignment_2_0_7.eContents().get(0);
private final Keyword cRightCurlyBracketKeyword_2_0_8 = (Keyword)cGroup_2_0.eContents().get(8);
private final Group cGroup_2_1 = (Group)cAlternatives_2.eContents().get(1);
private final Action cLAutoInheritDtoAnnotationInfoAction_2_1_0 = (Action)cGroup_2_1.eContents().get(0);
private final Assignment cAbstractAssignment_2_1_1 = (Assignment)cGroup_2_1.eContents().get(1);
private final Keyword cAbstractAbstractKeyword_2_1_1_0 = (Keyword)cAbstractAssignment_2_1_1.eContents().get(0);
private final Keyword cAutoDtoKeyword_2_1_2 = (Keyword)cGroup_2_1.eContents().get(2);
private final Assignment cNameAssignment_2_1_3 = (Assignment)cGroup_2_1.eContents().get(3);
private final RuleCall cNameValidIDWithKeywordsParserRuleCall_2_1_3_0 = (RuleCall)cNameAssignment_2_1_3.eContents().get(0);
private final Group cGroup_2_1_4 = (Group)cGroup_2_1.eContents().get(4);
private final Keyword cExtendsKeyword_2_1_4_0 = (Keyword)cGroup_2_1_4.eContents().get(0);
private final Assignment cSuperTypeAssignment_2_1_4_1 = (Assignment)cGroup_2_1_4.eContents().get(1);
private final CrossReference cSuperTypeLDtoCrossReference_2_1_4_1_0 = (CrossReference)cSuperTypeAssignment_2_1_4_1.eContents().get(0);
private final RuleCall cSuperTypeLDtoTYPE_CROSS_REFERENCEParserRuleCall_2_1_4_1_0_1 = (RuleCall)cSuperTypeLDtoCrossReference_2_1_4_1_0.eContents().get(1);
private final Keyword cWrapsKeyword_2_1_5 = (Keyword)cGroup_2_1.eContents().get(5);
private final Assignment cWrappedTypeAssignment_2_1_6 = (Assignment)cGroup_2_1.eContents().get(6);
private final CrossReference cWrappedTypeLEntityCrossReference_2_1_6_0 = (CrossReference)cWrappedTypeAssignment_2_1_6.eContents().get(0);
private final RuleCall cWrappedTypeLEntityTYPE_CROSS_REFERENCEParserRuleCall_2_1_6_0_1 = (RuleCall)cWrappedTypeLEntityCrossReference_2_1_6_0.eContents().get(1);
private final Keyword cLeftCurlyBracketKeyword_2_1_7 = (Keyword)cGroup_2_1.eContents().get(7);
private final Assignment cFeaturesAssignment_2_1_8 = (Assignment)cGroup_2_1.eContents().get(8);
private final RuleCall cFeaturesDtoFeatureParserRuleCall_2_1_8_0 = (RuleCall)cFeaturesAssignment_2_1_8.eContents().get(0);
private final Keyword cRightCurlyBracketKeyword_2_1_9 = (Keyword)cGroup_2_1.eContents().get(9);
//Class dto::LDto:
// {dto::LDto} annotations+=AnnotationDef* ({dto::LDto.annotationInfo=current} abstract?='abstract'? 'dto'
// name=ValidIDWithKeywords ('extends' superType=[dto::LDto|TYPE_CROSS_REFERENCE])? ('wraps'
// wrappedType=[entity::LEntity|TYPE_CROSS_REFERENCE])?
// '{'
// features+=DtoFeature*
// '}' | {dto::LAutoInheritDto.annotationInfo=current} abstract?='abstract'? 'autoDto' name=ValidIDWithKeywords
// ('extends' superType=[dto::LDto|TYPE_CROSS_REFERENCE])? 'wraps' wrappedType=[entity::LEntity|TYPE_CROSS_REFERENCE]
// '{'
// features+=DtoFeature*
// '}');
@Override public ParserRule getRule() { return rule; }
//{dto::LDto} annotations+=AnnotationDef* ({dto::LDto.annotationInfo=current} abstract?='abstract'? 'dto'
//name=ValidIDWithKeywords ('extends' superType=[dto::LDto|TYPE_CROSS_REFERENCE])? ('wraps'
//wrappedType=[entity::LEntity|TYPE_CROSS_REFERENCE])? '{' features+=DtoFeature* '}' |
//{dto::LAutoInheritDto.annotationInfo=current} abstract?='abstract'? 'autoDto' name=ValidIDWithKeywords ('extends'
//superType=[dto::LDto|TYPE_CROSS_REFERENCE])? 'wraps' wrappedType=[entity::LEntity|TYPE_CROSS_REFERENCE] '{'
//features+=DtoFeature* '}')
public Group getGroup() { return cGroup; }
//{dto::LDto}
public Action getLDtoAction_0() { return cLDtoAction_0; }
//annotations+=AnnotationDef*
public Assignment getAnnotationsAssignment_1() { return cAnnotationsAssignment_1; }
//AnnotationDef
public RuleCall getAnnotationsAnnotationDefParserRuleCall_1_0() { return cAnnotationsAnnotationDefParserRuleCall_1_0; }
//{dto::LDto.annotationInfo=current} abstract?='abstract'? 'dto' name=ValidIDWithKeywords ('extends'
//superType=[dto::LDto|TYPE_CROSS_REFERENCE])? ('wraps' wrappedType=[entity::LEntity|TYPE_CROSS_REFERENCE])? '{'
//features+=DtoFeature* '}' | {dto::LAutoInheritDto.annotationInfo=current} abstract?='abstract'? 'autoDto'
//name=ValidIDWithKeywords ('extends' superType=[dto::LDto|TYPE_CROSS_REFERENCE])? 'wraps'
//wrappedType=[entity::LEntity|TYPE_CROSS_REFERENCE] '{' features+=DtoFeature* '}'
public Alternatives getAlternatives_2() { return cAlternatives_2; }
//{dto::LDto.annotationInfo=current} abstract?='abstract'? 'dto' name=ValidIDWithKeywords ('extends'
//superType=[dto::LDto|TYPE_CROSS_REFERENCE])? ('wraps' wrappedType=[entity::LEntity|TYPE_CROSS_REFERENCE])? '{'
//features+=DtoFeature* '}'
public Group getGroup_2_0() { return cGroup_2_0; }
//{dto::LDto.annotationInfo=current}
public Action getLDtoAnnotationInfoAction_2_0_0() { return cLDtoAnnotationInfoAction_2_0_0; }
//abstract?='abstract'?
public Assignment getAbstractAssignment_2_0_1() { return cAbstractAssignment_2_0_1; }
//'abstract'
public Keyword getAbstractAbstractKeyword_2_0_1_0() { return cAbstractAbstractKeyword_2_0_1_0; }
//'dto'
public Keyword getDtoKeyword_2_0_2() { return cDtoKeyword_2_0_2; }
//name=ValidIDWithKeywords
public Assignment getNameAssignment_2_0_3() { return cNameAssignment_2_0_3; }
//ValidIDWithKeywords
public RuleCall getNameValidIDWithKeywordsParserRuleCall_2_0_3_0() { return cNameValidIDWithKeywordsParserRuleCall_2_0_3_0; }
//('extends' superType=[dto::LDto|TYPE_CROSS_REFERENCE])?
public Group getGroup_2_0_4() { return cGroup_2_0_4; }
//'extends'
public Keyword getExtendsKeyword_2_0_4_0() { return cExtendsKeyword_2_0_4_0; }
//superType=[dto::LDto|TYPE_CROSS_REFERENCE]
public Assignment getSuperTypeAssignment_2_0_4_1() { return cSuperTypeAssignment_2_0_4_1; }
//[dto::LDto|TYPE_CROSS_REFERENCE]
public CrossReference getSuperTypeLDtoCrossReference_2_0_4_1_0() { return cSuperTypeLDtoCrossReference_2_0_4_1_0; }
//TYPE_CROSS_REFERENCE
public RuleCall getSuperTypeLDtoTYPE_CROSS_REFERENCEParserRuleCall_2_0_4_1_0_1() { return cSuperTypeLDtoTYPE_CROSS_REFERENCEParserRuleCall_2_0_4_1_0_1; }
//('wraps' wrappedType=[entity::LEntity|TYPE_CROSS_REFERENCE])?
public Group getGroup_2_0_5() { return cGroup_2_0_5; }
//'wraps'
public Keyword getWrapsKeyword_2_0_5_0() { return cWrapsKeyword_2_0_5_0; }
//wrappedType=[entity::LEntity|TYPE_CROSS_REFERENCE]
public Assignment getWrappedTypeAssignment_2_0_5_1() { return cWrappedTypeAssignment_2_0_5_1; }
//[entity::LEntity|TYPE_CROSS_REFERENCE]
public CrossReference getWrappedTypeLEntityCrossReference_2_0_5_1_0() { return cWrappedTypeLEntityCrossReference_2_0_5_1_0; }
//TYPE_CROSS_REFERENCE
public RuleCall getWrappedTypeLEntityTYPE_CROSS_REFERENCEParserRuleCall_2_0_5_1_0_1() { return cWrappedTypeLEntityTYPE_CROSS_REFERENCEParserRuleCall_2_0_5_1_0_1; }
//'{'
public Keyword getLeftCurlyBracketKeyword_2_0_6() { return cLeftCurlyBracketKeyword_2_0_6; }
//features+=DtoFeature*
public Assignment getFeaturesAssignment_2_0_7() { return cFeaturesAssignment_2_0_7; }
//DtoFeature
public RuleCall getFeaturesDtoFeatureParserRuleCall_2_0_7_0() { return cFeaturesDtoFeatureParserRuleCall_2_0_7_0; }
//'}'
public Keyword getRightCurlyBracketKeyword_2_0_8() { return cRightCurlyBracketKeyword_2_0_8; }
//{dto::LAutoInheritDto.annotationInfo=current} abstract?='abstract'? 'autoDto' name=ValidIDWithKeywords ('extends'
//superType=[dto::LDto|TYPE_CROSS_REFERENCE])? 'wraps' wrappedType=[entity::LEntity|TYPE_CROSS_REFERENCE] '{'
//features+=DtoFeature* '}'
public Group getGroup_2_1() { return cGroup_2_1; }
//{dto::LAutoInheritDto.annotationInfo=current}
public Action getLAutoInheritDtoAnnotationInfoAction_2_1_0() { return cLAutoInheritDtoAnnotationInfoAction_2_1_0; }
//abstract?='abstract'?
public Assignment getAbstractAssignment_2_1_1() { return cAbstractAssignment_2_1_1; }
//'abstract'
public Keyword getAbstractAbstractKeyword_2_1_1_0() { return cAbstractAbstractKeyword_2_1_1_0; }
//'autoDto'
public Keyword getAutoDtoKeyword_2_1_2() { return cAutoDtoKeyword_2_1_2; }
//name=ValidIDWithKeywords
public Assignment getNameAssignment_2_1_3() { return cNameAssignment_2_1_3; }
//ValidIDWithKeywords
public RuleCall getNameValidIDWithKeywordsParserRuleCall_2_1_3_0() { return cNameValidIDWithKeywordsParserRuleCall_2_1_3_0; }
//('extends' superType=[dto::LDto|TYPE_CROSS_REFERENCE])?
public Group getGroup_2_1_4() { return cGroup_2_1_4; }
//'extends'
public Keyword getExtendsKeyword_2_1_4_0() { return cExtendsKeyword_2_1_4_0; }
//superType=[dto::LDto|TYPE_CROSS_REFERENCE]
public Assignment getSuperTypeAssignment_2_1_4_1() { return cSuperTypeAssignment_2_1_4_1; }
//[dto::LDto|TYPE_CROSS_REFERENCE]
public CrossReference getSuperTypeLDtoCrossReference_2_1_4_1_0() { return cSuperTypeLDtoCrossReference_2_1_4_1_0; }
//TYPE_CROSS_REFERENCE
public RuleCall getSuperTypeLDtoTYPE_CROSS_REFERENCEParserRuleCall_2_1_4_1_0_1() { return cSuperTypeLDtoTYPE_CROSS_REFERENCEParserRuleCall_2_1_4_1_0_1; }
//'wraps'
public Keyword getWrapsKeyword_2_1_5() { return cWrapsKeyword_2_1_5; }
//wrappedType=[entity::LEntity|TYPE_CROSS_REFERENCE]
public Assignment getWrappedTypeAssignment_2_1_6() { return cWrappedTypeAssignment_2_1_6; }
//[entity::LEntity|TYPE_CROSS_REFERENCE]
public CrossReference getWrappedTypeLEntityCrossReference_2_1_6_0() { return cWrappedTypeLEntityCrossReference_2_1_6_0; }
//TYPE_CROSS_REFERENCE
public RuleCall getWrappedTypeLEntityTYPE_CROSS_REFERENCEParserRuleCall_2_1_6_0_1() { return cWrappedTypeLEntityTYPE_CROSS_REFERENCEParserRuleCall_2_1_6_0_1; }
//'{'
public Keyword getLeftCurlyBracketKeyword_2_1_7() { return cLeftCurlyBracketKeyword_2_1_7; }
//features+=DtoFeature*
public Assignment getFeaturesAssignment_2_1_8() { return cFeaturesAssignment_2_1_8; }
//DtoFeature
public RuleCall getFeaturesDtoFeatureParserRuleCall_2_1_8_0() { return cFeaturesDtoFeatureParserRuleCall_2_1_8_0; }
//'}'
public Keyword getRightCurlyBracketKeyword_2_1_9() { return cRightCurlyBracketKeyword_2_1_9; }
}
public class DtoFeatureElements extends AbstractParserRuleElementFinder {
private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.osbp.dsl.dto.xtext.DtoGrammar.DtoFeature");
private final Group cGroup = (Group)rule.eContents().get(1);
private final Action cLDtoFeatureAction_0 = (Action)cGroup.eContents().get(0);
private final Assignment cAnnotationsAssignment_1 = (Assignment)cGroup.eContents().get(1);
private final RuleCall cAnnotationsAnnotationDefParserRuleCall_1_0 = (RuleCall)cAnnotationsAssignment_1.eContents().get(0);
private final Alternatives cAlternatives_2 = (Alternatives)cGroup.eContents().get(2);
private final Group cGroup_2_0 = (Group)cAlternatives_2.eContents().get(0);
private final Group cGroup_2_0_0 = (Group)cGroup_2_0.eContents().get(0);
private final Action cLDtoInheritedAttributeAnnotationInfoAction_2_0_0_0 = (Action)cGroup_2_0_0.eContents().get(0);
private final Keyword cInheritVarKeyword_2_0_0_1 = (Keyword)cGroup_2_0_0.eContents().get(1);
private final Assignment cInheritedFeatureAssignment_2_0_0_2 = (Assignment)cGroup_2_0_0.eContents().get(2);
private final CrossReference cInheritedFeatureLEntityAttributeCrossReference_2_0_0_2_0 = (CrossReference)cInheritedFeatureAssignment_2_0_0_2.eContents().get(0);
private final RuleCall cInheritedFeatureLEntityAttributeValidIDWithKeywordsParserRuleCall_2_0_0_2_0_1 = (RuleCall)cInheritedFeatureLEntityAttributeCrossReference_2_0_0_2_0.eContents().get(1);
private final Group cGroup_2_0_1 = (Group)cGroup_2_0.eContents().get(1);
private final Keyword cMaptoKeyword_2_0_1_0 = (Keyword)cGroup_2_0_1.eContents().get(0);
private final Assignment cTypeAssignment_2_0_1_1 = (Assignment)cGroup_2_0_1.eContents().get(1);
private final CrossReference cTypeLDtoCrossReference_2_0_1_1_0 = (CrossReference)cTypeAssignment_2_0_1_1.eContents().get(0);
private final RuleCall cTypeLDtoTYPE_CROSS_REFERENCEParserRuleCall_2_0_1_1_0_1 = (RuleCall)cTypeLDtoCrossReference_2_0_1_1_0.eContents().get(1);
private final Group cGroup_2_0_2 = (Group)cGroup_2_0.eContents().get(2);
private final Keyword cPropertiesKeyword_2_0_2_0 = (Keyword)cGroup_2_0_2.eContents().get(0);
private final Keyword cLeftParenthesisKeyword_2_0_2_1 = (Keyword)cGroup_2_0_2.eContents().get(1);
private final Assignment cPropertiesAssignment_2_0_2_2 = (Assignment)cGroup_2_0_2.eContents().get(2);
private final RuleCall cPropertiesKeyAndValueParserRuleCall_2_0_2_2_0 = (RuleCall)cPropertiesAssignment_2_0_2_2.eContents().get(0);
private final Group cGroup_2_0_2_3 = (Group)cGroup_2_0_2.eContents().get(3);
private final Keyword cCommaKeyword_2_0_2_3_0 = (Keyword)cGroup_2_0_2_3.eContents().get(0);
private final Assignment cPropertiesAssignment_2_0_2_3_1 = (Assignment)cGroup_2_0_2_3.eContents().get(1);
private final RuleCall cPropertiesKeyAndValueParserRuleCall_2_0_2_3_1_0 = (RuleCall)cPropertiesAssignment_2_0_2_3_1.eContents().get(0);
private final Keyword cRightParenthesisKeyword_2_0_2_4 = (Keyword)cGroup_2_0_2.eContents().get(4);
private final Assignment cMapperAssignment_2_0_3 = (Assignment)cGroup_2_0.eContents().get(3);
private final RuleCall cMapperDtoMapperParserRuleCall_2_0_3_0 = (RuleCall)cMapperAssignment_2_0_3.eContents().get(0);
private final Group cGroup_2_1 = (Group)cAlternatives_2.eContents().get(1);
private final Action cLDtoInheritedReferenceAnnotationInfoAction_2_1_0 = (Action)cGroup_2_1.eContents().get(0);
private final Group cGroup_2_1_1 = (Group)cGroup_2_1.eContents().get(1);
private final Keyword cInheritRefKeyword_2_1_1_0 = (Keyword)cGroup_2_1_1.eContents().get(0);
private final Assignment cInheritedFeatureAssignment_2_1_1_1 = (Assignment)cGroup_2_1_1.eContents().get(1);
private final CrossReference cInheritedFeatureLEntityReferenceCrossReference_2_1_1_1_0 = (CrossReference)cInheritedFeatureAssignment_2_1_1_1.eContents().get(0);
private final RuleCall cInheritedFeatureLEntityReferenceValidIDWithKeywordsParserRuleCall_2_1_1_1_0_1 = (RuleCall)cInheritedFeatureLEntityReferenceCrossReference_2_1_1_1_0.eContents().get(1);
private final Keyword cMaptoKeyword_2_1_2 = (Keyword)cGroup_2_1.eContents().get(2);
private final Assignment cTypeAssignment_2_1_3 = (Assignment)cGroup_2_1.eContents().get(3);
private final CrossReference cTypeLDtoCrossReference_2_1_3_0 = (CrossReference)cTypeAssignment_2_1_3.eContents().get(0);
private final RuleCall cTypeLDtoTYPE_CROSS_REFERENCEParserRuleCall_2_1_3_0_1 = (RuleCall)cTypeLDtoCrossReference_2_1_3_0.eContents().get(1);
private final Group cGroup_2_1_4 = (Group)cGroup_2_1.eContents().get(4);
private final Keyword cPropertiesKeyword_2_1_4_0 = (Keyword)cGroup_2_1_4.eContents().get(0);
private final Keyword cLeftParenthesisKeyword_2_1_4_1 = (Keyword)cGroup_2_1_4.eContents().get(1);
private final Assignment cPropertiesAssignment_2_1_4_2 = (Assignment)cGroup_2_1_4.eContents().get(2);
private final RuleCall cPropertiesKeyAndValueParserRuleCall_2_1_4_2_0 = (RuleCall)cPropertiesAssignment_2_1_4_2.eContents().get(0);
private final Group cGroup_2_1_4_3 = (Group)cGroup_2_1_4.eContents().get(3);
private final Keyword cCommaKeyword_2_1_4_3_0 = (Keyword)cGroup_2_1_4_3.eContents().get(0);
private final Assignment cPropertiesAssignment_2_1_4_3_1 = (Assignment)cGroup_2_1_4_3.eContents().get(1);
private final RuleCall cPropertiesKeyAndValueParserRuleCall_2_1_4_3_1_0 = (RuleCall)cPropertiesAssignment_2_1_4_3_1.eContents().get(0);
private final Keyword cRightParenthesisKeyword_2_1_4_4 = (Keyword)cGroup_2_1_4.eContents().get(4);
private final Assignment cMapperAssignment_2_1_5 = (Assignment)cGroup_2_1.eContents().get(5);
private final RuleCall cMapperDtoMapperParserRuleCall_2_1_5_0 = (RuleCall)cMapperAssignment_2_1_5.eContents().get(0);
private final Group cGroup_2_2 = (Group)cAlternatives_2.eContents().get(2);
private final Action cLDtoAttributeAnnotationInfoAction_2_2_0 = (Action)cGroup_2_2.eContents().get(0);
private final Group cGroup_2_2_1 = (Group)cGroup_2_2.eContents().get(1);
private final Assignment cTransientAssignment_2_2_1_0 = (Assignment)cGroup_2_2_1.eContents().get(0);
private final Keyword cTransientTransientKeyword_2_2_1_0_0 = (Keyword)cTransientAssignment_2_2_1_0.eContents().get(0);
private final Assignment cTypeAssignment_2_2_1_1 = (Assignment)cGroup_2_2_1.eContents().get(1);
private final CrossReference cTypeLScalarTypeCrossReference_2_2_1_1_0 = (CrossReference)cTypeAssignment_2_2_1_1.eContents().get(0);
private final RuleCall cTypeLScalarTypeTYPE_CROSS_REFERENCEParserRuleCall_2_2_1_1_0_1 = (RuleCall)cTypeLScalarTypeCrossReference_2_2_1_1_0.eContents().get(1);
private final Group cGroup_2_2_1_2 = (Group)cGroup_2_2_1.eContents().get(2);
private final Keyword cLeftSquareBracketKeyword_2_2_1_2_0 = (Keyword)cGroup_2_2_1_2.eContents().get(0);
private final Assignment cConstraintsAssignment_2_2_1_2_1 = (Assignment)cGroup_2_2_1_2.eContents().get(1);
private final RuleCall cConstraintsAllConstraintsParserRuleCall_2_2_1_2_1_0 = (RuleCall)cConstraintsAssignment_2_2_1_2_1.eContents().get(0);
private final Keyword cRightSquareBracketKeyword_2_2_1_2_2 = (Keyword)cGroup_2_2_1_2.eContents().get(2);
private final Assignment cNameAssignment_2_2_1_3 = (Assignment)cGroup_2_2_1.eContents().get(3);
private final RuleCall cNameValidIDWithKeywordsParserRuleCall_2_2_1_3_0 = (RuleCall)cNameAssignment_2_2_1_3.eContents().get(0);
private final Group cGroup_2_2_1_4 = (Group)cGroup_2_2_1.eContents().get(4);
private final Keyword cPropertiesKeyword_2_2_1_4_0 = (Keyword)cGroup_2_2_1_4.eContents().get(0);
private final Keyword cLeftParenthesisKeyword_2_2_1_4_1 = (Keyword)cGroup_2_2_1_4.eContents().get(1);
private final Assignment cPropertiesAssignment_2_2_1_4_2 = (Assignment)cGroup_2_2_1_4.eContents().get(2);
private final RuleCall cPropertiesKeyAndValueParserRuleCall_2_2_1_4_2_0 = (RuleCall)cPropertiesAssignment_2_2_1_4_2.eContents().get(0);
private final Group cGroup_2_2_1_4_3 = (Group)cGroup_2_2_1_4.eContents().get(3);
private final Keyword cCommaKeyword_2_2_1_4_3_0 = (Keyword)cGroup_2_2_1_4_3.eContents().get(0);
private final Assignment cPropertiesAssignment_2_2_1_4_3_1 = (Assignment)cGroup_2_2_1_4_3.eContents().get(1);
private final RuleCall cPropertiesKeyAndValueParserRuleCall_2_2_1_4_3_1_0 = (RuleCall)cPropertiesAssignment_2_2_1_4_3_1.eContents().get(0);
private final Keyword cRightParenthesisKeyword_2_2_1_4_4 = (Keyword)cGroup_2_2_1_4.eContents().get(4);
private final Group cGroup_2_3 = (Group)cAlternatives_2.eContents().get(3);
private final Action cLDtoAttributeAnnotationInfoAction_2_3_0 = (Action)cGroup_2_3.eContents().get(0);
private final Group cGroup_2_3_1 = (Group)cGroup_2_3.eContents().get(1);
private final Assignment cDirtyAssignment_2_3_1_0 = (Assignment)cGroup_2_3_1.eContents().get(0);
private final Keyword cDirtyDirtyKeyword_2_3_1_0_0 = (Keyword)cDirtyAssignment_2_3_1_0.eContents().get(0);
private final Assignment cTypeAssignment_2_3_1_1 = (Assignment)cGroup_2_3_1.eContents().get(1);
private final CrossReference cTypeLScalarTypeCrossReference_2_3_1_1_0 = (CrossReference)cTypeAssignment_2_3_1_1.eContents().get(0);
private final RuleCall cTypeLScalarTypeTYPE_CROSS_REFERENCEParserRuleCall_2_3_1_1_0_1 = (RuleCall)cTypeLScalarTypeCrossReference_2_3_1_1_0.eContents().get(1);
private final Assignment cNameAssignment_2_3_1_2 = (Assignment)cGroup_2_3_1.eContents().get(2);
private final RuleCall cNameValidIDWithKeywordsParserRuleCall_2_3_1_2_0 = (RuleCall)cNameAssignment_2_3_1_2.eContents().get(0);
private final Group cGroup_2_3_1_3 = (Group)cGroup_2_3_1.eContents().get(3);
private final Keyword cPropertiesKeyword_2_3_1_3_0 = (Keyword)cGroup_2_3_1_3.eContents().get(0);
private final Keyword cLeftParenthesisKeyword_2_3_1_3_1 = (Keyword)cGroup_2_3_1_3.eContents().get(1);
private final Assignment cPropertiesAssignment_2_3_1_3_2 = (Assignment)cGroup_2_3_1_3.eContents().get(2);
private final RuleCall cPropertiesKeyAndValueParserRuleCall_2_3_1_3_2_0 = (RuleCall)cPropertiesAssignment_2_3_1_3_2.eContents().get(0);
private final Group cGroup_2_3_1_3_3 = (Group)cGroup_2_3_1_3.eContents().get(3);
private final Keyword cCommaKeyword_2_3_1_3_3_0 = (Keyword)cGroup_2_3_1_3_3.eContents().get(0);
private final Assignment cPropertiesAssignment_2_3_1_3_3_1 = (Assignment)cGroup_2_3_1_3_3.eContents().get(1);
private final RuleCall cPropertiesKeyAndValueParserRuleCall_2_3_1_3_3_1_0 = (RuleCall)cPropertiesAssignment_2_3_1_3_3_1.eContents().get(0);
private final Keyword cRightParenthesisKeyword_2_3_1_3_4 = (Keyword)cGroup_2_3_1_3.eContents().get(4);
private final Group cGroup_2_4 = (Group)cAlternatives_2.eContents().get(4);
private final Action cLDtoAttributeAnnotationInfoAction_2_4_0 = (Action)cGroup_2_4.eContents().get(0);
private final Group cGroup_2_4_1 = (Group)cGroup_2_4.eContents().get(1);
private final Assignment cDerivedAssignment_2_4_1_0 = (Assignment)cGroup_2_4_1.eContents().get(0);
private final Keyword cDerivedDerivedKeyword_2_4_1_0_0 = (Keyword)cDerivedAssignment_2_4_1_0.eContents().get(0);
private final Assignment cDomainDescriptionAssignment_2_4_1_1 = (Assignment)cGroup_2_4_1.eContents().get(1);
private final Keyword cDomainDescriptionDomainDescriptionKeyword_2_4_1_1_0 = (Keyword)cDomainDescriptionAssignment_2_4_1_1.eContents().get(0);
private final Assignment cTypeAssignment_2_4_1_2 = (Assignment)cGroup_2_4_1.eContents().get(2);
private final CrossReference cTypeLScalarTypeCrossReference_2_4_1_2_0 = (CrossReference)cTypeAssignment_2_4_1_2.eContents().get(0);
private final RuleCall cTypeLScalarTypeTYPE_CROSS_REFERENCEParserRuleCall_2_4_1_2_0_1 = (RuleCall)cTypeLScalarTypeCrossReference_2_4_1_2_0.eContents().get(1);
private final Assignment cNameAssignment_2_4_1_3 = (Assignment)cGroup_2_4_1.eContents().get(3);
private final RuleCall cNameValidIDWithKeywordsParserRuleCall_2_4_1_3_0 = (RuleCall)cNameAssignment_2_4_1_3.eContents().get(0);
private final Group cGroup_2_4_1_4 = (Group)cGroup_2_4_1.eContents().get(4);
private final Keyword cPropertiesKeyword_2_4_1_4_0 = (Keyword)cGroup_2_4_1_4.eContents().get(0);
private final Keyword cLeftParenthesisKeyword_2_4_1_4_1 = (Keyword)cGroup_2_4_1_4.eContents().get(1);
private final Assignment cPropertiesAssignment_2_4_1_4_2 = (Assignment)cGroup_2_4_1_4.eContents().get(2);
private final RuleCall cPropertiesKeyAndValueParserRuleCall_2_4_1_4_2_0 = (RuleCall)cPropertiesAssignment_2_4_1_4_2.eContents().get(0);
private final Group cGroup_2_4_1_4_3 = (Group)cGroup_2_4_1_4.eContents().get(3);
private final Keyword cCommaKeyword_2_4_1_4_3_0 = (Keyword)cGroup_2_4_1_4_3.eContents().get(0);
private final Assignment cPropertiesAssignment_2_4_1_4_3_1 = (Assignment)cGroup_2_4_1_4_3.eContents().get(1);
private final RuleCall cPropertiesKeyAndValueParserRuleCall_2_4_1_4_3_1_0 = (RuleCall)cPropertiesAssignment_2_4_1_4_3_1.eContents().get(0);
private final Keyword cRightParenthesisKeyword_2_4_1_4_4 = (Keyword)cGroup_2_4_1_4.eContents().get(4);
private final Assignment cDerivedGetterExpressionAssignment_2_4_1_5 = (Assignment)cGroup_2_4_1.eContents().get(5);
private final RuleCall cDerivedGetterExpressionXBlockExpressionParserRuleCall_2_4_1_5_0 = (RuleCall)cDerivedGetterExpressionAssignment_2_4_1_5.eContents().get(0);
private final Group cGroup_2_5 = (Group)cAlternatives_2.eContents().get(5);
private final Action cLDtoAttributeAnnotationInfoAction_2_5_0 = (Action)cGroup_2_5.eContents().get(0);
private final Alternatives cAlternatives_2_5_1 = (Alternatives)cGroup_2_5.eContents().get(1);
private final Assignment cIdAssignment_2_5_1_0 = (Assignment)cAlternatives_2_5_1.eContents().get(0);
private final Keyword cIdIdKeyword_2_5_1_0_0 = (Keyword)cIdAssignment_2_5_1_0.eContents().get(0);
private final Assignment cVersionAssignment_2_5_1_1 = (Assignment)cAlternatives_2_5_1.eContents().get(1);
private final Keyword cVersionVersionKeyword_2_5_1_1_0 = (Keyword)cVersionAssignment_2_5_1_1.eContents().get(0);
private final Assignment cUuidAssignment_2_5_1_2 = (Assignment)cAlternatives_2_5_1.eContents().get(2);
private final Keyword cUuidUuidKeyword_2_5_1_2_0 = (Keyword)cUuidAssignment_2_5_1_2.eContents().get(0);
private final Assignment cDomainDescriptionAssignment_2_5_1_3 = (Assignment)cAlternatives_2_5_1.eContents().get(3);
private final Keyword cDomainDescriptionDomainDescriptionKeyword_2_5_1_3_0 = (Keyword)cDomainDescriptionAssignment_2_5_1_3.eContents().get(0);
private final Assignment cDomainKeyAssignment_2_5_1_4 = (Assignment)cAlternatives_2_5_1.eContents().get(4);
private final Keyword cDomainKeyDomainKeyKeyword_2_5_1_4_0 = (Keyword)cDomainKeyAssignment_2_5_1_4.eContents().get(0);
private final Assignment cTypeAssignment_2_5_2 = (Assignment)cGroup_2_5.eContents().get(2);
private final CrossReference cTypeLScalarTypeCrossReference_2_5_2_0 = (CrossReference)cTypeAssignment_2_5_2.eContents().get(0);
private final RuleCall cTypeLScalarTypeTYPE_CROSS_REFERENCEParserRuleCall_2_5_2_0_1 = (RuleCall)cTypeLScalarTypeCrossReference_2_5_2_0.eContents().get(1);
private final Assignment cMultiplicityAssignment_2_5_3 = (Assignment)cGroup_2_5.eContents().get(3);
private final RuleCall cMultiplicityMultiplicityParserRuleCall_2_5_3_0 = (RuleCall)cMultiplicityAssignment_2_5_3.eContents().get(0);
private final Group cGroup_2_5_4 = (Group)cGroup_2_5.eContents().get(4);
private final Keyword cLeftSquareBracketKeyword_2_5_4_0 = (Keyword)cGroup_2_5_4.eContents().get(0);
private final Assignment cConstraintsAssignment_2_5_4_1 = (Assignment)cGroup_2_5_4.eContents().get(1);
private final RuleCall cConstraintsAllConstraintsParserRuleCall_2_5_4_1_0 = (RuleCall)cConstraintsAssignment_2_5_4_1.eContents().get(0);
private final Keyword cRightSquareBracketKeyword_2_5_4_2 = (Keyword)cGroup_2_5_4.eContents().get(2);
private final Assignment cNameAssignment_2_5_5 = (Assignment)cGroup_2_5.eContents().get(5);
private final RuleCall cNameValidIDWithKeywordsParserRuleCall_2_5_5_0 = (RuleCall)cNameAssignment_2_5_5.eContents().get(0);
private final Group cGroup_2_5_6 = (Group)cGroup_2_5.eContents().get(6);
private final Keyword cPropertiesKeyword_2_5_6_0 = (Keyword)cGroup_2_5_6.eContents().get(0);
private final Keyword cLeftParenthesisKeyword_2_5_6_1 = (Keyword)cGroup_2_5_6.eContents().get(1);
private final Assignment cPropertiesAssignment_2_5_6_2 = (Assignment)cGroup_2_5_6.eContents().get(2);
private final RuleCall cPropertiesKeyAndValueParserRuleCall_2_5_6_2_0 = (RuleCall)cPropertiesAssignment_2_5_6_2.eContents().get(0);
private final Group cGroup_2_5_6_3 = (Group)cGroup_2_5_6.eContents().get(3);
private final Keyword cCommaKeyword_2_5_6_3_0 = (Keyword)cGroup_2_5_6_3.eContents().get(0);
private final Assignment cPropertiesAssignment_2_5_6_3_1 = (Assignment)cGroup_2_5_6_3.eContents().get(1);
private final RuleCall cPropertiesKeyAndValueParserRuleCall_2_5_6_3_1_0 = (RuleCall)cPropertiesAssignment_2_5_6_3_1.eContents().get(0);
private final Keyword cRightParenthesisKeyword_2_5_6_4 = (Keyword)cGroup_2_5_6.eContents().get(4);
private final Group cGroup_2_6 = (Group)cAlternatives_2.eContents().get(6);
private final Action cLDtoReferenceAnnotationInfoAction_2_6_0 = (Action)cGroup_2_6.eContents().get(0);
private final Group cGroup_2_6_1 = (Group)cGroup_2_6.eContents().get(1);
private final Keyword cRefKeyword_2_6_1_0 = (Keyword)cGroup_2_6_1.eContents().get(0);
private final UnorderedGroup cUnorderedGroup_2_6_1_1 = (UnorderedGroup)cGroup_2_6_1.eContents().get(1);
private final Assignment cCascadeMergePersistAssignment_2_6_1_1_0 = (Assignment)cUnorderedGroup_2_6_1_1.eContents().get(0);
private final Keyword cCascadeMergePersistCascadeMergePersistKeyword_2_6_1_1_0_0 = (Keyword)cCascadeMergePersistAssignment_2_6_1_1_0.eContents().get(0);
private final Assignment cLazyAssignment_2_6_1_1_1 = (Assignment)cUnorderedGroup_2_6_1_1.eContents().get(1);
private final Keyword cLazyLazyKeyword_2_6_1_1_1_0 = (Keyword)cLazyAssignment_2_6_1_1_1.eContents().get(0);
private final Assignment cCascadeRemoveAssignment_2_6_1_2 = (Assignment)cGroup_2_6_1.eContents().get(2);
private final Keyword cCascadeRemoveCascadeRemoveKeyword_2_6_1_2_0 = (Keyword)cCascadeRemoveAssignment_2_6_1_2.eContents().get(0);
private final Assignment cTypeAssignment_2_6_1_3 = (Assignment)cGroup_2_6_1.eContents().get(3);
private final CrossReference cTypeLDtoCrossReference_2_6_1_3_0 = (CrossReference)cTypeAssignment_2_6_1_3.eContents().get(0);
private final RuleCall cTypeLDtoTYPE_CROSS_REFERENCEParserRuleCall_2_6_1_3_0_1 = (RuleCall)cTypeLDtoCrossReference_2_6_1_3_0.eContents().get(1);
private final Assignment cMultiplicityAssignment_2_6_1_4 = (Assignment)cGroup_2_6_1.eContents().get(4);
private final RuleCall cMultiplicityMultiplicityParserRuleCall_2_6_1_4_0 = (RuleCall)cMultiplicityAssignment_2_6_1_4.eContents().get(0);
private final Group cGroup_2_6_1_5 = (Group)cGroup_2_6_1.eContents().get(5);
private final Keyword cLeftSquareBracketKeyword_2_6_1_5_0 = (Keyword)cGroup_2_6_1_5.eContents().get(0);
private final Assignment cConstraintsAssignment_2_6_1_5_1 = (Assignment)cGroup_2_6_1_5.eContents().get(1);
private final RuleCall cConstraintsAllConstraintsParserRuleCall_2_6_1_5_1_0 = (RuleCall)cConstraintsAssignment_2_6_1_5_1.eContents().get(0);
private final Keyword cRightSquareBracketKeyword_2_6_1_5_2 = (Keyword)cGroup_2_6_1_5.eContents().get(2);
private final Assignment cNameAssignment_2_6_1_6 = (Assignment)cGroup_2_6_1.eContents().get(6);
private final RuleCall cNameValidIDWithKeywordsParserRuleCall_2_6_1_6_0 = (RuleCall)cNameAssignment_2_6_1_6.eContents().get(0);
private final Group cGroup_2_6_1_7 = (Group)cGroup_2_6_1.eContents().get(7);
private final Keyword cOppositeKeyword_2_6_1_7_0 = (Keyword)cGroup_2_6_1_7.eContents().get(0);
private final Assignment cOppositeAssignment_2_6_1_7_1 = (Assignment)cGroup_2_6_1_7.eContents().get(1);
private final CrossReference cOppositeLDtoReferenceCrossReference_2_6_1_7_1_0 = (CrossReference)cOppositeAssignment_2_6_1_7_1.eContents().get(0);
private final RuleCall cOppositeLDtoReferenceLFQNParserRuleCall_2_6_1_7_1_0_1 = (RuleCall)cOppositeLDtoReferenceCrossReference_2_6_1_7_1_0.eContents().get(1);
private final Group cGroup_2_6_1_8 = (Group)cGroup_2_6_1.eContents().get(8);
private final Keyword cPropertiesKeyword_2_6_1_8_0 = (Keyword)cGroup_2_6_1_8.eContents().get(0);
private final Keyword cLeftParenthesisKeyword_2_6_1_8_1 = (Keyword)cGroup_2_6_1_8.eContents().get(1);
private final Assignment cPropertiesAssignment_2_6_1_8_2 = (Assignment)cGroup_2_6_1_8.eContents().get(2);
private final RuleCall cPropertiesKeyAndValueParserRuleCall_2_6_1_8_2_0 = (RuleCall)cPropertiesAssignment_2_6_1_8_2.eContents().get(0);
private final Group cGroup_2_6_1_8_3 = (Group)cGroup_2_6_1_8.eContents().get(3);
private final Keyword cCommaKeyword_2_6_1_8_3_0 = (Keyword)cGroup_2_6_1_8_3.eContents().get(0);
private final Assignment cPropertiesAssignment_2_6_1_8_3_1 = (Assignment)cGroup_2_6_1_8_3.eContents().get(1);
private final RuleCall cPropertiesKeyAndValueParserRuleCall_2_6_1_8_3_1_0 = (RuleCall)cPropertiesAssignment_2_6_1_8_3_1.eContents().get(0);
private final Keyword cRightParenthesisKeyword_2_6_1_8_4 = (Keyword)cGroup_2_6_1_8.eContents().get(4);
private final Assignment cMapperAssignment_2_6_2 = (Assignment)cGroup_2_6.eContents().get(2);
private final RuleCall cMapperLimitedMapperDtoMapperParserRuleCall_2_6_2_0 = (RuleCall)cMapperAssignment_2_6_2.eContents().get(0);
private final Group cGroup_2_7 = (Group)cAlternatives_2.eContents().get(7);
private final Action cLDtoAttributeAnnotationInfoAction_2_7_0 = (Action)cGroup_2_7.eContents().get(0);
private final Keyword cVarKeyword_2_7_1 = (Keyword)cGroup_2_7.eContents().get(1);
private final Assignment cTypeAssignment_2_7_2 = (Assignment)cGroup_2_7.eContents().get(2);
private final CrossReference cTypeLScalarTypeCrossReference_2_7_2_0 = (CrossReference)cTypeAssignment_2_7_2.eContents().get(0);
private final RuleCall cTypeLScalarTypeTYPE_CROSS_REFERENCEParserRuleCall_2_7_2_0_1 = (RuleCall)cTypeLScalarTypeCrossReference_2_7_2_0.eContents().get(1);
private final Assignment cMultiplicityAssignment_2_7_3 = (Assignment)cGroup_2_7.eContents().get(3);
private final RuleCall cMultiplicityMultiplicityParserRuleCall_2_7_3_0 = (RuleCall)cMultiplicityAssignment_2_7_3.eContents().get(0);
private final Group cGroup_2_7_4 = (Group)cGroup_2_7.eContents().get(4);
private final Keyword cLeftSquareBracketKeyword_2_7_4_0 = (Keyword)cGroup_2_7_4.eContents().get(0);
private final Assignment cConstraintsAssignment_2_7_4_1 = (Assignment)cGroup_2_7_4.eContents().get(1);
private final RuleCall cConstraintsAllConstraintsParserRuleCall_2_7_4_1_0 = (RuleCall)cConstraintsAssignment_2_7_4_1.eContents().get(0);
private final Keyword cRightSquareBracketKeyword_2_7_4_2 = (Keyword)cGroup_2_7_4.eContents().get(2);
private final Assignment cNameAssignment_2_7_5 = (Assignment)cGroup_2_7.eContents().get(5);
private final RuleCall cNameValidIDWithKeywordsParserRuleCall_2_7_5_0 = (RuleCall)cNameAssignment_2_7_5.eContents().get(0);
private final Group cGroup_2_7_6 = (Group)cGroup_2_7.eContents().get(6);
private final Keyword cPropertiesKeyword_2_7_6_0 = (Keyword)cGroup_2_7_6.eContents().get(0);
private final Keyword cLeftParenthesisKeyword_2_7_6_1 = (Keyword)cGroup_2_7_6.eContents().get(1);
private final Assignment cPropertiesAssignment_2_7_6_2 = (Assignment)cGroup_2_7_6.eContents().get(2);
private final RuleCall cPropertiesKeyAndValueParserRuleCall_2_7_6_2_0 = (RuleCall)cPropertiesAssignment_2_7_6_2.eContents().get(0);
private final Group cGroup_2_7_6_3 = (Group)cGroup_2_7_6.eContents().get(3);
private final Keyword cCommaKeyword_2_7_6_3_0 = (Keyword)cGroup_2_7_6_3.eContents().get(0);
private final Assignment cPropertiesAssignment_2_7_6_3_1 = (Assignment)cGroup_2_7_6_3.eContents().get(1);
private final RuleCall cPropertiesKeyAndValueParserRuleCall_2_7_6_3_1_0 = (RuleCall)cPropertiesAssignment_2_7_6_3_1.eContents().get(0);
private final Keyword cRightParenthesisKeyword_2_7_6_4 = (Keyword)cGroup_2_7_6.eContents().get(4);
private final Assignment cMapperAssignment_2_7_7 = (Assignment)cGroup_2_7.eContents().get(7);
private final RuleCall cMapperLimitedMapperDtoMapperParserRuleCall_2_7_7_0 = (RuleCall)cMapperAssignment_2_7_7.eContents().get(0);
private final Group cGroup_2_8 = (Group)cAlternatives_2.eContents().get(8);
private final Action cLDtoOperationAnnotationInfoAction_2_8_0 = (Action)cGroup_2_8.eContents().get(0);
private final Group cGroup_2_8_1 = (Group)cGroup_2_8.eContents().get(1);
private final Keyword cDefKeyword_2_8_1_0 = (Keyword)cGroup_2_8_1.eContents().get(0);
private final Assignment cTypeAssignment_2_8_1_1 = (Assignment)cGroup_2_8_1.eContents().get(1);
private final RuleCall cTypeJvmTypeReferenceParserRuleCall_2_8_1_1_0 = (RuleCall)cTypeAssignment_2_8_1_1.eContents().get(0);
private final Assignment cNameAssignment_2_8_1_2 = (Assignment)cGroup_2_8_1.eContents().get(2);
private final RuleCall cNameValidIDWithKeywordsParserRuleCall_2_8_1_2_0 = (RuleCall)cNameAssignment_2_8_1_2.eContents().get(0);
private final Keyword cLeftParenthesisKeyword_2_8_1_3 = (Keyword)cGroup_2_8_1.eContents().get(3);
private final Group cGroup_2_8_1_4 = (Group)cGroup_2_8_1.eContents().get(4);
private final Assignment cParamsAssignment_2_8_1_4_0 = (Assignment)cGroup_2_8_1_4.eContents().get(0);
private final RuleCall cParamsFullJvmFormalParameterParserRuleCall_2_8_1_4_0_0 = (RuleCall)cParamsAssignment_2_8_1_4_0.eContents().get(0);
private final Group cGroup_2_8_1_4_1 = (Group)cGroup_2_8_1_4.eContents().get(1);
private final Keyword cCommaKeyword_2_8_1_4_1_0 = (Keyword)cGroup_2_8_1_4_1.eContents().get(0);
private final Assignment cParamsAssignment_2_8_1_4_1_1 = (Assignment)cGroup_2_8_1_4_1.eContents().get(1);
private final RuleCall cParamsFullJvmFormalParameterParserRuleCall_2_8_1_4_1_1_0 = (RuleCall)cParamsAssignment_2_8_1_4_1_1.eContents().get(0);
private final Keyword cRightParenthesisKeyword_2_8_1_5 = (Keyword)cGroup_2_8_1.eContents().get(5);
private final Assignment cBodyAssignment_2_8_1_6 = (Assignment)cGroup_2_8_1.eContents().get(6);
private final RuleCall cBodyXExpressionParserRuleCall_2_8_1_6_0 = (RuleCall)cBodyAssignment_2_8_1_6.eContents().get(0);
//DtoFeature dto::LDtoFeature:
// {dto::LDtoFeature} annotations+=AnnotationDef* (({dto::LDtoInheritedAttribute.annotationInfo=current}
// 'inheritVar' inheritedFeature=[entity::LEntityAttribute|ValidIDWithKeywords]) ('mapto'
// type=[dto::LDto|TYPE_CROSS_REFERENCE])? ('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
// mapper=DtoMapper? | {dto::LDtoInheritedReference.annotationInfo=current} ('inheritRef'
// inheritedFeature=[entity::LEntityReference|ValidIDWithKeywords]) 'mapto' type=[dto::LDto|TYPE_CROSS_REFERENCE]
// ('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')? mapper=DtoMapper? |
// {dto::LDtoAttribute.annotationInfo=current} (transient?='transient' type=[common::LScalarType|TYPE_CROSS_REFERENCE]
// ('[' constraints+=AllConstraints* ']')? name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue (','
// properties+=KeyAndValue)* ')')?) | {dto::LDtoAttribute.annotationInfo=current} (dirty?='dirty'
// type=[common::LScalarType|TYPE_CROSS_REFERENCE] name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue
// (',' properties+=KeyAndValue)* ')')?) | {dto::LDtoAttribute.annotationInfo=current} (derived?='derived'
// domainDescription?='domainDescription'? type=[common::LScalarType|TYPE_CROSS_REFERENCE] name=ValidIDWithKeywords
// ('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
// derivedGetterExpression=XBlockExpression) | {dto::LDtoAttribute.annotationInfo=current} (id?='id' | version?="version"
// | uuid?="uuid" | domainDescription?='domainDescription' | domainKey?='domainKey')
// type=[common::LScalarType|TYPE_CROSS_REFERENCE] multiplicity=Multiplicity? ('[' constraints+=AllConstraints* ']')?
// name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
// | {dto::LDtoReference.annotationInfo=current} ('ref' (cascadeMergePersist?='cascadeMergePersist'? & lazy?='lazy'?)
// cascadeRemove?='cascadeRemove'? type=[dto::LDto|TYPE_CROSS_REFERENCE] multiplicity=Multiplicity? ('['
// constraints+=AllConstraints* ']')? name=ValidIDWithKeywords ('opposite' opposite=[dto::LDtoReference|LFQN])?
// ('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?) mapper=LimitedMapperDtoMapper? |
// {dto::LDtoAttribute.annotationInfo=current}
// 'var' type=[common::LScalarType|TYPE_CROSS_REFERENCE] multiplicity=Multiplicity? ('[' constraints+=AllConstraints*
// ']')?
// name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
// mapper=LimitedMapperDtoMapper? | {dto::LDtoOperation.annotationInfo=current} ('def' type=JvmTypeReference
// name=ValidIDWithKeywords
// '(' (params+=FullJvmFormalParameter (',' params+=FullJvmFormalParameter)*)? ')'
// body=XExpression));
@Override public ParserRule getRule() { return rule; }
//{dto::LDtoFeature} annotations+=AnnotationDef* (({dto::LDtoInheritedAttribute.annotationInfo=current} 'inheritVar'
//inheritedFeature=[entity::LEntityAttribute|ValidIDWithKeywords]) ('mapto' type=[dto::LDto|TYPE_CROSS_REFERENCE])?
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')? mapper=DtoMapper? |
//{dto::LDtoInheritedReference.annotationInfo=current} ('inheritRef'
//inheritedFeature=[entity::LEntityReference|ValidIDWithKeywords]) 'mapto' type=[dto::LDto|TYPE_CROSS_REFERENCE]
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')? mapper=DtoMapper? |
//{dto::LDtoAttribute.annotationInfo=current} (transient?='transient' type=[common::LScalarType|TYPE_CROSS_REFERENCE]
//('[' constraints+=AllConstraints* ']')? name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue (','
//properties+=KeyAndValue)* ')')?) | {dto::LDtoAttribute.annotationInfo=current} (dirty?='dirty'
//type=[common::LScalarType|TYPE_CROSS_REFERENCE] name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue (','
//properties+=KeyAndValue)* ')')?) | {dto::LDtoAttribute.annotationInfo=current} (derived?='derived'
//domainDescription?='domainDescription'? type=[common::LScalarType|TYPE_CROSS_REFERENCE] name=ValidIDWithKeywords
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
//derivedGetterExpression=XBlockExpression) | {dto::LDtoAttribute.annotationInfo=current} (id?='id' | version?="version"
//| uuid?="uuid" | domainDescription?='domainDescription' | domainKey?='domainKey')
//type=[common::LScalarType|TYPE_CROSS_REFERENCE] multiplicity=Multiplicity? ('[' constraints+=AllConstraints* ']')?
//name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')? |
//{dto::LDtoReference.annotationInfo=current} ('ref' (cascadeMergePersist?='cascadeMergePersist'? & lazy?='lazy'?)
//cascadeRemove?='cascadeRemove'? type=[dto::LDto|TYPE_CROSS_REFERENCE] multiplicity=Multiplicity? ('['
//constraints+=AllConstraints* ']')? name=ValidIDWithKeywords ('opposite' opposite=[dto::LDtoReference|LFQN])?
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?) mapper=LimitedMapperDtoMapper? |
//{dto::LDtoAttribute.annotationInfo=current} 'var' type=[common::LScalarType|TYPE_CROSS_REFERENCE]
//multiplicity=Multiplicity? ('[' constraints+=AllConstraints* ']')? name=ValidIDWithKeywords ('properties' '('
//properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')? mapper=LimitedMapperDtoMapper? |
//{dto::LDtoOperation.annotationInfo=current} ('def' type=JvmTypeReference name=ValidIDWithKeywords '('
//(params+=FullJvmFormalParameter (',' params+=FullJvmFormalParameter)*)? ')' body=XExpression))
public Group getGroup() { return cGroup; }
//{dto::LDtoFeature}
public Action getLDtoFeatureAction_0() { return cLDtoFeatureAction_0; }
//annotations+=AnnotationDef*
public Assignment getAnnotationsAssignment_1() { return cAnnotationsAssignment_1; }
//AnnotationDef
public RuleCall getAnnotationsAnnotationDefParserRuleCall_1_0() { return cAnnotationsAnnotationDefParserRuleCall_1_0; }
//({dto::LDtoInheritedAttribute.annotationInfo=current} 'inheritVar'
//inheritedFeature=[entity::LEntityAttribute|ValidIDWithKeywords]) ('mapto' type=[dto::LDto|TYPE_CROSS_REFERENCE])?
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')? mapper=DtoMapper? |
//{dto::LDtoInheritedReference.annotationInfo=current} ('inheritRef'
//inheritedFeature=[entity::LEntityReference|ValidIDWithKeywords]) 'mapto' type=[dto::LDto|TYPE_CROSS_REFERENCE]
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')? mapper=DtoMapper? |
//{dto::LDtoAttribute.annotationInfo=current} (transient?='transient' type=[common::LScalarType|TYPE_CROSS_REFERENCE]
//('[' constraints+=AllConstraints* ']')? name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue (','
//properties+=KeyAndValue)* ')')?) | {dto::LDtoAttribute.annotationInfo=current} (dirty?='dirty'
//type=[common::LScalarType|TYPE_CROSS_REFERENCE] name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue (','
//properties+=KeyAndValue)* ')')?) | {dto::LDtoAttribute.annotationInfo=current} (derived?='derived'
//domainDescription?='domainDescription'? type=[common::LScalarType|TYPE_CROSS_REFERENCE] name=ValidIDWithKeywords
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
//derivedGetterExpression=XBlockExpression) | {dto::LDtoAttribute.annotationInfo=current} (id?='id' | version?="version"
//| uuid?="uuid" | domainDescription?='domainDescription' | domainKey?='domainKey')
//type=[common::LScalarType|TYPE_CROSS_REFERENCE] multiplicity=Multiplicity? ('[' constraints+=AllConstraints* ']')?
//name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')? |
//{dto::LDtoReference.annotationInfo=current} ('ref' (cascadeMergePersist?='cascadeMergePersist'? & lazy?='lazy'?)
//cascadeRemove?='cascadeRemove'? type=[dto::LDto|TYPE_CROSS_REFERENCE] multiplicity=Multiplicity? ('['
//constraints+=AllConstraints* ']')? name=ValidIDWithKeywords ('opposite' opposite=[dto::LDtoReference|LFQN])?
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?) mapper=LimitedMapperDtoMapper? |
//{dto::LDtoAttribute.annotationInfo=current} 'var' type=[common::LScalarType|TYPE_CROSS_REFERENCE]
//multiplicity=Multiplicity? ('[' constraints+=AllConstraints* ']')? name=ValidIDWithKeywords ('properties' '('
//properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')? mapper=LimitedMapperDtoMapper? |
//{dto::LDtoOperation.annotationInfo=current} ('def' type=JvmTypeReference name=ValidIDWithKeywords '('
//(params+=FullJvmFormalParameter (',' params+=FullJvmFormalParameter)*)? ')' body=XExpression)
public Alternatives getAlternatives_2() { return cAlternatives_2; }
//({dto::LDtoInheritedAttribute.annotationInfo=current} 'inheritVar'
//inheritedFeature=[entity::LEntityAttribute|ValidIDWithKeywords]) ('mapto' type=[dto::LDto|TYPE_CROSS_REFERENCE])?
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')? mapper=DtoMapper?
public Group getGroup_2_0() { return cGroup_2_0; }
//{dto::LDtoInheritedAttribute.annotationInfo=current} 'inheritVar'
//inheritedFeature=[entity::LEntityAttribute|ValidIDWithKeywords]
public Group getGroup_2_0_0() { return cGroup_2_0_0; }
//{dto::LDtoInheritedAttribute.annotationInfo=current}
public Action getLDtoInheritedAttributeAnnotationInfoAction_2_0_0_0() { return cLDtoInheritedAttributeAnnotationInfoAction_2_0_0_0; }
//'inheritVar'
public Keyword getInheritVarKeyword_2_0_0_1() { return cInheritVarKeyword_2_0_0_1; }
//inheritedFeature=[entity::LEntityAttribute|ValidIDWithKeywords]
public Assignment getInheritedFeatureAssignment_2_0_0_2() { return cInheritedFeatureAssignment_2_0_0_2; }
//[entity::LEntityAttribute|ValidIDWithKeywords]
public CrossReference getInheritedFeatureLEntityAttributeCrossReference_2_0_0_2_0() { return cInheritedFeatureLEntityAttributeCrossReference_2_0_0_2_0; }
//ValidIDWithKeywords
public RuleCall getInheritedFeatureLEntityAttributeValidIDWithKeywordsParserRuleCall_2_0_0_2_0_1() { return cInheritedFeatureLEntityAttributeValidIDWithKeywordsParserRuleCall_2_0_0_2_0_1; }
//('mapto' type=[dto::LDto|TYPE_CROSS_REFERENCE])?
public Group getGroup_2_0_1() { return cGroup_2_0_1; }
//'mapto'
public Keyword getMaptoKeyword_2_0_1_0() { return cMaptoKeyword_2_0_1_0; }
//type=[dto::LDto|TYPE_CROSS_REFERENCE]
public Assignment getTypeAssignment_2_0_1_1() { return cTypeAssignment_2_0_1_1; }
//[dto::LDto|TYPE_CROSS_REFERENCE]
public CrossReference getTypeLDtoCrossReference_2_0_1_1_0() { return cTypeLDtoCrossReference_2_0_1_1_0; }
//TYPE_CROSS_REFERENCE
public RuleCall getTypeLDtoTYPE_CROSS_REFERENCEParserRuleCall_2_0_1_1_0_1() { return cTypeLDtoTYPE_CROSS_REFERENCEParserRuleCall_2_0_1_1_0_1; }
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
public Group getGroup_2_0_2() { return cGroup_2_0_2; }
//'properties'
public Keyword getPropertiesKeyword_2_0_2_0() { return cPropertiesKeyword_2_0_2_0; }
//'('
public Keyword getLeftParenthesisKeyword_2_0_2_1() { return cLeftParenthesisKeyword_2_0_2_1; }
//properties+=KeyAndValue
public Assignment getPropertiesAssignment_2_0_2_2() { return cPropertiesAssignment_2_0_2_2; }
//KeyAndValue
public RuleCall getPropertiesKeyAndValueParserRuleCall_2_0_2_2_0() { return cPropertiesKeyAndValueParserRuleCall_2_0_2_2_0; }
//(',' properties+=KeyAndValue)*
public Group getGroup_2_0_2_3() { return cGroup_2_0_2_3; }
//','
public Keyword getCommaKeyword_2_0_2_3_0() { return cCommaKeyword_2_0_2_3_0; }
//properties+=KeyAndValue
public Assignment getPropertiesAssignment_2_0_2_3_1() { return cPropertiesAssignment_2_0_2_3_1; }
//KeyAndValue
public RuleCall getPropertiesKeyAndValueParserRuleCall_2_0_2_3_1_0() { return cPropertiesKeyAndValueParserRuleCall_2_0_2_3_1_0; }
//')'
public Keyword getRightParenthesisKeyword_2_0_2_4() { return cRightParenthesisKeyword_2_0_2_4; }
//mapper=DtoMapper?
public Assignment getMapperAssignment_2_0_3() { return cMapperAssignment_2_0_3; }
//DtoMapper
public RuleCall getMapperDtoMapperParserRuleCall_2_0_3_0() { return cMapperDtoMapperParserRuleCall_2_0_3_0; }
//{dto::LDtoInheritedReference.annotationInfo=current} ('inheritRef'
//inheritedFeature=[entity::LEntityReference|ValidIDWithKeywords]) 'mapto' type=[dto::LDto|TYPE_CROSS_REFERENCE]
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')? mapper=DtoMapper?
public Group getGroup_2_1() { return cGroup_2_1; }
//{dto::LDtoInheritedReference.annotationInfo=current}
public Action getLDtoInheritedReferenceAnnotationInfoAction_2_1_0() { return cLDtoInheritedReferenceAnnotationInfoAction_2_1_0; }
//'inheritRef' inheritedFeature=[entity::LEntityReference|ValidIDWithKeywords]
public Group getGroup_2_1_1() { return cGroup_2_1_1; }
//'inheritRef'
public Keyword getInheritRefKeyword_2_1_1_0() { return cInheritRefKeyword_2_1_1_0; }
//inheritedFeature=[entity::LEntityReference|ValidIDWithKeywords]
public Assignment getInheritedFeatureAssignment_2_1_1_1() { return cInheritedFeatureAssignment_2_1_1_1; }
//[entity::LEntityReference|ValidIDWithKeywords]
public CrossReference getInheritedFeatureLEntityReferenceCrossReference_2_1_1_1_0() { return cInheritedFeatureLEntityReferenceCrossReference_2_1_1_1_0; }
//ValidIDWithKeywords
public RuleCall getInheritedFeatureLEntityReferenceValidIDWithKeywordsParserRuleCall_2_1_1_1_0_1() { return cInheritedFeatureLEntityReferenceValidIDWithKeywordsParserRuleCall_2_1_1_1_0_1; }
//'mapto'
public Keyword getMaptoKeyword_2_1_2() { return cMaptoKeyword_2_1_2; }
//type=[dto::LDto|TYPE_CROSS_REFERENCE]
public Assignment getTypeAssignment_2_1_3() { return cTypeAssignment_2_1_3; }
//[dto::LDto|TYPE_CROSS_REFERENCE]
public CrossReference getTypeLDtoCrossReference_2_1_3_0() { return cTypeLDtoCrossReference_2_1_3_0; }
//TYPE_CROSS_REFERENCE
public RuleCall getTypeLDtoTYPE_CROSS_REFERENCEParserRuleCall_2_1_3_0_1() { return cTypeLDtoTYPE_CROSS_REFERENCEParserRuleCall_2_1_3_0_1; }
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
public Group getGroup_2_1_4() { return cGroup_2_1_4; }
//'properties'
public Keyword getPropertiesKeyword_2_1_4_0() { return cPropertiesKeyword_2_1_4_0; }
//'('
public Keyword getLeftParenthesisKeyword_2_1_4_1() { return cLeftParenthesisKeyword_2_1_4_1; }
//properties+=KeyAndValue
public Assignment getPropertiesAssignment_2_1_4_2() { return cPropertiesAssignment_2_1_4_2; }
//KeyAndValue
public RuleCall getPropertiesKeyAndValueParserRuleCall_2_1_4_2_0() { return cPropertiesKeyAndValueParserRuleCall_2_1_4_2_0; }
//(',' properties+=KeyAndValue)*
public Group getGroup_2_1_4_3() { return cGroup_2_1_4_3; }
//','
public Keyword getCommaKeyword_2_1_4_3_0() { return cCommaKeyword_2_1_4_3_0; }
//properties+=KeyAndValue
public Assignment getPropertiesAssignment_2_1_4_3_1() { return cPropertiesAssignment_2_1_4_3_1; }
//KeyAndValue
public RuleCall getPropertiesKeyAndValueParserRuleCall_2_1_4_3_1_0() { return cPropertiesKeyAndValueParserRuleCall_2_1_4_3_1_0; }
//')'
public Keyword getRightParenthesisKeyword_2_1_4_4() { return cRightParenthesisKeyword_2_1_4_4; }
//mapper=DtoMapper?
public Assignment getMapperAssignment_2_1_5() { return cMapperAssignment_2_1_5; }
//DtoMapper
public RuleCall getMapperDtoMapperParserRuleCall_2_1_5_0() { return cMapperDtoMapperParserRuleCall_2_1_5_0; }
//{dto::LDtoAttribute.annotationInfo=current} (transient?='transient' type=[common::LScalarType|TYPE_CROSS_REFERENCE] ('['
//constraints+=AllConstraints* ']')? name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue (','
//properties+=KeyAndValue)* ')')?)
public Group getGroup_2_2() { return cGroup_2_2; }
//{dto::LDtoAttribute.annotationInfo=current}
public Action getLDtoAttributeAnnotationInfoAction_2_2_0() { return cLDtoAttributeAnnotationInfoAction_2_2_0; }
//transient?='transient' type=[common::LScalarType|TYPE_CROSS_REFERENCE] ('[' constraints+=AllConstraints* ']')?
//name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
public Group getGroup_2_2_1() { return cGroup_2_2_1; }
//transient?='transient'
public Assignment getTransientAssignment_2_2_1_0() { return cTransientAssignment_2_2_1_0; }
//'transient'
public Keyword getTransientTransientKeyword_2_2_1_0_0() { return cTransientTransientKeyword_2_2_1_0_0; }
//type=[common::LScalarType|TYPE_CROSS_REFERENCE]
public Assignment getTypeAssignment_2_2_1_1() { return cTypeAssignment_2_2_1_1; }
//[common::LScalarType|TYPE_CROSS_REFERENCE]
public CrossReference getTypeLScalarTypeCrossReference_2_2_1_1_0() { return cTypeLScalarTypeCrossReference_2_2_1_1_0; }
//TYPE_CROSS_REFERENCE
public RuleCall getTypeLScalarTypeTYPE_CROSS_REFERENCEParserRuleCall_2_2_1_1_0_1() { return cTypeLScalarTypeTYPE_CROSS_REFERENCEParserRuleCall_2_2_1_1_0_1; }
//('[' constraints+=AllConstraints* ']')?
public Group getGroup_2_2_1_2() { return cGroup_2_2_1_2; }
//'['
public Keyword getLeftSquareBracketKeyword_2_2_1_2_0() { return cLeftSquareBracketKeyword_2_2_1_2_0; }
//constraints+=AllConstraints*
public Assignment getConstraintsAssignment_2_2_1_2_1() { return cConstraintsAssignment_2_2_1_2_1; }
//AllConstraints
public RuleCall getConstraintsAllConstraintsParserRuleCall_2_2_1_2_1_0() { return cConstraintsAllConstraintsParserRuleCall_2_2_1_2_1_0; }
//']'
public Keyword getRightSquareBracketKeyword_2_2_1_2_2() { return cRightSquareBracketKeyword_2_2_1_2_2; }
//name=ValidIDWithKeywords
public Assignment getNameAssignment_2_2_1_3() { return cNameAssignment_2_2_1_3; }
//ValidIDWithKeywords
public RuleCall getNameValidIDWithKeywordsParserRuleCall_2_2_1_3_0() { return cNameValidIDWithKeywordsParserRuleCall_2_2_1_3_0; }
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
public Group getGroup_2_2_1_4() { return cGroup_2_2_1_4; }
//'properties'
public Keyword getPropertiesKeyword_2_2_1_4_0() { return cPropertiesKeyword_2_2_1_4_0; }
//'('
public Keyword getLeftParenthesisKeyword_2_2_1_4_1() { return cLeftParenthesisKeyword_2_2_1_4_1; }
//properties+=KeyAndValue
public Assignment getPropertiesAssignment_2_2_1_4_2() { return cPropertiesAssignment_2_2_1_4_2; }
//KeyAndValue
public RuleCall getPropertiesKeyAndValueParserRuleCall_2_2_1_4_2_0() { return cPropertiesKeyAndValueParserRuleCall_2_2_1_4_2_0; }
//(',' properties+=KeyAndValue)*
public Group getGroup_2_2_1_4_3() { return cGroup_2_2_1_4_3; }
//','
public Keyword getCommaKeyword_2_2_1_4_3_0() { return cCommaKeyword_2_2_1_4_3_0; }
//properties+=KeyAndValue
public Assignment getPropertiesAssignment_2_2_1_4_3_1() { return cPropertiesAssignment_2_2_1_4_3_1; }
//KeyAndValue
public RuleCall getPropertiesKeyAndValueParserRuleCall_2_2_1_4_3_1_0() { return cPropertiesKeyAndValueParserRuleCall_2_2_1_4_3_1_0; }
//')'
public Keyword getRightParenthesisKeyword_2_2_1_4_4() { return cRightParenthesisKeyword_2_2_1_4_4; }
//{dto::LDtoAttribute.annotationInfo=current} (dirty?='dirty' type=[common::LScalarType|TYPE_CROSS_REFERENCE]
//name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?)
public Group getGroup_2_3() { return cGroup_2_3; }
//{dto::LDtoAttribute.annotationInfo=current}
public Action getLDtoAttributeAnnotationInfoAction_2_3_0() { return cLDtoAttributeAnnotationInfoAction_2_3_0; }
//dirty?='dirty' type=[common::LScalarType|TYPE_CROSS_REFERENCE] name=ValidIDWithKeywords ('properties' '('
//properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
public Group getGroup_2_3_1() { return cGroup_2_3_1; }
//dirty?='dirty'
public Assignment getDirtyAssignment_2_3_1_0() { return cDirtyAssignment_2_3_1_0; }
//'dirty'
public Keyword getDirtyDirtyKeyword_2_3_1_0_0() { return cDirtyDirtyKeyword_2_3_1_0_0; }
//type=[common::LScalarType|TYPE_CROSS_REFERENCE]
public Assignment getTypeAssignment_2_3_1_1() { return cTypeAssignment_2_3_1_1; }
//[common::LScalarType|TYPE_CROSS_REFERENCE]
public CrossReference getTypeLScalarTypeCrossReference_2_3_1_1_0() { return cTypeLScalarTypeCrossReference_2_3_1_1_0; }
//TYPE_CROSS_REFERENCE
public RuleCall getTypeLScalarTypeTYPE_CROSS_REFERENCEParserRuleCall_2_3_1_1_0_1() { return cTypeLScalarTypeTYPE_CROSS_REFERENCEParserRuleCall_2_3_1_1_0_1; }
//name=ValidIDWithKeywords
public Assignment getNameAssignment_2_3_1_2() { return cNameAssignment_2_3_1_2; }
//ValidIDWithKeywords
public RuleCall getNameValidIDWithKeywordsParserRuleCall_2_3_1_2_0() { return cNameValidIDWithKeywordsParserRuleCall_2_3_1_2_0; }
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
public Group getGroup_2_3_1_3() { return cGroup_2_3_1_3; }
//'properties'
public Keyword getPropertiesKeyword_2_3_1_3_0() { return cPropertiesKeyword_2_3_1_3_0; }
//'('
public Keyword getLeftParenthesisKeyword_2_3_1_3_1() { return cLeftParenthesisKeyword_2_3_1_3_1; }
//properties+=KeyAndValue
public Assignment getPropertiesAssignment_2_3_1_3_2() { return cPropertiesAssignment_2_3_1_3_2; }
//KeyAndValue
public RuleCall getPropertiesKeyAndValueParserRuleCall_2_3_1_3_2_0() { return cPropertiesKeyAndValueParserRuleCall_2_3_1_3_2_0; }
//(',' properties+=KeyAndValue)*
public Group getGroup_2_3_1_3_3() { return cGroup_2_3_1_3_3; }
//','
public Keyword getCommaKeyword_2_3_1_3_3_0() { return cCommaKeyword_2_3_1_3_3_0; }
//properties+=KeyAndValue
public Assignment getPropertiesAssignment_2_3_1_3_3_1() { return cPropertiesAssignment_2_3_1_3_3_1; }
//KeyAndValue
public RuleCall getPropertiesKeyAndValueParserRuleCall_2_3_1_3_3_1_0() { return cPropertiesKeyAndValueParserRuleCall_2_3_1_3_3_1_0; }
//')'
public Keyword getRightParenthesisKeyword_2_3_1_3_4() { return cRightParenthesisKeyword_2_3_1_3_4; }
//{dto::LDtoAttribute.annotationInfo=current} (derived?='derived' domainDescription?='domainDescription'?
//type=[common::LScalarType|TYPE_CROSS_REFERENCE] name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue (','
//properties+=KeyAndValue)* ')')? derivedGetterExpression=XBlockExpression)
public Group getGroup_2_4() { return cGroup_2_4; }
//{dto::LDtoAttribute.annotationInfo=current}
public Action getLDtoAttributeAnnotationInfoAction_2_4_0() { return cLDtoAttributeAnnotationInfoAction_2_4_0; }
//derived?='derived' domainDescription?='domainDescription'? type=[common::LScalarType|TYPE_CROSS_REFERENCE]
//name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
//derivedGetterExpression=XBlockExpression
public Group getGroup_2_4_1() { return cGroup_2_4_1; }
//derived?='derived'
public Assignment getDerivedAssignment_2_4_1_0() { return cDerivedAssignment_2_4_1_0; }
//'derived'
public Keyword getDerivedDerivedKeyword_2_4_1_0_0() { return cDerivedDerivedKeyword_2_4_1_0_0; }
//domainDescription?='domainDescription'?
public Assignment getDomainDescriptionAssignment_2_4_1_1() { return cDomainDescriptionAssignment_2_4_1_1; }
//'domainDescription'
public Keyword getDomainDescriptionDomainDescriptionKeyword_2_4_1_1_0() { return cDomainDescriptionDomainDescriptionKeyword_2_4_1_1_0; }
//type=[common::LScalarType|TYPE_CROSS_REFERENCE]
public Assignment getTypeAssignment_2_4_1_2() { return cTypeAssignment_2_4_1_2; }
//[common::LScalarType|TYPE_CROSS_REFERENCE]
public CrossReference getTypeLScalarTypeCrossReference_2_4_1_2_0() { return cTypeLScalarTypeCrossReference_2_4_1_2_0; }
//TYPE_CROSS_REFERENCE
public RuleCall getTypeLScalarTypeTYPE_CROSS_REFERENCEParserRuleCall_2_4_1_2_0_1() { return cTypeLScalarTypeTYPE_CROSS_REFERENCEParserRuleCall_2_4_1_2_0_1; }
//name=ValidIDWithKeywords
public Assignment getNameAssignment_2_4_1_3() { return cNameAssignment_2_4_1_3; }
//ValidIDWithKeywords
public RuleCall getNameValidIDWithKeywordsParserRuleCall_2_4_1_3_0() { return cNameValidIDWithKeywordsParserRuleCall_2_4_1_3_0; }
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
public Group getGroup_2_4_1_4() { return cGroup_2_4_1_4; }
//'properties'
public Keyword getPropertiesKeyword_2_4_1_4_0() { return cPropertiesKeyword_2_4_1_4_0; }
//'('
public Keyword getLeftParenthesisKeyword_2_4_1_4_1() { return cLeftParenthesisKeyword_2_4_1_4_1; }
//properties+=KeyAndValue
public Assignment getPropertiesAssignment_2_4_1_4_2() { return cPropertiesAssignment_2_4_1_4_2; }
//KeyAndValue
public RuleCall getPropertiesKeyAndValueParserRuleCall_2_4_1_4_2_0() { return cPropertiesKeyAndValueParserRuleCall_2_4_1_4_2_0; }
//(',' properties+=KeyAndValue)*
public Group getGroup_2_4_1_4_3() { return cGroup_2_4_1_4_3; }
//','
public Keyword getCommaKeyword_2_4_1_4_3_0() { return cCommaKeyword_2_4_1_4_3_0; }
//properties+=KeyAndValue
public Assignment getPropertiesAssignment_2_4_1_4_3_1() { return cPropertiesAssignment_2_4_1_4_3_1; }
//KeyAndValue
public RuleCall getPropertiesKeyAndValueParserRuleCall_2_4_1_4_3_1_0() { return cPropertiesKeyAndValueParserRuleCall_2_4_1_4_3_1_0; }
//')'
public Keyword getRightParenthesisKeyword_2_4_1_4_4() { return cRightParenthesisKeyword_2_4_1_4_4; }
//derivedGetterExpression=XBlockExpression
public Assignment getDerivedGetterExpressionAssignment_2_4_1_5() { return cDerivedGetterExpressionAssignment_2_4_1_5; }
//XBlockExpression
public RuleCall getDerivedGetterExpressionXBlockExpressionParserRuleCall_2_4_1_5_0() { return cDerivedGetterExpressionXBlockExpressionParserRuleCall_2_4_1_5_0; }
//{dto::LDtoAttribute.annotationInfo=current} (id?='id' | version?="version" | uuid?="uuid" |
//domainDescription?='domainDescription' | domainKey?='domainKey') type=[common::LScalarType|TYPE_CROSS_REFERENCE]
//multiplicity=Multiplicity? ('[' constraints+=AllConstraints* ']')? name=ValidIDWithKeywords ('properties' '('
//properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
public Group getGroup_2_5() { return cGroup_2_5; }
//{dto::LDtoAttribute.annotationInfo=current}
public Action getLDtoAttributeAnnotationInfoAction_2_5_0() { return cLDtoAttributeAnnotationInfoAction_2_5_0; }
//id?='id' | version?="version" | uuid?="uuid" | domainDescription?='domainDescription' | domainKey?='domainKey'
public Alternatives getAlternatives_2_5_1() { return cAlternatives_2_5_1; }
//id?='id'
public Assignment getIdAssignment_2_5_1_0() { return cIdAssignment_2_5_1_0; }
//'id'
public Keyword getIdIdKeyword_2_5_1_0_0() { return cIdIdKeyword_2_5_1_0_0; }
//version?="version"
public Assignment getVersionAssignment_2_5_1_1() { return cVersionAssignment_2_5_1_1; }
//"version"
public Keyword getVersionVersionKeyword_2_5_1_1_0() { return cVersionVersionKeyword_2_5_1_1_0; }
//uuid?="uuid"
public Assignment getUuidAssignment_2_5_1_2() { return cUuidAssignment_2_5_1_2; }
//"uuid"
public Keyword getUuidUuidKeyword_2_5_1_2_0() { return cUuidUuidKeyword_2_5_1_2_0; }
//domainDescription?='domainDescription'
public Assignment getDomainDescriptionAssignment_2_5_1_3() { return cDomainDescriptionAssignment_2_5_1_3; }
//'domainDescription'
public Keyword getDomainDescriptionDomainDescriptionKeyword_2_5_1_3_0() { return cDomainDescriptionDomainDescriptionKeyword_2_5_1_3_0; }
//domainKey?='domainKey'
public Assignment getDomainKeyAssignment_2_5_1_4() { return cDomainKeyAssignment_2_5_1_4; }
//'domainKey'
public Keyword getDomainKeyDomainKeyKeyword_2_5_1_4_0() { return cDomainKeyDomainKeyKeyword_2_5_1_4_0; }
//type=[common::LScalarType|TYPE_CROSS_REFERENCE]
public Assignment getTypeAssignment_2_5_2() { return cTypeAssignment_2_5_2; }
//[common::LScalarType|TYPE_CROSS_REFERENCE]
public CrossReference getTypeLScalarTypeCrossReference_2_5_2_0() { return cTypeLScalarTypeCrossReference_2_5_2_0; }
//TYPE_CROSS_REFERENCE
public RuleCall getTypeLScalarTypeTYPE_CROSS_REFERENCEParserRuleCall_2_5_2_0_1() { return cTypeLScalarTypeTYPE_CROSS_REFERENCEParserRuleCall_2_5_2_0_1; }
//multiplicity=Multiplicity?
public Assignment getMultiplicityAssignment_2_5_3() { return cMultiplicityAssignment_2_5_3; }
//Multiplicity
public RuleCall getMultiplicityMultiplicityParserRuleCall_2_5_3_0() { return cMultiplicityMultiplicityParserRuleCall_2_5_3_0; }
//('[' constraints+=AllConstraints* ']')?
public Group getGroup_2_5_4() { return cGroup_2_5_4; }
//'['
public Keyword getLeftSquareBracketKeyword_2_5_4_0() { return cLeftSquareBracketKeyword_2_5_4_0; }
//constraints+=AllConstraints*
public Assignment getConstraintsAssignment_2_5_4_1() { return cConstraintsAssignment_2_5_4_1; }
//AllConstraints
public RuleCall getConstraintsAllConstraintsParserRuleCall_2_5_4_1_0() { return cConstraintsAllConstraintsParserRuleCall_2_5_4_1_0; }
//']'
public Keyword getRightSquareBracketKeyword_2_5_4_2() { return cRightSquareBracketKeyword_2_5_4_2; }
//name=ValidIDWithKeywords
public Assignment getNameAssignment_2_5_5() { return cNameAssignment_2_5_5; }
//ValidIDWithKeywords
public RuleCall getNameValidIDWithKeywordsParserRuleCall_2_5_5_0() { return cNameValidIDWithKeywordsParserRuleCall_2_5_5_0; }
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
public Group getGroup_2_5_6() { return cGroup_2_5_6; }
//'properties'
public Keyword getPropertiesKeyword_2_5_6_0() { return cPropertiesKeyword_2_5_6_0; }
//'('
public Keyword getLeftParenthesisKeyword_2_5_6_1() { return cLeftParenthesisKeyword_2_5_6_1; }
//properties+=KeyAndValue
public Assignment getPropertiesAssignment_2_5_6_2() { return cPropertiesAssignment_2_5_6_2; }
//KeyAndValue
public RuleCall getPropertiesKeyAndValueParserRuleCall_2_5_6_2_0() { return cPropertiesKeyAndValueParserRuleCall_2_5_6_2_0; }
//(',' properties+=KeyAndValue)*
public Group getGroup_2_5_6_3() { return cGroup_2_5_6_3; }
//','
public Keyword getCommaKeyword_2_5_6_3_0() { return cCommaKeyword_2_5_6_3_0; }
//properties+=KeyAndValue
public Assignment getPropertiesAssignment_2_5_6_3_1() { return cPropertiesAssignment_2_5_6_3_1; }
//KeyAndValue
public RuleCall getPropertiesKeyAndValueParserRuleCall_2_5_6_3_1_0() { return cPropertiesKeyAndValueParserRuleCall_2_5_6_3_1_0; }
//')'
public Keyword getRightParenthesisKeyword_2_5_6_4() { return cRightParenthesisKeyword_2_5_6_4; }
//{dto::LDtoReference.annotationInfo=current} ('ref' (cascadeMergePersist?='cascadeMergePersist'? & lazy?='lazy'?)
//cascadeRemove?='cascadeRemove'? type=[dto::LDto|TYPE_CROSS_REFERENCE] multiplicity=Multiplicity? ('['
//constraints+=AllConstraints* ']')? name=ValidIDWithKeywords ('opposite' opposite=[dto::LDtoReference|LFQN])?
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?) mapper=LimitedMapperDtoMapper?
public Group getGroup_2_6() { return cGroup_2_6; }
//{dto::LDtoReference.annotationInfo=current}
public Action getLDtoReferenceAnnotationInfoAction_2_6_0() { return cLDtoReferenceAnnotationInfoAction_2_6_0; }
//'ref' (cascadeMergePersist?='cascadeMergePersist'? & lazy?='lazy'?) cascadeRemove?='cascadeRemove'?
//type=[dto::LDto|TYPE_CROSS_REFERENCE] multiplicity=Multiplicity? ('[' constraints+=AllConstraints* ']')?
//name=ValidIDWithKeywords ('opposite' opposite=[dto::LDtoReference|LFQN])? ('properties' '(' properties+=KeyAndValue
//(',' properties+=KeyAndValue)* ')')?
public Group getGroup_2_6_1() { return cGroup_2_6_1; }
//'ref'
public Keyword getRefKeyword_2_6_1_0() { return cRefKeyword_2_6_1_0; }
//cascadeMergePersist?='cascadeMergePersist'? & lazy?='lazy'?
public UnorderedGroup getUnorderedGroup_2_6_1_1() { return cUnorderedGroup_2_6_1_1; }
//cascadeMergePersist?='cascadeMergePersist'?
public Assignment getCascadeMergePersistAssignment_2_6_1_1_0() { return cCascadeMergePersistAssignment_2_6_1_1_0; }
//'cascadeMergePersist'
public Keyword getCascadeMergePersistCascadeMergePersistKeyword_2_6_1_1_0_0() { return cCascadeMergePersistCascadeMergePersistKeyword_2_6_1_1_0_0; }
//lazy?='lazy'?
public Assignment getLazyAssignment_2_6_1_1_1() { return cLazyAssignment_2_6_1_1_1; }
//'lazy'
public Keyword getLazyLazyKeyword_2_6_1_1_1_0() { return cLazyLazyKeyword_2_6_1_1_1_0; }
//cascadeRemove?='cascadeRemove'?
public Assignment getCascadeRemoveAssignment_2_6_1_2() { return cCascadeRemoveAssignment_2_6_1_2; }
//'cascadeRemove'
public Keyword getCascadeRemoveCascadeRemoveKeyword_2_6_1_2_0() { return cCascadeRemoveCascadeRemoveKeyword_2_6_1_2_0; }
//type=[dto::LDto|TYPE_CROSS_REFERENCE]
public Assignment getTypeAssignment_2_6_1_3() { return cTypeAssignment_2_6_1_3; }
//[dto::LDto|TYPE_CROSS_REFERENCE]
public CrossReference getTypeLDtoCrossReference_2_6_1_3_0() { return cTypeLDtoCrossReference_2_6_1_3_0; }
//TYPE_CROSS_REFERENCE
public RuleCall getTypeLDtoTYPE_CROSS_REFERENCEParserRuleCall_2_6_1_3_0_1() { return cTypeLDtoTYPE_CROSS_REFERENCEParserRuleCall_2_6_1_3_0_1; }
//multiplicity=Multiplicity?
public Assignment getMultiplicityAssignment_2_6_1_4() { return cMultiplicityAssignment_2_6_1_4; }
//Multiplicity
public RuleCall getMultiplicityMultiplicityParserRuleCall_2_6_1_4_0() { return cMultiplicityMultiplicityParserRuleCall_2_6_1_4_0; }
//('[' constraints+=AllConstraints* ']')?
public Group getGroup_2_6_1_5() { return cGroup_2_6_1_5; }
//'['
public Keyword getLeftSquareBracketKeyword_2_6_1_5_0() { return cLeftSquareBracketKeyword_2_6_1_5_0; }
//constraints+=AllConstraints*
public Assignment getConstraintsAssignment_2_6_1_5_1() { return cConstraintsAssignment_2_6_1_5_1; }
//AllConstraints
public RuleCall getConstraintsAllConstraintsParserRuleCall_2_6_1_5_1_0() { return cConstraintsAllConstraintsParserRuleCall_2_6_1_5_1_0; }
//']'
public Keyword getRightSquareBracketKeyword_2_6_1_5_2() { return cRightSquareBracketKeyword_2_6_1_5_2; }
//name=ValidIDWithKeywords
public Assignment getNameAssignment_2_6_1_6() { return cNameAssignment_2_6_1_6; }
//ValidIDWithKeywords
public RuleCall getNameValidIDWithKeywordsParserRuleCall_2_6_1_6_0() { return cNameValidIDWithKeywordsParserRuleCall_2_6_1_6_0; }
//('opposite' opposite=[dto::LDtoReference|LFQN])?
public Group getGroup_2_6_1_7() { return cGroup_2_6_1_7; }
//'opposite'
public Keyword getOppositeKeyword_2_6_1_7_0() { return cOppositeKeyword_2_6_1_7_0; }
//opposite=[dto::LDtoReference|LFQN]
public Assignment getOppositeAssignment_2_6_1_7_1() { return cOppositeAssignment_2_6_1_7_1; }
//[dto::LDtoReference|LFQN]
public CrossReference getOppositeLDtoReferenceCrossReference_2_6_1_7_1_0() { return cOppositeLDtoReferenceCrossReference_2_6_1_7_1_0; }
//LFQN
public RuleCall getOppositeLDtoReferenceLFQNParserRuleCall_2_6_1_7_1_0_1() { return cOppositeLDtoReferenceLFQNParserRuleCall_2_6_1_7_1_0_1; }
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
public Group getGroup_2_6_1_8() { return cGroup_2_6_1_8; }
//'properties'
public Keyword getPropertiesKeyword_2_6_1_8_0() { return cPropertiesKeyword_2_6_1_8_0; }
//'('
public Keyword getLeftParenthesisKeyword_2_6_1_8_1() { return cLeftParenthesisKeyword_2_6_1_8_1; }
//properties+=KeyAndValue
public Assignment getPropertiesAssignment_2_6_1_8_2() { return cPropertiesAssignment_2_6_1_8_2; }
//KeyAndValue
public RuleCall getPropertiesKeyAndValueParserRuleCall_2_6_1_8_2_0() { return cPropertiesKeyAndValueParserRuleCall_2_6_1_8_2_0; }
//(',' properties+=KeyAndValue)*
public Group getGroup_2_6_1_8_3() { return cGroup_2_6_1_8_3; }
//','
public Keyword getCommaKeyword_2_6_1_8_3_0() { return cCommaKeyword_2_6_1_8_3_0; }
//properties+=KeyAndValue
public Assignment getPropertiesAssignment_2_6_1_8_3_1() { return cPropertiesAssignment_2_6_1_8_3_1; }
//KeyAndValue
public RuleCall getPropertiesKeyAndValueParserRuleCall_2_6_1_8_3_1_0() { return cPropertiesKeyAndValueParserRuleCall_2_6_1_8_3_1_0; }
//')'
public Keyword getRightParenthesisKeyword_2_6_1_8_4() { return cRightParenthesisKeyword_2_6_1_8_4; }
//mapper=LimitedMapperDtoMapper?
public Assignment getMapperAssignment_2_6_2() { return cMapperAssignment_2_6_2; }
//LimitedMapperDtoMapper
public RuleCall getMapperLimitedMapperDtoMapperParserRuleCall_2_6_2_0() { return cMapperLimitedMapperDtoMapperParserRuleCall_2_6_2_0; }
//{dto::LDtoAttribute.annotationInfo=current} 'var' type=[common::LScalarType|TYPE_CROSS_REFERENCE]
//multiplicity=Multiplicity? ('[' constraints+=AllConstraints* ']')? name=ValidIDWithKeywords ('properties' '('
//properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')? mapper=LimitedMapperDtoMapper?
public Group getGroup_2_7() { return cGroup_2_7; }
//{dto::LDtoAttribute.annotationInfo=current}
public Action getLDtoAttributeAnnotationInfoAction_2_7_0() { return cLDtoAttributeAnnotationInfoAction_2_7_0; }
//'var'
public Keyword getVarKeyword_2_7_1() { return cVarKeyword_2_7_1; }
//type=[common::LScalarType|TYPE_CROSS_REFERENCE]
public Assignment getTypeAssignment_2_7_2() { return cTypeAssignment_2_7_2; }
//[common::LScalarType|TYPE_CROSS_REFERENCE]
public CrossReference getTypeLScalarTypeCrossReference_2_7_2_0() { return cTypeLScalarTypeCrossReference_2_7_2_0; }
//TYPE_CROSS_REFERENCE
public RuleCall getTypeLScalarTypeTYPE_CROSS_REFERENCEParserRuleCall_2_7_2_0_1() { return cTypeLScalarTypeTYPE_CROSS_REFERENCEParserRuleCall_2_7_2_0_1; }
//multiplicity=Multiplicity?
public Assignment getMultiplicityAssignment_2_7_3() { return cMultiplicityAssignment_2_7_3; }
//Multiplicity
public RuleCall getMultiplicityMultiplicityParserRuleCall_2_7_3_0() { return cMultiplicityMultiplicityParserRuleCall_2_7_3_0; }
//('[' constraints+=AllConstraints* ']')?
public Group getGroup_2_7_4() { return cGroup_2_7_4; }
//'['
public Keyword getLeftSquareBracketKeyword_2_7_4_0() { return cLeftSquareBracketKeyword_2_7_4_0; }
//constraints+=AllConstraints*
public Assignment getConstraintsAssignment_2_7_4_1() { return cConstraintsAssignment_2_7_4_1; }
//AllConstraints
public RuleCall getConstraintsAllConstraintsParserRuleCall_2_7_4_1_0() { return cConstraintsAllConstraintsParserRuleCall_2_7_4_1_0; }
//']'
public Keyword getRightSquareBracketKeyword_2_7_4_2() { return cRightSquareBracketKeyword_2_7_4_2; }
//name=ValidIDWithKeywords
public Assignment getNameAssignment_2_7_5() { return cNameAssignment_2_7_5; }
//ValidIDWithKeywords
public RuleCall getNameValidIDWithKeywordsParserRuleCall_2_7_5_0() { return cNameValidIDWithKeywordsParserRuleCall_2_7_5_0; }
//('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
public Group getGroup_2_7_6() { return cGroup_2_7_6; }
//'properties'
public Keyword getPropertiesKeyword_2_7_6_0() { return cPropertiesKeyword_2_7_6_0; }
//'('
public Keyword getLeftParenthesisKeyword_2_7_6_1() { return cLeftParenthesisKeyword_2_7_6_1; }
//properties+=KeyAndValue
public Assignment getPropertiesAssignment_2_7_6_2() { return cPropertiesAssignment_2_7_6_2; }
//KeyAndValue
public RuleCall getPropertiesKeyAndValueParserRuleCall_2_7_6_2_0() { return cPropertiesKeyAndValueParserRuleCall_2_7_6_2_0; }
//(',' properties+=KeyAndValue)*
public Group getGroup_2_7_6_3() { return cGroup_2_7_6_3; }
//','
public Keyword getCommaKeyword_2_7_6_3_0() { return cCommaKeyword_2_7_6_3_0; }
//properties+=KeyAndValue
public Assignment getPropertiesAssignment_2_7_6_3_1() { return cPropertiesAssignment_2_7_6_3_1; }
//KeyAndValue
public RuleCall getPropertiesKeyAndValueParserRuleCall_2_7_6_3_1_0() { return cPropertiesKeyAndValueParserRuleCall_2_7_6_3_1_0; }
//')'
public Keyword getRightParenthesisKeyword_2_7_6_4() { return cRightParenthesisKeyword_2_7_6_4; }
//mapper=LimitedMapperDtoMapper?
public Assignment getMapperAssignment_2_7_7() { return cMapperAssignment_2_7_7; }
//LimitedMapperDtoMapper
public RuleCall getMapperLimitedMapperDtoMapperParserRuleCall_2_7_7_0() { return cMapperLimitedMapperDtoMapperParserRuleCall_2_7_7_0; }
//{dto::LDtoOperation.annotationInfo=current} ('def' type=JvmTypeReference name=ValidIDWithKeywords '('
//(params+=FullJvmFormalParameter (',' params+=FullJvmFormalParameter)*)? ')' body=XExpression)
public Group getGroup_2_8() { return cGroup_2_8; }
//{dto::LDtoOperation.annotationInfo=current}
public Action getLDtoOperationAnnotationInfoAction_2_8_0() { return cLDtoOperationAnnotationInfoAction_2_8_0; }
//'def' type=JvmTypeReference name=ValidIDWithKeywords '(' (params+=FullJvmFormalParameter (','
//params+=FullJvmFormalParameter)*)? ')' body=XExpression
public Group getGroup_2_8_1() { return cGroup_2_8_1; }
//'def'
public Keyword getDefKeyword_2_8_1_0() { return cDefKeyword_2_8_1_0; }
//type=JvmTypeReference
public Assignment getTypeAssignment_2_8_1_1() { return cTypeAssignment_2_8_1_1; }
//JvmTypeReference
public RuleCall getTypeJvmTypeReferenceParserRuleCall_2_8_1_1_0() { return cTypeJvmTypeReferenceParserRuleCall_2_8_1_1_0; }
//name=ValidIDWithKeywords
public Assignment getNameAssignment_2_8_1_2() { return cNameAssignment_2_8_1_2; }
//ValidIDWithKeywords
public RuleCall getNameValidIDWithKeywordsParserRuleCall_2_8_1_2_0() { return cNameValidIDWithKeywordsParserRuleCall_2_8_1_2_0; }
//'('
public Keyword getLeftParenthesisKeyword_2_8_1_3() { return cLeftParenthesisKeyword_2_8_1_3; }
//(params+=FullJvmFormalParameter (',' params+=FullJvmFormalParameter)*)?
public Group getGroup_2_8_1_4() { return cGroup_2_8_1_4; }
//params+=FullJvmFormalParameter
public Assignment getParamsAssignment_2_8_1_4_0() { return cParamsAssignment_2_8_1_4_0; }
//FullJvmFormalParameter
public RuleCall getParamsFullJvmFormalParameterParserRuleCall_2_8_1_4_0_0() { return cParamsFullJvmFormalParameterParserRuleCall_2_8_1_4_0_0; }
//(',' params+=FullJvmFormalParameter)*
public Group getGroup_2_8_1_4_1() { return cGroup_2_8_1_4_1; }
//','
public Keyword getCommaKeyword_2_8_1_4_1_0() { return cCommaKeyword_2_8_1_4_1_0; }
//params+=FullJvmFormalParameter
public Assignment getParamsAssignment_2_8_1_4_1_1() { return cParamsAssignment_2_8_1_4_1_1; }
//FullJvmFormalParameter
public RuleCall getParamsFullJvmFormalParameterParserRuleCall_2_8_1_4_1_1_0() { return cParamsFullJvmFormalParameterParserRuleCall_2_8_1_4_1_1_0; }
//')'
public Keyword getRightParenthesisKeyword_2_8_1_5() { return cRightParenthesisKeyword_2_8_1_5; }
//body=XExpression
public Assignment getBodyAssignment_2_8_1_6() { return cBodyAssignment_2_8_1_6; }
//XExpression
public RuleCall getBodyXExpressionParserRuleCall_2_8_1_6_0() { return cBodyXExpressionParserRuleCall_2_8_1_6_0; }
}
public class DtoMapperElements extends AbstractParserRuleElementFinder {
private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.osbp.dsl.dto.xtext.DtoGrammar.DtoMapper");
private final Group cGroup = (Group)rule.eContents().get(1);
private final Keyword cLeftCurlyBracketKeyword_0 = (Keyword)cGroup.eContents().get(0);
private final Keyword cToDTOKeyword_1 = (Keyword)cGroup.eContents().get(1);
private final Assignment cToDTOAssignment_2 = (Assignment)cGroup.eContents().get(2);
private final RuleCall cToDTOXExpressionParserRuleCall_2_0 = (RuleCall)cToDTOAssignment_2.eContents().get(0);
private final Group cGroup_3 = (Group)cGroup.eContents().get(3);
private final Keyword cFromDTOKeyword_3_0 = (Keyword)cGroup_3.eContents().get(0);
private final Assignment cFromDTOAssignment_3_1 = (Assignment)cGroup_3.eContents().get(1);
private final RuleCall cFromDTOXExpressionParserRuleCall_3_1_0 = (RuleCall)cFromDTOAssignment_3_1.eContents().get(0);
private final Keyword cRightCurlyBracketKeyword_4 = (Keyword)cGroup.eContents().get(4);
//DtoMapper dto::LDtoMapper:
// '{' 'toDTO'
// toDTO=XExpression ('fromDTO'
// fromDTO=XExpression)?
// '}';
@Override public ParserRule getRule() { return rule; }
//'{' 'toDTO' toDTO=XExpression ('fromDTO' fromDTO=XExpression)? '}'
public Group getGroup() { return cGroup; }
//'{'
public Keyword getLeftCurlyBracketKeyword_0() { return cLeftCurlyBracketKeyword_0; }
//'toDTO'
public Keyword getToDTOKeyword_1() { return cToDTOKeyword_1; }
//toDTO=XExpression
public Assignment getToDTOAssignment_2() { return cToDTOAssignment_2; }
//XExpression
public RuleCall getToDTOXExpressionParserRuleCall_2_0() { return cToDTOXExpressionParserRuleCall_2_0; }
//('fromDTO' fromDTO=XExpression)?
public Group getGroup_3() { return cGroup_3; }
//'fromDTO'
public Keyword getFromDTOKeyword_3_0() { return cFromDTOKeyword_3_0; }
//fromDTO=XExpression
public Assignment getFromDTOAssignment_3_1() { return cFromDTOAssignment_3_1; }
//XExpression
public RuleCall getFromDTOXExpressionParserRuleCall_3_1_0() { return cFromDTOXExpressionParserRuleCall_3_1_0; }
//'}'
public Keyword getRightCurlyBracketKeyword_4() { return cRightCurlyBracketKeyword_4; }
}
public class LimitedMapperDtoMapperElements extends AbstractParserRuleElementFinder {
private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.osbp.dsl.dto.xtext.DtoGrammar.LimitedMapperDtoMapper");
private final Group cGroup = (Group)rule.eContents().get(1);
private final Keyword cLeftCurlyBracketKeyword_0 = (Keyword)cGroup.eContents().get(0);
private final Keyword cToDTOKeyword_1 = (Keyword)cGroup.eContents().get(1);
private final Assignment cToDTOAssignment_2 = (Assignment)cGroup.eContents().get(2);
private final RuleCall cToDTOXExpressionParserRuleCall_2_0 = (RuleCall)cToDTOAssignment_2.eContents().get(0);
private final Keyword cRightCurlyBracketKeyword_3 = (Keyword)cGroup.eContents().get(3);
//// custom vars and refs should not be mapped to entity.
//LimitedMapperDtoMapper dto::LDtoMapper:
// '{' 'toDTO'
// toDTO=XExpression
// '}';
@Override public ParserRule getRule() { return rule; }
//'{' 'toDTO' toDTO=XExpression '}'
public Group getGroup() { return cGroup; }
//'{'
public Keyword getLeftCurlyBracketKeyword_0() { return cLeftCurlyBracketKeyword_0; }
//'toDTO'
public Keyword getToDTOKeyword_1() { return cToDTOKeyword_1; }
//toDTO=XExpression
public Assignment getToDTOAssignment_2() { return cToDTOAssignment_2; }
//XExpression
public RuleCall getToDTOXExpressionParserRuleCall_2_0() { return cToDTOXExpressionParserRuleCall_2_0; }
//'}'
public Keyword getRightCurlyBracketKeyword_3() { return cRightCurlyBracketKeyword_3; }
}
public class RefFQNElements extends AbstractParserRuleElementFinder {
private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.osbp.dsl.dto.xtext.DtoGrammar.RefFQN");
private final Group cGroup = (Group)rule.eContents().get(1);
private final RuleCall cIDTerminalRuleCall_0 = (RuleCall)cGroup.eContents().get(0);
private final Group cGroup_1 = (Group)cGroup.eContents().get(1);
private final Keyword cFullStopKeyword_1_0 = (Keyword)cGroup_1.eContents().get(0);
private final RuleCall cIDTerminalRuleCall_1_1 = (RuleCall)cGroup_1.eContents().get(1);
//RefFQN:
// ID ('.' ID)*;
@Override public ParserRule getRule() { return rule; }
//ID ('.' ID)*
public Group getGroup() { return cGroup; }
//ID
public RuleCall getIDTerminalRuleCall_0() { return cIDTerminalRuleCall_0; }
//('.' ID)*
public Group getGroup_1() { return cGroup_1; }
//'.'
public Keyword getFullStopKeyword_1_0() { return cFullStopKeyword_1_0; }
//ID
public RuleCall getIDTerminalRuleCall_1_1() { return cIDTerminalRuleCall_1_1; }
}
private final LDTOModelElements pLDTOModel;
private final ClassElements pClass;
private final DtoFeatureElements pDtoFeature;
private final DtoMapperElements pDtoMapper;
private final LimitedMapperDtoMapperElements pLimitedMapperDtoMapper;
private final RefFQNElements pRefFQN;
private final Grammar grammar;
private final CommonGrammarGrammarAccess gaCommonGrammar;
private final OXtypeGrammarAccess gaOXtype;
private final XbaseWithAnnotationsGrammarAccess gaXbaseWithAnnotations;
private final XbaseGrammarAccess gaXbase;
private final XtypeGrammarAccess gaXtype;
@Inject
public DtoGrammarGrammarAccess(GrammarProvider grammarProvider,
CommonGrammarGrammarAccess gaCommonGrammar,
OXtypeGrammarAccess gaOXtype,
XbaseWithAnnotationsGrammarAccess gaXbaseWithAnnotations,
XbaseGrammarAccess gaXbase,
XtypeGrammarAccess gaXtype) {
this.grammar = internalFindGrammar(grammarProvider);
this.gaCommonGrammar = gaCommonGrammar;
this.gaOXtype = gaOXtype;
this.gaXbaseWithAnnotations = gaXbaseWithAnnotations;
this.gaXbase = gaXbase;
this.gaXtype = gaXtype;
this.pLDTOModel = new LDTOModelElements();
this.pClass = new ClassElements();
this.pDtoFeature = new DtoFeatureElements();
this.pDtoMapper = new DtoMapperElements();
this.pLimitedMapperDtoMapper = new LimitedMapperDtoMapperElements();
this.pRefFQN = new RefFQNElements();
}
protected Grammar internalFindGrammar(GrammarProvider grammarProvider) {
Grammar grammar = grammarProvider.getGrammar(this);
while (grammar != null) {
if ("org.eclipse.osbp.dsl.dto.xtext.DtoGrammar".equals(grammar.getName())) {
return grammar;
}
List<Grammar> grammars = grammar.getUsedGrammars();
if (!grammars.isEmpty()) {
grammar = grammars.iterator().next();
} else {
return null;
}
}
return grammar;
}
@Override
public Grammar getGrammar() {
return grammar;
}
public CommonGrammarGrammarAccess getCommonGrammarGrammarAccess() {
return gaCommonGrammar;
}
public OXtypeGrammarAccess getOXtypeGrammarAccess() {
return gaOXtype;
}
public XbaseWithAnnotationsGrammarAccess getXbaseWithAnnotationsGrammarAccess() {
return gaXbaseWithAnnotations;
}
public XbaseGrammarAccess getXbaseGrammarAccess() {
return gaXbase;
}
public XtypeGrammarAccess getXtypeGrammarAccess() {
return gaXtype;
}
//LDTOModel dto::LDtoModel:
// importSection=XImportSection?
// packages+=TypedPackage*;
public LDTOModelElements getLDTOModelAccess() {
return pLDTOModel;
}
public ParserRule getLDTOModelRule() {
return getLDTOModelAccess().getRule();
}
//Class dto::LDto:
// {dto::LDto} annotations+=AnnotationDef* ({dto::LDto.annotationInfo=current} abstract?='abstract'? 'dto'
// name=ValidIDWithKeywords ('extends' superType=[dto::LDto|TYPE_CROSS_REFERENCE])? ('wraps'
// wrappedType=[entity::LEntity|TYPE_CROSS_REFERENCE])?
// '{'
// features+=DtoFeature*
// '}' | {dto::LAutoInheritDto.annotationInfo=current} abstract?='abstract'? 'autoDto' name=ValidIDWithKeywords
// ('extends' superType=[dto::LDto|TYPE_CROSS_REFERENCE])? 'wraps' wrappedType=[entity::LEntity|TYPE_CROSS_REFERENCE]
// '{'
// features+=DtoFeature*
// '}');
public ClassElements getClassAccess() {
return pClass;
}
public ParserRule getClassRule() {
return getClassAccess().getRule();
}
//DtoFeature dto::LDtoFeature:
// {dto::LDtoFeature} annotations+=AnnotationDef* (({dto::LDtoInheritedAttribute.annotationInfo=current}
// 'inheritVar' inheritedFeature=[entity::LEntityAttribute|ValidIDWithKeywords]) ('mapto'
// type=[dto::LDto|TYPE_CROSS_REFERENCE])? ('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
// mapper=DtoMapper? | {dto::LDtoInheritedReference.annotationInfo=current} ('inheritRef'
// inheritedFeature=[entity::LEntityReference|ValidIDWithKeywords]) 'mapto' type=[dto::LDto|TYPE_CROSS_REFERENCE]
// ('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')? mapper=DtoMapper? |
// {dto::LDtoAttribute.annotationInfo=current} (transient?='transient' type=[common::LScalarType|TYPE_CROSS_REFERENCE]
// ('[' constraints+=AllConstraints* ']')? name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue (','
// properties+=KeyAndValue)* ')')?) | {dto::LDtoAttribute.annotationInfo=current} (dirty?='dirty'
// type=[common::LScalarType|TYPE_CROSS_REFERENCE] name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue
// (',' properties+=KeyAndValue)* ')')?) | {dto::LDtoAttribute.annotationInfo=current} (derived?='derived'
// domainDescription?='domainDescription'? type=[common::LScalarType|TYPE_CROSS_REFERENCE] name=ValidIDWithKeywords
// ('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
// derivedGetterExpression=XBlockExpression) | {dto::LDtoAttribute.annotationInfo=current} (id?='id' | version?="version"
// | uuid?="uuid" | domainDescription?='domainDescription' | domainKey?='domainKey')
// type=[common::LScalarType|TYPE_CROSS_REFERENCE] multiplicity=Multiplicity? ('[' constraints+=AllConstraints* ']')?
// name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
// | {dto::LDtoReference.annotationInfo=current} ('ref' (cascadeMergePersist?='cascadeMergePersist'? & lazy?='lazy'?)
// cascadeRemove?='cascadeRemove'? type=[dto::LDto|TYPE_CROSS_REFERENCE] multiplicity=Multiplicity? ('['
// constraints+=AllConstraints* ']')? name=ValidIDWithKeywords ('opposite' opposite=[dto::LDtoReference|LFQN])?
// ('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?) mapper=LimitedMapperDtoMapper? |
// {dto::LDtoAttribute.annotationInfo=current}
// 'var' type=[common::LScalarType|TYPE_CROSS_REFERENCE] multiplicity=Multiplicity? ('[' constraints+=AllConstraints*
// ']')?
// name=ValidIDWithKeywords ('properties' '(' properties+=KeyAndValue (',' properties+=KeyAndValue)* ')')?
// mapper=LimitedMapperDtoMapper? | {dto::LDtoOperation.annotationInfo=current} ('def' type=JvmTypeReference
// name=ValidIDWithKeywords
// '(' (params+=FullJvmFormalParameter (',' params+=FullJvmFormalParameter)*)? ')'
// body=XExpression));
public DtoFeatureElements getDtoFeatureAccess() {
return pDtoFeature;
}
public ParserRule getDtoFeatureRule() {
return getDtoFeatureAccess().getRule();
}
//DtoMapper dto::LDtoMapper:
// '{' 'toDTO'
// toDTO=XExpression ('fromDTO'
// fromDTO=XExpression)?
// '}';
public DtoMapperElements getDtoMapperAccess() {
return pDtoMapper;
}
public ParserRule getDtoMapperRule() {
return getDtoMapperAccess().getRule();
}
//// custom vars and refs should not be mapped to entity.
//LimitedMapperDtoMapper dto::LDtoMapper:
// '{' 'toDTO'
// toDTO=XExpression
// '}';
public LimitedMapperDtoMapperElements getLimitedMapperDtoMapperAccess() {
return pLimitedMapperDtoMapper;
}
public ParserRule getLimitedMapperDtoMapperRule() {
return getLimitedMapperDtoMapperAccess().getRule();
}
//RefFQN:
// ID ('.' ID)*;
public RefFQNElements getRefFQNAccess() {
return pRefFQN;
}
public ParserRule getRefFQNRule() {
return getRefFQNAccess().getRule();
}
//TypedPackage types::LTypedPackage:
// {types::LTypedPackage}
// 'package' name=QualifiedName ('{'
// types+=Type*
// '}')?;
public CommonGrammarGrammarAccess.TypedPackageElements getTypedPackageAccess() {
return gaCommonGrammar.getTypedPackageAccess();
}
public ParserRule getTypedPackageRule() {
return getTypedPackageAccess().getRule();
}
//Type types::LType:
// ScalarType | super::Class;
public CommonGrammarGrammarAccess.TypeElements getTypeAccess() {
return gaCommonGrammar.getTypeAccess();
}
public ParserRule getTypeRule() {
return getTypeAccess().getRule();
}
//DataType types::LDataType:
// 'datatype' name=ValidIDWithKeywords ('jvmType' jvmTypeReference=JvmTypeReference asPrimitive?='asPrimitive'?
// constraints+=DataTypeConstraint* ('properties' '(' properties+=KeyAndValue (','
// properties+=KeyAndValue)* ')')? | date?='dateType' dateType=DateType constraints+=DateConstraint* ('properties' '('
// properties+=KeyAndValue (','
// properties+=KeyAndValue)* ')')? | asBlob?='asBlob' constraints+=BlobTypeConstraint* ('properties' '('
// properties+=KeyAndValue (','
// properties+=KeyAndValue)* ')')?);
public CommonGrammarGrammarAccess.DataTypeElements getDataTypeAccess() {
return gaCommonGrammar.getDataTypeAccess();
}
public ParserRule getDataTypeRule() {
return getDataTypeAccess().getRule();
}
//AllConstraints types::LDatatypeConstraint:
// DtCAssertFalse | DtCAssertTrue | DtCDecimalMax | DtCDecimalMin | DtCDigits | DtCNumericMax | DtCNumericMin |
// DtCNotNull | DtCNull | DtCRegEx | DtCSize | DtCFuture | DtCPast;
public CommonGrammarGrammarAccess.AllConstraintsElements getAllConstraintsAccess() {
return gaCommonGrammar.getAllConstraintsAccess();
}
public ParserRule getAllConstraintsRule() {
return getAllConstraintsAccess().getRule();
}
//DataTypeConstraint types::LDatatypeConstraint:
// DtCAssertFalse | DtCAssertTrue | DtCDecimalMax | DtCDecimalMin | DtCDigits | DtCNumericMax | DtCNumericMin |
// DtCNotNull | DtCNull | DtCRegEx | DtCSize;
public CommonGrammarGrammarAccess.DataTypeConstraintElements getDataTypeConstraintAccess() {
return gaCommonGrammar.getDataTypeConstraintAccess();
}
public ParserRule getDataTypeConstraintRule() {
return getDataTypeConstraintAccess().getRule();
}
//DateConstraint types::LDatatypeConstraint:
// DtCFuture | DtCPast | DtCNotNull | DtCNull;
public CommonGrammarGrammarAccess.DateConstraintElements getDateConstraintAccess() {
return gaCommonGrammar.getDateConstraintAccess();
}
public ParserRule getDateConstraintRule() {
return getDateConstraintAccess().getRule();
}
//BlobTypeConstraint types::LDatatypeConstraint:
// DtCNotNull | DtCNull;
public CommonGrammarGrammarAccess.BlobTypeConstraintElements getBlobTypeConstraintAccess() {
return gaCommonGrammar.getBlobTypeConstraintAccess();
}
public ParserRule getBlobTypeConstraintRule() {
return getBlobTypeConstraintAccess().getRule();
}
//enum ConstraintSeverity returns types::LConstraintSeverity:
// INFO="info" | WARNING="warn" | ERROR="error";
public CommonGrammarGrammarAccess.ConstraintSeverityElements getConstraintSeverityAccess() {
return gaCommonGrammar.getConstraintSeverityAccess();
}
public EnumRule getConstraintSeverityRule() {
return getConstraintSeverityAccess().getRule();
}
//DtCAssertFalse types::LDtCAssertFalse:
// {types::LDtCAssertFalse}
// 'isFalse' ('[' (('msgCode' '=' msgCode=QualifiedName)? & ('msgI18nKey' '=' msgI18nKey=QualifiedName)? & ('severity'
// '=' severity=ConstraintSeverity)?) ']')?;
public CommonGrammarGrammarAccess.DtCAssertFalseElements getDtCAssertFalseAccess() {
return gaCommonGrammar.getDtCAssertFalseAccess();
}
public ParserRule getDtCAssertFalseRule() {
return getDtCAssertFalseAccess().getRule();
}
//DtCAssertTrue types::LDtCAssertTrue:
// {types::LDtCAssertTrue}
// 'isTrue' ('[' (('msgCode' '=' msgCode=QualifiedName)? & ('msgI18nKey' '=' msgI18nKey=QualifiedName)? & ('severity' '='
// severity=ConstraintSeverity)?) ']')?;
public CommonGrammarGrammarAccess.DtCAssertTrueElements getDtCAssertTrueAccess() {
return gaCommonGrammar.getDtCAssertTrueAccess();
}
public ParserRule getDtCAssertTrueRule() {
return getDtCAssertTrueAccess().getRule();
}
//DtCDecimalMax types::LDtCDecimalMax:
// {types::LDtCDecimalMax}
// 'maxDecimal' '(' max=LDecimal ('[' (('msgCode' '=' msgCode=QualifiedName)? & ('msgI18nKey' '='
// msgI18nKey=QualifiedName)? & ('severity' '=' severity=ConstraintSeverity)?) ']')? ')';
public CommonGrammarGrammarAccess.DtCDecimalMaxElements getDtCDecimalMaxAccess() {
return gaCommonGrammar.getDtCDecimalMaxAccess();
}
public ParserRule getDtCDecimalMaxRule() {
return getDtCDecimalMaxAccess().getRule();
}
//DtCDecimalMin types::LDtCDecimalMin:
// {types::LDtCDecimalMin}
// 'minDecimal' '(' min=LDecimal ('[' (('msgCode' '=' msgCode=QualifiedName)? & ('msgI18nKey' '='
// msgI18nKey=QualifiedName)? & ('severity' '=' severity=ConstraintSeverity)?) ']')? ')';
public CommonGrammarGrammarAccess.DtCDecimalMinElements getDtCDecimalMinAccess() {
return gaCommonGrammar.getDtCDecimalMinAccess();
}
public ParserRule getDtCDecimalMinRule() {
return getDtCDecimalMinAccess().getRule();
}
//DtCDigits types::LDtCDigits:
// {types::LDtCDigits}
// 'digits' '(' intDigits=INT ',' fractionDigits=INT ('[' (('msgCode' '=' msgCode=QualifiedName)? & ('msgI18nKey' '='
// msgI18nKey=QualifiedName)? & ('severity' '=' severity=ConstraintSeverity)?) ']')? ')';
public CommonGrammarGrammarAccess.DtCDigitsElements getDtCDigitsAccess() {
return gaCommonGrammar.getDtCDigitsAccess();
}
public ParserRule getDtCDigitsRule() {
return getDtCDigitsAccess().getRule();
}
//DtCFuture types::LDtCFuture:
// {types::LDtCFuture}
// 'isFuture' ('[' (('msgCode' '=' msgCode=QualifiedName)? & ('msgI18nKey' '=' msgI18nKey=QualifiedName)? & ('severity'
// '=' severity=ConstraintSeverity)?) ']')?;
public CommonGrammarGrammarAccess.DtCFutureElements getDtCFutureAccess() {
return gaCommonGrammar.getDtCFutureAccess();
}
public ParserRule getDtCFutureRule() {
return getDtCFutureAccess().getRule();
}
//DtCPast types::LDtCPast:
// {types::LDtCPast}
// 'isPast' ('[' (('msgCode' '=' msgCode=QualifiedName)? & ('msgI18nKey' '=' msgI18nKey=QualifiedName)? & ('severity' '='
// severity=ConstraintSeverity)?) ']')?;
public CommonGrammarGrammarAccess.DtCPastElements getDtCPastAccess() {
return gaCommonGrammar.getDtCPastAccess();
}
public ParserRule getDtCPastRule() {
return getDtCPastAccess().getRule();
}
//DtCNumericMax types::LDtCNumericMax:
// {types::LDtCNumericMax}
// 'maxNumber' '(' max=LInt ('[' (('msgCode' '=' msgCode=QualifiedName)? & ('msgI18nKey' '=' msgI18nKey=QualifiedName)? &
// ('severity' '=' severity=ConstraintSeverity)?) ']')? ')';
public CommonGrammarGrammarAccess.DtCNumericMaxElements getDtCNumericMaxAccess() {
return gaCommonGrammar.getDtCNumericMaxAccess();
}
public ParserRule getDtCNumericMaxRule() {
return getDtCNumericMaxAccess().getRule();
}
//DtCNumericMin types::LDtCNumericMin:
// {types::LDtCNumericMin}
// 'minNumber' '(' min=LInt ('[' (('msgCode' '=' msgCode=QualifiedName)? & ('msgI18nKey' '=' msgI18nKey=QualifiedName)? &
// ('severity' '=' severity=ConstraintSeverity)?) ']')? ')';
public CommonGrammarGrammarAccess.DtCNumericMinElements getDtCNumericMinAccess() {
return gaCommonGrammar.getDtCNumericMinAccess();
}
public ParserRule getDtCNumericMinRule() {
return getDtCNumericMinAccess().getRule();
}
//DtCNotNull types::LDtCNotNull:
// {types::LDtCNotNull}
// 'isNotNull' ('[' (('msgCode' '=' msgCode=QualifiedName)? & ('msgI18nKey' '=' msgI18nKey=QualifiedName)? & ('severity'
// '=' severity=ConstraintSeverity)?) ']')?;
public CommonGrammarGrammarAccess.DtCNotNullElements getDtCNotNullAccess() {
return gaCommonGrammar.getDtCNotNullAccess();
}
public ParserRule getDtCNotNullRule() {
return getDtCNotNullAccess().getRule();
}
//DtCNull types::LDtCNull:
// {types::LDtCNull}
// 'isNull' ('[' (('msgCode' '=' msgCode=QualifiedName)? & ('msgI18nKey' '=' msgI18nKey=QualifiedName)? & ('severity' '='
// severity=ConstraintSeverity)?) ']')?;
public CommonGrammarGrammarAccess.DtCNullElements getDtCNullAccess() {
return gaCommonGrammar.getDtCNullAccess();
}
public ParserRule getDtCNullRule() {
return getDtCNullAccess().getRule();
}
//DtCRegEx types::LDtCRegEx:
// {types::LDtCRegEx}
// 'regex' '(' pattern=STRING ('[' (('msgCode' '=' msgCode=QualifiedName)? & ('msgI18nKey' '=' msgI18nKey=QualifiedName)?
// & ('severity' '=' severity=ConstraintSeverity)?) ']')? ')';
public CommonGrammarGrammarAccess.DtCRegExElements getDtCRegExAccess() {
return gaCommonGrammar.getDtCRegExAccess();
}
public ParserRule getDtCRegExRule() {
return getDtCRegExAccess().getRule();
}
//DtCSize types::LDtCSize:
// {types::LDtCSize}
// 'minMaxSize' '(' min=INT ',' max=INT ('[' (('msgCode' '=' msgCode=QualifiedName)? & ('msgI18nKey' '='
// msgI18nKey=QualifiedName)? & ('severity' '=' severity=ConstraintSeverity)?) ']')? ')';
public CommonGrammarGrammarAccess.DtCSizeElements getDtCSizeAccess() {
return gaCommonGrammar.getDtCSizeAccess();
}
public ParserRule getDtCSizeRule() {
return getDtCSizeAccess().getRule();
}
//enum DateType returns types::LDateType:
// DATE='date' | TIME='time' | TIMESTAMP='timestamp';
public CommonGrammarGrammarAccess.DateTypeElements getDateTypeAccess() {
return gaCommonGrammar.getDateTypeAccess();
}
public EnumRule getDateTypeRule() {
return getDateTypeAccess().getRule();
}
//ScalarType types::LScalarType:
// DataType | Enum;
public CommonGrammarGrammarAccess.ScalarTypeElements getScalarTypeAccess() {
return gaCommonGrammar.getScalarTypeAccess();
}
public ParserRule getScalarTypeRule() {
return getScalarTypeAccess().getRule();
}
//Modifier types::LModifier:
// final?='final'? & static?='static'? & visibility=LVisibility;
public CommonGrammarGrammarAccess.ModifierElements getModifierAccess() {
return gaCommonGrammar.getModifierAccess();
}
public ParserRule getModifierRule() {
return getModifierAccess().getRule();
}
//Enum types::LEnum:
// 'enum' name=ID
// '{'
// literals+=EnumLiteral (',' literals+=EnumLiteral)*
// '}';
public CommonGrammarGrammarAccess.EnumElements getEnumAccess() {
return gaCommonGrammar.getEnumAccess();
}
public ParserRule getEnumRule() {
return getEnumAccess().getRule();
}
//EnumLiteral types::LEnumLiteral:
// name=TRANSLATABLEID (default?='asDefault'? & null?='forNull'?) ('=' (value=INT | stringValue=STRING))?;
public CommonGrammarGrammarAccess.EnumLiteralElements getEnumLiteralAccess() {
return gaCommonGrammar.getEnumLiteralAccess();
}
public ParserRule getEnumLiteralRule() {
return getEnumLiteralAccess().getRule();
}
//AnnotationDef types::LAnnotationDef:
// => (annotation=XAnnotation);
public CommonGrammarGrammarAccess.AnnotationDefElements getAnnotationDefAccess() {
return gaCommonGrammar.getAnnotationDefAccess();
}
public ParserRule getAnnotationDefRule() {
return getAnnotationDefAccess().getRule();
}
//enum LVisibility returns types::LVisibility:
// PACKAGE='package' | PRIVATE='private' | PROTECTED='protected' | PUBLIC='public';
public CommonGrammarGrammarAccess.LVisibilityElements getLVisibilityAccess() {
return gaCommonGrammar.getLVisibilityAccess();
}
public EnumRule getLVisibilityRule() {
return getLVisibilityAccess().getRule();
}
//ResultFilters types::LResultFilters:
// {types::LResultFilters}
// 'filter' '{'
// resultFilters+=ResultFilter*
// '}';
public CommonGrammarGrammarAccess.ResultFiltersElements getResultFiltersAccess() {
return gaCommonGrammar.getResultFiltersAccess();
}
public ParserRule getResultFiltersRule() {
return getResultFiltersAccess().getRule();
}
//ResultFilter types::LResultFilter:
// AttributeMatchingConstraint;
public CommonGrammarGrammarAccess.ResultFilterElements getResultFilterAccess() {
return gaCommonGrammar.getResultFilterAccess();
}
public ParserRule getResultFilterRule() {
return getResultFilterAccess().getRule();
}
//AttributeMatchingConstraint types::LAttributeMatchingConstraint:
// attribute=[types::LAttribute] comparatorType=LComparatorType (matchingValue=STRING | =>
// matchingLiteral=[types::LEnumLiteral]);
public CommonGrammarGrammarAccess.AttributeMatchingConstraintElements getAttributeMatchingConstraintAccess() {
return gaCommonGrammar.getAttributeMatchingConstraintAccess();
}
public ParserRule getAttributeMatchingConstraintRule() {
return getAttributeMatchingConstraintAccess().getRule();
}
//KeyAndValue types::LKeyAndValue:
// 'key' '=' key=STRING 'value' '=' value=STRING;
public CommonGrammarGrammarAccess.KeyAndValueElements getKeyAndValueAccess() {
return gaCommonGrammar.getKeyAndValueAccess();
}
public ParserRule getKeyAndValueRule() {
return getKeyAndValueAccess().getRule();
}
//enum LComparatorType returns types::LComparatorType:
// EQUALS='==' |
// GREATER='>' |
// LOWER='<' |
// GREATER_EQ='>=' |
// LOWER_EQ='<=' |
// NOT_EQ='<>';
public CommonGrammarGrammarAccess.LComparatorTypeElements getLComparatorTypeAccess() {
return gaCommonGrammar.getLComparatorTypeAccess();
}
public EnumRule getLComparatorTypeRule() {
return getLComparatorTypeAccess().getRule();
}
//LQualifiedNameWithWildCard:
// QualifiedName ('.' '*')?;
public CommonGrammarGrammarAccess.LQualifiedNameWithWildCardElements getLQualifiedNameWithWildCardAccess() {
return gaCommonGrammar.getLQualifiedNameWithWildCardAccess();
}
public ParserRule getLQualifiedNameWithWildCardRule() {
return getLQualifiedNameWithWildCardAccess().getRule();
}
//LFQN:
// ID ('.' ID)*;
public CommonGrammarGrammarAccess.LFQNElements getLFQNAccess() {
return gaCommonGrammar.getLFQNAccess();
}
public ParserRule getLFQNRule() {
return getLFQNAccess().getRule();
}
//TYPE_CROSS_REFERENCE:
// ID;
public CommonGrammarGrammarAccess.TYPE_CROSS_REFERENCEElements getTYPE_CROSS_REFERENCEAccess() {
return gaCommonGrammar.getTYPE_CROSS_REFERENCEAccess();
}
public ParserRule getTYPE_CROSS_REFERENCERule() {
return getTYPE_CROSS_REFERENCEAccess().getRule();
}
//ValidIDWithKeywords:
// 'cachable' | 'id' | 'uuid' | 'transient' | 'version' | 'derived' |
// 'collection' | 'refers' | 'settings' | 'lazy' |
// 'notnull' | 'dto' | 'date' | 'mapto' | 'ref' | 'cascadeMergePersist' | 'cascadeRemove' | 'var' | ID;
public CommonGrammarGrammarAccess.ValidIDWithKeywordsElements getValidIDWithKeywordsAccess() {
return gaCommonGrammar.getValidIDWithKeywordsAccess();
}
public ParserRule getValidIDWithKeywordsRule() {
return getValidIDWithKeywordsAccess().getRule();
}
//ValidLFQNWithKeywords:
// ValidIDWithKeywords ('.' ValidIDWithKeywords)*;
public CommonGrammarGrammarAccess.ValidLFQNWithKeywordsElements getValidLFQNWithKeywordsAccess() {
return gaCommonGrammar.getValidLFQNWithKeywordsAccess();
}
public ParserRule getValidLFQNWithKeywordsRule() {
return getValidLFQNWithKeywordsAccess().getRule();
}
//Multiplicity types::LMultiplicity:
// '[' lower=LowerBound ('..' upper=UpperBound)? ']';
public CommonGrammarGrammarAccess.MultiplicityElements getMultiplicityAccess() {
return gaCommonGrammar.getMultiplicityAccess();
}
public ParserRule getMultiplicityRule() {
return getMultiplicityAccess().getRule();
}
//enum LowerBound returns types::LLowerBound:
// MANY='*' | ZERO='0' | OPTIONAL='?' | ATLEASTONE='+' | ONE='1';
public CommonGrammarGrammarAccess.LowerBoundElements getLowerBoundAccess() {
return gaCommonGrammar.getLowerBoundAccess();
}
public EnumRule getLowerBoundRule() {
return getLowerBoundAccess().getRule();
}
//enum UpperBound returns types::LUpperBound:
// MANY='*' | ONE='1';
public CommonGrammarGrammarAccess.UpperBoundElements getUpperBoundAccess() {
return gaCommonGrammar.getUpperBoundAccess();
}
public EnumRule getUpperBoundRule() {
return getUpperBoundAccess().getRule();
}
//LInt ecore::EInt:
// ('+' | '-')? INT;
public CommonGrammarGrammarAccess.LIntElements getLIntAccess() {
return gaCommonGrammar.getLIntAccess();
}
public ParserRule getLIntRule() {
return getLIntAccess().getRule();
}
//LDecimal ecore::EFloat:
// LInt ('.' INT)?;
public CommonGrammarGrammarAccess.LDecimalElements getLDecimalAccess() {
return gaCommonGrammar.getLDecimalAccess();
}
public ParserRule getLDecimalRule() {
return getLDecimalAccess().getRule();
}
//TRANSLATABLEID:
// ID;
public CommonGrammarGrammarAccess.TRANSLATABLEIDElements getTRANSLATABLEIDAccess() {
return gaCommonGrammar.getTRANSLATABLEIDAccess();
}
public ParserRule getTRANSLATABLEIDRule() {
return getTRANSLATABLEIDAccess().getRule();
}
//@ Override XImportDeclaration OXImportDeclaration:
// {OXImportDeclaration}
// 'import' (static?='static' extension?='extension'? importedType=[JvmDeclaredType|QualifiedNameInStaticImport]
// (wildcard?='*' | memberName=ValidID) | importedType=[JvmDeclaredType|QualifiedName] |
// importedNamespace=QualifiedNameWithWildcard
// | fqnImport?='ns' importedFullyQualifiedName=QualifiedName) ';'?;
public OXtypeGrammarAccess.XImportDeclarationElements getXImportDeclarationAccess() {
return gaOXtype.getXImportDeclarationAccess();
}
public ParserRule getXImportDeclarationRule() {
return getXImportDeclarationAccess().getRule();
}
//XAnnotation:
// {XAnnotation}
// '@' annotationType=[types::JvmAnnotationType|QualifiedName] (=> '(' (elementValuePairs+=XAnnotationElementValuePair
// (',' elementValuePairs+=XAnnotationElementValuePair)*
// | value=XAnnotationElementValueOrCommaList)?
// ')')?;
public XbaseWithAnnotationsGrammarAccess.XAnnotationElements getXAnnotationAccess() {
return gaXbaseWithAnnotations.getXAnnotationAccess();
}
public ParserRule getXAnnotationRule() {
return getXAnnotationAccess().getRule();
}
//XAnnotationElementValuePair:
// => (element=[types::JvmOperation|ValidID] '=') value=XAnnotationElementValue;
public XbaseWithAnnotationsGrammarAccess.XAnnotationElementValuePairElements getXAnnotationElementValuePairAccess() {
return gaXbaseWithAnnotations.getXAnnotationElementValuePairAccess();
}
public ParserRule getXAnnotationElementValuePairRule() {
return getXAnnotationElementValuePairAccess().getRule();
}
//XAnnotationElementValueOrCommaList xbase::XExpression:
// => ({xbase::XListLiteral} '#' '[') (elements+=XAnnotationOrExpression (',' elements+=XAnnotationOrExpression)*)? ']'
// | XAnnotationOrExpression ({xbase::XListLiteral.elements+=current} (',' elements+=XAnnotationOrExpression)+)?;
public XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueOrCommaListElements getXAnnotationElementValueOrCommaListAccess() {
return gaXbaseWithAnnotations.getXAnnotationElementValueOrCommaListAccess();
}
public ParserRule getXAnnotationElementValueOrCommaListRule() {
return getXAnnotationElementValueOrCommaListAccess().getRule();
}
//XAnnotationElementValue xbase::XExpression:
// => ({xbase::XListLiteral} '#' '[') (elements+=XAnnotationOrExpression (',' elements+=XAnnotationOrExpression)*)? ']'
// | XAnnotationOrExpression;
public XbaseWithAnnotationsGrammarAccess.XAnnotationElementValueElements getXAnnotationElementValueAccess() {
return gaXbaseWithAnnotations.getXAnnotationElementValueAccess();
}
public ParserRule getXAnnotationElementValueRule() {
return getXAnnotationElementValueAccess().getRule();
}
//XAnnotationOrExpression xbase::XExpression:
// XAnnotation | XExpression;
public XbaseWithAnnotationsGrammarAccess.XAnnotationOrExpressionElements getXAnnotationOrExpressionAccess() {
return gaXbaseWithAnnotations.getXAnnotationOrExpressionAccess();
}
public ParserRule getXAnnotationOrExpressionRule() {
return getXAnnotationOrExpressionAccess().getRule();
}
//XExpression:
// XAssignment;
public XbaseGrammarAccess.XExpressionElements getXExpressionAccess() {
return gaXbase.getXExpressionAccess();
}
public ParserRule getXExpressionRule() {
return getXExpressionAccess().getRule();
}
//XAssignment XExpression:
// {XAssignment} feature=[types::JvmIdentifiableElement|FeatureCallID] OpSingleAssign value=XAssignment | XOrExpression
// (=> ({XBinaryOperation.leftOperand=current} feature=[types::JvmIdentifiableElement|OpMultiAssign])
// rightOperand=XAssignment)?;
public XbaseGrammarAccess.XAssignmentElements getXAssignmentAccess() {
return gaXbase.getXAssignmentAccess();
}
public ParserRule getXAssignmentRule() {
return getXAssignmentAccess().getRule();
}
//OpSingleAssign:
// '=';
public XbaseGrammarAccess.OpSingleAssignElements getOpSingleAssignAccess() {
return gaXbase.getOpSingleAssignAccess();
}
public ParserRule getOpSingleAssignRule() {
return getOpSingleAssignAccess().getRule();
}
//OpMultiAssign:
// '+=' | '-=' | '*=' | '/=' | '%=' |
// '<' '<' '=' |
// '>' '>'? '>=';
public XbaseGrammarAccess.OpMultiAssignElements getOpMultiAssignAccess() {
return gaXbase.getOpMultiAssignAccess();
}
public ParserRule getOpMultiAssignRule() {
return getOpMultiAssignAccess().getRule();
}
//XOrExpression XExpression:
// XAndExpression (=> ({XBinaryOperation.leftOperand=current} feature=[types::JvmIdentifiableElement|OpOr])
// rightOperand=XAndExpression)*;
public XbaseGrammarAccess.XOrExpressionElements getXOrExpressionAccess() {
return gaXbase.getXOrExpressionAccess();
}
public ParserRule getXOrExpressionRule() {
return getXOrExpressionAccess().getRule();
}
//OpOr:
// '||';
public XbaseGrammarAccess.OpOrElements getOpOrAccess() {
return gaXbase.getOpOrAccess();
}
public ParserRule getOpOrRule() {
return getOpOrAccess().getRule();
}
//XAndExpression XExpression:
// XEqualityExpression (=> ({XBinaryOperation.leftOperand=current} feature=[types::JvmIdentifiableElement|OpAnd])
// rightOperand=XEqualityExpression)*;
public XbaseGrammarAccess.XAndExpressionElements getXAndExpressionAccess() {
return gaXbase.getXAndExpressionAccess();
}
public ParserRule getXAndExpressionRule() {
return getXAndExpressionAccess().getRule();
}
//OpAnd:
// '&&';
public XbaseGrammarAccess.OpAndElements getOpAndAccess() {
return gaXbase.getOpAndAccess();
}
public ParserRule getOpAndRule() {
return getOpAndAccess().getRule();
}
//XEqualityExpression XExpression:
// XRelationalExpression (=> ({XBinaryOperation.leftOperand=current} feature=[types::JvmIdentifiableElement|OpEquality])
// rightOperand=XRelationalExpression)*;
public XbaseGrammarAccess.XEqualityExpressionElements getXEqualityExpressionAccess() {
return gaXbase.getXEqualityExpressionAccess();
}
public ParserRule getXEqualityExpressionRule() {
return getXEqualityExpressionAccess().getRule();
}
//OpEquality:
// '==' | '!=' | '===' | '!==';
public XbaseGrammarAccess.OpEqualityElements getOpEqualityAccess() {
return gaXbase.getOpEqualityAccess();
}
public ParserRule getOpEqualityRule() {
return getOpEqualityAccess().getRule();
}
//XRelationalExpression XExpression:
// XOtherOperatorExpression (=> ({XInstanceOfExpression.expression=current} 'instanceof') type=JvmTypeReference |
// => ({XBinaryOperation.leftOperand=current} feature=[types::JvmIdentifiableElement|OpCompare])
// rightOperand=XOtherOperatorExpression)*;
public XbaseGrammarAccess.XRelationalExpressionElements getXRelationalExpressionAccess() {
return gaXbase.getXRelationalExpressionAccess();
}
public ParserRule getXRelationalExpressionRule() {
return getXRelationalExpressionAccess().getRule();
}
//OpCompare:
// '>=' | '<' '=' | '>' | '<';
public XbaseGrammarAccess.OpCompareElements getOpCompareAccess() {
return gaXbase.getOpCompareAccess();
}
public ParserRule getOpCompareRule() {
return getOpCompareAccess().getRule();
}
//XOtherOperatorExpression XExpression:
// XAdditiveExpression (=> ({XBinaryOperation.leftOperand=current} feature=[types::JvmIdentifiableElement|OpOther])
// rightOperand=XAdditiveExpression)*;
public XbaseGrammarAccess.XOtherOperatorExpressionElements getXOtherOperatorExpressionAccess() {
return gaXbase.getXOtherOperatorExpressionAccess();
}
public ParserRule getXOtherOperatorExpressionRule() {
return getXOtherOperatorExpressionAccess().getRule();
}
//OpOther:
// '->'
// | '..<'
// | '>' '..'
// | '..'
// | '=>'
// | '>' (=> ('>' '>') | '>') | '<' (=> ('<' '<') | '<' | '=>') | '<>'
// | '?:';
public XbaseGrammarAccess.OpOtherElements getOpOtherAccess() {
return gaXbase.getOpOtherAccess();
}
public ParserRule getOpOtherRule() {
return getOpOtherAccess().getRule();
}
//XAdditiveExpression XExpression:
// XMultiplicativeExpression (=> ({XBinaryOperation.leftOperand=current} feature=[types::JvmIdentifiableElement|OpAdd])
// rightOperand=XMultiplicativeExpression)*;
public XbaseGrammarAccess.XAdditiveExpressionElements getXAdditiveExpressionAccess() {
return gaXbase.getXAdditiveExpressionAccess();
}
public ParserRule getXAdditiveExpressionRule() {
return getXAdditiveExpressionAccess().getRule();
}
//OpAdd:
// '+' | '-';
public XbaseGrammarAccess.OpAddElements getOpAddAccess() {
return gaXbase.getOpAddAccess();
}
public ParserRule getOpAddRule() {
return getOpAddAccess().getRule();
}
//XMultiplicativeExpression XExpression:
// XUnaryOperation (=> ({XBinaryOperation.leftOperand=current} feature=[types::JvmIdentifiableElement|OpMulti])
// rightOperand=XUnaryOperation)*;
public XbaseGrammarAccess.XMultiplicativeExpressionElements getXMultiplicativeExpressionAccess() {
return gaXbase.getXMultiplicativeExpressionAccess();
}
public ParserRule getXMultiplicativeExpressionRule() {
return getXMultiplicativeExpressionAccess().getRule();
}
//OpMulti:
// '*' | '**' | '/' | '%';
public XbaseGrammarAccess.OpMultiElements getOpMultiAccess() {
return gaXbase.getOpMultiAccess();
}
public ParserRule getOpMultiRule() {
return getOpMultiAccess().getRule();
}
//XUnaryOperation XExpression:
// {XUnaryOperation} feature=[types::JvmIdentifiableElement|OpUnary] operand=XUnaryOperation
// | XCastedExpression;
public XbaseGrammarAccess.XUnaryOperationElements getXUnaryOperationAccess() {
return gaXbase.getXUnaryOperationAccess();
}
public ParserRule getXUnaryOperationRule() {
return getXUnaryOperationAccess().getRule();
}
//OpUnary:
// "!" | "-" | "+";
public XbaseGrammarAccess.OpUnaryElements getOpUnaryAccess() {
return gaXbase.getOpUnaryAccess();
}
public ParserRule getOpUnaryRule() {
return getOpUnaryAccess().getRule();
}
//XCastedExpression XExpression:
// XPostfixOperation (=> ({XCastedExpression.target=current} 'as') type=JvmTypeReference)*;
public XbaseGrammarAccess.XCastedExpressionElements getXCastedExpressionAccess() {
return gaXbase.getXCastedExpressionAccess();
}
public ParserRule getXCastedExpressionRule() {
return getXCastedExpressionAccess().getRule();
}
//XPostfixOperation XExpression:
// XMemberFeatureCall => ({XPostfixOperation.operand=current} feature=[types::JvmIdentifiableElement|OpPostfix])?;
public XbaseGrammarAccess.XPostfixOperationElements getXPostfixOperationAccess() {
return gaXbase.getXPostfixOperationAccess();
}
public ParserRule getXPostfixOperationRule() {
return getXPostfixOperationAccess().getRule();
}
//OpPostfix:
// "++" | "--";
public XbaseGrammarAccess.OpPostfixElements getOpPostfixAccess() {
return gaXbase.getOpPostfixAccess();
}
public ParserRule getOpPostfixRule() {
return getOpPostfixAccess().getRule();
}
//XMemberFeatureCall XExpression:
// XPrimaryExpression (=> ({XAssignment.assignable=current} ('.' | explicitStatic?="::")
// feature=[types::JvmIdentifiableElement|FeatureCallID] OpSingleAssign) value=XAssignment
// | => ({XMemberFeatureCall.memberCallTarget=current} ("." | nullSafe?="?." | explicitStatic?="::")) ('<'
// typeArguments+=JvmArgumentTypeReference (',' typeArguments+=JvmArgumentTypeReference)* '>')?
// feature=[types::JvmIdentifiableElement|IdOrSuper] (=> explicitOperationCall?='(' (memberCallArguments+=XShortClosure
// | memberCallArguments+=XExpression (',' memberCallArguments+=XExpression)*)?
// ')')?
// memberCallArguments+=XClosure?)*;
public XbaseGrammarAccess.XMemberFeatureCallElements getXMemberFeatureCallAccess() {
return gaXbase.getXMemberFeatureCallAccess();
}
public ParserRule getXMemberFeatureCallRule() {
return getXMemberFeatureCallAccess().getRule();
}
//XPrimaryExpression XExpression:
// XConstructorCall | XBlockExpression | XSwitchExpression | XSynchronizedExpression | XFeatureCall | XLiteral |
// XIfExpression | XForLoopExpression | XBasicForLoopExpression | XWhileExpression | XDoWhileExpression |
// XThrowExpression | XReturnExpression | XTryCatchFinallyExpression | XParenthesizedExpression;
public XbaseGrammarAccess.XPrimaryExpressionElements getXPrimaryExpressionAccess() {
return gaXbase.getXPrimaryExpressionAccess();
}
public ParserRule getXPrimaryExpressionRule() {
return getXPrimaryExpressionAccess().getRule();
}
//XLiteral XExpression:
// XCollectionLiteral | XClosure | XBooleanLiteral | XNumberLiteral | XNullLiteral | XStringLiteral | XTypeLiteral;
public XbaseGrammarAccess.XLiteralElements getXLiteralAccess() {
return gaXbase.getXLiteralAccess();
}
public ParserRule getXLiteralRule() {
return getXLiteralAccess().getRule();
}
//XCollectionLiteral:
// XSetLiteral | XListLiteral;
public XbaseGrammarAccess.XCollectionLiteralElements getXCollectionLiteralAccess() {
return gaXbase.getXCollectionLiteralAccess();
}
public ParserRule getXCollectionLiteralRule() {
return getXCollectionLiteralAccess().getRule();
}
//XSetLiteral:
// {XSetLiteral} '#' '{' (elements+=XExpression (',' elements+=XExpression)*)? '}';
public XbaseGrammarAccess.XSetLiteralElements getXSetLiteralAccess() {
return gaXbase.getXSetLiteralAccess();
}
public ParserRule getXSetLiteralRule() {
return getXSetLiteralAccess().getRule();
}
//XListLiteral:
// {XListLiteral} '#' '[' (elements+=XExpression (',' elements+=XExpression)*)? ']';
public XbaseGrammarAccess.XListLiteralElements getXListLiteralAccess() {
return gaXbase.getXListLiteralAccess();
}
public ParserRule getXListLiteralRule() {
return getXListLiteralAccess().getRule();
}
//XClosure XExpression:
// => ({XClosure}
// '[')
// => ((declaredFormalParameters+=JvmFormalParameter (',' declaredFormalParameters+=JvmFormalParameter)*)?
// explicitSyntax?='|')?
// expression=XExpressionInClosure
// ']';
public XbaseGrammarAccess.XClosureElements getXClosureAccess() {
return gaXbase.getXClosureAccess();
}
public ParserRule getXClosureRule() {
return getXClosureAccess().getRule();
}
//XExpressionInClosure XExpression:
// {XBlockExpression} (expressions+=XExpressionOrVarDeclaration ';'?)*;
public XbaseGrammarAccess.XExpressionInClosureElements getXExpressionInClosureAccess() {
return gaXbase.getXExpressionInClosureAccess();
}
public ParserRule getXExpressionInClosureRule() {
return getXExpressionInClosureAccess().getRule();
}
//XShortClosure XExpression:
// => ({XClosure} (declaredFormalParameters+=JvmFormalParameter (',' declaredFormalParameters+=JvmFormalParameter)*)?
// explicitSyntax?='|') expression=XExpression;
public XbaseGrammarAccess.XShortClosureElements getXShortClosureAccess() {
return gaXbase.getXShortClosureAccess();
}
public ParserRule getXShortClosureRule() {
return getXShortClosureAccess().getRule();
}
//XParenthesizedExpression XExpression:
// '(' XExpression ')';
public XbaseGrammarAccess.XParenthesizedExpressionElements getXParenthesizedExpressionAccess() {
return gaXbase.getXParenthesizedExpressionAccess();
}
public ParserRule getXParenthesizedExpressionRule() {
return getXParenthesizedExpressionAccess().getRule();
}
//XIfExpression XExpression:
// {XIfExpression}
// 'if' '(' if=XExpression ')'
// then=XExpression (=> 'else' else=XExpression)?;
public XbaseGrammarAccess.XIfExpressionElements getXIfExpressionAccess() {
return gaXbase.getXIfExpressionAccess();
}
public ParserRule getXIfExpressionRule() {
return getXIfExpressionAccess().getRule();
}
//XSwitchExpression XExpression:
// {XSwitchExpression}
// 'switch' (=> ('(' declaredParam=JvmFormalParameter ':') switch=XExpression ')'
// | => (declaredParam=JvmFormalParameter ':')? switch=XExpression) '{'
// cases+=XCasePart* ('default' ':' default=XExpression)?
// '}';
public XbaseGrammarAccess.XSwitchExpressionElements getXSwitchExpressionAccess() {
return gaXbase.getXSwitchExpressionAccess();
}
public ParserRule getXSwitchExpressionRule() {
return getXSwitchExpressionAccess().getRule();
}
//XCasePart:
// {XCasePart} typeGuard=JvmTypeReference? ('case' case=XExpression)? (':' then=XExpression | fallThrough?=',');
public XbaseGrammarAccess.XCasePartElements getXCasePartAccess() {
return gaXbase.getXCasePartAccess();
}
public ParserRule getXCasePartRule() {
return getXCasePartAccess().getRule();
}
//XForLoopExpression XExpression:
// => ({XForLoopExpression}
// 'for' '(' declaredParam=JvmFormalParameter ':') forExpression=XExpression ')'
// eachExpression=XExpression;
public XbaseGrammarAccess.XForLoopExpressionElements getXForLoopExpressionAccess() {
return gaXbase.getXForLoopExpressionAccess();
}
public ParserRule getXForLoopExpressionRule() {
return getXForLoopExpressionAccess().getRule();
}
//XBasicForLoopExpression XExpression:
// {XBasicForLoopExpression}
// 'for' '(' (initExpressions+=XExpressionOrVarDeclaration (',' initExpressions+=XExpressionOrVarDeclaration)*)? ';'
// expression=XExpression? ';' (updateExpressions+=XExpression (',' updateExpressions+=XExpression)*)? ')'
// eachExpression=XExpression;
public XbaseGrammarAccess.XBasicForLoopExpressionElements getXBasicForLoopExpressionAccess() {
return gaXbase.getXBasicForLoopExpressionAccess();
}
public ParserRule getXBasicForLoopExpressionRule() {
return getXBasicForLoopExpressionAccess().getRule();
}
//XWhileExpression XExpression:
// {XWhileExpression}
// 'while' '(' predicate=XExpression ')'
// body=XExpression;
public XbaseGrammarAccess.XWhileExpressionElements getXWhileExpressionAccess() {
return gaXbase.getXWhileExpressionAccess();
}
public ParserRule getXWhileExpressionRule() {
return getXWhileExpressionAccess().getRule();
}
//XDoWhileExpression XExpression:
// {XDoWhileExpression}
// 'do'
// body=XExpression
// 'while' '(' predicate=XExpression ')';
public XbaseGrammarAccess.XDoWhileExpressionElements getXDoWhileExpressionAccess() {
return gaXbase.getXDoWhileExpressionAccess();
}
public ParserRule getXDoWhileExpressionRule() {
return getXDoWhileExpressionAccess().getRule();
}
//XBlockExpression XExpression:
// {XBlockExpression}
// '{' (expressions+=XExpressionOrVarDeclaration ';'?)*
// '}';
public XbaseGrammarAccess.XBlockExpressionElements getXBlockExpressionAccess() {
return gaXbase.getXBlockExpressionAccess();
}
public ParserRule getXBlockExpressionRule() {
return getXBlockExpressionAccess().getRule();
}
//XExpressionOrVarDeclaration XExpression:
// XVariableDeclaration | XExpression;
public XbaseGrammarAccess.XExpressionOrVarDeclarationElements getXExpressionOrVarDeclarationAccess() {
return gaXbase.getXExpressionOrVarDeclarationAccess();
}
public ParserRule getXExpressionOrVarDeclarationRule() {
return getXExpressionOrVarDeclarationAccess().getRule();
}
//XVariableDeclaration XExpression:
// {XVariableDeclaration} (writeable?='var' | 'val') (=> (type=JvmTypeReference name=ValidID) | name=ValidID) ('='
// right=XExpression)?;
public XbaseGrammarAccess.XVariableDeclarationElements getXVariableDeclarationAccess() {
return gaXbase.getXVariableDeclarationAccess();
}
public ParserRule getXVariableDeclarationRule() {
return getXVariableDeclarationAccess().getRule();
}
//JvmFormalParameter types::JvmFormalParameter:
// parameterType=JvmTypeReference? name=ValidID;
public XbaseGrammarAccess.JvmFormalParameterElements getJvmFormalParameterAccess() {
return gaXbase.getJvmFormalParameterAccess();
}
public ParserRule getJvmFormalParameterRule() {
return getJvmFormalParameterAccess().getRule();
}
//FullJvmFormalParameter types::JvmFormalParameter:
// parameterType=JvmTypeReference name=ValidID;
public XbaseGrammarAccess.FullJvmFormalParameterElements getFullJvmFormalParameterAccess() {
return gaXbase.getFullJvmFormalParameterAccess();
}
public ParserRule getFullJvmFormalParameterRule() {
return getFullJvmFormalParameterAccess().getRule();
}
//XFeatureCall XExpression:
// {XFeatureCall} ('<' typeArguments+=JvmArgumentTypeReference (',' typeArguments+=JvmArgumentTypeReference)* '>')?
// feature=[types::JvmIdentifiableElement|IdOrSuper] (=> explicitOperationCall?='(' (featureCallArguments+=XShortClosure
// | featureCallArguments+=XExpression (',' featureCallArguments+=XExpression)*)?
// ')')?
// featureCallArguments+=XClosure?;
public XbaseGrammarAccess.XFeatureCallElements getXFeatureCallAccess() {
return gaXbase.getXFeatureCallAccess();
}
public ParserRule getXFeatureCallRule() {
return getXFeatureCallAccess().getRule();
}
//FeatureCallID:
// ValidID | 'extends' | 'static' | 'import' | 'extension';
public XbaseGrammarAccess.FeatureCallIDElements getFeatureCallIDAccess() {
return gaXbase.getFeatureCallIDAccess();
}
public ParserRule getFeatureCallIDRule() {
return getFeatureCallIDAccess().getRule();
}
//IdOrSuper:
// FeatureCallID | 'super';
public XbaseGrammarAccess.IdOrSuperElements getIdOrSuperAccess() {
return gaXbase.getIdOrSuperAccess();
}
public ParserRule getIdOrSuperRule() {
return getIdOrSuperAccess().getRule();
}
//XConstructorCall XExpression:
// {XConstructorCall}
// 'new' constructor=[types::JvmConstructor|QualifiedName] (=> '<' typeArguments+=JvmArgumentTypeReference (','
// typeArguments+=JvmArgumentTypeReference)* '>')? (=> explicitConstructorCall?='(' (arguments+=XShortClosure
// | arguments+=XExpression (',' arguments+=XExpression)*)?
// ')')?
// arguments+=XClosure?;
public XbaseGrammarAccess.XConstructorCallElements getXConstructorCallAccess() {
return gaXbase.getXConstructorCallAccess();
}
public ParserRule getXConstructorCallRule() {
return getXConstructorCallAccess().getRule();
}
//XBooleanLiteral XExpression:
// {XBooleanLiteral} ('false' | isTrue?='true');
public XbaseGrammarAccess.XBooleanLiteralElements getXBooleanLiteralAccess() {
return gaXbase.getXBooleanLiteralAccess();
}
public ParserRule getXBooleanLiteralRule() {
return getXBooleanLiteralAccess().getRule();
}
//XNullLiteral XExpression:
// {XNullLiteral} 'null';
public XbaseGrammarAccess.XNullLiteralElements getXNullLiteralAccess() {
return gaXbase.getXNullLiteralAccess();
}
public ParserRule getXNullLiteralRule() {
return getXNullLiteralAccess().getRule();
}
//XNumberLiteral XExpression:
// {XNumberLiteral} value=Number;
public XbaseGrammarAccess.XNumberLiteralElements getXNumberLiteralAccess() {
return gaXbase.getXNumberLiteralAccess();
}
public ParserRule getXNumberLiteralRule() {
return getXNumberLiteralAccess().getRule();
}
//XStringLiteral XExpression:
// {XStringLiteral} value=STRING;
public XbaseGrammarAccess.XStringLiteralElements getXStringLiteralAccess() {
return gaXbase.getXStringLiteralAccess();
}
public ParserRule getXStringLiteralRule() {
return getXStringLiteralAccess().getRule();
}
//XTypeLiteral XExpression:
// {XTypeLiteral} 'typeof' '(' type=[types::JvmType|QualifiedName] arrayDimensions+=ArrayBrackets* ')';
public XbaseGrammarAccess.XTypeLiteralElements getXTypeLiteralAccess() {
return gaXbase.getXTypeLiteralAccess();
}
public ParserRule getXTypeLiteralRule() {
return getXTypeLiteralAccess().getRule();
}
//XThrowExpression XExpression:
// {XThrowExpression} 'throw' expression=XExpression;
public XbaseGrammarAccess.XThrowExpressionElements getXThrowExpressionAccess() {
return gaXbase.getXThrowExpressionAccess();
}
public ParserRule getXThrowExpressionRule() {
return getXThrowExpressionAccess().getRule();
}
//XReturnExpression XExpression:
// {XReturnExpression} 'return' -> expression=XExpression?;
public XbaseGrammarAccess.XReturnExpressionElements getXReturnExpressionAccess() {
return gaXbase.getXReturnExpressionAccess();
}
public ParserRule getXReturnExpressionRule() {
return getXReturnExpressionAccess().getRule();
}
//XTryCatchFinallyExpression XExpression:
// {XTryCatchFinallyExpression}
// 'try'
// expression=XExpression (catchClauses+=XCatchClause+ (=> 'finally' finallyExpression=XExpression)?
// | 'finally' finallyExpression=XExpression);
public XbaseGrammarAccess.XTryCatchFinallyExpressionElements getXTryCatchFinallyExpressionAccess() {
return gaXbase.getXTryCatchFinallyExpressionAccess();
}
public ParserRule getXTryCatchFinallyExpressionRule() {
return getXTryCatchFinallyExpressionAccess().getRule();
}
//XSynchronizedExpression XExpression:
// => ({XSynchronizedExpression}
// 'synchronized' '(') param=XExpression ')' expression=XExpression;
public XbaseGrammarAccess.XSynchronizedExpressionElements getXSynchronizedExpressionAccess() {
return gaXbase.getXSynchronizedExpressionAccess();
}
public ParserRule getXSynchronizedExpressionRule() {
return getXSynchronizedExpressionAccess().getRule();
}
//XCatchClause:
// => 'catch' '(' declaredParam=FullJvmFormalParameter ')' expression=XExpression;
public XbaseGrammarAccess.XCatchClauseElements getXCatchClauseAccess() {
return gaXbase.getXCatchClauseAccess();
}
public ParserRule getXCatchClauseRule() {
return getXCatchClauseAccess().getRule();
}
//QualifiedName:
// ValidID (=> '.' ValidID)*;
public XbaseGrammarAccess.QualifiedNameElements getQualifiedNameAccess() {
return gaXbase.getQualifiedNameAccess();
}
public ParserRule getQualifiedNameRule() {
return getQualifiedNameAccess().getRule();
}
//Number hidden():
// HEX | (INT | DECIMAL) ('.' (INT | DECIMAL))?;
public XbaseGrammarAccess.NumberElements getNumberAccess() {
return gaXbase.getNumberAccess();
}
public ParserRule getNumberRule() {
return getNumberAccess().getRule();
}
///**
// * Dummy rule, for "better" downwards compatibility, since GrammarAccess generates non-static inner classes,
// * which makes downstream grammars break on classloading, when a rule is removed.
// */ StaticQualifier:
// (ValidID '::')+;
public XbaseGrammarAccess.StaticQualifierElements getStaticQualifierAccess() {
return gaXbase.getStaticQualifierAccess();
}
public ParserRule getStaticQualifierRule() {
return getStaticQualifierAccess().getRule();
}
//terminal HEX:
// ('0x' | '0X') ('0'..'9' | 'a'..'f' | 'A'..'F' | '_')+ ('#' (('b' | 'B') ('i' | 'I') | ('l' | 'L')))?;
public TerminalRule getHEXRule() {
return gaXbase.getHEXRule();
}
//terminal INT returns ecore::EInt:
// '0'..'9' ('0'..'9' | '_')*;
public TerminalRule getINTRule() {
return gaXbase.getINTRule();
}
//terminal DECIMAL:
// INT (('e' | 'E') ('+' | '-')? INT)? (('b' | 'B') ('i' | 'I' | 'd' | 'D') | ('l' | 'L' | 'd' | 'D' | 'f' | 'F'))?;
public TerminalRule getDECIMALRule() {
return gaXbase.getDECIMALRule();
}
//JvmTypeReference:
// JvmParameterizedTypeReference => ({JvmGenericArrayTypeReference.componentType=current} ArrayBrackets)*
// | XFunctionTypeRef;
public XtypeGrammarAccess.JvmTypeReferenceElements getJvmTypeReferenceAccess() {
return gaXtype.getJvmTypeReferenceAccess();
}
public ParserRule getJvmTypeReferenceRule() {
return getJvmTypeReferenceAccess().getRule();
}
//ArrayBrackets:
// '[' ']';
public XtypeGrammarAccess.ArrayBracketsElements getArrayBracketsAccess() {
return gaXtype.getArrayBracketsAccess();
}
public ParserRule getArrayBracketsRule() {
return getArrayBracketsAccess().getRule();
}
//XFunctionTypeRef:
// ('(' (paramTypes+=JvmTypeReference (',' paramTypes+=JvmTypeReference)*)? ')')? '=>' returnType=JvmTypeReference;
public XtypeGrammarAccess.XFunctionTypeRefElements getXFunctionTypeRefAccess() {
return gaXtype.getXFunctionTypeRefAccess();
}
public ParserRule getXFunctionTypeRefRule() {
return getXFunctionTypeRefAccess().getRule();
}
//JvmParameterizedTypeReference:
// type=[JvmType|super::QualifiedName] (=> '<' arguments+=JvmArgumentTypeReference (','
// arguments+=JvmArgumentTypeReference)* '>' (=> ({JvmInnerTypeReference.outer=current} '.') type=[JvmType|ValidID] (=>
// '<' arguments+=JvmArgumentTypeReference (',' arguments+=JvmArgumentTypeReference)* '>')?)*)?;
public XtypeGrammarAccess.JvmParameterizedTypeReferenceElements getJvmParameterizedTypeReferenceAccess() {
return gaXtype.getJvmParameterizedTypeReferenceAccess();
}
public ParserRule getJvmParameterizedTypeReferenceRule() {
return getJvmParameterizedTypeReferenceAccess().getRule();
}
//JvmArgumentTypeReference JvmTypeReference:
// JvmTypeReference | JvmWildcardTypeReference;
public XtypeGrammarAccess.JvmArgumentTypeReferenceElements getJvmArgumentTypeReferenceAccess() {
return gaXtype.getJvmArgumentTypeReferenceAccess();
}
public ParserRule getJvmArgumentTypeReferenceRule() {
return getJvmArgumentTypeReferenceAccess().getRule();
}
//JvmWildcardTypeReference:
// {JvmWildcardTypeReference} '?' (constraints+=JvmUpperBound constraints+=JvmUpperBoundAnded*
// | constraints+=JvmLowerBound constraints+=JvmLowerBoundAnded*)?;
public XtypeGrammarAccess.JvmWildcardTypeReferenceElements getJvmWildcardTypeReferenceAccess() {
return gaXtype.getJvmWildcardTypeReferenceAccess();
}
public ParserRule getJvmWildcardTypeReferenceRule() {
return getJvmWildcardTypeReferenceAccess().getRule();
}
//JvmUpperBound:
// 'extends' typeReference=JvmTypeReference;
public XtypeGrammarAccess.JvmUpperBoundElements getJvmUpperBoundAccess() {
return gaXtype.getJvmUpperBoundAccess();
}
public ParserRule getJvmUpperBoundRule() {
return getJvmUpperBoundAccess().getRule();
}
//JvmUpperBoundAnded JvmUpperBound:
// '&' typeReference=JvmTypeReference;
public XtypeGrammarAccess.JvmUpperBoundAndedElements getJvmUpperBoundAndedAccess() {
return gaXtype.getJvmUpperBoundAndedAccess();
}
public ParserRule getJvmUpperBoundAndedRule() {
return getJvmUpperBoundAndedAccess().getRule();
}
//JvmLowerBound:
// 'super' typeReference=JvmTypeReference;
public XtypeGrammarAccess.JvmLowerBoundElements getJvmLowerBoundAccess() {
return gaXtype.getJvmLowerBoundAccess();
}
public ParserRule getJvmLowerBoundRule() {
return getJvmLowerBoundAccess().getRule();
}
//JvmLowerBoundAnded JvmLowerBound:
// '&' typeReference=JvmTypeReference;
public XtypeGrammarAccess.JvmLowerBoundAndedElements getJvmLowerBoundAndedAccess() {
return gaXtype.getJvmLowerBoundAndedAccess();
}
public ParserRule getJvmLowerBoundAndedRule() {
return getJvmLowerBoundAndedAccess().getRule();
}
//JvmTypeParameter:
// name=ValidID (constraints+=JvmUpperBound constraints+=JvmUpperBoundAnded*)?;
public XtypeGrammarAccess.JvmTypeParameterElements getJvmTypeParameterAccess() {
return gaXtype.getJvmTypeParameterAccess();
}
public ParserRule getJvmTypeParameterRule() {
return getJvmTypeParameterAccess().getRule();
}
//QualifiedNameWithWildcard:
// super::QualifiedName '.' '*';
public XtypeGrammarAccess.QualifiedNameWithWildcardElements getQualifiedNameWithWildcardAccess() {
return gaXtype.getQualifiedNameWithWildcardAccess();
}
public ParserRule getQualifiedNameWithWildcardRule() {
return getQualifiedNameWithWildcardAccess().getRule();
}
//ValidID:
// ID;
public XtypeGrammarAccess.ValidIDElements getValidIDAccess() {
return gaXtype.getValidIDAccess();
}
public ParserRule getValidIDRule() {
return getValidIDAccess().getRule();
}
//XImportSection:
// importDeclarations+=super::XImportDeclaration+;
public XtypeGrammarAccess.XImportSectionElements getXImportSectionAccess() {
return gaXtype.getXImportSectionAccess();
}
public ParserRule getXImportSectionRule() {
return getXImportSectionAccess().getRule();
}
//QualifiedNameInStaticImport:
// (ValidID '.')+;
public XtypeGrammarAccess.QualifiedNameInStaticImportElements getQualifiedNameInStaticImportAccess() {
return gaXtype.getQualifiedNameInStaticImportAccess();
}
public ParserRule getQualifiedNameInStaticImportRule() {
return getQualifiedNameInStaticImportAccess().getRule();
}
//terminal ID:
// '^'? ('a'..'z' | 'A'..'Z' | '$' | '_') ('a'..'z' | 'A'..'Z' | '$' | '_' | '0'..'9')*;
public TerminalRule getIDRule() {
return gaXtype.getIDRule();
}
//terminal STRING:
// '"' ('\\' . | !('\\' | '"'))* '"'? |
// "'" ('\\' . | !('\\' | "'"))* "'"?;
public TerminalRule getSTRINGRule() {
return gaXtype.getSTRINGRule();
}
//terminal ML_COMMENT:
// '/*'->'*/';
public TerminalRule getML_COMMENTRule() {
return gaXtype.getML_COMMENTRule();
}
//terminal SL_COMMENT:
// '//' !('\n' | '\r')* ('\r'? '\n')?;
public TerminalRule getSL_COMMENTRule() {
return gaXtype.getSL_COMMENTRule();
}
//terminal WS:
// ' ' | '\t' | '\r' | '\n'+;
public TerminalRule getWSRule() {
return gaXtype.getWSRule();
}
//terminal ANY_OTHER:
// .;
public TerminalRule getANY_OTHERRule() {
return gaXtype.getANY_OTHERRule();
}
}