mirror of
https://github.com/Minres/RDL-Editor.git
synced 2025-07-02 14:03:27 +02:00
Migrated to XText 2.14 and Photon for RDL Editor RCP
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* generated by Xtext 2.13.0
|
||||
* generated by Xtext 2.14.0
|
||||
*/
|
||||
package com.minres.rdl.services;
|
||||
|
||||
@ -676,8 +676,9 @@ public class RDLGrammarAccess extends AbstractGrammarElementFinder {
|
||||
private final RuleCall cComponentInstancesComponentInstanceParserRuleCall_2_1_0 = (RuleCall)cComponentInstancesAssignment_2_1.eContents().get(0);
|
||||
|
||||
//Instantiation:
|
||||
// (instanceType=EnumInstanceType? ("alias" alias=ID)? componentRef=[ComponentDefinition] | component=ComponentDefinition
|
||||
// instanceType=EnumInstanceType?) componentInstances+=ComponentInstance (',' componentInstances+=ComponentInstance)*;
|
||||
// (instanceType=EnumInstanceType? ("alias" alias=ID)?
|
||||
// componentRef=[ComponentDefinition] | component=ComponentDefinition instanceType=EnumInstanceType?)
|
||||
// componentInstances+=ComponentInstance (',' componentInstances+=ComponentInstance)*;
|
||||
@Override public ParserRule getRule() { return rule; }
|
||||
|
||||
//(instanceType=EnumInstanceType? ("alias" alias=ID)? componentRef=[ComponentDefinition] | component=ComponentDefinition
|
||||
@ -3602,8 +3603,9 @@ public class RDLGrammarAccess extends AbstractGrammarElementFinder {
|
||||
}
|
||||
|
||||
//Instantiation:
|
||||
// (instanceType=EnumInstanceType? ("alias" alias=ID)? componentRef=[ComponentDefinition] | component=ComponentDefinition
|
||||
// instanceType=EnumInstanceType?) componentInstances+=ComponentInstance (',' componentInstances+=ComponentInstance)*;
|
||||
// (instanceType=EnumInstanceType? ("alias" alias=ID)?
|
||||
// componentRef=[ComponentDefinition] | component=ComponentDefinition instanceType=EnumInstanceType?)
|
||||
// componentInstances+=ComponentInstance (',' componentInstances+=ComponentInstance)*;
|
||||
public InstantiationElements getInstantiationAccess() {
|
||||
return pInstantiation;
|
||||
}
|
||||
|
Reference in New Issue
Block a user