@Inject public MyDslGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pMensamodel = new MensamodelElements(); this.pHeader = new HeaderElements(); this.pSidebar = new SidebarElements(); this.pFooter = new FooterElements(); this.pDescription = new DescriptionElements(); this.pNAV = new NAVElements(); this.pRadio = new RadioElements(); this.pCheckbox = new CheckboxElements(); this.pButton = new ButtonElements(); this.pSelector = new SelectorElements(); this.pLink = new LinkElements(); this.pMenu = new MenuElements(); }
@Inject public BromiumGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pModel = new ModelElements(); this.pApplicationAction = new ApplicationActionElements(); this.pSyntaxDefinition = new SyntaxDefinitionElements(); this.pWebDriverActionCondition = new WebDriverActionConditionElements(); this.pWebDriverAction = new WebDriverActionElements(); this.pPrecondition = new PreconditionElements(); this.pPostcondition = new PostconditionElements(); this.pExpectHttpRequest = new ExpectHttpRequestElements(); this.pElementByCssToBePresent = new ElementByCssToBePresentElements(); this.pClickCssSelector = new ClickCssSelectorElements(); this.pPageLoad = new PageLoadElements(); this.pTypeTextInElementFoundByCssSelector = new TypeTextInElementFoundByCssSelectorElements(); this.pTextOfElementWithCssSelectorToBe = new TextOfElementWithCssSelectorToBeElements(); this.pClickClassByText = new ClickClassByTextElements(); this.pParameterValue = new ParameterValueElements(); this.pExposedParameter = new ExposedParameterElements(); this.pVersion = new VersionElements(); this.pThreeDottedVersion = new ThreeDottedVersionElements(); }
@Inject public RestauranteGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pRestaurante = new RestauranteElements(); this.pIngrediente = new IngredienteElements(); this.pProducto = new ProductoElements(); this.pPrincipal = new PrincipalElements(); this.pComplemento = new ComplementoElements(); this.pBebida = new BebidaElements(); this.pBebidaFria = new BebidaFriaElements(); this.pBebidaCaliente = new BebidaCalienteElements(); this.pPostre = new PostreElements(); this.pNutricional = new NutricionalElements(); this.pMenu = new MenuElements(); this.pProductoY = new ProductoYElements(); this.pProductoO = new ProductoOElements(); this.pFloat = new FloatElements(); this.eSalsaRecomendada = new SalsaRecomendadaElements(); this.eTamanioMenu = new TamanioMenuElements(); this.eDistribuidor = new DistribuidorElements(); this.tFECHA = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.xtext.dsl.restaurante.Restaurante.FECHA"); this.tURL = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.xtext.dsl.restaurante.Restaurante.URL"); }
@Inject public ValidGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pValidModel = new ValidModelElements(); this.pImport = new ImportElements(); this.pCategory = new CategoryElements(); this.pRule = new RuleElements(); this.pPredefinedRule = new PredefinedRuleElements(); this.pNativeRule = new NativeRuleElements(); this.pSizeRule = new SizeRuleElements(); this.pRangeRule = new RangeRuleElements(); this.pUniqueRule = new UniqueRuleElements(); this.pContext = new ContextElements(); this.pSimpleContext = new SimpleContextElements(); this.pDuplicateContext = new DuplicateContextElements(); this.pNativeContext = new NativeContextElements(); this.pQuickFix = new QuickFixElements(); this.unknownRuleCheckKind = new CheckKindElements(); this.unknownRuleSeverityKind = new SeverityKindElements(); this.unknownRuleQuickFixKind = new QuickFixKindElements(); this.pQualifiedID = new QualifiedIDElements(); }
@Inject public IndexTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pFile = new FileElements(); this.pImport = new ImportElements(); this.pQualifiedNameWithWildCard = new QualifiedNameWithWildCardElements(); this.pQualifiedName = new QualifiedNameElements(); this.pNamespace = new NamespaceElements(); this.pElement = new ElementElements(); this.pType = new TypeElements(); this.pEntity = new EntityElements(); this.pDatatype = new DatatypeElements(); this.pProperty = new PropertyElements(); }
@Inject public MinitlGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pTransformation = new TransformationElements(); this.pInputMetamodel = new InputMetamodelElements(); this.pMetamodel = new MetamodelElements(); this.pRule = new RuleElements(); this.pObjectTemplate = new ObjectTemplateElements(); this.pBinding = new BindingElements(); this.pValue = new ValueElements(); this.pMaybeBinary = new MaybeBinaryElements(); this.pMaybeFieldAccessValue = new MaybeFieldAccessValueElements(); this.pPrimary = new PrimaryElements(); this.pStringValue = new StringValueElements(); this.pObjectTemplateValue = new ObjectTemplateValueElements(); this.eOperator = new OperatorElements(); this.pFQN = new FQNElements(); }
@Inject public TestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pModel = new ModelElements(); this.pTypeDeclaration = new TypeDeclarationElements(); this.pMember = new MemberElements(); this.pProperty = new PropertyElements(); this.pType = new TypeElements(); this.pOperation = new OperationElements(); this.pOperationCall = new OperationCallElements(); this.pParameter = new ParameterElements(); this.pTypeReference = new TypeReferenceElements(); this.pPrimitiveType = new PrimitiveTypeElements(); }
@Inject public RegionAccessTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pRoot = new RootElements(); this.pSimple = new SimpleElements(); this.pDelegation = new DelegationElements(); this.pUnassigned = new UnassignedElements(); this.pPrefixedUnassigned = new PrefixedUnassignedElements(); this.pPrefixedDelegate = new PrefixedDelegateElements(); this.pDelegate = new DelegateElements(); this.pExpression = new ExpressionElements(); this.pPrimary = new PrimaryElements(); this.pParenthesized = new ParenthesizedElements(); this.pMixed = new MixedElements(); this.pDatatype = new DatatypeElements(); this.pFragment = new FragmentElements(); this.eEnum = new EnumElements(); this.pValueList = new ValueListElements(); }
@Inject public ConcreteTestLanguageGrammarAccess(GrammarProvider grammarProvider, AbstractTestLanguageGrammarAccess gaAbstractTestLanguage, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaAbstractTestLanguage = gaAbstractTestLanguage; this.gaTerminals = gaTerminals; this.pRootRule = new RootRuleElements(); this.pConcreteParserRule = new ConcreteParserRuleElements(); this.pOverridableParserRule = new OverridableParserRuleElements(); this.pCallOverridenParserRule = new CallOverridenParserRuleElements(); this.pOverridableParserRule2 = new OverridableParserRule2Elements(); this.pExtendableParserRule = new ExtendableParserRuleElements(); this.pSubrule1 = new Subrule1Elements(); this.pSubrule2 = new Subrule2Elements(); this.pSubrule3 = new Subrule3Elements(); this.pCallExtendedParserRule = new CallExtendedParserRuleElements(); this.tID = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.xtext.grammarinheritance.ConcreteTestLanguage.ID"); }
@Inject public AssignmentFinderTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pModel = new ModelElements(); this.pKeywordVal = new KeywordValElements(); this.pTerminalVal = new TerminalValElements(); this.tTerminal1 = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.xtext.serializer.AssignmentFinderTestLanguage.Terminal1"); this.tTerminal2 = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.xtext.serializer.AssignmentFinderTestLanguage.Terminal2"); this.pEnumVal = new EnumValElements(); this.eEnum1 = new Enum1Elements(); this.eEnum2 = new Enum2Elements(); this.eEnum3 = new Enum3Elements(); this.pKeywordBool = new KeywordBoolElements(); this.pTerminalBool = new TerminalBoolElements(); this.pEnumBool = new EnumBoolElements(); this.pMixedBool = new MixedBoolElements(); this.pBoolean = new BooleanElements(); this.pMixedValue = new MixedValueElements(); this.pDatEnum = new DatEnumElements(); this.pContainmentRef = new ContainmentRefElements(); this.pContainmentRef1 = new ContainmentRef1Elements(); this.pContainmentRef2 = new ContainmentRef2Elements(); this.pCrossRef = new CrossRefElements(); }
@Inject public PkmntcgoGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pDecks = new DecksElements(); this.pDeck = new DeckElements(); this.pPokemon = new PokemonElements(); this.pTrainer = new TrainerElements(); this.pEnergy = new EnergyElements(); this.pCard = new CardElements(); this.pNAMESTRING = new NAMESTRINGElements(); }
@Inject public N4MFGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pProjectDescription = new ProjectDescriptionElements(); this.eProjectType = new ProjectTypeElements(); this.pExecModule = new ExecModuleElements(); this.pTestedProjects = new TestedProjectsElements(); this.pInitModules = new InitModulesElements(); this.pImplementedProjects = new ImplementedProjectsElements(); this.pProjectDependencies = new ProjectDependenciesElements(); this.pProvidedRuntimeLibraries = new ProvidedRuntimeLibrariesElements(); this.pRequiredRuntimeLibraries = new RequiredRuntimeLibrariesElements(); this.pExtendedRuntimeEnvironment = new ExtendedRuntimeEnvironmentElements(); this.pDeclaredVersion = new DeclaredVersionElements(); this.pSourceFragment = new SourceFragmentElements(); this.eSourceFragmentType = new SourceFragmentTypeElements(); this.pModuleFilter = new ModuleFilterElements(); this.pBootstrapModule = new BootstrapModuleElements(); this.pModuleFilterSpecifier = new ModuleFilterSpecifierElements(); this.eModuleFilterType = new ModuleFilterTypeElements(); this.pProvidedRuntimeLibraryDependency = new ProvidedRuntimeLibraryDependencyElements(); this.pRequiredRuntimeLibraryDependency = new RequiredRuntimeLibraryDependencyElements(); this.pTestedProject = new TestedProjectElements(); this.pProjectReference = new ProjectReferenceElements(); this.pProjectDependency = new ProjectDependencyElements(); this.pSimpleProjectDescription = new SimpleProjectDescriptionElements(); this.pVersionConstraint = new VersionConstraintElements(); this.eProjectDependencyScope = new ProjectDependencyScopeElements(); this.eModuleLoader = new ModuleLoaderElements(); this.pN4mfIdentifier = new N4mfIdentifierElements(); this.tID = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.n4js.n4mf.N4MF.ID"); }
@Inject public GExpressionsGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pGProgram = new GProgramElements(); this.pGImportStatement = new GImportStatementElements(); this.pGExpression = new GExpressionElements(); this.pGOrExpression = new GOrExpressionElements(); this.pGXorExpression = new GXorExpressionElements(); this.pGAndExpression = new GAndExpressionElements(); this.pGEqualityExpression = new GEqualityExpressionElements(); this.pGRelationExpression = new GRelationExpressionElements(); this.pGAdditionExpression = new GAdditionExpressionElements(); this.pGMultiplicationExpression = new GMultiplicationExpressionElements(); this.pGNegationExpression = new GNegationExpressionElements(); this.pGNavigationExpression = new GNavigationExpressionElements(); this.pGReferenceExpression = new GReferenceExpressionElements(); this.pGPrimaryExpression = new GPrimaryExpressionElements(); this.pGStringExpression = new GStringExpressionElements(); this.pGBooleanExpression = new GBooleanExpressionElements(); this.pGNumericExpression = new GNumericExpressionElements(); this.pGIntegerExpression = new GIntegerExpressionElements(); this.pGDoubleExpression = new GDoubleExpressionElements(); this.pGEnumLiteralExpression = new GEnumLiteralExpressionElements(); this.pGIfExpression = new GIfExpressionElements(); this.pGBraceExpression = new GBraceExpressionElements(); this.eGAndOperator = new GAndOperatorElements(); this.eGXorOperator = new GXorOperatorElements(); this.eGOrOperator = new GOrOperatorElements(); this.eGEqualityOperator = new GEqualityOperatorElements(); this.eGRelationOperator = new GRelationOperatorElements(); this.eGAdditionOperator = new GAdditionOperatorElements(); this.eGMultiplicationOperator = new GMultiplicationOperatorElements(); this.eGNegationOperator = new GNegationOperatorElements(); this.pNavigationOperator = new NavigationOperatorElements(); this.tBOOLEAN = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.gemoc.gexpressions.xtext.GExpressions.BOOLEAN"); this.tDOUBLE = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.gemoc.gexpressions.xtext.GExpressions.DOUBLE"); this.pQualifiedName = new QualifiedNameElements(); }
@Inject public Bug311337TestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pModel = new ModelElements(); this.pDefinition = new DefinitionElements(); this.pChild = new ChildElements(); this.pReference = new ReferenceElements(); }
@Inject public MultiRuleEnumTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pModel = new ModelElements(); this.eEnumRuleA = new EnumRuleAElements(); this.eEnumRuleB = new EnumRuleBElements(); this.eEnumRuleC = new EnumRuleCElements(); }
@Inject public SimpleExpressionsTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pSequence = new SequenceElements(); this.pAddition = new AdditionElements(); this.pMultiplication = new MultiplicationElements(); this.pTerm = new TermElements(); this.pAtom = new AtomElements(); this.pParens = new ParensElements(); }
@Inject public RefactoringTestLanguage1GrammarAccess(GrammarProvider grammarProvider, RefactoringTestLanguageGrammarAccess gaRefactoringTestLanguage, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaRefactoringTestLanguage = gaRefactoringTestLanguage; this.gaTerminals = gaTerminals; this.pEntry = new EntryElements(); }
@Inject public BuilderTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pNamedElement = new NamedElementElements(); this.pNamespace = new NamespaceElements(); this.pImport = new ImportElements(); this.pElement = new ElementElements(); this.pQualifiedName = new QualifiedNameElements(); }
@Inject public SimpleAntlrGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pAntlrGrammar = new AntlrGrammarElements(); this.pOptions = new OptionsElements(); this.pOptionValue = new OptionValueElements(); this.pIdOrInt = new IdOrIntElements(); this.pRule = new RuleElements(); this.pParameter = new ParameterElements(); this.pAlternatives = new AlternativesElements(); this.pGroup = new GroupElements(); this.pAtom = new AtomElements(); this.pOtherElement = new OtherElementElements(); this.pGuarded = new GuardedElements(); this.pOrExpression = new OrExpressionElements(); this.pAndExpression = new AndExpressionElements(); this.pNotExpression = new NotExpressionElements(); this.pPrimaryExpression = new PrimaryExpressionElements(); this.pParenthesizedExpression = new ParenthesizedExpressionElements(); this.pReferenceOrLiteral = new ReferenceOrLiteralElements(); this.pParenthesized = new ParenthesizedElements(); this.pPredicated = new PredicatedElements(); this.pRuleOptions = new RuleOptionsElements(); this.pLiteral = new LiteralElements(); this.pRuleCall = new RuleCallElements(); this.pQName = new QNameElements(); this.pKeyword = new KeywordElements(); this.pWildcard = new WildcardElements(); this.tEMPTY_PAREN = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.xtext.generator.parser.antlr.debug.SimpleAntlr.EMPTY_PAREN"); this.tOPEN = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.xtext.generator.parser.antlr.debug.SimpleAntlr.OPEN"); this.tID = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.xtext.generator.parser.antlr.debug.SimpleAntlr.ID"); }
@Inject public SuperTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pSuperMain = new SuperMainElements(); this.pAnotherSuperMain = new AnotherSuperMainElements(); }
@Inject public Bug296889ExTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pModel = new ModelElements(); this.pExpression = new ExpressionElements(); this.pPreop = new PreopElements(); this.pPostop = new PostopElements(); this.pVariable = new VariableElements(); this.pDataTypeExpression = new DataTypeExpressionElements(); this.pDataTypePreop = new DataTypePreopElements(); this.pDataTypePostop = new DataTypePostopElements(); this.pDataTypeVariable = new DataTypeVariableElements(); }
@Inject public Bug419429GrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pEReference = new EReferenceElements(); }
@Inject public Bug288432TestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pBody = new BodyElements(); this.pFoo = new FooElements(); this.pContent = new ContentElements(); this.pMyElement = new MyElementElements(); this.pParameterObject = new ParameterObjectElements(); this.pParameter = new ParameterElements(); this.pParameterRef = new ParameterRefElements(); this.pMyInt = new MyIntElements(); }
@Inject public UnicodeTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pModel = new ModelElements(); this.pAbstractString = new AbstractStringElements(); this.pGString = new GStringElements(); this.pQuotedString = new QuotedStringElements(); this.tGERMAN_STRING = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.xtext.parser.terminalrules.UnicodeTestLanguage.GERMAN_STRING"); }
@Inject public IgnoreCaseNamespacesTestLanguageGrammarAccess(GrammarProvider grammarProvider, AbstractIgnoreCaseLinkingTestLanguageGrammarAccess gaAbstractIgnoreCaseLinkingTestLanguage, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaAbstractIgnoreCaseLinkingTestLanguage = gaAbstractIgnoreCaseLinkingTestLanguage; this.gaTerminals = gaTerminals; this.pModel = new ModelElements(); this.pImport = new ImportElements(); }
@Inject public FormatterTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pRoot = new RootElements(); this.pIDList = new IDListElements(); this.pKWList = new KWListElements(); }
@Inject public DatatypeRulesTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pCompositeModel = new CompositeModelElements(); this.pModel = new ModelElements(); this.pModelId = new ModelIdElements(); this.pNestedModelId = new NestedModelIdElements(); this.pFraction = new FractionElements(); this.pVector = new VectorElements(); this.pDots = new DotsElements(); this.pDouble = new DoubleElements(); }
@Inject public ImportUriTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pMain = new MainElements(); this.pImport = new ImportElements(); this.pType = new TypeElements(); }
@Inject public IgnoreCaseImportsTestLanguageGrammarAccess(GrammarProvider grammarProvider, AbstractIgnoreCaseLinkingTestLanguageGrammarAccess gaAbstractIgnoreCaseLinkingTestLanguage, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaAbstractIgnoreCaseLinkingTestLanguage = gaAbstractIgnoreCaseLinkingTestLanguage; this.gaTerminals = gaTerminals; this.pModel = new ModelElements(); this.pImport = new ImportElements(); }
@Inject public FormatterTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pRoot = new RootElements(); this.pLine = new LineElements(); this.pDecl = new DeclElements(); this.pAssign = new AssignElements(); this.pMeth = new MethElements(); this.pParam = new ParamElements(); this.pSpace = new SpaceElements(); this.pTestLinewrap = new TestLinewrapElements(); this.pTestLinewrapMinMax = new TestLinewrapMinMaxElements(); this.pTestIndentation = new TestIndentationElements(); this.pFqnObj = new FqnObjElements(); this.pFQN = new FQNElements(); this.pFqnRef = new FqnRefElements(); this.pEnumeration = new EnumerationElements(); this.eEnum1 = new Enum1Elements(); this.pSuppressedHidden = new SuppressedHiddenElements(); this.pSuppressedHiddenSub = new SuppressedHiddenSubElements(); this.pSuppressedHiddenSubSub = new SuppressedHiddenSubSubElements(); this.pSuppressedHiddenSubID = new SuppressedHiddenSubIDElements(); this.pDatatype1 = new Datatype1Elements(); this.pDatatype2 = new Datatype2Elements(); this.pDatatype3 = new Datatype3Elements(); this.pDatatypes = new DatatypesElements(); this.pWrappingDataTypeTest = new WrappingDataTypeTestElements(); this.pWrappingDataType = new WrappingDataTypeElements(); }
@Inject public Bug302128TestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pModel = new ModelElements(); this.pElement = new ElementElements(); this.pVariable = new VariableElements(); this.tValue = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.xtext.parsetree.reconstr.Bug302128TestLanguage.Value"); this.tSL_COMMENT = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.xtext.parsetree.reconstr.Bug302128TestLanguage.SL_COMMENT"); }
@Inject public TestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pEntryRule = new EntryRuleElements(); this.pAbstractRule = new AbstractRuleElements(); this.pChoiceRule = new ChoiceRuleElements(); this.pReducibleRule = new ReducibleRuleElements(); this.pTerminalRule = new TerminalRuleElements(); }
@Inject public AssignmentsTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pModel = new ModelElements(); this.pSingleValue = new SingleValueElements(); this.pMultiValue = new MultiValueElements(); this.pSingleDatatype = new SingleDatatypeElements(); this.pMultiDatatype = new MultiDatatypeElements(); this.pIdDatatype = new IdDatatypeElements(); this.pStringDatatype = new StringDatatypeElements(); }
@Inject public MetamodelRefTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pFoo = new FooElements(); this.pNameRef = new NameRefElements(); this.pMyRule = new MyRuleElements(); }
@Inject public AbstractTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pInheritedParserRule = new InheritedParserRuleElements(); this.pAbstractCallOverridenParserRule = new AbstractCallOverridenParserRuleElements(); this.pOverridableParserRule = new OverridableParserRuleElements(); this.pOverridableParserRule2 = new OverridableParserRule2Elements(); this.pAbstractCallExtendedParserRule = new AbstractCallExtendedParserRuleElements(); this.pExtendableParserRule = new ExtendableParserRuleElements(); this.tREAL = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.xtext.grammarinheritance.AbstractTestLanguage.REAL"); this.tID = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.eclipse.xtext.grammarinheritance.AbstractTestLanguage.ID"); }
@Inject public MultiGenMMTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pFoo = new FooElements(); this.pNameRef = new NameRefElements(); }
@Inject public UnassignedRuleCallTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pModel = new ModelElements(); this.pModelFeatures = new ModelFeaturesElements(); this.pDataTypeRule = new DataTypeRuleElements(); }
@Inject public InheritanceTest2LanguageGrammarAccess(GrammarProvider grammarProvider, InheritanceTestLanguageGrammarAccess gaInheritanceTestLanguage, BaseInheritanceTestLanguageGrammarAccess gaBaseInheritanceTestLanguage, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaInheritanceTestLanguage = gaInheritanceTestLanguage; this.gaBaseInheritanceTestLanguage = gaBaseInheritanceTestLanguage; this.gaTerminals = gaTerminals; this.pModel = new ModelElements(); }
@Inject public MultiValueFeatureTestLanguageGrammarAccess(GrammarProvider grammarProvider, TerminalsGrammarAccess gaTerminals) { this.grammar = internalFindGrammar(grammarProvider); this.gaTerminals = gaTerminals; this.pStart = new StartElements(); }