Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/RoomGenmodelValidator.java4
-rw-r--r--plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/builder/GeneratorModelBuilder.java75
-rw-r--r--plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/builder/Wiring.java6
-rw-r--r--plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/etricegen/impl/RootImpl.java56
-rw-r--r--plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/AbstractRoomProposalProvider.java25
-rw-r--r--plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/RoomParser.java12
-rw-r--r--plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalRoom.g241
-rw-r--r--plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalRoomLexer.java94
-rw-r--r--plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalRoomParser.java21726
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore52
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.genmodel9
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.xtextbinbin25219 -> 24982 bytes
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/parser/antlr/internal/InternalRoom.g198
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/parser/antlr/internal/InternalRoomLexer.java94
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/parser/antlr/internal/InternalRoomParser.java9215
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/Port.java2
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/RoomModel.java145
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/RoomPackage.java230
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RoomModelImpl.java331
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RoomPackageImpl.java92
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/serializer/RoomSemanticSequencer.java23
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/services/RoomGrammarAccess.java108
-rw-r--r--plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/Room.xtext13
-rw-r--r--plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/naming/RoomFragmentProvider.java41
-rw-r--r--plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/postprocessing/DocuPostprocessor.xtend34
-rw-r--r--plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/room/util/RoomHelpers.java10
-rw-r--r--plugins/org.eclipse.etrice.generator.contractmonitor/src/org/eclipse/etrice/generator/contractmonitor/gen/MainGen.xtend3
-rw-r--r--plugins/org.eclipse.etrice.generator.contractmonitor/src/org/eclipse/etrice/generator/contractmonitor/gen/MonitorActorGen.xtend2
-rw-r--r--plugins/org.eclipse.etrice.generator.contractmonitor/src/org/eclipse/etrice/generator/contractmonitor/util/ContractModelValidator.xtend2
-rw-r--r--plugins/org.eclipse.etrice.generator.cpp/src/org/eclipse/etrice/generator/cpp/gen/DataClassGen.xtend6
-rw-r--r--plugins/org.eclipse.etrice.generator.doc/src/org/eclipse/etrice/generator/doc/gen/AsciiDocGen.xtend13
-rw-r--r--plugins/org.eclipse.etrice.generator.ui/src/org/eclipse/etrice/generator/ui/wizard/deprecated/SelectRoomPage.java18
-rw-r--r--plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/TestInstanceCreator.xtend25
-rw-r--r--plugins/org.eclipse.etrice.ui.commands/src/org/eclipse/etrice/ui/commands/handlers/ExportDiagramsHandler.java22
-rw-r--r--plugins/org.eclipse.etrice.ui.common/src/org/eclipse/etrice/ui/common/commands/ChangeDiagramInputJob.java11
35 files changed, 15764 insertions, 17174 deletions
diff --git a/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/RoomGenmodelValidator.java b/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/RoomGenmodelValidator.java
index c72a3fa92..ad902d657 100644
--- a/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/RoomGenmodelValidator.java
+++ b/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/RoomGenmodelValidator.java
@@ -28,6 +28,7 @@ import org.eclipse.etrice.core.common.validation.ICustomValidator;
import org.eclipse.etrice.core.genmodel.builder.GeneratorModelBuilder;
import org.eclipse.etrice.core.genmodel.builder.GeneratorModelBuilderFactory;
import org.eclipse.etrice.core.genmodel.fsm.IDiagnostician;
+import org.eclipse.etrice.core.room.LogicalSystem;
import org.eclipse.etrice.core.room.RoomModel;
import org.eclipse.etrice.core.room.RoomPackage;
import org.eclipse.etrice.generator.base.logging.NullLogger;
@@ -130,7 +131,8 @@ public class RoomGenmodelValidator implements ICustomValidator {
Diag diagnostician = new Diag(messageAcceptor);
GeneratorModelBuilder builder = genModelBuilderFactory.create(new NullLogger(), diagnostician);
- builder.createGeneratorModel(models, importedModels, model.getSystems().isEmpty());
+ boolean containsSystem = model.getRoomClasses().stream().anyMatch(LogicalSystem.class::isInstance);
+ builder.createGeneratorModel(models, importedModels, containsSystem);
}
}
diff --git a/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/builder/GeneratorModelBuilder.java b/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/builder/GeneratorModelBuilder.java
index cb8173e50..02d7952a6 100644
--- a/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/builder/GeneratorModelBuilder.java
+++ b/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/builder/GeneratorModelBuilder.java
@@ -183,21 +183,18 @@ public class GeneratorModelBuilder {
checkRelayPorts(root);
- boolean hasSystem = false;
for (RoomModel mdl : mainModels) {
- for (LogicalSystem sys : mdl.getSystems()) {
- hasSystem = true;
+ roomHelpers.getRoomClasses(mdl, LogicalSystem.class).forEach(sys -> {
SystemInstance si = createLogicalSystemInstance(sys);
root.getSystemInstances().add(si);
- }
+ });
}
+ boolean hasSystem = !root.getSystemInstances().isEmpty();
if (!hasSystem) {
logger.logInfo("GeneratorModelBuilder: no SystemClass found, assuming SubSystemClasses as top level elements");
- for (RoomModel mdl : mainModels) {
- for (SubSystemClass comp : mdl.getSubSystemClasses()) {
- root.getOwnSubSystemInstances().add(createSubSystemInstance(comp, comp.getName()));
- }
+ for (SubSystemClass comp : root.getSubSystemClasses()) {
+ root.getOwnSubSystemInstances().add(createSubSystemInstance(comp, comp.getName()));
}
}
@@ -309,12 +306,10 @@ public class GeneratorModelBuilder {
private void findOptionalActorClasses(Root root) {
HashSet<ActorClass> optionalActorClasses = new HashSet<ActorClass>();
- for (RoomModel mdl : root.getModels()) {
- for (ActorClass ac : mdl.getActorClasses()) {
- for (ActorRef ar : ac.getActorRefs()) {
- if (ar.getRefType()==ReferenceType.OPTIONAL)
- optionalActorClasses.add(ar.getType());
- }
+ for (ActorClass ac : root.getActorClasses()) {
+ for (ActorRef ar : ac.getActorRefs()) {
+ if (ar.getRefType()==ReferenceType.OPTIONAL)
+ optionalActorClasses.add(ar.getType());
}
}
root.getOptionalActorClasses().addAll(optionalActorClasses);
@@ -341,12 +336,10 @@ public class GeneratorModelBuilder {
* all possible instance sub trees. This would require a complicated iteration
* until all optional actors are found.
*/
- for (RoomModel mdl : root.getModels()) {
- for (ActorClass ac : mdl.getActorClasses()) {
- for (ActorRef ar : ac.getActorRefs()) {
- if (ar.getRefType()==ReferenceType.OPTIONAL) {
- optionalActors.put(ar.getType(), null);
- }
+ for (ActorClass ac : root.getActorClasses()) {
+ for (ActorRef ar : ac.getActorRefs()) {
+ if (ar.getRefType()==ReferenceType.OPTIONAL) {
+ optionalActors.put(ar.getType(), null);
}
}
}
@@ -611,26 +604,24 @@ public class GeneratorModelBuilder {
* @param root - the root object
*/
private void checkRelayPorts(Root root) {
- for (RoomModel model : root.getModels()) {
- for (ActorClass ac : model.getActorClasses()) {
+ for (ActorClass ac : root.getActorClasses()) {
+
+ // check own relay ports
+ for (Port port : ac.getRelayPorts()) {
- // check own relay ports
- for (Port port : ac.getRelayPorts()) {
-
- if (port.getProtocol() instanceof ProtocolClass && ((ProtocolClass)port.getProtocol()).getCommType()==CommunicationType.DATA_DRIVEN) {
- if (port.isConjugated()) {
- // check whether relay port is multiply connected
- int count = 0;
- for (Binding b : ac.getBindings()) {
- if (b.getEndpoint1().getPort()==port)
- ++count;
- if (b.getEndpoint2().getPort()==port)
- ++count;
- }
- if (count>1) {
- int idx = ac.getInterfacePorts().indexOf(port);
- diagnostician.error("data driven conjugate relay port is multiply connected inside its actor class", ac, RoomPackage.eINSTANCE.getActorClass_InterfacePorts(), idx);
- }
+ if (port.getProtocol() instanceof ProtocolClass && ((ProtocolClass)port.getProtocol()).getCommType()==CommunicationType.DATA_DRIVEN) {
+ if (port.isConjugated()) {
+ // check whether relay port is multiply connected
+ int count = 0;
+ for (Binding b : ac.getBindings()) {
+ if (b.getEndpoint1().getPort()==port)
+ ++count;
+ if (b.getEndpoint2().getPort()==port)
+ ++count;
+ }
+ if (count>1) {
+ int idx = ac.getInterfacePorts().indexOf(port);
+ diagnostician.error("data driven conjugate relay port is multiply connected inside its actor class", ac, RoomPackage.eINSTANCE.getActorClass_InterfacePorts(), idx);
}
}
}
@@ -1258,9 +1249,9 @@ public class GeneratorModelBuilder {
// the C generator also needs actor classes to connect with
for (RoomModel model : root.getImportedModels()) {
- for (ActorClass ac : model.getActorClasses()) {
- root.getXpActorClasses().add(createExpandedActorClass(ac));
- }
+ roomHelpers.getRoomClasses(model, ActorClass.class).forEach(ac ->
+ root.getXpActorClasses().add(createExpandedActorClass(ac))
+ );
}
}
diff --git a/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/builder/Wiring.java b/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/builder/Wiring.java
index 6c511eb9b..ecc1856f8 100644
--- a/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/builder/Wiring.java
+++ b/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/builder/Wiring.java
@@ -188,9 +188,9 @@ public class Wiring {
// the wiring model also needs actor classes to connect with
for (RoomModel model : root.getImportedModels()) {
- for (ActorClass ac : model.getActorClasses()) {
- getWiredActorClass(ac);
- }
+ roomHelpers.getRoomClasses(model, ActorClass.class).forEach(ac ->
+ getWiredActorClass(ac)
+ );
}
for (SubSystemClass ssc : root.getSubSystemClasses()) {
diff --git a/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/etricegen/impl/RootImpl.java b/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/etricegen/impl/RootImpl.java
index 3216c23b8..9ba9f8285 100644
--- a/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/etricegen/impl/RootImpl.java
+++ b/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/etricegen/impl/RootImpl.java
@@ -48,7 +48,6 @@ import org.eclipse.etrice.core.genmodel.util.RoomCrossReferencer;
import org.eclipse.etrice.core.room.ActorClass;
import org.eclipse.etrice.core.room.DataClass;
import org.eclipse.etrice.core.room.EnumerationType;
-import org.eclipse.etrice.core.room.GeneralProtocolClass;
import org.eclipse.etrice.core.room.ProtocolClass;
import org.eclipse.etrice.core.room.RoomClass;
import org.eclipse.etrice.core.room.RoomModel;
@@ -326,8 +325,6 @@ public class RootImpl extends EObjectImpl implements Root {
}
return actorClasses;
}
-
- private BasicEList<SubSystemClass> subSystemClasses = null;
/**
* <!-- begin-user-doc -->
@@ -336,7 +333,7 @@ public class RootImpl extends EObjectImpl implements Root {
*/
public EList<SubSystemClass> getSubSystemClasses() {
if (subSystemClasses==null) {
- collectSubSystems();
+ computeUsedClasses();
}
return subSystemClasses;
}
@@ -377,16 +374,6 @@ public class RootImpl extends EObjectImpl implements Root {
return wiredInstances;
}
- private void collectSubSystems() {
- subSystemClasses = new BasicEList<SubSystemClass>();
-
- if (!getModels().isEmpty()) {
- for (RoomModel mdl : getModels()) {
- subSystemClasses.addAll(mdl.getSubSystemClasses());
- }
- }
- }
-
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
@@ -579,16 +566,14 @@ public class RootImpl extends EObjectImpl implements Root {
* @generated NOT
*/
public void computeSubClasses() {
- for (RoomModel mdl : getModels()) {
- for (ActorClass ac : mdl.getActorClasses()) {
- ActorClass base = ac.getActorBase();
- while (base!=null) {
- BasicEList<ActorClass> subs = subClasses.get(base);
- if (subs==null)
- subClasses.put(base, subs = new BasicEList<ActorClass>());
- subs.add(ac);
- base = base.getActorBase();
- }
+ for (ActorClass ac : getActorClasses()) {
+ ActorClass base = ac.getActorBase();
+ while (base!=null) {
+ BasicEList<ActorClass> subs = subClasses.get(base);
+ if (subs==null)
+ subClasses.put(base, subs = new BasicEList<ActorClass>());
+ subs.add(ac);
+ base = base.getActorBase();
}
}
}
@@ -843,6 +828,7 @@ public class RootImpl extends EObjectImpl implements Root {
private BasicEList<EnumerationType> enumClasses = null;
private BasicEList<ProtocolClass> protocolClasses = null;
private BasicEList<ActorClass> actorClasses = null;
+ private BasicEList<SubSystemClass> subSystemClasses = null;
private void computeUsedClasses() {
dataClasses = new BasicEList<DataClass>();
@@ -850,18 +836,16 @@ public class RootImpl extends EObjectImpl implements Root {
protocolClasses = new BasicEList<ProtocolClass>();
actorClasses = new BasicEList<ActorClass>();
subSystemClasses = new BasicEList<SubSystemClass>();
- for (RoomModel mdl : getModels()) {
- dataClasses.addAll(mdl.getDataClasses());
- enumClasses.addAll(mdl.getEnumerationTypes());
-
- for (GeneralProtocolClass gpc : mdl.getProtocolClasses()) {
- if (gpc instanceof ProtocolClass)
- protocolClasses.add((ProtocolClass) gpc);
- }
-
- actorClasses.addAll(mdl.getActorClasses());
- subSystemClasses.addAll(mdl.getSubSystemClasses());
- }
+
+ getModels().stream()
+ .flatMap(model -> model.getRoomClasses().stream())
+ .forEach(rc -> {
+ if(rc instanceof DataClass) dataClasses.add((DataClass) rc);
+ else if(rc instanceof EnumerationType) enumClasses.add((EnumerationType) rc);
+ else if(rc instanceof ProtocolClass) protocolClasses.add((ProtocolClass) rc);
+ else if(rc instanceof ActorClass) actorClasses.add((ActorClass) rc);
+ else if(rc instanceof SubSystemClass) subSystemClasses.add((SubSystemClass) rc);
+ });
}
} //RootImpl
diff --git a/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/AbstractRoomProposalProvider.java b/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/AbstractRoomProposalProvider.java
index 940af0f07..4c5dcd75b 100644
--- a/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/AbstractRoomProposalProvider.java
+++ b/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/AbstractRoomProposalProvider.java
@@ -28,31 +28,10 @@ public class AbstractRoomProposalProvider extends org.eclipse.etrice.core.fsm.ui
public void completeRoomModel_Imports(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
}
- public void completeRoomModel_PrimitiveTypes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
- }
- public void completeRoomModel_EnumerationTypes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
- }
- public void completeRoomModel_ExternalTypes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
- }
- public void completeRoomModel_DataClasses(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
- }
- public void completeRoomModel_ProtocolClasses(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
- }
- public void completeRoomModel_ActorClasses(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
- }
- public void completeRoomModel_SubSystemClasses(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
- }
- public void completeRoomModel_Systems(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ public void completeRoomModel_AnnotationTypes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
}
- public void completeRoomModel_AnnotationTypes(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
+ public void completeRoomModel_RoomClasses(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
completeRuleCall(((RuleCall)assignment.getTerminal()), context, acceptor);
}
public void completeVarDecl_Name(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
diff --git a/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/RoomParser.java b/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/RoomParser.java
index 6ac778748..f683d91ba 100644
--- a/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/RoomParser.java
+++ b/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/RoomParser.java
@@ -37,7 +37,6 @@ public class RoomParser extends AbstractContentAssistParser {
nameMappings = new HashMap<AbstractElement, String>() {
private static final long serialVersionUID = 1L;
{
- put(grammarAccess.getRoomModelAccess().getAlternatives_6(), "rule__RoomModel__Alternatives_6");
put(grammarAccess.getRoomClassAccess().getAlternatives(), "rule__RoomClass__Alternatives");
put(grammarAccess.getStructureClassAccess().getAlternatives(), "rule__StructureClass__Alternatives");
put(grammarAccess.getActorContainerClassAccess().getAlternatives(), "rule__ActorContainerClass__Alternatives");
@@ -268,15 +267,8 @@ public class RoomParser extends AbstractContentAssistParser {
put(grammarAccess.getRoomModelAccess().getDocuAssignment_2(), "rule__RoomModel__DocuAssignment_2");
put(grammarAccess.getRoomModelAccess().getAnnotationsAssignment_4(), "rule__RoomModel__AnnotationsAssignment_4");
put(grammarAccess.getRoomModelAccess().getImportsAssignment_5(), "rule__RoomModel__ImportsAssignment_5");
- put(grammarAccess.getRoomModelAccess().getPrimitiveTypesAssignment_6_0(), "rule__RoomModel__PrimitiveTypesAssignment_6_0");
- put(grammarAccess.getRoomModelAccess().getEnumerationTypesAssignment_6_1(), "rule__RoomModel__EnumerationTypesAssignment_6_1");
- put(grammarAccess.getRoomModelAccess().getExternalTypesAssignment_6_2(), "rule__RoomModel__ExternalTypesAssignment_6_2");
- put(grammarAccess.getRoomModelAccess().getDataClassesAssignment_6_3(), "rule__RoomModel__DataClassesAssignment_6_3");
- put(grammarAccess.getRoomModelAccess().getProtocolClassesAssignment_6_4(), "rule__RoomModel__ProtocolClassesAssignment_6_4");
- put(grammarAccess.getRoomModelAccess().getActorClassesAssignment_6_5(), "rule__RoomModel__ActorClassesAssignment_6_5");
- put(grammarAccess.getRoomModelAccess().getSubSystemClassesAssignment_6_6(), "rule__RoomModel__SubSystemClassesAssignment_6_6");
- put(grammarAccess.getRoomModelAccess().getSystemsAssignment_6_7(), "rule__RoomModel__SystemsAssignment_6_7");
- put(grammarAccess.getRoomModelAccess().getAnnotationTypesAssignment_6_8(), "rule__RoomModel__AnnotationTypesAssignment_6_8");
+ put(grammarAccess.getRoomModelAccess().getAnnotationTypesAssignment_6(), "rule__RoomModel__AnnotationTypesAssignment_6");
+ put(grammarAccess.getRoomModelAccess().getRoomClassesAssignment_7(), "rule__RoomModel__RoomClassesAssignment_7");
put(grammarAccess.getVarDeclAccess().getNameAssignment_0(), "rule__VarDecl__NameAssignment_0");
put(grammarAccess.getVarDeclAccess().getRefTypeAssignment_2(), "rule__VarDecl__RefTypeAssignment_2");
put(grammarAccess.getVarDeclAccess().getVarargsAssignment_3(), "rule__VarDecl__VarargsAssignment_3");
diff --git a/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalRoom.g b/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalRoom.g
index ed99aa085..3df51351a 100644
--- a/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalRoom.g
+++ b/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalRoom.g
@@ -84,6 +84,32 @@ finally {
+// Entry rule entryRuleRoomClass
+entryRuleRoomClass
+:
+{ before(grammarAccess.getRoomClassRule()); }
+ ruleRoomClass
+{ after(grammarAccess.getRoomClassRule()); }
+ EOF
+;
+
+// Rule RoomClass
+ruleRoomClass
+ @init {
+ int stackSize = keepStackSize();
+ }
+ :
+(
+{ before(grammarAccess.getRoomClassAccess().getAlternatives()); }
+(rule__RoomClass__Alternatives)
+{ after(grammarAccess.getRoomClassAccess().getAlternatives()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
// Entry rule entryRuleStructureClass
@@ -3107,63 +3133,27 @@ finally {
-rule__RoomModel__Alternatives_6
+rule__RoomClass__Alternatives
@init {
int stackSize = keepStackSize();
}
:
(
-{ before(grammarAccess.getRoomModelAccess().getPrimitiveTypesAssignment_6_0()); }
-(rule__RoomModel__PrimitiveTypesAssignment_6_0)
-{ after(grammarAccess.getRoomModelAccess().getPrimitiveTypesAssignment_6_0()); }
-)
-
- |(
-{ before(grammarAccess.getRoomModelAccess().getEnumerationTypesAssignment_6_1()); }
-(rule__RoomModel__EnumerationTypesAssignment_6_1)
-{ after(grammarAccess.getRoomModelAccess().getEnumerationTypesAssignment_6_1()); }
-)
-
- |(
-{ before(grammarAccess.getRoomModelAccess().getExternalTypesAssignment_6_2()); }
-(rule__RoomModel__ExternalTypesAssignment_6_2)
-{ after(grammarAccess.getRoomModelAccess().getExternalTypesAssignment_6_2()); }
-)
-
- |(
-{ before(grammarAccess.getRoomModelAccess().getDataClassesAssignment_6_3()); }
-(rule__RoomModel__DataClassesAssignment_6_3)
-{ after(grammarAccess.getRoomModelAccess().getDataClassesAssignment_6_3()); }
-)
-
- |(
-{ before(grammarAccess.getRoomModelAccess().getProtocolClassesAssignment_6_4()); }
-(rule__RoomModel__ProtocolClassesAssignment_6_4)
-{ after(grammarAccess.getRoomModelAccess().getProtocolClassesAssignment_6_4()); }
+{ before(grammarAccess.getRoomClassAccess().getDataTypeParserRuleCall_0()); }
+ ruleDataType
+{ after(grammarAccess.getRoomClassAccess().getDataTypeParserRuleCall_0()); }
)
|(
-{ before(grammarAccess.getRoomModelAccess().getActorClassesAssignment_6_5()); }
-(rule__RoomModel__ActorClassesAssignment_6_5)
-{ after(grammarAccess.getRoomModelAccess().getActorClassesAssignment_6_5()); }
+{ before(grammarAccess.getRoomClassAccess().getGeneralProtocolClassParserRuleCall_1()); }
+ ruleGeneralProtocolClass
+{ after(grammarAccess.getRoomClassAccess().getGeneralProtocolClassParserRuleCall_1()); }
)
|(
-{ before(grammarAccess.getRoomModelAccess().getSubSystemClassesAssignment_6_6()); }
-(rule__RoomModel__SubSystemClassesAssignment_6_6)
-{ after(grammarAccess.getRoomModelAccess().getSubSystemClassesAssignment_6_6()); }
-)
-
- |(
-{ before(grammarAccess.getRoomModelAccess().getSystemsAssignment_6_7()); }
-(rule__RoomModel__SystemsAssignment_6_7)
-{ after(grammarAccess.getRoomModelAccess().getSystemsAssignment_6_7()); }
-)
-
- |(
-{ before(grammarAccess.getRoomModelAccess().getAnnotationTypesAssignment_6_8()); }
-(rule__RoomModel__AnnotationTypesAssignment_6_8)
-{ after(grammarAccess.getRoomModelAccess().getAnnotationTypesAssignment_6_8()); }
+{ before(grammarAccess.getRoomClassAccess().getStructureClassParserRuleCall_2()); }
+ ruleStructureClass
+{ after(grammarAccess.getRoomClassAccess().getStructureClassParserRuleCall_2()); }
)
;
@@ -3171,7 +3161,6 @@ finally {
restoreStackSize(stackSize);
}
-
rule__StructureClass__Alternatives
@init {
int stackSize = keepStackSize();
@@ -4894,9 +4883,9 @@ rule__RoomModel__Group__6__Impl
}
:
(
-{ before(grammarAccess.getRoomModelAccess().getAlternatives_6()); }
-(rule__RoomModel__Alternatives_6)*
-{ after(grammarAccess.getRoomModelAccess().getAlternatives_6()); }
+{ before(grammarAccess.getRoomModelAccess().getAnnotationTypesAssignment_6()); }
+(rule__RoomModel__AnnotationTypesAssignment_6)*
+{ after(grammarAccess.getRoomModelAccess().getAnnotationTypesAssignment_6()); }
)
;
@@ -4911,6 +4900,7 @@ rule__RoomModel__Group__7
}
:
rule__RoomModel__Group__7__Impl
+ rule__RoomModel__Group__8
;
finally {
restoreStackSize(stackSize);
@@ -4922,11 +4912,39 @@ rule__RoomModel__Group__7__Impl
}
:
(
-{ before(grammarAccess.getRoomModelAccess().getRightCurlyBracketKeyword_7()); }
+{ before(grammarAccess.getRoomModelAccess().getRoomClassesAssignment_7()); }
+(rule__RoomModel__RoomClassesAssignment_7)*
+{ after(grammarAccess.getRoomModelAccess().getRoomClassesAssignment_7()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__RoomModel__Group__8
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__RoomModel__Group__8__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__RoomModel__Group__8__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getRoomModelAccess().getRightCurlyBracketKeyword_8()); }
'}'
-{ after(grammarAccess.getRoomModelAccess().getRightCurlyBracketKeyword_7()); }
+{ after(grammarAccess.getRoomModelAccess().getRightCurlyBracketKeyword_8()); }
)
;
@@ -4951,6 +4969,8 @@ finally {
+
+
rule__VarDecl__Group__0
@init {
int stackSize = keepStackSize();
@@ -24112,119 +24132,14 @@ finally {
restoreStackSize(stackSize);
}
-rule__RoomModel__PrimitiveTypesAssignment_6_0
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRoomModelAccess().getPrimitiveTypesPrimitiveTypeParserRuleCall_6_0_0()); }
- rulePrimitiveType{ after(grammarAccess.getRoomModelAccess().getPrimitiveTypesPrimitiveTypeParserRuleCall_6_0_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__RoomModel__EnumerationTypesAssignment_6_1
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRoomModelAccess().getEnumerationTypesEnumerationTypeParserRuleCall_6_1_0()); }
- ruleEnumerationType{ after(grammarAccess.getRoomModelAccess().getEnumerationTypesEnumerationTypeParserRuleCall_6_1_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__RoomModel__ExternalTypesAssignment_6_2
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRoomModelAccess().getExternalTypesExternalTypeParserRuleCall_6_2_0()); }
- ruleExternalType{ after(grammarAccess.getRoomModelAccess().getExternalTypesExternalTypeParserRuleCall_6_2_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__RoomModel__DataClassesAssignment_6_3
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRoomModelAccess().getDataClassesDataClassParserRuleCall_6_3_0()); }
- ruleDataClass{ after(grammarAccess.getRoomModelAccess().getDataClassesDataClassParserRuleCall_6_3_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__RoomModel__ProtocolClassesAssignment_6_4
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRoomModelAccess().getProtocolClassesGeneralProtocolClassParserRuleCall_6_4_0()); }
- ruleGeneralProtocolClass{ after(grammarAccess.getRoomModelAccess().getProtocolClassesGeneralProtocolClassParserRuleCall_6_4_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__RoomModel__ActorClassesAssignment_6_5
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRoomModelAccess().getActorClassesActorClassParserRuleCall_6_5_0()); }
- ruleActorClass{ after(grammarAccess.getRoomModelAccess().getActorClassesActorClassParserRuleCall_6_5_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__RoomModel__SubSystemClassesAssignment_6_6
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getRoomModelAccess().getSubSystemClassesSubSystemClassParserRuleCall_6_6_0()); }
- ruleSubSystemClass{ after(grammarAccess.getRoomModelAccess().getSubSystemClassesSubSystemClassParserRuleCall_6_6_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__RoomModel__SystemsAssignment_6_7
+rule__RoomModel__AnnotationTypesAssignment_6
@init {
int stackSize = keepStackSize();
}
:
(
-{ before(grammarAccess.getRoomModelAccess().getSystemsLogicalSystemParserRuleCall_6_7_0()); }
- ruleLogicalSystem{ after(grammarAccess.getRoomModelAccess().getSystemsLogicalSystemParserRuleCall_6_7_0()); }
+{ before(grammarAccess.getRoomModelAccess().getAnnotationTypesAnnotationTypeParserRuleCall_6_0()); }
+ ruleAnnotationType{ after(grammarAccess.getRoomModelAccess().getAnnotationTypesAnnotationTypeParserRuleCall_6_0()); }
)
;
@@ -24232,14 +24147,14 @@ finally {
restoreStackSize(stackSize);
}
-rule__RoomModel__AnnotationTypesAssignment_6_8
+rule__RoomModel__RoomClassesAssignment_7
@init {
int stackSize = keepStackSize();
}
:
(
-{ before(grammarAccess.getRoomModelAccess().getAnnotationTypesAnnotationTypeParserRuleCall_6_8_0()); }
- ruleAnnotationType{ after(grammarAccess.getRoomModelAccess().getAnnotationTypesAnnotationTypeParserRuleCall_6_8_0()); }
+{ before(grammarAccess.getRoomModelAccess().getRoomClassesRoomClassParserRuleCall_7_0()); }
+ ruleRoomClass{ after(grammarAccess.getRoomModelAccess().getRoomClassesRoomClassParserRuleCall_7_0()); }
)
;
diff --git a/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalRoomLexer.java b/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalRoomLexer.java
index 9d3db342c..1f65d54aa 100644
--- a/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalRoomLexer.java
+++ b/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalRoomLexer.java
@@ -2683,10 +2683,10 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_HEX;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:28807:10: ( ( '0x' | '0X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+ )
- // InternalRoom.g:28807:12: ( '0x' | '0X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
+ // InternalRoom.g:28722:10: ( ( '0x' | '0X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+ )
+ // InternalRoom.g:28722:12: ( '0x' | '0X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
{
- // InternalRoom.g:28807:12: ( '0x' | '0X' )
+ // InternalRoom.g:28722:12: ( '0x' | '0X' )
int alt1=2;
int LA1_0 = input.LA(1);
@@ -2714,7 +2714,7 @@ public class InternalRoomLexer extends Lexer {
}
switch (alt1) {
case 1 :
- // InternalRoom.g:28807:13: '0x'
+ // InternalRoom.g:28722:13: '0x'
{
match("0x");
@@ -2722,7 +2722,7 @@ public class InternalRoomLexer extends Lexer {
}
break;
case 2 :
- // InternalRoom.g:28807:18: '0X'
+ // InternalRoom.g:28722:18: '0X'
{
match("0X");
@@ -2732,7 +2732,7 @@ public class InternalRoomLexer extends Lexer {
}
- // InternalRoom.g:28807:24: ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
+ // InternalRoom.g:28722:24: ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
int cnt2=0;
loop2:
do {
@@ -2786,12 +2786,12 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_CC_STRING;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:28809:16: ( '\\'\\'\\'' ( options {greedy=false; } : . )* '\\'\\'\\'' )
- // InternalRoom.g:28809:18: '\\'\\'\\'' ( options {greedy=false; } : . )* '\\'\\'\\''
+ // InternalRoom.g:28724:16: ( '\\'\\'\\'' ( options {greedy=false; } : . )* '\\'\\'\\'' )
+ // InternalRoom.g:28724:18: '\\'\\'\\'' ( options {greedy=false; } : . )* '\\'\\'\\''
{
match("'''");
- // InternalRoom.g:28809:27: ( options {greedy=false; } : . )*
+ // InternalRoom.g:28724:27: ( options {greedy=false; } : . )*
loop3:
do {
int alt3=2;
@@ -2825,7 +2825,7 @@ public class InternalRoomLexer extends Lexer {
switch (alt3) {
case 1 :
- // InternalRoom.g:28809:55: .
+ // InternalRoom.g:28724:55: .
{
matchAny();
@@ -2855,10 +2855,10 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_ID;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:28811:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
- // InternalRoom.g:28811:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
+ // InternalRoom.g:28726:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
+ // InternalRoom.g:28726:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
{
- // InternalRoom.g:28811:11: ( '^' )?
+ // InternalRoom.g:28726:11: ( '^' )?
int alt4=2;
int LA4_0 = input.LA(1);
@@ -2867,7 +2867,7 @@ public class InternalRoomLexer extends Lexer {
}
switch (alt4) {
case 1 :
- // InternalRoom.g:28811:11: '^'
+ // InternalRoom.g:28726:11: '^'
{
match('^');
@@ -2885,7 +2885,7 @@ public class InternalRoomLexer extends Lexer {
recover(mse);
throw mse;}
- // InternalRoom.g:28811:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
+ // InternalRoom.g:28726:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
loop5:
do {
int alt5=2;
@@ -2934,10 +2934,10 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_INT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:28813:10: ( ( '0' .. '9' )+ )
- // InternalRoom.g:28813:12: ( '0' .. '9' )+
+ // InternalRoom.g:28728:10: ( ( '0' .. '9' )+ )
+ // InternalRoom.g:28728:12: ( '0' .. '9' )+
{
- // InternalRoom.g:28813:12: ( '0' .. '9' )+
+ // InternalRoom.g:28728:12: ( '0' .. '9' )+
int cnt6=0;
loop6:
do {
@@ -2951,7 +2951,7 @@ public class InternalRoomLexer extends Lexer {
switch (alt6) {
case 1 :
- // InternalRoom.g:28813:13: '0' .. '9'
+ // InternalRoom.g:28728:13: '0' .. '9'
{
matchRange('0','9');
@@ -2983,10 +2983,10 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_STRING;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:28815:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
- // InternalRoom.g:28815:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
+ // InternalRoom.g:28730:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
+ // InternalRoom.g:28730:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
{
- // InternalRoom.g:28815:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
+ // InternalRoom.g:28730:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
int alt9=2;
int LA9_0 = input.LA(1);
@@ -3004,10 +3004,10 @@ public class InternalRoomLexer extends Lexer {
}
switch (alt9) {
case 1 :
- // InternalRoom.g:28815:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
+ // InternalRoom.g:28730:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
{
match('\"');
- // InternalRoom.g:28815:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
+ // InternalRoom.g:28730:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
loop7:
do {
int alt7=3;
@@ -3023,7 +3023,7 @@ public class InternalRoomLexer extends Lexer {
switch (alt7) {
case 1 :
- // InternalRoom.g:28815:21: '\\\\' .
+ // InternalRoom.g:28730:21: '\\\\' .
{
match('\\');
matchAny();
@@ -3031,7 +3031,7 @@ public class InternalRoomLexer extends Lexer {
}
break;
case 2 :
- // InternalRoom.g:28815:28: ~ ( ( '\\\\' | '\"' ) )
+ // InternalRoom.g:28730:28: ~ ( ( '\\\\' | '\"' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -3056,10 +3056,10 @@ public class InternalRoomLexer extends Lexer {
}
break;
case 2 :
- // InternalRoom.g:28815:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
+ // InternalRoom.g:28730:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
{
match('\'');
- // InternalRoom.g:28815:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
+ // InternalRoom.g:28730:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
loop8:
do {
int alt8=3;
@@ -3075,7 +3075,7 @@ public class InternalRoomLexer extends Lexer {
switch (alt8) {
case 1 :
- // InternalRoom.g:28815:54: '\\\\' .
+ // InternalRoom.g:28730:54: '\\\\' .
{
match('\\');
matchAny();
@@ -3083,7 +3083,7 @@ public class InternalRoomLexer extends Lexer {
}
break;
case 2 :
- // InternalRoom.g:28815:61: ~ ( ( '\\\\' | '\\'' ) )
+ // InternalRoom.g:28730:61: ~ ( ( '\\\\' | '\\'' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -3126,12 +3126,12 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_ML_COMMENT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:28817:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
- // InternalRoom.g:28817:19: '/*' ( options {greedy=false; } : . )* '*/'
+ // InternalRoom.g:28732:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
+ // InternalRoom.g:28732:19: '/*' ( options {greedy=false; } : . )* '*/'
{
match("/*");
- // InternalRoom.g:28817:24: ( options {greedy=false; } : . )*
+ // InternalRoom.g:28732:24: ( options {greedy=false; } : . )*
loop10:
do {
int alt10=2;
@@ -3156,7 +3156,7 @@ public class InternalRoomLexer extends Lexer {
switch (alt10) {
case 1 :
- // InternalRoom.g:28817:52: .
+ // InternalRoom.g:28732:52: .
{
matchAny();
@@ -3186,12 +3186,12 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_SL_COMMENT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:28819:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
- // InternalRoom.g:28819:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
+ // InternalRoom.g:28734:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
+ // InternalRoom.g:28734:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
{
match("//");
- // InternalRoom.g:28819:24: (~ ( ( '\\n' | '\\r' ) ) )*
+ // InternalRoom.g:28734:24: (~ ( ( '\\n' | '\\r' ) ) )*
loop11:
do {
int alt11=2;
@@ -3204,7 +3204,7 @@ public class InternalRoomLexer extends Lexer {
switch (alt11) {
case 1 :
- // InternalRoom.g:28819:24: ~ ( ( '\\n' | '\\r' ) )
+ // InternalRoom.g:28734:24: ~ ( ( '\\n' | '\\r' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='\t')||(input.LA(1)>='\u000B' && input.LA(1)<='\f')||(input.LA(1)>='\u000E' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -3224,7 +3224,7 @@ public class InternalRoomLexer extends Lexer {
}
} while (true);
- // InternalRoom.g:28819:40: ( ( '\\r' )? '\\n' )?
+ // InternalRoom.g:28734:40: ( ( '\\r' )? '\\n' )?
int alt13=2;
int LA13_0 = input.LA(1);
@@ -3233,9 +3233,9 @@ public class InternalRoomLexer extends Lexer {
}
switch (alt13) {
case 1 :
- // InternalRoom.g:28819:41: ( '\\r' )? '\\n'
+ // InternalRoom.g:28734:41: ( '\\r' )? '\\n'
{
- // InternalRoom.g:28819:41: ( '\\r' )?
+ // InternalRoom.g:28734:41: ( '\\r' )?
int alt12=2;
int LA12_0 = input.LA(1);
@@ -3244,7 +3244,7 @@ public class InternalRoomLexer extends Lexer {
}
switch (alt12) {
case 1 :
- // InternalRoom.g:28819:41: '\\r'
+ // InternalRoom.g:28734:41: '\\r'
{
match('\r');
@@ -3276,10 +3276,10 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_WS;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:28821:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
- // InternalRoom.g:28821:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ // InternalRoom.g:28736:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
+ // InternalRoom.g:28736:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
{
- // InternalRoom.g:28821:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ // InternalRoom.g:28736:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
int cnt14=0;
loop14:
do {
@@ -3333,8 +3333,8 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_ANY_OTHER;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:28823:16: ( . )
- // InternalRoom.g:28823:18: .
+ // InternalRoom.g:28738:16: ( . )
+ // InternalRoom.g:28738:18: .
{
matchAny();
diff --git a/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalRoomParser.java b/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalRoomParser.java
index 0102bba31..b7deea7b4 100644
--- a/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalRoomParser.java
+++ b/plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalRoomParser.java
@@ -270,12 +270,89 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR end "ruleRoomModel"
+ // $ANTLR start "entryRuleRoomClass"
+ // InternalRoom.g:88:1: entryRuleRoomClass : ruleRoomClass EOF ;
+ public final void entryRuleRoomClass() throws RecognitionException {
+ try {
+ // InternalRoom.g:89:1: ( ruleRoomClass EOF )
+ // InternalRoom.g:90:1: ruleRoomClass EOF
+ {
+ before(grammarAccess.getRoomClassRule());
+ pushFollow(FOLLOW_1);
+ ruleRoomClass();
+
+ state._fsp--;
+
+ after(grammarAccess.getRoomClassRule());
+ match(input,EOF,FOLLOW_2);
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+ }
+ return ;
+ }
+ // $ANTLR end "entryRuleRoomClass"
+
+
+ // $ANTLR start "ruleRoomClass"
+ // InternalRoom.g:97:1: ruleRoomClass : ( ( rule__RoomClass__Alternatives ) ) ;
+ public final void ruleRoomClass() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalRoom.g:101:2: ( ( ( rule__RoomClass__Alternatives ) ) )
+ // InternalRoom.g:102:1: ( ( rule__RoomClass__Alternatives ) )
+ {
+ // InternalRoom.g:102:1: ( ( rule__RoomClass__Alternatives ) )
+ // InternalRoom.g:103:1: ( rule__RoomClass__Alternatives )
+ {
+ before(grammarAccess.getRoomClassAccess().getAlternatives());
+ // InternalRoom.g:104:1: ( rule__RoomClass__Alternatives )
+ // InternalRoom.g:104:2: rule__RoomClass__Alternatives
+ {
+ pushFollow(FOLLOW_2);
+ rule__RoomClass__Alternatives();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getRoomClassAccess().getAlternatives());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "ruleRoomClass"
+
+
// $ANTLR start "entryRuleStructureClass"
- // InternalRoom.g:90:1: entryRuleStructureClass : ruleStructureClass EOF ;
+ // InternalRoom.g:116:1: entryRuleStructureClass : ruleStructureClass EOF ;
public final void entryRuleStructureClass() throws RecognitionException {
try {
- // InternalRoom.g:91:1: ( ruleStructureClass EOF )
- // InternalRoom.g:92:1: ruleStructureClass EOF
+ // InternalRoom.g:117:1: ( ruleStructureClass EOF )
+ // InternalRoom.g:118:1: ruleStructureClass EOF
{
before(grammarAccess.getStructureClassRule());
pushFollow(FOLLOW_1);
@@ -301,21 +378,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleStructureClass"
- // InternalRoom.g:99:1: ruleStructureClass : ( ( rule__StructureClass__Alternatives ) ) ;
+ // InternalRoom.g:125:1: ruleStructureClass : ( ( rule__StructureClass__Alternatives ) ) ;
public final void ruleStructureClass() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:103:2: ( ( ( rule__StructureClass__Alternatives ) ) )
- // InternalRoom.g:104:1: ( ( rule__StructureClass__Alternatives ) )
+ // InternalRoom.g:129:2: ( ( ( rule__StructureClass__Alternatives ) ) )
+ // InternalRoom.g:130:1: ( ( rule__StructureClass__Alternatives ) )
{
- // InternalRoom.g:104:1: ( ( rule__StructureClass__Alternatives ) )
- // InternalRoom.g:105:1: ( rule__StructureClass__Alternatives )
+ // InternalRoom.g:130:1: ( ( rule__StructureClass__Alternatives ) )
+ // InternalRoom.g:131:1: ( rule__StructureClass__Alternatives )
{
before(grammarAccess.getStructureClassAccess().getAlternatives());
- // InternalRoom.g:106:1: ( rule__StructureClass__Alternatives )
- // InternalRoom.g:106:2: rule__StructureClass__Alternatives
+ // InternalRoom.g:132:1: ( rule__StructureClass__Alternatives )
+ // InternalRoom.g:132:2: rule__StructureClass__Alternatives
{
pushFollow(FOLLOW_2);
rule__StructureClass__Alternatives();
@@ -348,11 +425,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleActorContainerClass"
- // InternalRoom.g:118:1: entryRuleActorContainerClass : ruleActorContainerClass EOF ;
+ // InternalRoom.g:144:1: entryRuleActorContainerClass : ruleActorContainerClass EOF ;
public final void entryRuleActorContainerClass() throws RecognitionException {
try {
- // InternalRoom.g:119:1: ( ruleActorContainerClass EOF )
- // InternalRoom.g:120:1: ruleActorContainerClass EOF
+ // InternalRoom.g:145:1: ( ruleActorContainerClass EOF )
+ // InternalRoom.g:146:1: ruleActorContainerClass EOF
{
before(grammarAccess.getActorContainerClassRule());
pushFollow(FOLLOW_1);
@@ -378,21 +455,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleActorContainerClass"
- // InternalRoom.g:127:1: ruleActorContainerClass : ( ( rule__ActorContainerClass__Alternatives ) ) ;
+ // InternalRoom.g:153:1: ruleActorContainerClass : ( ( rule__ActorContainerClass__Alternatives ) ) ;
public final void ruleActorContainerClass() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:131:2: ( ( ( rule__ActorContainerClass__Alternatives ) ) )
- // InternalRoom.g:132:1: ( ( rule__ActorContainerClass__Alternatives ) )
+ // InternalRoom.g:157:2: ( ( ( rule__ActorContainerClass__Alternatives ) ) )
+ // InternalRoom.g:158:1: ( ( rule__ActorContainerClass__Alternatives ) )
{
- // InternalRoom.g:132:1: ( ( rule__ActorContainerClass__Alternatives ) )
- // InternalRoom.g:133:1: ( rule__ActorContainerClass__Alternatives )
+ // InternalRoom.g:158:1: ( ( rule__ActorContainerClass__Alternatives ) )
+ // InternalRoom.g:159:1: ( rule__ActorContainerClass__Alternatives )
{
before(grammarAccess.getActorContainerClassAccess().getAlternatives());
- // InternalRoom.g:134:1: ( rule__ActorContainerClass__Alternatives )
- // InternalRoom.g:134:2: rule__ActorContainerClass__Alternatives
+ // InternalRoom.g:160:1: ( rule__ActorContainerClass__Alternatives )
+ // InternalRoom.g:160:2: rule__ActorContainerClass__Alternatives
{
pushFollow(FOLLOW_2);
rule__ActorContainerClass__Alternatives();
@@ -425,11 +502,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleVarDecl"
- // InternalRoom.g:146:1: entryRuleVarDecl : ruleVarDecl EOF ;
+ // InternalRoom.g:172:1: entryRuleVarDecl : ruleVarDecl EOF ;
public final void entryRuleVarDecl() throws RecognitionException {
try {
- // InternalRoom.g:147:1: ( ruleVarDecl EOF )
- // InternalRoom.g:148:1: ruleVarDecl EOF
+ // InternalRoom.g:173:1: ( ruleVarDecl EOF )
+ // InternalRoom.g:174:1: ruleVarDecl EOF
{
before(grammarAccess.getVarDeclRule());
pushFollow(FOLLOW_1);
@@ -455,21 +532,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleVarDecl"
- // InternalRoom.g:155:1: ruleVarDecl : ( ( rule__VarDecl__Group__0 ) ) ;
+ // InternalRoom.g:181:1: ruleVarDecl : ( ( rule__VarDecl__Group__0 ) ) ;
public final void ruleVarDecl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:159:2: ( ( ( rule__VarDecl__Group__0 ) ) )
- // InternalRoom.g:160:1: ( ( rule__VarDecl__Group__0 ) )
+ // InternalRoom.g:185:2: ( ( ( rule__VarDecl__Group__0 ) ) )
+ // InternalRoom.g:186:1: ( ( rule__VarDecl__Group__0 ) )
{
- // InternalRoom.g:160:1: ( ( rule__VarDecl__Group__0 ) )
- // InternalRoom.g:161:1: ( rule__VarDecl__Group__0 )
+ // InternalRoom.g:186:1: ( ( rule__VarDecl__Group__0 ) )
+ // InternalRoom.g:187:1: ( rule__VarDecl__Group__0 )
{
before(grammarAccess.getVarDeclAccess().getGroup());
- // InternalRoom.g:162:1: ( rule__VarDecl__Group__0 )
- // InternalRoom.g:162:2: rule__VarDecl__Group__0
+ // InternalRoom.g:188:1: ( rule__VarDecl__Group__0 )
+ // InternalRoom.g:188:2: rule__VarDecl__Group__0
{
pushFollow(FOLLOW_2);
rule__VarDecl__Group__0();
@@ -502,11 +579,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleMessageData"
- // InternalRoom.g:174:1: entryRuleMessageData : ruleMessageData EOF ;
+ // InternalRoom.g:200:1: entryRuleMessageData : ruleMessageData EOF ;
public final void entryRuleMessageData() throws RecognitionException {
try {
- // InternalRoom.g:175:1: ( ruleMessageData EOF )
- // InternalRoom.g:176:1: ruleMessageData EOF
+ // InternalRoom.g:201:1: ( ruleMessageData EOF )
+ // InternalRoom.g:202:1: ruleMessageData EOF
{
before(grammarAccess.getMessageDataRule());
pushFollow(FOLLOW_1);
@@ -532,21 +609,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleMessageData"
- // InternalRoom.g:183:1: ruleMessageData : ( ( rule__MessageData__Group__0 ) ) ;
+ // InternalRoom.g:209:1: ruleMessageData : ( ( rule__MessageData__Group__0 ) ) ;
public final void ruleMessageData() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:187:2: ( ( ( rule__MessageData__Group__0 ) ) )
- // InternalRoom.g:188:1: ( ( rule__MessageData__Group__0 ) )
+ // InternalRoom.g:213:2: ( ( ( rule__MessageData__Group__0 ) ) )
+ // InternalRoom.g:214:1: ( ( rule__MessageData__Group__0 ) )
{
- // InternalRoom.g:188:1: ( ( rule__MessageData__Group__0 ) )
- // InternalRoom.g:189:1: ( rule__MessageData__Group__0 )
+ // InternalRoom.g:214:1: ( ( rule__MessageData__Group__0 ) )
+ // InternalRoom.g:215:1: ( rule__MessageData__Group__0 )
{
before(grammarAccess.getMessageDataAccess().getGroup());
- // InternalRoom.g:190:1: ( rule__MessageData__Group__0 )
- // InternalRoom.g:190:2: rule__MessageData__Group__0
+ // InternalRoom.g:216:1: ( rule__MessageData__Group__0 )
+ // InternalRoom.g:216:2: rule__MessageData__Group__0
{
pushFollow(FOLLOW_2);
rule__MessageData__Group__0();
@@ -579,11 +656,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleRefableType"
- // InternalRoom.g:202:1: entryRuleRefableType : ruleRefableType EOF ;
+ // InternalRoom.g:228:1: entryRuleRefableType : ruleRefableType EOF ;
public final void entryRuleRefableType() throws RecognitionException {
try {
- // InternalRoom.g:203:1: ( ruleRefableType EOF )
- // InternalRoom.g:204:1: ruleRefableType EOF
+ // InternalRoom.g:229:1: ( ruleRefableType EOF )
+ // InternalRoom.g:230:1: ruleRefableType EOF
{
before(grammarAccess.getRefableTypeRule());
pushFollow(FOLLOW_1);
@@ -609,21 +686,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRefableType"
- // InternalRoom.g:211:1: ruleRefableType : ( ( rule__RefableType__Group__0 ) ) ;
+ // InternalRoom.g:237:1: ruleRefableType : ( ( rule__RefableType__Group__0 ) ) ;
public final void ruleRefableType() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:215:2: ( ( ( rule__RefableType__Group__0 ) ) )
- // InternalRoom.g:216:1: ( ( rule__RefableType__Group__0 ) )
+ // InternalRoom.g:241:2: ( ( ( rule__RefableType__Group__0 ) ) )
+ // InternalRoom.g:242:1: ( ( rule__RefableType__Group__0 ) )
{
- // InternalRoom.g:216:1: ( ( rule__RefableType__Group__0 ) )
- // InternalRoom.g:217:1: ( rule__RefableType__Group__0 )
+ // InternalRoom.g:242:1: ( ( rule__RefableType__Group__0 ) )
+ // InternalRoom.g:243:1: ( rule__RefableType__Group__0 )
{
before(grammarAccess.getRefableTypeAccess().getGroup());
- // InternalRoom.g:218:1: ( rule__RefableType__Group__0 )
- // InternalRoom.g:218:2: rule__RefableType__Group__0
+ // InternalRoom.g:244:1: ( rule__RefableType__Group__0 )
+ // InternalRoom.g:244:2: rule__RefableType__Group__0
{
pushFollow(FOLLOW_2);
rule__RefableType__Group__0();
@@ -656,11 +733,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleDataType"
- // InternalRoom.g:230:1: entryRuleDataType : ruleDataType EOF ;
+ // InternalRoom.g:256:1: entryRuleDataType : ruleDataType EOF ;
public final void entryRuleDataType() throws RecognitionException {
try {
- // InternalRoom.g:231:1: ( ruleDataType EOF )
- // InternalRoom.g:232:1: ruleDataType EOF
+ // InternalRoom.g:257:1: ( ruleDataType EOF )
+ // InternalRoom.g:258:1: ruleDataType EOF
{
before(grammarAccess.getDataTypeRule());
pushFollow(FOLLOW_1);
@@ -686,21 +763,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleDataType"
- // InternalRoom.g:239:1: ruleDataType : ( ( rule__DataType__Alternatives ) ) ;
+ // InternalRoom.g:265:1: ruleDataType : ( ( rule__DataType__Alternatives ) ) ;
public final void ruleDataType() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:243:2: ( ( ( rule__DataType__Alternatives ) ) )
- // InternalRoom.g:244:1: ( ( rule__DataType__Alternatives ) )
+ // InternalRoom.g:269:2: ( ( ( rule__DataType__Alternatives ) ) )
+ // InternalRoom.g:270:1: ( ( rule__DataType__Alternatives ) )
{
- // InternalRoom.g:244:1: ( ( rule__DataType__Alternatives ) )
- // InternalRoom.g:245:1: ( rule__DataType__Alternatives )
+ // InternalRoom.g:270:1: ( ( rule__DataType__Alternatives ) )
+ // InternalRoom.g:271:1: ( rule__DataType__Alternatives )
{
before(grammarAccess.getDataTypeAccess().getAlternatives());
- // InternalRoom.g:246:1: ( rule__DataType__Alternatives )
- // InternalRoom.g:246:2: rule__DataType__Alternatives
+ // InternalRoom.g:272:1: ( rule__DataType__Alternatives )
+ // InternalRoom.g:272:2: rule__DataType__Alternatives
{
pushFollow(FOLLOW_2);
rule__DataType__Alternatives();
@@ -733,11 +810,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleComplexType"
- // InternalRoom.g:258:1: entryRuleComplexType : ruleComplexType EOF ;
+ // InternalRoom.g:284:1: entryRuleComplexType : ruleComplexType EOF ;
public final void entryRuleComplexType() throws RecognitionException {
try {
- // InternalRoom.g:259:1: ( ruleComplexType EOF )
- // InternalRoom.g:260:1: ruleComplexType EOF
+ // InternalRoom.g:285:1: ( ruleComplexType EOF )
+ // InternalRoom.g:286:1: ruleComplexType EOF
{
before(grammarAccess.getComplexTypeRule());
pushFollow(FOLLOW_1);
@@ -763,21 +840,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleComplexType"
- // InternalRoom.g:267:1: ruleComplexType : ( ( rule__ComplexType__Alternatives ) ) ;
+ // InternalRoom.g:293:1: ruleComplexType : ( ( rule__ComplexType__Alternatives ) ) ;
public final void ruleComplexType() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:271:2: ( ( ( rule__ComplexType__Alternatives ) ) )
- // InternalRoom.g:272:1: ( ( rule__ComplexType__Alternatives ) )
+ // InternalRoom.g:297:2: ( ( ( rule__ComplexType__Alternatives ) ) )
+ // InternalRoom.g:298:1: ( ( rule__ComplexType__Alternatives ) )
{
- // InternalRoom.g:272:1: ( ( rule__ComplexType__Alternatives ) )
- // InternalRoom.g:273:1: ( rule__ComplexType__Alternatives )
+ // InternalRoom.g:298:1: ( ( rule__ComplexType__Alternatives ) )
+ // InternalRoom.g:299:1: ( rule__ComplexType__Alternatives )
{
before(grammarAccess.getComplexTypeAccess().getAlternatives());
- // InternalRoom.g:274:1: ( rule__ComplexType__Alternatives )
- // InternalRoom.g:274:2: rule__ComplexType__Alternatives
+ // InternalRoom.g:300:1: ( rule__ComplexType__Alternatives )
+ // InternalRoom.g:300:2: rule__ComplexType__Alternatives
{
pushFollow(FOLLOW_2);
rule__ComplexType__Alternatives();
@@ -810,11 +887,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRulePrimitiveType"
- // InternalRoom.g:286:1: entryRulePrimitiveType : rulePrimitiveType EOF ;
+ // InternalRoom.g:312:1: entryRulePrimitiveType : rulePrimitiveType EOF ;
public final void entryRulePrimitiveType() throws RecognitionException {
try {
- // InternalRoom.g:287:1: ( rulePrimitiveType EOF )
- // InternalRoom.g:288:1: rulePrimitiveType EOF
+ // InternalRoom.g:313:1: ( rulePrimitiveType EOF )
+ // InternalRoom.g:314:1: rulePrimitiveType EOF
{
before(grammarAccess.getPrimitiveTypeRule());
pushFollow(FOLLOW_1);
@@ -840,21 +917,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rulePrimitiveType"
- // InternalRoom.g:295:1: rulePrimitiveType : ( ( rule__PrimitiveType__Group__0 ) ) ;
+ // InternalRoom.g:321:1: rulePrimitiveType : ( ( rule__PrimitiveType__Group__0 ) ) ;
public final void rulePrimitiveType() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:299:2: ( ( ( rule__PrimitiveType__Group__0 ) ) )
- // InternalRoom.g:300:1: ( ( rule__PrimitiveType__Group__0 ) )
+ // InternalRoom.g:325:2: ( ( ( rule__PrimitiveType__Group__0 ) ) )
+ // InternalRoom.g:326:1: ( ( rule__PrimitiveType__Group__0 ) )
{
- // InternalRoom.g:300:1: ( ( rule__PrimitiveType__Group__0 ) )
- // InternalRoom.g:301:1: ( rule__PrimitiveType__Group__0 )
+ // InternalRoom.g:326:1: ( ( rule__PrimitiveType__Group__0 ) )
+ // InternalRoom.g:327:1: ( rule__PrimitiveType__Group__0 )
{
before(grammarAccess.getPrimitiveTypeAccess().getGroup());
- // InternalRoom.g:302:1: ( rule__PrimitiveType__Group__0 )
- // InternalRoom.g:302:2: rule__PrimitiveType__Group__0
+ // InternalRoom.g:328:1: ( rule__PrimitiveType__Group__0 )
+ // InternalRoom.g:328:2: rule__PrimitiveType__Group__0
{
pushFollow(FOLLOW_2);
rule__PrimitiveType__Group__0();
@@ -887,11 +964,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleEnumerationType"
- // InternalRoom.g:314:1: entryRuleEnumerationType : ruleEnumerationType EOF ;
+ // InternalRoom.g:340:1: entryRuleEnumerationType : ruleEnumerationType EOF ;
public final void entryRuleEnumerationType() throws RecognitionException {
try {
- // InternalRoom.g:315:1: ( ruleEnumerationType EOF )
- // InternalRoom.g:316:1: ruleEnumerationType EOF
+ // InternalRoom.g:341:1: ( ruleEnumerationType EOF )
+ // InternalRoom.g:342:1: ruleEnumerationType EOF
{
before(grammarAccess.getEnumerationTypeRule());
pushFollow(FOLLOW_1);
@@ -917,21 +994,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleEnumerationType"
- // InternalRoom.g:323:1: ruleEnumerationType : ( ( rule__EnumerationType__Group__0 ) ) ;
+ // InternalRoom.g:349:1: ruleEnumerationType : ( ( rule__EnumerationType__Group__0 ) ) ;
public final void ruleEnumerationType() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:327:2: ( ( ( rule__EnumerationType__Group__0 ) ) )
- // InternalRoom.g:328:1: ( ( rule__EnumerationType__Group__0 ) )
+ // InternalRoom.g:353:2: ( ( ( rule__EnumerationType__Group__0 ) ) )
+ // InternalRoom.g:354:1: ( ( rule__EnumerationType__Group__0 ) )
{
- // InternalRoom.g:328:1: ( ( rule__EnumerationType__Group__0 ) )
- // InternalRoom.g:329:1: ( rule__EnumerationType__Group__0 )
+ // InternalRoom.g:354:1: ( ( rule__EnumerationType__Group__0 ) )
+ // InternalRoom.g:355:1: ( rule__EnumerationType__Group__0 )
{
before(grammarAccess.getEnumerationTypeAccess().getGroup());
- // InternalRoom.g:330:1: ( rule__EnumerationType__Group__0 )
- // InternalRoom.g:330:2: rule__EnumerationType__Group__0
+ // InternalRoom.g:356:1: ( rule__EnumerationType__Group__0 )
+ // InternalRoom.g:356:2: rule__EnumerationType__Group__0
{
pushFollow(FOLLOW_2);
rule__EnumerationType__Group__0();
@@ -964,11 +1041,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleEnumLiteral"
- // InternalRoom.g:342:1: entryRuleEnumLiteral : ruleEnumLiteral EOF ;
+ // InternalRoom.g:368:1: entryRuleEnumLiteral : ruleEnumLiteral EOF ;
public final void entryRuleEnumLiteral() throws RecognitionException {
try {
- // InternalRoom.g:343:1: ( ruleEnumLiteral EOF )
- // InternalRoom.g:344:1: ruleEnumLiteral EOF
+ // InternalRoom.g:369:1: ( ruleEnumLiteral EOF )
+ // InternalRoom.g:370:1: ruleEnumLiteral EOF
{
before(grammarAccess.getEnumLiteralRule());
pushFollow(FOLLOW_1);
@@ -994,21 +1071,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleEnumLiteral"
- // InternalRoom.g:351:1: ruleEnumLiteral : ( ( rule__EnumLiteral__Group__0 ) ) ;
+ // InternalRoom.g:377:1: ruleEnumLiteral : ( ( rule__EnumLiteral__Group__0 ) ) ;
public final void ruleEnumLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:355:2: ( ( ( rule__EnumLiteral__Group__0 ) ) )
- // InternalRoom.g:356:1: ( ( rule__EnumLiteral__Group__0 ) )
+ // InternalRoom.g:381:2: ( ( ( rule__EnumLiteral__Group__0 ) ) )
+ // InternalRoom.g:382:1: ( ( rule__EnumLiteral__Group__0 ) )
{
- // InternalRoom.g:356:1: ( ( rule__EnumLiteral__Group__0 ) )
- // InternalRoom.g:357:1: ( rule__EnumLiteral__Group__0 )
+ // InternalRoom.g:382:1: ( ( rule__EnumLiteral__Group__0 ) )
+ // InternalRoom.g:383:1: ( rule__EnumLiteral__Group__0 )
{
before(grammarAccess.getEnumLiteralAccess().getGroup());
- // InternalRoom.g:358:1: ( rule__EnumLiteral__Group__0 )
- // InternalRoom.g:358:2: rule__EnumLiteral__Group__0
+ // InternalRoom.g:384:1: ( rule__EnumLiteral__Group__0 )
+ // InternalRoom.g:384:2: rule__EnumLiteral__Group__0
{
pushFollow(FOLLOW_2);
rule__EnumLiteral__Group__0();
@@ -1041,11 +1118,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleExternalType"
- // InternalRoom.g:370:1: entryRuleExternalType : ruleExternalType EOF ;
+ // InternalRoom.g:396:1: entryRuleExternalType : ruleExternalType EOF ;
public final void entryRuleExternalType() throws RecognitionException {
try {
- // InternalRoom.g:371:1: ( ruleExternalType EOF )
- // InternalRoom.g:372:1: ruleExternalType EOF
+ // InternalRoom.g:397:1: ( ruleExternalType EOF )
+ // InternalRoom.g:398:1: ruleExternalType EOF
{
before(grammarAccess.getExternalTypeRule());
pushFollow(FOLLOW_1);
@@ -1071,21 +1148,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleExternalType"
- // InternalRoom.g:379:1: ruleExternalType : ( ( rule__ExternalType__Group__0 ) ) ;
+ // InternalRoom.g:405:1: ruleExternalType : ( ( rule__ExternalType__Group__0 ) ) ;
public final void ruleExternalType() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:383:2: ( ( ( rule__ExternalType__Group__0 ) ) )
- // InternalRoom.g:384:1: ( ( rule__ExternalType__Group__0 ) )
+ // InternalRoom.g:409:2: ( ( ( rule__ExternalType__Group__0 ) ) )
+ // InternalRoom.g:410:1: ( ( rule__ExternalType__Group__0 ) )
{
- // InternalRoom.g:384:1: ( ( rule__ExternalType__Group__0 ) )
- // InternalRoom.g:385:1: ( rule__ExternalType__Group__0 )
+ // InternalRoom.g:410:1: ( ( rule__ExternalType__Group__0 ) )
+ // InternalRoom.g:411:1: ( rule__ExternalType__Group__0 )
{
before(grammarAccess.getExternalTypeAccess().getGroup());
- // InternalRoom.g:386:1: ( rule__ExternalType__Group__0 )
- // InternalRoom.g:386:2: rule__ExternalType__Group__0
+ // InternalRoom.g:412:1: ( rule__ExternalType__Group__0 )
+ // InternalRoom.g:412:2: rule__ExternalType__Group__0
{
pushFollow(FOLLOW_2);
rule__ExternalType__Group__0();
@@ -1118,11 +1195,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleDataClass"
- // InternalRoom.g:398:1: entryRuleDataClass : ruleDataClass EOF ;
+ // InternalRoom.g:424:1: entryRuleDataClass : ruleDataClass EOF ;
public final void entryRuleDataClass() throws RecognitionException {
try {
- // InternalRoom.g:399:1: ( ruleDataClass EOF )
- // InternalRoom.g:400:1: ruleDataClass EOF
+ // InternalRoom.g:425:1: ( ruleDataClass EOF )
+ // InternalRoom.g:426:1: ruleDataClass EOF
{
before(grammarAccess.getDataClassRule());
pushFollow(FOLLOW_1);
@@ -1148,21 +1225,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleDataClass"
- // InternalRoom.g:407:1: ruleDataClass : ( ( rule__DataClass__Group__0 ) ) ;
+ // InternalRoom.g:433:1: ruleDataClass : ( ( rule__DataClass__Group__0 ) ) ;
public final void ruleDataClass() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:411:2: ( ( ( rule__DataClass__Group__0 ) ) )
- // InternalRoom.g:412:1: ( ( rule__DataClass__Group__0 ) )
+ // InternalRoom.g:437:2: ( ( ( rule__DataClass__Group__0 ) ) )
+ // InternalRoom.g:438:1: ( ( rule__DataClass__Group__0 ) )
{
- // InternalRoom.g:412:1: ( ( rule__DataClass__Group__0 ) )
- // InternalRoom.g:413:1: ( rule__DataClass__Group__0 )
+ // InternalRoom.g:438:1: ( ( rule__DataClass__Group__0 ) )
+ // InternalRoom.g:439:1: ( rule__DataClass__Group__0 )
{
before(grammarAccess.getDataClassAccess().getGroup());
- // InternalRoom.g:414:1: ( rule__DataClass__Group__0 )
- // InternalRoom.g:414:2: rule__DataClass__Group__0
+ // InternalRoom.g:440:1: ( rule__DataClass__Group__0 )
+ // InternalRoom.g:440:2: rule__DataClass__Group__0
{
pushFollow(FOLLOW_2);
rule__DataClass__Group__0();
@@ -1195,11 +1272,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleAttribute"
- // InternalRoom.g:426:1: entryRuleAttribute : ruleAttribute EOF ;
+ // InternalRoom.g:452:1: entryRuleAttribute : ruleAttribute EOF ;
public final void entryRuleAttribute() throws RecognitionException {
try {
- // InternalRoom.g:427:1: ( ruleAttribute EOF )
- // InternalRoom.g:428:1: ruleAttribute EOF
+ // InternalRoom.g:453:1: ( ruleAttribute EOF )
+ // InternalRoom.g:454:1: ruleAttribute EOF
{
before(grammarAccess.getAttributeRule());
pushFollow(FOLLOW_1);
@@ -1225,21 +1302,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleAttribute"
- // InternalRoom.g:435:1: ruleAttribute : ( ( rule__Attribute__Group__0 ) ) ;
+ // InternalRoom.g:461:1: ruleAttribute : ( ( rule__Attribute__Group__0 ) ) ;
public final void ruleAttribute() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:439:2: ( ( ( rule__Attribute__Group__0 ) ) )
- // InternalRoom.g:440:1: ( ( rule__Attribute__Group__0 ) )
+ // InternalRoom.g:465:2: ( ( ( rule__Attribute__Group__0 ) ) )
+ // InternalRoom.g:466:1: ( ( rule__Attribute__Group__0 ) )
{
- // InternalRoom.g:440:1: ( ( rule__Attribute__Group__0 ) )
- // InternalRoom.g:441:1: ( rule__Attribute__Group__0 )
+ // InternalRoom.g:466:1: ( ( rule__Attribute__Group__0 ) )
+ // InternalRoom.g:467:1: ( rule__Attribute__Group__0 )
{
before(grammarAccess.getAttributeAccess().getGroup());
- // InternalRoom.g:442:1: ( rule__Attribute__Group__0 )
- // InternalRoom.g:442:2: rule__Attribute__Group__0
+ // InternalRoom.g:468:1: ( rule__Attribute__Group__0 )
+ // InternalRoom.g:468:2: rule__Attribute__Group__0
{
pushFollow(FOLLOW_2);
rule__Attribute__Group__0();
@@ -1272,11 +1349,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleStandardOperation"
- // InternalRoom.g:456:1: entryRuleStandardOperation : ruleStandardOperation EOF ;
+ // InternalRoom.g:482:1: entryRuleStandardOperation : ruleStandardOperation EOF ;
public final void entryRuleStandardOperation() throws RecognitionException {
try {
- // InternalRoom.g:457:1: ( ruleStandardOperation EOF )
- // InternalRoom.g:458:1: ruleStandardOperation EOF
+ // InternalRoom.g:483:1: ( ruleStandardOperation EOF )
+ // InternalRoom.g:484:1: ruleStandardOperation EOF
{
before(grammarAccess.getStandardOperationRule());
pushFollow(FOLLOW_1);
@@ -1302,21 +1379,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleStandardOperation"
- // InternalRoom.g:465:1: ruleStandardOperation : ( ( rule__StandardOperation__Group__0 ) ) ;
+ // InternalRoom.g:491:1: ruleStandardOperation : ( ( rule__StandardOperation__Group__0 ) ) ;
public final void ruleStandardOperation() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:469:2: ( ( ( rule__StandardOperation__Group__0 ) ) )
- // InternalRoom.g:470:1: ( ( rule__StandardOperation__Group__0 ) )
+ // InternalRoom.g:495:2: ( ( ( rule__StandardOperation__Group__0 ) ) )
+ // InternalRoom.g:496:1: ( ( rule__StandardOperation__Group__0 ) )
{
- // InternalRoom.g:470:1: ( ( rule__StandardOperation__Group__0 ) )
- // InternalRoom.g:471:1: ( rule__StandardOperation__Group__0 )
+ // InternalRoom.g:496:1: ( ( rule__StandardOperation__Group__0 ) )
+ // InternalRoom.g:497:1: ( rule__StandardOperation__Group__0 )
{
before(grammarAccess.getStandardOperationAccess().getGroup());
- // InternalRoom.g:472:1: ( rule__StandardOperation__Group__0 )
- // InternalRoom.g:472:2: rule__StandardOperation__Group__0
+ // InternalRoom.g:498:1: ( rule__StandardOperation__Group__0 )
+ // InternalRoom.g:498:2: rule__StandardOperation__Group__0
{
pushFollow(FOLLOW_2);
rule__StandardOperation__Group__0();
@@ -1349,11 +1426,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRulePortOperation"
- // InternalRoom.g:484:1: entryRulePortOperation : rulePortOperation EOF ;
+ // InternalRoom.g:510:1: entryRulePortOperation : rulePortOperation EOF ;
public final void entryRulePortOperation() throws RecognitionException {
try {
- // InternalRoom.g:485:1: ( rulePortOperation EOF )
- // InternalRoom.g:486:1: rulePortOperation EOF
+ // InternalRoom.g:511:1: ( rulePortOperation EOF )
+ // InternalRoom.g:512:1: rulePortOperation EOF
{
before(grammarAccess.getPortOperationRule());
pushFollow(FOLLOW_1);
@@ -1379,21 +1456,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rulePortOperation"
- // InternalRoom.g:493:1: rulePortOperation : ( ( rule__PortOperation__Group__0 ) ) ;
+ // InternalRoom.g:519:1: rulePortOperation : ( ( rule__PortOperation__Group__0 ) ) ;
public final void rulePortOperation() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:497:2: ( ( ( rule__PortOperation__Group__0 ) ) )
- // InternalRoom.g:498:1: ( ( rule__PortOperation__Group__0 ) )
+ // InternalRoom.g:523:2: ( ( ( rule__PortOperation__Group__0 ) ) )
+ // InternalRoom.g:524:1: ( ( rule__PortOperation__Group__0 ) )
{
- // InternalRoom.g:498:1: ( ( rule__PortOperation__Group__0 ) )
- // InternalRoom.g:499:1: ( rule__PortOperation__Group__0 )
+ // InternalRoom.g:524:1: ( ( rule__PortOperation__Group__0 ) )
+ // InternalRoom.g:525:1: ( rule__PortOperation__Group__0 )
{
before(grammarAccess.getPortOperationAccess().getGroup());
- // InternalRoom.g:500:1: ( rule__PortOperation__Group__0 )
- // InternalRoom.g:500:2: rule__PortOperation__Group__0
+ // InternalRoom.g:526:1: ( rule__PortOperation__Group__0 )
+ // InternalRoom.g:526:2: rule__PortOperation__Group__0
{
pushFollow(FOLLOW_2);
rule__PortOperation__Group__0();
@@ -1426,11 +1503,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleClassStructor"
- // InternalRoom.g:512:1: entryRuleClassStructor : ruleClassStructor EOF ;
+ // InternalRoom.g:538:1: entryRuleClassStructor : ruleClassStructor EOF ;
public final void entryRuleClassStructor() throws RecognitionException {
try {
- // InternalRoom.g:513:1: ( ruleClassStructor EOF )
- // InternalRoom.g:514:1: ruleClassStructor EOF
+ // InternalRoom.g:539:1: ( ruleClassStructor EOF )
+ // InternalRoom.g:540:1: ruleClassStructor EOF
{
before(grammarAccess.getClassStructorRule());
pushFollow(FOLLOW_1);
@@ -1456,21 +1533,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleClassStructor"
- // InternalRoom.g:521:1: ruleClassStructor : ( ( rule__ClassStructor__Group__0 ) ) ;
+ // InternalRoom.g:547:1: ruleClassStructor : ( ( rule__ClassStructor__Group__0 ) ) ;
public final void ruleClassStructor() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:525:2: ( ( ( rule__ClassStructor__Group__0 ) ) )
- // InternalRoom.g:526:1: ( ( rule__ClassStructor__Group__0 ) )
+ // InternalRoom.g:551:2: ( ( ( rule__ClassStructor__Group__0 ) ) )
+ // InternalRoom.g:552:1: ( ( rule__ClassStructor__Group__0 ) )
{
- // InternalRoom.g:526:1: ( ( rule__ClassStructor__Group__0 ) )
- // InternalRoom.g:527:1: ( rule__ClassStructor__Group__0 )
+ // InternalRoom.g:552:1: ( ( rule__ClassStructor__Group__0 ) )
+ // InternalRoom.g:553:1: ( rule__ClassStructor__Group__0 )
{
before(grammarAccess.getClassStructorAccess().getGroup());
- // InternalRoom.g:528:1: ( rule__ClassStructor__Group__0 )
- // InternalRoom.g:528:2: rule__ClassStructor__Group__0
+ // InternalRoom.g:554:1: ( rule__ClassStructor__Group__0 )
+ // InternalRoom.g:554:2: rule__ClassStructor__Group__0
{
pushFollow(FOLLOW_2);
rule__ClassStructor__Group__0();
@@ -1503,11 +1580,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleGeneralProtocolClass"
- // InternalRoom.g:540:1: entryRuleGeneralProtocolClass : ruleGeneralProtocolClass EOF ;
+ // InternalRoom.g:566:1: entryRuleGeneralProtocolClass : ruleGeneralProtocolClass EOF ;
public final void entryRuleGeneralProtocolClass() throws RecognitionException {
try {
- // InternalRoom.g:541:1: ( ruleGeneralProtocolClass EOF )
- // InternalRoom.g:542:1: ruleGeneralProtocolClass EOF
+ // InternalRoom.g:567:1: ( ruleGeneralProtocolClass EOF )
+ // InternalRoom.g:568:1: ruleGeneralProtocolClass EOF
{
before(grammarAccess.getGeneralProtocolClassRule());
pushFollow(FOLLOW_1);
@@ -1533,21 +1610,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleGeneralProtocolClass"
- // InternalRoom.g:549:1: ruleGeneralProtocolClass : ( ( rule__GeneralProtocolClass__Alternatives ) ) ;
+ // InternalRoom.g:575:1: ruleGeneralProtocolClass : ( ( rule__GeneralProtocolClass__Alternatives ) ) ;
public final void ruleGeneralProtocolClass() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:553:2: ( ( ( rule__GeneralProtocolClass__Alternatives ) ) )
- // InternalRoom.g:554:1: ( ( rule__GeneralProtocolClass__Alternatives ) )
+ // InternalRoom.g:579:2: ( ( ( rule__GeneralProtocolClass__Alternatives ) ) )
+ // InternalRoom.g:580:1: ( ( rule__GeneralProtocolClass__Alternatives ) )
{
- // InternalRoom.g:554:1: ( ( rule__GeneralProtocolClass__Alternatives ) )
- // InternalRoom.g:555:1: ( rule__GeneralProtocolClass__Alternatives )
+ // InternalRoom.g:580:1: ( ( rule__GeneralProtocolClass__Alternatives ) )
+ // InternalRoom.g:581:1: ( rule__GeneralProtocolClass__Alternatives )
{
before(grammarAccess.getGeneralProtocolClassAccess().getAlternatives());
- // InternalRoom.g:556:1: ( rule__GeneralProtocolClass__Alternatives )
- // InternalRoom.g:556:2: rule__GeneralProtocolClass__Alternatives
+ // InternalRoom.g:582:1: ( rule__GeneralProtocolClass__Alternatives )
+ // InternalRoom.g:582:2: rule__GeneralProtocolClass__Alternatives
{
pushFollow(FOLLOW_2);
rule__GeneralProtocolClass__Alternatives();
@@ -1580,11 +1657,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleProtocolClass"
- // InternalRoom.g:568:1: entryRuleProtocolClass : ruleProtocolClass EOF ;
+ // InternalRoom.g:594:1: entryRuleProtocolClass : ruleProtocolClass EOF ;
public final void entryRuleProtocolClass() throws RecognitionException {
try {
- // InternalRoom.g:569:1: ( ruleProtocolClass EOF )
- // InternalRoom.g:570:1: ruleProtocolClass EOF
+ // InternalRoom.g:595:1: ( ruleProtocolClass EOF )
+ // InternalRoom.g:596:1: ruleProtocolClass EOF
{
before(grammarAccess.getProtocolClassRule());
pushFollow(FOLLOW_1);
@@ -1610,21 +1687,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleProtocolClass"
- // InternalRoom.g:577:1: ruleProtocolClass : ( ( rule__ProtocolClass__Group__0 ) ) ;
+ // InternalRoom.g:603:1: ruleProtocolClass : ( ( rule__ProtocolClass__Group__0 ) ) ;
public final void ruleProtocolClass() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:581:2: ( ( ( rule__ProtocolClass__Group__0 ) ) )
- // InternalRoom.g:582:1: ( ( rule__ProtocolClass__Group__0 ) )
+ // InternalRoom.g:607:2: ( ( ( rule__ProtocolClass__Group__0 ) ) )
+ // InternalRoom.g:608:1: ( ( rule__ProtocolClass__Group__0 ) )
{
- // InternalRoom.g:582:1: ( ( rule__ProtocolClass__Group__0 ) )
- // InternalRoom.g:583:1: ( rule__ProtocolClass__Group__0 )
+ // InternalRoom.g:608:1: ( ( rule__ProtocolClass__Group__0 ) )
+ // InternalRoom.g:609:1: ( rule__ProtocolClass__Group__0 )
{
before(grammarAccess.getProtocolClassAccess().getGroup());
- // InternalRoom.g:584:1: ( rule__ProtocolClass__Group__0 )
- // InternalRoom.g:584:2: rule__ProtocolClass__Group__0
+ // InternalRoom.g:610:1: ( rule__ProtocolClass__Group__0 )
+ // InternalRoom.g:610:2: rule__ProtocolClass__Group__0
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group__0();
@@ -1657,11 +1734,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleCompoundProtocolClass"
- // InternalRoom.g:596:1: entryRuleCompoundProtocolClass : ruleCompoundProtocolClass EOF ;
+ // InternalRoom.g:622:1: entryRuleCompoundProtocolClass : ruleCompoundProtocolClass EOF ;
public final void entryRuleCompoundProtocolClass() throws RecognitionException {
try {
- // InternalRoom.g:597:1: ( ruleCompoundProtocolClass EOF )
- // InternalRoom.g:598:1: ruleCompoundProtocolClass EOF
+ // InternalRoom.g:623:1: ( ruleCompoundProtocolClass EOF )
+ // InternalRoom.g:624:1: ruleCompoundProtocolClass EOF
{
before(grammarAccess.getCompoundProtocolClassRule());
pushFollow(FOLLOW_1);
@@ -1687,21 +1764,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleCompoundProtocolClass"
- // InternalRoom.g:605:1: ruleCompoundProtocolClass : ( ( rule__CompoundProtocolClass__Group__0 ) ) ;
+ // InternalRoom.g:631:1: ruleCompoundProtocolClass : ( ( rule__CompoundProtocolClass__Group__0 ) ) ;
public final void ruleCompoundProtocolClass() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:609:2: ( ( ( rule__CompoundProtocolClass__Group__0 ) ) )
- // InternalRoom.g:610:1: ( ( rule__CompoundProtocolClass__Group__0 ) )
+ // InternalRoom.g:635:2: ( ( ( rule__CompoundProtocolClass__Group__0 ) ) )
+ // InternalRoom.g:636:1: ( ( rule__CompoundProtocolClass__Group__0 ) )
{
- // InternalRoom.g:610:1: ( ( rule__CompoundProtocolClass__Group__0 ) )
- // InternalRoom.g:611:1: ( rule__CompoundProtocolClass__Group__0 )
+ // InternalRoom.g:636:1: ( ( rule__CompoundProtocolClass__Group__0 ) )
+ // InternalRoom.g:637:1: ( rule__CompoundProtocolClass__Group__0 )
{
before(grammarAccess.getCompoundProtocolClassAccess().getGroup());
- // InternalRoom.g:612:1: ( rule__CompoundProtocolClass__Group__0 )
- // InternalRoom.g:612:2: rule__CompoundProtocolClass__Group__0
+ // InternalRoom.g:638:1: ( rule__CompoundProtocolClass__Group__0 )
+ // InternalRoom.g:638:2: rule__CompoundProtocolClass__Group__0
{
pushFollow(FOLLOW_2);
rule__CompoundProtocolClass__Group__0();
@@ -1734,11 +1811,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleSubProtocol"
- // InternalRoom.g:624:1: entryRuleSubProtocol : ruleSubProtocol EOF ;
+ // InternalRoom.g:650:1: entryRuleSubProtocol : ruleSubProtocol EOF ;
public final void entryRuleSubProtocol() throws RecognitionException {
try {
- // InternalRoom.g:625:1: ( ruleSubProtocol EOF )
- // InternalRoom.g:626:1: ruleSubProtocol EOF
+ // InternalRoom.g:651:1: ( ruleSubProtocol EOF )
+ // InternalRoom.g:652:1: ruleSubProtocol EOF
{
before(grammarAccess.getSubProtocolRule());
pushFollow(FOLLOW_1);
@@ -1764,21 +1841,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleSubProtocol"
- // InternalRoom.g:633:1: ruleSubProtocol : ( ( rule__SubProtocol__Group__0 ) ) ;
+ // InternalRoom.g:659:1: ruleSubProtocol : ( ( rule__SubProtocol__Group__0 ) ) ;
public final void ruleSubProtocol() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:637:2: ( ( ( rule__SubProtocol__Group__0 ) ) )
- // InternalRoom.g:638:1: ( ( rule__SubProtocol__Group__0 ) )
+ // InternalRoom.g:663:2: ( ( ( rule__SubProtocol__Group__0 ) ) )
+ // InternalRoom.g:664:1: ( ( rule__SubProtocol__Group__0 ) )
{
- // InternalRoom.g:638:1: ( ( rule__SubProtocol__Group__0 ) )
- // InternalRoom.g:639:1: ( rule__SubProtocol__Group__0 )
+ // InternalRoom.g:664:1: ( ( rule__SubProtocol__Group__0 ) )
+ // InternalRoom.g:665:1: ( rule__SubProtocol__Group__0 )
{
before(grammarAccess.getSubProtocolAccess().getGroup());
- // InternalRoom.g:640:1: ( rule__SubProtocol__Group__0 )
- // InternalRoom.g:640:2: rule__SubProtocol__Group__0
+ // InternalRoom.g:666:1: ( rule__SubProtocol__Group__0 )
+ // InternalRoom.g:666:2: rule__SubProtocol__Group__0
{
pushFollow(FOLLOW_2);
rule__SubProtocol__Group__0();
@@ -1811,11 +1888,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleMessage"
- // InternalRoom.g:652:1: entryRuleMessage : ruleMessage EOF ;
+ // InternalRoom.g:678:1: entryRuleMessage : ruleMessage EOF ;
public final void entryRuleMessage() throws RecognitionException {
try {
- // InternalRoom.g:653:1: ( ruleMessage EOF )
- // InternalRoom.g:654:1: ruleMessage EOF
+ // InternalRoom.g:679:1: ( ruleMessage EOF )
+ // InternalRoom.g:680:1: ruleMessage EOF
{
before(grammarAccess.getMessageRule());
pushFollow(FOLLOW_1);
@@ -1841,21 +1918,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleMessage"
- // InternalRoom.g:661:1: ruleMessage : ( ( rule__Message__Group__0 ) ) ;
+ // InternalRoom.g:687:1: ruleMessage : ( ( rule__Message__Group__0 ) ) ;
public final void ruleMessage() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:665:2: ( ( ( rule__Message__Group__0 ) ) )
- // InternalRoom.g:666:1: ( ( rule__Message__Group__0 ) )
+ // InternalRoom.g:691:2: ( ( ( rule__Message__Group__0 ) ) )
+ // InternalRoom.g:692:1: ( ( rule__Message__Group__0 ) )
{
- // InternalRoom.g:666:1: ( ( rule__Message__Group__0 ) )
- // InternalRoom.g:667:1: ( rule__Message__Group__0 )
+ // InternalRoom.g:692:1: ( ( rule__Message__Group__0 ) )
+ // InternalRoom.g:693:1: ( rule__Message__Group__0 )
{
before(grammarAccess.getMessageAccess().getGroup());
- // InternalRoom.g:668:1: ( rule__Message__Group__0 )
- // InternalRoom.g:668:2: rule__Message__Group__0
+ // InternalRoom.g:694:1: ( rule__Message__Group__0 )
+ // InternalRoom.g:694:2: rule__Message__Group__0
{
pushFollow(FOLLOW_2);
rule__Message__Group__0();
@@ -1888,11 +1965,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRulePortClass"
- // InternalRoom.g:680:1: entryRulePortClass : rulePortClass EOF ;
+ // InternalRoom.g:706:1: entryRulePortClass : rulePortClass EOF ;
public final void entryRulePortClass() throws RecognitionException {
try {
- // InternalRoom.g:681:1: ( rulePortClass EOF )
- // InternalRoom.g:682:1: rulePortClass EOF
+ // InternalRoom.g:707:1: ( rulePortClass EOF )
+ // InternalRoom.g:708:1: rulePortClass EOF
{
before(grammarAccess.getPortClassRule());
pushFollow(FOLLOW_1);
@@ -1918,21 +1995,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rulePortClass"
- // InternalRoom.g:689:1: rulePortClass : ( ( rule__PortClass__Group__0 ) ) ;
+ // InternalRoom.g:715:1: rulePortClass : ( ( rule__PortClass__Group__0 ) ) ;
public final void rulePortClass() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:693:2: ( ( ( rule__PortClass__Group__0 ) ) )
- // InternalRoom.g:694:1: ( ( rule__PortClass__Group__0 ) )
+ // InternalRoom.g:719:2: ( ( ( rule__PortClass__Group__0 ) ) )
+ // InternalRoom.g:720:1: ( ( rule__PortClass__Group__0 ) )
{
- // InternalRoom.g:694:1: ( ( rule__PortClass__Group__0 ) )
- // InternalRoom.g:695:1: ( rule__PortClass__Group__0 )
+ // InternalRoom.g:720:1: ( ( rule__PortClass__Group__0 ) )
+ // InternalRoom.g:721:1: ( rule__PortClass__Group__0 )
{
before(grammarAccess.getPortClassAccess().getGroup());
- // InternalRoom.g:696:1: ( rule__PortClass__Group__0 )
- // InternalRoom.g:696:2: rule__PortClass__Group__0
+ // InternalRoom.g:722:1: ( rule__PortClass__Group__0 )
+ // InternalRoom.g:722:2: rule__PortClass__Group__0
{
pushFollow(FOLLOW_2);
rule__PortClass__Group__0();
@@ -1965,11 +2042,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleMessageHandler"
- // InternalRoom.g:708:1: entryRuleMessageHandler : ruleMessageHandler EOF ;
+ // InternalRoom.g:734:1: entryRuleMessageHandler : ruleMessageHandler EOF ;
public final void entryRuleMessageHandler() throws RecognitionException {
try {
- // InternalRoom.g:709:1: ( ruleMessageHandler EOF )
- // InternalRoom.g:710:1: ruleMessageHandler EOF
+ // InternalRoom.g:735:1: ( ruleMessageHandler EOF )
+ // InternalRoom.g:736:1: ruleMessageHandler EOF
{
before(grammarAccess.getMessageHandlerRule());
pushFollow(FOLLOW_1);
@@ -1995,21 +2072,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleMessageHandler"
- // InternalRoom.g:717:1: ruleMessageHandler : ( ( rule__MessageHandler__Alternatives ) ) ;
+ // InternalRoom.g:743:1: ruleMessageHandler : ( ( rule__MessageHandler__Alternatives ) ) ;
public final void ruleMessageHandler() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:721:2: ( ( ( rule__MessageHandler__Alternatives ) ) )
- // InternalRoom.g:722:1: ( ( rule__MessageHandler__Alternatives ) )
+ // InternalRoom.g:747:2: ( ( ( rule__MessageHandler__Alternatives ) ) )
+ // InternalRoom.g:748:1: ( ( rule__MessageHandler__Alternatives ) )
{
- // InternalRoom.g:722:1: ( ( rule__MessageHandler__Alternatives ) )
- // InternalRoom.g:723:1: ( rule__MessageHandler__Alternatives )
+ // InternalRoom.g:748:1: ( ( rule__MessageHandler__Alternatives ) )
+ // InternalRoom.g:749:1: ( rule__MessageHandler__Alternatives )
{
before(grammarAccess.getMessageHandlerAccess().getAlternatives());
- // InternalRoom.g:724:1: ( rule__MessageHandler__Alternatives )
- // InternalRoom.g:724:2: rule__MessageHandler__Alternatives
+ // InternalRoom.g:750:1: ( rule__MessageHandler__Alternatives )
+ // InternalRoom.g:750:2: rule__MessageHandler__Alternatives
{
pushFollow(FOLLOW_2);
rule__MessageHandler__Alternatives();
@@ -2042,11 +2119,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleInMessageHandler"
- // InternalRoom.g:736:1: entryRuleInMessageHandler : ruleInMessageHandler EOF ;
+ // InternalRoom.g:762:1: entryRuleInMessageHandler : ruleInMessageHandler EOF ;
public final void entryRuleInMessageHandler() throws RecognitionException {
try {
- // InternalRoom.g:737:1: ( ruleInMessageHandler EOF )
- // InternalRoom.g:738:1: ruleInMessageHandler EOF
+ // InternalRoom.g:763:1: ( ruleInMessageHandler EOF )
+ // InternalRoom.g:764:1: ruleInMessageHandler EOF
{
before(grammarAccess.getInMessageHandlerRule());
pushFollow(FOLLOW_1);
@@ -2072,21 +2149,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleInMessageHandler"
- // InternalRoom.g:745:1: ruleInMessageHandler : ( ( rule__InMessageHandler__Group__0 ) ) ;
+ // InternalRoom.g:771:1: ruleInMessageHandler : ( ( rule__InMessageHandler__Group__0 ) ) ;
public final void ruleInMessageHandler() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:749:2: ( ( ( rule__InMessageHandler__Group__0 ) ) )
- // InternalRoom.g:750:1: ( ( rule__InMessageHandler__Group__0 ) )
+ // InternalRoom.g:775:2: ( ( ( rule__InMessageHandler__Group__0 ) ) )
+ // InternalRoom.g:776:1: ( ( rule__InMessageHandler__Group__0 ) )
{
- // InternalRoom.g:750:1: ( ( rule__InMessageHandler__Group__0 ) )
- // InternalRoom.g:751:1: ( rule__InMessageHandler__Group__0 )
+ // InternalRoom.g:776:1: ( ( rule__InMessageHandler__Group__0 ) )
+ // InternalRoom.g:777:1: ( rule__InMessageHandler__Group__0 )
{
before(grammarAccess.getInMessageHandlerAccess().getGroup());
- // InternalRoom.g:752:1: ( rule__InMessageHandler__Group__0 )
- // InternalRoom.g:752:2: rule__InMessageHandler__Group__0
+ // InternalRoom.g:778:1: ( rule__InMessageHandler__Group__0 )
+ // InternalRoom.g:778:2: rule__InMessageHandler__Group__0
{
pushFollow(FOLLOW_2);
rule__InMessageHandler__Group__0();
@@ -2119,11 +2196,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleOutMessageHandler"
- // InternalRoom.g:764:1: entryRuleOutMessageHandler : ruleOutMessageHandler EOF ;
+ // InternalRoom.g:790:1: entryRuleOutMessageHandler : ruleOutMessageHandler EOF ;
public final void entryRuleOutMessageHandler() throws RecognitionException {
try {
- // InternalRoom.g:765:1: ( ruleOutMessageHandler EOF )
- // InternalRoom.g:766:1: ruleOutMessageHandler EOF
+ // InternalRoom.g:791:1: ( ruleOutMessageHandler EOF )
+ // InternalRoom.g:792:1: ruleOutMessageHandler EOF
{
before(grammarAccess.getOutMessageHandlerRule());
pushFollow(FOLLOW_1);
@@ -2149,21 +2226,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleOutMessageHandler"
- // InternalRoom.g:773:1: ruleOutMessageHandler : ( ( rule__OutMessageHandler__Group__0 ) ) ;
+ // InternalRoom.g:799:1: ruleOutMessageHandler : ( ( rule__OutMessageHandler__Group__0 ) ) ;
public final void ruleOutMessageHandler() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:777:2: ( ( ( rule__OutMessageHandler__Group__0 ) ) )
- // InternalRoom.g:778:1: ( ( rule__OutMessageHandler__Group__0 ) )
+ // InternalRoom.g:803:2: ( ( ( rule__OutMessageHandler__Group__0 ) ) )
+ // InternalRoom.g:804:1: ( ( rule__OutMessageHandler__Group__0 ) )
{
- // InternalRoom.g:778:1: ( ( rule__OutMessageHandler__Group__0 ) )
- // InternalRoom.g:779:1: ( rule__OutMessageHandler__Group__0 )
+ // InternalRoom.g:804:1: ( ( rule__OutMessageHandler__Group__0 ) )
+ // InternalRoom.g:805:1: ( rule__OutMessageHandler__Group__0 )
{
before(grammarAccess.getOutMessageHandlerAccess().getGroup());
- // InternalRoom.g:780:1: ( rule__OutMessageHandler__Group__0 )
- // InternalRoom.g:780:2: rule__OutMessageHandler__Group__0
+ // InternalRoom.g:806:1: ( rule__OutMessageHandler__Group__0 )
+ // InternalRoom.g:806:2: rule__OutMessageHandler__Group__0
{
pushFollow(FOLLOW_2);
rule__OutMessageHandler__Group__0();
@@ -2196,11 +2273,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleModelComponent"
- // InternalRoom.g:792:1: entryRuleModelComponent : ruleModelComponent EOF ;
+ // InternalRoom.g:818:1: entryRuleModelComponent : ruleModelComponent EOF ;
public final void entryRuleModelComponent() throws RecognitionException {
try {
- // InternalRoom.g:793:1: ( ruleModelComponent EOF )
- // InternalRoom.g:794:1: ruleModelComponent EOF
+ // InternalRoom.g:819:1: ( ruleModelComponent EOF )
+ // InternalRoom.g:820:1: ruleModelComponent EOF
{
before(grammarAccess.getModelComponentRule());
pushFollow(FOLLOW_1);
@@ -2226,17 +2303,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleModelComponent"
- // InternalRoom.g:801:1: ruleModelComponent : ( ruleActorClass ) ;
+ // InternalRoom.g:827:1: ruleModelComponent : ( ruleActorClass ) ;
public final void ruleModelComponent() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:805:2: ( ( ruleActorClass ) )
- // InternalRoom.g:806:1: ( ruleActorClass )
+ // InternalRoom.g:831:2: ( ( ruleActorClass ) )
+ // InternalRoom.g:832:1: ( ruleActorClass )
{
- // InternalRoom.g:806:1: ( ruleActorClass )
- // InternalRoom.g:807:1: ruleActorClass
+ // InternalRoom.g:832:1: ( ruleActorClass )
+ // InternalRoom.g:833:1: ruleActorClass
{
before(grammarAccess.getModelComponentAccess().getActorClassParserRuleCall());
pushFollow(FOLLOW_2);
@@ -2267,11 +2344,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleActorClass"
- // InternalRoom.g:820:1: entryRuleActorClass : ruleActorClass EOF ;
+ // InternalRoom.g:846:1: entryRuleActorClass : ruleActorClass EOF ;
public final void entryRuleActorClass() throws RecognitionException {
try {
- // InternalRoom.g:821:1: ( ruleActorClass EOF )
- // InternalRoom.g:822:1: ruleActorClass EOF
+ // InternalRoom.g:847:1: ( ruleActorClass EOF )
+ // InternalRoom.g:848:1: ruleActorClass EOF
{
before(grammarAccess.getActorClassRule());
pushFollow(FOLLOW_1);
@@ -2297,21 +2374,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleActorClass"
- // InternalRoom.g:829:1: ruleActorClass : ( ( rule__ActorClass__Group__0 ) ) ;
+ // InternalRoom.g:855:1: ruleActorClass : ( ( rule__ActorClass__Group__0 ) ) ;
public final void ruleActorClass() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:833:2: ( ( ( rule__ActorClass__Group__0 ) ) )
- // InternalRoom.g:834:1: ( ( rule__ActorClass__Group__0 ) )
+ // InternalRoom.g:859:2: ( ( ( rule__ActorClass__Group__0 ) ) )
+ // InternalRoom.g:860:1: ( ( rule__ActorClass__Group__0 ) )
{
- // InternalRoom.g:834:1: ( ( rule__ActorClass__Group__0 ) )
- // InternalRoom.g:835:1: ( rule__ActorClass__Group__0 )
+ // InternalRoom.g:860:1: ( ( rule__ActorClass__Group__0 ) )
+ // InternalRoom.g:861:1: ( rule__ActorClass__Group__0 )
{
before(grammarAccess.getActorClassAccess().getGroup());
- // InternalRoom.g:836:1: ( rule__ActorClass__Group__0 )
- // InternalRoom.g:836:2: rule__ActorClass__Group__0
+ // InternalRoom.g:862:1: ( rule__ActorClass__Group__0 )
+ // InternalRoom.g:862:2: rule__ActorClass__Group__0
{
pushFollow(FOLLOW_2);
rule__ActorClass__Group__0();
@@ -2344,11 +2421,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleInterfaceItem"
- // InternalRoom.g:848:1: entryRuleInterfaceItem : ruleInterfaceItem EOF ;
+ // InternalRoom.g:874:1: entryRuleInterfaceItem : ruleInterfaceItem EOF ;
public final void entryRuleInterfaceItem() throws RecognitionException {
try {
- // InternalRoom.g:849:1: ( ruleInterfaceItem EOF )
- // InternalRoom.g:850:1: ruleInterfaceItem EOF
+ // InternalRoom.g:875:1: ( ruleInterfaceItem EOF )
+ // InternalRoom.g:876:1: ruleInterfaceItem EOF
{
before(grammarAccess.getInterfaceItemRule());
pushFollow(FOLLOW_1);
@@ -2374,21 +2451,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleInterfaceItem"
- // InternalRoom.g:857:1: ruleInterfaceItem : ( ( rule__InterfaceItem__Alternatives ) ) ;
+ // InternalRoom.g:883:1: ruleInterfaceItem : ( ( rule__InterfaceItem__Alternatives ) ) ;
public final void ruleInterfaceItem() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:861:2: ( ( ( rule__InterfaceItem__Alternatives ) ) )
- // InternalRoom.g:862:1: ( ( rule__InterfaceItem__Alternatives ) )
+ // InternalRoom.g:887:2: ( ( ( rule__InterfaceItem__Alternatives ) ) )
+ // InternalRoom.g:888:1: ( ( rule__InterfaceItem__Alternatives ) )
{
- // InternalRoom.g:862:1: ( ( rule__InterfaceItem__Alternatives ) )
- // InternalRoom.g:863:1: ( rule__InterfaceItem__Alternatives )
+ // InternalRoom.g:888:1: ( ( rule__InterfaceItem__Alternatives ) )
+ // InternalRoom.g:889:1: ( rule__InterfaceItem__Alternatives )
{
before(grammarAccess.getInterfaceItemAccess().getAlternatives());
- // InternalRoom.g:864:1: ( rule__InterfaceItem__Alternatives )
- // InternalRoom.g:864:2: rule__InterfaceItem__Alternatives
+ // InternalRoom.g:890:1: ( rule__InterfaceItem__Alternatives )
+ // InternalRoom.g:890:2: rule__InterfaceItem__Alternatives
{
pushFollow(FOLLOW_2);
rule__InterfaceItem__Alternatives();
@@ -2421,11 +2498,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRulePort"
- // InternalRoom.g:876:1: entryRulePort : rulePort EOF ;
+ // InternalRoom.g:902:1: entryRulePort : rulePort EOF ;
public final void entryRulePort() throws RecognitionException {
try {
- // InternalRoom.g:877:1: ( rulePort EOF )
- // InternalRoom.g:878:1: rulePort EOF
+ // InternalRoom.g:903:1: ( rulePort EOF )
+ // InternalRoom.g:904:1: rulePort EOF
{
before(grammarAccess.getPortRule());
pushFollow(FOLLOW_1);
@@ -2451,21 +2528,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rulePort"
- // InternalRoom.g:885:1: rulePort : ( ( rule__Port__Group__0 ) ) ;
+ // InternalRoom.g:911:1: rulePort : ( ( rule__Port__Group__0 ) ) ;
public final void rulePort() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:889:2: ( ( ( rule__Port__Group__0 ) ) )
- // InternalRoom.g:890:1: ( ( rule__Port__Group__0 ) )
+ // InternalRoom.g:915:2: ( ( ( rule__Port__Group__0 ) ) )
+ // InternalRoom.g:916:1: ( ( rule__Port__Group__0 ) )
{
- // InternalRoom.g:890:1: ( ( rule__Port__Group__0 ) )
- // InternalRoom.g:891:1: ( rule__Port__Group__0 )
+ // InternalRoom.g:916:1: ( ( rule__Port__Group__0 ) )
+ // InternalRoom.g:917:1: ( rule__Port__Group__0 )
{
before(grammarAccess.getPortAccess().getGroup());
- // InternalRoom.g:892:1: ( rule__Port__Group__0 )
- // InternalRoom.g:892:2: rule__Port__Group__0
+ // InternalRoom.g:918:1: ( rule__Port__Group__0 )
+ // InternalRoom.g:918:2: rule__Port__Group__0
{
pushFollow(FOLLOW_2);
rule__Port__Group__0();
@@ -2498,11 +2575,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleExternalPort"
- // InternalRoom.g:904:1: entryRuleExternalPort : ruleExternalPort EOF ;
+ // InternalRoom.g:930:1: entryRuleExternalPort : ruleExternalPort EOF ;
public final void entryRuleExternalPort() throws RecognitionException {
try {
- // InternalRoom.g:905:1: ( ruleExternalPort EOF )
- // InternalRoom.g:906:1: ruleExternalPort EOF
+ // InternalRoom.g:931:1: ( ruleExternalPort EOF )
+ // InternalRoom.g:932:1: ruleExternalPort EOF
{
before(grammarAccess.getExternalPortRule());
pushFollow(FOLLOW_1);
@@ -2528,21 +2605,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleExternalPort"
- // InternalRoom.g:913:1: ruleExternalPort : ( ( rule__ExternalPort__Group__0 ) ) ;
+ // InternalRoom.g:939:1: ruleExternalPort : ( ( rule__ExternalPort__Group__0 ) ) ;
public final void ruleExternalPort() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:917:2: ( ( ( rule__ExternalPort__Group__0 ) ) )
- // InternalRoom.g:918:1: ( ( rule__ExternalPort__Group__0 ) )
+ // InternalRoom.g:943:2: ( ( ( rule__ExternalPort__Group__0 ) ) )
+ // InternalRoom.g:944:1: ( ( rule__ExternalPort__Group__0 ) )
{
- // InternalRoom.g:918:1: ( ( rule__ExternalPort__Group__0 ) )
- // InternalRoom.g:919:1: ( rule__ExternalPort__Group__0 )
+ // InternalRoom.g:944:1: ( ( rule__ExternalPort__Group__0 ) )
+ // InternalRoom.g:945:1: ( rule__ExternalPort__Group__0 )
{
before(grammarAccess.getExternalPortAccess().getGroup());
- // InternalRoom.g:920:1: ( rule__ExternalPort__Group__0 )
- // InternalRoom.g:920:2: rule__ExternalPort__Group__0
+ // InternalRoom.g:946:1: ( rule__ExternalPort__Group__0 )
+ // InternalRoom.g:946:2: rule__ExternalPort__Group__0
{
pushFollow(FOLLOW_2);
rule__ExternalPort__Group__0();
@@ -2575,11 +2652,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleSAP"
- // InternalRoom.g:932:1: entryRuleSAP : ruleSAP EOF ;
+ // InternalRoom.g:958:1: entryRuleSAP : ruleSAP EOF ;
public final void entryRuleSAP() throws RecognitionException {
try {
- // InternalRoom.g:933:1: ( ruleSAP EOF )
- // InternalRoom.g:934:1: ruleSAP EOF
+ // InternalRoom.g:959:1: ( ruleSAP EOF )
+ // InternalRoom.g:960:1: ruleSAP EOF
{
before(grammarAccess.getSAPRule());
pushFollow(FOLLOW_1);
@@ -2605,21 +2682,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleSAP"
- // InternalRoom.g:941:1: ruleSAP : ( ( rule__SAP__Group__0 ) ) ;
+ // InternalRoom.g:967:1: ruleSAP : ( ( rule__SAP__Group__0 ) ) ;
public final void ruleSAP() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:945:2: ( ( ( rule__SAP__Group__0 ) ) )
- // InternalRoom.g:946:1: ( ( rule__SAP__Group__0 ) )
+ // InternalRoom.g:971:2: ( ( ( rule__SAP__Group__0 ) ) )
+ // InternalRoom.g:972:1: ( ( rule__SAP__Group__0 ) )
{
- // InternalRoom.g:946:1: ( ( rule__SAP__Group__0 ) )
- // InternalRoom.g:947:1: ( rule__SAP__Group__0 )
+ // InternalRoom.g:972:1: ( ( rule__SAP__Group__0 ) )
+ // InternalRoom.g:973:1: ( rule__SAP__Group__0 )
{
before(grammarAccess.getSAPAccess().getGroup());
- // InternalRoom.g:948:1: ( rule__SAP__Group__0 )
- // InternalRoom.g:948:2: rule__SAP__Group__0
+ // InternalRoom.g:974:1: ( rule__SAP__Group__0 )
+ // InternalRoom.g:974:2: rule__SAP__Group__0
{
pushFollow(FOLLOW_2);
rule__SAP__Group__0();
@@ -2652,11 +2729,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleSPP"
- // InternalRoom.g:960:1: entryRuleSPP : ruleSPP EOF ;
+ // InternalRoom.g:986:1: entryRuleSPP : ruleSPP EOF ;
public final void entryRuleSPP() throws RecognitionException {
try {
- // InternalRoom.g:961:1: ( ruleSPP EOF )
- // InternalRoom.g:962:1: ruleSPP EOF
+ // InternalRoom.g:987:1: ( ruleSPP EOF )
+ // InternalRoom.g:988:1: ruleSPP EOF
{
before(grammarAccess.getSPPRule());
pushFollow(FOLLOW_1);
@@ -2682,21 +2759,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleSPP"
- // InternalRoom.g:969:1: ruleSPP : ( ( rule__SPP__Group__0 ) ) ;
+ // InternalRoom.g:995:1: ruleSPP : ( ( rule__SPP__Group__0 ) ) ;
public final void ruleSPP() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:973:2: ( ( ( rule__SPP__Group__0 ) ) )
- // InternalRoom.g:974:1: ( ( rule__SPP__Group__0 ) )
+ // InternalRoom.g:999:2: ( ( ( rule__SPP__Group__0 ) ) )
+ // InternalRoom.g:1000:1: ( ( rule__SPP__Group__0 ) )
{
- // InternalRoom.g:974:1: ( ( rule__SPP__Group__0 ) )
- // InternalRoom.g:975:1: ( rule__SPP__Group__0 )
+ // InternalRoom.g:1000:1: ( ( rule__SPP__Group__0 ) )
+ // InternalRoom.g:1001:1: ( rule__SPP__Group__0 )
{
before(grammarAccess.getSPPAccess().getGroup());
- // InternalRoom.g:976:1: ( rule__SPP__Group__0 )
- // InternalRoom.g:976:2: rule__SPP__Group__0
+ // InternalRoom.g:1002:1: ( rule__SPP__Group__0 )
+ // InternalRoom.g:1002:2: rule__SPP__Group__0
{
pushFollow(FOLLOW_2);
rule__SPP__Group__0();
@@ -2729,11 +2806,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleServiceImplementation"
- // InternalRoom.g:988:1: entryRuleServiceImplementation : ruleServiceImplementation EOF ;
+ // InternalRoom.g:1014:1: entryRuleServiceImplementation : ruleServiceImplementation EOF ;
public final void entryRuleServiceImplementation() throws RecognitionException {
try {
- // InternalRoom.g:989:1: ( ruleServiceImplementation EOF )
- // InternalRoom.g:990:1: ruleServiceImplementation EOF
+ // InternalRoom.g:1015:1: ( ruleServiceImplementation EOF )
+ // InternalRoom.g:1016:1: ruleServiceImplementation EOF
{
before(grammarAccess.getServiceImplementationRule());
pushFollow(FOLLOW_1);
@@ -2759,21 +2836,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleServiceImplementation"
- // InternalRoom.g:997:1: ruleServiceImplementation : ( ( rule__ServiceImplementation__Group__0 ) ) ;
+ // InternalRoom.g:1023:1: ruleServiceImplementation : ( ( rule__ServiceImplementation__Group__0 ) ) ;
public final void ruleServiceImplementation() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1001:2: ( ( ( rule__ServiceImplementation__Group__0 ) ) )
- // InternalRoom.g:1002:1: ( ( rule__ServiceImplementation__Group__0 ) )
+ // InternalRoom.g:1027:2: ( ( ( rule__ServiceImplementation__Group__0 ) ) )
+ // InternalRoom.g:1028:1: ( ( rule__ServiceImplementation__Group__0 ) )
{
- // InternalRoom.g:1002:1: ( ( rule__ServiceImplementation__Group__0 ) )
- // InternalRoom.g:1003:1: ( rule__ServiceImplementation__Group__0 )
+ // InternalRoom.g:1028:1: ( ( rule__ServiceImplementation__Group__0 ) )
+ // InternalRoom.g:1029:1: ( rule__ServiceImplementation__Group__0 )
{
before(grammarAccess.getServiceImplementationAccess().getGroup());
- // InternalRoom.g:1004:1: ( rule__ServiceImplementation__Group__0 )
- // InternalRoom.g:1004:2: rule__ServiceImplementation__Group__0
+ // InternalRoom.g:1030:1: ( rule__ServiceImplementation__Group__0 )
+ // InternalRoom.g:1030:2: rule__ServiceImplementation__Group__0
{
pushFollow(FOLLOW_2);
rule__ServiceImplementation__Group__0();
@@ -2806,11 +2883,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleLogicalSystem"
- // InternalRoom.g:1016:1: entryRuleLogicalSystem : ruleLogicalSystem EOF ;
+ // InternalRoom.g:1042:1: entryRuleLogicalSystem : ruleLogicalSystem EOF ;
public final void entryRuleLogicalSystem() throws RecognitionException {
try {
- // InternalRoom.g:1017:1: ( ruleLogicalSystem EOF )
- // InternalRoom.g:1018:1: ruleLogicalSystem EOF
+ // InternalRoom.g:1043:1: ( ruleLogicalSystem EOF )
+ // InternalRoom.g:1044:1: ruleLogicalSystem EOF
{
before(grammarAccess.getLogicalSystemRule());
pushFollow(FOLLOW_1);
@@ -2836,21 +2913,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleLogicalSystem"
- // InternalRoom.g:1025:1: ruleLogicalSystem : ( ( rule__LogicalSystem__Group__0 ) ) ;
+ // InternalRoom.g:1051:1: ruleLogicalSystem : ( ( rule__LogicalSystem__Group__0 ) ) ;
public final void ruleLogicalSystem() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1029:2: ( ( ( rule__LogicalSystem__Group__0 ) ) )
- // InternalRoom.g:1030:1: ( ( rule__LogicalSystem__Group__0 ) )
+ // InternalRoom.g:1055:2: ( ( ( rule__LogicalSystem__Group__0 ) ) )
+ // InternalRoom.g:1056:1: ( ( rule__LogicalSystem__Group__0 ) )
{
- // InternalRoom.g:1030:1: ( ( rule__LogicalSystem__Group__0 ) )
- // InternalRoom.g:1031:1: ( rule__LogicalSystem__Group__0 )
+ // InternalRoom.g:1056:1: ( ( rule__LogicalSystem__Group__0 ) )
+ // InternalRoom.g:1057:1: ( rule__LogicalSystem__Group__0 )
{
before(grammarAccess.getLogicalSystemAccess().getGroup());
- // InternalRoom.g:1032:1: ( rule__LogicalSystem__Group__0 )
- // InternalRoom.g:1032:2: rule__LogicalSystem__Group__0
+ // InternalRoom.g:1058:1: ( rule__LogicalSystem__Group__0 )
+ // InternalRoom.g:1058:2: rule__LogicalSystem__Group__0
{
pushFollow(FOLLOW_2);
rule__LogicalSystem__Group__0();
@@ -2883,11 +2960,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleSubSystemRef"
- // InternalRoom.g:1046:1: entryRuleSubSystemRef : ruleSubSystemRef EOF ;
+ // InternalRoom.g:1072:1: entryRuleSubSystemRef : ruleSubSystemRef EOF ;
public final void entryRuleSubSystemRef() throws RecognitionException {
try {
- // InternalRoom.g:1047:1: ( ruleSubSystemRef EOF )
- // InternalRoom.g:1048:1: ruleSubSystemRef EOF
+ // InternalRoom.g:1073:1: ( ruleSubSystemRef EOF )
+ // InternalRoom.g:1074:1: ruleSubSystemRef EOF
{
before(grammarAccess.getSubSystemRefRule());
pushFollow(FOLLOW_1);
@@ -2913,21 +2990,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleSubSystemRef"
- // InternalRoom.g:1055:1: ruleSubSystemRef : ( ( rule__SubSystemRef__Group__0 ) ) ;
+ // InternalRoom.g:1081:1: ruleSubSystemRef : ( ( rule__SubSystemRef__Group__0 ) ) ;
public final void ruleSubSystemRef() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1059:2: ( ( ( rule__SubSystemRef__Group__0 ) ) )
- // InternalRoom.g:1060:1: ( ( rule__SubSystemRef__Group__0 ) )
+ // InternalRoom.g:1085:2: ( ( ( rule__SubSystemRef__Group__0 ) ) )
+ // InternalRoom.g:1086:1: ( ( rule__SubSystemRef__Group__0 ) )
{
- // InternalRoom.g:1060:1: ( ( rule__SubSystemRef__Group__0 ) )
- // InternalRoom.g:1061:1: ( rule__SubSystemRef__Group__0 )
+ // InternalRoom.g:1086:1: ( ( rule__SubSystemRef__Group__0 ) )
+ // InternalRoom.g:1087:1: ( rule__SubSystemRef__Group__0 )
{
before(grammarAccess.getSubSystemRefAccess().getGroup());
- // InternalRoom.g:1062:1: ( rule__SubSystemRef__Group__0 )
- // InternalRoom.g:1062:2: rule__SubSystemRef__Group__0
+ // InternalRoom.g:1088:1: ( rule__SubSystemRef__Group__0 )
+ // InternalRoom.g:1088:2: rule__SubSystemRef__Group__0
{
pushFollow(FOLLOW_2);
rule__SubSystemRef__Group__0();
@@ -2960,11 +3037,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleSubSystemClass"
- // InternalRoom.g:1074:1: entryRuleSubSystemClass : ruleSubSystemClass EOF ;
+ // InternalRoom.g:1100:1: entryRuleSubSystemClass : ruleSubSystemClass EOF ;
public final void entryRuleSubSystemClass() throws RecognitionException {
try {
- // InternalRoom.g:1075:1: ( ruleSubSystemClass EOF )
- // InternalRoom.g:1076:1: ruleSubSystemClass EOF
+ // InternalRoom.g:1101:1: ( ruleSubSystemClass EOF )
+ // InternalRoom.g:1102:1: ruleSubSystemClass EOF
{
before(grammarAccess.getSubSystemClassRule());
pushFollow(FOLLOW_1);
@@ -2990,21 +3067,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleSubSystemClass"
- // InternalRoom.g:1083:1: ruleSubSystemClass : ( ( rule__SubSystemClass__Group__0 ) ) ;
+ // InternalRoom.g:1109:1: ruleSubSystemClass : ( ( rule__SubSystemClass__Group__0 ) ) ;
public final void ruleSubSystemClass() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1087:2: ( ( ( rule__SubSystemClass__Group__0 ) ) )
- // InternalRoom.g:1088:1: ( ( rule__SubSystemClass__Group__0 ) )
+ // InternalRoom.g:1113:2: ( ( ( rule__SubSystemClass__Group__0 ) ) )
+ // InternalRoom.g:1114:1: ( ( rule__SubSystemClass__Group__0 ) )
{
- // InternalRoom.g:1088:1: ( ( rule__SubSystemClass__Group__0 ) )
- // InternalRoom.g:1089:1: ( rule__SubSystemClass__Group__0 )
+ // InternalRoom.g:1114:1: ( ( rule__SubSystemClass__Group__0 ) )
+ // InternalRoom.g:1115:1: ( rule__SubSystemClass__Group__0 )
{
before(grammarAccess.getSubSystemClassAccess().getGroup());
- // InternalRoom.g:1090:1: ( rule__SubSystemClass__Group__0 )
- // InternalRoom.g:1090:2: rule__SubSystemClass__Group__0
+ // InternalRoom.g:1116:1: ( rule__SubSystemClass__Group__0 )
+ // InternalRoom.g:1116:2: rule__SubSystemClass__Group__0
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__Group__0();
@@ -3037,11 +3114,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleLogicalThread"
- // InternalRoom.g:1102:1: entryRuleLogicalThread : ruleLogicalThread EOF ;
+ // InternalRoom.g:1128:1: entryRuleLogicalThread : ruleLogicalThread EOF ;
public final void entryRuleLogicalThread() throws RecognitionException {
try {
- // InternalRoom.g:1103:1: ( ruleLogicalThread EOF )
- // InternalRoom.g:1104:1: ruleLogicalThread EOF
+ // InternalRoom.g:1129:1: ( ruleLogicalThread EOF )
+ // InternalRoom.g:1130:1: ruleLogicalThread EOF
{
before(grammarAccess.getLogicalThreadRule());
pushFollow(FOLLOW_1);
@@ -3067,21 +3144,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleLogicalThread"
- // InternalRoom.g:1111:1: ruleLogicalThread : ( ( rule__LogicalThread__Group__0 ) ) ;
+ // InternalRoom.g:1137:1: ruleLogicalThread : ( ( rule__LogicalThread__Group__0 ) ) ;
public final void ruleLogicalThread() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1115:2: ( ( ( rule__LogicalThread__Group__0 ) ) )
- // InternalRoom.g:1116:1: ( ( rule__LogicalThread__Group__0 ) )
+ // InternalRoom.g:1141:2: ( ( ( rule__LogicalThread__Group__0 ) ) )
+ // InternalRoom.g:1142:1: ( ( rule__LogicalThread__Group__0 ) )
{
- // InternalRoom.g:1116:1: ( ( rule__LogicalThread__Group__0 ) )
- // InternalRoom.g:1117:1: ( rule__LogicalThread__Group__0 )
+ // InternalRoom.g:1142:1: ( ( rule__LogicalThread__Group__0 ) )
+ // InternalRoom.g:1143:1: ( rule__LogicalThread__Group__0 )
{
before(grammarAccess.getLogicalThreadAccess().getGroup());
- // InternalRoom.g:1118:1: ( rule__LogicalThread__Group__0 )
- // InternalRoom.g:1118:2: rule__LogicalThread__Group__0
+ // InternalRoom.g:1144:1: ( rule__LogicalThread__Group__0 )
+ // InternalRoom.g:1144:2: rule__LogicalThread__Group__0
{
pushFollow(FOLLOW_2);
rule__LogicalThread__Group__0();
@@ -3114,11 +3191,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleActorInstanceMapping"
- // InternalRoom.g:1130:1: entryRuleActorInstanceMapping : ruleActorInstanceMapping EOF ;
+ // InternalRoom.g:1156:1: entryRuleActorInstanceMapping : ruleActorInstanceMapping EOF ;
public final void entryRuleActorInstanceMapping() throws RecognitionException {
try {
- // InternalRoom.g:1131:1: ( ruleActorInstanceMapping EOF )
- // InternalRoom.g:1132:1: ruleActorInstanceMapping EOF
+ // InternalRoom.g:1157:1: ( ruleActorInstanceMapping EOF )
+ // InternalRoom.g:1158:1: ruleActorInstanceMapping EOF
{
before(grammarAccess.getActorInstanceMappingRule());
pushFollow(FOLLOW_1);
@@ -3144,21 +3221,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleActorInstanceMapping"
- // InternalRoom.g:1139:1: ruleActorInstanceMapping : ( ( rule__ActorInstanceMapping__Group__0 ) ) ;
+ // InternalRoom.g:1165:1: ruleActorInstanceMapping : ( ( rule__ActorInstanceMapping__Group__0 ) ) ;
public final void ruleActorInstanceMapping() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1143:2: ( ( ( rule__ActorInstanceMapping__Group__0 ) ) )
- // InternalRoom.g:1144:1: ( ( rule__ActorInstanceMapping__Group__0 ) )
+ // InternalRoom.g:1169:2: ( ( ( rule__ActorInstanceMapping__Group__0 ) ) )
+ // InternalRoom.g:1170:1: ( ( rule__ActorInstanceMapping__Group__0 ) )
{
- // InternalRoom.g:1144:1: ( ( rule__ActorInstanceMapping__Group__0 ) )
- // InternalRoom.g:1145:1: ( rule__ActorInstanceMapping__Group__0 )
+ // InternalRoom.g:1170:1: ( ( rule__ActorInstanceMapping__Group__0 ) )
+ // InternalRoom.g:1171:1: ( rule__ActorInstanceMapping__Group__0 )
{
before(grammarAccess.getActorInstanceMappingAccess().getGroup());
- // InternalRoom.g:1146:1: ( rule__ActorInstanceMapping__Group__0 )
- // InternalRoom.g:1146:2: rule__ActorInstanceMapping__Group__0
+ // InternalRoom.g:1172:1: ( rule__ActorInstanceMapping__Group__0 )
+ // InternalRoom.g:1172:2: rule__ActorInstanceMapping__Group__0
{
pushFollow(FOLLOW_2);
rule__ActorInstanceMapping__Group__0();
@@ -3191,11 +3268,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleRefPath"
- // InternalRoom.g:1158:1: entryRuleRefPath : ruleRefPath EOF ;
+ // InternalRoom.g:1184:1: entryRuleRefPath : ruleRefPath EOF ;
public final void entryRuleRefPath() throws RecognitionException {
try {
- // InternalRoom.g:1159:1: ( ruleRefPath EOF )
- // InternalRoom.g:1160:1: ruleRefPath EOF
+ // InternalRoom.g:1185:1: ( ruleRefPath EOF )
+ // InternalRoom.g:1186:1: ruleRefPath EOF
{
before(grammarAccess.getRefPathRule());
pushFollow(FOLLOW_1);
@@ -3221,21 +3298,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRefPath"
- // InternalRoom.g:1167:1: ruleRefPath : ( ( rule__RefPath__Group__0 ) ) ;
+ // InternalRoom.g:1193:1: ruleRefPath : ( ( rule__RefPath__Group__0 ) ) ;
public final void ruleRefPath() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1171:2: ( ( ( rule__RefPath__Group__0 ) ) )
- // InternalRoom.g:1172:1: ( ( rule__RefPath__Group__0 ) )
+ // InternalRoom.g:1197:2: ( ( ( rule__RefPath__Group__0 ) ) )
+ // InternalRoom.g:1198:1: ( ( rule__RefPath__Group__0 ) )
{
- // InternalRoom.g:1172:1: ( ( rule__RefPath__Group__0 ) )
- // InternalRoom.g:1173:1: ( rule__RefPath__Group__0 )
+ // InternalRoom.g:1198:1: ( ( rule__RefPath__Group__0 ) )
+ // InternalRoom.g:1199:1: ( rule__RefPath__Group__0 )
{
before(grammarAccess.getRefPathAccess().getGroup());
- // InternalRoom.g:1174:1: ( rule__RefPath__Group__0 )
- // InternalRoom.g:1174:2: rule__RefPath__Group__0
+ // InternalRoom.g:1200:1: ( rule__RefPath__Group__0 )
+ // InternalRoom.g:1200:2: rule__RefPath__Group__0
{
pushFollow(FOLLOW_2);
rule__RefPath__Group__0();
@@ -3268,11 +3345,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleRefSegment"
- // InternalRoom.g:1186:1: entryRuleRefSegment : ruleRefSegment EOF ;
+ // InternalRoom.g:1212:1: entryRuleRefSegment : ruleRefSegment EOF ;
public final void entryRuleRefSegment() throws RecognitionException {
try {
- // InternalRoom.g:1187:1: ( ruleRefSegment EOF )
- // InternalRoom.g:1188:1: ruleRefSegment EOF
+ // InternalRoom.g:1213:1: ( ruleRefSegment EOF )
+ // InternalRoom.g:1214:1: ruleRefSegment EOF
{
before(grammarAccess.getRefSegmentRule());
pushFollow(FOLLOW_1);
@@ -3298,21 +3375,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRefSegment"
- // InternalRoom.g:1195:1: ruleRefSegment : ( ( rule__RefSegment__Group__0 ) ) ;
+ // InternalRoom.g:1221:1: ruleRefSegment : ( ( rule__RefSegment__Group__0 ) ) ;
public final void ruleRefSegment() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1199:2: ( ( ( rule__RefSegment__Group__0 ) ) )
- // InternalRoom.g:1200:1: ( ( rule__RefSegment__Group__0 ) )
+ // InternalRoom.g:1225:2: ( ( ( rule__RefSegment__Group__0 ) ) )
+ // InternalRoom.g:1226:1: ( ( rule__RefSegment__Group__0 ) )
{
- // InternalRoom.g:1200:1: ( ( rule__RefSegment__Group__0 ) )
- // InternalRoom.g:1201:1: ( rule__RefSegment__Group__0 )
+ // InternalRoom.g:1226:1: ( ( rule__RefSegment__Group__0 ) )
+ // InternalRoom.g:1227:1: ( rule__RefSegment__Group__0 )
{
before(grammarAccess.getRefSegmentAccess().getGroup());
- // InternalRoom.g:1202:1: ( rule__RefSegment__Group__0 )
- // InternalRoom.g:1202:2: rule__RefSegment__Group__0
+ // InternalRoom.g:1228:1: ( rule__RefSegment__Group__0 )
+ // InternalRoom.g:1228:2: rule__RefSegment__Group__0
{
pushFollow(FOLLOW_2);
rule__RefSegment__Group__0();
@@ -3345,11 +3422,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleBinding"
- // InternalRoom.g:1214:1: entryRuleBinding : ruleBinding EOF ;
+ // InternalRoom.g:1240:1: entryRuleBinding : ruleBinding EOF ;
public final void entryRuleBinding() throws RecognitionException {
try {
- // InternalRoom.g:1215:1: ( ruleBinding EOF )
- // InternalRoom.g:1216:1: ruleBinding EOF
+ // InternalRoom.g:1241:1: ( ruleBinding EOF )
+ // InternalRoom.g:1242:1: ruleBinding EOF
{
before(grammarAccess.getBindingRule());
pushFollow(FOLLOW_1);
@@ -3375,21 +3452,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleBinding"
- // InternalRoom.g:1223:1: ruleBinding : ( ( rule__Binding__Group__0 ) ) ;
+ // InternalRoom.g:1249:1: ruleBinding : ( ( rule__Binding__Group__0 ) ) ;
public final void ruleBinding() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1227:2: ( ( ( rule__Binding__Group__0 ) ) )
- // InternalRoom.g:1228:1: ( ( rule__Binding__Group__0 ) )
+ // InternalRoom.g:1253:2: ( ( ( rule__Binding__Group__0 ) ) )
+ // InternalRoom.g:1254:1: ( ( rule__Binding__Group__0 ) )
{
- // InternalRoom.g:1228:1: ( ( rule__Binding__Group__0 ) )
- // InternalRoom.g:1229:1: ( rule__Binding__Group__0 )
+ // InternalRoom.g:1254:1: ( ( rule__Binding__Group__0 ) )
+ // InternalRoom.g:1255:1: ( rule__Binding__Group__0 )
{
before(grammarAccess.getBindingAccess().getGroup());
- // InternalRoom.g:1230:1: ( rule__Binding__Group__0 )
- // InternalRoom.g:1230:2: rule__Binding__Group__0
+ // InternalRoom.g:1256:1: ( rule__Binding__Group__0 )
+ // InternalRoom.g:1256:2: rule__Binding__Group__0
{
pushFollow(FOLLOW_2);
rule__Binding__Group__0();
@@ -3422,11 +3499,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleBindingEndPoint"
- // InternalRoom.g:1242:1: entryRuleBindingEndPoint : ruleBindingEndPoint EOF ;
+ // InternalRoom.g:1268:1: entryRuleBindingEndPoint : ruleBindingEndPoint EOF ;
public final void entryRuleBindingEndPoint() throws RecognitionException {
try {
- // InternalRoom.g:1243:1: ( ruleBindingEndPoint EOF )
- // InternalRoom.g:1244:1: ruleBindingEndPoint EOF
+ // InternalRoom.g:1269:1: ( ruleBindingEndPoint EOF )
+ // InternalRoom.g:1270:1: ruleBindingEndPoint EOF
{
before(grammarAccess.getBindingEndPointRule());
pushFollow(FOLLOW_1);
@@ -3452,21 +3529,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleBindingEndPoint"
- // InternalRoom.g:1251:1: ruleBindingEndPoint : ( ( rule__BindingEndPoint__Group__0 ) ) ;
+ // InternalRoom.g:1277:1: ruleBindingEndPoint : ( ( rule__BindingEndPoint__Group__0 ) ) ;
public final void ruleBindingEndPoint() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1255:2: ( ( ( rule__BindingEndPoint__Group__0 ) ) )
- // InternalRoom.g:1256:1: ( ( rule__BindingEndPoint__Group__0 ) )
+ // InternalRoom.g:1281:2: ( ( ( rule__BindingEndPoint__Group__0 ) ) )
+ // InternalRoom.g:1282:1: ( ( rule__BindingEndPoint__Group__0 ) )
{
- // InternalRoom.g:1256:1: ( ( rule__BindingEndPoint__Group__0 ) )
- // InternalRoom.g:1257:1: ( rule__BindingEndPoint__Group__0 )
+ // InternalRoom.g:1282:1: ( ( rule__BindingEndPoint__Group__0 ) )
+ // InternalRoom.g:1283:1: ( rule__BindingEndPoint__Group__0 )
{
before(grammarAccess.getBindingEndPointAccess().getGroup());
- // InternalRoom.g:1258:1: ( rule__BindingEndPoint__Group__0 )
- // InternalRoom.g:1258:2: rule__BindingEndPoint__Group__0
+ // InternalRoom.g:1284:1: ( rule__BindingEndPoint__Group__0 )
+ // InternalRoom.g:1284:2: rule__BindingEndPoint__Group__0
{
pushFollow(FOLLOW_2);
rule__BindingEndPoint__Group__0();
@@ -3499,11 +3576,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleLayerConnection"
- // InternalRoom.g:1270:1: entryRuleLayerConnection : ruleLayerConnection EOF ;
+ // InternalRoom.g:1296:1: entryRuleLayerConnection : ruleLayerConnection EOF ;
public final void entryRuleLayerConnection() throws RecognitionException {
try {
- // InternalRoom.g:1271:1: ( ruleLayerConnection EOF )
- // InternalRoom.g:1272:1: ruleLayerConnection EOF
+ // InternalRoom.g:1297:1: ( ruleLayerConnection EOF )
+ // InternalRoom.g:1298:1: ruleLayerConnection EOF
{
before(grammarAccess.getLayerConnectionRule());
pushFollow(FOLLOW_1);
@@ -3529,21 +3606,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleLayerConnection"
- // InternalRoom.g:1279:1: ruleLayerConnection : ( ( rule__LayerConnection__Group__0 ) ) ;
+ // InternalRoom.g:1305:1: ruleLayerConnection : ( ( rule__LayerConnection__Group__0 ) ) ;
public final void ruleLayerConnection() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1283:2: ( ( ( rule__LayerConnection__Group__0 ) ) )
- // InternalRoom.g:1284:1: ( ( rule__LayerConnection__Group__0 ) )
+ // InternalRoom.g:1309:2: ( ( ( rule__LayerConnection__Group__0 ) ) )
+ // InternalRoom.g:1310:1: ( ( rule__LayerConnection__Group__0 ) )
{
- // InternalRoom.g:1284:1: ( ( rule__LayerConnection__Group__0 ) )
- // InternalRoom.g:1285:1: ( rule__LayerConnection__Group__0 )
+ // InternalRoom.g:1310:1: ( ( rule__LayerConnection__Group__0 ) )
+ // InternalRoom.g:1311:1: ( rule__LayerConnection__Group__0 )
{
before(grammarAccess.getLayerConnectionAccess().getGroup());
- // InternalRoom.g:1286:1: ( rule__LayerConnection__Group__0 )
- // InternalRoom.g:1286:2: rule__LayerConnection__Group__0
+ // InternalRoom.g:1312:1: ( rule__LayerConnection__Group__0 )
+ // InternalRoom.g:1312:2: rule__LayerConnection__Group__0
{
pushFollow(FOLLOW_2);
rule__LayerConnection__Group__0();
@@ -3576,11 +3653,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleSAPoint"
- // InternalRoom.g:1298:1: entryRuleSAPoint : ruleSAPoint EOF ;
+ // InternalRoom.g:1324:1: entryRuleSAPoint : ruleSAPoint EOF ;
public final void entryRuleSAPoint() throws RecognitionException {
try {
- // InternalRoom.g:1299:1: ( ruleSAPoint EOF )
- // InternalRoom.g:1300:1: ruleSAPoint EOF
+ // InternalRoom.g:1325:1: ( ruleSAPoint EOF )
+ // InternalRoom.g:1326:1: ruleSAPoint EOF
{
before(grammarAccess.getSAPointRule());
pushFollow(FOLLOW_1);
@@ -3606,21 +3683,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleSAPoint"
- // InternalRoom.g:1307:1: ruleSAPoint : ( ( rule__SAPoint__Alternatives ) ) ;
+ // InternalRoom.g:1333:1: ruleSAPoint : ( ( rule__SAPoint__Alternatives ) ) ;
public final void ruleSAPoint() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1311:2: ( ( ( rule__SAPoint__Alternatives ) ) )
- // InternalRoom.g:1312:1: ( ( rule__SAPoint__Alternatives ) )
+ // InternalRoom.g:1337:2: ( ( ( rule__SAPoint__Alternatives ) ) )
+ // InternalRoom.g:1338:1: ( ( rule__SAPoint__Alternatives ) )
{
- // InternalRoom.g:1312:1: ( ( rule__SAPoint__Alternatives ) )
- // InternalRoom.g:1313:1: ( rule__SAPoint__Alternatives )
+ // InternalRoom.g:1338:1: ( ( rule__SAPoint__Alternatives ) )
+ // InternalRoom.g:1339:1: ( rule__SAPoint__Alternatives )
{
before(grammarAccess.getSAPointAccess().getAlternatives());
- // InternalRoom.g:1314:1: ( rule__SAPoint__Alternatives )
- // InternalRoom.g:1314:2: rule__SAPoint__Alternatives
+ // InternalRoom.g:1340:1: ( rule__SAPoint__Alternatives )
+ // InternalRoom.g:1340:2: rule__SAPoint__Alternatives
{
pushFollow(FOLLOW_2);
rule__SAPoint__Alternatives();
@@ -3653,11 +3730,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleRefSAPoint"
- // InternalRoom.g:1326:1: entryRuleRefSAPoint : ruleRefSAPoint EOF ;
+ // InternalRoom.g:1352:1: entryRuleRefSAPoint : ruleRefSAPoint EOF ;
public final void entryRuleRefSAPoint() throws RecognitionException {
try {
- // InternalRoom.g:1327:1: ( ruleRefSAPoint EOF )
- // InternalRoom.g:1328:1: ruleRefSAPoint EOF
+ // InternalRoom.g:1353:1: ( ruleRefSAPoint EOF )
+ // InternalRoom.g:1354:1: ruleRefSAPoint EOF
{
before(grammarAccess.getRefSAPointRule());
pushFollow(FOLLOW_1);
@@ -3683,21 +3760,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRefSAPoint"
- // InternalRoom.g:1335:1: ruleRefSAPoint : ( ( rule__RefSAPoint__Group__0 ) ) ;
+ // InternalRoom.g:1361:1: ruleRefSAPoint : ( ( rule__RefSAPoint__Group__0 ) ) ;
public final void ruleRefSAPoint() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1339:2: ( ( ( rule__RefSAPoint__Group__0 ) ) )
- // InternalRoom.g:1340:1: ( ( rule__RefSAPoint__Group__0 ) )
+ // InternalRoom.g:1365:2: ( ( ( rule__RefSAPoint__Group__0 ) ) )
+ // InternalRoom.g:1366:1: ( ( rule__RefSAPoint__Group__0 ) )
{
- // InternalRoom.g:1340:1: ( ( rule__RefSAPoint__Group__0 ) )
- // InternalRoom.g:1341:1: ( rule__RefSAPoint__Group__0 )
+ // InternalRoom.g:1366:1: ( ( rule__RefSAPoint__Group__0 ) )
+ // InternalRoom.g:1367:1: ( rule__RefSAPoint__Group__0 )
{
before(grammarAccess.getRefSAPointAccess().getGroup());
- // InternalRoom.g:1342:1: ( rule__RefSAPoint__Group__0 )
- // InternalRoom.g:1342:2: rule__RefSAPoint__Group__0
+ // InternalRoom.g:1368:1: ( rule__RefSAPoint__Group__0 )
+ // InternalRoom.g:1368:2: rule__RefSAPoint__Group__0
{
pushFollow(FOLLOW_2);
rule__RefSAPoint__Group__0();
@@ -3730,11 +3807,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleRelaySAPoint"
- // InternalRoom.g:1354:1: entryRuleRelaySAPoint : ruleRelaySAPoint EOF ;
+ // InternalRoom.g:1380:1: entryRuleRelaySAPoint : ruleRelaySAPoint EOF ;
public final void entryRuleRelaySAPoint() throws RecognitionException {
try {
- // InternalRoom.g:1355:1: ( ruleRelaySAPoint EOF )
- // InternalRoom.g:1356:1: ruleRelaySAPoint EOF
+ // InternalRoom.g:1381:1: ( ruleRelaySAPoint EOF )
+ // InternalRoom.g:1382:1: ruleRelaySAPoint EOF
{
before(grammarAccess.getRelaySAPointRule());
pushFollow(FOLLOW_1);
@@ -3760,21 +3837,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRelaySAPoint"
- // InternalRoom.g:1363:1: ruleRelaySAPoint : ( ( rule__RelaySAPoint__Group__0 ) ) ;
+ // InternalRoom.g:1389:1: ruleRelaySAPoint : ( ( rule__RelaySAPoint__Group__0 ) ) ;
public final void ruleRelaySAPoint() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1367:2: ( ( ( rule__RelaySAPoint__Group__0 ) ) )
- // InternalRoom.g:1368:1: ( ( rule__RelaySAPoint__Group__0 ) )
+ // InternalRoom.g:1393:2: ( ( ( rule__RelaySAPoint__Group__0 ) ) )
+ // InternalRoom.g:1394:1: ( ( rule__RelaySAPoint__Group__0 ) )
{
- // InternalRoom.g:1368:1: ( ( rule__RelaySAPoint__Group__0 ) )
- // InternalRoom.g:1369:1: ( rule__RelaySAPoint__Group__0 )
+ // InternalRoom.g:1394:1: ( ( rule__RelaySAPoint__Group__0 ) )
+ // InternalRoom.g:1395:1: ( rule__RelaySAPoint__Group__0 )
{
before(grammarAccess.getRelaySAPointAccess().getGroup());
- // InternalRoom.g:1370:1: ( rule__RelaySAPoint__Group__0 )
- // InternalRoom.g:1370:2: rule__RelaySAPoint__Group__0
+ // InternalRoom.g:1396:1: ( rule__RelaySAPoint__Group__0 )
+ // InternalRoom.g:1396:2: rule__RelaySAPoint__Group__0
{
pushFollow(FOLLOW_2);
rule__RelaySAPoint__Group__0();
@@ -3807,11 +3884,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleSPPoint"
- // InternalRoom.g:1382:1: entryRuleSPPoint : ruleSPPoint EOF ;
+ // InternalRoom.g:1408:1: entryRuleSPPoint : ruleSPPoint EOF ;
public final void entryRuleSPPoint() throws RecognitionException {
try {
- // InternalRoom.g:1383:1: ( ruleSPPoint EOF )
- // InternalRoom.g:1384:1: ruleSPPoint EOF
+ // InternalRoom.g:1409:1: ( ruleSPPoint EOF )
+ // InternalRoom.g:1410:1: ruleSPPoint EOF
{
before(grammarAccess.getSPPointRule());
pushFollow(FOLLOW_1);
@@ -3837,21 +3914,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleSPPoint"
- // InternalRoom.g:1391:1: ruleSPPoint : ( ( rule__SPPoint__Group__0 ) ) ;
+ // InternalRoom.g:1417:1: ruleSPPoint : ( ( rule__SPPoint__Group__0 ) ) ;
public final void ruleSPPoint() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1395:2: ( ( ( rule__SPPoint__Group__0 ) ) )
- // InternalRoom.g:1396:1: ( ( rule__SPPoint__Group__0 ) )
+ // InternalRoom.g:1421:2: ( ( ( rule__SPPoint__Group__0 ) ) )
+ // InternalRoom.g:1422:1: ( ( rule__SPPoint__Group__0 ) )
{
- // InternalRoom.g:1396:1: ( ( rule__SPPoint__Group__0 ) )
- // InternalRoom.g:1397:1: ( rule__SPPoint__Group__0 )
+ // InternalRoom.g:1422:1: ( ( rule__SPPoint__Group__0 ) )
+ // InternalRoom.g:1423:1: ( rule__SPPoint__Group__0 )
{
before(grammarAccess.getSPPointAccess().getGroup());
- // InternalRoom.g:1398:1: ( rule__SPPoint__Group__0 )
- // InternalRoom.g:1398:2: rule__SPPoint__Group__0
+ // InternalRoom.g:1424:1: ( rule__SPPoint__Group__0 )
+ // InternalRoom.g:1424:2: rule__SPPoint__Group__0
{
pushFollow(FOLLOW_2);
rule__SPPoint__Group__0();
@@ -3884,11 +3961,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleActorRef"
- // InternalRoom.g:1410:1: entryRuleActorRef : ruleActorRef EOF ;
+ // InternalRoom.g:1436:1: entryRuleActorRef : ruleActorRef EOF ;
public final void entryRuleActorRef() throws RecognitionException {
try {
- // InternalRoom.g:1411:1: ( ruleActorRef EOF )
- // InternalRoom.g:1412:1: ruleActorRef EOF
+ // InternalRoom.g:1437:1: ( ruleActorRef EOF )
+ // InternalRoom.g:1438:1: ruleActorRef EOF
{
before(grammarAccess.getActorRefRule());
pushFollow(FOLLOW_1);
@@ -3914,21 +3991,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleActorRef"
- // InternalRoom.g:1419:1: ruleActorRef : ( ( rule__ActorRef__Group__0 ) ) ;
+ // InternalRoom.g:1445:1: ruleActorRef : ( ( rule__ActorRef__Group__0 ) ) ;
public final void ruleActorRef() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1423:2: ( ( ( rule__ActorRef__Group__0 ) ) )
- // InternalRoom.g:1424:1: ( ( rule__ActorRef__Group__0 ) )
+ // InternalRoom.g:1449:2: ( ( ( rule__ActorRef__Group__0 ) ) )
+ // InternalRoom.g:1450:1: ( ( rule__ActorRef__Group__0 ) )
{
- // InternalRoom.g:1424:1: ( ( rule__ActorRef__Group__0 ) )
- // InternalRoom.g:1425:1: ( rule__ActorRef__Group__0 )
+ // InternalRoom.g:1450:1: ( ( rule__ActorRef__Group__0 ) )
+ // InternalRoom.g:1451:1: ( rule__ActorRef__Group__0 )
{
before(grammarAccess.getActorRefAccess().getGroup());
- // InternalRoom.g:1426:1: ( rule__ActorRef__Group__0 )
- // InternalRoom.g:1426:2: rule__ActorRef__Group__0
+ // InternalRoom.g:1452:1: ( rule__ActorRef__Group__0 )
+ // InternalRoom.g:1452:2: rule__ActorRef__Group__0
{
pushFollow(FOLLOW_2);
rule__ActorRef__Group__0();
@@ -3961,11 +4038,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleMULTIPLICITY"
- // InternalRoom.g:1440:1: entryRuleMULTIPLICITY : ruleMULTIPLICITY EOF ;
+ // InternalRoom.g:1466:1: entryRuleMULTIPLICITY : ruleMULTIPLICITY EOF ;
public final void entryRuleMULTIPLICITY() throws RecognitionException {
try {
- // InternalRoom.g:1441:1: ( ruleMULTIPLICITY EOF )
- // InternalRoom.g:1442:1: ruleMULTIPLICITY EOF
+ // InternalRoom.g:1467:1: ( ruleMULTIPLICITY EOF )
+ // InternalRoom.g:1468:1: ruleMULTIPLICITY EOF
{
before(grammarAccess.getMULTIPLICITYRule());
pushFollow(FOLLOW_1);
@@ -3991,21 +4068,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleMULTIPLICITY"
- // InternalRoom.g:1449:1: ruleMULTIPLICITY : ( ( rule__MULTIPLICITY__Group__0 ) ) ;
+ // InternalRoom.g:1475:1: ruleMULTIPLICITY : ( ( rule__MULTIPLICITY__Group__0 ) ) ;
public final void ruleMULTIPLICITY() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1453:2: ( ( ( rule__MULTIPLICITY__Group__0 ) ) )
- // InternalRoom.g:1454:1: ( ( rule__MULTIPLICITY__Group__0 ) )
+ // InternalRoom.g:1479:2: ( ( ( rule__MULTIPLICITY__Group__0 ) ) )
+ // InternalRoom.g:1480:1: ( ( rule__MULTIPLICITY__Group__0 ) )
{
- // InternalRoom.g:1454:1: ( ( rule__MULTIPLICITY__Group__0 ) )
- // InternalRoom.g:1455:1: ( rule__MULTIPLICITY__Group__0 )
+ // InternalRoom.g:1480:1: ( ( rule__MULTIPLICITY__Group__0 ) )
+ // InternalRoom.g:1481:1: ( rule__MULTIPLICITY__Group__0 )
{
before(grammarAccess.getMULTIPLICITYAccess().getGroup());
- // InternalRoom.g:1456:1: ( rule__MULTIPLICITY__Group__0 )
- // InternalRoom.g:1456:2: rule__MULTIPLICITY__Group__0
+ // InternalRoom.g:1482:1: ( rule__MULTIPLICITY__Group__0 )
+ // InternalRoom.g:1482:2: rule__MULTIPLICITY__Group__0
{
pushFollow(FOLLOW_2);
rule__MULTIPLICITY__Group__0();
@@ -4038,11 +4115,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleAnnotationTargetType"
- // InternalRoom.g:1468:1: entryRuleAnnotationTargetType : ruleAnnotationTargetType EOF ;
+ // InternalRoom.g:1494:1: entryRuleAnnotationTargetType : ruleAnnotationTargetType EOF ;
public final void entryRuleAnnotationTargetType() throws RecognitionException {
try {
- // InternalRoom.g:1469:1: ( ruleAnnotationTargetType EOF )
- // InternalRoom.g:1470:1: ruleAnnotationTargetType EOF
+ // InternalRoom.g:1495:1: ( ruleAnnotationTargetType EOF )
+ // InternalRoom.g:1496:1: ruleAnnotationTargetType EOF
{
before(grammarAccess.getAnnotationTargetTypeRule());
pushFollow(FOLLOW_1);
@@ -4068,21 +4145,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleAnnotationTargetType"
- // InternalRoom.g:1477:1: ruleAnnotationTargetType : ( ( rule__AnnotationTargetType__Alternatives ) ) ;
+ // InternalRoom.g:1503:1: ruleAnnotationTargetType : ( ( rule__AnnotationTargetType__Alternatives ) ) ;
public final void ruleAnnotationTargetType() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1481:2: ( ( ( rule__AnnotationTargetType__Alternatives ) ) )
- // InternalRoom.g:1482:1: ( ( rule__AnnotationTargetType__Alternatives ) )
+ // InternalRoom.g:1507:2: ( ( ( rule__AnnotationTargetType__Alternatives ) ) )
+ // InternalRoom.g:1508:1: ( ( rule__AnnotationTargetType__Alternatives ) )
{
- // InternalRoom.g:1482:1: ( ( rule__AnnotationTargetType__Alternatives ) )
- // InternalRoom.g:1483:1: ( rule__AnnotationTargetType__Alternatives )
+ // InternalRoom.g:1508:1: ( ( rule__AnnotationTargetType__Alternatives ) )
+ // InternalRoom.g:1509:1: ( rule__AnnotationTargetType__Alternatives )
{
before(grammarAccess.getAnnotationTargetTypeAccess().getAlternatives());
- // InternalRoom.g:1484:1: ( rule__AnnotationTargetType__Alternatives )
- // InternalRoom.g:1484:2: rule__AnnotationTargetType__Alternatives
+ // InternalRoom.g:1510:1: ( rule__AnnotationTargetType__Alternatives )
+ // InternalRoom.g:1510:2: rule__AnnotationTargetType__Alternatives
{
pushFollow(FOLLOW_2);
rule__AnnotationTargetType__Alternatives();
@@ -4115,11 +4192,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleStateGraphNode"
- // InternalRoom.g:1498:1: entryRuleStateGraphNode : ruleStateGraphNode EOF ;
+ // InternalRoom.g:1524:1: entryRuleStateGraphNode : ruleStateGraphNode EOF ;
public final void entryRuleStateGraphNode() throws RecognitionException {
try {
- // InternalRoom.g:1499:1: ( ruleStateGraphNode EOF )
- // InternalRoom.g:1500:1: ruleStateGraphNode EOF
+ // InternalRoom.g:1525:1: ( ruleStateGraphNode EOF )
+ // InternalRoom.g:1526:1: ruleStateGraphNode EOF
{
before(grammarAccess.getStateGraphNodeRule());
pushFollow(FOLLOW_1);
@@ -4145,21 +4222,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleStateGraphNode"
- // InternalRoom.g:1507:1: ruleStateGraphNode : ( ( rule__StateGraphNode__Alternatives ) ) ;
+ // InternalRoom.g:1533:1: ruleStateGraphNode : ( ( rule__StateGraphNode__Alternatives ) ) ;
public final void ruleStateGraphNode() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1511:2: ( ( ( rule__StateGraphNode__Alternatives ) ) )
- // InternalRoom.g:1512:1: ( ( rule__StateGraphNode__Alternatives ) )
+ // InternalRoom.g:1537:2: ( ( ( rule__StateGraphNode__Alternatives ) ) )
+ // InternalRoom.g:1538:1: ( ( rule__StateGraphNode__Alternatives ) )
{
- // InternalRoom.g:1512:1: ( ( rule__StateGraphNode__Alternatives ) )
- // InternalRoom.g:1513:1: ( rule__StateGraphNode__Alternatives )
+ // InternalRoom.g:1538:1: ( ( rule__StateGraphNode__Alternatives ) )
+ // InternalRoom.g:1539:1: ( rule__StateGraphNode__Alternatives )
{
before(grammarAccess.getStateGraphNodeAccess().getAlternatives());
- // InternalRoom.g:1514:1: ( rule__StateGraphNode__Alternatives )
- // InternalRoom.g:1514:2: rule__StateGraphNode__Alternatives
+ // InternalRoom.g:1540:1: ( rule__StateGraphNode__Alternatives )
+ // InternalRoom.g:1540:2: rule__StateGraphNode__Alternatives
{
pushFollow(FOLLOW_2);
rule__StateGraphNode__Alternatives();
@@ -4192,11 +4269,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleStateGraph"
- // InternalRoom.g:1528:1: entryRuleStateGraph : ruleStateGraph EOF ;
+ // InternalRoom.g:1554:1: entryRuleStateGraph : ruleStateGraph EOF ;
public final void entryRuleStateGraph() throws RecognitionException {
try {
- // InternalRoom.g:1529:1: ( ruleStateGraph EOF )
- // InternalRoom.g:1530:1: ruleStateGraph EOF
+ // InternalRoom.g:1555:1: ( ruleStateGraph EOF )
+ // InternalRoom.g:1556:1: ruleStateGraph EOF
{
before(grammarAccess.getStateGraphRule());
pushFollow(FOLLOW_1);
@@ -4222,21 +4299,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleStateGraph"
- // InternalRoom.g:1537:1: ruleStateGraph : ( ( rule__StateGraph__Group__0 ) ) ;
+ // InternalRoom.g:1563:1: ruleStateGraph : ( ( rule__StateGraph__Group__0 ) ) ;
public final void ruleStateGraph() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1541:2: ( ( ( rule__StateGraph__Group__0 ) ) )
- // InternalRoom.g:1542:1: ( ( rule__StateGraph__Group__0 ) )
+ // InternalRoom.g:1567:2: ( ( ( rule__StateGraph__Group__0 ) ) )
+ // InternalRoom.g:1568:1: ( ( rule__StateGraph__Group__0 ) )
{
- // InternalRoom.g:1542:1: ( ( rule__StateGraph__Group__0 ) )
- // InternalRoom.g:1543:1: ( rule__StateGraph__Group__0 )
+ // InternalRoom.g:1568:1: ( ( rule__StateGraph__Group__0 ) )
+ // InternalRoom.g:1569:1: ( rule__StateGraph__Group__0 )
{
before(grammarAccess.getStateGraphAccess().getGroup());
- // InternalRoom.g:1544:1: ( rule__StateGraph__Group__0 )
- // InternalRoom.g:1544:2: rule__StateGraph__Group__0
+ // InternalRoom.g:1570:1: ( rule__StateGraph__Group__0 )
+ // InternalRoom.g:1570:2: rule__StateGraph__Group__0
{
pushFollow(FOLLOW_2);
rule__StateGraph__Group__0();
@@ -4269,11 +4346,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleStateMachine"
- // InternalRoom.g:1556:1: entryRuleStateMachine : ruleStateMachine EOF ;
+ // InternalRoom.g:1582:1: entryRuleStateMachine : ruleStateMachine EOF ;
public final void entryRuleStateMachine() throws RecognitionException {
try {
- // InternalRoom.g:1557:1: ( ruleStateMachine EOF )
- // InternalRoom.g:1558:1: ruleStateMachine EOF
+ // InternalRoom.g:1583:1: ( ruleStateMachine EOF )
+ // InternalRoom.g:1584:1: ruleStateMachine EOF
{
before(grammarAccess.getStateMachineRule());
pushFollow(FOLLOW_1);
@@ -4299,21 +4376,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleStateMachine"
- // InternalRoom.g:1565:1: ruleStateMachine : ( ( rule__StateMachine__Group__0 ) ) ;
+ // InternalRoom.g:1591:1: ruleStateMachine : ( ( rule__StateMachine__Group__0 ) ) ;
public final void ruleStateMachine() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1569:2: ( ( ( rule__StateMachine__Group__0 ) ) )
- // InternalRoom.g:1570:1: ( ( rule__StateMachine__Group__0 ) )
+ // InternalRoom.g:1595:2: ( ( ( rule__StateMachine__Group__0 ) ) )
+ // InternalRoom.g:1596:1: ( ( rule__StateMachine__Group__0 ) )
{
- // InternalRoom.g:1570:1: ( ( rule__StateMachine__Group__0 ) )
- // InternalRoom.g:1571:1: ( rule__StateMachine__Group__0 )
+ // InternalRoom.g:1596:1: ( ( rule__StateMachine__Group__0 ) )
+ // InternalRoom.g:1597:1: ( rule__StateMachine__Group__0 )
{
before(grammarAccess.getStateMachineAccess().getGroup());
- // InternalRoom.g:1572:1: ( rule__StateMachine__Group__0 )
- // InternalRoom.g:1572:2: rule__StateMachine__Group__0
+ // InternalRoom.g:1598:1: ( rule__StateMachine__Group__0 )
+ // InternalRoom.g:1598:2: rule__StateMachine__Group__0
{
pushFollow(FOLLOW_2);
rule__StateMachine__Group__0();
@@ -4346,11 +4423,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleState"
- // InternalRoom.g:1584:1: entryRuleState : ruleState EOF ;
+ // InternalRoom.g:1610:1: entryRuleState : ruleState EOF ;
public final void entryRuleState() throws RecognitionException {
try {
- // InternalRoom.g:1585:1: ( ruleState EOF )
- // InternalRoom.g:1586:1: ruleState EOF
+ // InternalRoom.g:1611:1: ( ruleState EOF )
+ // InternalRoom.g:1612:1: ruleState EOF
{
before(grammarAccess.getStateRule());
pushFollow(FOLLOW_1);
@@ -4376,21 +4453,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleState"
- // InternalRoom.g:1593:1: ruleState : ( ( rule__State__Alternatives ) ) ;
+ // InternalRoom.g:1619:1: ruleState : ( ( rule__State__Alternatives ) ) ;
public final void ruleState() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1597:2: ( ( ( rule__State__Alternatives ) ) )
- // InternalRoom.g:1598:1: ( ( rule__State__Alternatives ) )
+ // InternalRoom.g:1623:2: ( ( ( rule__State__Alternatives ) ) )
+ // InternalRoom.g:1624:1: ( ( rule__State__Alternatives ) )
{
- // InternalRoom.g:1598:1: ( ( rule__State__Alternatives ) )
- // InternalRoom.g:1599:1: ( rule__State__Alternatives )
+ // InternalRoom.g:1624:1: ( ( rule__State__Alternatives ) )
+ // InternalRoom.g:1625:1: ( rule__State__Alternatives )
{
before(grammarAccess.getStateAccess().getAlternatives());
- // InternalRoom.g:1600:1: ( rule__State__Alternatives )
- // InternalRoom.g:1600:2: rule__State__Alternatives
+ // InternalRoom.g:1626:1: ( rule__State__Alternatives )
+ // InternalRoom.g:1626:2: rule__State__Alternatives
{
pushFollow(FOLLOW_2);
rule__State__Alternatives();
@@ -4423,11 +4500,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleSimpleState"
- // InternalRoom.g:1612:1: entryRuleSimpleState : ruleSimpleState EOF ;
+ // InternalRoom.g:1638:1: entryRuleSimpleState : ruleSimpleState EOF ;
public final void entryRuleSimpleState() throws RecognitionException {
try {
- // InternalRoom.g:1613:1: ( ruleSimpleState EOF )
- // InternalRoom.g:1614:1: ruleSimpleState EOF
+ // InternalRoom.g:1639:1: ( ruleSimpleState EOF )
+ // InternalRoom.g:1640:1: ruleSimpleState EOF
{
before(grammarAccess.getSimpleStateRule());
pushFollow(FOLLOW_1);
@@ -4453,21 +4530,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleSimpleState"
- // InternalRoom.g:1621:1: ruleSimpleState : ( ( rule__SimpleState__Group__0 ) ) ;
+ // InternalRoom.g:1647:1: ruleSimpleState : ( ( rule__SimpleState__Group__0 ) ) ;
public final void ruleSimpleState() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1625:2: ( ( ( rule__SimpleState__Group__0 ) ) )
- // InternalRoom.g:1626:1: ( ( rule__SimpleState__Group__0 ) )
+ // InternalRoom.g:1651:2: ( ( ( rule__SimpleState__Group__0 ) ) )
+ // InternalRoom.g:1652:1: ( ( rule__SimpleState__Group__0 ) )
{
- // InternalRoom.g:1626:1: ( ( rule__SimpleState__Group__0 ) )
- // InternalRoom.g:1627:1: ( rule__SimpleState__Group__0 )
+ // InternalRoom.g:1652:1: ( ( rule__SimpleState__Group__0 ) )
+ // InternalRoom.g:1653:1: ( rule__SimpleState__Group__0 )
{
before(grammarAccess.getSimpleStateAccess().getGroup());
- // InternalRoom.g:1628:1: ( rule__SimpleState__Group__0 )
- // InternalRoom.g:1628:2: rule__SimpleState__Group__0
+ // InternalRoom.g:1654:1: ( rule__SimpleState__Group__0 )
+ // InternalRoom.g:1654:2: rule__SimpleState__Group__0
{
pushFollow(FOLLOW_2);
rule__SimpleState__Group__0();
@@ -4500,11 +4577,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleRefinedState"
- // InternalRoom.g:1640:1: entryRuleRefinedState : ruleRefinedState EOF ;
+ // InternalRoom.g:1666:1: entryRuleRefinedState : ruleRefinedState EOF ;
public final void entryRuleRefinedState() throws RecognitionException {
try {
- // InternalRoom.g:1641:1: ( ruleRefinedState EOF )
- // InternalRoom.g:1642:1: ruleRefinedState EOF
+ // InternalRoom.g:1667:1: ( ruleRefinedState EOF )
+ // InternalRoom.g:1668:1: ruleRefinedState EOF
{
before(grammarAccess.getRefinedStateRule());
pushFollow(FOLLOW_1);
@@ -4530,21 +4607,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRefinedState"
- // InternalRoom.g:1649:1: ruleRefinedState : ( ( rule__RefinedState__Group__0 ) ) ;
+ // InternalRoom.g:1675:1: ruleRefinedState : ( ( rule__RefinedState__Group__0 ) ) ;
public final void ruleRefinedState() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1653:2: ( ( ( rule__RefinedState__Group__0 ) ) )
- // InternalRoom.g:1654:1: ( ( rule__RefinedState__Group__0 ) )
+ // InternalRoom.g:1679:2: ( ( ( rule__RefinedState__Group__0 ) ) )
+ // InternalRoom.g:1680:1: ( ( rule__RefinedState__Group__0 ) )
{
- // InternalRoom.g:1654:1: ( ( rule__RefinedState__Group__0 ) )
- // InternalRoom.g:1655:1: ( rule__RefinedState__Group__0 )
+ // InternalRoom.g:1680:1: ( ( rule__RefinedState__Group__0 ) )
+ // InternalRoom.g:1681:1: ( rule__RefinedState__Group__0 )
{
before(grammarAccess.getRefinedStateAccess().getGroup());
- // InternalRoom.g:1656:1: ( rule__RefinedState__Group__0 )
- // InternalRoom.g:1656:2: rule__RefinedState__Group__0
+ // InternalRoom.g:1682:1: ( rule__RefinedState__Group__0 )
+ // InternalRoom.g:1682:2: rule__RefinedState__Group__0
{
pushFollow(FOLLOW_2);
rule__RefinedState__Group__0();
@@ -4577,11 +4654,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleDetailCode"
- // InternalRoom.g:1668:1: entryRuleDetailCode : ruleDetailCode EOF ;
+ // InternalRoom.g:1694:1: entryRuleDetailCode : ruleDetailCode EOF ;
public final void entryRuleDetailCode() throws RecognitionException {
try {
- // InternalRoom.g:1669:1: ( ruleDetailCode EOF )
- // InternalRoom.g:1670:1: ruleDetailCode EOF
+ // InternalRoom.g:1695:1: ( ruleDetailCode EOF )
+ // InternalRoom.g:1696:1: ruleDetailCode EOF
{
before(grammarAccess.getDetailCodeRule());
pushFollow(FOLLOW_1);
@@ -4607,21 +4684,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleDetailCode"
- // InternalRoom.g:1677:1: ruleDetailCode : ( ( rule__DetailCode__Alternatives ) ) ;
+ // InternalRoom.g:1703:1: ruleDetailCode : ( ( rule__DetailCode__Alternatives ) ) ;
public final void ruleDetailCode() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1681:2: ( ( ( rule__DetailCode__Alternatives ) ) )
- // InternalRoom.g:1682:1: ( ( rule__DetailCode__Alternatives ) )
+ // InternalRoom.g:1707:2: ( ( ( rule__DetailCode__Alternatives ) ) )
+ // InternalRoom.g:1708:1: ( ( rule__DetailCode__Alternatives ) )
{
- // InternalRoom.g:1682:1: ( ( rule__DetailCode__Alternatives ) )
- // InternalRoom.g:1683:1: ( rule__DetailCode__Alternatives )
+ // InternalRoom.g:1708:1: ( ( rule__DetailCode__Alternatives ) )
+ // InternalRoom.g:1709:1: ( rule__DetailCode__Alternatives )
{
before(grammarAccess.getDetailCodeAccess().getAlternatives());
- // InternalRoom.g:1684:1: ( rule__DetailCode__Alternatives )
- // InternalRoom.g:1684:2: rule__DetailCode__Alternatives
+ // InternalRoom.g:1710:1: ( rule__DetailCode__Alternatives )
+ // InternalRoom.g:1710:2: rule__DetailCode__Alternatives
{
pushFollow(FOLLOW_2);
rule__DetailCode__Alternatives();
@@ -4654,11 +4731,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleTrPoint"
- // InternalRoom.g:1696:1: entryRuleTrPoint : ruleTrPoint EOF ;
+ // InternalRoom.g:1722:1: entryRuleTrPoint : ruleTrPoint EOF ;
public final void entryRuleTrPoint() throws RecognitionException {
try {
- // InternalRoom.g:1697:1: ( ruleTrPoint EOF )
- // InternalRoom.g:1698:1: ruleTrPoint EOF
+ // InternalRoom.g:1723:1: ( ruleTrPoint EOF )
+ // InternalRoom.g:1724:1: ruleTrPoint EOF
{
before(grammarAccess.getTrPointRule());
pushFollow(FOLLOW_1);
@@ -4684,21 +4761,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleTrPoint"
- // InternalRoom.g:1705:1: ruleTrPoint : ( ( rule__TrPoint__Alternatives ) ) ;
+ // InternalRoom.g:1731:1: ruleTrPoint : ( ( rule__TrPoint__Alternatives ) ) ;
public final void ruleTrPoint() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1709:2: ( ( ( rule__TrPoint__Alternatives ) ) )
- // InternalRoom.g:1710:1: ( ( rule__TrPoint__Alternatives ) )
+ // InternalRoom.g:1735:2: ( ( ( rule__TrPoint__Alternatives ) ) )
+ // InternalRoom.g:1736:1: ( ( rule__TrPoint__Alternatives ) )
{
- // InternalRoom.g:1710:1: ( ( rule__TrPoint__Alternatives ) )
- // InternalRoom.g:1711:1: ( rule__TrPoint__Alternatives )
+ // InternalRoom.g:1736:1: ( ( rule__TrPoint__Alternatives ) )
+ // InternalRoom.g:1737:1: ( rule__TrPoint__Alternatives )
{
before(grammarAccess.getTrPointAccess().getAlternatives());
- // InternalRoom.g:1712:1: ( rule__TrPoint__Alternatives )
- // InternalRoom.g:1712:2: rule__TrPoint__Alternatives
+ // InternalRoom.g:1738:1: ( rule__TrPoint__Alternatives )
+ // InternalRoom.g:1738:2: rule__TrPoint__Alternatives
{
pushFollow(FOLLOW_2);
rule__TrPoint__Alternatives();
@@ -4731,11 +4808,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleTransitionPoint"
- // InternalRoom.g:1724:1: entryRuleTransitionPoint : ruleTransitionPoint EOF ;
+ // InternalRoom.g:1750:1: entryRuleTransitionPoint : ruleTransitionPoint EOF ;
public final void entryRuleTransitionPoint() throws RecognitionException {
try {
- // InternalRoom.g:1725:1: ( ruleTransitionPoint EOF )
- // InternalRoom.g:1726:1: ruleTransitionPoint EOF
+ // InternalRoom.g:1751:1: ( ruleTransitionPoint EOF )
+ // InternalRoom.g:1752:1: ruleTransitionPoint EOF
{
before(grammarAccess.getTransitionPointRule());
pushFollow(FOLLOW_1);
@@ -4761,21 +4838,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleTransitionPoint"
- // InternalRoom.g:1733:1: ruleTransitionPoint : ( ( rule__TransitionPoint__Group__0 ) ) ;
+ // InternalRoom.g:1759:1: ruleTransitionPoint : ( ( rule__TransitionPoint__Group__0 ) ) ;
public final void ruleTransitionPoint() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1737:2: ( ( ( rule__TransitionPoint__Group__0 ) ) )
- // InternalRoom.g:1738:1: ( ( rule__TransitionPoint__Group__0 ) )
+ // InternalRoom.g:1763:2: ( ( ( rule__TransitionPoint__Group__0 ) ) )
+ // InternalRoom.g:1764:1: ( ( rule__TransitionPoint__Group__0 ) )
{
- // InternalRoom.g:1738:1: ( ( rule__TransitionPoint__Group__0 ) )
- // InternalRoom.g:1739:1: ( rule__TransitionPoint__Group__0 )
+ // InternalRoom.g:1764:1: ( ( rule__TransitionPoint__Group__0 ) )
+ // InternalRoom.g:1765:1: ( rule__TransitionPoint__Group__0 )
{
before(grammarAccess.getTransitionPointAccess().getGroup());
- // InternalRoom.g:1740:1: ( rule__TransitionPoint__Group__0 )
- // InternalRoom.g:1740:2: rule__TransitionPoint__Group__0
+ // InternalRoom.g:1766:1: ( rule__TransitionPoint__Group__0 )
+ // InternalRoom.g:1766:2: rule__TransitionPoint__Group__0
{
pushFollow(FOLLOW_2);
rule__TransitionPoint__Group__0();
@@ -4808,11 +4885,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleEntryPoint"
- // InternalRoom.g:1752:1: entryRuleEntryPoint : ruleEntryPoint EOF ;
+ // InternalRoom.g:1778:1: entryRuleEntryPoint : ruleEntryPoint EOF ;
public final void entryRuleEntryPoint() throws RecognitionException {
try {
- // InternalRoom.g:1753:1: ( ruleEntryPoint EOF )
- // InternalRoom.g:1754:1: ruleEntryPoint EOF
+ // InternalRoom.g:1779:1: ( ruleEntryPoint EOF )
+ // InternalRoom.g:1780:1: ruleEntryPoint EOF
{
before(grammarAccess.getEntryPointRule());
pushFollow(FOLLOW_1);
@@ -4838,21 +4915,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleEntryPoint"
- // InternalRoom.g:1761:1: ruleEntryPoint : ( ( rule__EntryPoint__Group__0 ) ) ;
+ // InternalRoom.g:1787:1: ruleEntryPoint : ( ( rule__EntryPoint__Group__0 ) ) ;
public final void ruleEntryPoint() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1765:2: ( ( ( rule__EntryPoint__Group__0 ) ) )
- // InternalRoom.g:1766:1: ( ( rule__EntryPoint__Group__0 ) )
+ // InternalRoom.g:1791:2: ( ( ( rule__EntryPoint__Group__0 ) ) )
+ // InternalRoom.g:1792:1: ( ( rule__EntryPoint__Group__0 ) )
{
- // InternalRoom.g:1766:1: ( ( rule__EntryPoint__Group__0 ) )
- // InternalRoom.g:1767:1: ( rule__EntryPoint__Group__0 )
+ // InternalRoom.g:1792:1: ( ( rule__EntryPoint__Group__0 ) )
+ // InternalRoom.g:1793:1: ( rule__EntryPoint__Group__0 )
{
before(grammarAccess.getEntryPointAccess().getGroup());
- // InternalRoom.g:1768:1: ( rule__EntryPoint__Group__0 )
- // InternalRoom.g:1768:2: rule__EntryPoint__Group__0
+ // InternalRoom.g:1794:1: ( rule__EntryPoint__Group__0 )
+ // InternalRoom.g:1794:2: rule__EntryPoint__Group__0
{
pushFollow(FOLLOW_2);
rule__EntryPoint__Group__0();
@@ -4885,11 +4962,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleExitPoint"
- // InternalRoom.g:1780:1: entryRuleExitPoint : ruleExitPoint EOF ;
+ // InternalRoom.g:1806:1: entryRuleExitPoint : ruleExitPoint EOF ;
public final void entryRuleExitPoint() throws RecognitionException {
try {
- // InternalRoom.g:1781:1: ( ruleExitPoint EOF )
- // InternalRoom.g:1782:1: ruleExitPoint EOF
+ // InternalRoom.g:1807:1: ( ruleExitPoint EOF )
+ // InternalRoom.g:1808:1: ruleExitPoint EOF
{
before(grammarAccess.getExitPointRule());
pushFollow(FOLLOW_1);
@@ -4915,21 +4992,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleExitPoint"
- // InternalRoom.g:1789:1: ruleExitPoint : ( ( rule__ExitPoint__Group__0 ) ) ;
+ // InternalRoom.g:1815:1: ruleExitPoint : ( ( rule__ExitPoint__Group__0 ) ) ;
public final void ruleExitPoint() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1793:2: ( ( ( rule__ExitPoint__Group__0 ) ) )
- // InternalRoom.g:1794:1: ( ( rule__ExitPoint__Group__0 ) )
+ // InternalRoom.g:1819:2: ( ( ( rule__ExitPoint__Group__0 ) ) )
+ // InternalRoom.g:1820:1: ( ( rule__ExitPoint__Group__0 ) )
{
- // InternalRoom.g:1794:1: ( ( rule__ExitPoint__Group__0 ) )
- // InternalRoom.g:1795:1: ( rule__ExitPoint__Group__0 )
+ // InternalRoom.g:1820:1: ( ( rule__ExitPoint__Group__0 ) )
+ // InternalRoom.g:1821:1: ( rule__ExitPoint__Group__0 )
{
before(grammarAccess.getExitPointAccess().getGroup());
- // InternalRoom.g:1796:1: ( rule__ExitPoint__Group__0 )
- // InternalRoom.g:1796:2: rule__ExitPoint__Group__0
+ // InternalRoom.g:1822:1: ( rule__ExitPoint__Group__0 )
+ // InternalRoom.g:1822:2: rule__ExitPoint__Group__0
{
pushFollow(FOLLOW_2);
rule__ExitPoint__Group__0();
@@ -4962,11 +5039,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleChoicePoint"
- // InternalRoom.g:1808:1: entryRuleChoicePoint : ruleChoicePoint EOF ;
+ // InternalRoom.g:1834:1: entryRuleChoicePoint : ruleChoicePoint EOF ;
public final void entryRuleChoicePoint() throws RecognitionException {
try {
- // InternalRoom.g:1809:1: ( ruleChoicePoint EOF )
- // InternalRoom.g:1810:1: ruleChoicePoint EOF
+ // InternalRoom.g:1835:1: ( ruleChoicePoint EOF )
+ // InternalRoom.g:1836:1: ruleChoicePoint EOF
{
before(grammarAccess.getChoicePointRule());
pushFollow(FOLLOW_1);
@@ -4992,21 +5069,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleChoicePoint"
- // InternalRoom.g:1817:1: ruleChoicePoint : ( ( rule__ChoicePoint__Group__0 ) ) ;
+ // InternalRoom.g:1843:1: ruleChoicePoint : ( ( rule__ChoicePoint__Group__0 ) ) ;
public final void ruleChoicePoint() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1821:2: ( ( ( rule__ChoicePoint__Group__0 ) ) )
- // InternalRoom.g:1822:1: ( ( rule__ChoicePoint__Group__0 ) )
+ // InternalRoom.g:1847:2: ( ( ( rule__ChoicePoint__Group__0 ) ) )
+ // InternalRoom.g:1848:1: ( ( rule__ChoicePoint__Group__0 ) )
{
- // InternalRoom.g:1822:1: ( ( rule__ChoicePoint__Group__0 ) )
- // InternalRoom.g:1823:1: ( rule__ChoicePoint__Group__0 )
+ // InternalRoom.g:1848:1: ( ( rule__ChoicePoint__Group__0 ) )
+ // InternalRoom.g:1849:1: ( rule__ChoicePoint__Group__0 )
{
before(grammarAccess.getChoicePointAccess().getGroup());
- // InternalRoom.g:1824:1: ( rule__ChoicePoint__Group__0 )
- // InternalRoom.g:1824:2: rule__ChoicePoint__Group__0
+ // InternalRoom.g:1850:1: ( rule__ChoicePoint__Group__0 )
+ // InternalRoom.g:1850:2: rule__ChoicePoint__Group__0
{
pushFollow(FOLLOW_2);
rule__ChoicePoint__Group__0();
@@ -5039,11 +5116,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleTransitionBase"
- // InternalRoom.g:1836:1: entryRuleTransitionBase : ruleTransitionBase EOF ;
+ // InternalRoom.g:1862:1: entryRuleTransitionBase : ruleTransitionBase EOF ;
public final void entryRuleTransitionBase() throws RecognitionException {
try {
- // InternalRoom.g:1837:1: ( ruleTransitionBase EOF )
- // InternalRoom.g:1838:1: ruleTransitionBase EOF
+ // InternalRoom.g:1863:1: ( ruleTransitionBase EOF )
+ // InternalRoom.g:1864:1: ruleTransitionBase EOF
{
before(grammarAccess.getTransitionBaseRule());
pushFollow(FOLLOW_1);
@@ -5069,21 +5146,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleTransitionBase"
- // InternalRoom.g:1845:1: ruleTransitionBase : ( ( rule__TransitionBase__Alternatives ) ) ;
+ // InternalRoom.g:1871:1: ruleTransitionBase : ( ( rule__TransitionBase__Alternatives ) ) ;
public final void ruleTransitionBase() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1849:2: ( ( ( rule__TransitionBase__Alternatives ) ) )
- // InternalRoom.g:1850:1: ( ( rule__TransitionBase__Alternatives ) )
+ // InternalRoom.g:1875:2: ( ( ( rule__TransitionBase__Alternatives ) ) )
+ // InternalRoom.g:1876:1: ( ( rule__TransitionBase__Alternatives ) )
{
- // InternalRoom.g:1850:1: ( ( rule__TransitionBase__Alternatives ) )
- // InternalRoom.g:1851:1: ( rule__TransitionBase__Alternatives )
+ // InternalRoom.g:1876:1: ( ( rule__TransitionBase__Alternatives ) )
+ // InternalRoom.g:1877:1: ( rule__TransitionBase__Alternatives )
{
before(grammarAccess.getTransitionBaseAccess().getAlternatives());
- // InternalRoom.g:1852:1: ( rule__TransitionBase__Alternatives )
- // InternalRoom.g:1852:2: rule__TransitionBase__Alternatives
+ // InternalRoom.g:1878:1: ( rule__TransitionBase__Alternatives )
+ // InternalRoom.g:1878:2: rule__TransitionBase__Alternatives
{
pushFollow(FOLLOW_2);
rule__TransitionBase__Alternatives();
@@ -5116,11 +5193,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleTransition"
- // InternalRoom.g:1864:1: entryRuleTransition : ruleTransition EOF ;
+ // InternalRoom.g:1890:1: entryRuleTransition : ruleTransition EOF ;
public final void entryRuleTransition() throws RecognitionException {
try {
- // InternalRoom.g:1865:1: ( ruleTransition EOF )
- // InternalRoom.g:1866:1: ruleTransition EOF
+ // InternalRoom.g:1891:1: ( ruleTransition EOF )
+ // InternalRoom.g:1892:1: ruleTransition EOF
{
before(grammarAccess.getTransitionRule());
pushFollow(FOLLOW_1);
@@ -5146,21 +5223,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleTransition"
- // InternalRoom.g:1873:1: ruleTransition : ( ( rule__Transition__Alternatives ) ) ;
+ // InternalRoom.g:1899:1: ruleTransition : ( ( rule__Transition__Alternatives ) ) ;
public final void ruleTransition() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1877:2: ( ( ( rule__Transition__Alternatives ) ) )
- // InternalRoom.g:1878:1: ( ( rule__Transition__Alternatives ) )
+ // InternalRoom.g:1903:2: ( ( ( rule__Transition__Alternatives ) ) )
+ // InternalRoom.g:1904:1: ( ( rule__Transition__Alternatives ) )
{
- // InternalRoom.g:1878:1: ( ( rule__Transition__Alternatives ) )
- // InternalRoom.g:1879:1: ( rule__Transition__Alternatives )
+ // InternalRoom.g:1904:1: ( ( rule__Transition__Alternatives ) )
+ // InternalRoom.g:1905:1: ( rule__Transition__Alternatives )
{
before(grammarAccess.getTransitionAccess().getAlternatives());
- // InternalRoom.g:1880:1: ( rule__Transition__Alternatives )
- // InternalRoom.g:1880:2: rule__Transition__Alternatives
+ // InternalRoom.g:1906:1: ( rule__Transition__Alternatives )
+ // InternalRoom.g:1906:2: rule__Transition__Alternatives
{
pushFollow(FOLLOW_2);
rule__Transition__Alternatives();
@@ -5193,11 +5270,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleNonInitialTransition"
- // InternalRoom.g:1892:1: entryRuleNonInitialTransition : ruleNonInitialTransition EOF ;
+ // InternalRoom.g:1918:1: entryRuleNonInitialTransition : ruleNonInitialTransition EOF ;
public final void entryRuleNonInitialTransition() throws RecognitionException {
try {
- // InternalRoom.g:1893:1: ( ruleNonInitialTransition EOF )
- // InternalRoom.g:1894:1: ruleNonInitialTransition EOF
+ // InternalRoom.g:1919:1: ( ruleNonInitialTransition EOF )
+ // InternalRoom.g:1920:1: ruleNonInitialTransition EOF
{
before(grammarAccess.getNonInitialTransitionRule());
pushFollow(FOLLOW_1);
@@ -5223,21 +5300,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleNonInitialTransition"
- // InternalRoom.g:1901:1: ruleNonInitialTransition : ( ( rule__NonInitialTransition__Alternatives ) ) ;
+ // InternalRoom.g:1927:1: ruleNonInitialTransition : ( ( rule__NonInitialTransition__Alternatives ) ) ;
public final void ruleNonInitialTransition() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1905:2: ( ( ( rule__NonInitialTransition__Alternatives ) ) )
- // InternalRoom.g:1906:1: ( ( rule__NonInitialTransition__Alternatives ) )
+ // InternalRoom.g:1931:2: ( ( ( rule__NonInitialTransition__Alternatives ) ) )
+ // InternalRoom.g:1932:1: ( ( rule__NonInitialTransition__Alternatives ) )
{
- // InternalRoom.g:1906:1: ( ( rule__NonInitialTransition__Alternatives ) )
- // InternalRoom.g:1907:1: ( rule__NonInitialTransition__Alternatives )
+ // InternalRoom.g:1932:1: ( ( rule__NonInitialTransition__Alternatives ) )
+ // InternalRoom.g:1933:1: ( rule__NonInitialTransition__Alternatives )
{
before(grammarAccess.getNonInitialTransitionAccess().getAlternatives());
- // InternalRoom.g:1908:1: ( rule__NonInitialTransition__Alternatives )
- // InternalRoom.g:1908:2: rule__NonInitialTransition__Alternatives
+ // InternalRoom.g:1934:1: ( rule__NonInitialTransition__Alternatives )
+ // InternalRoom.g:1934:2: rule__NonInitialTransition__Alternatives
{
pushFollow(FOLLOW_2);
rule__NonInitialTransition__Alternatives();
@@ -5270,11 +5347,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleTransitionChainStartTransition"
- // InternalRoom.g:1920:1: entryRuleTransitionChainStartTransition : ruleTransitionChainStartTransition EOF ;
+ // InternalRoom.g:1946:1: entryRuleTransitionChainStartTransition : ruleTransitionChainStartTransition EOF ;
public final void entryRuleTransitionChainStartTransition() throws RecognitionException {
try {
- // InternalRoom.g:1921:1: ( ruleTransitionChainStartTransition EOF )
- // InternalRoom.g:1922:1: ruleTransitionChainStartTransition EOF
+ // InternalRoom.g:1947:1: ( ruleTransitionChainStartTransition EOF )
+ // InternalRoom.g:1948:1: ruleTransitionChainStartTransition EOF
{
before(grammarAccess.getTransitionChainStartTransitionRule());
pushFollow(FOLLOW_1);
@@ -5300,21 +5377,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleTransitionChainStartTransition"
- // InternalRoom.g:1929:1: ruleTransitionChainStartTransition : ( ( rule__TransitionChainStartTransition__Alternatives ) ) ;
+ // InternalRoom.g:1955:1: ruleTransitionChainStartTransition : ( ( rule__TransitionChainStartTransition__Alternatives ) ) ;
public final void ruleTransitionChainStartTransition() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1933:2: ( ( ( rule__TransitionChainStartTransition__Alternatives ) ) )
- // InternalRoom.g:1934:1: ( ( rule__TransitionChainStartTransition__Alternatives ) )
+ // InternalRoom.g:1959:2: ( ( ( rule__TransitionChainStartTransition__Alternatives ) ) )
+ // InternalRoom.g:1960:1: ( ( rule__TransitionChainStartTransition__Alternatives ) )
{
- // InternalRoom.g:1934:1: ( ( rule__TransitionChainStartTransition__Alternatives ) )
- // InternalRoom.g:1935:1: ( rule__TransitionChainStartTransition__Alternatives )
+ // InternalRoom.g:1960:1: ( ( rule__TransitionChainStartTransition__Alternatives ) )
+ // InternalRoom.g:1961:1: ( rule__TransitionChainStartTransition__Alternatives )
{
before(grammarAccess.getTransitionChainStartTransitionAccess().getAlternatives());
- // InternalRoom.g:1936:1: ( rule__TransitionChainStartTransition__Alternatives )
- // InternalRoom.g:1936:2: rule__TransitionChainStartTransition__Alternatives
+ // InternalRoom.g:1962:1: ( rule__TransitionChainStartTransition__Alternatives )
+ // InternalRoom.g:1962:2: rule__TransitionChainStartTransition__Alternatives
{
pushFollow(FOLLOW_2);
rule__TransitionChainStartTransition__Alternatives();
@@ -5347,11 +5424,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleInitialTransition"
- // InternalRoom.g:1948:1: entryRuleInitialTransition : ruleInitialTransition EOF ;
+ // InternalRoom.g:1974:1: entryRuleInitialTransition : ruleInitialTransition EOF ;
public final void entryRuleInitialTransition() throws RecognitionException {
try {
- // InternalRoom.g:1949:1: ( ruleInitialTransition EOF )
- // InternalRoom.g:1950:1: ruleInitialTransition EOF
+ // InternalRoom.g:1975:1: ( ruleInitialTransition EOF )
+ // InternalRoom.g:1976:1: ruleInitialTransition EOF
{
before(grammarAccess.getInitialTransitionRule());
pushFollow(FOLLOW_1);
@@ -5377,21 +5454,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleInitialTransition"
- // InternalRoom.g:1957:1: ruleInitialTransition : ( ( rule__InitialTransition__Group__0 ) ) ;
+ // InternalRoom.g:1983:1: ruleInitialTransition : ( ( rule__InitialTransition__Group__0 ) ) ;
public final void ruleInitialTransition() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1961:2: ( ( ( rule__InitialTransition__Group__0 ) ) )
- // InternalRoom.g:1962:1: ( ( rule__InitialTransition__Group__0 ) )
+ // InternalRoom.g:1987:2: ( ( ( rule__InitialTransition__Group__0 ) ) )
+ // InternalRoom.g:1988:1: ( ( rule__InitialTransition__Group__0 ) )
{
- // InternalRoom.g:1962:1: ( ( rule__InitialTransition__Group__0 ) )
- // InternalRoom.g:1963:1: ( rule__InitialTransition__Group__0 )
+ // InternalRoom.g:1988:1: ( ( rule__InitialTransition__Group__0 ) )
+ // InternalRoom.g:1989:1: ( rule__InitialTransition__Group__0 )
{
before(grammarAccess.getInitialTransitionAccess().getGroup());
- // InternalRoom.g:1964:1: ( rule__InitialTransition__Group__0 )
- // InternalRoom.g:1964:2: rule__InitialTransition__Group__0
+ // InternalRoom.g:1990:1: ( rule__InitialTransition__Group__0 )
+ // InternalRoom.g:1990:2: rule__InitialTransition__Group__0
{
pushFollow(FOLLOW_2);
rule__InitialTransition__Group__0();
@@ -5424,11 +5501,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleContinuationTransition"
- // InternalRoom.g:1976:1: entryRuleContinuationTransition : ruleContinuationTransition EOF ;
+ // InternalRoom.g:2002:1: entryRuleContinuationTransition : ruleContinuationTransition EOF ;
public final void entryRuleContinuationTransition() throws RecognitionException {
try {
- // InternalRoom.g:1977:1: ( ruleContinuationTransition EOF )
- // InternalRoom.g:1978:1: ruleContinuationTransition EOF
+ // InternalRoom.g:2003:1: ( ruleContinuationTransition EOF )
+ // InternalRoom.g:2004:1: ruleContinuationTransition EOF
{
before(grammarAccess.getContinuationTransitionRule());
pushFollow(FOLLOW_1);
@@ -5454,21 +5531,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleContinuationTransition"
- // InternalRoom.g:1985:1: ruleContinuationTransition : ( ( rule__ContinuationTransition__Group__0 ) ) ;
+ // InternalRoom.g:2011:1: ruleContinuationTransition : ( ( rule__ContinuationTransition__Group__0 ) ) ;
public final void ruleContinuationTransition() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:1989:2: ( ( ( rule__ContinuationTransition__Group__0 ) ) )
- // InternalRoom.g:1990:1: ( ( rule__ContinuationTransition__Group__0 ) )
+ // InternalRoom.g:2015:2: ( ( ( rule__ContinuationTransition__Group__0 ) ) )
+ // InternalRoom.g:2016:1: ( ( rule__ContinuationTransition__Group__0 ) )
{
- // InternalRoom.g:1990:1: ( ( rule__ContinuationTransition__Group__0 ) )
- // InternalRoom.g:1991:1: ( rule__ContinuationTransition__Group__0 )
+ // InternalRoom.g:2016:1: ( ( rule__ContinuationTransition__Group__0 ) )
+ // InternalRoom.g:2017:1: ( rule__ContinuationTransition__Group__0 )
{
before(grammarAccess.getContinuationTransitionAccess().getGroup());
- // InternalRoom.g:1992:1: ( rule__ContinuationTransition__Group__0 )
- // InternalRoom.g:1992:2: rule__ContinuationTransition__Group__0
+ // InternalRoom.g:2018:1: ( rule__ContinuationTransition__Group__0 )
+ // InternalRoom.g:2018:2: rule__ContinuationTransition__Group__0
{
pushFollow(FOLLOW_2);
rule__ContinuationTransition__Group__0();
@@ -5501,11 +5578,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleTriggeredTransition"
- // InternalRoom.g:2004:1: entryRuleTriggeredTransition : ruleTriggeredTransition EOF ;
+ // InternalRoom.g:2030:1: entryRuleTriggeredTransition : ruleTriggeredTransition EOF ;
public final void entryRuleTriggeredTransition() throws RecognitionException {
try {
- // InternalRoom.g:2005:1: ( ruleTriggeredTransition EOF )
- // InternalRoom.g:2006:1: ruleTriggeredTransition EOF
+ // InternalRoom.g:2031:1: ( ruleTriggeredTransition EOF )
+ // InternalRoom.g:2032:1: ruleTriggeredTransition EOF
{
before(grammarAccess.getTriggeredTransitionRule());
pushFollow(FOLLOW_1);
@@ -5531,21 +5608,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleTriggeredTransition"
- // InternalRoom.g:2013:1: ruleTriggeredTransition : ( ( rule__TriggeredTransition__Group__0 ) ) ;
+ // InternalRoom.g:2039:1: ruleTriggeredTransition : ( ( rule__TriggeredTransition__Group__0 ) ) ;
public final void ruleTriggeredTransition() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2017:2: ( ( ( rule__TriggeredTransition__Group__0 ) ) )
- // InternalRoom.g:2018:1: ( ( rule__TriggeredTransition__Group__0 ) )
+ // InternalRoom.g:2043:2: ( ( ( rule__TriggeredTransition__Group__0 ) ) )
+ // InternalRoom.g:2044:1: ( ( rule__TriggeredTransition__Group__0 ) )
{
- // InternalRoom.g:2018:1: ( ( rule__TriggeredTransition__Group__0 ) )
- // InternalRoom.g:2019:1: ( rule__TriggeredTransition__Group__0 )
+ // InternalRoom.g:2044:1: ( ( rule__TriggeredTransition__Group__0 ) )
+ // InternalRoom.g:2045:1: ( rule__TriggeredTransition__Group__0 )
{
before(grammarAccess.getTriggeredTransitionAccess().getGroup());
- // InternalRoom.g:2020:1: ( rule__TriggeredTransition__Group__0 )
- // InternalRoom.g:2020:2: rule__TriggeredTransition__Group__0
+ // InternalRoom.g:2046:1: ( rule__TriggeredTransition__Group__0 )
+ // InternalRoom.g:2046:2: rule__TriggeredTransition__Group__0
{
pushFollow(FOLLOW_2);
rule__TriggeredTransition__Group__0();
@@ -5578,11 +5655,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleGuardedTransition"
- // InternalRoom.g:2032:1: entryRuleGuardedTransition : ruleGuardedTransition EOF ;
+ // InternalRoom.g:2058:1: entryRuleGuardedTransition : ruleGuardedTransition EOF ;
public final void entryRuleGuardedTransition() throws RecognitionException {
try {
- // InternalRoom.g:2033:1: ( ruleGuardedTransition EOF )
- // InternalRoom.g:2034:1: ruleGuardedTransition EOF
+ // InternalRoom.g:2059:1: ( ruleGuardedTransition EOF )
+ // InternalRoom.g:2060:1: ruleGuardedTransition EOF
{
before(grammarAccess.getGuardedTransitionRule());
pushFollow(FOLLOW_1);
@@ -5608,21 +5685,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleGuardedTransition"
- // InternalRoom.g:2041:1: ruleGuardedTransition : ( ( rule__GuardedTransition__Group__0 ) ) ;
+ // InternalRoom.g:2067:1: ruleGuardedTransition : ( ( rule__GuardedTransition__Group__0 ) ) ;
public final void ruleGuardedTransition() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2045:2: ( ( ( rule__GuardedTransition__Group__0 ) ) )
- // InternalRoom.g:2046:1: ( ( rule__GuardedTransition__Group__0 ) )
+ // InternalRoom.g:2071:2: ( ( ( rule__GuardedTransition__Group__0 ) ) )
+ // InternalRoom.g:2072:1: ( ( rule__GuardedTransition__Group__0 ) )
{
- // InternalRoom.g:2046:1: ( ( rule__GuardedTransition__Group__0 ) )
- // InternalRoom.g:2047:1: ( rule__GuardedTransition__Group__0 )
+ // InternalRoom.g:2072:1: ( ( rule__GuardedTransition__Group__0 ) )
+ // InternalRoom.g:2073:1: ( rule__GuardedTransition__Group__0 )
{
before(grammarAccess.getGuardedTransitionAccess().getGroup());
- // InternalRoom.g:2048:1: ( rule__GuardedTransition__Group__0 )
- // InternalRoom.g:2048:2: rule__GuardedTransition__Group__0
+ // InternalRoom.g:2074:1: ( rule__GuardedTransition__Group__0 )
+ // InternalRoom.g:2074:2: rule__GuardedTransition__Group__0
{
pushFollow(FOLLOW_2);
rule__GuardedTransition__Group__0();
@@ -5655,11 +5732,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleCPBranchTransition"
- // InternalRoom.g:2060:1: entryRuleCPBranchTransition : ruleCPBranchTransition EOF ;
+ // InternalRoom.g:2086:1: entryRuleCPBranchTransition : ruleCPBranchTransition EOF ;
public final void entryRuleCPBranchTransition() throws RecognitionException {
try {
- // InternalRoom.g:2061:1: ( ruleCPBranchTransition EOF )
- // InternalRoom.g:2062:1: ruleCPBranchTransition EOF
+ // InternalRoom.g:2087:1: ( ruleCPBranchTransition EOF )
+ // InternalRoom.g:2088:1: ruleCPBranchTransition EOF
{
before(grammarAccess.getCPBranchTransitionRule());
pushFollow(FOLLOW_1);
@@ -5685,21 +5762,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleCPBranchTransition"
- // InternalRoom.g:2069:1: ruleCPBranchTransition : ( ( rule__CPBranchTransition__Group__0 ) ) ;
+ // InternalRoom.g:2095:1: ruleCPBranchTransition : ( ( rule__CPBranchTransition__Group__0 ) ) ;
public final void ruleCPBranchTransition() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2073:2: ( ( ( rule__CPBranchTransition__Group__0 ) ) )
- // InternalRoom.g:2074:1: ( ( rule__CPBranchTransition__Group__0 ) )
+ // InternalRoom.g:2099:2: ( ( ( rule__CPBranchTransition__Group__0 ) ) )
+ // InternalRoom.g:2100:1: ( ( rule__CPBranchTransition__Group__0 ) )
{
- // InternalRoom.g:2074:1: ( ( rule__CPBranchTransition__Group__0 ) )
- // InternalRoom.g:2075:1: ( rule__CPBranchTransition__Group__0 )
+ // InternalRoom.g:2100:1: ( ( rule__CPBranchTransition__Group__0 ) )
+ // InternalRoom.g:2101:1: ( rule__CPBranchTransition__Group__0 )
{
before(grammarAccess.getCPBranchTransitionAccess().getGroup());
- // InternalRoom.g:2076:1: ( rule__CPBranchTransition__Group__0 )
- // InternalRoom.g:2076:2: rule__CPBranchTransition__Group__0
+ // InternalRoom.g:2102:1: ( rule__CPBranchTransition__Group__0 )
+ // InternalRoom.g:2102:2: rule__CPBranchTransition__Group__0
{
pushFollow(FOLLOW_2);
rule__CPBranchTransition__Group__0();
@@ -5732,11 +5809,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleRefinedTransition"
- // InternalRoom.g:2088:1: entryRuleRefinedTransition : ruleRefinedTransition EOF ;
+ // InternalRoom.g:2114:1: entryRuleRefinedTransition : ruleRefinedTransition EOF ;
public final void entryRuleRefinedTransition() throws RecognitionException {
try {
- // InternalRoom.g:2089:1: ( ruleRefinedTransition EOF )
- // InternalRoom.g:2090:1: ruleRefinedTransition EOF
+ // InternalRoom.g:2115:1: ( ruleRefinedTransition EOF )
+ // InternalRoom.g:2116:1: ruleRefinedTransition EOF
{
before(grammarAccess.getRefinedTransitionRule());
pushFollow(FOLLOW_1);
@@ -5762,21 +5839,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRefinedTransition"
- // InternalRoom.g:2097:1: ruleRefinedTransition : ( ( rule__RefinedTransition__Group__0 ) ) ;
+ // InternalRoom.g:2123:1: ruleRefinedTransition : ( ( rule__RefinedTransition__Group__0 ) ) ;
public final void ruleRefinedTransition() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2101:2: ( ( ( rule__RefinedTransition__Group__0 ) ) )
- // InternalRoom.g:2102:1: ( ( rule__RefinedTransition__Group__0 ) )
+ // InternalRoom.g:2127:2: ( ( ( rule__RefinedTransition__Group__0 ) ) )
+ // InternalRoom.g:2128:1: ( ( rule__RefinedTransition__Group__0 ) )
{
- // InternalRoom.g:2102:1: ( ( rule__RefinedTransition__Group__0 ) )
- // InternalRoom.g:2103:1: ( rule__RefinedTransition__Group__0 )
+ // InternalRoom.g:2128:1: ( ( rule__RefinedTransition__Group__0 ) )
+ // InternalRoom.g:2129:1: ( rule__RefinedTransition__Group__0 )
{
before(grammarAccess.getRefinedTransitionAccess().getGroup());
- // InternalRoom.g:2104:1: ( rule__RefinedTransition__Group__0 )
- // InternalRoom.g:2104:2: rule__RefinedTransition__Group__0
+ // InternalRoom.g:2130:1: ( rule__RefinedTransition__Group__0 )
+ // InternalRoom.g:2130:2: rule__RefinedTransition__Group__0
{
pushFollow(FOLLOW_2);
rule__RefinedTransition__Group__0();
@@ -5809,11 +5886,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleTransitionTerminal"
- // InternalRoom.g:2116:1: entryRuleTransitionTerminal : ruleTransitionTerminal EOF ;
+ // InternalRoom.g:2142:1: entryRuleTransitionTerminal : ruleTransitionTerminal EOF ;
public final void entryRuleTransitionTerminal() throws RecognitionException {
try {
- // InternalRoom.g:2117:1: ( ruleTransitionTerminal EOF )
- // InternalRoom.g:2118:1: ruleTransitionTerminal EOF
+ // InternalRoom.g:2143:1: ( ruleTransitionTerminal EOF )
+ // InternalRoom.g:2144:1: ruleTransitionTerminal EOF
{
before(grammarAccess.getTransitionTerminalRule());
pushFollow(FOLLOW_1);
@@ -5839,21 +5916,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleTransitionTerminal"
- // InternalRoom.g:2125:1: ruleTransitionTerminal : ( ( rule__TransitionTerminal__Alternatives ) ) ;
+ // InternalRoom.g:2151:1: ruleTransitionTerminal : ( ( rule__TransitionTerminal__Alternatives ) ) ;
public final void ruleTransitionTerminal() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2129:2: ( ( ( rule__TransitionTerminal__Alternatives ) ) )
- // InternalRoom.g:2130:1: ( ( rule__TransitionTerminal__Alternatives ) )
+ // InternalRoom.g:2155:2: ( ( ( rule__TransitionTerminal__Alternatives ) ) )
+ // InternalRoom.g:2156:1: ( ( rule__TransitionTerminal__Alternatives ) )
{
- // InternalRoom.g:2130:1: ( ( rule__TransitionTerminal__Alternatives ) )
- // InternalRoom.g:2131:1: ( rule__TransitionTerminal__Alternatives )
+ // InternalRoom.g:2156:1: ( ( rule__TransitionTerminal__Alternatives ) )
+ // InternalRoom.g:2157:1: ( rule__TransitionTerminal__Alternatives )
{
before(grammarAccess.getTransitionTerminalAccess().getAlternatives());
- // InternalRoom.g:2132:1: ( rule__TransitionTerminal__Alternatives )
- // InternalRoom.g:2132:2: rule__TransitionTerminal__Alternatives
+ // InternalRoom.g:2158:1: ( rule__TransitionTerminal__Alternatives )
+ // InternalRoom.g:2158:2: rule__TransitionTerminal__Alternatives
{
pushFollow(FOLLOW_2);
rule__TransitionTerminal__Alternatives();
@@ -5886,11 +5963,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleStateTerminal"
- // InternalRoom.g:2144:1: entryRuleStateTerminal : ruleStateTerminal EOF ;
+ // InternalRoom.g:2170:1: entryRuleStateTerminal : ruleStateTerminal EOF ;
public final void entryRuleStateTerminal() throws RecognitionException {
try {
- // InternalRoom.g:2145:1: ( ruleStateTerminal EOF )
- // InternalRoom.g:2146:1: ruleStateTerminal EOF
+ // InternalRoom.g:2171:1: ( ruleStateTerminal EOF )
+ // InternalRoom.g:2172:1: ruleStateTerminal EOF
{
before(grammarAccess.getStateTerminalRule());
pushFollow(FOLLOW_1);
@@ -5916,21 +5993,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleStateTerminal"
- // InternalRoom.g:2153:1: ruleStateTerminal : ( ( rule__StateTerminal__StateAssignment ) ) ;
+ // InternalRoom.g:2179:1: ruleStateTerminal : ( ( rule__StateTerminal__StateAssignment ) ) ;
public final void ruleStateTerminal() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2157:2: ( ( ( rule__StateTerminal__StateAssignment ) ) )
- // InternalRoom.g:2158:1: ( ( rule__StateTerminal__StateAssignment ) )
+ // InternalRoom.g:2183:2: ( ( ( rule__StateTerminal__StateAssignment ) ) )
+ // InternalRoom.g:2184:1: ( ( rule__StateTerminal__StateAssignment ) )
{
- // InternalRoom.g:2158:1: ( ( rule__StateTerminal__StateAssignment ) )
- // InternalRoom.g:2159:1: ( rule__StateTerminal__StateAssignment )
+ // InternalRoom.g:2184:1: ( ( rule__StateTerminal__StateAssignment ) )
+ // InternalRoom.g:2185:1: ( rule__StateTerminal__StateAssignment )
{
before(grammarAccess.getStateTerminalAccess().getStateAssignment());
- // InternalRoom.g:2160:1: ( rule__StateTerminal__StateAssignment )
- // InternalRoom.g:2160:2: rule__StateTerminal__StateAssignment
+ // InternalRoom.g:2186:1: ( rule__StateTerminal__StateAssignment )
+ // InternalRoom.g:2186:2: rule__StateTerminal__StateAssignment
{
pushFollow(FOLLOW_2);
rule__StateTerminal__StateAssignment();
@@ -5963,11 +6040,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleTrPointTerminal"
- // InternalRoom.g:2172:1: entryRuleTrPointTerminal : ruleTrPointTerminal EOF ;
+ // InternalRoom.g:2198:1: entryRuleTrPointTerminal : ruleTrPointTerminal EOF ;
public final void entryRuleTrPointTerminal() throws RecognitionException {
try {
- // InternalRoom.g:2173:1: ( ruleTrPointTerminal EOF )
- // InternalRoom.g:2174:1: ruleTrPointTerminal EOF
+ // InternalRoom.g:2199:1: ( ruleTrPointTerminal EOF )
+ // InternalRoom.g:2200:1: ruleTrPointTerminal EOF
{
before(grammarAccess.getTrPointTerminalRule());
pushFollow(FOLLOW_1);
@@ -5993,21 +6070,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleTrPointTerminal"
- // InternalRoom.g:2181:1: ruleTrPointTerminal : ( ( rule__TrPointTerminal__Group__0 ) ) ;
+ // InternalRoom.g:2207:1: ruleTrPointTerminal : ( ( rule__TrPointTerminal__Group__0 ) ) ;
public final void ruleTrPointTerminal() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2185:2: ( ( ( rule__TrPointTerminal__Group__0 ) ) )
- // InternalRoom.g:2186:1: ( ( rule__TrPointTerminal__Group__0 ) )
+ // InternalRoom.g:2211:2: ( ( ( rule__TrPointTerminal__Group__0 ) ) )
+ // InternalRoom.g:2212:1: ( ( rule__TrPointTerminal__Group__0 ) )
{
- // InternalRoom.g:2186:1: ( ( rule__TrPointTerminal__Group__0 ) )
- // InternalRoom.g:2187:1: ( rule__TrPointTerminal__Group__0 )
+ // InternalRoom.g:2212:1: ( ( rule__TrPointTerminal__Group__0 ) )
+ // InternalRoom.g:2213:1: ( rule__TrPointTerminal__Group__0 )
{
before(grammarAccess.getTrPointTerminalAccess().getGroup());
- // InternalRoom.g:2188:1: ( rule__TrPointTerminal__Group__0 )
- // InternalRoom.g:2188:2: rule__TrPointTerminal__Group__0
+ // InternalRoom.g:2214:1: ( rule__TrPointTerminal__Group__0 )
+ // InternalRoom.g:2214:2: rule__TrPointTerminal__Group__0
{
pushFollow(FOLLOW_2);
rule__TrPointTerminal__Group__0();
@@ -6040,11 +6117,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleSubStateTrPointTerminal"
- // InternalRoom.g:2200:1: entryRuleSubStateTrPointTerminal : ruleSubStateTrPointTerminal EOF ;
+ // InternalRoom.g:2226:1: entryRuleSubStateTrPointTerminal : ruleSubStateTrPointTerminal EOF ;
public final void entryRuleSubStateTrPointTerminal() throws RecognitionException {
try {
- // InternalRoom.g:2201:1: ( ruleSubStateTrPointTerminal EOF )
- // InternalRoom.g:2202:1: ruleSubStateTrPointTerminal EOF
+ // InternalRoom.g:2227:1: ( ruleSubStateTrPointTerminal EOF )
+ // InternalRoom.g:2228:1: ruleSubStateTrPointTerminal EOF
{
before(grammarAccess.getSubStateTrPointTerminalRule());
pushFollow(FOLLOW_1);
@@ -6070,21 +6147,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleSubStateTrPointTerminal"
- // InternalRoom.g:2209:1: ruleSubStateTrPointTerminal : ( ( rule__SubStateTrPointTerminal__Group__0 ) ) ;
+ // InternalRoom.g:2235:1: ruleSubStateTrPointTerminal : ( ( rule__SubStateTrPointTerminal__Group__0 ) ) ;
public final void ruleSubStateTrPointTerminal() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2213:2: ( ( ( rule__SubStateTrPointTerminal__Group__0 ) ) )
- // InternalRoom.g:2214:1: ( ( rule__SubStateTrPointTerminal__Group__0 ) )
+ // InternalRoom.g:2239:2: ( ( ( rule__SubStateTrPointTerminal__Group__0 ) ) )
+ // InternalRoom.g:2240:1: ( ( rule__SubStateTrPointTerminal__Group__0 ) )
{
- // InternalRoom.g:2214:1: ( ( rule__SubStateTrPointTerminal__Group__0 ) )
- // InternalRoom.g:2215:1: ( rule__SubStateTrPointTerminal__Group__0 )
+ // InternalRoom.g:2240:1: ( ( rule__SubStateTrPointTerminal__Group__0 ) )
+ // InternalRoom.g:2241:1: ( rule__SubStateTrPointTerminal__Group__0 )
{
before(grammarAccess.getSubStateTrPointTerminalAccess().getGroup());
- // InternalRoom.g:2216:1: ( rule__SubStateTrPointTerminal__Group__0 )
- // InternalRoom.g:2216:2: rule__SubStateTrPointTerminal__Group__0
+ // InternalRoom.g:2242:1: ( rule__SubStateTrPointTerminal__Group__0 )
+ // InternalRoom.g:2242:2: rule__SubStateTrPointTerminal__Group__0
{
pushFollow(FOLLOW_2);
rule__SubStateTrPointTerminal__Group__0();
@@ -6117,11 +6194,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleChoicepointTerminal"
- // InternalRoom.g:2228:1: entryRuleChoicepointTerminal : ruleChoicepointTerminal EOF ;
+ // InternalRoom.g:2254:1: entryRuleChoicepointTerminal : ruleChoicepointTerminal EOF ;
public final void entryRuleChoicepointTerminal() throws RecognitionException {
try {
- // InternalRoom.g:2229:1: ( ruleChoicepointTerminal EOF )
- // InternalRoom.g:2230:1: ruleChoicepointTerminal EOF
+ // InternalRoom.g:2255:1: ( ruleChoicepointTerminal EOF )
+ // InternalRoom.g:2256:1: ruleChoicepointTerminal EOF
{
before(grammarAccess.getChoicepointTerminalRule());
pushFollow(FOLLOW_1);
@@ -6147,21 +6224,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleChoicepointTerminal"
- // InternalRoom.g:2237:1: ruleChoicepointTerminal : ( ( rule__ChoicepointTerminal__Group__0 ) ) ;
+ // InternalRoom.g:2263:1: ruleChoicepointTerminal : ( ( rule__ChoicepointTerminal__Group__0 ) ) ;
public final void ruleChoicepointTerminal() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2241:2: ( ( ( rule__ChoicepointTerminal__Group__0 ) ) )
- // InternalRoom.g:2242:1: ( ( rule__ChoicepointTerminal__Group__0 ) )
+ // InternalRoom.g:2267:2: ( ( ( rule__ChoicepointTerminal__Group__0 ) ) )
+ // InternalRoom.g:2268:1: ( ( rule__ChoicepointTerminal__Group__0 ) )
{
- // InternalRoom.g:2242:1: ( ( rule__ChoicepointTerminal__Group__0 ) )
- // InternalRoom.g:2243:1: ( rule__ChoicepointTerminal__Group__0 )
+ // InternalRoom.g:2268:1: ( ( rule__ChoicepointTerminal__Group__0 ) )
+ // InternalRoom.g:2269:1: ( rule__ChoicepointTerminal__Group__0 )
{
before(grammarAccess.getChoicepointTerminalAccess().getGroup());
- // InternalRoom.g:2244:1: ( rule__ChoicepointTerminal__Group__0 )
- // InternalRoom.g:2244:2: rule__ChoicepointTerminal__Group__0
+ // InternalRoom.g:2270:1: ( rule__ChoicepointTerminal__Group__0 )
+ // InternalRoom.g:2270:2: rule__ChoicepointTerminal__Group__0
{
pushFollow(FOLLOW_2);
rule__ChoicepointTerminal__Group__0();
@@ -6194,11 +6271,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleTrigger"
- // InternalRoom.g:2256:1: entryRuleTrigger : ruleTrigger EOF ;
+ // InternalRoom.g:2282:1: entryRuleTrigger : ruleTrigger EOF ;
public final void entryRuleTrigger() throws RecognitionException {
try {
- // InternalRoom.g:2257:1: ( ruleTrigger EOF )
- // InternalRoom.g:2258:1: ruleTrigger EOF
+ // InternalRoom.g:2283:1: ( ruleTrigger EOF )
+ // InternalRoom.g:2284:1: ruleTrigger EOF
{
before(grammarAccess.getTriggerRule());
pushFollow(FOLLOW_1);
@@ -6224,21 +6301,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleTrigger"
- // InternalRoom.g:2265:1: ruleTrigger : ( ( rule__Trigger__Group__0 ) ) ;
+ // InternalRoom.g:2291:1: ruleTrigger : ( ( rule__Trigger__Group__0 ) ) ;
public final void ruleTrigger() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2269:2: ( ( ( rule__Trigger__Group__0 ) ) )
- // InternalRoom.g:2270:1: ( ( rule__Trigger__Group__0 ) )
+ // InternalRoom.g:2295:2: ( ( ( rule__Trigger__Group__0 ) ) )
+ // InternalRoom.g:2296:1: ( ( rule__Trigger__Group__0 ) )
{
- // InternalRoom.g:2270:1: ( ( rule__Trigger__Group__0 ) )
- // InternalRoom.g:2271:1: ( rule__Trigger__Group__0 )
+ // InternalRoom.g:2296:1: ( ( rule__Trigger__Group__0 ) )
+ // InternalRoom.g:2297:1: ( rule__Trigger__Group__0 )
{
before(grammarAccess.getTriggerAccess().getGroup());
- // InternalRoom.g:2272:1: ( rule__Trigger__Group__0 )
- // InternalRoom.g:2272:2: rule__Trigger__Group__0
+ // InternalRoom.g:2298:1: ( rule__Trigger__Group__0 )
+ // InternalRoom.g:2298:2: rule__Trigger__Group__0
{
pushFollow(FOLLOW_2);
rule__Trigger__Group__0();
@@ -6271,11 +6348,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleMessageFromIf"
- // InternalRoom.g:2284:1: entryRuleMessageFromIf : ruleMessageFromIf EOF ;
+ // InternalRoom.g:2310:1: entryRuleMessageFromIf : ruleMessageFromIf EOF ;
public final void entryRuleMessageFromIf() throws RecognitionException {
try {
- // InternalRoom.g:2285:1: ( ruleMessageFromIf EOF )
- // InternalRoom.g:2286:1: ruleMessageFromIf EOF
+ // InternalRoom.g:2311:1: ( ruleMessageFromIf EOF )
+ // InternalRoom.g:2312:1: ruleMessageFromIf EOF
{
before(grammarAccess.getMessageFromIfRule());
pushFollow(FOLLOW_1);
@@ -6301,21 +6378,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleMessageFromIf"
- // InternalRoom.g:2293:1: ruleMessageFromIf : ( ( rule__MessageFromIf__Group__0 ) ) ;
+ // InternalRoom.g:2319:1: ruleMessageFromIf : ( ( rule__MessageFromIf__Group__0 ) ) ;
public final void ruleMessageFromIf() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2297:2: ( ( ( rule__MessageFromIf__Group__0 ) ) )
- // InternalRoom.g:2298:1: ( ( rule__MessageFromIf__Group__0 ) )
+ // InternalRoom.g:2323:2: ( ( ( rule__MessageFromIf__Group__0 ) ) )
+ // InternalRoom.g:2324:1: ( ( rule__MessageFromIf__Group__0 ) )
{
- // InternalRoom.g:2298:1: ( ( rule__MessageFromIf__Group__0 ) )
- // InternalRoom.g:2299:1: ( rule__MessageFromIf__Group__0 )
+ // InternalRoom.g:2324:1: ( ( rule__MessageFromIf__Group__0 ) )
+ // InternalRoom.g:2325:1: ( rule__MessageFromIf__Group__0 )
{
before(grammarAccess.getMessageFromIfAccess().getGroup());
- // InternalRoom.g:2300:1: ( rule__MessageFromIf__Group__0 )
- // InternalRoom.g:2300:2: rule__MessageFromIf__Group__0
+ // InternalRoom.g:2326:1: ( rule__MessageFromIf__Group__0 )
+ // InternalRoom.g:2326:2: rule__MessageFromIf__Group__0
{
pushFollow(FOLLOW_2);
rule__MessageFromIf__Group__0();
@@ -6348,11 +6425,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleGuard"
- // InternalRoom.g:2312:1: entryRuleGuard : ruleGuard EOF ;
+ // InternalRoom.g:2338:1: entryRuleGuard : ruleGuard EOF ;
public final void entryRuleGuard() throws RecognitionException {
try {
- // InternalRoom.g:2313:1: ( ruleGuard EOF )
- // InternalRoom.g:2314:1: ruleGuard EOF
+ // InternalRoom.g:2339:1: ( ruleGuard EOF )
+ // InternalRoom.g:2340:1: ruleGuard EOF
{
before(grammarAccess.getGuardRule());
pushFollow(FOLLOW_1);
@@ -6378,21 +6455,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleGuard"
- // InternalRoom.g:2321:1: ruleGuard : ( ( rule__Guard__Group__0 ) ) ;
+ // InternalRoom.g:2347:1: ruleGuard : ( ( rule__Guard__Group__0 ) ) ;
public final void ruleGuard() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2325:2: ( ( ( rule__Guard__Group__0 ) ) )
- // InternalRoom.g:2326:1: ( ( rule__Guard__Group__0 ) )
+ // InternalRoom.g:2351:2: ( ( ( rule__Guard__Group__0 ) ) )
+ // InternalRoom.g:2352:1: ( ( rule__Guard__Group__0 ) )
{
- // InternalRoom.g:2326:1: ( ( rule__Guard__Group__0 ) )
- // InternalRoom.g:2327:1: ( rule__Guard__Group__0 )
+ // InternalRoom.g:2352:1: ( ( rule__Guard__Group__0 ) )
+ // InternalRoom.g:2353:1: ( rule__Guard__Group__0 )
{
before(grammarAccess.getGuardAccess().getGroup());
- // InternalRoom.g:2328:1: ( rule__Guard__Group__0 )
- // InternalRoom.g:2328:2: rule__Guard__Group__0
+ // InternalRoom.g:2354:1: ( rule__Guard__Group__0 )
+ // InternalRoom.g:2354:2: rule__Guard__Group__0
{
pushFollow(FOLLOW_2);
rule__Guard__Group__0();
@@ -6425,11 +6502,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleProtocolSemantics"
- // InternalRoom.g:2340:1: entryRuleProtocolSemantics : ruleProtocolSemantics EOF ;
+ // InternalRoom.g:2366:1: entryRuleProtocolSemantics : ruleProtocolSemantics EOF ;
public final void entryRuleProtocolSemantics() throws RecognitionException {
try {
- // InternalRoom.g:2341:1: ( ruleProtocolSemantics EOF )
- // InternalRoom.g:2342:1: ruleProtocolSemantics EOF
+ // InternalRoom.g:2367:1: ( ruleProtocolSemantics EOF )
+ // InternalRoom.g:2368:1: ruleProtocolSemantics EOF
{
before(grammarAccess.getProtocolSemanticsRule());
pushFollow(FOLLOW_1);
@@ -6455,21 +6532,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleProtocolSemantics"
- // InternalRoom.g:2349:1: ruleProtocolSemantics : ( ( rule__ProtocolSemantics__Group__0 ) ) ;
+ // InternalRoom.g:2375:1: ruleProtocolSemantics : ( ( rule__ProtocolSemantics__Group__0 ) ) ;
public final void ruleProtocolSemantics() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2353:2: ( ( ( rule__ProtocolSemantics__Group__0 ) ) )
- // InternalRoom.g:2354:1: ( ( rule__ProtocolSemantics__Group__0 ) )
+ // InternalRoom.g:2379:2: ( ( ( rule__ProtocolSemantics__Group__0 ) ) )
+ // InternalRoom.g:2380:1: ( ( rule__ProtocolSemantics__Group__0 ) )
{
- // InternalRoom.g:2354:1: ( ( rule__ProtocolSemantics__Group__0 ) )
- // InternalRoom.g:2355:1: ( rule__ProtocolSemantics__Group__0 )
+ // InternalRoom.g:2380:1: ( ( rule__ProtocolSemantics__Group__0 ) )
+ // InternalRoom.g:2381:1: ( rule__ProtocolSemantics__Group__0 )
{
before(grammarAccess.getProtocolSemanticsAccess().getGroup());
- // InternalRoom.g:2356:1: ( rule__ProtocolSemantics__Group__0 )
- // InternalRoom.g:2356:2: rule__ProtocolSemantics__Group__0
+ // InternalRoom.g:2382:1: ( rule__ProtocolSemantics__Group__0 )
+ // InternalRoom.g:2382:2: rule__ProtocolSemantics__Group__0
{
pushFollow(FOLLOW_2);
rule__ProtocolSemantics__Group__0();
@@ -6502,11 +6579,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleSemanticsRule"
- // InternalRoom.g:2368:1: entryRuleSemanticsRule : ruleSemanticsRule EOF ;
+ // InternalRoom.g:2394:1: entryRuleSemanticsRule : ruleSemanticsRule EOF ;
public final void entryRuleSemanticsRule() throws RecognitionException {
try {
- // InternalRoom.g:2369:1: ( ruleSemanticsRule EOF )
- // InternalRoom.g:2370:1: ruleSemanticsRule EOF
+ // InternalRoom.g:2395:1: ( ruleSemanticsRule EOF )
+ // InternalRoom.g:2396:1: ruleSemanticsRule EOF
{
before(grammarAccess.getSemanticsRuleRule());
pushFollow(FOLLOW_1);
@@ -6532,21 +6609,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleSemanticsRule"
- // InternalRoom.g:2377:1: ruleSemanticsRule : ( ( rule__SemanticsRule__Alternatives ) ) ;
+ // InternalRoom.g:2403:1: ruleSemanticsRule : ( ( rule__SemanticsRule__Alternatives ) ) ;
public final void ruleSemanticsRule() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2381:2: ( ( ( rule__SemanticsRule__Alternatives ) ) )
- // InternalRoom.g:2382:1: ( ( rule__SemanticsRule__Alternatives ) )
+ // InternalRoom.g:2407:2: ( ( ( rule__SemanticsRule__Alternatives ) ) )
+ // InternalRoom.g:2408:1: ( ( rule__SemanticsRule__Alternatives ) )
{
- // InternalRoom.g:2382:1: ( ( rule__SemanticsRule__Alternatives ) )
- // InternalRoom.g:2383:1: ( rule__SemanticsRule__Alternatives )
+ // InternalRoom.g:2408:1: ( ( rule__SemanticsRule__Alternatives ) )
+ // InternalRoom.g:2409:1: ( rule__SemanticsRule__Alternatives )
{
before(grammarAccess.getSemanticsRuleAccess().getAlternatives());
- // InternalRoom.g:2384:1: ( rule__SemanticsRule__Alternatives )
- // InternalRoom.g:2384:2: rule__SemanticsRule__Alternatives
+ // InternalRoom.g:2410:1: ( rule__SemanticsRule__Alternatives )
+ // InternalRoom.g:2410:2: rule__SemanticsRule__Alternatives
{
pushFollow(FOLLOW_2);
rule__SemanticsRule__Alternatives();
@@ -6579,11 +6656,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleInSemanticsRule"
- // InternalRoom.g:2396:1: entryRuleInSemanticsRule : ruleInSemanticsRule EOF ;
+ // InternalRoom.g:2422:1: entryRuleInSemanticsRule : ruleInSemanticsRule EOF ;
public final void entryRuleInSemanticsRule() throws RecognitionException {
try {
- // InternalRoom.g:2397:1: ( ruleInSemanticsRule EOF )
- // InternalRoom.g:2398:1: ruleInSemanticsRule EOF
+ // InternalRoom.g:2423:1: ( ruleInSemanticsRule EOF )
+ // InternalRoom.g:2424:1: ruleInSemanticsRule EOF
{
before(grammarAccess.getInSemanticsRuleRule());
pushFollow(FOLLOW_1);
@@ -6609,21 +6686,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleInSemanticsRule"
- // InternalRoom.g:2405:1: ruleInSemanticsRule : ( ( rule__InSemanticsRule__Group__0 ) ) ;
+ // InternalRoom.g:2431:1: ruleInSemanticsRule : ( ( rule__InSemanticsRule__Group__0 ) ) ;
public final void ruleInSemanticsRule() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2409:2: ( ( ( rule__InSemanticsRule__Group__0 ) ) )
- // InternalRoom.g:2410:1: ( ( rule__InSemanticsRule__Group__0 ) )
+ // InternalRoom.g:2435:2: ( ( ( rule__InSemanticsRule__Group__0 ) ) )
+ // InternalRoom.g:2436:1: ( ( rule__InSemanticsRule__Group__0 ) )
{
- // InternalRoom.g:2410:1: ( ( rule__InSemanticsRule__Group__0 ) )
- // InternalRoom.g:2411:1: ( rule__InSemanticsRule__Group__0 )
+ // InternalRoom.g:2436:1: ( ( rule__InSemanticsRule__Group__0 ) )
+ // InternalRoom.g:2437:1: ( rule__InSemanticsRule__Group__0 )
{
before(grammarAccess.getInSemanticsRuleAccess().getGroup());
- // InternalRoom.g:2412:1: ( rule__InSemanticsRule__Group__0 )
- // InternalRoom.g:2412:2: rule__InSemanticsRule__Group__0
+ // InternalRoom.g:2438:1: ( rule__InSemanticsRule__Group__0 )
+ // InternalRoom.g:2438:2: rule__InSemanticsRule__Group__0
{
pushFollow(FOLLOW_2);
rule__InSemanticsRule__Group__0();
@@ -6656,11 +6733,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleOutSemanticsRule"
- // InternalRoom.g:2424:1: entryRuleOutSemanticsRule : ruleOutSemanticsRule EOF ;
+ // InternalRoom.g:2450:1: entryRuleOutSemanticsRule : ruleOutSemanticsRule EOF ;
public final void entryRuleOutSemanticsRule() throws RecognitionException {
try {
- // InternalRoom.g:2425:1: ( ruleOutSemanticsRule EOF )
- // InternalRoom.g:2426:1: ruleOutSemanticsRule EOF
+ // InternalRoom.g:2451:1: ( ruleOutSemanticsRule EOF )
+ // InternalRoom.g:2452:1: ruleOutSemanticsRule EOF
{
before(grammarAccess.getOutSemanticsRuleRule());
pushFollow(FOLLOW_1);
@@ -6686,21 +6763,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleOutSemanticsRule"
- // InternalRoom.g:2433:1: ruleOutSemanticsRule : ( ( rule__OutSemanticsRule__Group__0 ) ) ;
+ // InternalRoom.g:2459:1: ruleOutSemanticsRule : ( ( rule__OutSemanticsRule__Group__0 ) ) ;
public final void ruleOutSemanticsRule() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2437:2: ( ( ( rule__OutSemanticsRule__Group__0 ) ) )
- // InternalRoom.g:2438:1: ( ( rule__OutSemanticsRule__Group__0 ) )
+ // InternalRoom.g:2463:2: ( ( ( rule__OutSemanticsRule__Group__0 ) ) )
+ // InternalRoom.g:2464:1: ( ( rule__OutSemanticsRule__Group__0 ) )
{
- // InternalRoom.g:2438:1: ( ( rule__OutSemanticsRule__Group__0 ) )
- // InternalRoom.g:2439:1: ( rule__OutSemanticsRule__Group__0 )
+ // InternalRoom.g:2464:1: ( ( rule__OutSemanticsRule__Group__0 ) )
+ // InternalRoom.g:2465:1: ( rule__OutSemanticsRule__Group__0 )
{
before(grammarAccess.getOutSemanticsRuleAccess().getGroup());
- // InternalRoom.g:2440:1: ( rule__OutSemanticsRule__Group__0 )
- // InternalRoom.g:2440:2: rule__OutSemanticsRule__Group__0
+ // InternalRoom.g:2466:1: ( rule__OutSemanticsRule__Group__0 )
+ // InternalRoom.g:2466:2: rule__OutSemanticsRule__Group__0
{
pushFollow(FOLLOW_2);
rule__OutSemanticsRule__Group__0();
@@ -6733,11 +6810,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleAnnotation"
- // InternalRoom.g:2452:1: entryRuleAnnotation : ruleAnnotation EOF ;
+ // InternalRoom.g:2478:1: entryRuleAnnotation : ruleAnnotation EOF ;
public final void entryRuleAnnotation() throws RecognitionException {
try {
- // InternalRoom.g:2453:1: ( ruleAnnotation EOF )
- // InternalRoom.g:2454:1: ruleAnnotation EOF
+ // InternalRoom.g:2479:1: ( ruleAnnotation EOF )
+ // InternalRoom.g:2480:1: ruleAnnotation EOF
{
before(grammarAccess.getAnnotationRule());
pushFollow(FOLLOW_1);
@@ -6763,21 +6840,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleAnnotation"
- // InternalRoom.g:2461:1: ruleAnnotation : ( ( rule__Annotation__Group__0 ) ) ;
+ // InternalRoom.g:2487:1: ruleAnnotation : ( ( rule__Annotation__Group__0 ) ) ;
public final void ruleAnnotation() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2465:2: ( ( ( rule__Annotation__Group__0 ) ) )
- // InternalRoom.g:2466:1: ( ( rule__Annotation__Group__0 ) )
+ // InternalRoom.g:2491:2: ( ( ( rule__Annotation__Group__0 ) ) )
+ // InternalRoom.g:2492:1: ( ( rule__Annotation__Group__0 ) )
{
- // InternalRoom.g:2466:1: ( ( rule__Annotation__Group__0 ) )
- // InternalRoom.g:2467:1: ( rule__Annotation__Group__0 )
+ // InternalRoom.g:2492:1: ( ( rule__Annotation__Group__0 ) )
+ // InternalRoom.g:2493:1: ( rule__Annotation__Group__0 )
{
before(grammarAccess.getAnnotationAccess().getGroup());
- // InternalRoom.g:2468:1: ( rule__Annotation__Group__0 )
- // InternalRoom.g:2468:2: rule__Annotation__Group__0
+ // InternalRoom.g:2494:1: ( rule__Annotation__Group__0 )
+ // InternalRoom.g:2494:2: rule__Annotation__Group__0
{
pushFollow(FOLLOW_2);
rule__Annotation__Group__0();
@@ -6810,11 +6887,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleKeyValue"
- // InternalRoom.g:2480:1: entryRuleKeyValue : ruleKeyValue EOF ;
+ // InternalRoom.g:2506:1: entryRuleKeyValue : ruleKeyValue EOF ;
public final void entryRuleKeyValue() throws RecognitionException {
try {
- // InternalRoom.g:2481:1: ( ruleKeyValue EOF )
- // InternalRoom.g:2482:1: ruleKeyValue EOF
+ // InternalRoom.g:2507:1: ( ruleKeyValue EOF )
+ // InternalRoom.g:2508:1: ruleKeyValue EOF
{
before(grammarAccess.getKeyValueRule());
pushFollow(FOLLOW_1);
@@ -6840,21 +6917,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleKeyValue"
- // InternalRoom.g:2489:1: ruleKeyValue : ( ( rule__KeyValue__Group__0 ) ) ;
+ // InternalRoom.g:2515:1: ruleKeyValue : ( ( rule__KeyValue__Group__0 ) ) ;
public final void ruleKeyValue() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2493:2: ( ( ( rule__KeyValue__Group__0 ) ) )
- // InternalRoom.g:2494:1: ( ( rule__KeyValue__Group__0 ) )
+ // InternalRoom.g:2519:2: ( ( ( rule__KeyValue__Group__0 ) ) )
+ // InternalRoom.g:2520:1: ( ( rule__KeyValue__Group__0 ) )
{
- // InternalRoom.g:2494:1: ( ( rule__KeyValue__Group__0 ) )
- // InternalRoom.g:2495:1: ( rule__KeyValue__Group__0 )
+ // InternalRoom.g:2520:1: ( ( rule__KeyValue__Group__0 ) )
+ // InternalRoom.g:2521:1: ( rule__KeyValue__Group__0 )
{
before(grammarAccess.getKeyValueAccess().getGroup());
- // InternalRoom.g:2496:1: ( rule__KeyValue__Group__0 )
- // InternalRoom.g:2496:2: rule__KeyValue__Group__0
+ // InternalRoom.g:2522:1: ( rule__KeyValue__Group__0 )
+ // InternalRoom.g:2522:2: rule__KeyValue__Group__0
{
pushFollow(FOLLOW_2);
rule__KeyValue__Group__0();
@@ -6887,11 +6964,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleAnnotationType"
- // InternalRoom.g:2508:1: entryRuleAnnotationType : ruleAnnotationType EOF ;
+ // InternalRoom.g:2534:1: entryRuleAnnotationType : ruleAnnotationType EOF ;
public final void entryRuleAnnotationType() throws RecognitionException {
try {
- // InternalRoom.g:2509:1: ( ruleAnnotationType EOF )
- // InternalRoom.g:2510:1: ruleAnnotationType EOF
+ // InternalRoom.g:2535:1: ( ruleAnnotationType EOF )
+ // InternalRoom.g:2536:1: ruleAnnotationType EOF
{
before(grammarAccess.getAnnotationTypeRule());
pushFollow(FOLLOW_1);
@@ -6917,21 +6994,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleAnnotationType"
- // InternalRoom.g:2517:1: ruleAnnotationType : ( ( rule__AnnotationType__Group__0 ) ) ;
+ // InternalRoom.g:2543:1: ruleAnnotationType : ( ( rule__AnnotationType__Group__0 ) ) ;
public final void ruleAnnotationType() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2521:2: ( ( ( rule__AnnotationType__Group__0 ) ) )
- // InternalRoom.g:2522:1: ( ( rule__AnnotationType__Group__0 ) )
+ // InternalRoom.g:2547:2: ( ( ( rule__AnnotationType__Group__0 ) ) )
+ // InternalRoom.g:2548:1: ( ( rule__AnnotationType__Group__0 ) )
{
- // InternalRoom.g:2522:1: ( ( rule__AnnotationType__Group__0 ) )
- // InternalRoom.g:2523:1: ( rule__AnnotationType__Group__0 )
+ // InternalRoom.g:2548:1: ( ( rule__AnnotationType__Group__0 ) )
+ // InternalRoom.g:2549:1: ( rule__AnnotationType__Group__0 )
{
before(grammarAccess.getAnnotationTypeAccess().getGroup());
- // InternalRoom.g:2524:1: ( rule__AnnotationType__Group__0 )
- // InternalRoom.g:2524:2: rule__AnnotationType__Group__0
+ // InternalRoom.g:2550:1: ( rule__AnnotationType__Group__0 )
+ // InternalRoom.g:2550:2: rule__AnnotationType__Group__0
{
pushFollow(FOLLOW_2);
rule__AnnotationType__Group__0();
@@ -6964,11 +7041,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleAnnotationAttribute"
- // InternalRoom.g:2536:1: entryRuleAnnotationAttribute : ruleAnnotationAttribute EOF ;
+ // InternalRoom.g:2562:1: entryRuleAnnotationAttribute : ruleAnnotationAttribute EOF ;
public final void entryRuleAnnotationAttribute() throws RecognitionException {
try {
- // InternalRoom.g:2537:1: ( ruleAnnotationAttribute EOF )
- // InternalRoom.g:2538:1: ruleAnnotationAttribute EOF
+ // InternalRoom.g:2563:1: ( ruleAnnotationAttribute EOF )
+ // InternalRoom.g:2564:1: ruleAnnotationAttribute EOF
{
before(grammarAccess.getAnnotationAttributeRule());
pushFollow(FOLLOW_1);
@@ -6994,21 +7071,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleAnnotationAttribute"
- // InternalRoom.g:2545:1: ruleAnnotationAttribute : ( ( rule__AnnotationAttribute__Alternatives ) ) ;
+ // InternalRoom.g:2571:1: ruleAnnotationAttribute : ( ( rule__AnnotationAttribute__Alternatives ) ) ;
public final void ruleAnnotationAttribute() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2549:2: ( ( ( rule__AnnotationAttribute__Alternatives ) ) )
- // InternalRoom.g:2550:1: ( ( rule__AnnotationAttribute__Alternatives ) )
+ // InternalRoom.g:2575:2: ( ( ( rule__AnnotationAttribute__Alternatives ) ) )
+ // InternalRoom.g:2576:1: ( ( rule__AnnotationAttribute__Alternatives ) )
{
- // InternalRoom.g:2550:1: ( ( rule__AnnotationAttribute__Alternatives ) )
- // InternalRoom.g:2551:1: ( rule__AnnotationAttribute__Alternatives )
+ // InternalRoom.g:2576:1: ( ( rule__AnnotationAttribute__Alternatives ) )
+ // InternalRoom.g:2577:1: ( rule__AnnotationAttribute__Alternatives )
{
before(grammarAccess.getAnnotationAttributeAccess().getAlternatives());
- // InternalRoom.g:2552:1: ( rule__AnnotationAttribute__Alternatives )
- // InternalRoom.g:2552:2: rule__AnnotationAttribute__Alternatives
+ // InternalRoom.g:2578:1: ( rule__AnnotationAttribute__Alternatives )
+ // InternalRoom.g:2578:2: rule__AnnotationAttribute__Alternatives
{
pushFollow(FOLLOW_2);
rule__AnnotationAttribute__Alternatives();
@@ -7041,11 +7118,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleSimpleAnnotationAttribute"
- // InternalRoom.g:2564:1: entryRuleSimpleAnnotationAttribute : ruleSimpleAnnotationAttribute EOF ;
+ // InternalRoom.g:2590:1: entryRuleSimpleAnnotationAttribute : ruleSimpleAnnotationAttribute EOF ;
public final void entryRuleSimpleAnnotationAttribute() throws RecognitionException {
try {
- // InternalRoom.g:2565:1: ( ruleSimpleAnnotationAttribute EOF )
- // InternalRoom.g:2566:1: ruleSimpleAnnotationAttribute EOF
+ // InternalRoom.g:2591:1: ( ruleSimpleAnnotationAttribute EOF )
+ // InternalRoom.g:2592:1: ruleSimpleAnnotationAttribute EOF
{
before(grammarAccess.getSimpleAnnotationAttributeRule());
pushFollow(FOLLOW_1);
@@ -7071,21 +7148,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleSimpleAnnotationAttribute"
- // InternalRoom.g:2573:1: ruleSimpleAnnotationAttribute : ( ( rule__SimpleAnnotationAttribute__Group__0 ) ) ;
+ // InternalRoom.g:2599:1: ruleSimpleAnnotationAttribute : ( ( rule__SimpleAnnotationAttribute__Group__0 ) ) ;
public final void ruleSimpleAnnotationAttribute() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2577:2: ( ( ( rule__SimpleAnnotationAttribute__Group__0 ) ) )
- // InternalRoom.g:2578:1: ( ( rule__SimpleAnnotationAttribute__Group__0 ) )
+ // InternalRoom.g:2603:2: ( ( ( rule__SimpleAnnotationAttribute__Group__0 ) ) )
+ // InternalRoom.g:2604:1: ( ( rule__SimpleAnnotationAttribute__Group__0 ) )
{
- // InternalRoom.g:2578:1: ( ( rule__SimpleAnnotationAttribute__Group__0 ) )
- // InternalRoom.g:2579:1: ( rule__SimpleAnnotationAttribute__Group__0 )
+ // InternalRoom.g:2604:1: ( ( rule__SimpleAnnotationAttribute__Group__0 ) )
+ // InternalRoom.g:2605:1: ( rule__SimpleAnnotationAttribute__Group__0 )
{
before(grammarAccess.getSimpleAnnotationAttributeAccess().getGroup());
- // InternalRoom.g:2580:1: ( rule__SimpleAnnotationAttribute__Group__0 )
- // InternalRoom.g:2580:2: rule__SimpleAnnotationAttribute__Group__0
+ // InternalRoom.g:2606:1: ( rule__SimpleAnnotationAttribute__Group__0 )
+ // InternalRoom.g:2606:2: rule__SimpleAnnotationAttribute__Group__0
{
pushFollow(FOLLOW_2);
rule__SimpleAnnotationAttribute__Group__0();
@@ -7118,11 +7195,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleEnumAnnotationAttribute"
- // InternalRoom.g:2592:1: entryRuleEnumAnnotationAttribute : ruleEnumAnnotationAttribute EOF ;
+ // InternalRoom.g:2618:1: entryRuleEnumAnnotationAttribute : ruleEnumAnnotationAttribute EOF ;
public final void entryRuleEnumAnnotationAttribute() throws RecognitionException {
try {
- // InternalRoom.g:2593:1: ( ruleEnumAnnotationAttribute EOF )
- // InternalRoom.g:2594:1: ruleEnumAnnotationAttribute EOF
+ // InternalRoom.g:2619:1: ( ruleEnumAnnotationAttribute EOF )
+ // InternalRoom.g:2620:1: ruleEnumAnnotationAttribute EOF
{
before(grammarAccess.getEnumAnnotationAttributeRule());
pushFollow(FOLLOW_1);
@@ -7148,21 +7225,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleEnumAnnotationAttribute"
- // InternalRoom.g:2601:1: ruleEnumAnnotationAttribute : ( ( rule__EnumAnnotationAttribute__Group__0 ) ) ;
+ // InternalRoom.g:2627:1: ruleEnumAnnotationAttribute : ( ( rule__EnumAnnotationAttribute__Group__0 ) ) ;
public final void ruleEnumAnnotationAttribute() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2605:2: ( ( ( rule__EnumAnnotationAttribute__Group__0 ) ) )
- // InternalRoom.g:2606:1: ( ( rule__EnumAnnotationAttribute__Group__0 ) )
+ // InternalRoom.g:2631:2: ( ( ( rule__EnumAnnotationAttribute__Group__0 ) ) )
+ // InternalRoom.g:2632:1: ( ( rule__EnumAnnotationAttribute__Group__0 ) )
{
- // InternalRoom.g:2606:1: ( ( rule__EnumAnnotationAttribute__Group__0 ) )
- // InternalRoom.g:2607:1: ( rule__EnumAnnotationAttribute__Group__0 )
+ // InternalRoom.g:2632:1: ( ( rule__EnumAnnotationAttribute__Group__0 ) )
+ // InternalRoom.g:2633:1: ( rule__EnumAnnotationAttribute__Group__0 )
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getGroup());
- // InternalRoom.g:2608:1: ( rule__EnumAnnotationAttribute__Group__0 )
- // InternalRoom.g:2608:2: rule__EnumAnnotationAttribute__Group__0
+ // InternalRoom.g:2634:1: ( rule__EnumAnnotationAttribute__Group__0 )
+ // InternalRoom.g:2634:2: rule__EnumAnnotationAttribute__Group__0
{
pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__Group__0();
@@ -7195,11 +7272,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleImport"
- // InternalRoom.g:2620:1: entryRuleImport : ruleImport EOF ;
+ // InternalRoom.g:2646:1: entryRuleImport : ruleImport EOF ;
public final void entryRuleImport() throws RecognitionException {
try {
- // InternalRoom.g:2621:1: ( ruleImport EOF )
- // InternalRoom.g:2622:1: ruleImport EOF
+ // InternalRoom.g:2647:1: ( ruleImport EOF )
+ // InternalRoom.g:2648:1: ruleImport EOF
{
before(grammarAccess.getImportRule());
pushFollow(FOLLOW_1);
@@ -7225,21 +7302,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleImport"
- // InternalRoom.g:2629:1: ruleImport : ( ( rule__Import__Group__0 ) ) ;
+ // InternalRoom.g:2655:1: ruleImport : ( ( rule__Import__Group__0 ) ) ;
public final void ruleImport() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2633:2: ( ( ( rule__Import__Group__0 ) ) )
- // InternalRoom.g:2634:1: ( ( rule__Import__Group__0 ) )
+ // InternalRoom.g:2659:2: ( ( ( rule__Import__Group__0 ) ) )
+ // InternalRoom.g:2660:1: ( ( rule__Import__Group__0 ) )
{
- // InternalRoom.g:2634:1: ( ( rule__Import__Group__0 ) )
- // InternalRoom.g:2635:1: ( rule__Import__Group__0 )
+ // InternalRoom.g:2660:1: ( ( rule__Import__Group__0 ) )
+ // InternalRoom.g:2661:1: ( rule__Import__Group__0 )
{
before(grammarAccess.getImportAccess().getGroup());
- // InternalRoom.g:2636:1: ( rule__Import__Group__0 )
- // InternalRoom.g:2636:2: rule__Import__Group__0
+ // InternalRoom.g:2662:1: ( rule__Import__Group__0 )
+ // InternalRoom.g:2662:2: rule__Import__Group__0
{
pushFollow(FOLLOW_2);
rule__Import__Group__0();
@@ -7272,11 +7349,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleImportedFQN"
- // InternalRoom.g:2648:1: entryRuleImportedFQN : ruleImportedFQN EOF ;
+ // InternalRoom.g:2674:1: entryRuleImportedFQN : ruleImportedFQN EOF ;
public final void entryRuleImportedFQN() throws RecognitionException {
try {
- // InternalRoom.g:2649:1: ( ruleImportedFQN EOF )
- // InternalRoom.g:2650:1: ruleImportedFQN EOF
+ // InternalRoom.g:2675:1: ( ruleImportedFQN EOF )
+ // InternalRoom.g:2676:1: ruleImportedFQN EOF
{
before(grammarAccess.getImportedFQNRule());
pushFollow(FOLLOW_1);
@@ -7302,21 +7379,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleImportedFQN"
- // InternalRoom.g:2657:1: ruleImportedFQN : ( ( rule__ImportedFQN__Group__0 ) ) ;
+ // InternalRoom.g:2683:1: ruleImportedFQN : ( ( rule__ImportedFQN__Group__0 ) ) ;
public final void ruleImportedFQN() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2661:2: ( ( ( rule__ImportedFQN__Group__0 ) ) )
- // InternalRoom.g:2662:1: ( ( rule__ImportedFQN__Group__0 ) )
+ // InternalRoom.g:2687:2: ( ( ( rule__ImportedFQN__Group__0 ) ) )
+ // InternalRoom.g:2688:1: ( ( rule__ImportedFQN__Group__0 ) )
{
- // InternalRoom.g:2662:1: ( ( rule__ImportedFQN__Group__0 ) )
- // InternalRoom.g:2663:1: ( rule__ImportedFQN__Group__0 )
+ // InternalRoom.g:2688:1: ( ( rule__ImportedFQN__Group__0 ) )
+ // InternalRoom.g:2689:1: ( rule__ImportedFQN__Group__0 )
{
before(grammarAccess.getImportedFQNAccess().getGroup());
- // InternalRoom.g:2664:1: ( rule__ImportedFQN__Group__0 )
- // InternalRoom.g:2664:2: rule__ImportedFQN__Group__0
+ // InternalRoom.g:2690:1: ( rule__ImportedFQN__Group__0 )
+ // InternalRoom.g:2690:2: rule__ImportedFQN__Group__0
{
pushFollow(FOLLOW_2);
rule__ImportedFQN__Group__0();
@@ -7349,11 +7426,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleDocumentation"
- // InternalRoom.g:2676:1: entryRuleDocumentation : ruleDocumentation EOF ;
+ // InternalRoom.g:2702:1: entryRuleDocumentation : ruleDocumentation EOF ;
public final void entryRuleDocumentation() throws RecognitionException {
try {
- // InternalRoom.g:2677:1: ( ruleDocumentation EOF )
- // InternalRoom.g:2678:1: ruleDocumentation EOF
+ // InternalRoom.g:2703:1: ( ruleDocumentation EOF )
+ // InternalRoom.g:2704:1: ruleDocumentation EOF
{
before(grammarAccess.getDocumentationRule());
pushFollow(FOLLOW_1);
@@ -7379,21 +7456,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleDocumentation"
- // InternalRoom.g:2685:1: ruleDocumentation : ( ( rule__Documentation__Group__0 ) ) ;
+ // InternalRoom.g:2711:1: ruleDocumentation : ( ( rule__Documentation__Group__0 ) ) ;
public final void ruleDocumentation() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2689:2: ( ( ( rule__Documentation__Group__0 ) ) )
- // InternalRoom.g:2690:1: ( ( rule__Documentation__Group__0 ) )
+ // InternalRoom.g:2715:2: ( ( ( rule__Documentation__Group__0 ) ) )
+ // InternalRoom.g:2716:1: ( ( rule__Documentation__Group__0 ) )
{
- // InternalRoom.g:2690:1: ( ( rule__Documentation__Group__0 ) )
- // InternalRoom.g:2691:1: ( rule__Documentation__Group__0 )
+ // InternalRoom.g:2716:1: ( ( rule__Documentation__Group__0 ) )
+ // InternalRoom.g:2717:1: ( rule__Documentation__Group__0 )
{
before(grammarAccess.getDocumentationAccess().getGroup());
- // InternalRoom.g:2692:1: ( rule__Documentation__Group__0 )
- // InternalRoom.g:2692:2: rule__Documentation__Group__0
+ // InternalRoom.g:2718:1: ( rule__Documentation__Group__0 )
+ // InternalRoom.g:2718:2: rule__Documentation__Group__0
{
pushFollow(FOLLOW_2);
rule__Documentation__Group__0();
@@ -7426,11 +7503,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleLiteral"
- // InternalRoom.g:2708:1: entryRuleLiteral : ruleLiteral EOF ;
+ // InternalRoom.g:2734:1: entryRuleLiteral : ruleLiteral EOF ;
public final void entryRuleLiteral() throws RecognitionException {
try {
- // InternalRoom.g:2709:1: ( ruleLiteral EOF )
- // InternalRoom.g:2710:1: ruleLiteral EOF
+ // InternalRoom.g:2735:1: ( ruleLiteral EOF )
+ // InternalRoom.g:2736:1: ruleLiteral EOF
{
before(grammarAccess.getLiteralRule());
pushFollow(FOLLOW_1);
@@ -7456,21 +7533,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleLiteral"
- // InternalRoom.g:2717:1: ruleLiteral : ( ( rule__Literal__Alternatives ) ) ;
+ // InternalRoom.g:2743:1: ruleLiteral : ( ( rule__Literal__Alternatives ) ) ;
public final void ruleLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2721:2: ( ( ( rule__Literal__Alternatives ) ) )
- // InternalRoom.g:2722:1: ( ( rule__Literal__Alternatives ) )
+ // InternalRoom.g:2747:2: ( ( ( rule__Literal__Alternatives ) ) )
+ // InternalRoom.g:2748:1: ( ( rule__Literal__Alternatives ) )
{
- // InternalRoom.g:2722:1: ( ( rule__Literal__Alternatives ) )
- // InternalRoom.g:2723:1: ( rule__Literal__Alternatives )
+ // InternalRoom.g:2748:1: ( ( rule__Literal__Alternatives ) )
+ // InternalRoom.g:2749:1: ( rule__Literal__Alternatives )
{
before(grammarAccess.getLiteralAccess().getAlternatives());
- // InternalRoom.g:2724:1: ( rule__Literal__Alternatives )
- // InternalRoom.g:2724:2: rule__Literal__Alternatives
+ // InternalRoom.g:2750:1: ( rule__Literal__Alternatives )
+ // InternalRoom.g:2750:2: rule__Literal__Alternatives
{
pushFollow(FOLLOW_2);
rule__Literal__Alternatives();
@@ -7503,11 +7580,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleBooleanLiteral"
- // InternalRoom.g:2736:1: entryRuleBooleanLiteral : ruleBooleanLiteral EOF ;
+ // InternalRoom.g:2762:1: entryRuleBooleanLiteral : ruleBooleanLiteral EOF ;
public final void entryRuleBooleanLiteral() throws RecognitionException {
try {
- // InternalRoom.g:2737:1: ( ruleBooleanLiteral EOF )
- // InternalRoom.g:2738:1: ruleBooleanLiteral EOF
+ // InternalRoom.g:2763:1: ( ruleBooleanLiteral EOF )
+ // InternalRoom.g:2764:1: ruleBooleanLiteral EOF
{
before(grammarAccess.getBooleanLiteralRule());
pushFollow(FOLLOW_1);
@@ -7533,21 +7610,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleBooleanLiteral"
- // InternalRoom.g:2745:1: ruleBooleanLiteral : ( ( rule__BooleanLiteral__Group__0 ) ) ;
+ // InternalRoom.g:2771:1: ruleBooleanLiteral : ( ( rule__BooleanLiteral__Group__0 ) ) ;
public final void ruleBooleanLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2749:2: ( ( ( rule__BooleanLiteral__Group__0 ) ) )
- // InternalRoom.g:2750:1: ( ( rule__BooleanLiteral__Group__0 ) )
+ // InternalRoom.g:2775:2: ( ( ( rule__BooleanLiteral__Group__0 ) ) )
+ // InternalRoom.g:2776:1: ( ( rule__BooleanLiteral__Group__0 ) )
{
- // InternalRoom.g:2750:1: ( ( rule__BooleanLiteral__Group__0 ) )
- // InternalRoom.g:2751:1: ( rule__BooleanLiteral__Group__0 )
+ // InternalRoom.g:2776:1: ( ( rule__BooleanLiteral__Group__0 ) )
+ // InternalRoom.g:2777:1: ( rule__BooleanLiteral__Group__0 )
{
before(grammarAccess.getBooleanLiteralAccess().getGroup());
- // InternalRoom.g:2752:1: ( rule__BooleanLiteral__Group__0 )
- // InternalRoom.g:2752:2: rule__BooleanLiteral__Group__0
+ // InternalRoom.g:2778:1: ( rule__BooleanLiteral__Group__0 )
+ // InternalRoom.g:2778:2: rule__BooleanLiteral__Group__0
{
pushFollow(FOLLOW_2);
rule__BooleanLiteral__Group__0();
@@ -7580,11 +7657,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleNumberLiteral"
- // InternalRoom.g:2764:1: entryRuleNumberLiteral : ruleNumberLiteral EOF ;
+ // InternalRoom.g:2790:1: entryRuleNumberLiteral : ruleNumberLiteral EOF ;
public final void entryRuleNumberLiteral() throws RecognitionException {
try {
- // InternalRoom.g:2765:1: ( ruleNumberLiteral EOF )
- // InternalRoom.g:2766:1: ruleNumberLiteral EOF
+ // InternalRoom.g:2791:1: ( ruleNumberLiteral EOF )
+ // InternalRoom.g:2792:1: ruleNumberLiteral EOF
{
before(grammarAccess.getNumberLiteralRule());
pushFollow(FOLLOW_1);
@@ -7610,21 +7687,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleNumberLiteral"
- // InternalRoom.g:2773:1: ruleNumberLiteral : ( ( rule__NumberLiteral__Alternatives ) ) ;
+ // InternalRoom.g:2799:1: ruleNumberLiteral : ( ( rule__NumberLiteral__Alternatives ) ) ;
public final void ruleNumberLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2777:2: ( ( ( rule__NumberLiteral__Alternatives ) ) )
- // InternalRoom.g:2778:1: ( ( rule__NumberLiteral__Alternatives ) )
+ // InternalRoom.g:2803:2: ( ( ( rule__NumberLiteral__Alternatives ) ) )
+ // InternalRoom.g:2804:1: ( ( rule__NumberLiteral__Alternatives ) )
{
- // InternalRoom.g:2778:1: ( ( rule__NumberLiteral__Alternatives ) )
- // InternalRoom.g:2779:1: ( rule__NumberLiteral__Alternatives )
+ // InternalRoom.g:2804:1: ( ( rule__NumberLiteral__Alternatives ) )
+ // InternalRoom.g:2805:1: ( rule__NumberLiteral__Alternatives )
{
before(grammarAccess.getNumberLiteralAccess().getAlternatives());
- // InternalRoom.g:2780:1: ( rule__NumberLiteral__Alternatives )
- // InternalRoom.g:2780:2: rule__NumberLiteral__Alternatives
+ // InternalRoom.g:2806:1: ( rule__NumberLiteral__Alternatives )
+ // InternalRoom.g:2806:2: rule__NumberLiteral__Alternatives
{
pushFollow(FOLLOW_2);
rule__NumberLiteral__Alternatives();
@@ -7657,11 +7734,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleRealLiteral"
- // InternalRoom.g:2792:1: entryRuleRealLiteral : ruleRealLiteral EOF ;
+ // InternalRoom.g:2818:1: entryRuleRealLiteral : ruleRealLiteral EOF ;
public final void entryRuleRealLiteral() throws RecognitionException {
try {
- // InternalRoom.g:2793:1: ( ruleRealLiteral EOF )
- // InternalRoom.g:2794:1: ruleRealLiteral EOF
+ // InternalRoom.g:2819:1: ( ruleRealLiteral EOF )
+ // InternalRoom.g:2820:1: ruleRealLiteral EOF
{
before(grammarAccess.getRealLiteralRule());
pushFollow(FOLLOW_1);
@@ -7687,21 +7764,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleRealLiteral"
- // InternalRoom.g:2801:1: ruleRealLiteral : ( ( rule__RealLiteral__Group__0 ) ) ;
+ // InternalRoom.g:2827:1: ruleRealLiteral : ( ( rule__RealLiteral__Group__0 ) ) ;
public final void ruleRealLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2805:2: ( ( ( rule__RealLiteral__Group__0 ) ) )
- // InternalRoom.g:2806:1: ( ( rule__RealLiteral__Group__0 ) )
+ // InternalRoom.g:2831:2: ( ( ( rule__RealLiteral__Group__0 ) ) )
+ // InternalRoom.g:2832:1: ( ( rule__RealLiteral__Group__0 ) )
{
- // InternalRoom.g:2806:1: ( ( rule__RealLiteral__Group__0 ) )
- // InternalRoom.g:2807:1: ( rule__RealLiteral__Group__0 )
+ // InternalRoom.g:2832:1: ( ( rule__RealLiteral__Group__0 ) )
+ // InternalRoom.g:2833:1: ( rule__RealLiteral__Group__0 )
{
before(grammarAccess.getRealLiteralAccess().getGroup());
- // InternalRoom.g:2808:1: ( rule__RealLiteral__Group__0 )
- // InternalRoom.g:2808:2: rule__RealLiteral__Group__0
+ // InternalRoom.g:2834:1: ( rule__RealLiteral__Group__0 )
+ // InternalRoom.g:2834:2: rule__RealLiteral__Group__0
{
pushFollow(FOLLOW_2);
rule__RealLiteral__Group__0();
@@ -7734,11 +7811,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleIntLiteral"
- // InternalRoom.g:2820:1: entryRuleIntLiteral : ruleIntLiteral EOF ;
+ // InternalRoom.g:2846:1: entryRuleIntLiteral : ruleIntLiteral EOF ;
public final void entryRuleIntLiteral() throws RecognitionException {
try {
- // InternalRoom.g:2821:1: ( ruleIntLiteral EOF )
- // InternalRoom.g:2822:1: ruleIntLiteral EOF
+ // InternalRoom.g:2847:1: ( ruleIntLiteral EOF )
+ // InternalRoom.g:2848:1: ruleIntLiteral EOF
{
before(grammarAccess.getIntLiteralRule());
pushFollow(FOLLOW_1);
@@ -7764,21 +7841,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleIntLiteral"
- // InternalRoom.g:2829:1: ruleIntLiteral : ( ( rule__IntLiteral__Group__0 ) ) ;
+ // InternalRoom.g:2855:1: ruleIntLiteral : ( ( rule__IntLiteral__Group__0 ) ) ;
public final void ruleIntLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2833:2: ( ( ( rule__IntLiteral__Group__0 ) ) )
- // InternalRoom.g:2834:1: ( ( rule__IntLiteral__Group__0 ) )
+ // InternalRoom.g:2859:2: ( ( ( rule__IntLiteral__Group__0 ) ) )
+ // InternalRoom.g:2860:1: ( ( rule__IntLiteral__Group__0 ) )
{
- // InternalRoom.g:2834:1: ( ( rule__IntLiteral__Group__0 ) )
- // InternalRoom.g:2835:1: ( rule__IntLiteral__Group__0 )
+ // InternalRoom.g:2860:1: ( ( rule__IntLiteral__Group__0 ) )
+ // InternalRoom.g:2861:1: ( rule__IntLiteral__Group__0 )
{
before(grammarAccess.getIntLiteralAccess().getGroup());
- // InternalRoom.g:2836:1: ( rule__IntLiteral__Group__0 )
- // InternalRoom.g:2836:2: rule__IntLiteral__Group__0
+ // InternalRoom.g:2862:1: ( rule__IntLiteral__Group__0 )
+ // InternalRoom.g:2862:2: rule__IntLiteral__Group__0
{
pushFollow(FOLLOW_2);
rule__IntLiteral__Group__0();
@@ -7811,11 +7888,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleStringLiteral"
- // InternalRoom.g:2848:1: entryRuleStringLiteral : ruleStringLiteral EOF ;
+ // InternalRoom.g:2874:1: entryRuleStringLiteral : ruleStringLiteral EOF ;
public final void entryRuleStringLiteral() throws RecognitionException {
try {
- // InternalRoom.g:2849:1: ( ruleStringLiteral EOF )
- // InternalRoom.g:2850:1: ruleStringLiteral EOF
+ // InternalRoom.g:2875:1: ( ruleStringLiteral EOF )
+ // InternalRoom.g:2876:1: ruleStringLiteral EOF
{
before(grammarAccess.getStringLiteralRule());
pushFollow(FOLLOW_1);
@@ -7841,21 +7918,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleStringLiteral"
- // InternalRoom.g:2857:1: ruleStringLiteral : ( ( rule__StringLiteral__Group__0 ) ) ;
+ // InternalRoom.g:2883:1: ruleStringLiteral : ( ( rule__StringLiteral__Group__0 ) ) ;
public final void ruleStringLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2861:2: ( ( ( rule__StringLiteral__Group__0 ) ) )
- // InternalRoom.g:2862:1: ( ( rule__StringLiteral__Group__0 ) )
+ // InternalRoom.g:2887:2: ( ( ( rule__StringLiteral__Group__0 ) ) )
+ // InternalRoom.g:2888:1: ( ( rule__StringLiteral__Group__0 ) )
{
- // InternalRoom.g:2862:1: ( ( rule__StringLiteral__Group__0 ) )
- // InternalRoom.g:2863:1: ( rule__StringLiteral__Group__0 )
+ // InternalRoom.g:2888:1: ( ( rule__StringLiteral__Group__0 ) )
+ // InternalRoom.g:2889:1: ( rule__StringLiteral__Group__0 )
{
before(grammarAccess.getStringLiteralAccess().getGroup());
- // InternalRoom.g:2864:1: ( rule__StringLiteral__Group__0 )
- // InternalRoom.g:2864:2: rule__StringLiteral__Group__0
+ // InternalRoom.g:2890:1: ( rule__StringLiteral__Group__0 )
+ // InternalRoom.g:2890:2: rule__StringLiteral__Group__0
{
pushFollow(FOLLOW_2);
rule__StringLiteral__Group__0();
@@ -7888,11 +7965,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleInteger"
- // InternalRoom.g:2876:1: entryRuleInteger : ruleInteger EOF ;
+ // InternalRoom.g:2902:1: entryRuleInteger : ruleInteger EOF ;
public final void entryRuleInteger() throws RecognitionException {
try {
- // InternalRoom.g:2877:1: ( ruleInteger EOF )
- // InternalRoom.g:2878:1: ruleInteger EOF
+ // InternalRoom.g:2903:1: ( ruleInteger EOF )
+ // InternalRoom.g:2904:1: ruleInteger EOF
{
before(grammarAccess.getIntegerRule());
pushFollow(FOLLOW_1);
@@ -7918,21 +7995,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleInteger"
- // InternalRoom.g:2885:1: ruleInteger : ( ( rule__Integer__Alternatives ) ) ;
+ // InternalRoom.g:2911:1: ruleInteger : ( ( rule__Integer__Alternatives ) ) ;
public final void ruleInteger() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2889:2: ( ( ( rule__Integer__Alternatives ) ) )
- // InternalRoom.g:2890:1: ( ( rule__Integer__Alternatives ) )
+ // InternalRoom.g:2915:2: ( ( ( rule__Integer__Alternatives ) ) )
+ // InternalRoom.g:2916:1: ( ( rule__Integer__Alternatives ) )
{
- // InternalRoom.g:2890:1: ( ( rule__Integer__Alternatives ) )
- // InternalRoom.g:2891:1: ( rule__Integer__Alternatives )
+ // InternalRoom.g:2916:1: ( ( rule__Integer__Alternatives ) )
+ // InternalRoom.g:2917:1: ( rule__Integer__Alternatives )
{
before(grammarAccess.getIntegerAccess().getAlternatives());
- // InternalRoom.g:2892:1: ( rule__Integer__Alternatives )
- // InternalRoom.g:2892:2: rule__Integer__Alternatives
+ // InternalRoom.g:2918:1: ( rule__Integer__Alternatives )
+ // InternalRoom.g:2918:2: rule__Integer__Alternatives
{
pushFollow(FOLLOW_2);
rule__Integer__Alternatives();
@@ -7965,11 +8042,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleReal"
- // InternalRoom.g:2904:1: entryRuleReal : ruleReal EOF ;
+ // InternalRoom.g:2930:1: entryRuleReal : ruleReal EOF ;
public final void entryRuleReal() throws RecognitionException {
try {
- // InternalRoom.g:2905:1: ( ruleReal EOF )
- // InternalRoom.g:2906:1: ruleReal EOF
+ // InternalRoom.g:2931:1: ( ruleReal EOF )
+ // InternalRoom.g:2932:1: ruleReal EOF
{
before(grammarAccess.getRealRule());
pushFollow(FOLLOW_1);
@@ -7995,21 +8072,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleReal"
- // InternalRoom.g:2913:1: ruleReal : ( ( rule__Real__Alternatives ) ) ;
+ // InternalRoom.g:2939:1: ruleReal : ( ( rule__Real__Alternatives ) ) ;
public final void ruleReal() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2917:2: ( ( ( rule__Real__Alternatives ) ) )
- // InternalRoom.g:2918:1: ( ( rule__Real__Alternatives ) )
+ // InternalRoom.g:2943:2: ( ( ( rule__Real__Alternatives ) ) )
+ // InternalRoom.g:2944:1: ( ( rule__Real__Alternatives ) )
{
- // InternalRoom.g:2918:1: ( ( rule__Real__Alternatives ) )
- // InternalRoom.g:2919:1: ( rule__Real__Alternatives )
+ // InternalRoom.g:2944:1: ( ( rule__Real__Alternatives ) )
+ // InternalRoom.g:2945:1: ( rule__Real__Alternatives )
{
before(grammarAccess.getRealAccess().getAlternatives());
- // InternalRoom.g:2920:1: ( rule__Real__Alternatives )
- // InternalRoom.g:2920:2: rule__Real__Alternatives
+ // InternalRoom.g:2946:1: ( rule__Real__Alternatives )
+ // InternalRoom.g:2946:2: rule__Real__Alternatives
{
pushFollow(FOLLOW_2);
rule__Real__Alternatives();
@@ -8042,14 +8119,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleDecimal"
- // InternalRoom.g:2932:1: entryRuleDecimal : ruleDecimal EOF ;
+ // InternalRoom.g:2958:1: entryRuleDecimal : ruleDecimal EOF ;
public final void entryRuleDecimal() throws RecognitionException {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
try {
- // InternalRoom.g:2936:1: ( ruleDecimal EOF )
- // InternalRoom.g:2937:1: ruleDecimal EOF
+ // InternalRoom.g:2962:1: ( ruleDecimal EOF )
+ // InternalRoom.g:2963:1: ruleDecimal EOF
{
before(grammarAccess.getDecimalRule());
pushFollow(FOLLOW_1);
@@ -8078,22 +8155,22 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleDecimal"
- // InternalRoom.g:2947:1: ruleDecimal : ( ( rule__Decimal__Group__0 ) ) ;
+ // InternalRoom.g:2973:1: ruleDecimal : ( ( rule__Decimal__Group__0 ) ) ;
public final void ruleDecimal() throws RecognitionException {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2952:2: ( ( ( rule__Decimal__Group__0 ) ) )
- // InternalRoom.g:2953:1: ( ( rule__Decimal__Group__0 ) )
+ // InternalRoom.g:2978:2: ( ( ( rule__Decimal__Group__0 ) ) )
+ // InternalRoom.g:2979:1: ( ( rule__Decimal__Group__0 ) )
{
- // InternalRoom.g:2953:1: ( ( rule__Decimal__Group__0 ) )
- // InternalRoom.g:2954:1: ( rule__Decimal__Group__0 )
+ // InternalRoom.g:2979:1: ( ( rule__Decimal__Group__0 ) )
+ // InternalRoom.g:2980:1: ( rule__Decimal__Group__0 )
{
before(grammarAccess.getDecimalAccess().getGroup());
- // InternalRoom.g:2955:1: ( rule__Decimal__Group__0 )
- // InternalRoom.g:2955:2: rule__Decimal__Group__0
+ // InternalRoom.g:2981:1: ( rule__Decimal__Group__0 )
+ // InternalRoom.g:2981:2: rule__Decimal__Group__0
{
pushFollow(FOLLOW_2);
rule__Decimal__Group__0();
@@ -8127,14 +8204,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleDecimalExp"
- // InternalRoom.g:2968:1: entryRuleDecimalExp : ruleDecimalExp EOF ;
+ // InternalRoom.g:2994:1: entryRuleDecimalExp : ruleDecimalExp EOF ;
public final void entryRuleDecimalExp() throws RecognitionException {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
try {
- // InternalRoom.g:2972:1: ( ruleDecimalExp EOF )
- // InternalRoom.g:2973:1: ruleDecimalExp EOF
+ // InternalRoom.g:2998:1: ( ruleDecimalExp EOF )
+ // InternalRoom.g:2999:1: ruleDecimalExp EOF
{
before(grammarAccess.getDecimalExpRule());
pushFollow(FOLLOW_1);
@@ -8163,22 +8240,22 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleDecimalExp"
- // InternalRoom.g:2983:1: ruleDecimalExp : ( ( rule__DecimalExp__Group__0 ) ) ;
+ // InternalRoom.g:3009:1: ruleDecimalExp : ( ( rule__DecimalExp__Group__0 ) ) ;
public final void ruleDecimalExp() throws RecognitionException {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
int stackSize = keepStackSize();
try {
- // InternalRoom.g:2988:2: ( ( ( rule__DecimalExp__Group__0 ) ) )
- // InternalRoom.g:2989:1: ( ( rule__DecimalExp__Group__0 ) )
+ // InternalRoom.g:3014:2: ( ( ( rule__DecimalExp__Group__0 ) ) )
+ // InternalRoom.g:3015:1: ( ( rule__DecimalExp__Group__0 ) )
{
- // InternalRoom.g:2989:1: ( ( rule__DecimalExp__Group__0 ) )
- // InternalRoom.g:2990:1: ( rule__DecimalExp__Group__0 )
+ // InternalRoom.g:3015:1: ( ( rule__DecimalExp__Group__0 ) )
+ // InternalRoom.g:3016:1: ( rule__DecimalExp__Group__0 )
{
before(grammarAccess.getDecimalExpAccess().getGroup());
- // InternalRoom.g:2991:1: ( rule__DecimalExp__Group__0 )
- // InternalRoom.g:2991:2: rule__DecimalExp__Group__0
+ // InternalRoom.g:3017:1: ( rule__DecimalExp__Group__0 )
+ // InternalRoom.g:3017:2: rule__DecimalExp__Group__0
{
pushFollow(FOLLOW_2);
rule__DecimalExp__Group__0();
@@ -8212,11 +8289,11 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "entryRuleFQN"
- // InternalRoom.g:3004:1: entryRuleFQN : ruleFQN EOF ;
+ // InternalRoom.g:3030:1: entryRuleFQN : ruleFQN EOF ;
public final void entryRuleFQN() throws RecognitionException {
try {
- // InternalRoom.g:3005:1: ( ruleFQN EOF )
- // InternalRoom.g:3006:1: ruleFQN EOF
+ // InternalRoom.g:3031:1: ( ruleFQN EOF )
+ // InternalRoom.g:3032:1: ruleFQN EOF
{
before(grammarAccess.getFQNRule());
pushFollow(FOLLOW_1);
@@ -8242,21 +8319,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleFQN"
- // InternalRoom.g:3013:1: ruleFQN : ( ( rule__FQN__Group__0 ) ) ;
+ // InternalRoom.g:3039:1: ruleFQN : ( ( rule__FQN__Group__0 ) ) ;
public final void ruleFQN() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3017:2: ( ( ( rule__FQN__Group__0 ) ) )
- // InternalRoom.g:3018:1: ( ( rule__FQN__Group__0 ) )
+ // InternalRoom.g:3043:2: ( ( ( rule__FQN__Group__0 ) ) )
+ // InternalRoom.g:3044:1: ( ( rule__FQN__Group__0 ) )
{
- // InternalRoom.g:3018:1: ( ( rule__FQN__Group__0 ) )
- // InternalRoom.g:3019:1: ( rule__FQN__Group__0 )
+ // InternalRoom.g:3044:1: ( ( rule__FQN__Group__0 ) )
+ // InternalRoom.g:3045:1: ( rule__FQN__Group__0 )
{
before(grammarAccess.getFQNAccess().getGroup());
- // InternalRoom.g:3020:1: ( rule__FQN__Group__0 )
- // InternalRoom.g:3020:2: rule__FQN__Group__0
+ // InternalRoom.g:3046:1: ( rule__FQN__Group__0 )
+ // InternalRoom.g:3046:2: rule__FQN__Group__0
{
pushFollow(FOLLOW_2);
rule__FQN__Group__0();
@@ -8289,21 +8366,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleCommunicationType"
- // InternalRoom.g:3033:1: ruleCommunicationType : ( ( rule__CommunicationType__Alternatives ) ) ;
+ // InternalRoom.g:3059:1: ruleCommunicationType : ( ( rule__CommunicationType__Alternatives ) ) ;
public final void ruleCommunicationType() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3037:1: ( ( ( rule__CommunicationType__Alternatives ) ) )
- // InternalRoom.g:3038:1: ( ( rule__CommunicationType__Alternatives ) )
+ // InternalRoom.g:3063:1: ( ( ( rule__CommunicationType__Alternatives ) ) )
+ // InternalRoom.g:3064:1: ( ( rule__CommunicationType__Alternatives ) )
{
- // InternalRoom.g:3038:1: ( ( rule__CommunicationType__Alternatives ) )
- // InternalRoom.g:3039:1: ( rule__CommunicationType__Alternatives )
+ // InternalRoom.g:3064:1: ( ( rule__CommunicationType__Alternatives ) )
+ // InternalRoom.g:3065:1: ( rule__CommunicationType__Alternatives )
{
before(grammarAccess.getCommunicationTypeAccess().getAlternatives());
- // InternalRoom.g:3040:1: ( rule__CommunicationType__Alternatives )
- // InternalRoom.g:3040:2: rule__CommunicationType__Alternatives
+ // InternalRoom.g:3066:1: ( rule__CommunicationType__Alternatives )
+ // InternalRoom.g:3066:2: rule__CommunicationType__Alternatives
{
pushFollow(FOLLOW_2);
rule__CommunicationType__Alternatives();
@@ -8336,21 +8413,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleReferenceType"
- // InternalRoom.g:3052:1: ruleReferenceType : ( ( rule__ReferenceType__Alternatives ) ) ;
+ // InternalRoom.g:3078:1: ruleReferenceType : ( ( rule__ReferenceType__Alternatives ) ) ;
public final void ruleReferenceType() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3056:1: ( ( ( rule__ReferenceType__Alternatives ) ) )
- // InternalRoom.g:3057:1: ( ( rule__ReferenceType__Alternatives ) )
+ // InternalRoom.g:3082:1: ( ( ( rule__ReferenceType__Alternatives ) ) )
+ // InternalRoom.g:3083:1: ( ( rule__ReferenceType__Alternatives ) )
{
- // InternalRoom.g:3057:1: ( ( rule__ReferenceType__Alternatives ) )
- // InternalRoom.g:3058:1: ( rule__ReferenceType__Alternatives )
+ // InternalRoom.g:3083:1: ( ( rule__ReferenceType__Alternatives ) )
+ // InternalRoom.g:3084:1: ( rule__ReferenceType__Alternatives )
{
before(grammarAccess.getReferenceTypeAccess().getAlternatives());
- // InternalRoom.g:3059:1: ( rule__ReferenceType__Alternatives )
- // InternalRoom.g:3059:2: rule__ReferenceType__Alternatives
+ // InternalRoom.g:3085:1: ( rule__ReferenceType__Alternatives )
+ // InternalRoom.g:3085:2: rule__ReferenceType__Alternatives
{
pushFollow(FOLLOW_2);
rule__ReferenceType__Alternatives();
@@ -8383,21 +8460,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleComponentCommunicationType"
- // InternalRoom.g:3073:1: ruleComponentCommunicationType : ( ( rule__ComponentCommunicationType__Alternatives ) ) ;
+ // InternalRoom.g:3099:1: ruleComponentCommunicationType : ( ( rule__ComponentCommunicationType__Alternatives ) ) ;
public final void ruleComponentCommunicationType() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3077:1: ( ( ( rule__ComponentCommunicationType__Alternatives ) ) )
- // InternalRoom.g:3078:1: ( ( rule__ComponentCommunicationType__Alternatives ) )
+ // InternalRoom.g:3103:1: ( ( ( rule__ComponentCommunicationType__Alternatives ) ) )
+ // InternalRoom.g:3104:1: ( ( rule__ComponentCommunicationType__Alternatives ) )
{
- // InternalRoom.g:3078:1: ( ( rule__ComponentCommunicationType__Alternatives ) )
- // InternalRoom.g:3079:1: ( rule__ComponentCommunicationType__Alternatives )
+ // InternalRoom.g:3104:1: ( ( rule__ComponentCommunicationType__Alternatives ) )
+ // InternalRoom.g:3105:1: ( rule__ComponentCommunicationType__Alternatives )
{
before(grammarAccess.getComponentCommunicationTypeAccess().getAlternatives());
- // InternalRoom.g:3080:1: ( rule__ComponentCommunicationType__Alternatives )
- // InternalRoom.g:3080:2: rule__ComponentCommunicationType__Alternatives
+ // InternalRoom.g:3106:1: ( rule__ComponentCommunicationType__Alternatives )
+ // InternalRoom.g:3106:2: rule__ComponentCommunicationType__Alternatives
{
pushFollow(FOLLOW_2);
rule__ComponentCommunicationType__Alternatives();
@@ -8430,21 +8507,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "ruleLiteralType"
- // InternalRoom.g:3092:1: ruleLiteralType : ( ( rule__LiteralType__Alternatives ) ) ;
+ // InternalRoom.g:3118:1: ruleLiteralType : ( ( rule__LiteralType__Alternatives ) ) ;
public final void ruleLiteralType() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3096:1: ( ( ( rule__LiteralType__Alternatives ) ) )
- // InternalRoom.g:3097:1: ( ( rule__LiteralType__Alternatives ) )
+ // InternalRoom.g:3122:1: ( ( ( rule__LiteralType__Alternatives ) ) )
+ // InternalRoom.g:3123:1: ( ( rule__LiteralType__Alternatives ) )
{
- // InternalRoom.g:3097:1: ( ( rule__LiteralType__Alternatives ) )
- // InternalRoom.g:3098:1: ( rule__LiteralType__Alternatives )
+ // InternalRoom.g:3123:1: ( ( rule__LiteralType__Alternatives ) )
+ // InternalRoom.g:3124:1: ( rule__LiteralType__Alternatives )
{
before(grammarAccess.getLiteralTypeAccess().getAlternatives());
- // InternalRoom.g:3099:1: ( rule__LiteralType__Alternatives )
- // InternalRoom.g:3099:2: rule__LiteralType__Alternatives
+ // InternalRoom.g:3125:1: ( rule__LiteralType__Alternatives )
+ // InternalRoom.g:3125:2: rule__LiteralType__Alternatives
{
pushFollow(FOLLOW_2);
rule__LiteralType__Alternatives();
@@ -8476,236 +8553,152 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR end "ruleLiteralType"
- // $ANTLR start "rule__RoomModel__Alternatives_6"
- // InternalRoom.g:3110:1: rule__RoomModel__Alternatives_6 : ( ( ( rule__RoomModel__PrimitiveTypesAssignment_6_0 ) ) | ( ( rule__RoomModel__EnumerationTypesAssignment_6_1 ) ) | ( ( rule__RoomModel__ExternalTypesAssignment_6_2 ) ) | ( ( rule__RoomModel__DataClassesAssignment_6_3 ) ) | ( ( rule__RoomModel__ProtocolClassesAssignment_6_4 ) ) | ( ( rule__RoomModel__ActorClassesAssignment_6_5 ) ) | ( ( rule__RoomModel__SubSystemClassesAssignment_6_6 ) ) | ( ( rule__RoomModel__SystemsAssignment_6_7 ) ) | ( ( rule__RoomModel__AnnotationTypesAssignment_6_8 ) ) );
- public final void rule__RoomModel__Alternatives_6() throws RecognitionException {
+ // $ANTLR start "rule__RoomClass__Alternatives"
+ // InternalRoom.g:3136:1: rule__RoomClass__Alternatives : ( ( ruleDataType ) | ( ruleGeneralProtocolClass ) | ( ruleStructureClass ) );
+ public final void rule__RoomClass__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3114:1: ( ( ( rule__RoomModel__PrimitiveTypesAssignment_6_0 ) ) | ( ( rule__RoomModel__EnumerationTypesAssignment_6_1 ) ) | ( ( rule__RoomModel__ExternalTypesAssignment_6_2 ) ) | ( ( rule__RoomModel__DataClassesAssignment_6_3 ) ) | ( ( rule__RoomModel__ProtocolClassesAssignment_6_4 ) ) | ( ( rule__RoomModel__ActorClassesAssignment_6_5 ) ) | ( ( rule__RoomModel__SubSystemClassesAssignment_6_6 ) ) | ( ( rule__RoomModel__SystemsAssignment_6_7 ) ) | ( ( rule__RoomModel__AnnotationTypesAssignment_6_8 ) ) )
- int alt1=9;
- alt1 = dfa1.predict(input);
- switch (alt1) {
- case 1 :
- // InternalRoom.g:3115:1: ( ( rule__RoomModel__PrimitiveTypesAssignment_6_0 ) )
- {
- // InternalRoom.g:3115:1: ( ( rule__RoomModel__PrimitiveTypesAssignment_6_0 ) )
- // InternalRoom.g:3116:1: ( rule__RoomModel__PrimitiveTypesAssignment_6_0 )
- {
- before(grammarAccess.getRoomModelAccess().getPrimitiveTypesAssignment_6_0());
- // InternalRoom.g:3117:1: ( rule__RoomModel__PrimitiveTypesAssignment_6_0 )
- // InternalRoom.g:3117:2: rule__RoomModel__PrimitiveTypesAssignment_6_0
- {
- pushFollow(FOLLOW_2);
- rule__RoomModel__PrimitiveTypesAssignment_6_0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getRoomModelAccess().getPrimitiveTypesAssignment_6_0());
-
- }
-
-
- }
- break;
- case 2 :
- // InternalRoom.g:3121:6: ( ( rule__RoomModel__EnumerationTypesAssignment_6_1 ) )
- {
- // InternalRoom.g:3121:6: ( ( rule__RoomModel__EnumerationTypesAssignment_6_1 ) )
- // InternalRoom.g:3122:1: ( rule__RoomModel__EnumerationTypesAssignment_6_1 )
- {
- before(grammarAccess.getRoomModelAccess().getEnumerationTypesAssignment_6_1());
- // InternalRoom.g:3123:1: ( rule__RoomModel__EnumerationTypesAssignment_6_1 )
- // InternalRoom.g:3123:2: rule__RoomModel__EnumerationTypesAssignment_6_1
- {
- pushFollow(FOLLOW_2);
- rule__RoomModel__EnumerationTypesAssignment_6_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getRoomModelAccess().getEnumerationTypesAssignment_6_1());
-
- }
-
-
- }
- break;
- case 3 :
- // InternalRoom.g:3127:6: ( ( rule__RoomModel__ExternalTypesAssignment_6_2 ) )
- {
- // InternalRoom.g:3127:6: ( ( rule__RoomModel__ExternalTypesAssignment_6_2 ) )
- // InternalRoom.g:3128:1: ( rule__RoomModel__ExternalTypesAssignment_6_2 )
- {
- before(grammarAccess.getRoomModelAccess().getExternalTypesAssignment_6_2());
- // InternalRoom.g:3129:1: ( rule__RoomModel__ExternalTypesAssignment_6_2 )
- // InternalRoom.g:3129:2: rule__RoomModel__ExternalTypesAssignment_6_2
- {
- pushFollow(FOLLOW_2);
- rule__RoomModel__ExternalTypesAssignment_6_2();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getRoomModelAccess().getExternalTypesAssignment_6_2());
-
- }
-
-
- }
- break;
- case 4 :
- // InternalRoom.g:3133:6: ( ( rule__RoomModel__DataClassesAssignment_6_3 ) )
- {
- // InternalRoom.g:3133:6: ( ( rule__RoomModel__DataClassesAssignment_6_3 ) )
- // InternalRoom.g:3134:1: ( rule__RoomModel__DataClassesAssignment_6_3 )
- {
- before(grammarAccess.getRoomModelAccess().getDataClassesAssignment_6_3());
- // InternalRoom.g:3135:1: ( rule__RoomModel__DataClassesAssignment_6_3 )
- // InternalRoom.g:3135:2: rule__RoomModel__DataClassesAssignment_6_3
- {
- pushFollow(FOLLOW_2);
- rule__RoomModel__DataClassesAssignment_6_3();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getRoomModelAccess().getDataClassesAssignment_6_3());
-
- }
-
-
- }
- break;
- case 5 :
- // InternalRoom.g:3139:6: ( ( rule__RoomModel__ProtocolClassesAssignment_6_4 ) )
- {
- // InternalRoom.g:3139:6: ( ( rule__RoomModel__ProtocolClassesAssignment_6_4 ) )
- // InternalRoom.g:3140:1: ( rule__RoomModel__ProtocolClassesAssignment_6_4 )
- {
- before(grammarAccess.getRoomModelAccess().getProtocolClassesAssignment_6_4());
- // InternalRoom.g:3141:1: ( rule__RoomModel__ProtocolClassesAssignment_6_4 )
- // InternalRoom.g:3141:2: rule__RoomModel__ProtocolClassesAssignment_6_4
- {
- pushFollow(FOLLOW_2);
- rule__RoomModel__ProtocolClassesAssignment_6_4();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getRoomModelAccess().getProtocolClassesAssignment_6_4());
-
- }
-
+ // InternalRoom.g:3140:1: ( ( ruleDataType ) | ( ruleGeneralProtocolClass ) | ( ruleStructureClass ) )
+ int alt1=3;
+ switch ( input.LA(1) ) {
+ case 17:
+ case 48:
+ case 53:
+ case 57:
+ {
+ alt1=1;
+ }
+ break;
+ case 35:
+ {
+ int LA1_2 = input.LA(2);
- }
- break;
- case 6 :
- // InternalRoom.g:3145:6: ( ( rule__RoomModel__ActorClassesAssignment_6_5 ) )
- {
- // InternalRoom.g:3145:6: ( ( rule__RoomModel__ActorClassesAssignment_6_5 ) )
- // InternalRoom.g:3146:1: ( rule__RoomModel__ActorClassesAssignment_6_5 )
- {
- before(grammarAccess.getRoomModelAccess().getActorClassesAssignment_6_5());
- // InternalRoom.g:3147:1: ( rule__RoomModel__ActorClassesAssignment_6_5 )
- // InternalRoom.g:3147:2: rule__RoomModel__ActorClassesAssignment_6_5
- {
- pushFollow(FOLLOW_2);
- rule__RoomModel__ActorClassesAssignment_6_5();
+ if ( (LA1_2==20) ) {
+ alt1=2;
+ }
+ else if ( (LA1_2==18||(LA1_2>=35 && LA1_2<=37)||LA1_2==40||LA1_2==131) ) {
+ alt1=3;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 1, 2, input);
- state._fsp--;
+ throw nvae;
+ }
+ }
+ break;
+ case 36:
+ {
+ int LA1_3 = input.LA(2);
+ if ( (LA1_3==20) ) {
+ alt1=2;
+ }
+ else if ( (LA1_3==18||(LA1_3>=35 && LA1_3<=37)||LA1_3==40||LA1_3==131) ) {
+ alt1=3;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 1, 3, input);
- }
+ throw nvae;
+ }
+ }
+ break;
+ case 37:
+ {
+ int LA1_4 = input.LA(2);
- after(grammarAccess.getRoomModelAccess().getActorClassesAssignment_6_5());
+ if ( (LA1_4==20) ) {
+ alt1=2;
+ }
+ else if ( (LA1_4==18||(LA1_4>=35 && LA1_4<=37)||LA1_4==40||LA1_4==131) ) {
+ alt1=3;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 1, 4, input);
- }
+ throw nvae;
+ }
+ }
+ break;
+ case 20:
+ case 21:
+ {
+ alt1=2;
+ }
+ break;
+ case 18:
+ case 22:
+ case 23:
+ case 40:
+ case 131:
+ {
+ alt1=3;
+ }
+ break;
+ default:
+ NoViableAltException nvae =
+ new NoViableAltException("", 1, 0, input);
+ throw nvae;
+ }
- }
- break;
- case 7 :
- // InternalRoom.g:3151:6: ( ( rule__RoomModel__SubSystemClassesAssignment_6_6 ) )
- {
- // InternalRoom.g:3151:6: ( ( rule__RoomModel__SubSystemClassesAssignment_6_6 ) )
- // InternalRoom.g:3152:1: ( rule__RoomModel__SubSystemClassesAssignment_6_6 )
+ switch (alt1) {
+ case 1 :
+ // InternalRoom.g:3141:1: ( ruleDataType )
{
- before(grammarAccess.getRoomModelAccess().getSubSystemClassesAssignment_6_6());
- // InternalRoom.g:3153:1: ( rule__RoomModel__SubSystemClassesAssignment_6_6 )
- // InternalRoom.g:3153:2: rule__RoomModel__SubSystemClassesAssignment_6_6
+ // InternalRoom.g:3141:1: ( ruleDataType )
+ // InternalRoom.g:3142:1: ruleDataType
{
+ before(grammarAccess.getRoomClassAccess().getDataTypeParserRuleCall_0());
pushFollow(FOLLOW_2);
- rule__RoomModel__SubSystemClassesAssignment_6_6();
+ ruleDataType();
state._fsp--;
-
- }
-
- after(grammarAccess.getRoomModelAccess().getSubSystemClassesAssignment_6_6());
+ after(grammarAccess.getRoomClassAccess().getDataTypeParserRuleCall_0());
}
}
break;
- case 8 :
- // InternalRoom.g:3157:6: ( ( rule__RoomModel__SystemsAssignment_6_7 ) )
- {
- // InternalRoom.g:3157:6: ( ( rule__RoomModel__SystemsAssignment_6_7 ) )
- // InternalRoom.g:3158:1: ( rule__RoomModel__SystemsAssignment_6_7 )
+ case 2 :
+ // InternalRoom.g:3147:6: ( ruleGeneralProtocolClass )
{
- before(grammarAccess.getRoomModelAccess().getSystemsAssignment_6_7());
- // InternalRoom.g:3159:1: ( rule__RoomModel__SystemsAssignment_6_7 )
- // InternalRoom.g:3159:2: rule__RoomModel__SystemsAssignment_6_7
+ // InternalRoom.g:3147:6: ( ruleGeneralProtocolClass )
+ // InternalRoom.g:3148:1: ruleGeneralProtocolClass
{
+ before(grammarAccess.getRoomClassAccess().getGeneralProtocolClassParserRuleCall_1());
pushFollow(FOLLOW_2);
- rule__RoomModel__SystemsAssignment_6_7();
+ ruleGeneralProtocolClass();
state._fsp--;
-
- }
-
- after(grammarAccess.getRoomModelAccess().getSystemsAssignment_6_7());
+ after(grammarAccess.getRoomClassAccess().getGeneralProtocolClassParserRuleCall_1());
}
}
break;
- case 9 :
- // InternalRoom.g:3163:6: ( ( rule__RoomModel__AnnotationTypesAssignment_6_8 ) )
- {
- // InternalRoom.g:3163:6: ( ( rule__RoomModel__AnnotationTypesAssignment_6_8 ) )
- // InternalRoom.g:3164:1: ( rule__RoomModel__AnnotationTypesAssignment_6_8 )
+ case 3 :
+ // InternalRoom.g:3153:6: ( ruleStructureClass )
{
- before(grammarAccess.getRoomModelAccess().getAnnotationTypesAssignment_6_8());
- // InternalRoom.g:3165:1: ( rule__RoomModel__AnnotationTypesAssignment_6_8 )
- // InternalRoom.g:3165:2: rule__RoomModel__AnnotationTypesAssignment_6_8
+ // InternalRoom.g:3153:6: ( ruleStructureClass )
+ // InternalRoom.g:3154:1: ruleStructureClass
{
+ before(grammarAccess.getRoomClassAccess().getStructureClassParserRuleCall_2());
pushFollow(FOLLOW_2);
- rule__RoomModel__AnnotationTypesAssignment_6_8();
+ ruleStructureClass();
state._fsp--;
-
- }
-
- after(grammarAccess.getRoomModelAccess().getAnnotationTypesAssignment_6_8());
+ after(grammarAccess.getRoomClassAccess().getStructureClassParserRuleCall_2());
}
@@ -8726,17 +8719,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
return ;
}
- // $ANTLR end "rule__RoomModel__Alternatives_6"
+ // $ANTLR end "rule__RoomClass__Alternatives"
// $ANTLR start "rule__StructureClass__Alternatives"
- // InternalRoom.g:3175:1: rule__StructureClass__Alternatives : ( ( ruleActorContainerClass ) | ( ruleLogicalSystem ) );
+ // InternalRoom.g:3164:1: rule__StructureClass__Alternatives : ( ( ruleActorContainerClass ) | ( ruleLogicalSystem ) );
public final void rule__StructureClass__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3179:1: ( ( ruleActorContainerClass ) | ( ruleLogicalSystem ) )
+ // InternalRoom.g:3168:1: ( ( ruleActorContainerClass ) | ( ruleLogicalSystem ) )
int alt2=2;
int LA2_0 = input.LA(1);
@@ -8754,10 +8747,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt2) {
case 1 :
- // InternalRoom.g:3180:1: ( ruleActorContainerClass )
+ // InternalRoom.g:3169:1: ( ruleActorContainerClass )
{
- // InternalRoom.g:3180:1: ( ruleActorContainerClass )
- // InternalRoom.g:3181:1: ruleActorContainerClass
+ // InternalRoom.g:3169:1: ( ruleActorContainerClass )
+ // InternalRoom.g:3170:1: ruleActorContainerClass
{
before(grammarAccess.getStructureClassAccess().getActorContainerClassParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -8773,10 +8766,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3186:6: ( ruleLogicalSystem )
+ // InternalRoom.g:3175:6: ( ruleLogicalSystem )
{
- // InternalRoom.g:3186:6: ( ruleLogicalSystem )
- // InternalRoom.g:3187:1: ruleLogicalSystem
+ // InternalRoom.g:3175:6: ( ruleLogicalSystem )
+ // InternalRoom.g:3176:1: ruleLogicalSystem
{
before(grammarAccess.getStructureClassAccess().getLogicalSystemParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -8809,13 +8802,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorContainerClass__Alternatives"
- // InternalRoom.g:3197:1: rule__ActorContainerClass__Alternatives : ( ( ruleActorClass ) | ( ruleSubSystemClass ) );
+ // InternalRoom.g:3186:1: rule__ActorContainerClass__Alternatives : ( ( ruleActorClass ) | ( ruleSubSystemClass ) );
public final void rule__ActorContainerClass__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3201:1: ( ( ruleActorClass ) | ( ruleSubSystemClass ) )
+ // InternalRoom.g:3190:1: ( ( ruleActorClass ) | ( ruleSubSystemClass ) )
int alt3=2;
int LA3_0 = input.LA(1);
@@ -8833,10 +8826,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt3) {
case 1 :
- // InternalRoom.g:3202:1: ( ruleActorClass )
+ // InternalRoom.g:3191:1: ( ruleActorClass )
{
- // InternalRoom.g:3202:1: ( ruleActorClass )
- // InternalRoom.g:3203:1: ruleActorClass
+ // InternalRoom.g:3191:1: ( ruleActorClass )
+ // InternalRoom.g:3192:1: ruleActorClass
{
before(grammarAccess.getActorContainerClassAccess().getActorClassParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -8852,10 +8845,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3208:6: ( ruleSubSystemClass )
+ // InternalRoom.g:3197:6: ( ruleSubSystemClass )
{
- // InternalRoom.g:3208:6: ( ruleSubSystemClass )
- // InternalRoom.g:3209:1: ruleSubSystemClass
+ // InternalRoom.g:3197:6: ( ruleSubSystemClass )
+ // InternalRoom.g:3198:1: ruleSubSystemClass
{
before(grammarAccess.getActorContainerClassAccess().getSubSystemClassParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -8888,13 +8881,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataType__Alternatives"
- // InternalRoom.g:3219:1: rule__DataType__Alternatives : ( ( rulePrimitiveType ) | ( ruleEnumerationType ) | ( ruleComplexType ) );
+ // InternalRoom.g:3208:1: rule__DataType__Alternatives : ( ( rulePrimitiveType ) | ( ruleEnumerationType ) | ( ruleComplexType ) );
public final void rule__DataType__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3223:1: ( ( rulePrimitiveType ) | ( ruleEnumerationType ) | ( ruleComplexType ) )
+ // InternalRoom.g:3212:1: ( ( rulePrimitiveType ) | ( ruleEnumerationType ) | ( ruleComplexType ) )
int alt4=3;
switch ( input.LA(1) ) {
case 48:
@@ -8922,10 +8915,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt4) {
case 1 :
- // InternalRoom.g:3224:1: ( rulePrimitiveType )
+ // InternalRoom.g:3213:1: ( rulePrimitiveType )
{
- // InternalRoom.g:3224:1: ( rulePrimitiveType )
- // InternalRoom.g:3225:1: rulePrimitiveType
+ // InternalRoom.g:3213:1: ( rulePrimitiveType )
+ // InternalRoom.g:3214:1: rulePrimitiveType
{
before(grammarAccess.getDataTypeAccess().getPrimitiveTypeParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -8941,10 +8934,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3230:6: ( ruleEnumerationType )
+ // InternalRoom.g:3219:6: ( ruleEnumerationType )
{
- // InternalRoom.g:3230:6: ( ruleEnumerationType )
- // InternalRoom.g:3231:1: ruleEnumerationType
+ // InternalRoom.g:3219:6: ( ruleEnumerationType )
+ // InternalRoom.g:3220:1: ruleEnumerationType
{
before(grammarAccess.getDataTypeAccess().getEnumerationTypeParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -8960,10 +8953,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:3236:6: ( ruleComplexType )
+ // InternalRoom.g:3225:6: ( ruleComplexType )
{
- // InternalRoom.g:3236:6: ( ruleComplexType )
- // InternalRoom.g:3237:1: ruleComplexType
+ // InternalRoom.g:3225:6: ( ruleComplexType )
+ // InternalRoom.g:3226:1: ruleComplexType
{
before(grammarAccess.getDataTypeAccess().getComplexTypeParserRuleCall_2());
pushFollow(FOLLOW_2);
@@ -8996,13 +8989,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ComplexType__Alternatives"
- // InternalRoom.g:3247:1: rule__ComplexType__Alternatives : ( ( ruleDataClass ) | ( ruleExternalType ) );
+ // InternalRoom.g:3236:1: rule__ComplexType__Alternatives : ( ( ruleDataClass ) | ( ruleExternalType ) );
public final void rule__ComplexType__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3251:1: ( ( ruleDataClass ) | ( ruleExternalType ) )
+ // InternalRoom.g:3240:1: ( ( ruleDataClass ) | ( ruleExternalType ) )
int alt5=2;
int LA5_0 = input.LA(1);
@@ -9020,10 +9013,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt5) {
case 1 :
- // InternalRoom.g:3252:1: ( ruleDataClass )
+ // InternalRoom.g:3241:1: ( ruleDataClass )
{
- // InternalRoom.g:3252:1: ( ruleDataClass )
- // InternalRoom.g:3253:1: ruleDataClass
+ // InternalRoom.g:3241:1: ( ruleDataClass )
+ // InternalRoom.g:3242:1: ruleDataClass
{
before(grammarAccess.getComplexTypeAccess().getDataClassParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -9039,10 +9032,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3258:6: ( ruleExternalType )
+ // InternalRoom.g:3247:6: ( ruleExternalType )
{
- // InternalRoom.g:3258:6: ( ruleExternalType )
- // InternalRoom.g:3259:1: ruleExternalType
+ // InternalRoom.g:3247:6: ( ruleExternalType )
+ // InternalRoom.g:3248:1: ruleExternalType
{
before(grammarAccess.getComplexTypeAccess().getExternalTypeParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -9075,13 +9068,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Alternatives_9"
- // InternalRoom.g:3269:1: rule__DataClass__Alternatives_9 : ( ( ( rule__DataClass__OperationsAssignment_9_0 ) ) | ( ( rule__DataClass__StructorsAssignment_9_1 ) ) | ( ( rule__DataClass__AttributesAssignment_9_2 ) ) );
+ // InternalRoom.g:3258:1: rule__DataClass__Alternatives_9 : ( ( ( rule__DataClass__OperationsAssignment_9_0 ) ) | ( ( rule__DataClass__StructorsAssignment_9_1 ) ) | ( ( rule__DataClass__AttributesAssignment_9_2 ) ) );
public final void rule__DataClass__Alternatives_9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3273:1: ( ( ( rule__DataClass__OperationsAssignment_9_0 ) ) | ( ( rule__DataClass__StructorsAssignment_9_1 ) ) | ( ( rule__DataClass__AttributesAssignment_9_2 ) ) )
+ // InternalRoom.g:3262:1: ( ( ( rule__DataClass__OperationsAssignment_9_0 ) ) | ( ( rule__DataClass__StructorsAssignment_9_1 ) ) | ( ( rule__DataClass__AttributesAssignment_9_2 ) ) )
int alt6=3;
switch ( input.LA(1) ) {
case 65:
@@ -9110,14 +9103,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt6) {
case 1 :
- // InternalRoom.g:3274:1: ( ( rule__DataClass__OperationsAssignment_9_0 ) )
+ // InternalRoom.g:3263:1: ( ( rule__DataClass__OperationsAssignment_9_0 ) )
{
- // InternalRoom.g:3274:1: ( ( rule__DataClass__OperationsAssignment_9_0 ) )
- // InternalRoom.g:3275:1: ( rule__DataClass__OperationsAssignment_9_0 )
+ // InternalRoom.g:3263:1: ( ( rule__DataClass__OperationsAssignment_9_0 ) )
+ // InternalRoom.g:3264:1: ( rule__DataClass__OperationsAssignment_9_0 )
{
before(grammarAccess.getDataClassAccess().getOperationsAssignment_9_0());
- // InternalRoom.g:3276:1: ( rule__DataClass__OperationsAssignment_9_0 )
- // InternalRoom.g:3276:2: rule__DataClass__OperationsAssignment_9_0
+ // InternalRoom.g:3265:1: ( rule__DataClass__OperationsAssignment_9_0 )
+ // InternalRoom.g:3265:2: rule__DataClass__OperationsAssignment_9_0
{
pushFollow(FOLLOW_2);
rule__DataClass__OperationsAssignment_9_0();
@@ -9135,14 +9128,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3280:6: ( ( rule__DataClass__StructorsAssignment_9_1 ) )
+ // InternalRoom.g:3269:6: ( ( rule__DataClass__StructorsAssignment_9_1 ) )
{
- // InternalRoom.g:3280:6: ( ( rule__DataClass__StructorsAssignment_9_1 ) )
- // InternalRoom.g:3281:1: ( rule__DataClass__StructorsAssignment_9_1 )
+ // InternalRoom.g:3269:6: ( ( rule__DataClass__StructorsAssignment_9_1 ) )
+ // InternalRoom.g:3270:1: ( rule__DataClass__StructorsAssignment_9_1 )
{
before(grammarAccess.getDataClassAccess().getStructorsAssignment_9_1());
- // InternalRoom.g:3282:1: ( rule__DataClass__StructorsAssignment_9_1 )
- // InternalRoom.g:3282:2: rule__DataClass__StructorsAssignment_9_1
+ // InternalRoom.g:3271:1: ( rule__DataClass__StructorsAssignment_9_1 )
+ // InternalRoom.g:3271:2: rule__DataClass__StructorsAssignment_9_1
{
pushFollow(FOLLOW_2);
rule__DataClass__StructorsAssignment_9_1();
@@ -9160,14 +9153,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:3286:6: ( ( rule__DataClass__AttributesAssignment_9_2 ) )
+ // InternalRoom.g:3275:6: ( ( rule__DataClass__AttributesAssignment_9_2 ) )
{
- // InternalRoom.g:3286:6: ( ( rule__DataClass__AttributesAssignment_9_2 ) )
- // InternalRoom.g:3287:1: ( rule__DataClass__AttributesAssignment_9_2 )
+ // InternalRoom.g:3275:6: ( ( rule__DataClass__AttributesAssignment_9_2 ) )
+ // InternalRoom.g:3276:1: ( rule__DataClass__AttributesAssignment_9_2 )
{
before(grammarAccess.getDataClassAccess().getAttributesAssignment_9_2());
- // InternalRoom.g:3288:1: ( rule__DataClass__AttributesAssignment_9_2 )
- // InternalRoom.g:3288:2: rule__DataClass__AttributesAssignment_9_2
+ // InternalRoom.g:3277:1: ( rule__DataClass__AttributesAssignment_9_2 )
+ // InternalRoom.g:3277:2: rule__DataClass__AttributesAssignment_9_2
{
pushFollow(FOLLOW_2);
rule__DataClass__AttributesAssignment_9_2();
@@ -9202,13 +9195,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Alternatives_6_1"
- // InternalRoom.g:3298:1: rule__StandardOperation__Alternatives_6_1 : ( ( 'void' ) | ( ( rule__StandardOperation__ReturnTypeAssignment_6_1_1 ) ) );
+ // InternalRoom.g:3287:1: rule__StandardOperation__Alternatives_6_1 : ( ( 'void' ) | ( ( rule__StandardOperation__ReturnTypeAssignment_6_1_1 ) ) );
public final void rule__StandardOperation__Alternatives_6_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3302:1: ( ( 'void' ) | ( ( rule__StandardOperation__ReturnTypeAssignment_6_1_1 ) ) )
+ // InternalRoom.g:3291:1: ( ( 'void' ) | ( ( rule__StandardOperation__ReturnTypeAssignment_6_1_1 ) ) )
int alt7=2;
int LA7_0 = input.LA(1);
@@ -9226,10 +9219,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt7) {
case 1 :
- // InternalRoom.g:3303:1: ( 'void' )
+ // InternalRoom.g:3292:1: ( 'void' )
{
- // InternalRoom.g:3303:1: ( 'void' )
- // InternalRoom.g:3304:1: 'void'
+ // InternalRoom.g:3292:1: ( 'void' )
+ // InternalRoom.g:3293:1: 'void'
{
before(grammarAccess.getStandardOperationAccess().getVoidKeyword_6_1_0());
match(input,13,FOLLOW_2);
@@ -9241,14 +9234,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3311:6: ( ( rule__StandardOperation__ReturnTypeAssignment_6_1_1 ) )
+ // InternalRoom.g:3300:6: ( ( rule__StandardOperation__ReturnTypeAssignment_6_1_1 ) )
{
- // InternalRoom.g:3311:6: ( ( rule__StandardOperation__ReturnTypeAssignment_6_1_1 ) )
- // InternalRoom.g:3312:1: ( rule__StandardOperation__ReturnTypeAssignment_6_1_1 )
+ // InternalRoom.g:3300:6: ( ( rule__StandardOperation__ReturnTypeAssignment_6_1_1 ) )
+ // InternalRoom.g:3301:1: ( rule__StandardOperation__ReturnTypeAssignment_6_1_1 )
{
before(grammarAccess.getStandardOperationAccess().getReturnTypeAssignment_6_1_1());
- // InternalRoom.g:3313:1: ( rule__StandardOperation__ReturnTypeAssignment_6_1_1 )
- // InternalRoom.g:3313:2: rule__StandardOperation__ReturnTypeAssignment_6_1_1
+ // InternalRoom.g:3302:1: ( rule__StandardOperation__ReturnTypeAssignment_6_1_1 )
+ // InternalRoom.g:3302:2: rule__StandardOperation__ReturnTypeAssignment_6_1_1
{
pushFollow(FOLLOW_2);
rule__StandardOperation__ReturnTypeAssignment_6_1_1();
@@ -9283,13 +9276,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Alternatives_5"
- // InternalRoom.g:3322:1: rule__PortOperation__Alternatives_5 : ( ( ( rule__PortOperation__Group_5_0__0 ) ) | ( ( rule__PortOperation__Group_5_1__0 ) ) );
+ // InternalRoom.g:3311:1: rule__PortOperation__Alternatives_5 : ( ( ( rule__PortOperation__Group_5_0__0 ) ) | ( ( rule__PortOperation__Group_5_1__0 ) ) );
public final void rule__PortOperation__Alternatives_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3326:1: ( ( ( rule__PortOperation__Group_5_0__0 ) ) | ( ( rule__PortOperation__Group_5_1__0 ) ) )
+ // InternalRoom.g:3315:1: ( ( ( rule__PortOperation__Group_5_0__0 ) ) | ( ( rule__PortOperation__Group_5_1__0 ) ) )
int alt8=2;
int LA8_0 = input.LA(1);
@@ -9307,14 +9300,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt8) {
case 1 :
- // InternalRoom.g:3327:1: ( ( rule__PortOperation__Group_5_0__0 ) )
+ // InternalRoom.g:3316:1: ( ( rule__PortOperation__Group_5_0__0 ) )
{
- // InternalRoom.g:3327:1: ( ( rule__PortOperation__Group_5_0__0 ) )
- // InternalRoom.g:3328:1: ( rule__PortOperation__Group_5_0__0 )
+ // InternalRoom.g:3316:1: ( ( rule__PortOperation__Group_5_0__0 ) )
+ // InternalRoom.g:3317:1: ( rule__PortOperation__Group_5_0__0 )
{
before(grammarAccess.getPortOperationAccess().getGroup_5_0());
- // InternalRoom.g:3329:1: ( rule__PortOperation__Group_5_0__0 )
- // InternalRoom.g:3329:2: rule__PortOperation__Group_5_0__0
+ // InternalRoom.g:3318:1: ( rule__PortOperation__Group_5_0__0 )
+ // InternalRoom.g:3318:2: rule__PortOperation__Group_5_0__0
{
pushFollow(FOLLOW_2);
rule__PortOperation__Group_5_0__0();
@@ -9332,14 +9325,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3333:6: ( ( rule__PortOperation__Group_5_1__0 ) )
+ // InternalRoom.g:3322:6: ( ( rule__PortOperation__Group_5_1__0 ) )
{
- // InternalRoom.g:3333:6: ( ( rule__PortOperation__Group_5_1__0 ) )
- // InternalRoom.g:3334:1: ( rule__PortOperation__Group_5_1__0 )
+ // InternalRoom.g:3322:6: ( ( rule__PortOperation__Group_5_1__0 ) )
+ // InternalRoom.g:3323:1: ( rule__PortOperation__Group_5_1__0 )
{
before(grammarAccess.getPortOperationAccess().getGroup_5_1());
- // InternalRoom.g:3335:1: ( rule__PortOperation__Group_5_1__0 )
- // InternalRoom.g:3335:2: rule__PortOperation__Group_5_1__0
+ // InternalRoom.g:3324:1: ( rule__PortOperation__Group_5_1__0 )
+ // InternalRoom.g:3324:2: rule__PortOperation__Group_5_1__0
{
pushFollow(FOLLOW_2);
rule__PortOperation__Group_5_1__0();
@@ -9374,13 +9367,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Alternatives_5_0_1"
- // InternalRoom.g:3344:1: rule__PortOperation__Alternatives_5_0_1 : ( ( 'void' ) | ( ( rule__PortOperation__ReturnTypeAssignment_5_0_1_1 ) ) );
+ // InternalRoom.g:3333:1: rule__PortOperation__Alternatives_5_0_1 : ( ( 'void' ) | ( ( rule__PortOperation__ReturnTypeAssignment_5_0_1_1 ) ) );
public final void rule__PortOperation__Alternatives_5_0_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3348:1: ( ( 'void' ) | ( ( rule__PortOperation__ReturnTypeAssignment_5_0_1_1 ) ) )
+ // InternalRoom.g:3337:1: ( ( 'void' ) | ( ( rule__PortOperation__ReturnTypeAssignment_5_0_1_1 ) ) )
int alt9=2;
int LA9_0 = input.LA(1);
@@ -9398,10 +9391,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt9) {
case 1 :
- // InternalRoom.g:3349:1: ( 'void' )
+ // InternalRoom.g:3338:1: ( 'void' )
{
- // InternalRoom.g:3349:1: ( 'void' )
- // InternalRoom.g:3350:1: 'void'
+ // InternalRoom.g:3338:1: ( 'void' )
+ // InternalRoom.g:3339:1: 'void'
{
before(grammarAccess.getPortOperationAccess().getVoidKeyword_5_0_1_0());
match(input,13,FOLLOW_2);
@@ -9413,14 +9406,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3357:6: ( ( rule__PortOperation__ReturnTypeAssignment_5_0_1_1 ) )
+ // InternalRoom.g:3346:6: ( ( rule__PortOperation__ReturnTypeAssignment_5_0_1_1 ) )
{
- // InternalRoom.g:3357:6: ( ( rule__PortOperation__ReturnTypeAssignment_5_0_1_1 ) )
- // InternalRoom.g:3358:1: ( rule__PortOperation__ReturnTypeAssignment_5_0_1_1 )
+ // InternalRoom.g:3346:6: ( ( rule__PortOperation__ReturnTypeAssignment_5_0_1_1 ) )
+ // InternalRoom.g:3347:1: ( rule__PortOperation__ReturnTypeAssignment_5_0_1_1 )
{
before(grammarAccess.getPortOperationAccess().getReturnTypeAssignment_5_0_1_1());
- // InternalRoom.g:3359:1: ( rule__PortOperation__ReturnTypeAssignment_5_0_1_1 )
- // InternalRoom.g:3359:2: rule__PortOperation__ReturnTypeAssignment_5_0_1_1
+ // InternalRoom.g:3348:1: ( rule__PortOperation__ReturnTypeAssignment_5_0_1_1 )
+ // InternalRoom.g:3348:2: rule__PortOperation__ReturnTypeAssignment_5_0_1_1
{
pushFollow(FOLLOW_2);
rule__PortOperation__ReturnTypeAssignment_5_0_1_1();
@@ -9455,13 +9448,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ClassStructor__NameAlternatives_0_0"
- // InternalRoom.g:3368:1: rule__ClassStructor__NameAlternatives_0_0 : ( ( 'ctor' ) | ( 'dtor' ) );
+ // InternalRoom.g:3357:1: rule__ClassStructor__NameAlternatives_0_0 : ( ( 'ctor' ) | ( 'dtor' ) );
public final void rule__ClassStructor__NameAlternatives_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3372:1: ( ( 'ctor' ) | ( 'dtor' ) )
+ // InternalRoom.g:3361:1: ( ( 'ctor' ) | ( 'dtor' ) )
int alt10=2;
int LA10_0 = input.LA(1);
@@ -9479,10 +9472,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt10) {
case 1 :
- // InternalRoom.g:3373:1: ( 'ctor' )
+ // InternalRoom.g:3362:1: ( 'ctor' )
{
- // InternalRoom.g:3373:1: ( 'ctor' )
- // InternalRoom.g:3374:1: 'ctor'
+ // InternalRoom.g:3362:1: ( 'ctor' )
+ // InternalRoom.g:3363:1: 'ctor'
{
before(grammarAccess.getClassStructorAccess().getNameCtorKeyword_0_0_0());
match(input,14,FOLLOW_2);
@@ -9494,10 +9487,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3381:6: ( 'dtor' )
+ // InternalRoom.g:3370:6: ( 'dtor' )
{
- // InternalRoom.g:3381:6: ( 'dtor' )
- // InternalRoom.g:3382:1: 'dtor'
+ // InternalRoom.g:3370:6: ( 'dtor' )
+ // InternalRoom.g:3371:1: 'dtor'
{
before(grammarAccess.getClassStructorAccess().getNameDtorKeyword_0_0_1());
match(input,15,FOLLOW_2);
@@ -9526,13 +9519,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GeneralProtocolClass__Alternatives"
- // InternalRoom.g:3394:1: rule__GeneralProtocolClass__Alternatives : ( ( ruleProtocolClass ) | ( ruleCompoundProtocolClass ) );
+ // InternalRoom.g:3383:1: rule__GeneralProtocolClass__Alternatives : ( ( ruleProtocolClass ) | ( ruleCompoundProtocolClass ) );
public final void rule__GeneralProtocolClass__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3398:1: ( ( ruleProtocolClass ) | ( ruleCompoundProtocolClass ) )
+ // InternalRoom.g:3387:1: ( ( ruleProtocolClass ) | ( ruleCompoundProtocolClass ) )
int alt11=2;
int LA11_0 = input.LA(1);
@@ -9550,10 +9543,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt11) {
case 1 :
- // InternalRoom.g:3399:1: ( ruleProtocolClass )
+ // InternalRoom.g:3388:1: ( ruleProtocolClass )
{
- // InternalRoom.g:3399:1: ( ruleProtocolClass )
- // InternalRoom.g:3400:1: ruleProtocolClass
+ // InternalRoom.g:3388:1: ( ruleProtocolClass )
+ // InternalRoom.g:3389:1: ruleProtocolClass
{
before(grammarAccess.getGeneralProtocolClassAccess().getProtocolClassParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -9569,10 +9562,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3405:6: ( ruleCompoundProtocolClass )
+ // InternalRoom.g:3394:6: ( ruleCompoundProtocolClass )
{
- // InternalRoom.g:3405:6: ( ruleCompoundProtocolClass )
- // InternalRoom.g:3406:1: ruleCompoundProtocolClass
+ // InternalRoom.g:3394:6: ( ruleCompoundProtocolClass )
+ // InternalRoom.g:3395:1: ruleCompoundProtocolClass
{
before(grammarAccess.getGeneralProtocolClassAccess().getCompoundProtocolClassParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -9605,13 +9598,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__Alternatives_3"
- // InternalRoom.g:3416:1: rule__PortClass__Alternatives_3 : ( ( ( rule__PortClass__MsgHandlersAssignment_3_0 ) ) | ( ( rule__PortClass__OperationsAssignment_3_1 ) ) | ( ( rule__PortClass__AttributesAssignment_3_2 ) ) );
+ // InternalRoom.g:3405:1: rule__PortClass__Alternatives_3 : ( ( ( rule__PortClass__MsgHandlersAssignment_3_0 ) ) | ( ( rule__PortClass__OperationsAssignment_3_1 ) ) | ( ( rule__PortClass__AttributesAssignment_3_2 ) ) );
public final void rule__PortClass__Alternatives_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3420:1: ( ( ( rule__PortClass__MsgHandlersAssignment_3_0 ) ) | ( ( rule__PortClass__OperationsAssignment_3_1 ) ) | ( ( rule__PortClass__AttributesAssignment_3_2 ) ) )
+ // InternalRoom.g:3409:1: ( ( ( rule__PortClass__MsgHandlersAssignment_3_0 ) ) | ( ( rule__PortClass__OperationsAssignment_3_1 ) ) | ( ( rule__PortClass__AttributesAssignment_3_2 ) ) )
int alt12=3;
switch ( input.LA(1) ) {
case 74:
@@ -9638,14 +9631,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt12) {
case 1 :
- // InternalRoom.g:3421:1: ( ( rule__PortClass__MsgHandlersAssignment_3_0 ) )
+ // InternalRoom.g:3410:1: ( ( rule__PortClass__MsgHandlersAssignment_3_0 ) )
{
- // InternalRoom.g:3421:1: ( ( rule__PortClass__MsgHandlersAssignment_3_0 ) )
- // InternalRoom.g:3422:1: ( rule__PortClass__MsgHandlersAssignment_3_0 )
+ // InternalRoom.g:3410:1: ( ( rule__PortClass__MsgHandlersAssignment_3_0 ) )
+ // InternalRoom.g:3411:1: ( rule__PortClass__MsgHandlersAssignment_3_0 )
{
before(grammarAccess.getPortClassAccess().getMsgHandlersAssignment_3_0());
- // InternalRoom.g:3423:1: ( rule__PortClass__MsgHandlersAssignment_3_0 )
- // InternalRoom.g:3423:2: rule__PortClass__MsgHandlersAssignment_3_0
+ // InternalRoom.g:3412:1: ( rule__PortClass__MsgHandlersAssignment_3_0 )
+ // InternalRoom.g:3412:2: rule__PortClass__MsgHandlersAssignment_3_0
{
pushFollow(FOLLOW_2);
rule__PortClass__MsgHandlersAssignment_3_0();
@@ -9663,14 +9656,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3427:6: ( ( rule__PortClass__OperationsAssignment_3_1 ) )
+ // InternalRoom.g:3416:6: ( ( rule__PortClass__OperationsAssignment_3_1 ) )
{
- // InternalRoom.g:3427:6: ( ( rule__PortClass__OperationsAssignment_3_1 ) )
- // InternalRoom.g:3428:1: ( rule__PortClass__OperationsAssignment_3_1 )
+ // InternalRoom.g:3416:6: ( ( rule__PortClass__OperationsAssignment_3_1 ) )
+ // InternalRoom.g:3417:1: ( rule__PortClass__OperationsAssignment_3_1 )
{
before(grammarAccess.getPortClassAccess().getOperationsAssignment_3_1());
- // InternalRoom.g:3429:1: ( rule__PortClass__OperationsAssignment_3_1 )
- // InternalRoom.g:3429:2: rule__PortClass__OperationsAssignment_3_1
+ // InternalRoom.g:3418:1: ( rule__PortClass__OperationsAssignment_3_1 )
+ // InternalRoom.g:3418:2: rule__PortClass__OperationsAssignment_3_1
{
pushFollow(FOLLOW_2);
rule__PortClass__OperationsAssignment_3_1();
@@ -9688,14 +9681,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:3433:6: ( ( rule__PortClass__AttributesAssignment_3_2 ) )
+ // InternalRoom.g:3422:6: ( ( rule__PortClass__AttributesAssignment_3_2 ) )
{
- // InternalRoom.g:3433:6: ( ( rule__PortClass__AttributesAssignment_3_2 ) )
- // InternalRoom.g:3434:1: ( rule__PortClass__AttributesAssignment_3_2 )
+ // InternalRoom.g:3422:6: ( ( rule__PortClass__AttributesAssignment_3_2 ) )
+ // InternalRoom.g:3423:1: ( rule__PortClass__AttributesAssignment_3_2 )
{
before(grammarAccess.getPortClassAccess().getAttributesAssignment_3_2());
- // InternalRoom.g:3435:1: ( rule__PortClass__AttributesAssignment_3_2 )
- // InternalRoom.g:3435:2: rule__PortClass__AttributesAssignment_3_2
+ // InternalRoom.g:3424:1: ( rule__PortClass__AttributesAssignment_3_2 )
+ // InternalRoom.g:3424:2: rule__PortClass__AttributesAssignment_3_2
{
pushFollow(FOLLOW_2);
rule__PortClass__AttributesAssignment_3_2();
@@ -9730,13 +9723,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageHandler__Alternatives"
- // InternalRoom.g:3444:1: rule__MessageHandler__Alternatives : ( ( ruleInMessageHandler ) | ( ruleOutMessageHandler ) );
+ // InternalRoom.g:3433:1: rule__MessageHandler__Alternatives : ( ( ruleInMessageHandler ) | ( ruleOutMessageHandler ) );
public final void rule__MessageHandler__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3448:1: ( ( ruleInMessageHandler ) | ( ruleOutMessageHandler ) )
+ // InternalRoom.g:3437:1: ( ( ruleInMessageHandler ) | ( ruleOutMessageHandler ) )
int alt13=2;
int LA13_0 = input.LA(1);
@@ -9764,10 +9757,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt13) {
case 1 :
- // InternalRoom.g:3449:1: ( ruleInMessageHandler )
+ // InternalRoom.g:3438:1: ( ruleInMessageHandler )
{
- // InternalRoom.g:3449:1: ( ruleInMessageHandler )
- // InternalRoom.g:3450:1: ruleInMessageHandler
+ // InternalRoom.g:3438:1: ( ruleInMessageHandler )
+ // InternalRoom.g:3439:1: ruleInMessageHandler
{
before(grammarAccess.getMessageHandlerAccess().getInMessageHandlerParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -9783,10 +9776,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3455:6: ( ruleOutMessageHandler )
+ // InternalRoom.g:3444:6: ( ruleOutMessageHandler )
{
- // InternalRoom.g:3455:6: ( ruleOutMessageHandler )
- // InternalRoom.g:3456:1: ruleOutMessageHandler
+ // InternalRoom.g:3444:6: ( ruleOutMessageHandler )
+ // InternalRoom.g:3445:1: ruleOutMessageHandler
{
before(grammarAccess.getMessageHandlerAccess().getOutMessageHandlerParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -9819,13 +9812,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Alternatives_7_2"
- // InternalRoom.g:3466:1: rule__ActorClass__Alternatives_7_2 : ( ( ( rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0 ) ) | ( ( rule__ActorClass__InterfacePortsAssignment_7_2_1 ) ) );
+ // InternalRoom.g:3455:1: rule__ActorClass__Alternatives_7_2 : ( ( ( rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0 ) ) | ( ( rule__ActorClass__InterfacePortsAssignment_7_2_1 ) ) );
public final void rule__ActorClass__Alternatives_7_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3470:1: ( ( ( rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0 ) ) | ( ( rule__ActorClass__InterfacePortsAssignment_7_2_1 ) ) )
+ // InternalRoom.g:3459:1: ( ( ( rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0 ) ) | ( ( rule__ActorClass__InterfacePortsAssignment_7_2_1 ) ) )
int alt14=2;
int LA14_0 = input.LA(1);
@@ -9843,14 +9836,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt14) {
case 1 :
- // InternalRoom.g:3471:1: ( ( rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0 ) )
+ // InternalRoom.g:3460:1: ( ( rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0 ) )
{
- // InternalRoom.g:3471:1: ( ( rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0 ) )
- // InternalRoom.g:3472:1: ( rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0 )
+ // InternalRoom.g:3460:1: ( ( rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0 ) )
+ // InternalRoom.g:3461:1: ( rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0 )
{
before(grammarAccess.getActorClassAccess().getServiceProvisionPointsAssignment_7_2_0());
- // InternalRoom.g:3473:1: ( rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0 )
- // InternalRoom.g:3473:2: rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0
+ // InternalRoom.g:3462:1: ( rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0 )
+ // InternalRoom.g:3462:2: rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0
{
pushFollow(FOLLOW_2);
rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0();
@@ -9868,14 +9861,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3477:6: ( ( rule__ActorClass__InterfacePortsAssignment_7_2_1 ) )
+ // InternalRoom.g:3466:6: ( ( rule__ActorClass__InterfacePortsAssignment_7_2_1 ) )
{
- // InternalRoom.g:3477:6: ( ( rule__ActorClass__InterfacePortsAssignment_7_2_1 ) )
- // InternalRoom.g:3478:1: ( rule__ActorClass__InterfacePortsAssignment_7_2_1 )
+ // InternalRoom.g:3466:6: ( ( rule__ActorClass__InterfacePortsAssignment_7_2_1 ) )
+ // InternalRoom.g:3467:1: ( rule__ActorClass__InterfacePortsAssignment_7_2_1 )
{
before(grammarAccess.getActorClassAccess().getInterfacePortsAssignment_7_2_1());
- // InternalRoom.g:3479:1: ( rule__ActorClass__InterfacePortsAssignment_7_2_1 )
- // InternalRoom.g:3479:2: rule__ActorClass__InterfacePortsAssignment_7_2_1
+ // InternalRoom.g:3468:1: ( rule__ActorClass__InterfacePortsAssignment_7_2_1 )
+ // InternalRoom.g:3468:2: rule__ActorClass__InterfacePortsAssignment_7_2_1
{
pushFollow(FOLLOW_2);
rule__ActorClass__InterfacePortsAssignment_7_2_1();
@@ -9910,13 +9903,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Alternatives_8_6"
- // InternalRoom.g:3488:1: rule__ActorClass__Alternatives_8_6 : ( ( ( rule__ActorClass__ConnectionsAssignment_8_6_0 ) ) | ( ( rule__ActorClass__BindingsAssignment_8_6_1 ) ) | ( ( rule__ActorClass__ServiceImplementationsAssignment_8_6_2 ) ) | ( ( rule__ActorClass__AttributesAssignment_8_6_3 ) ) | ( ( rule__ActorClass__ActorRefsAssignment_8_6_4 ) ) | ( ( rule__ActorClass__ServiceAccessPointsAssignment_8_6_5 ) ) | ( ( rule__ActorClass__InternalPortsAssignment_8_6_6 ) ) | ( ( rule__ActorClass__ExternalPortsAssignment_8_6_7 ) ) );
+ // InternalRoom.g:3477:1: rule__ActorClass__Alternatives_8_6 : ( ( ( rule__ActorClass__ConnectionsAssignment_8_6_0 ) ) | ( ( rule__ActorClass__BindingsAssignment_8_6_1 ) ) | ( ( rule__ActorClass__ServiceImplementationsAssignment_8_6_2 ) ) | ( ( rule__ActorClass__AttributesAssignment_8_6_3 ) ) | ( ( rule__ActorClass__ActorRefsAssignment_8_6_4 ) ) | ( ( rule__ActorClass__ServiceAccessPointsAssignment_8_6_5 ) ) | ( ( rule__ActorClass__InternalPortsAssignment_8_6_6 ) ) | ( ( rule__ActorClass__ExternalPortsAssignment_8_6_7 ) ) );
public final void rule__ActorClass__Alternatives_8_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3492:1: ( ( ( rule__ActorClass__ConnectionsAssignment_8_6_0 ) ) | ( ( rule__ActorClass__BindingsAssignment_8_6_1 ) ) | ( ( rule__ActorClass__ServiceImplementationsAssignment_8_6_2 ) ) | ( ( rule__ActorClass__AttributesAssignment_8_6_3 ) ) | ( ( rule__ActorClass__ActorRefsAssignment_8_6_4 ) ) | ( ( rule__ActorClass__ServiceAccessPointsAssignment_8_6_5 ) ) | ( ( rule__ActorClass__InternalPortsAssignment_8_6_6 ) ) | ( ( rule__ActorClass__ExternalPortsAssignment_8_6_7 ) ) )
+ // InternalRoom.g:3481:1: ( ( ( rule__ActorClass__ConnectionsAssignment_8_6_0 ) ) | ( ( rule__ActorClass__BindingsAssignment_8_6_1 ) ) | ( ( rule__ActorClass__ServiceImplementationsAssignment_8_6_2 ) ) | ( ( rule__ActorClass__AttributesAssignment_8_6_3 ) ) | ( ( rule__ActorClass__ActorRefsAssignment_8_6_4 ) ) | ( ( rule__ActorClass__ServiceAccessPointsAssignment_8_6_5 ) ) | ( ( rule__ActorClass__InternalPortsAssignment_8_6_6 ) ) | ( ( rule__ActorClass__ExternalPortsAssignment_8_6_7 ) ) )
int alt15=8;
switch ( input.LA(1) ) {
case 90:
@@ -9971,14 +9964,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt15) {
case 1 :
- // InternalRoom.g:3493:1: ( ( rule__ActorClass__ConnectionsAssignment_8_6_0 ) )
+ // InternalRoom.g:3482:1: ( ( rule__ActorClass__ConnectionsAssignment_8_6_0 ) )
{
- // InternalRoom.g:3493:1: ( ( rule__ActorClass__ConnectionsAssignment_8_6_0 ) )
- // InternalRoom.g:3494:1: ( rule__ActorClass__ConnectionsAssignment_8_6_0 )
+ // InternalRoom.g:3482:1: ( ( rule__ActorClass__ConnectionsAssignment_8_6_0 ) )
+ // InternalRoom.g:3483:1: ( rule__ActorClass__ConnectionsAssignment_8_6_0 )
{
before(grammarAccess.getActorClassAccess().getConnectionsAssignment_8_6_0());
- // InternalRoom.g:3495:1: ( rule__ActorClass__ConnectionsAssignment_8_6_0 )
- // InternalRoom.g:3495:2: rule__ActorClass__ConnectionsAssignment_8_6_0
+ // InternalRoom.g:3484:1: ( rule__ActorClass__ConnectionsAssignment_8_6_0 )
+ // InternalRoom.g:3484:2: rule__ActorClass__ConnectionsAssignment_8_6_0
{
pushFollow(FOLLOW_2);
rule__ActorClass__ConnectionsAssignment_8_6_0();
@@ -9996,14 +9989,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3499:6: ( ( rule__ActorClass__BindingsAssignment_8_6_1 ) )
+ // InternalRoom.g:3488:6: ( ( rule__ActorClass__BindingsAssignment_8_6_1 ) )
{
- // InternalRoom.g:3499:6: ( ( rule__ActorClass__BindingsAssignment_8_6_1 ) )
- // InternalRoom.g:3500:1: ( rule__ActorClass__BindingsAssignment_8_6_1 )
+ // InternalRoom.g:3488:6: ( ( rule__ActorClass__BindingsAssignment_8_6_1 ) )
+ // InternalRoom.g:3489:1: ( rule__ActorClass__BindingsAssignment_8_6_1 )
{
before(grammarAccess.getActorClassAccess().getBindingsAssignment_8_6_1());
- // InternalRoom.g:3501:1: ( rule__ActorClass__BindingsAssignment_8_6_1 )
- // InternalRoom.g:3501:2: rule__ActorClass__BindingsAssignment_8_6_1
+ // InternalRoom.g:3490:1: ( rule__ActorClass__BindingsAssignment_8_6_1 )
+ // InternalRoom.g:3490:2: rule__ActorClass__BindingsAssignment_8_6_1
{
pushFollow(FOLLOW_2);
rule__ActorClass__BindingsAssignment_8_6_1();
@@ -10021,14 +10014,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:3505:6: ( ( rule__ActorClass__ServiceImplementationsAssignment_8_6_2 ) )
+ // InternalRoom.g:3494:6: ( ( rule__ActorClass__ServiceImplementationsAssignment_8_6_2 ) )
{
- // InternalRoom.g:3505:6: ( ( rule__ActorClass__ServiceImplementationsAssignment_8_6_2 ) )
- // InternalRoom.g:3506:1: ( rule__ActorClass__ServiceImplementationsAssignment_8_6_2 )
+ // InternalRoom.g:3494:6: ( ( rule__ActorClass__ServiceImplementationsAssignment_8_6_2 ) )
+ // InternalRoom.g:3495:1: ( rule__ActorClass__ServiceImplementationsAssignment_8_6_2 )
{
before(grammarAccess.getActorClassAccess().getServiceImplementationsAssignment_8_6_2());
- // InternalRoom.g:3507:1: ( rule__ActorClass__ServiceImplementationsAssignment_8_6_2 )
- // InternalRoom.g:3507:2: rule__ActorClass__ServiceImplementationsAssignment_8_6_2
+ // InternalRoom.g:3496:1: ( rule__ActorClass__ServiceImplementationsAssignment_8_6_2 )
+ // InternalRoom.g:3496:2: rule__ActorClass__ServiceImplementationsAssignment_8_6_2
{
pushFollow(FOLLOW_2);
rule__ActorClass__ServiceImplementationsAssignment_8_6_2();
@@ -10046,14 +10039,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // InternalRoom.g:3511:6: ( ( rule__ActorClass__AttributesAssignment_8_6_3 ) )
+ // InternalRoom.g:3500:6: ( ( rule__ActorClass__AttributesAssignment_8_6_3 ) )
{
- // InternalRoom.g:3511:6: ( ( rule__ActorClass__AttributesAssignment_8_6_3 ) )
- // InternalRoom.g:3512:1: ( rule__ActorClass__AttributesAssignment_8_6_3 )
+ // InternalRoom.g:3500:6: ( ( rule__ActorClass__AttributesAssignment_8_6_3 ) )
+ // InternalRoom.g:3501:1: ( rule__ActorClass__AttributesAssignment_8_6_3 )
{
before(grammarAccess.getActorClassAccess().getAttributesAssignment_8_6_3());
- // InternalRoom.g:3513:1: ( rule__ActorClass__AttributesAssignment_8_6_3 )
- // InternalRoom.g:3513:2: rule__ActorClass__AttributesAssignment_8_6_3
+ // InternalRoom.g:3502:1: ( rule__ActorClass__AttributesAssignment_8_6_3 )
+ // InternalRoom.g:3502:2: rule__ActorClass__AttributesAssignment_8_6_3
{
pushFollow(FOLLOW_2);
rule__ActorClass__AttributesAssignment_8_6_3();
@@ -10071,14 +10064,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 5 :
- // InternalRoom.g:3517:6: ( ( rule__ActorClass__ActorRefsAssignment_8_6_4 ) )
+ // InternalRoom.g:3506:6: ( ( rule__ActorClass__ActorRefsAssignment_8_6_4 ) )
{
- // InternalRoom.g:3517:6: ( ( rule__ActorClass__ActorRefsAssignment_8_6_4 ) )
- // InternalRoom.g:3518:1: ( rule__ActorClass__ActorRefsAssignment_8_6_4 )
+ // InternalRoom.g:3506:6: ( ( rule__ActorClass__ActorRefsAssignment_8_6_4 ) )
+ // InternalRoom.g:3507:1: ( rule__ActorClass__ActorRefsAssignment_8_6_4 )
{
before(grammarAccess.getActorClassAccess().getActorRefsAssignment_8_6_4());
- // InternalRoom.g:3519:1: ( rule__ActorClass__ActorRefsAssignment_8_6_4 )
- // InternalRoom.g:3519:2: rule__ActorClass__ActorRefsAssignment_8_6_4
+ // InternalRoom.g:3508:1: ( rule__ActorClass__ActorRefsAssignment_8_6_4 )
+ // InternalRoom.g:3508:2: rule__ActorClass__ActorRefsAssignment_8_6_4
{
pushFollow(FOLLOW_2);
rule__ActorClass__ActorRefsAssignment_8_6_4();
@@ -10096,14 +10089,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 6 :
- // InternalRoom.g:3523:6: ( ( rule__ActorClass__ServiceAccessPointsAssignment_8_6_5 ) )
+ // InternalRoom.g:3512:6: ( ( rule__ActorClass__ServiceAccessPointsAssignment_8_6_5 ) )
{
- // InternalRoom.g:3523:6: ( ( rule__ActorClass__ServiceAccessPointsAssignment_8_6_5 ) )
- // InternalRoom.g:3524:1: ( rule__ActorClass__ServiceAccessPointsAssignment_8_6_5 )
+ // InternalRoom.g:3512:6: ( ( rule__ActorClass__ServiceAccessPointsAssignment_8_6_5 ) )
+ // InternalRoom.g:3513:1: ( rule__ActorClass__ServiceAccessPointsAssignment_8_6_5 )
{
before(grammarAccess.getActorClassAccess().getServiceAccessPointsAssignment_8_6_5());
- // InternalRoom.g:3525:1: ( rule__ActorClass__ServiceAccessPointsAssignment_8_6_5 )
- // InternalRoom.g:3525:2: rule__ActorClass__ServiceAccessPointsAssignment_8_6_5
+ // InternalRoom.g:3514:1: ( rule__ActorClass__ServiceAccessPointsAssignment_8_6_5 )
+ // InternalRoom.g:3514:2: rule__ActorClass__ServiceAccessPointsAssignment_8_6_5
{
pushFollow(FOLLOW_2);
rule__ActorClass__ServiceAccessPointsAssignment_8_6_5();
@@ -10121,14 +10114,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 7 :
- // InternalRoom.g:3529:6: ( ( rule__ActorClass__InternalPortsAssignment_8_6_6 ) )
+ // InternalRoom.g:3518:6: ( ( rule__ActorClass__InternalPortsAssignment_8_6_6 ) )
{
- // InternalRoom.g:3529:6: ( ( rule__ActorClass__InternalPortsAssignment_8_6_6 ) )
- // InternalRoom.g:3530:1: ( rule__ActorClass__InternalPortsAssignment_8_6_6 )
+ // InternalRoom.g:3518:6: ( ( rule__ActorClass__InternalPortsAssignment_8_6_6 ) )
+ // InternalRoom.g:3519:1: ( rule__ActorClass__InternalPortsAssignment_8_6_6 )
{
before(grammarAccess.getActorClassAccess().getInternalPortsAssignment_8_6_6());
- // InternalRoom.g:3531:1: ( rule__ActorClass__InternalPortsAssignment_8_6_6 )
- // InternalRoom.g:3531:2: rule__ActorClass__InternalPortsAssignment_8_6_6
+ // InternalRoom.g:3520:1: ( rule__ActorClass__InternalPortsAssignment_8_6_6 )
+ // InternalRoom.g:3520:2: rule__ActorClass__InternalPortsAssignment_8_6_6
{
pushFollow(FOLLOW_2);
rule__ActorClass__InternalPortsAssignment_8_6_6();
@@ -10146,14 +10139,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 8 :
- // InternalRoom.g:3535:6: ( ( rule__ActorClass__ExternalPortsAssignment_8_6_7 ) )
+ // InternalRoom.g:3524:6: ( ( rule__ActorClass__ExternalPortsAssignment_8_6_7 ) )
{
- // InternalRoom.g:3535:6: ( ( rule__ActorClass__ExternalPortsAssignment_8_6_7 ) )
- // InternalRoom.g:3536:1: ( rule__ActorClass__ExternalPortsAssignment_8_6_7 )
+ // InternalRoom.g:3524:6: ( ( rule__ActorClass__ExternalPortsAssignment_8_6_7 ) )
+ // InternalRoom.g:3525:1: ( rule__ActorClass__ExternalPortsAssignment_8_6_7 )
{
before(grammarAccess.getActorClassAccess().getExternalPortsAssignment_8_6_7());
- // InternalRoom.g:3537:1: ( rule__ActorClass__ExternalPortsAssignment_8_6_7 )
- // InternalRoom.g:3537:2: rule__ActorClass__ExternalPortsAssignment_8_6_7
+ // InternalRoom.g:3526:1: ( rule__ActorClass__ExternalPortsAssignment_8_6_7 )
+ // InternalRoom.g:3526:2: rule__ActorClass__ExternalPortsAssignment_8_6_7
{
pushFollow(FOLLOW_2);
rule__ActorClass__ExternalPortsAssignment_8_6_7();
@@ -10188,13 +10181,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Alternatives_9_4"
- // InternalRoom.g:3546:1: rule__ActorClass__Alternatives_9_4 : ( ( ( rule__ActorClass__OperationsAssignment_9_4_0 ) ) | ( ( rule__ActorClass__StructorsAssignment_9_4_1 ) ) );
+ // InternalRoom.g:3535:1: rule__ActorClass__Alternatives_9_4 : ( ( ( rule__ActorClass__OperationsAssignment_9_4_0 ) ) | ( ( rule__ActorClass__StructorsAssignment_9_4_1 ) ) );
public final void rule__ActorClass__Alternatives_9_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3550:1: ( ( ( rule__ActorClass__OperationsAssignment_9_4_0 ) ) | ( ( rule__ActorClass__StructorsAssignment_9_4_1 ) ) )
+ // InternalRoom.g:3539:1: ( ( ( rule__ActorClass__OperationsAssignment_9_4_0 ) ) | ( ( rule__ActorClass__StructorsAssignment_9_4_1 ) ) )
int alt16=2;
int LA16_0 = input.LA(1);
@@ -10212,14 +10205,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt16) {
case 1 :
- // InternalRoom.g:3551:1: ( ( rule__ActorClass__OperationsAssignment_9_4_0 ) )
+ // InternalRoom.g:3540:1: ( ( rule__ActorClass__OperationsAssignment_9_4_0 ) )
{
- // InternalRoom.g:3551:1: ( ( rule__ActorClass__OperationsAssignment_9_4_0 ) )
- // InternalRoom.g:3552:1: ( rule__ActorClass__OperationsAssignment_9_4_0 )
+ // InternalRoom.g:3540:1: ( ( rule__ActorClass__OperationsAssignment_9_4_0 ) )
+ // InternalRoom.g:3541:1: ( rule__ActorClass__OperationsAssignment_9_4_0 )
{
before(grammarAccess.getActorClassAccess().getOperationsAssignment_9_4_0());
- // InternalRoom.g:3553:1: ( rule__ActorClass__OperationsAssignment_9_4_0 )
- // InternalRoom.g:3553:2: rule__ActorClass__OperationsAssignment_9_4_0
+ // InternalRoom.g:3542:1: ( rule__ActorClass__OperationsAssignment_9_4_0 )
+ // InternalRoom.g:3542:2: rule__ActorClass__OperationsAssignment_9_4_0
{
pushFollow(FOLLOW_2);
rule__ActorClass__OperationsAssignment_9_4_0();
@@ -10237,14 +10230,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3557:6: ( ( rule__ActorClass__StructorsAssignment_9_4_1 ) )
+ // InternalRoom.g:3546:6: ( ( rule__ActorClass__StructorsAssignment_9_4_1 ) )
{
- // InternalRoom.g:3557:6: ( ( rule__ActorClass__StructorsAssignment_9_4_1 ) )
- // InternalRoom.g:3558:1: ( rule__ActorClass__StructorsAssignment_9_4_1 )
+ // InternalRoom.g:3546:6: ( ( rule__ActorClass__StructorsAssignment_9_4_1 ) )
+ // InternalRoom.g:3547:1: ( rule__ActorClass__StructorsAssignment_9_4_1 )
{
before(grammarAccess.getActorClassAccess().getStructorsAssignment_9_4_1());
- // InternalRoom.g:3559:1: ( rule__ActorClass__StructorsAssignment_9_4_1 )
- // InternalRoom.g:3559:2: rule__ActorClass__StructorsAssignment_9_4_1
+ // InternalRoom.g:3548:1: ( rule__ActorClass__StructorsAssignment_9_4_1 )
+ // InternalRoom.g:3548:2: rule__ActorClass__StructorsAssignment_9_4_1
{
pushFollow(FOLLOW_2);
rule__ActorClass__StructorsAssignment_9_4_1();
@@ -10279,13 +10272,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InterfaceItem__Alternatives"
- // InternalRoom.g:3568:1: rule__InterfaceItem__Alternatives : ( ( rulePort ) | ( ruleSAP ) | ( ruleSPP ) );
+ // InternalRoom.g:3557:1: rule__InterfaceItem__Alternatives : ( ( rulePort ) | ( ruleSAP ) | ( ruleSPP ) );
public final void rule__InterfaceItem__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3572:1: ( ( rulePort ) | ( ruleSAP ) | ( ruleSPP ) )
+ // InternalRoom.g:3561:1: ( ( rulePort ) | ( ruleSAP ) | ( ruleSPP ) )
int alt17=3;
switch ( input.LA(1) ) {
case 24:
@@ -10313,10 +10306,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt17) {
case 1 :
- // InternalRoom.g:3573:1: ( rulePort )
+ // InternalRoom.g:3562:1: ( rulePort )
{
- // InternalRoom.g:3573:1: ( rulePort )
- // InternalRoom.g:3574:1: rulePort
+ // InternalRoom.g:3562:1: ( rulePort )
+ // InternalRoom.g:3563:1: rulePort
{
before(grammarAccess.getInterfaceItemAccess().getPortParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -10332,10 +10325,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3579:6: ( ruleSAP )
+ // InternalRoom.g:3568:6: ( ruleSAP )
{
- // InternalRoom.g:3579:6: ( ruleSAP )
- // InternalRoom.g:3580:1: ruleSAP
+ // InternalRoom.g:3568:6: ( ruleSAP )
+ // InternalRoom.g:3569:1: ruleSAP
{
before(grammarAccess.getInterfaceItemAccess().getSAPParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -10351,10 +10344,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:3585:6: ( ruleSPP )
+ // InternalRoom.g:3574:6: ( ruleSPP )
{
- // InternalRoom.g:3585:6: ( ruleSPP )
- // InternalRoom.g:3586:1: ruleSPP
+ // InternalRoom.g:3574:6: ( ruleSPP )
+ // InternalRoom.g:3575:1: ruleSPP
{
before(grammarAccess.getInterfaceItemAccess().getSPPParserRuleCall_2());
pushFollow(FOLLOW_2);
@@ -10387,13 +10380,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__Alternatives_5"
- // InternalRoom.g:3596:1: rule__LogicalSystem__Alternatives_5 : ( ( ( rule__LogicalSystem__ConnectionsAssignment_5_0 ) ) | ( ( rule__LogicalSystem__BindingsAssignment_5_1 ) ) | ( ( rule__LogicalSystem__SubSystemsAssignment_5_2 ) ) );
+ // InternalRoom.g:3585:1: rule__LogicalSystem__Alternatives_5 : ( ( ( rule__LogicalSystem__ConnectionsAssignment_5_0 ) ) | ( ( rule__LogicalSystem__BindingsAssignment_5_1 ) ) | ( ( rule__LogicalSystem__SubSystemsAssignment_5_2 ) ) );
public final void rule__LogicalSystem__Alternatives_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3600:1: ( ( ( rule__LogicalSystem__ConnectionsAssignment_5_0 ) ) | ( ( rule__LogicalSystem__BindingsAssignment_5_1 ) ) | ( ( rule__LogicalSystem__SubSystemsAssignment_5_2 ) ) )
+ // InternalRoom.g:3589:1: ( ( ( rule__LogicalSystem__ConnectionsAssignment_5_0 ) ) | ( ( rule__LogicalSystem__BindingsAssignment_5_1 ) ) | ( ( rule__LogicalSystem__SubSystemsAssignment_5_2 ) ) )
int alt18=3;
switch ( input.LA(1) ) {
case 90:
@@ -10420,14 +10413,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt18) {
case 1 :
- // InternalRoom.g:3601:1: ( ( rule__LogicalSystem__ConnectionsAssignment_5_0 ) )
+ // InternalRoom.g:3590:1: ( ( rule__LogicalSystem__ConnectionsAssignment_5_0 ) )
{
- // InternalRoom.g:3601:1: ( ( rule__LogicalSystem__ConnectionsAssignment_5_0 ) )
- // InternalRoom.g:3602:1: ( rule__LogicalSystem__ConnectionsAssignment_5_0 )
+ // InternalRoom.g:3590:1: ( ( rule__LogicalSystem__ConnectionsAssignment_5_0 ) )
+ // InternalRoom.g:3591:1: ( rule__LogicalSystem__ConnectionsAssignment_5_0 )
{
before(grammarAccess.getLogicalSystemAccess().getConnectionsAssignment_5_0());
- // InternalRoom.g:3603:1: ( rule__LogicalSystem__ConnectionsAssignment_5_0 )
- // InternalRoom.g:3603:2: rule__LogicalSystem__ConnectionsAssignment_5_0
+ // InternalRoom.g:3592:1: ( rule__LogicalSystem__ConnectionsAssignment_5_0 )
+ // InternalRoom.g:3592:2: rule__LogicalSystem__ConnectionsAssignment_5_0
{
pushFollow(FOLLOW_2);
rule__LogicalSystem__ConnectionsAssignment_5_0();
@@ -10445,14 +10438,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3607:6: ( ( rule__LogicalSystem__BindingsAssignment_5_1 ) )
+ // InternalRoom.g:3596:6: ( ( rule__LogicalSystem__BindingsAssignment_5_1 ) )
{
- // InternalRoom.g:3607:6: ( ( rule__LogicalSystem__BindingsAssignment_5_1 ) )
- // InternalRoom.g:3608:1: ( rule__LogicalSystem__BindingsAssignment_5_1 )
+ // InternalRoom.g:3596:6: ( ( rule__LogicalSystem__BindingsAssignment_5_1 ) )
+ // InternalRoom.g:3597:1: ( rule__LogicalSystem__BindingsAssignment_5_1 )
{
before(grammarAccess.getLogicalSystemAccess().getBindingsAssignment_5_1());
- // InternalRoom.g:3609:1: ( rule__LogicalSystem__BindingsAssignment_5_1 )
- // InternalRoom.g:3609:2: rule__LogicalSystem__BindingsAssignment_5_1
+ // InternalRoom.g:3598:1: ( rule__LogicalSystem__BindingsAssignment_5_1 )
+ // InternalRoom.g:3598:2: rule__LogicalSystem__BindingsAssignment_5_1
{
pushFollow(FOLLOW_2);
rule__LogicalSystem__BindingsAssignment_5_1();
@@ -10470,14 +10463,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:3613:6: ( ( rule__LogicalSystem__SubSystemsAssignment_5_2 ) )
+ // InternalRoom.g:3602:6: ( ( rule__LogicalSystem__SubSystemsAssignment_5_2 ) )
{
- // InternalRoom.g:3613:6: ( ( rule__LogicalSystem__SubSystemsAssignment_5_2 ) )
- // InternalRoom.g:3614:1: ( rule__LogicalSystem__SubSystemsAssignment_5_2 )
+ // InternalRoom.g:3602:6: ( ( rule__LogicalSystem__SubSystemsAssignment_5_2 ) )
+ // InternalRoom.g:3603:1: ( rule__LogicalSystem__SubSystemsAssignment_5_2 )
{
before(grammarAccess.getLogicalSystemAccess().getSubSystemsAssignment_5_2());
- // InternalRoom.g:3615:1: ( rule__LogicalSystem__SubSystemsAssignment_5_2 )
- // InternalRoom.g:3615:2: rule__LogicalSystem__SubSystemsAssignment_5_2
+ // InternalRoom.g:3604:1: ( rule__LogicalSystem__SubSystemsAssignment_5_2 )
+ // InternalRoom.g:3604:2: rule__LogicalSystem__SubSystemsAssignment_5_2
{
pushFollow(FOLLOW_2);
rule__LogicalSystem__SubSystemsAssignment_5_2();
@@ -10512,13 +10505,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Alternatives_8"
- // InternalRoom.g:3625:1: rule__SubSystemClass__Alternatives_8 : ( ( ( rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0 ) ) | ( ( rule__SubSystemClass__ThreadsAssignment_8_1 ) ) | ( ( rule__SubSystemClass__ConnectionsAssignment_8_2 ) ) | ( ( rule__SubSystemClass__BindingsAssignment_8_3 ) ) | ( ( rule__SubSystemClass__ActorRefsAssignment_8_4 ) ) | ( ( rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5 ) ) | ( ( rule__SubSystemClass__RelayPortsAssignment_8_6 ) ) );
+ // InternalRoom.g:3614:1: rule__SubSystemClass__Alternatives_8 : ( ( ( rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0 ) ) | ( ( rule__SubSystemClass__ThreadsAssignment_8_1 ) ) | ( ( rule__SubSystemClass__ConnectionsAssignment_8_2 ) ) | ( ( rule__SubSystemClass__BindingsAssignment_8_3 ) ) | ( ( rule__SubSystemClass__ActorRefsAssignment_8_4 ) ) | ( ( rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5 ) ) | ( ( rule__SubSystemClass__RelayPortsAssignment_8_6 ) ) );
public final void rule__SubSystemClass__Alternatives_8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3629:1: ( ( ( rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0 ) ) | ( ( rule__SubSystemClass__ThreadsAssignment_8_1 ) ) | ( ( rule__SubSystemClass__ConnectionsAssignment_8_2 ) ) | ( ( rule__SubSystemClass__BindingsAssignment_8_3 ) ) | ( ( rule__SubSystemClass__ActorRefsAssignment_8_4 ) ) | ( ( rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5 ) ) | ( ( rule__SubSystemClass__RelayPortsAssignment_8_6 ) ) )
+ // InternalRoom.g:3618:1: ( ( ( rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0 ) ) | ( ( rule__SubSystemClass__ThreadsAssignment_8_1 ) ) | ( ( rule__SubSystemClass__ConnectionsAssignment_8_2 ) ) | ( ( rule__SubSystemClass__BindingsAssignment_8_3 ) ) | ( ( rule__SubSystemClass__ActorRefsAssignment_8_4 ) ) | ( ( rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5 ) ) | ( ( rule__SubSystemClass__RelayPortsAssignment_8_6 ) ) )
int alt19=7;
switch ( input.LA(1) ) {
case 84:
@@ -10568,14 +10561,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt19) {
case 1 :
- // InternalRoom.g:3630:1: ( ( rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0 ) )
+ // InternalRoom.g:3619:1: ( ( rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0 ) )
{
- // InternalRoom.g:3630:1: ( ( rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0 ) )
- // InternalRoom.g:3631:1: ( rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0 )
+ // InternalRoom.g:3619:1: ( ( rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0 ) )
+ // InternalRoom.g:3620:1: ( rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0 )
{
before(grammarAccess.getSubSystemClassAccess().getActorInstanceMappingsAssignment_8_0());
- // InternalRoom.g:3632:1: ( rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0 )
- // InternalRoom.g:3632:2: rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0
+ // InternalRoom.g:3621:1: ( rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0 )
+ // InternalRoom.g:3621:2: rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0();
@@ -10593,14 +10586,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3636:6: ( ( rule__SubSystemClass__ThreadsAssignment_8_1 ) )
+ // InternalRoom.g:3625:6: ( ( rule__SubSystemClass__ThreadsAssignment_8_1 ) )
{
- // InternalRoom.g:3636:6: ( ( rule__SubSystemClass__ThreadsAssignment_8_1 ) )
- // InternalRoom.g:3637:1: ( rule__SubSystemClass__ThreadsAssignment_8_1 )
+ // InternalRoom.g:3625:6: ( ( rule__SubSystemClass__ThreadsAssignment_8_1 ) )
+ // InternalRoom.g:3626:1: ( rule__SubSystemClass__ThreadsAssignment_8_1 )
{
before(grammarAccess.getSubSystemClassAccess().getThreadsAssignment_8_1());
- // InternalRoom.g:3638:1: ( rule__SubSystemClass__ThreadsAssignment_8_1 )
- // InternalRoom.g:3638:2: rule__SubSystemClass__ThreadsAssignment_8_1
+ // InternalRoom.g:3627:1: ( rule__SubSystemClass__ThreadsAssignment_8_1 )
+ // InternalRoom.g:3627:2: rule__SubSystemClass__ThreadsAssignment_8_1
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__ThreadsAssignment_8_1();
@@ -10618,14 +10611,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:3642:6: ( ( rule__SubSystemClass__ConnectionsAssignment_8_2 ) )
+ // InternalRoom.g:3631:6: ( ( rule__SubSystemClass__ConnectionsAssignment_8_2 ) )
{
- // InternalRoom.g:3642:6: ( ( rule__SubSystemClass__ConnectionsAssignment_8_2 ) )
- // InternalRoom.g:3643:1: ( rule__SubSystemClass__ConnectionsAssignment_8_2 )
+ // InternalRoom.g:3631:6: ( ( rule__SubSystemClass__ConnectionsAssignment_8_2 ) )
+ // InternalRoom.g:3632:1: ( rule__SubSystemClass__ConnectionsAssignment_8_2 )
{
before(grammarAccess.getSubSystemClassAccess().getConnectionsAssignment_8_2());
- // InternalRoom.g:3644:1: ( rule__SubSystemClass__ConnectionsAssignment_8_2 )
- // InternalRoom.g:3644:2: rule__SubSystemClass__ConnectionsAssignment_8_2
+ // InternalRoom.g:3633:1: ( rule__SubSystemClass__ConnectionsAssignment_8_2 )
+ // InternalRoom.g:3633:2: rule__SubSystemClass__ConnectionsAssignment_8_2
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__ConnectionsAssignment_8_2();
@@ -10643,14 +10636,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // InternalRoom.g:3648:6: ( ( rule__SubSystemClass__BindingsAssignment_8_3 ) )
+ // InternalRoom.g:3637:6: ( ( rule__SubSystemClass__BindingsAssignment_8_3 ) )
{
- // InternalRoom.g:3648:6: ( ( rule__SubSystemClass__BindingsAssignment_8_3 ) )
- // InternalRoom.g:3649:1: ( rule__SubSystemClass__BindingsAssignment_8_3 )
+ // InternalRoom.g:3637:6: ( ( rule__SubSystemClass__BindingsAssignment_8_3 ) )
+ // InternalRoom.g:3638:1: ( rule__SubSystemClass__BindingsAssignment_8_3 )
{
before(grammarAccess.getSubSystemClassAccess().getBindingsAssignment_8_3());
- // InternalRoom.g:3650:1: ( rule__SubSystemClass__BindingsAssignment_8_3 )
- // InternalRoom.g:3650:2: rule__SubSystemClass__BindingsAssignment_8_3
+ // InternalRoom.g:3639:1: ( rule__SubSystemClass__BindingsAssignment_8_3 )
+ // InternalRoom.g:3639:2: rule__SubSystemClass__BindingsAssignment_8_3
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__BindingsAssignment_8_3();
@@ -10668,14 +10661,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 5 :
- // InternalRoom.g:3654:6: ( ( rule__SubSystemClass__ActorRefsAssignment_8_4 ) )
+ // InternalRoom.g:3643:6: ( ( rule__SubSystemClass__ActorRefsAssignment_8_4 ) )
{
- // InternalRoom.g:3654:6: ( ( rule__SubSystemClass__ActorRefsAssignment_8_4 ) )
- // InternalRoom.g:3655:1: ( rule__SubSystemClass__ActorRefsAssignment_8_4 )
+ // InternalRoom.g:3643:6: ( ( rule__SubSystemClass__ActorRefsAssignment_8_4 ) )
+ // InternalRoom.g:3644:1: ( rule__SubSystemClass__ActorRefsAssignment_8_4 )
{
before(grammarAccess.getSubSystemClassAccess().getActorRefsAssignment_8_4());
- // InternalRoom.g:3656:1: ( rule__SubSystemClass__ActorRefsAssignment_8_4 )
- // InternalRoom.g:3656:2: rule__SubSystemClass__ActorRefsAssignment_8_4
+ // InternalRoom.g:3645:1: ( rule__SubSystemClass__ActorRefsAssignment_8_4 )
+ // InternalRoom.g:3645:2: rule__SubSystemClass__ActorRefsAssignment_8_4
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__ActorRefsAssignment_8_4();
@@ -10693,14 +10686,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 6 :
- // InternalRoom.g:3660:6: ( ( rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5 ) )
+ // InternalRoom.g:3649:6: ( ( rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5 ) )
{
- // InternalRoom.g:3660:6: ( ( rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5 ) )
- // InternalRoom.g:3661:1: ( rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5 )
+ // InternalRoom.g:3649:6: ( ( rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5 ) )
+ // InternalRoom.g:3650:1: ( rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5 )
{
before(grammarAccess.getSubSystemClassAccess().getServiceProvisionPointsAssignment_8_5());
- // InternalRoom.g:3662:1: ( rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5 )
- // InternalRoom.g:3662:2: rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5
+ // InternalRoom.g:3651:1: ( rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5 )
+ // InternalRoom.g:3651:2: rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5();
@@ -10718,14 +10711,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 7 :
- // InternalRoom.g:3666:6: ( ( rule__SubSystemClass__RelayPortsAssignment_8_6 ) )
+ // InternalRoom.g:3655:6: ( ( rule__SubSystemClass__RelayPortsAssignment_8_6 ) )
{
- // InternalRoom.g:3666:6: ( ( rule__SubSystemClass__RelayPortsAssignment_8_6 ) )
- // InternalRoom.g:3667:1: ( rule__SubSystemClass__RelayPortsAssignment_8_6 )
+ // InternalRoom.g:3655:6: ( ( rule__SubSystemClass__RelayPortsAssignment_8_6 ) )
+ // InternalRoom.g:3656:1: ( rule__SubSystemClass__RelayPortsAssignment_8_6 )
{
before(grammarAccess.getSubSystemClassAccess().getRelayPortsAssignment_8_6());
- // InternalRoom.g:3668:1: ( rule__SubSystemClass__RelayPortsAssignment_8_6 )
- // InternalRoom.g:3668:2: rule__SubSystemClass__RelayPortsAssignment_8_6
+ // InternalRoom.g:3657:1: ( rule__SubSystemClass__RelayPortsAssignment_8_6 )
+ // InternalRoom.g:3657:2: rule__SubSystemClass__RelayPortsAssignment_8_6
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__RelayPortsAssignment_8_6();
@@ -10760,13 +10753,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SAPoint__Alternatives"
- // InternalRoom.g:3677:1: rule__SAPoint__Alternatives : ( ( ruleRefSAPoint ) | ( ruleRelaySAPoint ) );
+ // InternalRoom.g:3666:1: rule__SAPoint__Alternatives : ( ( ruleRefSAPoint ) | ( ruleRelaySAPoint ) );
public final void rule__SAPoint__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3681:1: ( ( ruleRefSAPoint ) | ( ruleRelaySAPoint ) )
+ // InternalRoom.g:3670:1: ( ( ruleRefSAPoint ) | ( ruleRelaySAPoint ) )
int alt20=2;
int LA20_0 = input.LA(1);
@@ -10784,10 +10777,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt20) {
case 1 :
- // InternalRoom.g:3682:1: ( ruleRefSAPoint )
+ // InternalRoom.g:3671:1: ( ruleRefSAPoint )
{
- // InternalRoom.g:3682:1: ( ruleRefSAPoint )
- // InternalRoom.g:3683:1: ruleRefSAPoint
+ // InternalRoom.g:3671:1: ( ruleRefSAPoint )
+ // InternalRoom.g:3672:1: ruleRefSAPoint
{
before(grammarAccess.getSAPointAccess().getRefSAPointParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -10803,10 +10796,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3688:6: ( ruleRelaySAPoint )
+ // InternalRoom.g:3677:6: ( ruleRelaySAPoint )
{
- // InternalRoom.g:3688:6: ( ruleRelaySAPoint )
- // InternalRoom.g:3689:1: ruleRelaySAPoint
+ // InternalRoom.g:3677:6: ( ruleRelaySAPoint )
+ // InternalRoom.g:3678:1: ruleRelaySAPoint
{
before(grammarAccess.getSAPointAccess().getRelaySAPointParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -10839,13 +10832,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MULTIPLICITY__Alternatives_1"
- // InternalRoom.g:3699:1: rule__MULTIPLICITY__Alternatives_1 : ( ( '*' ) | ( RULE_INT ) );
+ // InternalRoom.g:3688:1: rule__MULTIPLICITY__Alternatives_1 : ( ( '*' ) | ( RULE_INT ) );
public final void rule__MULTIPLICITY__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3703:1: ( ( '*' ) | ( RULE_INT ) )
+ // InternalRoom.g:3692:1: ( ( '*' ) | ( RULE_INT ) )
int alt21=2;
int LA21_0 = input.LA(1);
@@ -10863,10 +10856,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt21) {
case 1 :
- // InternalRoom.g:3704:1: ( '*' )
+ // InternalRoom.g:3693:1: ( '*' )
{
- // InternalRoom.g:3704:1: ( '*' )
- // InternalRoom.g:3705:1: '*'
+ // InternalRoom.g:3693:1: ( '*' )
+ // InternalRoom.g:3694:1: '*'
{
before(grammarAccess.getMULTIPLICITYAccess().getAsteriskKeyword_1_0());
match(input,16,FOLLOW_2);
@@ -10878,10 +10871,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3712:6: ( RULE_INT )
+ // InternalRoom.g:3701:6: ( RULE_INT )
{
- // InternalRoom.g:3712:6: ( RULE_INT )
- // InternalRoom.g:3713:1: RULE_INT
+ // InternalRoom.g:3701:6: ( RULE_INT )
+ // InternalRoom.g:3702:1: RULE_INT
{
before(grammarAccess.getMULTIPLICITYAccess().getINTTerminalRuleCall_1_1());
match(input,RULE_INT,FOLLOW_2);
@@ -10910,13 +10903,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationTargetType__Alternatives"
- // InternalRoom.g:3723:1: rule__AnnotationTargetType__Alternatives : ( ( 'DataClass' ) | ( 'ActorClass' ) | ( 'ActorBehavior' ) | ( 'ProtocolClass' ) | ( 'CompoundProtocolClass' ) | ( 'SubSystemClass' ) | ( 'LogicalSystem' ) | ( 'Port' ) | ( 'Message' ) | ( 'State' ) | ( 'Transition' ) | ( 'RoomModel' ) );
+ // InternalRoom.g:3712:1: rule__AnnotationTargetType__Alternatives : ( ( 'DataClass' ) | ( 'ActorClass' ) | ( 'ActorBehavior' ) | ( 'ProtocolClass' ) | ( 'CompoundProtocolClass' ) | ( 'SubSystemClass' ) | ( 'LogicalSystem' ) | ( 'Port' ) | ( 'Message' ) | ( 'State' ) | ( 'Transition' ) | ( 'RoomModel' ) );
public final void rule__AnnotationTargetType__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3727:1: ( ( 'DataClass' ) | ( 'ActorClass' ) | ( 'ActorBehavior' ) | ( 'ProtocolClass' ) | ( 'CompoundProtocolClass' ) | ( 'SubSystemClass' ) | ( 'LogicalSystem' ) | ( 'Port' ) | ( 'Message' ) | ( 'State' ) | ( 'Transition' ) | ( 'RoomModel' ) )
+ // InternalRoom.g:3716:1: ( ( 'DataClass' ) | ( 'ActorClass' ) | ( 'ActorBehavior' ) | ( 'ProtocolClass' ) | ( 'CompoundProtocolClass' ) | ( 'SubSystemClass' ) | ( 'LogicalSystem' ) | ( 'Port' ) | ( 'Message' ) | ( 'State' ) | ( 'Transition' ) | ( 'RoomModel' ) )
int alt22=12;
switch ( input.LA(1) ) {
case 17:
@@ -10988,10 +10981,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt22) {
case 1 :
- // InternalRoom.g:3728:1: ( 'DataClass' )
+ // InternalRoom.g:3717:1: ( 'DataClass' )
{
- // InternalRoom.g:3728:1: ( 'DataClass' )
- // InternalRoom.g:3729:1: 'DataClass'
+ // InternalRoom.g:3717:1: ( 'DataClass' )
+ // InternalRoom.g:3718:1: 'DataClass'
{
before(grammarAccess.getAnnotationTargetTypeAccess().getDataClassKeyword_0());
match(input,17,FOLLOW_2);
@@ -11003,10 +10996,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3736:6: ( 'ActorClass' )
+ // InternalRoom.g:3725:6: ( 'ActorClass' )
{
- // InternalRoom.g:3736:6: ( 'ActorClass' )
- // InternalRoom.g:3737:1: 'ActorClass'
+ // InternalRoom.g:3725:6: ( 'ActorClass' )
+ // InternalRoom.g:3726:1: 'ActorClass'
{
before(grammarAccess.getAnnotationTargetTypeAccess().getActorClassKeyword_1());
match(input,18,FOLLOW_2);
@@ -11018,10 +11011,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:3744:6: ( 'ActorBehavior' )
+ // InternalRoom.g:3733:6: ( 'ActorBehavior' )
{
- // InternalRoom.g:3744:6: ( 'ActorBehavior' )
- // InternalRoom.g:3745:1: 'ActorBehavior'
+ // InternalRoom.g:3733:6: ( 'ActorBehavior' )
+ // InternalRoom.g:3734:1: 'ActorBehavior'
{
before(grammarAccess.getAnnotationTargetTypeAccess().getActorBehaviorKeyword_2());
match(input,19,FOLLOW_2);
@@ -11033,10 +11026,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // InternalRoom.g:3752:6: ( 'ProtocolClass' )
+ // InternalRoom.g:3741:6: ( 'ProtocolClass' )
{
- // InternalRoom.g:3752:6: ( 'ProtocolClass' )
- // InternalRoom.g:3753:1: 'ProtocolClass'
+ // InternalRoom.g:3741:6: ( 'ProtocolClass' )
+ // InternalRoom.g:3742:1: 'ProtocolClass'
{
before(grammarAccess.getAnnotationTargetTypeAccess().getProtocolClassKeyword_3());
match(input,20,FOLLOW_2);
@@ -11048,10 +11041,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 5 :
- // InternalRoom.g:3760:6: ( 'CompoundProtocolClass' )
+ // InternalRoom.g:3749:6: ( 'CompoundProtocolClass' )
{
- // InternalRoom.g:3760:6: ( 'CompoundProtocolClass' )
- // InternalRoom.g:3761:1: 'CompoundProtocolClass'
+ // InternalRoom.g:3749:6: ( 'CompoundProtocolClass' )
+ // InternalRoom.g:3750:1: 'CompoundProtocolClass'
{
before(grammarAccess.getAnnotationTargetTypeAccess().getCompoundProtocolClassKeyword_4());
match(input,21,FOLLOW_2);
@@ -11063,10 +11056,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 6 :
- // InternalRoom.g:3768:6: ( 'SubSystemClass' )
+ // InternalRoom.g:3757:6: ( 'SubSystemClass' )
{
- // InternalRoom.g:3768:6: ( 'SubSystemClass' )
- // InternalRoom.g:3769:1: 'SubSystemClass'
+ // InternalRoom.g:3757:6: ( 'SubSystemClass' )
+ // InternalRoom.g:3758:1: 'SubSystemClass'
{
before(grammarAccess.getAnnotationTargetTypeAccess().getSubSystemClassKeyword_5());
match(input,22,FOLLOW_2);
@@ -11078,10 +11071,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 7 :
- // InternalRoom.g:3776:6: ( 'LogicalSystem' )
+ // InternalRoom.g:3765:6: ( 'LogicalSystem' )
{
- // InternalRoom.g:3776:6: ( 'LogicalSystem' )
- // InternalRoom.g:3777:1: 'LogicalSystem'
+ // InternalRoom.g:3765:6: ( 'LogicalSystem' )
+ // InternalRoom.g:3766:1: 'LogicalSystem'
{
before(grammarAccess.getAnnotationTargetTypeAccess().getLogicalSystemKeyword_6());
match(input,23,FOLLOW_2);
@@ -11093,10 +11086,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 8 :
- // InternalRoom.g:3784:6: ( 'Port' )
+ // InternalRoom.g:3773:6: ( 'Port' )
{
- // InternalRoom.g:3784:6: ( 'Port' )
- // InternalRoom.g:3785:1: 'Port'
+ // InternalRoom.g:3773:6: ( 'Port' )
+ // InternalRoom.g:3774:1: 'Port'
{
before(grammarAccess.getAnnotationTargetTypeAccess().getPortKeyword_7());
match(input,24,FOLLOW_2);
@@ -11108,10 +11101,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 9 :
- // InternalRoom.g:3792:6: ( 'Message' )
+ // InternalRoom.g:3781:6: ( 'Message' )
{
- // InternalRoom.g:3792:6: ( 'Message' )
- // InternalRoom.g:3793:1: 'Message'
+ // InternalRoom.g:3781:6: ( 'Message' )
+ // InternalRoom.g:3782:1: 'Message'
{
before(grammarAccess.getAnnotationTargetTypeAccess().getMessageKeyword_8());
match(input,25,FOLLOW_2);
@@ -11123,10 +11116,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 10 :
- // InternalRoom.g:3800:6: ( 'State' )
+ // InternalRoom.g:3789:6: ( 'State' )
{
- // InternalRoom.g:3800:6: ( 'State' )
- // InternalRoom.g:3801:1: 'State'
+ // InternalRoom.g:3789:6: ( 'State' )
+ // InternalRoom.g:3790:1: 'State'
{
before(grammarAccess.getAnnotationTargetTypeAccess().getStateKeyword_9());
match(input,26,FOLLOW_2);
@@ -11138,10 +11131,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 11 :
- // InternalRoom.g:3808:6: ( 'Transition' )
+ // InternalRoom.g:3797:6: ( 'Transition' )
{
- // InternalRoom.g:3808:6: ( 'Transition' )
- // InternalRoom.g:3809:1: 'Transition'
+ // InternalRoom.g:3797:6: ( 'Transition' )
+ // InternalRoom.g:3798:1: 'Transition'
{
before(grammarAccess.getAnnotationTargetTypeAccess().getTransitionKeyword_10());
match(input,27,FOLLOW_2);
@@ -11153,10 +11146,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 12 :
- // InternalRoom.g:3816:6: ( 'RoomModel' )
+ // InternalRoom.g:3805:6: ( 'RoomModel' )
{
- // InternalRoom.g:3816:6: ( 'RoomModel' )
- // InternalRoom.g:3817:1: 'RoomModel'
+ // InternalRoom.g:3805:6: ( 'RoomModel' )
+ // InternalRoom.g:3806:1: 'RoomModel'
{
before(grammarAccess.getAnnotationTargetTypeAccess().getRoomModelKeyword_11());
match(input,28,FOLLOW_2);
@@ -11185,13 +11178,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateGraphNode__Alternatives"
- // InternalRoom.g:3829:1: rule__StateGraphNode__Alternatives : ( ( ruleState ) | ( ruleChoicePoint ) | ( ruleTrPoint ) );
+ // InternalRoom.g:3818:1: rule__StateGraphNode__Alternatives : ( ( ruleState ) | ( ruleChoicePoint ) | ( ruleTrPoint ) );
public final void rule__StateGraphNode__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3833:1: ( ( ruleState ) | ( ruleChoicePoint ) | ( ruleTrPoint ) )
+ // InternalRoom.g:3822:1: ( ( ruleState ) | ( ruleChoicePoint ) | ( ruleTrPoint ) )
int alt23=3;
switch ( input.LA(1) ) {
case 26:
@@ -11222,10 +11215,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt23) {
case 1 :
- // InternalRoom.g:3834:1: ( ruleState )
+ // InternalRoom.g:3823:1: ( ruleState )
{
- // InternalRoom.g:3834:1: ( ruleState )
- // InternalRoom.g:3835:1: ruleState
+ // InternalRoom.g:3823:1: ( ruleState )
+ // InternalRoom.g:3824:1: ruleState
{
before(grammarAccess.getStateGraphNodeAccess().getStateParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -11241,10 +11234,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3840:6: ( ruleChoicePoint )
+ // InternalRoom.g:3829:6: ( ruleChoicePoint )
{
- // InternalRoom.g:3840:6: ( ruleChoicePoint )
- // InternalRoom.g:3841:1: ruleChoicePoint
+ // InternalRoom.g:3829:6: ( ruleChoicePoint )
+ // InternalRoom.g:3830:1: ruleChoicePoint
{
before(grammarAccess.getStateGraphNodeAccess().getChoicePointParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -11260,10 +11253,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:3846:6: ( ruleTrPoint )
+ // InternalRoom.g:3835:6: ( ruleTrPoint )
{
- // InternalRoom.g:3846:6: ( ruleTrPoint )
- // InternalRoom.g:3847:1: ruleTrPoint
+ // InternalRoom.g:3835:6: ( ruleTrPoint )
+ // InternalRoom.g:3836:1: ruleTrPoint
{
before(grammarAccess.getStateGraphNodeAccess().getTrPointParserRuleCall_2());
pushFollow(FOLLOW_2);
@@ -11296,13 +11289,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateGraph__Alternatives_2"
- // InternalRoom.g:3858:1: rule__StateGraph__Alternatives_2 : ( ( ( rule__StateGraph__StatesAssignment_2_0 ) ) | ( ( rule__StateGraph__TrPointsAssignment_2_1 ) ) | ( ( rule__StateGraph__ChPointsAssignment_2_2 ) ) | ( ( rule__StateGraph__TransitionsAssignment_2_3 ) ) | ( ( rule__StateGraph__RefinedTransitionsAssignment_2_4 ) ) );
+ // InternalRoom.g:3847:1: rule__StateGraph__Alternatives_2 : ( ( ( rule__StateGraph__StatesAssignment_2_0 ) ) | ( ( rule__StateGraph__TrPointsAssignment_2_1 ) ) | ( ( rule__StateGraph__ChPointsAssignment_2_2 ) ) | ( ( rule__StateGraph__TransitionsAssignment_2_3 ) ) | ( ( rule__StateGraph__RefinedTransitionsAssignment_2_4 ) ) );
public final void rule__StateGraph__Alternatives_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3862:1: ( ( ( rule__StateGraph__StatesAssignment_2_0 ) ) | ( ( rule__StateGraph__TrPointsAssignment_2_1 ) ) | ( ( rule__StateGraph__ChPointsAssignment_2_2 ) ) | ( ( rule__StateGraph__TransitionsAssignment_2_3 ) ) | ( ( rule__StateGraph__RefinedTransitionsAssignment_2_4 ) ) )
+ // InternalRoom.g:3851:1: ( ( ( rule__StateGraph__StatesAssignment_2_0 ) ) | ( ( rule__StateGraph__TrPointsAssignment_2_1 ) ) | ( ( rule__StateGraph__ChPointsAssignment_2_2 ) ) | ( ( rule__StateGraph__TransitionsAssignment_2_3 ) ) | ( ( rule__StateGraph__RefinedTransitionsAssignment_2_4 ) ) )
int alt24=5;
switch ( input.LA(1) ) {
case 26:
@@ -11343,14 +11336,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt24) {
case 1 :
- // InternalRoom.g:3863:1: ( ( rule__StateGraph__StatesAssignment_2_0 ) )
+ // InternalRoom.g:3852:1: ( ( rule__StateGraph__StatesAssignment_2_0 ) )
{
- // InternalRoom.g:3863:1: ( ( rule__StateGraph__StatesAssignment_2_0 ) )
- // InternalRoom.g:3864:1: ( rule__StateGraph__StatesAssignment_2_0 )
+ // InternalRoom.g:3852:1: ( ( rule__StateGraph__StatesAssignment_2_0 ) )
+ // InternalRoom.g:3853:1: ( rule__StateGraph__StatesAssignment_2_0 )
{
before(grammarAccess.getStateGraphAccess().getStatesAssignment_2_0());
- // InternalRoom.g:3865:1: ( rule__StateGraph__StatesAssignment_2_0 )
- // InternalRoom.g:3865:2: rule__StateGraph__StatesAssignment_2_0
+ // InternalRoom.g:3854:1: ( rule__StateGraph__StatesAssignment_2_0 )
+ // InternalRoom.g:3854:2: rule__StateGraph__StatesAssignment_2_0
{
pushFollow(FOLLOW_2);
rule__StateGraph__StatesAssignment_2_0();
@@ -11368,14 +11361,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3869:6: ( ( rule__StateGraph__TrPointsAssignment_2_1 ) )
+ // InternalRoom.g:3858:6: ( ( rule__StateGraph__TrPointsAssignment_2_1 ) )
{
- // InternalRoom.g:3869:6: ( ( rule__StateGraph__TrPointsAssignment_2_1 ) )
- // InternalRoom.g:3870:1: ( rule__StateGraph__TrPointsAssignment_2_1 )
+ // InternalRoom.g:3858:6: ( ( rule__StateGraph__TrPointsAssignment_2_1 ) )
+ // InternalRoom.g:3859:1: ( rule__StateGraph__TrPointsAssignment_2_1 )
{
before(grammarAccess.getStateGraphAccess().getTrPointsAssignment_2_1());
- // InternalRoom.g:3871:1: ( rule__StateGraph__TrPointsAssignment_2_1 )
- // InternalRoom.g:3871:2: rule__StateGraph__TrPointsAssignment_2_1
+ // InternalRoom.g:3860:1: ( rule__StateGraph__TrPointsAssignment_2_1 )
+ // InternalRoom.g:3860:2: rule__StateGraph__TrPointsAssignment_2_1
{
pushFollow(FOLLOW_2);
rule__StateGraph__TrPointsAssignment_2_1();
@@ -11393,14 +11386,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:3875:6: ( ( rule__StateGraph__ChPointsAssignment_2_2 ) )
+ // InternalRoom.g:3864:6: ( ( rule__StateGraph__ChPointsAssignment_2_2 ) )
{
- // InternalRoom.g:3875:6: ( ( rule__StateGraph__ChPointsAssignment_2_2 ) )
- // InternalRoom.g:3876:1: ( rule__StateGraph__ChPointsAssignment_2_2 )
+ // InternalRoom.g:3864:6: ( ( rule__StateGraph__ChPointsAssignment_2_2 ) )
+ // InternalRoom.g:3865:1: ( rule__StateGraph__ChPointsAssignment_2_2 )
{
before(grammarAccess.getStateGraphAccess().getChPointsAssignment_2_2());
- // InternalRoom.g:3877:1: ( rule__StateGraph__ChPointsAssignment_2_2 )
- // InternalRoom.g:3877:2: rule__StateGraph__ChPointsAssignment_2_2
+ // InternalRoom.g:3866:1: ( rule__StateGraph__ChPointsAssignment_2_2 )
+ // InternalRoom.g:3866:2: rule__StateGraph__ChPointsAssignment_2_2
{
pushFollow(FOLLOW_2);
rule__StateGraph__ChPointsAssignment_2_2();
@@ -11418,14 +11411,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // InternalRoom.g:3881:6: ( ( rule__StateGraph__TransitionsAssignment_2_3 ) )
+ // InternalRoom.g:3870:6: ( ( rule__StateGraph__TransitionsAssignment_2_3 ) )
{
- // InternalRoom.g:3881:6: ( ( rule__StateGraph__TransitionsAssignment_2_3 ) )
- // InternalRoom.g:3882:1: ( rule__StateGraph__TransitionsAssignment_2_3 )
+ // InternalRoom.g:3870:6: ( ( rule__StateGraph__TransitionsAssignment_2_3 ) )
+ // InternalRoom.g:3871:1: ( rule__StateGraph__TransitionsAssignment_2_3 )
{
before(grammarAccess.getStateGraphAccess().getTransitionsAssignment_2_3());
- // InternalRoom.g:3883:1: ( rule__StateGraph__TransitionsAssignment_2_3 )
- // InternalRoom.g:3883:2: rule__StateGraph__TransitionsAssignment_2_3
+ // InternalRoom.g:3872:1: ( rule__StateGraph__TransitionsAssignment_2_3 )
+ // InternalRoom.g:3872:2: rule__StateGraph__TransitionsAssignment_2_3
{
pushFollow(FOLLOW_2);
rule__StateGraph__TransitionsAssignment_2_3();
@@ -11443,14 +11436,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 5 :
- // InternalRoom.g:3887:6: ( ( rule__StateGraph__RefinedTransitionsAssignment_2_4 ) )
+ // InternalRoom.g:3876:6: ( ( rule__StateGraph__RefinedTransitionsAssignment_2_4 ) )
{
- // InternalRoom.g:3887:6: ( ( rule__StateGraph__RefinedTransitionsAssignment_2_4 ) )
- // InternalRoom.g:3888:1: ( rule__StateGraph__RefinedTransitionsAssignment_2_4 )
+ // InternalRoom.g:3876:6: ( ( rule__StateGraph__RefinedTransitionsAssignment_2_4 ) )
+ // InternalRoom.g:3877:1: ( rule__StateGraph__RefinedTransitionsAssignment_2_4 )
{
before(grammarAccess.getStateGraphAccess().getRefinedTransitionsAssignment_2_4());
- // InternalRoom.g:3889:1: ( rule__StateGraph__RefinedTransitionsAssignment_2_4 )
- // InternalRoom.g:3889:2: rule__StateGraph__RefinedTransitionsAssignment_2_4
+ // InternalRoom.g:3878:1: ( rule__StateGraph__RefinedTransitionsAssignment_2_4 )
+ // InternalRoom.g:3878:2: rule__StateGraph__RefinedTransitionsAssignment_2_4
{
pushFollow(FOLLOW_2);
rule__StateGraph__RefinedTransitionsAssignment_2_4();
@@ -11485,13 +11478,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateMachine__Alternatives_3"
- // InternalRoom.g:3898:1: rule__StateMachine__Alternatives_3 : ( ( ( rule__StateMachine__StatesAssignment_3_0 ) ) | ( ( rule__StateMachine__TrPointsAssignment_3_1 ) ) | ( ( rule__StateMachine__ChPointsAssignment_3_2 ) ) | ( ( rule__StateMachine__TransitionsAssignment_3_3 ) ) | ( ( rule__StateMachine__RefinedTransitionsAssignment_3_4 ) ) );
+ // InternalRoom.g:3887:1: rule__StateMachine__Alternatives_3 : ( ( ( rule__StateMachine__StatesAssignment_3_0 ) ) | ( ( rule__StateMachine__TrPointsAssignment_3_1 ) ) | ( ( rule__StateMachine__ChPointsAssignment_3_2 ) ) | ( ( rule__StateMachine__TransitionsAssignment_3_3 ) ) | ( ( rule__StateMachine__RefinedTransitionsAssignment_3_4 ) ) );
public final void rule__StateMachine__Alternatives_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3902:1: ( ( ( rule__StateMachine__StatesAssignment_3_0 ) ) | ( ( rule__StateMachine__TrPointsAssignment_3_1 ) ) | ( ( rule__StateMachine__ChPointsAssignment_3_2 ) ) | ( ( rule__StateMachine__TransitionsAssignment_3_3 ) ) | ( ( rule__StateMachine__RefinedTransitionsAssignment_3_4 ) ) )
+ // InternalRoom.g:3891:1: ( ( ( rule__StateMachine__StatesAssignment_3_0 ) ) | ( ( rule__StateMachine__TrPointsAssignment_3_1 ) ) | ( ( rule__StateMachine__ChPointsAssignment_3_2 ) ) | ( ( rule__StateMachine__TransitionsAssignment_3_3 ) ) | ( ( rule__StateMachine__RefinedTransitionsAssignment_3_4 ) ) )
int alt25=5;
switch ( input.LA(1) ) {
case 26:
@@ -11532,14 +11525,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt25) {
case 1 :
- // InternalRoom.g:3903:1: ( ( rule__StateMachine__StatesAssignment_3_0 ) )
+ // InternalRoom.g:3892:1: ( ( rule__StateMachine__StatesAssignment_3_0 ) )
{
- // InternalRoom.g:3903:1: ( ( rule__StateMachine__StatesAssignment_3_0 ) )
- // InternalRoom.g:3904:1: ( rule__StateMachine__StatesAssignment_3_0 )
+ // InternalRoom.g:3892:1: ( ( rule__StateMachine__StatesAssignment_3_0 ) )
+ // InternalRoom.g:3893:1: ( rule__StateMachine__StatesAssignment_3_0 )
{
before(grammarAccess.getStateMachineAccess().getStatesAssignment_3_0());
- // InternalRoom.g:3905:1: ( rule__StateMachine__StatesAssignment_3_0 )
- // InternalRoom.g:3905:2: rule__StateMachine__StatesAssignment_3_0
+ // InternalRoom.g:3894:1: ( rule__StateMachine__StatesAssignment_3_0 )
+ // InternalRoom.g:3894:2: rule__StateMachine__StatesAssignment_3_0
{
pushFollow(FOLLOW_2);
rule__StateMachine__StatesAssignment_3_0();
@@ -11557,14 +11550,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3909:6: ( ( rule__StateMachine__TrPointsAssignment_3_1 ) )
+ // InternalRoom.g:3898:6: ( ( rule__StateMachine__TrPointsAssignment_3_1 ) )
{
- // InternalRoom.g:3909:6: ( ( rule__StateMachine__TrPointsAssignment_3_1 ) )
- // InternalRoom.g:3910:1: ( rule__StateMachine__TrPointsAssignment_3_1 )
+ // InternalRoom.g:3898:6: ( ( rule__StateMachine__TrPointsAssignment_3_1 ) )
+ // InternalRoom.g:3899:1: ( rule__StateMachine__TrPointsAssignment_3_1 )
{
before(grammarAccess.getStateMachineAccess().getTrPointsAssignment_3_1());
- // InternalRoom.g:3911:1: ( rule__StateMachine__TrPointsAssignment_3_1 )
- // InternalRoom.g:3911:2: rule__StateMachine__TrPointsAssignment_3_1
+ // InternalRoom.g:3900:1: ( rule__StateMachine__TrPointsAssignment_3_1 )
+ // InternalRoom.g:3900:2: rule__StateMachine__TrPointsAssignment_3_1
{
pushFollow(FOLLOW_2);
rule__StateMachine__TrPointsAssignment_3_1();
@@ -11582,14 +11575,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:3915:6: ( ( rule__StateMachine__ChPointsAssignment_3_2 ) )
+ // InternalRoom.g:3904:6: ( ( rule__StateMachine__ChPointsAssignment_3_2 ) )
{
- // InternalRoom.g:3915:6: ( ( rule__StateMachine__ChPointsAssignment_3_2 ) )
- // InternalRoom.g:3916:1: ( rule__StateMachine__ChPointsAssignment_3_2 )
+ // InternalRoom.g:3904:6: ( ( rule__StateMachine__ChPointsAssignment_3_2 ) )
+ // InternalRoom.g:3905:1: ( rule__StateMachine__ChPointsAssignment_3_2 )
{
before(grammarAccess.getStateMachineAccess().getChPointsAssignment_3_2());
- // InternalRoom.g:3917:1: ( rule__StateMachine__ChPointsAssignment_3_2 )
- // InternalRoom.g:3917:2: rule__StateMachine__ChPointsAssignment_3_2
+ // InternalRoom.g:3906:1: ( rule__StateMachine__ChPointsAssignment_3_2 )
+ // InternalRoom.g:3906:2: rule__StateMachine__ChPointsAssignment_3_2
{
pushFollow(FOLLOW_2);
rule__StateMachine__ChPointsAssignment_3_2();
@@ -11607,14 +11600,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // InternalRoom.g:3921:6: ( ( rule__StateMachine__TransitionsAssignment_3_3 ) )
+ // InternalRoom.g:3910:6: ( ( rule__StateMachine__TransitionsAssignment_3_3 ) )
{
- // InternalRoom.g:3921:6: ( ( rule__StateMachine__TransitionsAssignment_3_3 ) )
- // InternalRoom.g:3922:1: ( rule__StateMachine__TransitionsAssignment_3_3 )
+ // InternalRoom.g:3910:6: ( ( rule__StateMachine__TransitionsAssignment_3_3 ) )
+ // InternalRoom.g:3911:1: ( rule__StateMachine__TransitionsAssignment_3_3 )
{
before(grammarAccess.getStateMachineAccess().getTransitionsAssignment_3_3());
- // InternalRoom.g:3923:1: ( rule__StateMachine__TransitionsAssignment_3_3 )
- // InternalRoom.g:3923:2: rule__StateMachine__TransitionsAssignment_3_3
+ // InternalRoom.g:3912:1: ( rule__StateMachine__TransitionsAssignment_3_3 )
+ // InternalRoom.g:3912:2: rule__StateMachine__TransitionsAssignment_3_3
{
pushFollow(FOLLOW_2);
rule__StateMachine__TransitionsAssignment_3_3();
@@ -11632,14 +11625,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 5 :
- // InternalRoom.g:3927:6: ( ( rule__StateMachine__RefinedTransitionsAssignment_3_4 ) )
+ // InternalRoom.g:3916:6: ( ( rule__StateMachine__RefinedTransitionsAssignment_3_4 ) )
{
- // InternalRoom.g:3927:6: ( ( rule__StateMachine__RefinedTransitionsAssignment_3_4 ) )
- // InternalRoom.g:3928:1: ( rule__StateMachine__RefinedTransitionsAssignment_3_4 )
+ // InternalRoom.g:3916:6: ( ( rule__StateMachine__RefinedTransitionsAssignment_3_4 ) )
+ // InternalRoom.g:3917:1: ( rule__StateMachine__RefinedTransitionsAssignment_3_4 )
{
before(grammarAccess.getStateMachineAccess().getRefinedTransitionsAssignment_3_4());
- // InternalRoom.g:3929:1: ( rule__StateMachine__RefinedTransitionsAssignment_3_4 )
- // InternalRoom.g:3929:2: rule__StateMachine__RefinedTransitionsAssignment_3_4
+ // InternalRoom.g:3918:1: ( rule__StateMachine__RefinedTransitionsAssignment_3_4 )
+ // InternalRoom.g:3918:2: rule__StateMachine__RefinedTransitionsAssignment_3_4
{
pushFollow(FOLLOW_2);
rule__StateMachine__RefinedTransitionsAssignment_3_4();
@@ -11674,13 +11667,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__State__Alternatives"
- // InternalRoom.g:3938:1: rule__State__Alternatives : ( ( ruleSimpleState ) | ( ruleRefinedState ) );
+ // InternalRoom.g:3927:1: rule__State__Alternatives : ( ( ruleSimpleState ) | ( ruleRefinedState ) );
public final void rule__State__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3942:1: ( ( ruleSimpleState ) | ( ruleRefinedState ) )
+ // InternalRoom.g:3931:1: ( ( ruleSimpleState ) | ( ruleRefinedState ) )
int alt26=2;
int LA26_0 = input.LA(1);
@@ -11698,10 +11691,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt26) {
case 1 :
- // InternalRoom.g:3943:1: ( ruleSimpleState )
+ // InternalRoom.g:3932:1: ( ruleSimpleState )
{
- // InternalRoom.g:3943:1: ( ruleSimpleState )
- // InternalRoom.g:3944:1: ruleSimpleState
+ // InternalRoom.g:3932:1: ( ruleSimpleState )
+ // InternalRoom.g:3933:1: ruleSimpleState
{
before(grammarAccess.getStateAccess().getSimpleStateParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -11717,10 +11710,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3949:6: ( ruleRefinedState )
+ // InternalRoom.g:3938:6: ( ruleRefinedState )
{
- // InternalRoom.g:3949:6: ( ruleRefinedState )
- // InternalRoom.g:3950:1: ruleRefinedState
+ // InternalRoom.g:3938:6: ( ruleRefinedState )
+ // InternalRoom.g:3939:1: ruleRefinedState
{
before(grammarAccess.getStateAccess().getRefinedStateParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -11753,13 +11746,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DetailCode__Alternatives"
- // InternalRoom.g:3960:1: rule__DetailCode__Alternatives : ( ( ( rule__DetailCode__Group_0__0 ) ) | ( ( rule__DetailCode__Group_1__0 ) ) );
+ // InternalRoom.g:3949:1: rule__DetailCode__Alternatives : ( ( ( rule__DetailCode__Group_0__0 ) ) | ( ( rule__DetailCode__Group_1__0 ) ) );
public final void rule__DetailCode__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3964:1: ( ( ( rule__DetailCode__Group_0__0 ) ) | ( ( rule__DetailCode__Group_1__0 ) ) )
+ // InternalRoom.g:3953:1: ( ( ( rule__DetailCode__Group_0__0 ) ) | ( ( rule__DetailCode__Group_1__0 ) ) )
int alt27=2;
int LA27_0 = input.LA(1);
@@ -11777,14 +11770,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt27) {
case 1 :
- // InternalRoom.g:3965:1: ( ( rule__DetailCode__Group_0__0 ) )
+ // InternalRoom.g:3954:1: ( ( rule__DetailCode__Group_0__0 ) )
{
- // InternalRoom.g:3965:1: ( ( rule__DetailCode__Group_0__0 ) )
- // InternalRoom.g:3966:1: ( rule__DetailCode__Group_0__0 )
+ // InternalRoom.g:3954:1: ( ( rule__DetailCode__Group_0__0 ) )
+ // InternalRoom.g:3955:1: ( rule__DetailCode__Group_0__0 )
{
before(grammarAccess.getDetailCodeAccess().getGroup_0());
- // InternalRoom.g:3967:1: ( rule__DetailCode__Group_0__0 )
- // InternalRoom.g:3967:2: rule__DetailCode__Group_0__0
+ // InternalRoom.g:3956:1: ( rule__DetailCode__Group_0__0 )
+ // InternalRoom.g:3956:2: rule__DetailCode__Group_0__0
{
pushFollow(FOLLOW_2);
rule__DetailCode__Group_0__0();
@@ -11802,14 +11795,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3971:6: ( ( rule__DetailCode__Group_1__0 ) )
+ // InternalRoom.g:3960:6: ( ( rule__DetailCode__Group_1__0 ) )
{
- // InternalRoom.g:3971:6: ( ( rule__DetailCode__Group_1__0 ) )
- // InternalRoom.g:3972:1: ( rule__DetailCode__Group_1__0 )
+ // InternalRoom.g:3960:6: ( ( rule__DetailCode__Group_1__0 ) )
+ // InternalRoom.g:3961:1: ( rule__DetailCode__Group_1__0 )
{
before(grammarAccess.getDetailCodeAccess().getGroup_1());
- // InternalRoom.g:3973:1: ( rule__DetailCode__Group_1__0 )
- // InternalRoom.g:3973:2: rule__DetailCode__Group_1__0
+ // InternalRoom.g:3962:1: ( rule__DetailCode__Group_1__0 )
+ // InternalRoom.g:3962:2: rule__DetailCode__Group_1__0
{
pushFollow(FOLLOW_2);
rule__DetailCode__Group_1__0();
@@ -11844,13 +11837,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TrPoint__Alternatives"
- // InternalRoom.g:3982:1: rule__TrPoint__Alternatives : ( ( ruleTransitionPoint ) | ( ruleEntryPoint ) | ( ruleExitPoint ) );
+ // InternalRoom.g:3971:1: rule__TrPoint__Alternatives : ( ( ruleTransitionPoint ) | ( ruleEntryPoint ) | ( ruleExitPoint ) );
public final void rule__TrPoint__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:3986:1: ( ( ruleTransitionPoint ) | ( ruleEntryPoint ) | ( ruleExitPoint ) )
+ // InternalRoom.g:3975:1: ( ( ruleTransitionPoint ) | ( ruleEntryPoint ) | ( ruleExitPoint ) )
int alt28=3;
switch ( input.LA(1) ) {
case 101:
@@ -11878,10 +11871,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt28) {
case 1 :
- // InternalRoom.g:3987:1: ( ruleTransitionPoint )
+ // InternalRoom.g:3976:1: ( ruleTransitionPoint )
{
- // InternalRoom.g:3987:1: ( ruleTransitionPoint )
- // InternalRoom.g:3988:1: ruleTransitionPoint
+ // InternalRoom.g:3976:1: ( ruleTransitionPoint )
+ // InternalRoom.g:3977:1: ruleTransitionPoint
{
before(grammarAccess.getTrPointAccess().getTransitionPointParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -11897,10 +11890,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:3993:6: ( ruleEntryPoint )
+ // InternalRoom.g:3982:6: ( ruleEntryPoint )
{
- // InternalRoom.g:3993:6: ( ruleEntryPoint )
- // InternalRoom.g:3994:1: ruleEntryPoint
+ // InternalRoom.g:3982:6: ( ruleEntryPoint )
+ // InternalRoom.g:3983:1: ruleEntryPoint
{
before(grammarAccess.getTrPointAccess().getEntryPointParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -11916,10 +11909,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:3999:6: ( ruleExitPoint )
+ // InternalRoom.g:3988:6: ( ruleExitPoint )
{
- // InternalRoom.g:3999:6: ( ruleExitPoint )
- // InternalRoom.g:4000:1: ruleExitPoint
+ // InternalRoom.g:3988:6: ( ruleExitPoint )
+ // InternalRoom.g:3989:1: ruleExitPoint
{
before(grammarAccess.getTrPointAccess().getExitPointParserRuleCall_2());
pushFollow(FOLLOW_2);
@@ -11952,13 +11945,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TransitionBase__Alternatives"
- // InternalRoom.g:4010:1: rule__TransitionBase__Alternatives : ( ( ruleTransition ) | ( ruleRefinedTransition ) );
+ // InternalRoom.g:3999:1: rule__TransitionBase__Alternatives : ( ( ruleTransition ) | ( ruleRefinedTransition ) );
public final void rule__TransitionBase__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4014:1: ( ( ruleTransition ) | ( ruleRefinedTransition ) )
+ // InternalRoom.g:4003:1: ( ( ruleTransition ) | ( ruleRefinedTransition ) )
int alt29=2;
int LA29_0 = input.LA(1);
@@ -11976,10 +11969,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt29) {
case 1 :
- // InternalRoom.g:4015:1: ( ruleTransition )
+ // InternalRoom.g:4004:1: ( ruleTransition )
{
- // InternalRoom.g:4015:1: ( ruleTransition )
- // InternalRoom.g:4016:1: ruleTransition
+ // InternalRoom.g:4004:1: ( ruleTransition )
+ // InternalRoom.g:4005:1: ruleTransition
{
before(grammarAccess.getTransitionBaseAccess().getTransitionParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -11995,10 +11988,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4021:6: ( ruleRefinedTransition )
+ // InternalRoom.g:4010:6: ( ruleRefinedTransition )
{
- // InternalRoom.g:4021:6: ( ruleRefinedTransition )
- // InternalRoom.g:4022:1: ruleRefinedTransition
+ // InternalRoom.g:4010:6: ( ruleRefinedTransition )
+ // InternalRoom.g:4011:1: ruleRefinedTransition
{
before(grammarAccess.getTransitionBaseAccess().getRefinedTransitionParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -12031,13 +12024,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Transition__Alternatives"
- // InternalRoom.g:4032:1: rule__Transition__Alternatives : ( ( ruleInitialTransition ) | ( ruleNonInitialTransition ) );
+ // InternalRoom.g:4021:1: rule__Transition__Alternatives : ( ( ruleInitialTransition ) | ( ruleNonInitialTransition ) );
public final void rule__Transition__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4036:1: ( ( ruleInitialTransition ) | ( ruleNonInitialTransition ) )
+ // InternalRoom.g:4025:1: ( ( ruleInitialTransition ) | ( ruleNonInitialTransition ) )
int alt30=2;
int LA30_0 = input.LA(1);
@@ -12101,10 +12094,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt30) {
case 1 :
- // InternalRoom.g:4037:1: ( ruleInitialTransition )
+ // InternalRoom.g:4026:1: ( ruleInitialTransition )
{
- // InternalRoom.g:4037:1: ( ruleInitialTransition )
- // InternalRoom.g:4038:1: ruleInitialTransition
+ // InternalRoom.g:4026:1: ( ruleInitialTransition )
+ // InternalRoom.g:4027:1: ruleInitialTransition
{
before(grammarAccess.getTransitionAccess().getInitialTransitionParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -12120,10 +12113,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4043:6: ( ruleNonInitialTransition )
+ // InternalRoom.g:4032:6: ( ruleNonInitialTransition )
{
- // InternalRoom.g:4043:6: ( ruleNonInitialTransition )
- // InternalRoom.g:4044:1: ruleNonInitialTransition
+ // InternalRoom.g:4032:6: ( ruleNonInitialTransition )
+ // InternalRoom.g:4033:1: ruleNonInitialTransition
{
before(grammarAccess.getTransitionAccess().getNonInitialTransitionParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -12156,21 +12149,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NonInitialTransition__Alternatives"
- // InternalRoom.g:4054:1: rule__NonInitialTransition__Alternatives : ( ( ruleTransitionChainStartTransition ) | ( ruleContinuationTransition ) | ( ruleCPBranchTransition ) );
+ // InternalRoom.g:4043:1: rule__NonInitialTransition__Alternatives : ( ( ruleTransitionChainStartTransition ) | ( ruleContinuationTransition ) | ( ruleCPBranchTransition ) );
public final void rule__NonInitialTransition__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4058:1: ( ( ruleTransitionChainStartTransition ) | ( ruleContinuationTransition ) | ( ruleCPBranchTransition ) )
+ // InternalRoom.g:4047:1: ( ( ruleTransitionChainStartTransition ) | ( ruleContinuationTransition ) | ( ruleCPBranchTransition ) )
int alt31=3;
alt31 = dfa31.predict(input);
switch (alt31) {
case 1 :
- // InternalRoom.g:4059:1: ( ruleTransitionChainStartTransition )
+ // InternalRoom.g:4048:1: ( ruleTransitionChainStartTransition )
{
- // InternalRoom.g:4059:1: ( ruleTransitionChainStartTransition )
- // InternalRoom.g:4060:1: ruleTransitionChainStartTransition
+ // InternalRoom.g:4048:1: ( ruleTransitionChainStartTransition )
+ // InternalRoom.g:4049:1: ruleTransitionChainStartTransition
{
before(grammarAccess.getNonInitialTransitionAccess().getTransitionChainStartTransitionParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -12186,10 +12179,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4065:6: ( ruleContinuationTransition )
+ // InternalRoom.g:4054:6: ( ruleContinuationTransition )
{
- // InternalRoom.g:4065:6: ( ruleContinuationTransition )
- // InternalRoom.g:4066:1: ruleContinuationTransition
+ // InternalRoom.g:4054:6: ( ruleContinuationTransition )
+ // InternalRoom.g:4055:1: ruleContinuationTransition
{
before(grammarAccess.getNonInitialTransitionAccess().getContinuationTransitionParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -12205,10 +12198,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:4071:6: ( ruleCPBranchTransition )
+ // InternalRoom.g:4060:6: ( ruleCPBranchTransition )
{
- // InternalRoom.g:4071:6: ( ruleCPBranchTransition )
- // InternalRoom.g:4072:1: ruleCPBranchTransition
+ // InternalRoom.g:4060:6: ( ruleCPBranchTransition )
+ // InternalRoom.g:4061:1: ruleCPBranchTransition
{
before(grammarAccess.getNonInitialTransitionAccess().getCPBranchTransitionParserRuleCall_2());
pushFollow(FOLLOW_2);
@@ -12241,21 +12234,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TransitionChainStartTransition__Alternatives"
- // InternalRoom.g:4082:1: rule__TransitionChainStartTransition__Alternatives : ( ( ruleTriggeredTransition ) | ( ruleGuardedTransition ) );
+ // InternalRoom.g:4071:1: rule__TransitionChainStartTransition__Alternatives : ( ( ruleTriggeredTransition ) | ( ruleGuardedTransition ) );
public final void rule__TransitionChainStartTransition__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4086:1: ( ( ruleTriggeredTransition ) | ( ruleGuardedTransition ) )
+ // InternalRoom.g:4075:1: ( ( ruleTriggeredTransition ) | ( ruleGuardedTransition ) )
int alt32=2;
alt32 = dfa32.predict(input);
switch (alt32) {
case 1 :
- // InternalRoom.g:4087:1: ( ruleTriggeredTransition )
+ // InternalRoom.g:4076:1: ( ruleTriggeredTransition )
{
- // InternalRoom.g:4087:1: ( ruleTriggeredTransition )
- // InternalRoom.g:4088:1: ruleTriggeredTransition
+ // InternalRoom.g:4076:1: ( ruleTriggeredTransition )
+ // InternalRoom.g:4077:1: ruleTriggeredTransition
{
before(grammarAccess.getTransitionChainStartTransitionAccess().getTriggeredTransitionParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -12271,10 +12264,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4093:6: ( ruleGuardedTransition )
+ // InternalRoom.g:4082:6: ( ruleGuardedTransition )
{
- // InternalRoom.g:4093:6: ( ruleGuardedTransition )
- // InternalRoom.g:4094:1: ruleGuardedTransition
+ // InternalRoom.g:4082:6: ( ruleGuardedTransition )
+ // InternalRoom.g:4083:1: ruleGuardedTransition
{
before(grammarAccess.getTransitionChainStartTransitionAccess().getGuardedTransitionParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -12307,13 +12300,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TransitionTerminal__Alternatives"
- // InternalRoom.g:4104:1: rule__TransitionTerminal__Alternatives : ( ( ruleStateTerminal ) | ( ruleTrPointTerminal ) | ( ruleSubStateTrPointTerminal ) | ( ruleChoicepointTerminal ) );
+ // InternalRoom.g:4093:1: rule__TransitionTerminal__Alternatives : ( ( ruleStateTerminal ) | ( ruleTrPointTerminal ) | ( ruleSubStateTrPointTerminal ) | ( ruleChoicepointTerminal ) );
public final void rule__TransitionTerminal__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4108:1: ( ( ruleStateTerminal ) | ( ruleTrPointTerminal ) | ( ruleSubStateTrPointTerminal ) | ( ruleChoicepointTerminal ) )
+ // InternalRoom.g:4097:1: ( ( ruleStateTerminal ) | ( ruleTrPointTerminal ) | ( ruleSubStateTrPointTerminal ) | ( ruleChoicepointTerminal ) )
int alt33=4;
switch ( input.LA(1) ) {
case RULE_ID:
@@ -12353,10 +12346,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt33) {
case 1 :
- // InternalRoom.g:4109:1: ( ruleStateTerminal )
+ // InternalRoom.g:4098:1: ( ruleStateTerminal )
{
- // InternalRoom.g:4109:1: ( ruleStateTerminal )
- // InternalRoom.g:4110:1: ruleStateTerminal
+ // InternalRoom.g:4098:1: ( ruleStateTerminal )
+ // InternalRoom.g:4099:1: ruleStateTerminal
{
before(grammarAccess.getTransitionTerminalAccess().getStateTerminalParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -12372,10 +12365,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4115:6: ( ruleTrPointTerminal )
+ // InternalRoom.g:4104:6: ( ruleTrPointTerminal )
{
- // InternalRoom.g:4115:6: ( ruleTrPointTerminal )
- // InternalRoom.g:4116:1: ruleTrPointTerminal
+ // InternalRoom.g:4104:6: ( ruleTrPointTerminal )
+ // InternalRoom.g:4105:1: ruleTrPointTerminal
{
before(grammarAccess.getTransitionTerminalAccess().getTrPointTerminalParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -12391,10 +12384,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:4121:6: ( ruleSubStateTrPointTerminal )
+ // InternalRoom.g:4110:6: ( ruleSubStateTrPointTerminal )
{
- // InternalRoom.g:4121:6: ( ruleSubStateTrPointTerminal )
- // InternalRoom.g:4122:1: ruleSubStateTrPointTerminal
+ // InternalRoom.g:4110:6: ( ruleSubStateTrPointTerminal )
+ // InternalRoom.g:4111:1: ruleSubStateTrPointTerminal
{
before(grammarAccess.getTransitionTerminalAccess().getSubStateTrPointTerminalParserRuleCall_2());
pushFollow(FOLLOW_2);
@@ -12410,10 +12403,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // InternalRoom.g:4127:6: ( ruleChoicepointTerminal )
+ // InternalRoom.g:4116:6: ( ruleChoicepointTerminal )
{
- // InternalRoom.g:4127:6: ( ruleChoicepointTerminal )
- // InternalRoom.g:4128:1: ruleChoicepointTerminal
+ // InternalRoom.g:4116:6: ( ruleChoicepointTerminal )
+ // InternalRoom.g:4117:1: ruleChoicepointTerminal
{
before(grammarAccess.getTransitionTerminalAccess().getChoicepointTerminalParserRuleCall_3());
pushFollow(FOLLOW_2);
@@ -12446,13 +12439,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SemanticsRule__Alternatives"
- // InternalRoom.g:4138:1: rule__SemanticsRule__Alternatives : ( ( ruleInSemanticsRule ) | ( ruleOutSemanticsRule ) );
+ // InternalRoom.g:4127:1: rule__SemanticsRule__Alternatives : ( ( ruleInSemanticsRule ) | ( ruleOutSemanticsRule ) );
public final void rule__SemanticsRule__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4142:1: ( ( ruleInSemanticsRule ) | ( ruleOutSemanticsRule ) )
+ // InternalRoom.g:4131:1: ( ( ruleInSemanticsRule ) | ( ruleOutSemanticsRule ) )
int alt34=2;
int LA34_0 = input.LA(1);
@@ -12470,10 +12463,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt34) {
case 1 :
- // InternalRoom.g:4143:1: ( ruleInSemanticsRule )
+ // InternalRoom.g:4132:1: ( ruleInSemanticsRule )
{
- // InternalRoom.g:4143:1: ( ruleInSemanticsRule )
- // InternalRoom.g:4144:1: ruleInSemanticsRule
+ // InternalRoom.g:4132:1: ( ruleInSemanticsRule )
+ // InternalRoom.g:4133:1: ruleInSemanticsRule
{
before(grammarAccess.getSemanticsRuleAccess().getInSemanticsRuleParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -12489,10 +12482,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4149:6: ( ruleOutSemanticsRule )
+ // InternalRoom.g:4138:6: ( ruleOutSemanticsRule )
{
- // InternalRoom.g:4149:6: ( ruleOutSemanticsRule )
- // InternalRoom.g:4150:1: ruleOutSemanticsRule
+ // InternalRoom.g:4138:6: ( ruleOutSemanticsRule )
+ // InternalRoom.g:4139:1: ruleOutSemanticsRule
{
before(grammarAccess.getSemanticsRuleAccess().getOutSemanticsRuleParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -12525,13 +12518,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Alternatives_3_1"
- // InternalRoom.g:4160:1: rule__InSemanticsRule__Alternatives_3_1 : ( ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_0 ) ) | ( ( rule__InSemanticsRule__Group_3_1_1__0 ) ) );
+ // InternalRoom.g:4149:1: rule__InSemanticsRule__Alternatives_3_1 : ( ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_0 ) ) | ( ( rule__InSemanticsRule__Group_3_1_1__0 ) ) );
public final void rule__InSemanticsRule__Alternatives_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4164:1: ( ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_0 ) ) | ( ( rule__InSemanticsRule__Group_3_1_1__0 ) ) )
+ // InternalRoom.g:4153:1: ( ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_0 ) ) | ( ( rule__InSemanticsRule__Group_3_1_1__0 ) ) )
int alt35=2;
int LA35_0 = input.LA(1);
@@ -12549,14 +12542,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt35) {
case 1 :
- // InternalRoom.g:4165:1: ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_0 ) )
+ // InternalRoom.g:4154:1: ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_0 ) )
{
- // InternalRoom.g:4165:1: ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_0 ) )
- // InternalRoom.g:4166:1: ( rule__InSemanticsRule__FollowUpsAssignment_3_1_0 )
+ // InternalRoom.g:4154:1: ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_0 ) )
+ // InternalRoom.g:4155:1: ( rule__InSemanticsRule__FollowUpsAssignment_3_1_0 )
{
before(grammarAccess.getInSemanticsRuleAccess().getFollowUpsAssignment_3_1_0());
- // InternalRoom.g:4167:1: ( rule__InSemanticsRule__FollowUpsAssignment_3_1_0 )
- // InternalRoom.g:4167:2: rule__InSemanticsRule__FollowUpsAssignment_3_1_0
+ // InternalRoom.g:4156:1: ( rule__InSemanticsRule__FollowUpsAssignment_3_1_0 )
+ // InternalRoom.g:4156:2: rule__InSemanticsRule__FollowUpsAssignment_3_1_0
{
pushFollow(FOLLOW_2);
rule__InSemanticsRule__FollowUpsAssignment_3_1_0();
@@ -12574,14 +12567,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4171:6: ( ( rule__InSemanticsRule__Group_3_1_1__0 ) )
+ // InternalRoom.g:4160:6: ( ( rule__InSemanticsRule__Group_3_1_1__0 ) )
{
- // InternalRoom.g:4171:6: ( ( rule__InSemanticsRule__Group_3_1_1__0 ) )
- // InternalRoom.g:4172:1: ( rule__InSemanticsRule__Group_3_1_1__0 )
+ // InternalRoom.g:4160:6: ( ( rule__InSemanticsRule__Group_3_1_1__0 ) )
+ // InternalRoom.g:4161:1: ( rule__InSemanticsRule__Group_3_1_1__0 )
{
before(grammarAccess.getInSemanticsRuleAccess().getGroup_3_1_1());
- // InternalRoom.g:4173:1: ( rule__InSemanticsRule__Group_3_1_1__0 )
- // InternalRoom.g:4173:2: rule__InSemanticsRule__Group_3_1_1__0
+ // InternalRoom.g:4162:1: ( rule__InSemanticsRule__Group_3_1_1__0 )
+ // InternalRoom.g:4162:2: rule__InSemanticsRule__Group_3_1_1__0
{
pushFollow(FOLLOW_2);
rule__InSemanticsRule__Group_3_1_1__0();
@@ -12616,13 +12609,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Alternatives_3_1"
- // InternalRoom.g:4182:1: rule__OutSemanticsRule__Alternatives_3_1 : ( ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_0 ) ) | ( ( rule__OutSemanticsRule__Group_3_1_1__0 ) ) );
+ // InternalRoom.g:4171:1: rule__OutSemanticsRule__Alternatives_3_1 : ( ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_0 ) ) | ( ( rule__OutSemanticsRule__Group_3_1_1__0 ) ) );
public final void rule__OutSemanticsRule__Alternatives_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4186:1: ( ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_0 ) ) | ( ( rule__OutSemanticsRule__Group_3_1_1__0 ) ) )
+ // InternalRoom.g:4175:1: ( ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_0 ) ) | ( ( rule__OutSemanticsRule__Group_3_1_1__0 ) ) )
int alt36=2;
int LA36_0 = input.LA(1);
@@ -12640,14 +12633,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt36) {
case 1 :
- // InternalRoom.g:4187:1: ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_0 ) )
+ // InternalRoom.g:4176:1: ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_0 ) )
{
- // InternalRoom.g:4187:1: ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_0 ) )
- // InternalRoom.g:4188:1: ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_0 )
+ // InternalRoom.g:4176:1: ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_0 ) )
+ // InternalRoom.g:4177:1: ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_0 )
{
before(grammarAccess.getOutSemanticsRuleAccess().getFollowUpsAssignment_3_1_0());
- // InternalRoom.g:4189:1: ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_0 )
- // InternalRoom.g:4189:2: rule__OutSemanticsRule__FollowUpsAssignment_3_1_0
+ // InternalRoom.g:4178:1: ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_0 )
+ // InternalRoom.g:4178:2: rule__OutSemanticsRule__FollowUpsAssignment_3_1_0
{
pushFollow(FOLLOW_2);
rule__OutSemanticsRule__FollowUpsAssignment_3_1_0();
@@ -12665,14 +12658,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4193:6: ( ( rule__OutSemanticsRule__Group_3_1_1__0 ) )
+ // InternalRoom.g:4182:6: ( ( rule__OutSemanticsRule__Group_3_1_1__0 ) )
{
- // InternalRoom.g:4193:6: ( ( rule__OutSemanticsRule__Group_3_1_1__0 ) )
- // InternalRoom.g:4194:1: ( rule__OutSemanticsRule__Group_3_1_1__0 )
+ // InternalRoom.g:4182:6: ( ( rule__OutSemanticsRule__Group_3_1_1__0 ) )
+ // InternalRoom.g:4183:1: ( rule__OutSemanticsRule__Group_3_1_1__0 )
{
before(grammarAccess.getOutSemanticsRuleAccess().getGroup_3_1_1());
- // InternalRoom.g:4195:1: ( rule__OutSemanticsRule__Group_3_1_1__0 )
- // InternalRoom.g:4195:2: rule__OutSemanticsRule__Group_3_1_1__0
+ // InternalRoom.g:4184:1: ( rule__OutSemanticsRule__Group_3_1_1__0 )
+ // InternalRoom.g:4184:2: rule__OutSemanticsRule__Group_3_1_1__0
{
pushFollow(FOLLOW_2);
rule__OutSemanticsRule__Group_3_1_1__0();
@@ -12707,13 +12700,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Alternatives_6"
- // InternalRoom.g:4204:1: rule__AnnotationType__Alternatives_6 : ( ( ( rule__AnnotationType__TargetsAssignment_6_0 ) ) | ( ( rule__AnnotationType__Group_6_1__0 ) ) );
+ // InternalRoom.g:4193:1: rule__AnnotationType__Alternatives_6 : ( ( ( rule__AnnotationType__TargetsAssignment_6_0 ) ) | ( ( rule__AnnotationType__Group_6_1__0 ) ) );
public final void rule__AnnotationType__Alternatives_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4208:1: ( ( ( rule__AnnotationType__TargetsAssignment_6_0 ) ) | ( ( rule__AnnotationType__Group_6_1__0 ) ) )
+ // InternalRoom.g:4197:1: ( ( ( rule__AnnotationType__TargetsAssignment_6_0 ) ) | ( ( rule__AnnotationType__Group_6_1__0 ) ) )
int alt37=2;
int LA37_0 = input.LA(1);
@@ -12731,14 +12724,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt37) {
case 1 :
- // InternalRoom.g:4209:1: ( ( rule__AnnotationType__TargetsAssignment_6_0 ) )
+ // InternalRoom.g:4198:1: ( ( rule__AnnotationType__TargetsAssignment_6_0 ) )
{
- // InternalRoom.g:4209:1: ( ( rule__AnnotationType__TargetsAssignment_6_0 ) )
- // InternalRoom.g:4210:1: ( rule__AnnotationType__TargetsAssignment_6_0 )
+ // InternalRoom.g:4198:1: ( ( rule__AnnotationType__TargetsAssignment_6_0 ) )
+ // InternalRoom.g:4199:1: ( rule__AnnotationType__TargetsAssignment_6_0 )
{
before(grammarAccess.getAnnotationTypeAccess().getTargetsAssignment_6_0());
- // InternalRoom.g:4211:1: ( rule__AnnotationType__TargetsAssignment_6_0 )
- // InternalRoom.g:4211:2: rule__AnnotationType__TargetsAssignment_6_0
+ // InternalRoom.g:4200:1: ( rule__AnnotationType__TargetsAssignment_6_0 )
+ // InternalRoom.g:4200:2: rule__AnnotationType__TargetsAssignment_6_0
{
pushFollow(FOLLOW_2);
rule__AnnotationType__TargetsAssignment_6_0();
@@ -12756,14 +12749,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4215:6: ( ( rule__AnnotationType__Group_6_1__0 ) )
+ // InternalRoom.g:4204:6: ( ( rule__AnnotationType__Group_6_1__0 ) )
{
- // InternalRoom.g:4215:6: ( ( rule__AnnotationType__Group_6_1__0 ) )
- // InternalRoom.g:4216:1: ( rule__AnnotationType__Group_6_1__0 )
+ // InternalRoom.g:4204:6: ( ( rule__AnnotationType__Group_6_1__0 ) )
+ // InternalRoom.g:4205:1: ( rule__AnnotationType__Group_6_1__0 )
{
before(grammarAccess.getAnnotationTypeAccess().getGroup_6_1());
- // InternalRoom.g:4217:1: ( rule__AnnotationType__Group_6_1__0 )
- // InternalRoom.g:4217:2: rule__AnnotationType__Group_6_1__0
+ // InternalRoom.g:4206:1: ( rule__AnnotationType__Group_6_1__0 )
+ // InternalRoom.g:4206:2: rule__AnnotationType__Group_6_1__0
{
pushFollow(FOLLOW_2);
rule__AnnotationType__Group_6_1__0();
@@ -12798,13 +12791,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationAttribute__Alternatives"
- // InternalRoom.g:4226:1: rule__AnnotationAttribute__Alternatives : ( ( ruleSimpleAnnotationAttribute ) | ( ruleEnumAnnotationAttribute ) );
+ // InternalRoom.g:4215:1: rule__AnnotationAttribute__Alternatives : ( ( ruleSimpleAnnotationAttribute ) | ( ruleEnumAnnotationAttribute ) );
public final void rule__AnnotationAttribute__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4230:1: ( ( ruleSimpleAnnotationAttribute ) | ( ruleEnumAnnotationAttribute ) )
+ // InternalRoom.g:4219:1: ( ( ruleSimpleAnnotationAttribute ) | ( ruleEnumAnnotationAttribute ) )
int alt38=2;
int LA38_0 = input.LA(1);
@@ -12820,12 +12813,12 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
if ( (LA38_4==47) ) {
int LA38_5 = input.LA(5);
- if ( ((LA38_5>=41 && LA38_5<=44)) ) {
- alt38=1;
- }
- else if ( (LA38_5==45) ) {
+ if ( (LA38_5==45) ) {
alt38=2;
}
+ else if ( ((LA38_5>=41 && LA38_5<=44)) ) {
+ alt38=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 38, 5, input);
@@ -12866,12 +12859,12 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
if ( (LA38_4==47) ) {
int LA38_5 = input.LA(5);
- if ( ((LA38_5>=41 && LA38_5<=44)) ) {
- alt38=1;
- }
- else if ( (LA38_5==45) ) {
+ if ( (LA38_5==45) ) {
alt38=2;
}
+ else if ( ((LA38_5>=41 && LA38_5<=44)) ) {
+ alt38=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 38, 5, input);
@@ -12908,10 +12901,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt38) {
case 1 :
- // InternalRoom.g:4231:1: ( ruleSimpleAnnotationAttribute )
+ // InternalRoom.g:4220:1: ( ruleSimpleAnnotationAttribute )
{
- // InternalRoom.g:4231:1: ( ruleSimpleAnnotationAttribute )
- // InternalRoom.g:4232:1: ruleSimpleAnnotationAttribute
+ // InternalRoom.g:4220:1: ( ruleSimpleAnnotationAttribute )
+ // InternalRoom.g:4221:1: ruleSimpleAnnotationAttribute
{
before(grammarAccess.getAnnotationAttributeAccess().getSimpleAnnotationAttributeParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -12927,10 +12920,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4237:6: ( ruleEnumAnnotationAttribute )
+ // InternalRoom.g:4226:6: ( ruleEnumAnnotationAttribute )
{
- // InternalRoom.g:4237:6: ( ruleEnumAnnotationAttribute )
- // InternalRoom.g:4238:1: ruleEnumAnnotationAttribute
+ // InternalRoom.g:4226:6: ( ruleEnumAnnotationAttribute )
+ // InternalRoom.g:4227:1: ruleEnumAnnotationAttribute
{
before(grammarAccess.getAnnotationAttributeAccess().getEnumAnnotationAttributeParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -12963,13 +12956,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Alternatives_0"
- // InternalRoom.g:4248:1: rule__SimpleAnnotationAttribute__Alternatives_0 : ( ( ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 ) ) | ( 'mandatory' ) );
+ // InternalRoom.g:4237:1: rule__SimpleAnnotationAttribute__Alternatives_0 : ( ( ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 ) ) | ( 'mandatory' ) );
public final void rule__SimpleAnnotationAttribute__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4252:1: ( ( ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 ) ) | ( 'mandatory' ) )
+ // InternalRoom.g:4241:1: ( ( ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 ) ) | ( 'mandatory' ) )
int alt39=2;
int LA39_0 = input.LA(1);
@@ -12987,14 +12980,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt39) {
case 1 :
- // InternalRoom.g:4253:1: ( ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 ) )
+ // InternalRoom.g:4242:1: ( ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 ) )
{
- // InternalRoom.g:4253:1: ( ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 ) )
- // InternalRoom.g:4254:1: ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 )
+ // InternalRoom.g:4242:1: ( ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 ) )
+ // InternalRoom.g:4243:1: ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 )
{
before(grammarAccess.getSimpleAnnotationAttributeAccess().getOptionalAssignment_0_0());
- // InternalRoom.g:4255:1: ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 )
- // InternalRoom.g:4255:2: rule__SimpleAnnotationAttribute__OptionalAssignment_0_0
+ // InternalRoom.g:4244:1: ( rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 )
+ // InternalRoom.g:4244:2: rule__SimpleAnnotationAttribute__OptionalAssignment_0_0
{
pushFollow(FOLLOW_2);
rule__SimpleAnnotationAttribute__OptionalAssignment_0_0();
@@ -13012,10 +13005,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4259:6: ( 'mandatory' )
+ // InternalRoom.g:4248:6: ( 'mandatory' )
{
- // InternalRoom.g:4259:6: ( 'mandatory' )
- // InternalRoom.g:4260:1: 'mandatory'
+ // InternalRoom.g:4248:6: ( 'mandatory' )
+ // InternalRoom.g:4249:1: 'mandatory'
{
before(grammarAccess.getSimpleAnnotationAttributeAccess().getMandatoryKeyword_0_1());
match(input,29,FOLLOW_2);
@@ -13044,13 +13037,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Alternatives_0"
- // InternalRoom.g:4272:1: rule__EnumAnnotationAttribute__Alternatives_0 : ( ( ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 ) ) | ( 'mandatory' ) );
+ // InternalRoom.g:4261:1: rule__EnumAnnotationAttribute__Alternatives_0 : ( ( ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 ) ) | ( 'mandatory' ) );
public final void rule__EnumAnnotationAttribute__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4276:1: ( ( ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 ) ) | ( 'mandatory' ) )
+ // InternalRoom.g:4265:1: ( ( ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 ) ) | ( 'mandatory' ) )
int alt40=2;
int LA40_0 = input.LA(1);
@@ -13068,14 +13061,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt40) {
case 1 :
- // InternalRoom.g:4277:1: ( ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 ) )
+ // InternalRoom.g:4266:1: ( ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 ) )
{
- // InternalRoom.g:4277:1: ( ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 ) )
- // InternalRoom.g:4278:1: ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 )
+ // InternalRoom.g:4266:1: ( ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 ) )
+ // InternalRoom.g:4267:1: ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 )
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getOptionalAssignment_0_0());
- // InternalRoom.g:4279:1: ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 )
- // InternalRoom.g:4279:2: rule__EnumAnnotationAttribute__OptionalAssignment_0_0
+ // InternalRoom.g:4268:1: ( rule__EnumAnnotationAttribute__OptionalAssignment_0_0 )
+ // InternalRoom.g:4268:2: rule__EnumAnnotationAttribute__OptionalAssignment_0_0
{
pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__OptionalAssignment_0_0();
@@ -13093,10 +13086,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4283:6: ( 'mandatory' )
+ // InternalRoom.g:4272:6: ( 'mandatory' )
{
- // InternalRoom.g:4283:6: ( 'mandatory' )
- // InternalRoom.g:4284:1: 'mandatory'
+ // InternalRoom.g:4272:6: ( 'mandatory' )
+ // InternalRoom.g:4273:1: 'mandatory'
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getMandatoryKeyword_0_1());
match(input,29,FOLLOW_2);
@@ -13125,13 +13118,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Alternatives_1"
- // InternalRoom.g:4296:1: rule__Import__Alternatives_1 : ( ( ( rule__Import__Group_1_0__0 ) ) | ( ( rule__Import__Group_1_1__0 ) ) );
+ // InternalRoom.g:4285:1: rule__Import__Alternatives_1 : ( ( ( rule__Import__Group_1_0__0 ) ) | ( ( rule__Import__Group_1_1__0 ) ) );
public final void rule__Import__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4300:1: ( ( ( rule__Import__Group_1_0__0 ) ) | ( ( rule__Import__Group_1_1__0 ) ) )
+ // InternalRoom.g:4289:1: ( ( ( rule__Import__Group_1_0__0 ) ) | ( ( rule__Import__Group_1_1__0 ) ) )
int alt41=2;
int LA41_0 = input.LA(1);
@@ -13149,14 +13142,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt41) {
case 1 :
- // InternalRoom.g:4301:1: ( ( rule__Import__Group_1_0__0 ) )
+ // InternalRoom.g:4290:1: ( ( rule__Import__Group_1_0__0 ) )
{
- // InternalRoom.g:4301:1: ( ( rule__Import__Group_1_0__0 ) )
- // InternalRoom.g:4302:1: ( rule__Import__Group_1_0__0 )
+ // InternalRoom.g:4290:1: ( ( rule__Import__Group_1_0__0 ) )
+ // InternalRoom.g:4291:1: ( rule__Import__Group_1_0__0 )
{
before(grammarAccess.getImportAccess().getGroup_1_0());
- // InternalRoom.g:4303:1: ( rule__Import__Group_1_0__0 )
- // InternalRoom.g:4303:2: rule__Import__Group_1_0__0
+ // InternalRoom.g:4292:1: ( rule__Import__Group_1_0__0 )
+ // InternalRoom.g:4292:2: rule__Import__Group_1_0__0
{
pushFollow(FOLLOW_2);
rule__Import__Group_1_0__0();
@@ -13174,14 +13167,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4307:6: ( ( rule__Import__Group_1_1__0 ) )
+ // InternalRoom.g:4296:6: ( ( rule__Import__Group_1_1__0 ) )
{
- // InternalRoom.g:4307:6: ( ( rule__Import__Group_1_1__0 ) )
- // InternalRoom.g:4308:1: ( rule__Import__Group_1_1__0 )
+ // InternalRoom.g:4296:6: ( ( rule__Import__Group_1_1__0 ) )
+ // InternalRoom.g:4297:1: ( rule__Import__Group_1_1__0 )
{
before(grammarAccess.getImportAccess().getGroup_1_1());
- // InternalRoom.g:4309:1: ( rule__Import__Group_1_1__0 )
- // InternalRoom.g:4309:2: rule__Import__Group_1_1__0
+ // InternalRoom.g:4298:1: ( rule__Import__Group_1_1__0 )
+ // InternalRoom.g:4298:2: rule__Import__Group_1_1__0
{
pushFollow(FOLLOW_2);
rule__Import__Group_1_1__0();
@@ -13216,13 +13209,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Literal__Alternatives"
- // InternalRoom.g:4319:1: rule__Literal__Alternatives : ( ( ruleBooleanLiteral ) | ( ruleNumberLiteral ) | ( ruleStringLiteral ) );
+ // InternalRoom.g:4308:1: rule__Literal__Alternatives : ( ( ruleBooleanLiteral ) | ( ruleNumberLiteral ) | ( ruleStringLiteral ) );
public final void rule__Literal__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4323:1: ( ( ruleBooleanLiteral ) | ( ruleNumberLiteral ) | ( ruleStringLiteral ) )
+ // InternalRoom.g:4312:1: ( ( ruleBooleanLiteral ) | ( ruleNumberLiteral ) | ( ruleStringLiteral ) )
int alt42=3;
switch ( input.LA(1) ) {
case 30:
@@ -13253,10 +13246,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt42) {
case 1 :
- // InternalRoom.g:4324:1: ( ruleBooleanLiteral )
+ // InternalRoom.g:4313:1: ( ruleBooleanLiteral )
{
- // InternalRoom.g:4324:1: ( ruleBooleanLiteral )
- // InternalRoom.g:4325:1: ruleBooleanLiteral
+ // InternalRoom.g:4313:1: ( ruleBooleanLiteral )
+ // InternalRoom.g:4314:1: ruleBooleanLiteral
{
before(grammarAccess.getLiteralAccess().getBooleanLiteralParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -13272,10 +13265,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4330:6: ( ruleNumberLiteral )
+ // InternalRoom.g:4319:6: ( ruleNumberLiteral )
{
- // InternalRoom.g:4330:6: ( ruleNumberLiteral )
- // InternalRoom.g:4331:1: ruleNumberLiteral
+ // InternalRoom.g:4319:6: ( ruleNumberLiteral )
+ // InternalRoom.g:4320:1: ruleNumberLiteral
{
before(grammarAccess.getLiteralAccess().getNumberLiteralParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -13291,10 +13284,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:4336:6: ( ruleStringLiteral )
+ // InternalRoom.g:4325:6: ( ruleStringLiteral )
{
- // InternalRoom.g:4336:6: ( ruleStringLiteral )
- // InternalRoom.g:4337:1: ruleStringLiteral
+ // InternalRoom.g:4325:6: ( ruleStringLiteral )
+ // InternalRoom.g:4326:1: ruleStringLiteral
{
before(grammarAccess.getLiteralAccess().getStringLiteralParserRuleCall_2());
pushFollow(FOLLOW_2);
@@ -13327,13 +13320,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BooleanLiteral__Alternatives_1"
- // InternalRoom.g:4347:1: rule__BooleanLiteral__Alternatives_1 : ( ( 'false' ) | ( ( rule__BooleanLiteral__IsTrueAssignment_1_1 ) ) );
+ // InternalRoom.g:4336:1: rule__BooleanLiteral__Alternatives_1 : ( ( 'false' ) | ( ( rule__BooleanLiteral__IsTrueAssignment_1_1 ) ) );
public final void rule__BooleanLiteral__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4351:1: ( ( 'false' ) | ( ( rule__BooleanLiteral__IsTrueAssignment_1_1 ) ) )
+ // InternalRoom.g:4340:1: ( ( 'false' ) | ( ( rule__BooleanLiteral__IsTrueAssignment_1_1 ) ) )
int alt43=2;
int LA43_0 = input.LA(1);
@@ -13351,10 +13344,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt43) {
case 1 :
- // InternalRoom.g:4352:1: ( 'false' )
+ // InternalRoom.g:4341:1: ( 'false' )
{
- // InternalRoom.g:4352:1: ( 'false' )
- // InternalRoom.g:4353:1: 'false'
+ // InternalRoom.g:4341:1: ( 'false' )
+ // InternalRoom.g:4342:1: 'false'
{
before(grammarAccess.getBooleanLiteralAccess().getFalseKeyword_1_0());
match(input,30,FOLLOW_2);
@@ -13366,14 +13359,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4360:6: ( ( rule__BooleanLiteral__IsTrueAssignment_1_1 ) )
+ // InternalRoom.g:4349:6: ( ( rule__BooleanLiteral__IsTrueAssignment_1_1 ) )
{
- // InternalRoom.g:4360:6: ( ( rule__BooleanLiteral__IsTrueAssignment_1_1 ) )
- // InternalRoom.g:4361:1: ( rule__BooleanLiteral__IsTrueAssignment_1_1 )
+ // InternalRoom.g:4349:6: ( ( rule__BooleanLiteral__IsTrueAssignment_1_1 ) )
+ // InternalRoom.g:4350:1: ( rule__BooleanLiteral__IsTrueAssignment_1_1 )
{
before(grammarAccess.getBooleanLiteralAccess().getIsTrueAssignment_1_1());
- // InternalRoom.g:4362:1: ( rule__BooleanLiteral__IsTrueAssignment_1_1 )
- // InternalRoom.g:4362:2: rule__BooleanLiteral__IsTrueAssignment_1_1
+ // InternalRoom.g:4351:1: ( rule__BooleanLiteral__IsTrueAssignment_1_1 )
+ // InternalRoom.g:4351:2: rule__BooleanLiteral__IsTrueAssignment_1_1
{
pushFollow(FOLLOW_2);
rule__BooleanLiteral__IsTrueAssignment_1_1();
@@ -13408,13 +13401,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__NumberLiteral__Alternatives"
- // InternalRoom.g:4371:1: rule__NumberLiteral__Alternatives : ( ( ruleIntLiteral ) | ( ruleRealLiteral ) );
+ // InternalRoom.g:4360:1: rule__NumberLiteral__Alternatives : ( ( ruleIntLiteral ) | ( ruleRealLiteral ) );
public final void rule__NumberLiteral__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4375:1: ( ( ruleIntLiteral ) | ( ruleRealLiteral ) )
+ // InternalRoom.g:4364:1: ( ( ruleIntLiteral ) | ( ruleRealLiteral ) )
int alt44=2;
switch ( input.LA(1) ) {
case 31:
@@ -13505,10 +13498,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt44) {
case 1 :
- // InternalRoom.g:4376:1: ( ruleIntLiteral )
+ // InternalRoom.g:4365:1: ( ruleIntLiteral )
{
- // InternalRoom.g:4376:1: ( ruleIntLiteral )
- // InternalRoom.g:4377:1: ruleIntLiteral
+ // InternalRoom.g:4365:1: ( ruleIntLiteral )
+ // InternalRoom.g:4366:1: ruleIntLiteral
{
before(grammarAccess.getNumberLiteralAccess().getIntLiteralParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -13524,10 +13517,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4382:6: ( ruleRealLiteral )
+ // InternalRoom.g:4371:6: ( ruleRealLiteral )
{
- // InternalRoom.g:4382:6: ( ruleRealLiteral )
- // InternalRoom.g:4383:1: ruleRealLiteral
+ // InternalRoom.g:4371:6: ( ruleRealLiteral )
+ // InternalRoom.g:4372:1: ruleRealLiteral
{
before(grammarAccess.getNumberLiteralAccess().getRealLiteralParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -13560,13 +13553,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integer__Alternatives"
- // InternalRoom.g:4393:1: rule__Integer__Alternatives : ( ( ( rule__Integer__Group_0__0 ) ) | ( RULE_HEX ) );
+ // InternalRoom.g:4382:1: rule__Integer__Alternatives : ( ( ( rule__Integer__Group_0__0 ) ) | ( RULE_HEX ) );
public final void rule__Integer__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4397:1: ( ( ( rule__Integer__Group_0__0 ) ) | ( RULE_HEX ) )
+ // InternalRoom.g:4386:1: ( ( ( rule__Integer__Group_0__0 ) ) | ( RULE_HEX ) )
int alt45=2;
int LA45_0 = input.LA(1);
@@ -13584,14 +13577,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt45) {
case 1 :
- // InternalRoom.g:4398:1: ( ( rule__Integer__Group_0__0 ) )
+ // InternalRoom.g:4387:1: ( ( rule__Integer__Group_0__0 ) )
{
- // InternalRoom.g:4398:1: ( ( rule__Integer__Group_0__0 ) )
- // InternalRoom.g:4399:1: ( rule__Integer__Group_0__0 )
+ // InternalRoom.g:4387:1: ( ( rule__Integer__Group_0__0 ) )
+ // InternalRoom.g:4388:1: ( rule__Integer__Group_0__0 )
{
before(grammarAccess.getIntegerAccess().getGroup_0());
- // InternalRoom.g:4400:1: ( rule__Integer__Group_0__0 )
- // InternalRoom.g:4400:2: rule__Integer__Group_0__0
+ // InternalRoom.g:4389:1: ( rule__Integer__Group_0__0 )
+ // InternalRoom.g:4389:2: rule__Integer__Group_0__0
{
pushFollow(FOLLOW_2);
rule__Integer__Group_0__0();
@@ -13609,10 +13602,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4404:6: ( RULE_HEX )
+ // InternalRoom.g:4393:6: ( RULE_HEX )
{
- // InternalRoom.g:4404:6: ( RULE_HEX )
- // InternalRoom.g:4405:1: RULE_HEX
+ // InternalRoom.g:4393:6: ( RULE_HEX )
+ // InternalRoom.g:4394:1: RULE_HEX
{
before(grammarAccess.getIntegerAccess().getHEXTerminalRuleCall_1());
match(input,RULE_HEX,FOLLOW_2);
@@ -13641,13 +13634,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integer__Alternatives_0_0"
- // InternalRoom.g:4415:1: rule__Integer__Alternatives_0_0 : ( ( '+' ) | ( '-' ) );
+ // InternalRoom.g:4404:1: rule__Integer__Alternatives_0_0 : ( ( '+' ) | ( '-' ) );
public final void rule__Integer__Alternatives_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4419:1: ( ( '+' ) | ( '-' ) )
+ // InternalRoom.g:4408:1: ( ( '+' ) | ( '-' ) )
int alt46=2;
int LA46_0 = input.LA(1);
@@ -13665,10 +13658,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt46) {
case 1 :
- // InternalRoom.g:4420:1: ( '+' )
+ // InternalRoom.g:4409:1: ( '+' )
{
- // InternalRoom.g:4420:1: ( '+' )
- // InternalRoom.g:4421:1: '+'
+ // InternalRoom.g:4409:1: ( '+' )
+ // InternalRoom.g:4410:1: '+'
{
before(grammarAccess.getIntegerAccess().getPlusSignKeyword_0_0_0());
match(input,31,FOLLOW_2);
@@ -13680,10 +13673,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4428:6: ( '-' )
+ // InternalRoom.g:4417:6: ( '-' )
{
- // InternalRoom.g:4428:6: ( '-' )
- // InternalRoom.g:4429:1: '-'
+ // InternalRoom.g:4417:6: ( '-' )
+ // InternalRoom.g:4418:1: '-'
{
before(grammarAccess.getIntegerAccess().getHyphenMinusKeyword_0_0_1());
match(input,32,FOLLOW_2);
@@ -13712,13 +13705,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Real__Alternatives"
- // InternalRoom.g:4441:1: rule__Real__Alternatives : ( ( ruleDecimal ) | ( ruleDecimalExp ) );
+ // InternalRoom.g:4430:1: rule__Real__Alternatives : ( ( ruleDecimal ) | ( ruleDecimalExp ) );
public final void rule__Real__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4445:1: ( ( ruleDecimal ) | ( ruleDecimalExp ) )
+ // InternalRoom.g:4434:1: ( ( ruleDecimal ) | ( ruleDecimalExp ) )
int alt47=2;
switch ( input.LA(1) ) {
case 31:
@@ -13734,12 +13727,12 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
if ( (LA47_4==RULE_INT) ) {
int LA47_5 = input.LA(5);
- if ( ((LA47_5>=33 && LA47_5<=34)) ) {
- alt47=2;
- }
- else if ( (LA47_5==EOF||LA47_5==52||LA47_5==55) ) {
+ if ( (LA47_5==EOF||LA47_5==52||LA47_5==55) ) {
alt47=1;
}
+ else if ( ((LA47_5>=33 && LA47_5<=34)) ) {
+ alt47=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 47, 5, input);
@@ -13782,12 +13775,12 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
if ( (LA47_4==RULE_INT) ) {
int LA47_5 = input.LA(5);
- if ( ((LA47_5>=33 && LA47_5<=34)) ) {
- alt47=2;
- }
- else if ( (LA47_5==EOF||LA47_5==52||LA47_5==55) ) {
+ if ( (LA47_5==EOF||LA47_5==52||LA47_5==55) ) {
alt47=1;
}
+ else if ( ((LA47_5>=33 && LA47_5<=34)) ) {
+ alt47=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 47, 5, input);
@@ -13827,12 +13820,12 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
if ( (LA47_4==RULE_INT) ) {
int LA47_5 = input.LA(4);
- if ( ((LA47_5>=33 && LA47_5<=34)) ) {
- alt47=2;
- }
- else if ( (LA47_5==EOF||LA47_5==52||LA47_5==55) ) {
+ if ( (LA47_5==EOF||LA47_5==52||LA47_5==55) ) {
alt47=1;
}
+ else if ( ((LA47_5>=33 && LA47_5<=34)) ) {
+ alt47=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 47, 5, input);
@@ -13864,10 +13857,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt47) {
case 1 :
- // InternalRoom.g:4446:1: ( ruleDecimal )
+ // InternalRoom.g:4435:1: ( ruleDecimal )
{
- // InternalRoom.g:4446:1: ( ruleDecimal )
- // InternalRoom.g:4447:1: ruleDecimal
+ // InternalRoom.g:4435:1: ( ruleDecimal )
+ // InternalRoom.g:4436:1: ruleDecimal
{
before(grammarAccess.getRealAccess().getDecimalParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -13883,10 +13876,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4452:6: ( ruleDecimalExp )
+ // InternalRoom.g:4441:6: ( ruleDecimalExp )
{
- // InternalRoom.g:4452:6: ( ruleDecimalExp )
- // InternalRoom.g:4453:1: ruleDecimalExp
+ // InternalRoom.g:4441:6: ( ruleDecimalExp )
+ // InternalRoom.g:4442:1: ruleDecimalExp
{
before(grammarAccess.getRealAccess().getDecimalExpParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -13919,13 +13912,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Alternatives_0"
- // InternalRoom.g:4463:1: rule__Decimal__Alternatives_0 : ( ( '+' ) | ( '-' ) );
+ // InternalRoom.g:4452:1: rule__Decimal__Alternatives_0 : ( ( '+' ) | ( '-' ) );
public final void rule__Decimal__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4467:1: ( ( '+' ) | ( '-' ) )
+ // InternalRoom.g:4456:1: ( ( '+' ) | ( '-' ) )
int alt48=2;
int LA48_0 = input.LA(1);
@@ -13943,10 +13936,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt48) {
case 1 :
- // InternalRoom.g:4468:1: ( '+' )
+ // InternalRoom.g:4457:1: ( '+' )
{
- // InternalRoom.g:4468:1: ( '+' )
- // InternalRoom.g:4469:1: '+'
+ // InternalRoom.g:4457:1: ( '+' )
+ // InternalRoom.g:4458:1: '+'
{
before(grammarAccess.getDecimalAccess().getPlusSignKeyword_0_0());
match(input,31,FOLLOW_2);
@@ -13958,10 +13951,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4476:6: ( '-' )
+ // InternalRoom.g:4465:6: ( '-' )
{
- // InternalRoom.g:4476:6: ( '-' )
- // InternalRoom.g:4477:1: '-'
+ // InternalRoom.g:4465:6: ( '-' )
+ // InternalRoom.g:4466:1: '-'
{
before(grammarAccess.getDecimalAccess().getHyphenMinusKeyword_0_1());
match(input,32,FOLLOW_2);
@@ -13990,13 +13983,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Alternatives_0"
- // InternalRoom.g:4489:1: rule__DecimalExp__Alternatives_0 : ( ( '+' ) | ( '-' ) );
+ // InternalRoom.g:4478:1: rule__DecimalExp__Alternatives_0 : ( ( '+' ) | ( '-' ) );
public final void rule__DecimalExp__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4493:1: ( ( '+' ) | ( '-' ) )
+ // InternalRoom.g:4482:1: ( ( '+' ) | ( '-' ) )
int alt49=2;
int LA49_0 = input.LA(1);
@@ -14014,10 +14007,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt49) {
case 1 :
- // InternalRoom.g:4494:1: ( '+' )
+ // InternalRoom.g:4483:1: ( '+' )
{
- // InternalRoom.g:4494:1: ( '+' )
- // InternalRoom.g:4495:1: '+'
+ // InternalRoom.g:4483:1: ( '+' )
+ // InternalRoom.g:4484:1: '+'
{
before(grammarAccess.getDecimalExpAccess().getPlusSignKeyword_0_0());
match(input,31,FOLLOW_2);
@@ -14029,10 +14022,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4502:6: ( '-' )
+ // InternalRoom.g:4491:6: ( '-' )
{
- // InternalRoom.g:4502:6: ( '-' )
- // InternalRoom.g:4503:1: '-'
+ // InternalRoom.g:4491:6: ( '-' )
+ // InternalRoom.g:4492:1: '-'
{
before(grammarAccess.getDecimalExpAccess().getHyphenMinusKeyword_0_1());
match(input,32,FOLLOW_2);
@@ -14061,13 +14054,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Alternatives_4"
- // InternalRoom.g:4515:1: rule__DecimalExp__Alternatives_4 : ( ( 'e' ) | ( 'E' ) );
+ // InternalRoom.g:4504:1: rule__DecimalExp__Alternatives_4 : ( ( 'e' ) | ( 'E' ) );
public final void rule__DecimalExp__Alternatives_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4519:1: ( ( 'e' ) | ( 'E' ) )
+ // InternalRoom.g:4508:1: ( ( 'e' ) | ( 'E' ) )
int alt50=2;
int LA50_0 = input.LA(1);
@@ -14085,10 +14078,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt50) {
case 1 :
- // InternalRoom.g:4520:1: ( 'e' )
+ // InternalRoom.g:4509:1: ( 'e' )
{
- // InternalRoom.g:4520:1: ( 'e' )
- // InternalRoom.g:4521:1: 'e'
+ // InternalRoom.g:4509:1: ( 'e' )
+ // InternalRoom.g:4510:1: 'e'
{
before(grammarAccess.getDecimalExpAccess().getEKeyword_4_0());
match(input,33,FOLLOW_2);
@@ -14100,10 +14093,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4528:6: ( 'E' )
+ // InternalRoom.g:4517:6: ( 'E' )
{
- // InternalRoom.g:4528:6: ( 'E' )
- // InternalRoom.g:4529:1: 'E'
+ // InternalRoom.g:4517:6: ( 'E' )
+ // InternalRoom.g:4518:1: 'E'
{
before(grammarAccess.getDecimalExpAccess().getEKeyword_4_1());
match(input,34,FOLLOW_2);
@@ -14132,13 +14125,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Alternatives_5"
- // InternalRoom.g:4541:1: rule__DecimalExp__Alternatives_5 : ( ( '+' ) | ( '-' ) );
+ // InternalRoom.g:4530:1: rule__DecimalExp__Alternatives_5 : ( ( '+' ) | ( '-' ) );
public final void rule__DecimalExp__Alternatives_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4545:1: ( ( '+' ) | ( '-' ) )
+ // InternalRoom.g:4534:1: ( ( '+' ) | ( '-' ) )
int alt51=2;
int LA51_0 = input.LA(1);
@@ -14156,10 +14149,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt51) {
case 1 :
- // InternalRoom.g:4546:1: ( '+' )
+ // InternalRoom.g:4535:1: ( '+' )
{
- // InternalRoom.g:4546:1: ( '+' )
- // InternalRoom.g:4547:1: '+'
+ // InternalRoom.g:4535:1: ( '+' )
+ // InternalRoom.g:4536:1: '+'
{
before(grammarAccess.getDecimalExpAccess().getPlusSignKeyword_5_0());
match(input,31,FOLLOW_2);
@@ -14171,10 +14164,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4554:6: ( '-' )
+ // InternalRoom.g:4543:6: ( '-' )
{
- // InternalRoom.g:4554:6: ( '-' )
- // InternalRoom.g:4555:1: '-'
+ // InternalRoom.g:4543:6: ( '-' )
+ // InternalRoom.g:4544:1: '-'
{
before(grammarAccess.getDecimalExpAccess().getHyphenMinusKeyword_5_1());
match(input,32,FOLLOW_2);
@@ -14203,13 +14196,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CommunicationType__Alternatives"
- // InternalRoom.g:4567:1: rule__CommunicationType__Alternatives : ( ( ( 'eventdriven' ) ) | ( ( 'datadriven' ) ) | ( ( 'sync' ) ) );
+ // InternalRoom.g:4556:1: rule__CommunicationType__Alternatives : ( ( ( 'eventdriven' ) ) | ( ( 'datadriven' ) ) | ( ( 'sync' ) ) );
public final void rule__CommunicationType__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4571:1: ( ( ( 'eventdriven' ) ) | ( ( 'datadriven' ) ) | ( ( 'sync' ) ) )
+ // InternalRoom.g:4560:1: ( ( ( 'eventdriven' ) ) | ( ( 'datadriven' ) ) | ( ( 'sync' ) ) )
int alt52=3;
switch ( input.LA(1) ) {
case 35:
@@ -14236,14 +14229,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt52) {
case 1 :
- // InternalRoom.g:4572:1: ( ( 'eventdriven' ) )
+ // InternalRoom.g:4561:1: ( ( 'eventdriven' ) )
{
- // InternalRoom.g:4572:1: ( ( 'eventdriven' ) )
- // InternalRoom.g:4573:1: ( 'eventdriven' )
+ // InternalRoom.g:4561:1: ( ( 'eventdriven' ) )
+ // InternalRoom.g:4562:1: ( 'eventdriven' )
{
before(grammarAccess.getCommunicationTypeAccess().getEVENT_DRIVENEnumLiteralDeclaration_0());
- // InternalRoom.g:4574:1: ( 'eventdriven' )
- // InternalRoom.g:4574:3: 'eventdriven'
+ // InternalRoom.g:4563:1: ( 'eventdriven' )
+ // InternalRoom.g:4563:3: 'eventdriven'
{
match(input,35,FOLLOW_2);
@@ -14257,14 +14250,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4579:6: ( ( 'datadriven' ) )
+ // InternalRoom.g:4568:6: ( ( 'datadriven' ) )
{
- // InternalRoom.g:4579:6: ( ( 'datadriven' ) )
- // InternalRoom.g:4580:1: ( 'datadriven' )
+ // InternalRoom.g:4568:6: ( ( 'datadriven' ) )
+ // InternalRoom.g:4569:1: ( 'datadriven' )
{
before(grammarAccess.getCommunicationTypeAccess().getDATA_DRIVENEnumLiteralDeclaration_1());
- // InternalRoom.g:4581:1: ( 'datadriven' )
- // InternalRoom.g:4581:3: 'datadriven'
+ // InternalRoom.g:4570:1: ( 'datadriven' )
+ // InternalRoom.g:4570:3: 'datadriven'
{
match(input,36,FOLLOW_2);
@@ -14278,14 +14271,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:4586:6: ( ( 'sync' ) )
+ // InternalRoom.g:4575:6: ( ( 'sync' ) )
{
- // InternalRoom.g:4586:6: ( ( 'sync' ) )
- // InternalRoom.g:4587:1: ( 'sync' )
+ // InternalRoom.g:4575:6: ( ( 'sync' ) )
+ // InternalRoom.g:4576:1: ( 'sync' )
{
before(grammarAccess.getCommunicationTypeAccess().getSYNCHRONOUSEnumLiteralDeclaration_2());
- // InternalRoom.g:4588:1: ( 'sync' )
- // InternalRoom.g:4588:3: 'sync'
+ // InternalRoom.g:4577:1: ( 'sync' )
+ // InternalRoom.g:4577:3: 'sync'
{
match(input,37,FOLLOW_2);
@@ -14316,13 +14309,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ReferenceType__Alternatives"
- // InternalRoom.g:4598:1: rule__ReferenceType__Alternatives : ( ( ( 'fixed' ) ) | ( ( 'optional' ) ) );
+ // InternalRoom.g:4587:1: rule__ReferenceType__Alternatives : ( ( ( 'fixed' ) ) | ( ( 'optional' ) ) );
public final void rule__ReferenceType__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4602:1: ( ( ( 'fixed' ) ) | ( ( 'optional' ) ) )
+ // InternalRoom.g:4591:1: ( ( ( 'fixed' ) ) | ( ( 'optional' ) ) )
int alt53=2;
int LA53_0 = input.LA(1);
@@ -14340,14 +14333,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt53) {
case 1 :
- // InternalRoom.g:4603:1: ( ( 'fixed' ) )
+ // InternalRoom.g:4592:1: ( ( 'fixed' ) )
{
- // InternalRoom.g:4603:1: ( ( 'fixed' ) )
- // InternalRoom.g:4604:1: ( 'fixed' )
+ // InternalRoom.g:4592:1: ( ( 'fixed' ) )
+ // InternalRoom.g:4593:1: ( 'fixed' )
{
before(grammarAccess.getReferenceTypeAccess().getFIXEDEnumLiteralDeclaration_0());
- // InternalRoom.g:4605:1: ( 'fixed' )
- // InternalRoom.g:4605:3: 'fixed'
+ // InternalRoom.g:4594:1: ( 'fixed' )
+ // InternalRoom.g:4594:3: 'fixed'
{
match(input,38,FOLLOW_2);
@@ -14361,14 +14354,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4610:6: ( ( 'optional' ) )
+ // InternalRoom.g:4599:6: ( ( 'optional' ) )
{
- // InternalRoom.g:4610:6: ( ( 'optional' ) )
- // InternalRoom.g:4611:1: ( 'optional' )
+ // InternalRoom.g:4599:6: ( ( 'optional' ) )
+ // InternalRoom.g:4600:1: ( 'optional' )
{
before(grammarAccess.getReferenceTypeAccess().getOPTIONALEnumLiteralDeclaration_1());
- // InternalRoom.g:4612:1: ( 'optional' )
- // InternalRoom.g:4612:3: 'optional'
+ // InternalRoom.g:4601:1: ( 'optional' )
+ // InternalRoom.g:4601:3: 'optional'
{
match(input,39,FOLLOW_2);
@@ -14399,13 +14392,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ComponentCommunicationType__Alternatives"
- // InternalRoom.g:4623:1: rule__ComponentCommunicationType__Alternatives : ( ( ( 'eventdriven' ) ) | ( ( 'datadriven' ) ) | ( ( 'async' ) ) | ( ( 'sync' ) ) );
+ // InternalRoom.g:4612:1: rule__ComponentCommunicationType__Alternatives : ( ( ( 'eventdriven' ) ) | ( ( 'datadriven' ) ) | ( ( 'async' ) ) | ( ( 'sync' ) ) );
public final void rule__ComponentCommunicationType__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4627:1: ( ( ( 'eventdriven' ) ) | ( ( 'datadriven' ) ) | ( ( 'async' ) ) | ( ( 'sync' ) ) )
+ // InternalRoom.g:4616:1: ( ( ( 'eventdriven' ) ) | ( ( 'datadriven' ) ) | ( ( 'async' ) ) | ( ( 'sync' ) ) )
int alt54=4;
switch ( input.LA(1) ) {
case 35:
@@ -14437,14 +14430,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt54) {
case 1 :
- // InternalRoom.g:4628:1: ( ( 'eventdriven' ) )
+ // InternalRoom.g:4617:1: ( ( 'eventdriven' ) )
{
- // InternalRoom.g:4628:1: ( ( 'eventdriven' ) )
- // InternalRoom.g:4629:1: ( 'eventdriven' )
+ // InternalRoom.g:4617:1: ( ( 'eventdriven' ) )
+ // InternalRoom.g:4618:1: ( 'eventdriven' )
{
before(grammarAccess.getComponentCommunicationTypeAccess().getEVENT_DRIVENEnumLiteralDeclaration_0());
- // InternalRoom.g:4630:1: ( 'eventdriven' )
- // InternalRoom.g:4630:3: 'eventdriven'
+ // InternalRoom.g:4619:1: ( 'eventdriven' )
+ // InternalRoom.g:4619:3: 'eventdriven'
{
match(input,35,FOLLOW_2);
@@ -14458,14 +14451,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4635:6: ( ( 'datadriven' ) )
+ // InternalRoom.g:4624:6: ( ( 'datadriven' ) )
{
- // InternalRoom.g:4635:6: ( ( 'datadriven' ) )
- // InternalRoom.g:4636:1: ( 'datadriven' )
+ // InternalRoom.g:4624:6: ( ( 'datadriven' ) )
+ // InternalRoom.g:4625:1: ( 'datadriven' )
{
before(grammarAccess.getComponentCommunicationTypeAccess().getDATA_DRIVENEnumLiteralDeclaration_1());
- // InternalRoom.g:4637:1: ( 'datadriven' )
- // InternalRoom.g:4637:3: 'datadriven'
+ // InternalRoom.g:4626:1: ( 'datadriven' )
+ // InternalRoom.g:4626:3: 'datadriven'
{
match(input,36,FOLLOW_2);
@@ -14479,14 +14472,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:4642:6: ( ( 'async' ) )
+ // InternalRoom.g:4631:6: ( ( 'async' ) )
{
- // InternalRoom.g:4642:6: ( ( 'async' ) )
- // InternalRoom.g:4643:1: ( 'async' )
+ // InternalRoom.g:4631:6: ( ( 'async' ) )
+ // InternalRoom.g:4632:1: ( 'async' )
{
before(grammarAccess.getComponentCommunicationTypeAccess().getASYNCHRONOUSEnumLiteralDeclaration_2());
- // InternalRoom.g:4644:1: ( 'async' )
- // InternalRoom.g:4644:3: 'async'
+ // InternalRoom.g:4633:1: ( 'async' )
+ // InternalRoom.g:4633:3: 'async'
{
match(input,40,FOLLOW_2);
@@ -14500,14 +14493,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // InternalRoom.g:4649:6: ( ( 'sync' ) )
+ // InternalRoom.g:4638:6: ( ( 'sync' ) )
{
- // InternalRoom.g:4649:6: ( ( 'sync' ) )
- // InternalRoom.g:4650:1: ( 'sync' )
+ // InternalRoom.g:4638:6: ( ( 'sync' ) )
+ // InternalRoom.g:4639:1: ( 'sync' )
{
before(grammarAccess.getComponentCommunicationTypeAccess().getSYNCHRONOUSEnumLiteralDeclaration_3());
- // InternalRoom.g:4651:1: ( 'sync' )
- // InternalRoom.g:4651:3: 'sync'
+ // InternalRoom.g:4640:1: ( 'sync' )
+ // InternalRoom.g:4640:3: 'sync'
{
match(input,37,FOLLOW_2);
@@ -14538,13 +14531,13 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LiteralType__Alternatives"
- // InternalRoom.g:4661:1: rule__LiteralType__Alternatives : ( ( ( 'ptBoolean' ) ) | ( ( 'ptInteger' ) ) | ( ( 'ptReal' ) ) | ( ( 'ptCharacter' ) ) );
+ // InternalRoom.g:4650:1: rule__LiteralType__Alternatives : ( ( ( 'ptBoolean' ) ) | ( ( 'ptInteger' ) ) | ( ( 'ptReal' ) ) | ( ( 'ptCharacter' ) ) );
public final void rule__LiteralType__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4665:1: ( ( ( 'ptBoolean' ) ) | ( ( 'ptInteger' ) ) | ( ( 'ptReal' ) ) | ( ( 'ptCharacter' ) ) )
+ // InternalRoom.g:4654:1: ( ( ( 'ptBoolean' ) ) | ( ( 'ptInteger' ) ) | ( ( 'ptReal' ) ) | ( ( 'ptCharacter' ) ) )
int alt55=4;
switch ( input.LA(1) ) {
case 41:
@@ -14576,14 +14569,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt55) {
case 1 :
- // InternalRoom.g:4666:1: ( ( 'ptBoolean' ) )
+ // InternalRoom.g:4655:1: ( ( 'ptBoolean' ) )
{
- // InternalRoom.g:4666:1: ( ( 'ptBoolean' ) )
- // InternalRoom.g:4667:1: ( 'ptBoolean' )
+ // InternalRoom.g:4655:1: ( ( 'ptBoolean' ) )
+ // InternalRoom.g:4656:1: ( 'ptBoolean' )
{
before(grammarAccess.getLiteralTypeAccess().getBOOLEnumLiteralDeclaration_0());
- // InternalRoom.g:4668:1: ( 'ptBoolean' )
- // InternalRoom.g:4668:3: 'ptBoolean'
+ // InternalRoom.g:4657:1: ( 'ptBoolean' )
+ // InternalRoom.g:4657:3: 'ptBoolean'
{
match(input,41,FOLLOW_2);
@@ -14597,14 +14590,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:4673:6: ( ( 'ptInteger' ) )
+ // InternalRoom.g:4662:6: ( ( 'ptInteger' ) )
{
- // InternalRoom.g:4673:6: ( ( 'ptInteger' ) )
- // InternalRoom.g:4674:1: ( 'ptInteger' )
+ // InternalRoom.g:4662:6: ( ( 'ptInteger' ) )
+ // InternalRoom.g:4663:1: ( 'ptInteger' )
{
before(grammarAccess.getLiteralTypeAccess().getINTEnumLiteralDeclaration_1());
- // InternalRoom.g:4675:1: ( 'ptInteger' )
- // InternalRoom.g:4675:3: 'ptInteger'
+ // InternalRoom.g:4664:1: ( 'ptInteger' )
+ // InternalRoom.g:4664:3: 'ptInteger'
{
match(input,42,FOLLOW_2);
@@ -14618,14 +14611,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 3 :
- // InternalRoom.g:4680:6: ( ( 'ptReal' ) )
+ // InternalRoom.g:4669:6: ( ( 'ptReal' ) )
{
- // InternalRoom.g:4680:6: ( ( 'ptReal' ) )
- // InternalRoom.g:4681:1: ( 'ptReal' )
+ // InternalRoom.g:4669:6: ( ( 'ptReal' ) )
+ // InternalRoom.g:4670:1: ( 'ptReal' )
{
before(grammarAccess.getLiteralTypeAccess().getREALEnumLiteralDeclaration_2());
- // InternalRoom.g:4682:1: ( 'ptReal' )
- // InternalRoom.g:4682:3: 'ptReal'
+ // InternalRoom.g:4671:1: ( 'ptReal' )
+ // InternalRoom.g:4671:3: 'ptReal'
{
match(input,43,FOLLOW_2);
@@ -14639,14 +14632,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 4 :
- // InternalRoom.g:4687:6: ( ( 'ptCharacter' ) )
+ // InternalRoom.g:4676:6: ( ( 'ptCharacter' ) )
{
- // InternalRoom.g:4687:6: ( ( 'ptCharacter' ) )
- // InternalRoom.g:4688:1: ( 'ptCharacter' )
+ // InternalRoom.g:4676:6: ( ( 'ptCharacter' ) )
+ // InternalRoom.g:4677:1: ( 'ptCharacter' )
{
before(grammarAccess.getLiteralTypeAccess().getCHAREnumLiteralDeclaration_3());
- // InternalRoom.g:4689:1: ( 'ptCharacter' )
- // InternalRoom.g:4689:3: 'ptCharacter'
+ // InternalRoom.g:4678:1: ( 'ptCharacter' )
+ // InternalRoom.g:4678:3: 'ptCharacter'
{
match(input,44,FOLLOW_2);
@@ -14677,14 +14670,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__Group__0"
- // InternalRoom.g:4701:1: rule__RoomModel__Group__0 : rule__RoomModel__Group__0__Impl rule__RoomModel__Group__1 ;
+ // InternalRoom.g:4690:1: rule__RoomModel__Group__0 : rule__RoomModel__Group__0__Impl rule__RoomModel__Group__1 ;
public final void rule__RoomModel__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4705:1: ( rule__RoomModel__Group__0__Impl rule__RoomModel__Group__1 )
- // InternalRoom.g:4706:2: rule__RoomModel__Group__0__Impl rule__RoomModel__Group__1
+ // InternalRoom.g:4694:1: ( rule__RoomModel__Group__0__Impl rule__RoomModel__Group__1 )
+ // InternalRoom.g:4695:2: rule__RoomModel__Group__0__Impl rule__RoomModel__Group__1
{
pushFollow(FOLLOW_3);
rule__RoomModel__Group__0__Impl();
@@ -14715,17 +14708,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__Group__0__Impl"
- // InternalRoom.g:4713:1: rule__RoomModel__Group__0__Impl : ( 'RoomModel' ) ;
+ // InternalRoom.g:4702:1: rule__RoomModel__Group__0__Impl : ( 'RoomModel' ) ;
public final void rule__RoomModel__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4717:1: ( ( 'RoomModel' ) )
- // InternalRoom.g:4718:1: ( 'RoomModel' )
+ // InternalRoom.g:4706:1: ( ( 'RoomModel' ) )
+ // InternalRoom.g:4707:1: ( 'RoomModel' )
{
- // InternalRoom.g:4718:1: ( 'RoomModel' )
- // InternalRoom.g:4719:1: 'RoomModel'
+ // InternalRoom.g:4707:1: ( 'RoomModel' )
+ // InternalRoom.g:4708:1: 'RoomModel'
{
before(grammarAccess.getRoomModelAccess().getRoomModelKeyword_0());
match(input,28,FOLLOW_2);
@@ -14752,14 +14745,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__Group__1"
- // InternalRoom.g:4732:1: rule__RoomModel__Group__1 : rule__RoomModel__Group__1__Impl rule__RoomModel__Group__2 ;
+ // InternalRoom.g:4721:1: rule__RoomModel__Group__1 : rule__RoomModel__Group__1__Impl rule__RoomModel__Group__2 ;
public final void rule__RoomModel__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4736:1: ( rule__RoomModel__Group__1__Impl rule__RoomModel__Group__2 )
- // InternalRoom.g:4737:2: rule__RoomModel__Group__1__Impl rule__RoomModel__Group__2
+ // InternalRoom.g:4725:1: ( rule__RoomModel__Group__1__Impl rule__RoomModel__Group__2 )
+ // InternalRoom.g:4726:2: rule__RoomModel__Group__1__Impl rule__RoomModel__Group__2
{
pushFollow(FOLLOW_4);
rule__RoomModel__Group__1__Impl();
@@ -14790,21 +14783,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__Group__1__Impl"
- // InternalRoom.g:4744:1: rule__RoomModel__Group__1__Impl : ( ( rule__RoomModel__NameAssignment_1 ) ) ;
+ // InternalRoom.g:4733:1: rule__RoomModel__Group__1__Impl : ( ( rule__RoomModel__NameAssignment_1 ) ) ;
public final void rule__RoomModel__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4748:1: ( ( ( rule__RoomModel__NameAssignment_1 ) ) )
- // InternalRoom.g:4749:1: ( ( rule__RoomModel__NameAssignment_1 ) )
+ // InternalRoom.g:4737:1: ( ( ( rule__RoomModel__NameAssignment_1 ) ) )
+ // InternalRoom.g:4738:1: ( ( rule__RoomModel__NameAssignment_1 ) )
{
- // InternalRoom.g:4749:1: ( ( rule__RoomModel__NameAssignment_1 ) )
- // InternalRoom.g:4750:1: ( rule__RoomModel__NameAssignment_1 )
+ // InternalRoom.g:4738:1: ( ( rule__RoomModel__NameAssignment_1 ) )
+ // InternalRoom.g:4739:1: ( rule__RoomModel__NameAssignment_1 )
{
before(grammarAccess.getRoomModelAccess().getNameAssignment_1());
- // InternalRoom.g:4751:1: ( rule__RoomModel__NameAssignment_1 )
- // InternalRoom.g:4751:2: rule__RoomModel__NameAssignment_1
+ // InternalRoom.g:4740:1: ( rule__RoomModel__NameAssignment_1 )
+ // InternalRoom.g:4740:2: rule__RoomModel__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__RoomModel__NameAssignment_1();
@@ -14837,14 +14830,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__Group__2"
- // InternalRoom.g:4761:1: rule__RoomModel__Group__2 : rule__RoomModel__Group__2__Impl rule__RoomModel__Group__3 ;
+ // InternalRoom.g:4750:1: rule__RoomModel__Group__2 : rule__RoomModel__Group__2__Impl rule__RoomModel__Group__3 ;
public final void rule__RoomModel__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4765:1: ( rule__RoomModel__Group__2__Impl rule__RoomModel__Group__3 )
- // InternalRoom.g:4766:2: rule__RoomModel__Group__2__Impl rule__RoomModel__Group__3
+ // InternalRoom.g:4754:1: ( rule__RoomModel__Group__2__Impl rule__RoomModel__Group__3 )
+ // InternalRoom.g:4755:2: rule__RoomModel__Group__2__Impl rule__RoomModel__Group__3
{
pushFollow(FOLLOW_4);
rule__RoomModel__Group__2__Impl();
@@ -14875,20 +14868,20 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__Group__2__Impl"
- // InternalRoom.g:4773:1: rule__RoomModel__Group__2__Impl : ( ( rule__RoomModel__DocuAssignment_2 )? ) ;
+ // InternalRoom.g:4762:1: rule__RoomModel__Group__2__Impl : ( ( rule__RoomModel__DocuAssignment_2 )? ) ;
public final void rule__RoomModel__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4777:1: ( ( ( rule__RoomModel__DocuAssignment_2 )? ) )
- // InternalRoom.g:4778:1: ( ( rule__RoomModel__DocuAssignment_2 )? )
+ // InternalRoom.g:4766:1: ( ( ( rule__RoomModel__DocuAssignment_2 )? ) )
+ // InternalRoom.g:4767:1: ( ( rule__RoomModel__DocuAssignment_2 )? )
{
- // InternalRoom.g:4778:1: ( ( rule__RoomModel__DocuAssignment_2 )? )
- // InternalRoom.g:4779:1: ( rule__RoomModel__DocuAssignment_2 )?
+ // InternalRoom.g:4767:1: ( ( rule__RoomModel__DocuAssignment_2 )? )
+ // InternalRoom.g:4768:1: ( rule__RoomModel__DocuAssignment_2 )?
{
before(grammarAccess.getRoomModelAccess().getDocuAssignment_2());
- // InternalRoom.g:4780:1: ( rule__RoomModel__DocuAssignment_2 )?
+ // InternalRoom.g:4769:1: ( rule__RoomModel__DocuAssignment_2 )?
int alt56=2;
int LA56_0 = input.LA(1);
@@ -14897,7 +14890,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
switch (alt56) {
case 1 :
- // InternalRoom.g:4780:2: rule__RoomModel__DocuAssignment_2
+ // InternalRoom.g:4769:2: rule__RoomModel__DocuAssignment_2
{
pushFollow(FOLLOW_2);
rule__RoomModel__DocuAssignment_2();
@@ -14933,14 +14926,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__Group__3"
- // InternalRoom.g:4790:1: rule__RoomModel__Group__3 : rule__RoomModel__Group__3__Impl rule__RoomModel__Group__4 ;
+ // InternalRoom.g:4779:1: rule__RoomModel__Group__3 : rule__RoomModel__Group__3__Impl rule__RoomModel__Group__4 ;
public final void rule__RoomModel__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4794:1: ( rule__RoomModel__Group__3__Impl rule__RoomModel__Group__4 )
- // InternalRoom.g:4795:2: rule__RoomModel__Group__3__Impl rule__RoomModel__Group__4
+ // InternalRoom.g:4783:1: ( rule__RoomModel__Group__3__Impl rule__RoomModel__Group__4 )
+ // InternalRoom.g:4784:2: rule__RoomModel__Group__3__Impl rule__RoomModel__Group__4
{
pushFollow(FOLLOW_5);
rule__RoomModel__Group__3__Impl();
@@ -14971,17 +14964,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__Group__3__Impl"
- // InternalRoom.g:4802:1: rule__RoomModel__Group__3__Impl : ( '{' ) ;
+ // InternalRoom.g:4791:1: rule__RoomModel__Group__3__Impl : ( '{' ) ;
public final void rule__RoomModel__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4806:1: ( ( '{' ) )
- // InternalRoom.g:4807:1: ( '{' )
+ // InternalRoom.g:4795:1: ( ( '{' ) )
+ // InternalRoom.g:4796:1: ( '{' )
{
- // InternalRoom.g:4807:1: ( '{' )
- // InternalRoom.g:4808:1: '{'
+ // InternalRoom.g:4796:1: ( '{' )
+ // InternalRoom.g:4797:1: '{'
{
before(grammarAccess.getRoomModelAccess().getLeftCurlyBracketKeyword_3());
match(input,45,FOLLOW_2);
@@ -15008,14 +15001,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__Group__4"
- // InternalRoom.g:4821:1: rule__RoomModel__Group__4 : rule__RoomModel__Group__4__Impl rule__RoomModel__Group__5 ;
+ // InternalRoom.g:4810:1: rule__RoomModel__Group__4 : rule__RoomModel__Group__4__Impl rule__RoomModel__Group__5 ;
public final void rule__RoomModel__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4825:1: ( rule__RoomModel__Group__4__Impl rule__RoomModel__Group__5 )
- // InternalRoom.g:4826:2: rule__RoomModel__Group__4__Impl rule__RoomModel__Group__5
+ // InternalRoom.g:4814:1: ( rule__RoomModel__Group__4__Impl rule__RoomModel__Group__5 )
+ // InternalRoom.g:4815:2: rule__RoomModel__Group__4__Impl rule__RoomModel__Group__5
{
pushFollow(FOLLOW_5);
rule__RoomModel__Group__4__Impl();
@@ -15046,20 +15039,20 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__Group__4__Impl"
- // InternalRoom.g:4833:1: rule__RoomModel__Group__4__Impl : ( ( rule__RoomModel__AnnotationsAssignment_4 )* ) ;
+ // InternalRoom.g:4822:1: rule__RoomModel__Group__4__Impl : ( ( rule__RoomModel__AnnotationsAssignment_4 )* ) ;
public final void rule__RoomModel__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4837:1: ( ( ( rule__RoomModel__AnnotationsAssignment_4 )* ) )
- // InternalRoom.g:4838:1: ( ( rule__RoomModel__AnnotationsAssignment_4 )* )
+ // InternalRoom.g:4826:1: ( ( ( rule__RoomModel__AnnotationsAssignment_4 )* ) )
+ // InternalRoom.g:4827:1: ( ( rule__RoomModel__AnnotationsAssignment_4 )* )
{
- // InternalRoom.g:4838:1: ( ( rule__RoomModel__AnnotationsAssignment_4 )* )
- // InternalRoom.g:4839:1: ( rule__RoomModel__AnnotationsAssignment_4 )*
+ // InternalRoom.g:4827:1: ( ( rule__RoomModel__AnnotationsAssignment_4 )* )
+ // InternalRoom.g:4828:1: ( rule__RoomModel__AnnotationsAssignment_4 )*
{
before(grammarAccess.getRoomModelAccess().getAnnotationsAssignment_4());
- // InternalRoom.g:4840:1: ( rule__RoomModel__AnnotationsAssignment_4 )*
+ // InternalRoom.g:4829:1: ( rule__RoomModel__AnnotationsAssignment_4 )*
loop57:
do {
int alt57=2;
@@ -15072,7 +15065,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt57) {
case 1 :
- // InternalRoom.g:4840:2: rule__RoomModel__AnnotationsAssignment_4
+ // InternalRoom.g:4829:2: rule__RoomModel__AnnotationsAssignment_4
{
pushFollow(FOLLOW_6);
rule__RoomModel__AnnotationsAssignment_4();
@@ -15111,14 +15104,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__Group__5"
- // InternalRoom.g:4850:1: rule__RoomModel__Group__5 : rule__RoomModel__Group__5__Impl rule__RoomModel__Group__6 ;
+ // InternalRoom.g:4839:1: rule__RoomModel__Group__5 : rule__RoomModel__Group__5__Impl rule__RoomModel__Group__6 ;
public final void rule__RoomModel__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4854:1: ( rule__RoomModel__Group__5__Impl rule__RoomModel__Group__6 )
- // InternalRoom.g:4855:2: rule__RoomModel__Group__5__Impl rule__RoomModel__Group__6
+ // InternalRoom.g:4843:1: ( rule__RoomModel__Group__5__Impl rule__RoomModel__Group__6 )
+ // InternalRoom.g:4844:2: rule__RoomModel__Group__5__Impl rule__RoomModel__Group__6
{
pushFollow(FOLLOW_5);
rule__RoomModel__Group__5__Impl();
@@ -15149,20 +15142,20 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__Group__5__Impl"
- // InternalRoom.g:4862:1: rule__RoomModel__Group__5__Impl : ( ( rule__RoomModel__ImportsAssignment_5 )* ) ;
+ // InternalRoom.g:4851:1: rule__RoomModel__Group__5__Impl : ( ( rule__RoomModel__ImportsAssignment_5 )* ) ;
public final void rule__RoomModel__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4866:1: ( ( ( rule__RoomModel__ImportsAssignment_5 )* ) )
- // InternalRoom.g:4867:1: ( ( rule__RoomModel__ImportsAssignment_5 )* )
+ // InternalRoom.g:4855:1: ( ( ( rule__RoomModel__ImportsAssignment_5 )* ) )
+ // InternalRoom.g:4856:1: ( ( rule__RoomModel__ImportsAssignment_5 )* )
{
- // InternalRoom.g:4867:1: ( ( rule__RoomModel__ImportsAssignment_5 )* )
- // InternalRoom.g:4868:1: ( rule__RoomModel__ImportsAssignment_5 )*
+ // InternalRoom.g:4856:1: ( ( rule__RoomModel__ImportsAssignment_5 )* )
+ // InternalRoom.g:4857:1: ( rule__RoomModel__ImportsAssignment_5 )*
{
before(grammarAccess.getRoomModelAccess().getImportsAssignment_5());
- // InternalRoom.g:4869:1: ( rule__RoomModel__ImportsAssignment_5 )*
+ // InternalRoom.g:4858:1: ( rule__RoomModel__ImportsAssignment_5 )*
loop58:
do {
int alt58=2;
@@ -15175,7 +15168,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
switch (alt58) {
case 1 :
- // InternalRoom.g:4869:2: rule__RoomModel__ImportsAssignment_5
+ // InternalRoom.g:4858:2: rule__RoomModel__ImportsAssignment_5
{
pushFollow(FOLLOW_7);
rule__RoomModel__ImportsAssignment_5();
@@ -15214,14 +15207,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__Group__6"
- // InternalRoom.g:4879:1: rule__RoomModel__Group__6 : rule__RoomModel__Group__6__Impl rule__RoomModel__Group__7 ;
+ // InternalRoom.g:4868:1: rule__RoomModel__Group__6 : rule__RoomModel__Group__6__Impl rule__RoomModel__Group__7 ;
public final void rule__RoomModel__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4883:1: ( rule__RoomModel__Group__6__Impl rule__RoomModel__Group__7 )
- // InternalRoom.g:4884:2: rule__RoomModel__Group__6__Impl rule__RoomModel__Group__7
+ // InternalRoom.g:4872:1: ( rule__RoomModel__Group__6__Impl rule__RoomModel__Group__7 )
+ // InternalRoom.g:4873:2: rule__RoomModel__Group__6__Impl rule__RoomModel__Group__7
{
pushFollow(FOLLOW_5);
rule__RoomModel__Group__6__Impl();
@@ -15252,36 +15245,36 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__Group__6__Impl"
- // InternalRoom.g:4891:1: rule__RoomModel__Group__6__Impl : ( ( rule__RoomModel__Alternatives_6 )* ) ;
+ // InternalRoom.g:4880:1: rule__RoomModel__Group__6__Impl : ( ( rule__RoomModel__AnnotationTypesAssignment_6 )* ) ;
public final void rule__RoomModel__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4895:1: ( ( ( rule__RoomModel__Alternatives_6 )* ) )
- // InternalRoom.g:4896:1: ( ( rule__RoomModel__Alternatives_6 )* )
+ // InternalRoom.g:4884:1: ( ( ( rule__RoomModel__AnnotationTypesAssignment_6 )* ) )
+ // InternalRoom.g:4885:1: ( ( rule__RoomModel__AnnotationTypesAssignment_6 )* )
{
- // InternalRoom.g:4896:1: ( ( rule__RoomModel__Alternatives_6 )* )
- // InternalRoom.g:4897:1: ( rule__RoomModel__Alternatives_6 )*
+ // InternalRoom.g:4885:1: ( ( rule__RoomModel__AnnotationTypesAssignment_6 )* )
+ // InternalRoom.g:4886:1: ( rule__RoomModel__AnnotationTypesAssignment_6 )*
{
- before(grammarAccess.getRoomModelAccess().getAlternatives_6());
- // InternalRoom.g:4898:1: ( rule__RoomModel__Alternatives_6 )*
+ before(grammarAccess.getRoomModelAccess().getAnnotationTypesAssignment_6());
+ // InternalRoom.g:4887:1: ( rule__RoomModel__AnnotationTypesAssignment_6 )*
loop59:
do {
int alt59=2;
int LA59_0 = input.LA(1);
- if ( ((LA59_0>=17 && LA59_0<=18)||(LA59_0>=20 && LA59_0<=23)||(LA59_0>=35 && LA59_0<=37)||LA59_0==40||LA59_0==48||LA59_0==53||LA59_0==57||LA59_0==121||LA59_0==131) ) {
+ if ( (LA59_0==121) ) {
alt59=1;
}
switch (alt59) {
case 1 :
- // InternalRoom.g:4898:2: rule__RoomModel__Alternatives_6
+ // InternalRoom.g:4887:2: rule__RoomModel__AnnotationTypesAssignment_6
{
pushFollow(FOLLOW_8);
- rule__RoomModel__Alternatives_6();
+ rule__RoomModel__AnnotationTypesAssignment_6();
state._fsp--;
@@ -15294,7 +15287,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
} while (true);
- after(grammarAccess.getRoomModelAccess().getAlternatives_6());
+ after(grammarAccess.getRoomModelAccess().getAnnotationTypesAssignment_6());
}
@@ -15317,20 +15310,25 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__Group__7"
- // InternalRoom.g:4908:1: rule__RoomModel__Group__7 : rule__RoomModel__Group__7__Impl ;
+ // InternalRoom.g:4897:1: rule__RoomModel__Group__7 : rule__RoomModel__Group__7__Impl rule__RoomModel__Group__8 ;
public final void rule__RoomModel__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4912:1: ( rule__RoomModel__Group__7__Impl )
- // InternalRoom.g:4913:2: rule__RoomModel__Group__7__Impl
+ // InternalRoom.g:4901:1: ( rule__RoomModel__Group__7__Impl rule__RoomModel__Group__8 )
+ // InternalRoom.g:4902:2: rule__RoomModel__Group__7__Impl rule__RoomModel__Group__8
{
- pushFollow(FOLLOW_2);
+ pushFollow(FOLLOW_5);
rule__RoomModel__Group__7__Impl();
state._fsp--;
+ pushFollow(FOLLOW_2);
+ rule__RoomModel__Group__8();
+
+ state._fsp--;
+
}
@@ -15350,21 +15348,49 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__Group__7__Impl"
- // InternalRoom.g:4919:1: rule__RoomModel__Group__7__Impl : ( '}' ) ;
+ // InternalRoom.g:4909:1: rule__RoomModel__Group__7__Impl : ( ( rule__RoomModel__RoomClassesAssignment_7 )* ) ;
public final void rule__RoomModel__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4923:1: ( ( '}' ) )
- // InternalRoom.g:4924:1: ( '}' )
+ // InternalRoom.g:4913:1: ( ( ( rule__RoomModel__RoomClassesAssignment_7 )* ) )
+ // InternalRoom.g:4914:1: ( ( rule__RoomModel__RoomClassesAssignment_7 )* )
{
- // InternalRoom.g:4924:1: ( '}' )
- // InternalRoom.g:4925:1: '}'
+ // InternalRoom.g:4914:1: ( ( rule__RoomModel__RoomClassesAssignment_7 )* )
+ // InternalRoom.g:4915:1: ( rule__RoomModel__RoomClassesAssignment_7 )*
{
- before(grammarAccess.getRoomModelAccess().getRightCurlyBracketKeyword_7());
- match(input,46,FOLLOW_2);
- after(grammarAccess.getRoomModelAccess().getRightCurlyBracketKeyword_7());
+ before(grammarAccess.getRoomModelAccess().getRoomClassesAssignment_7());
+ // InternalRoom.g:4916:1: ( rule__RoomModel__RoomClassesAssignment_7 )*
+ loop60:
+ do {
+ int alt60=2;
+ int LA60_0 = input.LA(1);
+
+ if ( ((LA60_0>=17 && LA60_0<=18)||(LA60_0>=20 && LA60_0<=23)||(LA60_0>=35 && LA60_0<=37)||LA60_0==40||LA60_0==48||LA60_0==53||LA60_0==57||LA60_0==131) ) {
+ alt60=1;
+ }
+
+
+ switch (alt60) {
+ case 1 :
+ // InternalRoom.g:4916:2: rule__RoomModel__RoomClassesAssignment_7
+ {
+ pushFollow(FOLLOW_9);
+ rule__RoomModel__RoomClassesAssignment_7();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ default :
+ break loop60;
+ }
+ } while (true);
+
+ after(grammarAccess.getRoomModelAccess().getRoomClassesAssignment_7());
}
@@ -15386,17 +15412,87 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR end "rule__RoomModel__Group__7__Impl"
+ // $ANTLR start "rule__RoomModel__Group__8"
+ // InternalRoom.g:4926:1: rule__RoomModel__Group__8 : rule__RoomModel__Group__8__Impl ;
+ public final void rule__RoomModel__Group__8() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalRoom.g:4930:1: ( rule__RoomModel__Group__8__Impl )
+ // InternalRoom.g:4931:2: rule__RoomModel__Group__8__Impl
+ {
+ pushFollow(FOLLOW_2);
+ rule__RoomModel__Group__8__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RoomModel__Group__8"
+
+
+ // $ANTLR start "rule__RoomModel__Group__8__Impl"
+ // InternalRoom.g:4937:1: rule__RoomModel__Group__8__Impl : ( '}' ) ;
+ public final void rule__RoomModel__Group__8__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalRoom.g:4941:1: ( ( '}' ) )
+ // InternalRoom.g:4942:1: ( '}' )
+ {
+ // InternalRoom.g:4942:1: ( '}' )
+ // InternalRoom.g:4943:1: '}'
+ {
+ before(grammarAccess.getRoomModelAccess().getRightCurlyBracketKeyword_8());
+ match(input,46,FOLLOW_2);
+ after(grammarAccess.getRoomModelAccess().getRightCurlyBracketKeyword_8());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__RoomModel__Group__8__Impl"
+
+
// $ANTLR start "rule__VarDecl__Group__0"
- // InternalRoom.g:4954:1: rule__VarDecl__Group__0 : rule__VarDecl__Group__0__Impl rule__VarDecl__Group__1 ;
+ // InternalRoom.g:4974:1: rule__VarDecl__Group__0 : rule__VarDecl__Group__0__Impl rule__VarDecl__Group__1 ;
public final void rule__VarDecl__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4958:1: ( rule__VarDecl__Group__0__Impl rule__VarDecl__Group__1 )
- // InternalRoom.g:4959:2: rule__VarDecl__Group__0__Impl rule__VarDecl__Group__1
+ // InternalRoom.g:4978:1: ( rule__VarDecl__Group__0__Impl rule__VarDecl__Group__1 )
+ // InternalRoom.g:4979:2: rule__VarDecl__Group__0__Impl rule__VarDecl__Group__1
{
- pushFollow(FOLLOW_9);
+ pushFollow(FOLLOW_10);
rule__VarDecl__Group__0__Impl();
state._fsp--;
@@ -15425,21 +15521,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__VarDecl__Group__0__Impl"
- // InternalRoom.g:4966:1: rule__VarDecl__Group__0__Impl : ( ( rule__VarDecl__NameAssignment_0 ) ) ;
+ // InternalRoom.g:4986:1: rule__VarDecl__Group__0__Impl : ( ( rule__VarDecl__NameAssignment_0 ) ) ;
public final void rule__VarDecl__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4970:1: ( ( ( rule__VarDecl__NameAssignment_0 ) ) )
- // InternalRoom.g:4971:1: ( ( rule__VarDecl__NameAssignment_0 ) )
+ // InternalRoom.g:4990:1: ( ( ( rule__VarDecl__NameAssignment_0 ) ) )
+ // InternalRoom.g:4991:1: ( ( rule__VarDecl__NameAssignment_0 ) )
{
- // InternalRoom.g:4971:1: ( ( rule__VarDecl__NameAssignment_0 ) )
- // InternalRoom.g:4972:1: ( rule__VarDecl__NameAssignment_0 )
+ // InternalRoom.g:4991:1: ( ( rule__VarDecl__NameAssignment_0 ) )
+ // InternalRoom.g:4992:1: ( rule__VarDecl__NameAssignment_0 )
{
before(grammarAccess.getVarDeclAccess().getNameAssignment_0());
- // InternalRoom.g:4973:1: ( rule__VarDecl__NameAssignment_0 )
- // InternalRoom.g:4973:2: rule__VarDecl__NameAssignment_0
+ // InternalRoom.g:4993:1: ( rule__VarDecl__NameAssignment_0 )
+ // InternalRoom.g:4993:2: rule__VarDecl__NameAssignment_0
{
pushFollow(FOLLOW_2);
rule__VarDecl__NameAssignment_0();
@@ -15472,14 +15568,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__VarDecl__Group__1"
- // InternalRoom.g:4983:1: rule__VarDecl__Group__1 : rule__VarDecl__Group__1__Impl rule__VarDecl__Group__2 ;
+ // InternalRoom.g:5003:1: rule__VarDecl__Group__1 : rule__VarDecl__Group__1__Impl rule__VarDecl__Group__2 ;
public final void rule__VarDecl__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4987:1: ( rule__VarDecl__Group__1__Impl rule__VarDecl__Group__2 )
- // InternalRoom.g:4988:2: rule__VarDecl__Group__1__Impl rule__VarDecl__Group__2
+ // InternalRoom.g:5007:1: ( rule__VarDecl__Group__1__Impl rule__VarDecl__Group__2 )
+ // InternalRoom.g:5008:2: rule__VarDecl__Group__1__Impl rule__VarDecl__Group__2
{
pushFollow(FOLLOW_3);
rule__VarDecl__Group__1__Impl();
@@ -15510,17 +15606,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__VarDecl__Group__1__Impl"
- // InternalRoom.g:4995:1: rule__VarDecl__Group__1__Impl : ( ':' ) ;
+ // InternalRoom.g:5015:1: rule__VarDecl__Group__1__Impl : ( ':' ) ;
public final void rule__VarDecl__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:4999:1: ( ( ':' ) )
- // InternalRoom.g:5000:1: ( ':' )
+ // InternalRoom.g:5019:1: ( ( ':' ) )
+ // InternalRoom.g:5020:1: ( ':' )
{
- // InternalRoom.g:5000:1: ( ':' )
- // InternalRoom.g:5001:1: ':'
+ // InternalRoom.g:5020:1: ( ':' )
+ // InternalRoom.g:5021:1: ':'
{
before(grammarAccess.getVarDeclAccess().getColonKeyword_1());
match(input,47,FOLLOW_2);
@@ -15547,16 +15643,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__VarDecl__Group__2"
- // InternalRoom.g:5014:1: rule__VarDecl__Group__2 : rule__VarDecl__Group__2__Impl rule__VarDecl__Group__3 ;
+ // InternalRoom.g:5034:1: rule__VarDecl__Group__2 : rule__VarDecl__Group__2__Impl rule__VarDecl__Group__3 ;
public final void rule__VarDecl__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5018:1: ( rule__VarDecl__Group__2__Impl rule__VarDecl__Group__3 )
- // InternalRoom.g:5019:2: rule__VarDecl__Group__2__Impl rule__VarDecl__Group__3
+ // InternalRoom.g:5038:1: ( rule__VarDecl__Group__2__Impl rule__VarDecl__Group__3 )
+ // InternalRoom.g:5039:2: rule__VarDecl__Group__2__Impl rule__VarDecl__Group__3
{
- pushFollow(FOLLOW_10);
+ pushFollow(FOLLOW_11);
rule__VarDecl__Group__2__Impl();
state._fsp--;
@@ -15585,21 +15681,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__VarDecl__Group__2__Impl"
- // InternalRoom.g:5026:1: rule__VarDecl__Group__2__Impl : ( ( rule__VarDecl__RefTypeAssignment_2 ) ) ;
+ // InternalRoom.g:5046:1: rule__VarDecl__Group__2__Impl : ( ( rule__VarDecl__RefTypeAssignment_2 ) ) ;
public final void rule__VarDecl__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5030:1: ( ( ( rule__VarDecl__RefTypeAssignment_2 ) ) )
- // InternalRoom.g:5031:1: ( ( rule__VarDecl__RefTypeAssignment_2 ) )
+ // InternalRoom.g:5050:1: ( ( ( rule__VarDecl__RefTypeAssignment_2 ) ) )
+ // InternalRoom.g:5051:1: ( ( rule__VarDecl__RefTypeAssignment_2 ) )
{
- // InternalRoom.g:5031:1: ( ( rule__VarDecl__RefTypeAssignment_2 ) )
- // InternalRoom.g:5032:1: ( rule__VarDecl__RefTypeAssignment_2 )
+ // InternalRoom.g:5051:1: ( ( rule__VarDecl__RefTypeAssignment_2 ) )
+ // InternalRoom.g:5052:1: ( rule__VarDecl__RefTypeAssignment_2 )
{
before(grammarAccess.getVarDeclAccess().getRefTypeAssignment_2());
- // InternalRoom.g:5033:1: ( rule__VarDecl__RefTypeAssignment_2 )
- // InternalRoom.g:5033:2: rule__VarDecl__RefTypeAssignment_2
+ // InternalRoom.g:5053:1: ( rule__VarDecl__RefTypeAssignment_2 )
+ // InternalRoom.g:5053:2: rule__VarDecl__RefTypeAssignment_2
{
pushFollow(FOLLOW_2);
rule__VarDecl__RefTypeAssignment_2();
@@ -15632,14 +15728,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__VarDecl__Group__3"
- // InternalRoom.g:5043:1: rule__VarDecl__Group__3 : rule__VarDecl__Group__3__Impl ;
+ // InternalRoom.g:5063:1: rule__VarDecl__Group__3 : rule__VarDecl__Group__3__Impl ;
public final void rule__VarDecl__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5047:1: ( rule__VarDecl__Group__3__Impl )
- // InternalRoom.g:5048:2: rule__VarDecl__Group__3__Impl
+ // InternalRoom.g:5067:1: ( rule__VarDecl__Group__3__Impl )
+ // InternalRoom.g:5068:2: rule__VarDecl__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__VarDecl__Group__3__Impl();
@@ -15665,29 +15761,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__VarDecl__Group__3__Impl"
- // InternalRoom.g:5054:1: rule__VarDecl__Group__3__Impl : ( ( rule__VarDecl__VarargsAssignment_3 )? ) ;
+ // InternalRoom.g:5074:1: rule__VarDecl__Group__3__Impl : ( ( rule__VarDecl__VarargsAssignment_3 )? ) ;
public final void rule__VarDecl__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5058:1: ( ( ( rule__VarDecl__VarargsAssignment_3 )? ) )
- // InternalRoom.g:5059:1: ( ( rule__VarDecl__VarargsAssignment_3 )? )
+ // InternalRoom.g:5078:1: ( ( ( rule__VarDecl__VarargsAssignment_3 )? ) )
+ // InternalRoom.g:5079:1: ( ( rule__VarDecl__VarargsAssignment_3 )? )
{
- // InternalRoom.g:5059:1: ( ( rule__VarDecl__VarargsAssignment_3 )? )
- // InternalRoom.g:5060:1: ( rule__VarDecl__VarargsAssignment_3 )?
+ // InternalRoom.g:5079:1: ( ( rule__VarDecl__VarargsAssignment_3 )? )
+ // InternalRoom.g:5080:1: ( rule__VarDecl__VarargsAssignment_3 )?
{
before(grammarAccess.getVarDeclAccess().getVarargsAssignment_3());
- // InternalRoom.g:5061:1: ( rule__VarDecl__VarargsAssignment_3 )?
- int alt60=2;
- int LA60_0 = input.LA(1);
+ // InternalRoom.g:5081:1: ( rule__VarDecl__VarargsAssignment_3 )?
+ int alt61=2;
+ int LA61_0 = input.LA(1);
- if ( (LA60_0==128) ) {
- alt60=1;
+ if ( (LA61_0==128) ) {
+ alt61=1;
}
- switch (alt60) {
+ switch (alt61) {
case 1 :
- // InternalRoom.g:5061:2: rule__VarDecl__VarargsAssignment_3
+ // InternalRoom.g:5081:2: rule__VarDecl__VarargsAssignment_3
{
pushFollow(FOLLOW_2);
rule__VarDecl__VarargsAssignment_3();
@@ -15723,14 +15819,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageData__Group__0"
- // InternalRoom.g:5079:1: rule__MessageData__Group__0 : rule__MessageData__Group__0__Impl rule__MessageData__Group__1 ;
+ // InternalRoom.g:5099:1: rule__MessageData__Group__0 : rule__MessageData__Group__0__Impl rule__MessageData__Group__1 ;
public final void rule__MessageData__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5083:1: ( rule__MessageData__Group__0__Impl rule__MessageData__Group__1 )
- // InternalRoom.g:5084:2: rule__MessageData__Group__0__Impl rule__MessageData__Group__1
+ // InternalRoom.g:5103:1: ( rule__MessageData__Group__0__Impl rule__MessageData__Group__1 )
+ // InternalRoom.g:5104:2: rule__MessageData__Group__0__Impl rule__MessageData__Group__1
{
pushFollow(FOLLOW_3);
rule__MessageData__Group__0__Impl();
@@ -15761,33 +15857,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageData__Group__0__Impl"
- // InternalRoom.g:5091:1: rule__MessageData__Group__0__Impl : ( ( rule__MessageData__Group_0__0 )? ) ;
+ // InternalRoom.g:5111:1: rule__MessageData__Group__0__Impl : ( ( rule__MessageData__Group_0__0 )? ) ;
public final void rule__MessageData__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5095:1: ( ( ( rule__MessageData__Group_0__0 )? ) )
- // InternalRoom.g:5096:1: ( ( rule__MessageData__Group_0__0 )? )
+ // InternalRoom.g:5115:1: ( ( ( rule__MessageData__Group_0__0 )? ) )
+ // InternalRoom.g:5116:1: ( ( rule__MessageData__Group_0__0 )? )
{
- // InternalRoom.g:5096:1: ( ( rule__MessageData__Group_0__0 )? )
- // InternalRoom.g:5097:1: ( rule__MessageData__Group_0__0 )?
+ // InternalRoom.g:5116:1: ( ( rule__MessageData__Group_0__0 )? )
+ // InternalRoom.g:5117:1: ( rule__MessageData__Group_0__0 )?
{
before(grammarAccess.getMessageDataAccess().getGroup_0());
- // InternalRoom.g:5098:1: ( rule__MessageData__Group_0__0 )?
- int alt61=2;
- int LA61_0 = input.LA(1);
+ // InternalRoom.g:5118:1: ( rule__MessageData__Group_0__0 )?
+ int alt62=2;
+ int LA62_0 = input.LA(1);
- if ( (LA61_0==RULE_ID) ) {
- int LA61_1 = input.LA(2);
+ if ( (LA62_0==RULE_ID) ) {
+ int LA62_1 = input.LA(2);
- if ( (LA61_1==47) ) {
- alt61=1;
+ if ( (LA62_1==47) ) {
+ alt62=1;
}
}
- switch (alt61) {
+ switch (alt62) {
case 1 :
- // InternalRoom.g:5098:2: rule__MessageData__Group_0__0
+ // InternalRoom.g:5118:2: rule__MessageData__Group_0__0
{
pushFollow(FOLLOW_2);
rule__MessageData__Group_0__0();
@@ -15823,14 +15919,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageData__Group__1"
- // InternalRoom.g:5108:1: rule__MessageData__Group__1 : rule__MessageData__Group__1__Impl ;
+ // InternalRoom.g:5128:1: rule__MessageData__Group__1 : rule__MessageData__Group__1__Impl ;
public final void rule__MessageData__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5112:1: ( rule__MessageData__Group__1__Impl )
- // InternalRoom.g:5113:2: rule__MessageData__Group__1__Impl
+ // InternalRoom.g:5132:1: ( rule__MessageData__Group__1__Impl )
+ // InternalRoom.g:5133:2: rule__MessageData__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__MessageData__Group__1__Impl();
@@ -15856,21 +15952,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageData__Group__1__Impl"
- // InternalRoom.g:5119:1: rule__MessageData__Group__1__Impl : ( ( rule__MessageData__RefTypeAssignment_1 ) ) ;
+ // InternalRoom.g:5139:1: rule__MessageData__Group__1__Impl : ( ( rule__MessageData__RefTypeAssignment_1 ) ) ;
public final void rule__MessageData__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5123:1: ( ( ( rule__MessageData__RefTypeAssignment_1 ) ) )
- // InternalRoom.g:5124:1: ( ( rule__MessageData__RefTypeAssignment_1 ) )
+ // InternalRoom.g:5143:1: ( ( ( rule__MessageData__RefTypeAssignment_1 ) ) )
+ // InternalRoom.g:5144:1: ( ( rule__MessageData__RefTypeAssignment_1 ) )
{
- // InternalRoom.g:5124:1: ( ( rule__MessageData__RefTypeAssignment_1 ) )
- // InternalRoom.g:5125:1: ( rule__MessageData__RefTypeAssignment_1 )
+ // InternalRoom.g:5144:1: ( ( rule__MessageData__RefTypeAssignment_1 ) )
+ // InternalRoom.g:5145:1: ( rule__MessageData__RefTypeAssignment_1 )
{
before(grammarAccess.getMessageDataAccess().getRefTypeAssignment_1());
- // InternalRoom.g:5126:1: ( rule__MessageData__RefTypeAssignment_1 )
- // InternalRoom.g:5126:2: rule__MessageData__RefTypeAssignment_1
+ // InternalRoom.g:5146:1: ( rule__MessageData__RefTypeAssignment_1 )
+ // InternalRoom.g:5146:2: rule__MessageData__RefTypeAssignment_1
{
pushFollow(FOLLOW_2);
rule__MessageData__RefTypeAssignment_1();
@@ -15903,16 +15999,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageData__Group_0__0"
- // InternalRoom.g:5140:1: rule__MessageData__Group_0__0 : rule__MessageData__Group_0__0__Impl rule__MessageData__Group_0__1 ;
+ // InternalRoom.g:5160:1: rule__MessageData__Group_0__0 : rule__MessageData__Group_0__0__Impl rule__MessageData__Group_0__1 ;
public final void rule__MessageData__Group_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5144:1: ( rule__MessageData__Group_0__0__Impl rule__MessageData__Group_0__1 )
- // InternalRoom.g:5145:2: rule__MessageData__Group_0__0__Impl rule__MessageData__Group_0__1
+ // InternalRoom.g:5164:1: ( rule__MessageData__Group_0__0__Impl rule__MessageData__Group_0__1 )
+ // InternalRoom.g:5165:2: rule__MessageData__Group_0__0__Impl rule__MessageData__Group_0__1
{
- pushFollow(FOLLOW_9);
+ pushFollow(FOLLOW_10);
rule__MessageData__Group_0__0__Impl();
state._fsp--;
@@ -15941,21 +16037,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageData__Group_0__0__Impl"
- // InternalRoom.g:5152:1: rule__MessageData__Group_0__0__Impl : ( ( rule__MessageData__DeprecatedNameAssignment_0_0 ) ) ;
+ // InternalRoom.g:5172:1: rule__MessageData__Group_0__0__Impl : ( ( rule__MessageData__DeprecatedNameAssignment_0_0 ) ) ;
public final void rule__MessageData__Group_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5156:1: ( ( ( rule__MessageData__DeprecatedNameAssignment_0_0 ) ) )
- // InternalRoom.g:5157:1: ( ( rule__MessageData__DeprecatedNameAssignment_0_0 ) )
+ // InternalRoom.g:5176:1: ( ( ( rule__MessageData__DeprecatedNameAssignment_0_0 ) ) )
+ // InternalRoom.g:5177:1: ( ( rule__MessageData__DeprecatedNameAssignment_0_0 ) )
{
- // InternalRoom.g:5157:1: ( ( rule__MessageData__DeprecatedNameAssignment_0_0 ) )
- // InternalRoom.g:5158:1: ( rule__MessageData__DeprecatedNameAssignment_0_0 )
+ // InternalRoom.g:5177:1: ( ( rule__MessageData__DeprecatedNameAssignment_0_0 ) )
+ // InternalRoom.g:5178:1: ( rule__MessageData__DeprecatedNameAssignment_0_0 )
{
before(grammarAccess.getMessageDataAccess().getDeprecatedNameAssignment_0_0());
- // InternalRoom.g:5159:1: ( rule__MessageData__DeprecatedNameAssignment_0_0 )
- // InternalRoom.g:5159:2: rule__MessageData__DeprecatedNameAssignment_0_0
+ // InternalRoom.g:5179:1: ( rule__MessageData__DeprecatedNameAssignment_0_0 )
+ // InternalRoom.g:5179:2: rule__MessageData__DeprecatedNameAssignment_0_0
{
pushFollow(FOLLOW_2);
rule__MessageData__DeprecatedNameAssignment_0_0();
@@ -15988,14 +16084,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageData__Group_0__1"
- // InternalRoom.g:5169:1: rule__MessageData__Group_0__1 : rule__MessageData__Group_0__1__Impl ;
+ // InternalRoom.g:5189:1: rule__MessageData__Group_0__1 : rule__MessageData__Group_0__1__Impl ;
public final void rule__MessageData__Group_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5173:1: ( rule__MessageData__Group_0__1__Impl )
- // InternalRoom.g:5174:2: rule__MessageData__Group_0__1__Impl
+ // InternalRoom.g:5193:1: ( rule__MessageData__Group_0__1__Impl )
+ // InternalRoom.g:5194:2: rule__MessageData__Group_0__1__Impl
{
pushFollow(FOLLOW_2);
rule__MessageData__Group_0__1__Impl();
@@ -16021,17 +16117,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageData__Group_0__1__Impl"
- // InternalRoom.g:5180:1: rule__MessageData__Group_0__1__Impl : ( ':' ) ;
+ // InternalRoom.g:5200:1: rule__MessageData__Group_0__1__Impl : ( ':' ) ;
public final void rule__MessageData__Group_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5184:1: ( ( ':' ) )
- // InternalRoom.g:5185:1: ( ':' )
+ // InternalRoom.g:5204:1: ( ( ':' ) )
+ // InternalRoom.g:5205:1: ( ':' )
{
- // InternalRoom.g:5185:1: ( ':' )
- // InternalRoom.g:5186:1: ':'
+ // InternalRoom.g:5205:1: ( ':' )
+ // InternalRoom.g:5206:1: ':'
{
before(grammarAccess.getMessageDataAccess().getColonKeyword_0_1());
match(input,47,FOLLOW_2);
@@ -16058,16 +16154,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefableType__Group__0"
- // InternalRoom.g:5203:1: rule__RefableType__Group__0 : rule__RefableType__Group__0__Impl rule__RefableType__Group__1 ;
+ // InternalRoom.g:5223:1: rule__RefableType__Group__0 : rule__RefableType__Group__0__Impl rule__RefableType__Group__1 ;
public final void rule__RefableType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5207:1: ( rule__RefableType__Group__0__Impl rule__RefableType__Group__1 )
- // InternalRoom.g:5208:2: rule__RefableType__Group__0__Impl rule__RefableType__Group__1
+ // InternalRoom.g:5227:1: ( rule__RefableType__Group__0__Impl rule__RefableType__Group__1 )
+ // InternalRoom.g:5228:2: rule__RefableType__Group__0__Impl rule__RefableType__Group__1
{
- pushFollow(FOLLOW_11);
+ pushFollow(FOLLOW_12);
rule__RefableType__Group__0__Impl();
state._fsp--;
@@ -16096,21 +16192,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefableType__Group__0__Impl"
- // InternalRoom.g:5215:1: rule__RefableType__Group__0__Impl : ( ( rule__RefableType__TypeAssignment_0 ) ) ;
+ // InternalRoom.g:5235:1: rule__RefableType__Group__0__Impl : ( ( rule__RefableType__TypeAssignment_0 ) ) ;
public final void rule__RefableType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5219:1: ( ( ( rule__RefableType__TypeAssignment_0 ) ) )
- // InternalRoom.g:5220:1: ( ( rule__RefableType__TypeAssignment_0 ) )
+ // InternalRoom.g:5239:1: ( ( ( rule__RefableType__TypeAssignment_0 ) ) )
+ // InternalRoom.g:5240:1: ( ( rule__RefableType__TypeAssignment_0 ) )
{
- // InternalRoom.g:5220:1: ( ( rule__RefableType__TypeAssignment_0 ) )
- // InternalRoom.g:5221:1: ( rule__RefableType__TypeAssignment_0 )
+ // InternalRoom.g:5240:1: ( ( rule__RefableType__TypeAssignment_0 ) )
+ // InternalRoom.g:5241:1: ( rule__RefableType__TypeAssignment_0 )
{
before(grammarAccess.getRefableTypeAccess().getTypeAssignment_0());
- // InternalRoom.g:5222:1: ( rule__RefableType__TypeAssignment_0 )
- // InternalRoom.g:5222:2: rule__RefableType__TypeAssignment_0
+ // InternalRoom.g:5242:1: ( rule__RefableType__TypeAssignment_0 )
+ // InternalRoom.g:5242:2: rule__RefableType__TypeAssignment_0
{
pushFollow(FOLLOW_2);
rule__RefableType__TypeAssignment_0();
@@ -16143,14 +16239,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefableType__Group__1"
- // InternalRoom.g:5232:1: rule__RefableType__Group__1 : rule__RefableType__Group__1__Impl ;
+ // InternalRoom.g:5252:1: rule__RefableType__Group__1 : rule__RefableType__Group__1__Impl ;
public final void rule__RefableType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5236:1: ( rule__RefableType__Group__1__Impl )
- // InternalRoom.g:5237:2: rule__RefableType__Group__1__Impl
+ // InternalRoom.g:5256:1: ( rule__RefableType__Group__1__Impl )
+ // InternalRoom.g:5257:2: rule__RefableType__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__RefableType__Group__1__Impl();
@@ -16176,29 +16272,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefableType__Group__1__Impl"
- // InternalRoom.g:5243:1: rule__RefableType__Group__1__Impl : ( ( rule__RefableType__RefAssignment_1 )? ) ;
+ // InternalRoom.g:5263:1: rule__RefableType__Group__1__Impl : ( ( rule__RefableType__RefAssignment_1 )? ) ;
public final void rule__RefableType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5247:1: ( ( ( rule__RefableType__RefAssignment_1 )? ) )
- // InternalRoom.g:5248:1: ( ( rule__RefableType__RefAssignment_1 )? )
+ // InternalRoom.g:5267:1: ( ( ( rule__RefableType__RefAssignment_1 )? ) )
+ // InternalRoom.g:5268:1: ( ( rule__RefableType__RefAssignment_1 )? )
{
- // InternalRoom.g:5248:1: ( ( rule__RefableType__RefAssignment_1 )? )
- // InternalRoom.g:5249:1: ( rule__RefableType__RefAssignment_1 )?
+ // InternalRoom.g:5268:1: ( ( rule__RefableType__RefAssignment_1 )? )
+ // InternalRoom.g:5269:1: ( rule__RefableType__RefAssignment_1 )?
{
before(grammarAccess.getRefableTypeAccess().getRefAssignment_1());
- // InternalRoom.g:5250:1: ( rule__RefableType__RefAssignment_1 )?
- int alt62=2;
- int LA62_0 = input.LA(1);
+ // InternalRoom.g:5270:1: ( rule__RefableType__RefAssignment_1 )?
+ int alt63=2;
+ int LA63_0 = input.LA(1);
- if ( (LA62_0==92) ) {
- alt62=1;
+ if ( (LA63_0==92) ) {
+ alt63=1;
}
- switch (alt62) {
+ switch (alt63) {
case 1 :
- // InternalRoom.g:5250:2: rule__RefableType__RefAssignment_1
+ // InternalRoom.g:5270:2: rule__RefableType__RefAssignment_1
{
pushFollow(FOLLOW_2);
rule__RefableType__RefAssignment_1();
@@ -16234,14 +16330,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__0"
- // InternalRoom.g:5264:1: rule__PrimitiveType__Group__0 : rule__PrimitiveType__Group__0__Impl rule__PrimitiveType__Group__1 ;
+ // InternalRoom.g:5284:1: rule__PrimitiveType__Group__0 : rule__PrimitiveType__Group__0__Impl rule__PrimitiveType__Group__1 ;
public final void rule__PrimitiveType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5268:1: ( rule__PrimitiveType__Group__0__Impl rule__PrimitiveType__Group__1 )
- // InternalRoom.g:5269:2: rule__PrimitiveType__Group__0__Impl rule__PrimitiveType__Group__1
+ // InternalRoom.g:5288:1: ( rule__PrimitiveType__Group__0__Impl rule__PrimitiveType__Group__1 )
+ // InternalRoom.g:5289:2: rule__PrimitiveType__Group__0__Impl rule__PrimitiveType__Group__1
{
pushFollow(FOLLOW_3);
rule__PrimitiveType__Group__0__Impl();
@@ -16272,17 +16368,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__0__Impl"
- // InternalRoom.g:5276:1: rule__PrimitiveType__Group__0__Impl : ( 'PrimitiveType' ) ;
+ // InternalRoom.g:5296:1: rule__PrimitiveType__Group__0__Impl : ( 'PrimitiveType' ) ;
public final void rule__PrimitiveType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5280:1: ( ( 'PrimitiveType' ) )
- // InternalRoom.g:5281:1: ( 'PrimitiveType' )
+ // InternalRoom.g:5300:1: ( ( 'PrimitiveType' ) )
+ // InternalRoom.g:5301:1: ( 'PrimitiveType' )
{
- // InternalRoom.g:5281:1: ( 'PrimitiveType' )
- // InternalRoom.g:5282:1: 'PrimitiveType'
+ // InternalRoom.g:5301:1: ( 'PrimitiveType' )
+ // InternalRoom.g:5302:1: 'PrimitiveType'
{
before(grammarAccess.getPrimitiveTypeAccess().getPrimitiveTypeKeyword_0());
match(input,48,FOLLOW_2);
@@ -16309,16 +16405,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__1"
- // InternalRoom.g:5295:1: rule__PrimitiveType__Group__1 : rule__PrimitiveType__Group__1__Impl rule__PrimitiveType__Group__2 ;
+ // InternalRoom.g:5315:1: rule__PrimitiveType__Group__1 : rule__PrimitiveType__Group__1__Impl rule__PrimitiveType__Group__2 ;
public final void rule__PrimitiveType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5299:1: ( rule__PrimitiveType__Group__1__Impl rule__PrimitiveType__Group__2 )
- // InternalRoom.g:5300:2: rule__PrimitiveType__Group__1__Impl rule__PrimitiveType__Group__2
+ // InternalRoom.g:5319:1: ( rule__PrimitiveType__Group__1__Impl rule__PrimitiveType__Group__2 )
+ // InternalRoom.g:5320:2: rule__PrimitiveType__Group__1__Impl rule__PrimitiveType__Group__2
{
- pushFollow(FOLLOW_9);
+ pushFollow(FOLLOW_10);
rule__PrimitiveType__Group__1__Impl();
state._fsp--;
@@ -16347,21 +16443,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__1__Impl"
- // InternalRoom.g:5307:1: rule__PrimitiveType__Group__1__Impl : ( ( rule__PrimitiveType__NameAssignment_1 ) ) ;
+ // InternalRoom.g:5327:1: rule__PrimitiveType__Group__1__Impl : ( ( rule__PrimitiveType__NameAssignment_1 ) ) ;
public final void rule__PrimitiveType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5311:1: ( ( ( rule__PrimitiveType__NameAssignment_1 ) ) )
- // InternalRoom.g:5312:1: ( ( rule__PrimitiveType__NameAssignment_1 ) )
+ // InternalRoom.g:5331:1: ( ( ( rule__PrimitiveType__NameAssignment_1 ) ) )
+ // InternalRoom.g:5332:1: ( ( rule__PrimitiveType__NameAssignment_1 ) )
{
- // InternalRoom.g:5312:1: ( ( rule__PrimitiveType__NameAssignment_1 ) )
- // InternalRoom.g:5313:1: ( rule__PrimitiveType__NameAssignment_1 )
+ // InternalRoom.g:5332:1: ( ( rule__PrimitiveType__NameAssignment_1 ) )
+ // InternalRoom.g:5333:1: ( rule__PrimitiveType__NameAssignment_1 )
{
before(grammarAccess.getPrimitiveTypeAccess().getNameAssignment_1());
- // InternalRoom.g:5314:1: ( rule__PrimitiveType__NameAssignment_1 )
- // InternalRoom.g:5314:2: rule__PrimitiveType__NameAssignment_1
+ // InternalRoom.g:5334:1: ( rule__PrimitiveType__NameAssignment_1 )
+ // InternalRoom.g:5334:2: rule__PrimitiveType__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__PrimitiveType__NameAssignment_1();
@@ -16394,16 +16490,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__2"
- // InternalRoom.g:5324:1: rule__PrimitiveType__Group__2 : rule__PrimitiveType__Group__2__Impl rule__PrimitiveType__Group__3 ;
+ // InternalRoom.g:5344:1: rule__PrimitiveType__Group__2 : rule__PrimitiveType__Group__2__Impl rule__PrimitiveType__Group__3 ;
public final void rule__PrimitiveType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5328:1: ( rule__PrimitiveType__Group__2__Impl rule__PrimitiveType__Group__3 )
- // InternalRoom.g:5329:2: rule__PrimitiveType__Group__2__Impl rule__PrimitiveType__Group__3
+ // InternalRoom.g:5348:1: ( rule__PrimitiveType__Group__2__Impl rule__PrimitiveType__Group__3 )
+ // InternalRoom.g:5349:2: rule__PrimitiveType__Group__2__Impl rule__PrimitiveType__Group__3
{
- pushFollow(FOLLOW_12);
+ pushFollow(FOLLOW_13);
rule__PrimitiveType__Group__2__Impl();
state._fsp--;
@@ -16432,17 +16528,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__2__Impl"
- // InternalRoom.g:5336:1: rule__PrimitiveType__Group__2__Impl : ( ':' ) ;
+ // InternalRoom.g:5356:1: rule__PrimitiveType__Group__2__Impl : ( ':' ) ;
public final void rule__PrimitiveType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5340:1: ( ( ':' ) )
- // InternalRoom.g:5341:1: ( ':' )
+ // InternalRoom.g:5360:1: ( ( ':' ) )
+ // InternalRoom.g:5361:1: ( ':' )
{
- // InternalRoom.g:5341:1: ( ':' )
- // InternalRoom.g:5342:1: ':'
+ // InternalRoom.g:5361:1: ( ':' )
+ // InternalRoom.g:5362:1: ':'
{
before(grammarAccess.getPrimitiveTypeAccess().getColonKeyword_2());
match(input,47,FOLLOW_2);
@@ -16469,16 +16565,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__3"
- // InternalRoom.g:5355:1: rule__PrimitiveType__Group__3 : rule__PrimitiveType__Group__3__Impl rule__PrimitiveType__Group__4 ;
+ // InternalRoom.g:5375:1: rule__PrimitiveType__Group__3 : rule__PrimitiveType__Group__3__Impl rule__PrimitiveType__Group__4 ;
public final void rule__PrimitiveType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5359:1: ( rule__PrimitiveType__Group__3__Impl rule__PrimitiveType__Group__4 )
- // InternalRoom.g:5360:2: rule__PrimitiveType__Group__3__Impl rule__PrimitiveType__Group__4
+ // InternalRoom.g:5379:1: ( rule__PrimitiveType__Group__3__Impl rule__PrimitiveType__Group__4 )
+ // InternalRoom.g:5380:2: rule__PrimitiveType__Group__3__Impl rule__PrimitiveType__Group__4
{
- pushFollow(FOLLOW_13);
+ pushFollow(FOLLOW_14);
rule__PrimitiveType__Group__3__Impl();
state._fsp--;
@@ -16507,21 +16603,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__3__Impl"
- // InternalRoom.g:5367:1: rule__PrimitiveType__Group__3__Impl : ( ( rule__PrimitiveType__TypeAssignment_3 ) ) ;
+ // InternalRoom.g:5387:1: rule__PrimitiveType__Group__3__Impl : ( ( rule__PrimitiveType__TypeAssignment_3 ) ) ;
public final void rule__PrimitiveType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5371:1: ( ( ( rule__PrimitiveType__TypeAssignment_3 ) ) )
- // InternalRoom.g:5372:1: ( ( rule__PrimitiveType__TypeAssignment_3 ) )
+ // InternalRoom.g:5391:1: ( ( ( rule__PrimitiveType__TypeAssignment_3 ) ) )
+ // InternalRoom.g:5392:1: ( ( rule__PrimitiveType__TypeAssignment_3 ) )
{
- // InternalRoom.g:5372:1: ( ( rule__PrimitiveType__TypeAssignment_3 ) )
- // InternalRoom.g:5373:1: ( rule__PrimitiveType__TypeAssignment_3 )
+ // InternalRoom.g:5392:1: ( ( rule__PrimitiveType__TypeAssignment_3 ) )
+ // InternalRoom.g:5393:1: ( rule__PrimitiveType__TypeAssignment_3 )
{
before(grammarAccess.getPrimitiveTypeAccess().getTypeAssignment_3());
- // InternalRoom.g:5374:1: ( rule__PrimitiveType__TypeAssignment_3 )
- // InternalRoom.g:5374:2: rule__PrimitiveType__TypeAssignment_3
+ // InternalRoom.g:5394:1: ( rule__PrimitiveType__TypeAssignment_3 )
+ // InternalRoom.g:5394:2: rule__PrimitiveType__TypeAssignment_3
{
pushFollow(FOLLOW_2);
rule__PrimitiveType__TypeAssignment_3();
@@ -16554,16 +16650,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__4"
- // InternalRoom.g:5384:1: rule__PrimitiveType__Group__4 : rule__PrimitiveType__Group__4__Impl rule__PrimitiveType__Group__5 ;
+ // InternalRoom.g:5404:1: rule__PrimitiveType__Group__4 : rule__PrimitiveType__Group__4__Impl rule__PrimitiveType__Group__5 ;
public final void rule__PrimitiveType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5388:1: ( rule__PrimitiveType__Group__4__Impl rule__PrimitiveType__Group__5 )
- // InternalRoom.g:5389:2: rule__PrimitiveType__Group__4__Impl rule__PrimitiveType__Group__5
+ // InternalRoom.g:5408:1: ( rule__PrimitiveType__Group__4__Impl rule__PrimitiveType__Group__5 )
+ // InternalRoom.g:5409:2: rule__PrimitiveType__Group__4__Impl rule__PrimitiveType__Group__5
{
- pushFollow(FOLLOW_14);
+ pushFollow(FOLLOW_15);
rule__PrimitiveType__Group__4__Impl();
state._fsp--;
@@ -16592,17 +16688,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__4__Impl"
- // InternalRoom.g:5396:1: rule__PrimitiveType__Group__4__Impl : ( '->' ) ;
+ // InternalRoom.g:5416:1: rule__PrimitiveType__Group__4__Impl : ( '->' ) ;
public final void rule__PrimitiveType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5400:1: ( ( '->' ) )
- // InternalRoom.g:5401:1: ( '->' )
+ // InternalRoom.g:5420:1: ( ( '->' ) )
+ // InternalRoom.g:5421:1: ( '->' )
{
- // InternalRoom.g:5401:1: ( '->' )
- // InternalRoom.g:5402:1: '->'
+ // InternalRoom.g:5421:1: ( '->' )
+ // InternalRoom.g:5422:1: '->'
{
before(grammarAccess.getPrimitiveTypeAccess().getHyphenMinusGreaterThanSignKeyword_4());
match(input,49,FOLLOW_2);
@@ -16629,16 +16725,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__5"
- // InternalRoom.g:5415:1: rule__PrimitiveType__Group__5 : rule__PrimitiveType__Group__5__Impl rule__PrimitiveType__Group__6 ;
+ // InternalRoom.g:5435:1: rule__PrimitiveType__Group__5 : rule__PrimitiveType__Group__5__Impl rule__PrimitiveType__Group__6 ;
public final void rule__PrimitiveType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5419:1: ( rule__PrimitiveType__Group__5__Impl rule__PrimitiveType__Group__6 )
- // InternalRoom.g:5420:2: rule__PrimitiveType__Group__5__Impl rule__PrimitiveType__Group__6
+ // InternalRoom.g:5439:1: ( rule__PrimitiveType__Group__5__Impl rule__PrimitiveType__Group__6 )
+ // InternalRoom.g:5440:2: rule__PrimitiveType__Group__5__Impl rule__PrimitiveType__Group__6
{
- pushFollow(FOLLOW_15);
+ pushFollow(FOLLOW_16);
rule__PrimitiveType__Group__5__Impl();
state._fsp--;
@@ -16667,21 +16763,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__5__Impl"
- // InternalRoom.g:5427:1: rule__PrimitiveType__Group__5__Impl : ( ( rule__PrimitiveType__TargetNameAssignment_5 ) ) ;
+ // InternalRoom.g:5447:1: rule__PrimitiveType__Group__5__Impl : ( ( rule__PrimitiveType__TargetNameAssignment_5 ) ) ;
public final void rule__PrimitiveType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5431:1: ( ( ( rule__PrimitiveType__TargetNameAssignment_5 ) ) )
- // InternalRoom.g:5432:1: ( ( rule__PrimitiveType__TargetNameAssignment_5 ) )
+ // InternalRoom.g:5451:1: ( ( ( rule__PrimitiveType__TargetNameAssignment_5 ) ) )
+ // InternalRoom.g:5452:1: ( ( rule__PrimitiveType__TargetNameAssignment_5 ) )
{
- // InternalRoom.g:5432:1: ( ( rule__PrimitiveType__TargetNameAssignment_5 ) )
- // InternalRoom.g:5433:1: ( rule__PrimitiveType__TargetNameAssignment_5 )
+ // InternalRoom.g:5452:1: ( ( rule__PrimitiveType__TargetNameAssignment_5 ) )
+ // InternalRoom.g:5453:1: ( rule__PrimitiveType__TargetNameAssignment_5 )
{
before(grammarAccess.getPrimitiveTypeAccess().getTargetNameAssignment_5());
- // InternalRoom.g:5434:1: ( rule__PrimitiveType__TargetNameAssignment_5 )
- // InternalRoom.g:5434:2: rule__PrimitiveType__TargetNameAssignment_5
+ // InternalRoom.g:5454:1: ( rule__PrimitiveType__TargetNameAssignment_5 )
+ // InternalRoom.g:5454:2: rule__PrimitiveType__TargetNameAssignment_5
{
pushFollow(FOLLOW_2);
rule__PrimitiveType__TargetNameAssignment_5();
@@ -16714,16 +16810,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__6"
- // InternalRoom.g:5444:1: rule__PrimitiveType__Group__6 : rule__PrimitiveType__Group__6__Impl rule__PrimitiveType__Group__7 ;
+ // InternalRoom.g:5464:1: rule__PrimitiveType__Group__6 : rule__PrimitiveType__Group__6__Impl rule__PrimitiveType__Group__7 ;
public final void rule__PrimitiveType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5448:1: ( rule__PrimitiveType__Group__6__Impl rule__PrimitiveType__Group__7 )
- // InternalRoom.g:5449:2: rule__PrimitiveType__Group__6__Impl rule__PrimitiveType__Group__7
+ // InternalRoom.g:5468:1: ( rule__PrimitiveType__Group__6__Impl rule__PrimitiveType__Group__7 )
+ // InternalRoom.g:5469:2: rule__PrimitiveType__Group__6__Impl rule__PrimitiveType__Group__7
{
- pushFollow(FOLLOW_15);
+ pushFollow(FOLLOW_16);
rule__PrimitiveType__Group__6__Impl();
state._fsp--;
@@ -16752,29 +16848,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__6__Impl"
- // InternalRoom.g:5456:1: rule__PrimitiveType__Group__6__Impl : ( ( rule__PrimitiveType__Group_6__0 )? ) ;
+ // InternalRoom.g:5476:1: rule__PrimitiveType__Group__6__Impl : ( ( rule__PrimitiveType__Group_6__0 )? ) ;
public final void rule__PrimitiveType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5460:1: ( ( ( rule__PrimitiveType__Group_6__0 )? ) )
- // InternalRoom.g:5461:1: ( ( rule__PrimitiveType__Group_6__0 )? )
+ // InternalRoom.g:5480:1: ( ( ( rule__PrimitiveType__Group_6__0 )? ) )
+ // InternalRoom.g:5481:1: ( ( rule__PrimitiveType__Group_6__0 )? )
{
- // InternalRoom.g:5461:1: ( ( rule__PrimitiveType__Group_6__0 )? )
- // InternalRoom.g:5462:1: ( rule__PrimitiveType__Group_6__0 )?
+ // InternalRoom.g:5481:1: ( ( rule__PrimitiveType__Group_6__0 )? )
+ // InternalRoom.g:5482:1: ( rule__PrimitiveType__Group_6__0 )?
{
before(grammarAccess.getPrimitiveTypeAccess().getGroup_6());
- // InternalRoom.g:5463:1: ( rule__PrimitiveType__Group_6__0 )?
- int alt63=2;
- int LA63_0 = input.LA(1);
+ // InternalRoom.g:5483:1: ( rule__PrimitiveType__Group_6__0 )?
+ int alt64=2;
+ int LA64_0 = input.LA(1);
- if ( (LA63_0==51) ) {
- alt63=1;
+ if ( (LA64_0==51) ) {
+ alt64=1;
}
- switch (alt63) {
+ switch (alt64) {
case 1 :
- // InternalRoom.g:5463:2: rule__PrimitiveType__Group_6__0
+ // InternalRoom.g:5483:2: rule__PrimitiveType__Group_6__0
{
pushFollow(FOLLOW_2);
rule__PrimitiveType__Group_6__0();
@@ -16810,16 +16906,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__7"
- // InternalRoom.g:5473:1: rule__PrimitiveType__Group__7 : rule__PrimitiveType__Group__7__Impl rule__PrimitiveType__Group__8 ;
+ // InternalRoom.g:5493:1: rule__PrimitiveType__Group__7 : rule__PrimitiveType__Group__7__Impl rule__PrimitiveType__Group__8 ;
public final void rule__PrimitiveType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5477:1: ( rule__PrimitiveType__Group__7__Impl rule__PrimitiveType__Group__8 )
- // InternalRoom.g:5478:2: rule__PrimitiveType__Group__7__Impl rule__PrimitiveType__Group__8
+ // InternalRoom.g:5497:1: ( rule__PrimitiveType__Group__7__Impl rule__PrimitiveType__Group__8 )
+ // InternalRoom.g:5498:2: rule__PrimitiveType__Group__7__Impl rule__PrimitiveType__Group__8
{
- pushFollow(FOLLOW_14);
+ pushFollow(FOLLOW_15);
rule__PrimitiveType__Group__7__Impl();
state._fsp--;
@@ -16848,17 +16944,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__7__Impl"
- // InternalRoom.g:5485:1: rule__PrimitiveType__Group__7__Impl : ( 'default' ) ;
+ // InternalRoom.g:5505:1: rule__PrimitiveType__Group__7__Impl : ( 'default' ) ;
public final void rule__PrimitiveType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5489:1: ( ( 'default' ) )
- // InternalRoom.g:5490:1: ( 'default' )
+ // InternalRoom.g:5509:1: ( ( 'default' ) )
+ // InternalRoom.g:5510:1: ( 'default' )
{
- // InternalRoom.g:5490:1: ( 'default' )
- // InternalRoom.g:5491:1: 'default'
+ // InternalRoom.g:5510:1: ( 'default' )
+ // InternalRoom.g:5511:1: 'default'
{
before(grammarAccess.getPrimitiveTypeAccess().getDefaultKeyword_7());
match(input,50,FOLLOW_2);
@@ -16885,16 +16981,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__8"
- // InternalRoom.g:5504:1: rule__PrimitiveType__Group__8 : rule__PrimitiveType__Group__8__Impl rule__PrimitiveType__Group__9 ;
+ // InternalRoom.g:5524:1: rule__PrimitiveType__Group__8 : rule__PrimitiveType__Group__8__Impl rule__PrimitiveType__Group__9 ;
public final void rule__PrimitiveType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5508:1: ( rule__PrimitiveType__Group__8__Impl rule__PrimitiveType__Group__9 )
- // InternalRoom.g:5509:2: rule__PrimitiveType__Group__8__Impl rule__PrimitiveType__Group__9
+ // InternalRoom.g:5528:1: ( rule__PrimitiveType__Group__8__Impl rule__PrimitiveType__Group__9 )
+ // InternalRoom.g:5529:2: rule__PrimitiveType__Group__8__Impl rule__PrimitiveType__Group__9
{
- pushFollow(FOLLOW_16);
+ pushFollow(FOLLOW_17);
rule__PrimitiveType__Group__8__Impl();
state._fsp--;
@@ -16923,21 +17019,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__8__Impl"
- // InternalRoom.g:5516:1: rule__PrimitiveType__Group__8__Impl : ( ( rule__PrimitiveType__DefaultValueLiteralAssignment_8 ) ) ;
+ // InternalRoom.g:5536:1: rule__PrimitiveType__Group__8__Impl : ( ( rule__PrimitiveType__DefaultValueLiteralAssignment_8 ) ) ;
public final void rule__PrimitiveType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5520:1: ( ( ( rule__PrimitiveType__DefaultValueLiteralAssignment_8 ) ) )
- // InternalRoom.g:5521:1: ( ( rule__PrimitiveType__DefaultValueLiteralAssignment_8 ) )
+ // InternalRoom.g:5540:1: ( ( ( rule__PrimitiveType__DefaultValueLiteralAssignment_8 ) ) )
+ // InternalRoom.g:5541:1: ( ( rule__PrimitiveType__DefaultValueLiteralAssignment_8 ) )
{
- // InternalRoom.g:5521:1: ( ( rule__PrimitiveType__DefaultValueLiteralAssignment_8 ) )
- // InternalRoom.g:5522:1: ( rule__PrimitiveType__DefaultValueLiteralAssignment_8 )
+ // InternalRoom.g:5541:1: ( ( rule__PrimitiveType__DefaultValueLiteralAssignment_8 ) )
+ // InternalRoom.g:5542:1: ( rule__PrimitiveType__DefaultValueLiteralAssignment_8 )
{
before(grammarAccess.getPrimitiveTypeAccess().getDefaultValueLiteralAssignment_8());
- // InternalRoom.g:5523:1: ( rule__PrimitiveType__DefaultValueLiteralAssignment_8 )
- // InternalRoom.g:5523:2: rule__PrimitiveType__DefaultValueLiteralAssignment_8
+ // InternalRoom.g:5543:1: ( rule__PrimitiveType__DefaultValueLiteralAssignment_8 )
+ // InternalRoom.g:5543:2: rule__PrimitiveType__DefaultValueLiteralAssignment_8
{
pushFollow(FOLLOW_2);
rule__PrimitiveType__DefaultValueLiteralAssignment_8();
@@ -16970,14 +17066,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__9"
- // InternalRoom.g:5533:1: rule__PrimitiveType__Group__9 : rule__PrimitiveType__Group__9__Impl ;
+ // InternalRoom.g:5553:1: rule__PrimitiveType__Group__9 : rule__PrimitiveType__Group__9__Impl ;
public final void rule__PrimitiveType__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5537:1: ( rule__PrimitiveType__Group__9__Impl )
- // InternalRoom.g:5538:2: rule__PrimitiveType__Group__9__Impl
+ // InternalRoom.g:5557:1: ( rule__PrimitiveType__Group__9__Impl )
+ // InternalRoom.g:5558:2: rule__PrimitiveType__Group__9__Impl
{
pushFollow(FOLLOW_2);
rule__PrimitiveType__Group__9__Impl();
@@ -17003,29 +17099,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group__9__Impl"
- // InternalRoom.g:5544:1: rule__PrimitiveType__Group__9__Impl : ( ( rule__PrimitiveType__DocuAssignment_9 )? ) ;
+ // InternalRoom.g:5564:1: rule__PrimitiveType__Group__9__Impl : ( ( rule__PrimitiveType__DocuAssignment_9 )? ) ;
public final void rule__PrimitiveType__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5548:1: ( ( ( rule__PrimitiveType__DocuAssignment_9 )? ) )
- // InternalRoom.g:5549:1: ( ( rule__PrimitiveType__DocuAssignment_9 )? )
+ // InternalRoom.g:5568:1: ( ( ( rule__PrimitiveType__DocuAssignment_9 )? ) )
+ // InternalRoom.g:5569:1: ( ( rule__PrimitiveType__DocuAssignment_9 )? )
{
- // InternalRoom.g:5549:1: ( ( rule__PrimitiveType__DocuAssignment_9 )? )
- // InternalRoom.g:5550:1: ( rule__PrimitiveType__DocuAssignment_9 )?
+ // InternalRoom.g:5569:1: ( ( rule__PrimitiveType__DocuAssignment_9 )? )
+ // InternalRoom.g:5570:1: ( rule__PrimitiveType__DocuAssignment_9 )?
{
before(grammarAccess.getPrimitiveTypeAccess().getDocuAssignment_9());
- // InternalRoom.g:5551:1: ( rule__PrimitiveType__DocuAssignment_9 )?
- int alt64=2;
- int LA64_0 = input.LA(1);
+ // InternalRoom.g:5571:1: ( rule__PrimitiveType__DocuAssignment_9 )?
+ int alt65=2;
+ int LA65_0 = input.LA(1);
- if ( (LA64_0==63) ) {
- alt64=1;
+ if ( (LA65_0==63) ) {
+ alt65=1;
}
- switch (alt64) {
+ switch (alt65) {
case 1 :
- // InternalRoom.g:5551:2: rule__PrimitiveType__DocuAssignment_9
+ // InternalRoom.g:5571:2: rule__PrimitiveType__DocuAssignment_9
{
pushFollow(FOLLOW_2);
rule__PrimitiveType__DocuAssignment_9();
@@ -17061,14 +17157,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group_6__0"
- // InternalRoom.g:5581:1: rule__PrimitiveType__Group_6__0 : rule__PrimitiveType__Group_6__0__Impl rule__PrimitiveType__Group_6__1 ;
+ // InternalRoom.g:5601:1: rule__PrimitiveType__Group_6__0 : rule__PrimitiveType__Group_6__0__Impl rule__PrimitiveType__Group_6__1 ;
public final void rule__PrimitiveType__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5585:1: ( rule__PrimitiveType__Group_6__0__Impl rule__PrimitiveType__Group_6__1 )
- // InternalRoom.g:5586:2: rule__PrimitiveType__Group_6__0__Impl rule__PrimitiveType__Group_6__1
+ // InternalRoom.g:5605:1: ( rule__PrimitiveType__Group_6__0__Impl rule__PrimitiveType__Group_6__1 )
+ // InternalRoom.g:5606:2: rule__PrimitiveType__Group_6__0__Impl rule__PrimitiveType__Group_6__1
{
pushFollow(FOLLOW_3);
rule__PrimitiveType__Group_6__0__Impl();
@@ -17099,17 +17195,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group_6__0__Impl"
- // InternalRoom.g:5593:1: rule__PrimitiveType__Group_6__0__Impl : ( '(' ) ;
+ // InternalRoom.g:5613:1: rule__PrimitiveType__Group_6__0__Impl : ( '(' ) ;
public final void rule__PrimitiveType__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5597:1: ( ( '(' ) )
- // InternalRoom.g:5598:1: ( '(' )
+ // InternalRoom.g:5617:1: ( ( '(' ) )
+ // InternalRoom.g:5618:1: ( '(' )
{
- // InternalRoom.g:5598:1: ( '(' )
- // InternalRoom.g:5599:1: '('
+ // InternalRoom.g:5618:1: ( '(' )
+ // InternalRoom.g:5619:1: '('
{
before(grammarAccess.getPrimitiveTypeAccess().getLeftParenthesisKeyword_6_0());
match(input,51,FOLLOW_2);
@@ -17136,16 +17232,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group_6__1"
- // InternalRoom.g:5612:1: rule__PrimitiveType__Group_6__1 : rule__PrimitiveType__Group_6__1__Impl rule__PrimitiveType__Group_6__2 ;
+ // InternalRoom.g:5632:1: rule__PrimitiveType__Group_6__1 : rule__PrimitiveType__Group_6__1__Impl rule__PrimitiveType__Group_6__2 ;
public final void rule__PrimitiveType__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5616:1: ( rule__PrimitiveType__Group_6__1__Impl rule__PrimitiveType__Group_6__2 )
- // InternalRoom.g:5617:2: rule__PrimitiveType__Group_6__1__Impl rule__PrimitiveType__Group_6__2
+ // InternalRoom.g:5636:1: ( rule__PrimitiveType__Group_6__1__Impl rule__PrimitiveType__Group_6__2 )
+ // InternalRoom.g:5637:2: rule__PrimitiveType__Group_6__1__Impl rule__PrimitiveType__Group_6__2
{
- pushFollow(FOLLOW_17);
+ pushFollow(FOLLOW_18);
rule__PrimitiveType__Group_6__1__Impl();
state._fsp--;
@@ -17174,21 +17270,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group_6__1__Impl"
- // InternalRoom.g:5624:1: rule__PrimitiveType__Group_6__1__Impl : ( ( rule__PrimitiveType__CastNameAssignment_6_1 ) ) ;
+ // InternalRoom.g:5644:1: rule__PrimitiveType__Group_6__1__Impl : ( ( rule__PrimitiveType__CastNameAssignment_6_1 ) ) ;
public final void rule__PrimitiveType__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5628:1: ( ( ( rule__PrimitiveType__CastNameAssignment_6_1 ) ) )
- // InternalRoom.g:5629:1: ( ( rule__PrimitiveType__CastNameAssignment_6_1 ) )
+ // InternalRoom.g:5648:1: ( ( ( rule__PrimitiveType__CastNameAssignment_6_1 ) ) )
+ // InternalRoom.g:5649:1: ( ( rule__PrimitiveType__CastNameAssignment_6_1 ) )
{
- // InternalRoom.g:5629:1: ( ( rule__PrimitiveType__CastNameAssignment_6_1 ) )
- // InternalRoom.g:5630:1: ( rule__PrimitiveType__CastNameAssignment_6_1 )
+ // InternalRoom.g:5649:1: ( ( rule__PrimitiveType__CastNameAssignment_6_1 ) )
+ // InternalRoom.g:5650:1: ( rule__PrimitiveType__CastNameAssignment_6_1 )
{
before(grammarAccess.getPrimitiveTypeAccess().getCastNameAssignment_6_1());
- // InternalRoom.g:5631:1: ( rule__PrimitiveType__CastNameAssignment_6_1 )
- // InternalRoom.g:5631:2: rule__PrimitiveType__CastNameAssignment_6_1
+ // InternalRoom.g:5651:1: ( rule__PrimitiveType__CastNameAssignment_6_1 )
+ // InternalRoom.g:5651:2: rule__PrimitiveType__CastNameAssignment_6_1
{
pushFollow(FOLLOW_2);
rule__PrimitiveType__CastNameAssignment_6_1();
@@ -17221,14 +17317,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group_6__2"
- // InternalRoom.g:5641:1: rule__PrimitiveType__Group_6__2 : rule__PrimitiveType__Group_6__2__Impl ;
+ // InternalRoom.g:5661:1: rule__PrimitiveType__Group_6__2 : rule__PrimitiveType__Group_6__2__Impl ;
public final void rule__PrimitiveType__Group_6__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5645:1: ( rule__PrimitiveType__Group_6__2__Impl )
- // InternalRoom.g:5646:2: rule__PrimitiveType__Group_6__2__Impl
+ // InternalRoom.g:5665:1: ( rule__PrimitiveType__Group_6__2__Impl )
+ // InternalRoom.g:5666:2: rule__PrimitiveType__Group_6__2__Impl
{
pushFollow(FOLLOW_2);
rule__PrimitiveType__Group_6__2__Impl();
@@ -17254,17 +17350,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__Group_6__2__Impl"
- // InternalRoom.g:5652:1: rule__PrimitiveType__Group_6__2__Impl : ( ')' ) ;
+ // InternalRoom.g:5672:1: rule__PrimitiveType__Group_6__2__Impl : ( ')' ) ;
public final void rule__PrimitiveType__Group_6__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5656:1: ( ( ')' ) )
- // InternalRoom.g:5657:1: ( ')' )
+ // InternalRoom.g:5676:1: ( ( ')' ) )
+ // InternalRoom.g:5677:1: ( ')' )
{
- // InternalRoom.g:5657:1: ( ')' )
- // InternalRoom.g:5658:1: ')'
+ // InternalRoom.g:5677:1: ( ')' )
+ // InternalRoom.g:5678:1: ')'
{
before(grammarAccess.getPrimitiveTypeAccess().getRightParenthesisKeyword_6_2());
match(input,52,FOLLOW_2);
@@ -17291,14 +17387,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group__0"
- // InternalRoom.g:5677:1: rule__EnumerationType__Group__0 : rule__EnumerationType__Group__0__Impl rule__EnumerationType__Group__1 ;
+ // InternalRoom.g:5697:1: rule__EnumerationType__Group__0 : rule__EnumerationType__Group__0__Impl rule__EnumerationType__Group__1 ;
public final void rule__EnumerationType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5681:1: ( rule__EnumerationType__Group__0__Impl rule__EnumerationType__Group__1 )
- // InternalRoom.g:5682:2: rule__EnumerationType__Group__0__Impl rule__EnumerationType__Group__1
+ // InternalRoom.g:5701:1: ( rule__EnumerationType__Group__0__Impl rule__EnumerationType__Group__1 )
+ // InternalRoom.g:5702:2: rule__EnumerationType__Group__0__Impl rule__EnumerationType__Group__1
{
pushFollow(FOLLOW_3);
rule__EnumerationType__Group__0__Impl();
@@ -17329,17 +17425,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group__0__Impl"
- // InternalRoom.g:5689:1: rule__EnumerationType__Group__0__Impl : ( 'Enumeration' ) ;
+ // InternalRoom.g:5709:1: rule__EnumerationType__Group__0__Impl : ( 'Enumeration' ) ;
public final void rule__EnumerationType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5693:1: ( ( 'Enumeration' ) )
- // InternalRoom.g:5694:1: ( 'Enumeration' )
+ // InternalRoom.g:5713:1: ( ( 'Enumeration' ) )
+ // InternalRoom.g:5714:1: ( 'Enumeration' )
{
- // InternalRoom.g:5694:1: ( 'Enumeration' )
- // InternalRoom.g:5695:1: 'Enumeration'
+ // InternalRoom.g:5714:1: ( 'Enumeration' )
+ // InternalRoom.g:5715:1: 'Enumeration'
{
before(grammarAccess.getEnumerationTypeAccess().getEnumerationKeyword_0());
match(input,53,FOLLOW_2);
@@ -17366,16 +17462,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group__1"
- // InternalRoom.g:5708:1: rule__EnumerationType__Group__1 : rule__EnumerationType__Group__1__Impl rule__EnumerationType__Group__2 ;
+ // InternalRoom.g:5728:1: rule__EnumerationType__Group__1 : rule__EnumerationType__Group__1__Impl rule__EnumerationType__Group__2 ;
public final void rule__EnumerationType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5712:1: ( rule__EnumerationType__Group__1__Impl rule__EnumerationType__Group__2 )
- // InternalRoom.g:5713:2: rule__EnumerationType__Group__1__Impl rule__EnumerationType__Group__2
+ // InternalRoom.g:5732:1: ( rule__EnumerationType__Group__1__Impl rule__EnumerationType__Group__2 )
+ // InternalRoom.g:5733:2: rule__EnumerationType__Group__1__Impl rule__EnumerationType__Group__2
{
- pushFollow(FOLLOW_18);
+ pushFollow(FOLLOW_19);
rule__EnumerationType__Group__1__Impl();
state._fsp--;
@@ -17404,21 +17500,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group__1__Impl"
- // InternalRoom.g:5720:1: rule__EnumerationType__Group__1__Impl : ( ( rule__EnumerationType__NameAssignment_1 ) ) ;
+ // InternalRoom.g:5740:1: rule__EnumerationType__Group__1__Impl : ( ( rule__EnumerationType__NameAssignment_1 ) ) ;
public final void rule__EnumerationType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5724:1: ( ( ( rule__EnumerationType__NameAssignment_1 ) ) )
- // InternalRoom.g:5725:1: ( ( rule__EnumerationType__NameAssignment_1 ) )
+ // InternalRoom.g:5744:1: ( ( ( rule__EnumerationType__NameAssignment_1 ) ) )
+ // InternalRoom.g:5745:1: ( ( rule__EnumerationType__NameAssignment_1 ) )
{
- // InternalRoom.g:5725:1: ( ( rule__EnumerationType__NameAssignment_1 ) )
- // InternalRoom.g:5726:1: ( rule__EnumerationType__NameAssignment_1 )
+ // InternalRoom.g:5745:1: ( ( rule__EnumerationType__NameAssignment_1 ) )
+ // InternalRoom.g:5746:1: ( rule__EnumerationType__NameAssignment_1 )
{
before(grammarAccess.getEnumerationTypeAccess().getNameAssignment_1());
- // InternalRoom.g:5727:1: ( rule__EnumerationType__NameAssignment_1 )
- // InternalRoom.g:5727:2: rule__EnumerationType__NameAssignment_1
+ // InternalRoom.g:5747:1: ( rule__EnumerationType__NameAssignment_1 )
+ // InternalRoom.g:5747:2: rule__EnumerationType__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__EnumerationType__NameAssignment_1();
@@ -17451,16 +17547,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group__2"
- // InternalRoom.g:5737:1: rule__EnumerationType__Group__2 : rule__EnumerationType__Group__2__Impl rule__EnumerationType__Group__3 ;
+ // InternalRoom.g:5757:1: rule__EnumerationType__Group__2 : rule__EnumerationType__Group__2__Impl rule__EnumerationType__Group__3 ;
public final void rule__EnumerationType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5741:1: ( rule__EnumerationType__Group__2__Impl rule__EnumerationType__Group__3 )
- // InternalRoom.g:5742:2: rule__EnumerationType__Group__2__Impl rule__EnumerationType__Group__3
+ // InternalRoom.g:5761:1: ( rule__EnumerationType__Group__2__Impl rule__EnumerationType__Group__3 )
+ // InternalRoom.g:5762:2: rule__EnumerationType__Group__2__Impl rule__EnumerationType__Group__3
{
- pushFollow(FOLLOW_18);
+ pushFollow(FOLLOW_19);
rule__EnumerationType__Group__2__Impl();
state._fsp--;
@@ -17489,29 +17585,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group__2__Impl"
- // InternalRoom.g:5749:1: rule__EnumerationType__Group__2__Impl : ( ( rule__EnumerationType__DocuAssignment_2 )? ) ;
+ // InternalRoom.g:5769:1: rule__EnumerationType__Group__2__Impl : ( ( rule__EnumerationType__DocuAssignment_2 )? ) ;
public final void rule__EnumerationType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5753:1: ( ( ( rule__EnumerationType__DocuAssignment_2 )? ) )
- // InternalRoom.g:5754:1: ( ( rule__EnumerationType__DocuAssignment_2 )? )
+ // InternalRoom.g:5773:1: ( ( ( rule__EnumerationType__DocuAssignment_2 )? ) )
+ // InternalRoom.g:5774:1: ( ( rule__EnumerationType__DocuAssignment_2 )? )
{
- // InternalRoom.g:5754:1: ( ( rule__EnumerationType__DocuAssignment_2 )? )
- // InternalRoom.g:5755:1: ( rule__EnumerationType__DocuAssignment_2 )?
+ // InternalRoom.g:5774:1: ( ( rule__EnumerationType__DocuAssignment_2 )? )
+ // InternalRoom.g:5775:1: ( rule__EnumerationType__DocuAssignment_2 )?
{
before(grammarAccess.getEnumerationTypeAccess().getDocuAssignment_2());
- // InternalRoom.g:5756:1: ( rule__EnumerationType__DocuAssignment_2 )?
- int alt65=2;
- int LA65_0 = input.LA(1);
+ // InternalRoom.g:5776:1: ( rule__EnumerationType__DocuAssignment_2 )?
+ int alt66=2;
+ int LA66_0 = input.LA(1);
- if ( (LA65_0==63) ) {
- alt65=1;
+ if ( (LA66_0==63) ) {
+ alt66=1;
}
- switch (alt65) {
+ switch (alt66) {
case 1 :
- // InternalRoom.g:5756:2: rule__EnumerationType__DocuAssignment_2
+ // InternalRoom.g:5776:2: rule__EnumerationType__DocuAssignment_2
{
pushFollow(FOLLOW_2);
rule__EnumerationType__DocuAssignment_2();
@@ -17547,16 +17643,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group__3"
- // InternalRoom.g:5766:1: rule__EnumerationType__Group__3 : rule__EnumerationType__Group__3__Impl rule__EnumerationType__Group__4 ;
+ // InternalRoom.g:5786:1: rule__EnumerationType__Group__3 : rule__EnumerationType__Group__3__Impl rule__EnumerationType__Group__4 ;
public final void rule__EnumerationType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5770:1: ( rule__EnumerationType__Group__3__Impl rule__EnumerationType__Group__4 )
- // InternalRoom.g:5771:2: rule__EnumerationType__Group__3__Impl rule__EnumerationType__Group__4
+ // InternalRoom.g:5790:1: ( rule__EnumerationType__Group__3__Impl rule__EnumerationType__Group__4 )
+ // InternalRoom.g:5791:2: rule__EnumerationType__Group__3__Impl rule__EnumerationType__Group__4
{
- pushFollow(FOLLOW_18);
+ pushFollow(FOLLOW_19);
rule__EnumerationType__Group__3__Impl();
state._fsp--;
@@ -17585,29 +17681,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group__3__Impl"
- // InternalRoom.g:5778:1: rule__EnumerationType__Group__3__Impl : ( ( rule__EnumerationType__Group_3__0 )? ) ;
+ // InternalRoom.g:5798:1: rule__EnumerationType__Group__3__Impl : ( ( rule__EnumerationType__Group_3__0 )? ) ;
public final void rule__EnumerationType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5782:1: ( ( ( rule__EnumerationType__Group_3__0 )? ) )
- // InternalRoom.g:5783:1: ( ( rule__EnumerationType__Group_3__0 )? )
+ // InternalRoom.g:5802:1: ( ( ( rule__EnumerationType__Group_3__0 )? ) )
+ // InternalRoom.g:5803:1: ( ( rule__EnumerationType__Group_3__0 )? )
{
- // InternalRoom.g:5783:1: ( ( rule__EnumerationType__Group_3__0 )? )
- // InternalRoom.g:5784:1: ( rule__EnumerationType__Group_3__0 )?
+ // InternalRoom.g:5803:1: ( ( rule__EnumerationType__Group_3__0 )? )
+ // InternalRoom.g:5804:1: ( rule__EnumerationType__Group_3__0 )?
{
before(grammarAccess.getEnumerationTypeAccess().getGroup_3());
- // InternalRoom.g:5785:1: ( rule__EnumerationType__Group_3__0 )?
- int alt66=2;
- int LA66_0 = input.LA(1);
+ // InternalRoom.g:5805:1: ( rule__EnumerationType__Group_3__0 )?
+ int alt67=2;
+ int LA67_0 = input.LA(1);
- if ( (LA66_0==54) ) {
- alt66=1;
+ if ( (LA67_0==54) ) {
+ alt67=1;
}
- switch (alt66) {
+ switch (alt67) {
case 1 :
- // InternalRoom.g:5785:2: rule__EnumerationType__Group_3__0
+ // InternalRoom.g:5805:2: rule__EnumerationType__Group_3__0
{
pushFollow(FOLLOW_2);
rule__EnumerationType__Group_3__0();
@@ -17643,16 +17739,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group__4"
- // InternalRoom.g:5795:1: rule__EnumerationType__Group__4 : rule__EnumerationType__Group__4__Impl rule__EnumerationType__Group__5 ;
+ // InternalRoom.g:5815:1: rule__EnumerationType__Group__4 : rule__EnumerationType__Group__4__Impl rule__EnumerationType__Group__5 ;
public final void rule__EnumerationType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5799:1: ( rule__EnumerationType__Group__4__Impl rule__EnumerationType__Group__5 )
- // InternalRoom.g:5800:2: rule__EnumerationType__Group__4__Impl rule__EnumerationType__Group__5
+ // InternalRoom.g:5819:1: ( rule__EnumerationType__Group__4__Impl rule__EnumerationType__Group__5 )
+ // InternalRoom.g:5820:2: rule__EnumerationType__Group__4__Impl rule__EnumerationType__Group__5
{
- pushFollow(FOLLOW_19);
+ pushFollow(FOLLOW_20);
rule__EnumerationType__Group__4__Impl();
state._fsp--;
@@ -17681,17 +17777,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group__4__Impl"
- // InternalRoom.g:5807:1: rule__EnumerationType__Group__4__Impl : ( '{' ) ;
+ // InternalRoom.g:5827:1: rule__EnumerationType__Group__4__Impl : ( '{' ) ;
public final void rule__EnumerationType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5811:1: ( ( '{' ) )
- // InternalRoom.g:5812:1: ( '{' )
+ // InternalRoom.g:5831:1: ( ( '{' ) )
+ // InternalRoom.g:5832:1: ( '{' )
{
- // InternalRoom.g:5812:1: ( '{' )
- // InternalRoom.g:5813:1: '{'
+ // InternalRoom.g:5832:1: ( '{' )
+ // InternalRoom.g:5833:1: '{'
{
before(grammarAccess.getEnumerationTypeAccess().getLeftCurlyBracketKeyword_4());
match(input,45,FOLLOW_2);
@@ -17718,16 +17814,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group__5"
- // InternalRoom.g:5826:1: rule__EnumerationType__Group__5 : rule__EnumerationType__Group__5__Impl rule__EnumerationType__Group__6 ;
+ // InternalRoom.g:5846:1: rule__EnumerationType__Group__5 : rule__EnumerationType__Group__5__Impl rule__EnumerationType__Group__6 ;
public final void rule__EnumerationType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5830:1: ( rule__EnumerationType__Group__5__Impl rule__EnumerationType__Group__6 )
- // InternalRoom.g:5831:2: rule__EnumerationType__Group__5__Impl rule__EnumerationType__Group__6
+ // InternalRoom.g:5850:1: ( rule__EnumerationType__Group__5__Impl rule__EnumerationType__Group__6 )
+ // InternalRoom.g:5851:2: rule__EnumerationType__Group__5__Impl rule__EnumerationType__Group__6
{
- pushFollow(FOLLOW_19);
+ pushFollow(FOLLOW_20);
rule__EnumerationType__Group__5__Impl();
state._fsp--;
@@ -17756,29 +17852,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group__5__Impl"
- // InternalRoom.g:5838:1: rule__EnumerationType__Group__5__Impl : ( ( rule__EnumerationType__Group_5__0 )? ) ;
+ // InternalRoom.g:5858:1: rule__EnumerationType__Group__5__Impl : ( ( rule__EnumerationType__Group_5__0 )? ) ;
public final void rule__EnumerationType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5842:1: ( ( ( rule__EnumerationType__Group_5__0 )? ) )
- // InternalRoom.g:5843:1: ( ( rule__EnumerationType__Group_5__0 )? )
+ // InternalRoom.g:5862:1: ( ( ( rule__EnumerationType__Group_5__0 )? ) )
+ // InternalRoom.g:5863:1: ( ( rule__EnumerationType__Group_5__0 )? )
{
- // InternalRoom.g:5843:1: ( ( rule__EnumerationType__Group_5__0 )? )
- // InternalRoom.g:5844:1: ( rule__EnumerationType__Group_5__0 )?
+ // InternalRoom.g:5863:1: ( ( rule__EnumerationType__Group_5__0 )? )
+ // InternalRoom.g:5864:1: ( rule__EnumerationType__Group_5__0 )?
{
before(grammarAccess.getEnumerationTypeAccess().getGroup_5());
- // InternalRoom.g:5845:1: ( rule__EnumerationType__Group_5__0 )?
- int alt67=2;
- int LA67_0 = input.LA(1);
+ // InternalRoom.g:5865:1: ( rule__EnumerationType__Group_5__0 )?
+ int alt68=2;
+ int LA68_0 = input.LA(1);
- if ( (LA67_0==RULE_ID) ) {
- alt67=1;
+ if ( (LA68_0==RULE_ID) ) {
+ alt68=1;
}
- switch (alt67) {
+ switch (alt68) {
case 1 :
- // InternalRoom.g:5845:2: rule__EnumerationType__Group_5__0
+ // InternalRoom.g:5865:2: rule__EnumerationType__Group_5__0
{
pushFollow(FOLLOW_2);
rule__EnumerationType__Group_5__0();
@@ -17814,14 +17910,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group__6"
- // InternalRoom.g:5855:1: rule__EnumerationType__Group__6 : rule__EnumerationType__Group__6__Impl ;
+ // InternalRoom.g:5875:1: rule__EnumerationType__Group__6 : rule__EnumerationType__Group__6__Impl ;
public final void rule__EnumerationType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5859:1: ( rule__EnumerationType__Group__6__Impl )
- // InternalRoom.g:5860:2: rule__EnumerationType__Group__6__Impl
+ // InternalRoom.g:5879:1: ( rule__EnumerationType__Group__6__Impl )
+ // InternalRoom.g:5880:2: rule__EnumerationType__Group__6__Impl
{
pushFollow(FOLLOW_2);
rule__EnumerationType__Group__6__Impl();
@@ -17847,17 +17943,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group__6__Impl"
- // InternalRoom.g:5866:1: rule__EnumerationType__Group__6__Impl : ( '}' ) ;
+ // InternalRoom.g:5886:1: rule__EnumerationType__Group__6__Impl : ( '}' ) ;
public final void rule__EnumerationType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5870:1: ( ( '}' ) )
- // InternalRoom.g:5871:1: ( '}' )
+ // InternalRoom.g:5890:1: ( ( '}' ) )
+ // InternalRoom.g:5891:1: ( '}' )
{
- // InternalRoom.g:5871:1: ( '}' )
- // InternalRoom.g:5872:1: '}'
+ // InternalRoom.g:5891:1: ( '}' )
+ // InternalRoom.g:5892:1: '}'
{
before(grammarAccess.getEnumerationTypeAccess().getRightCurlyBracketKeyword_6());
match(input,46,FOLLOW_2);
@@ -17884,14 +17980,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group_3__0"
- // InternalRoom.g:5899:1: rule__EnumerationType__Group_3__0 : rule__EnumerationType__Group_3__0__Impl rule__EnumerationType__Group_3__1 ;
+ // InternalRoom.g:5919:1: rule__EnumerationType__Group_3__0 : rule__EnumerationType__Group_3__0__Impl rule__EnumerationType__Group_3__1 ;
public final void rule__EnumerationType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5903:1: ( rule__EnumerationType__Group_3__0__Impl rule__EnumerationType__Group_3__1 )
- // InternalRoom.g:5904:2: rule__EnumerationType__Group_3__0__Impl rule__EnumerationType__Group_3__1
+ // InternalRoom.g:5923:1: ( rule__EnumerationType__Group_3__0__Impl rule__EnumerationType__Group_3__1 )
+ // InternalRoom.g:5924:2: rule__EnumerationType__Group_3__0__Impl rule__EnumerationType__Group_3__1
{
pushFollow(FOLLOW_3);
rule__EnumerationType__Group_3__0__Impl();
@@ -17922,17 +18018,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group_3__0__Impl"
- // InternalRoom.g:5911:1: rule__EnumerationType__Group_3__0__Impl : ( 'of' ) ;
+ // InternalRoom.g:5931:1: rule__EnumerationType__Group_3__0__Impl : ( 'of' ) ;
public final void rule__EnumerationType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5915:1: ( ( 'of' ) )
- // InternalRoom.g:5916:1: ( 'of' )
+ // InternalRoom.g:5935:1: ( ( 'of' ) )
+ // InternalRoom.g:5936:1: ( 'of' )
{
- // InternalRoom.g:5916:1: ( 'of' )
- // InternalRoom.g:5917:1: 'of'
+ // InternalRoom.g:5936:1: ( 'of' )
+ // InternalRoom.g:5937:1: 'of'
{
before(grammarAccess.getEnumerationTypeAccess().getOfKeyword_3_0());
match(input,54,FOLLOW_2);
@@ -17959,14 +18055,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group_3__1"
- // InternalRoom.g:5930:1: rule__EnumerationType__Group_3__1 : rule__EnumerationType__Group_3__1__Impl ;
+ // InternalRoom.g:5950:1: rule__EnumerationType__Group_3__1 : rule__EnumerationType__Group_3__1__Impl ;
public final void rule__EnumerationType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5934:1: ( rule__EnumerationType__Group_3__1__Impl )
- // InternalRoom.g:5935:2: rule__EnumerationType__Group_3__1__Impl
+ // InternalRoom.g:5954:1: ( rule__EnumerationType__Group_3__1__Impl )
+ // InternalRoom.g:5955:2: rule__EnumerationType__Group_3__1__Impl
{
pushFollow(FOLLOW_2);
rule__EnumerationType__Group_3__1__Impl();
@@ -17992,21 +18088,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group_3__1__Impl"
- // InternalRoom.g:5941:1: rule__EnumerationType__Group_3__1__Impl : ( ( rule__EnumerationType__PrimitiveTypeAssignment_3_1 ) ) ;
+ // InternalRoom.g:5961:1: rule__EnumerationType__Group_3__1__Impl : ( ( rule__EnumerationType__PrimitiveTypeAssignment_3_1 ) ) ;
public final void rule__EnumerationType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5945:1: ( ( ( rule__EnumerationType__PrimitiveTypeAssignment_3_1 ) ) )
- // InternalRoom.g:5946:1: ( ( rule__EnumerationType__PrimitiveTypeAssignment_3_1 ) )
+ // InternalRoom.g:5965:1: ( ( ( rule__EnumerationType__PrimitiveTypeAssignment_3_1 ) ) )
+ // InternalRoom.g:5966:1: ( ( rule__EnumerationType__PrimitiveTypeAssignment_3_1 ) )
{
- // InternalRoom.g:5946:1: ( ( rule__EnumerationType__PrimitiveTypeAssignment_3_1 ) )
- // InternalRoom.g:5947:1: ( rule__EnumerationType__PrimitiveTypeAssignment_3_1 )
+ // InternalRoom.g:5966:1: ( ( rule__EnumerationType__PrimitiveTypeAssignment_3_1 ) )
+ // InternalRoom.g:5967:1: ( rule__EnumerationType__PrimitiveTypeAssignment_3_1 )
{
before(grammarAccess.getEnumerationTypeAccess().getPrimitiveTypeAssignment_3_1());
- // InternalRoom.g:5948:1: ( rule__EnumerationType__PrimitiveTypeAssignment_3_1 )
- // InternalRoom.g:5948:2: rule__EnumerationType__PrimitiveTypeAssignment_3_1
+ // InternalRoom.g:5968:1: ( rule__EnumerationType__PrimitiveTypeAssignment_3_1 )
+ // InternalRoom.g:5968:2: rule__EnumerationType__PrimitiveTypeAssignment_3_1
{
pushFollow(FOLLOW_2);
rule__EnumerationType__PrimitiveTypeAssignment_3_1();
@@ -18039,16 +18135,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group_5__0"
- // InternalRoom.g:5962:1: rule__EnumerationType__Group_5__0 : rule__EnumerationType__Group_5__0__Impl rule__EnumerationType__Group_5__1 ;
+ // InternalRoom.g:5982:1: rule__EnumerationType__Group_5__0 : rule__EnumerationType__Group_5__0__Impl rule__EnumerationType__Group_5__1 ;
public final void rule__EnumerationType__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5966:1: ( rule__EnumerationType__Group_5__0__Impl rule__EnumerationType__Group_5__1 )
- // InternalRoom.g:5967:2: rule__EnumerationType__Group_5__0__Impl rule__EnumerationType__Group_5__1
+ // InternalRoom.g:5986:1: ( rule__EnumerationType__Group_5__0__Impl rule__EnumerationType__Group_5__1 )
+ // InternalRoom.g:5987:2: rule__EnumerationType__Group_5__0__Impl rule__EnumerationType__Group_5__1
{
- pushFollow(FOLLOW_20);
+ pushFollow(FOLLOW_21);
rule__EnumerationType__Group_5__0__Impl();
state._fsp--;
@@ -18077,21 +18173,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group_5__0__Impl"
- // InternalRoom.g:5974:1: rule__EnumerationType__Group_5__0__Impl : ( ( rule__EnumerationType__LiteralsAssignment_5_0 ) ) ;
+ // InternalRoom.g:5994:1: rule__EnumerationType__Group_5__0__Impl : ( ( rule__EnumerationType__LiteralsAssignment_5_0 ) ) ;
public final void rule__EnumerationType__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5978:1: ( ( ( rule__EnumerationType__LiteralsAssignment_5_0 ) ) )
- // InternalRoom.g:5979:1: ( ( rule__EnumerationType__LiteralsAssignment_5_0 ) )
+ // InternalRoom.g:5998:1: ( ( ( rule__EnumerationType__LiteralsAssignment_5_0 ) ) )
+ // InternalRoom.g:5999:1: ( ( rule__EnumerationType__LiteralsAssignment_5_0 ) )
{
- // InternalRoom.g:5979:1: ( ( rule__EnumerationType__LiteralsAssignment_5_0 ) )
- // InternalRoom.g:5980:1: ( rule__EnumerationType__LiteralsAssignment_5_0 )
+ // InternalRoom.g:5999:1: ( ( rule__EnumerationType__LiteralsAssignment_5_0 ) )
+ // InternalRoom.g:6000:1: ( rule__EnumerationType__LiteralsAssignment_5_0 )
{
before(grammarAccess.getEnumerationTypeAccess().getLiteralsAssignment_5_0());
- // InternalRoom.g:5981:1: ( rule__EnumerationType__LiteralsAssignment_5_0 )
- // InternalRoom.g:5981:2: rule__EnumerationType__LiteralsAssignment_5_0
+ // InternalRoom.g:6001:1: ( rule__EnumerationType__LiteralsAssignment_5_0 )
+ // InternalRoom.g:6001:2: rule__EnumerationType__LiteralsAssignment_5_0
{
pushFollow(FOLLOW_2);
rule__EnumerationType__LiteralsAssignment_5_0();
@@ -18124,14 +18220,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group_5__1"
- // InternalRoom.g:5991:1: rule__EnumerationType__Group_5__1 : rule__EnumerationType__Group_5__1__Impl ;
+ // InternalRoom.g:6011:1: rule__EnumerationType__Group_5__1 : rule__EnumerationType__Group_5__1__Impl ;
public final void rule__EnumerationType__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:5995:1: ( rule__EnumerationType__Group_5__1__Impl )
- // InternalRoom.g:5996:2: rule__EnumerationType__Group_5__1__Impl
+ // InternalRoom.g:6015:1: ( rule__EnumerationType__Group_5__1__Impl )
+ // InternalRoom.g:6016:2: rule__EnumerationType__Group_5__1__Impl
{
pushFollow(FOLLOW_2);
rule__EnumerationType__Group_5__1__Impl();
@@ -18157,35 +18253,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group_5__1__Impl"
- // InternalRoom.g:6002:1: rule__EnumerationType__Group_5__1__Impl : ( ( rule__EnumerationType__Group_5_1__0 )* ) ;
+ // InternalRoom.g:6022:1: rule__EnumerationType__Group_5__1__Impl : ( ( rule__EnumerationType__Group_5_1__0 )* ) ;
public final void rule__EnumerationType__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6006:1: ( ( ( rule__EnumerationType__Group_5_1__0 )* ) )
- // InternalRoom.g:6007:1: ( ( rule__EnumerationType__Group_5_1__0 )* )
+ // InternalRoom.g:6026:1: ( ( ( rule__EnumerationType__Group_5_1__0 )* ) )
+ // InternalRoom.g:6027:1: ( ( rule__EnumerationType__Group_5_1__0 )* )
{
- // InternalRoom.g:6007:1: ( ( rule__EnumerationType__Group_5_1__0 )* )
- // InternalRoom.g:6008:1: ( rule__EnumerationType__Group_5_1__0 )*
+ // InternalRoom.g:6027:1: ( ( rule__EnumerationType__Group_5_1__0 )* )
+ // InternalRoom.g:6028:1: ( rule__EnumerationType__Group_5_1__0 )*
{
before(grammarAccess.getEnumerationTypeAccess().getGroup_5_1());
- // InternalRoom.g:6009:1: ( rule__EnumerationType__Group_5_1__0 )*
- loop68:
+ // InternalRoom.g:6029:1: ( rule__EnumerationType__Group_5_1__0 )*
+ loop69:
do {
- int alt68=2;
- int LA68_0 = input.LA(1);
+ int alt69=2;
+ int LA69_0 = input.LA(1);
- if ( (LA68_0==55) ) {
- alt68=1;
+ if ( (LA69_0==55) ) {
+ alt69=1;
}
- switch (alt68) {
+ switch (alt69) {
case 1 :
- // InternalRoom.g:6009:2: rule__EnumerationType__Group_5_1__0
+ // InternalRoom.g:6029:2: rule__EnumerationType__Group_5_1__0
{
- pushFollow(FOLLOW_21);
+ pushFollow(FOLLOW_22);
rule__EnumerationType__Group_5_1__0();
state._fsp--;
@@ -18195,7 +18291,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop68;
+ break loop69;
}
} while (true);
@@ -18222,14 +18318,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group_5_1__0"
- // InternalRoom.g:6023:1: rule__EnumerationType__Group_5_1__0 : rule__EnumerationType__Group_5_1__0__Impl rule__EnumerationType__Group_5_1__1 ;
+ // InternalRoom.g:6043:1: rule__EnumerationType__Group_5_1__0 : rule__EnumerationType__Group_5_1__0__Impl rule__EnumerationType__Group_5_1__1 ;
public final void rule__EnumerationType__Group_5_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6027:1: ( rule__EnumerationType__Group_5_1__0__Impl rule__EnumerationType__Group_5_1__1 )
- // InternalRoom.g:6028:2: rule__EnumerationType__Group_5_1__0__Impl rule__EnumerationType__Group_5_1__1
+ // InternalRoom.g:6047:1: ( rule__EnumerationType__Group_5_1__0__Impl rule__EnumerationType__Group_5_1__1 )
+ // InternalRoom.g:6048:2: rule__EnumerationType__Group_5_1__0__Impl rule__EnumerationType__Group_5_1__1
{
pushFollow(FOLLOW_3);
rule__EnumerationType__Group_5_1__0__Impl();
@@ -18260,17 +18356,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group_5_1__0__Impl"
- // InternalRoom.g:6035:1: rule__EnumerationType__Group_5_1__0__Impl : ( ',' ) ;
+ // InternalRoom.g:6055:1: rule__EnumerationType__Group_5_1__0__Impl : ( ',' ) ;
public final void rule__EnumerationType__Group_5_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6039:1: ( ( ',' ) )
- // InternalRoom.g:6040:1: ( ',' )
+ // InternalRoom.g:6059:1: ( ( ',' ) )
+ // InternalRoom.g:6060:1: ( ',' )
{
- // InternalRoom.g:6040:1: ( ',' )
- // InternalRoom.g:6041:1: ','
+ // InternalRoom.g:6060:1: ( ',' )
+ // InternalRoom.g:6061:1: ','
{
before(grammarAccess.getEnumerationTypeAccess().getCommaKeyword_5_1_0());
match(input,55,FOLLOW_2);
@@ -18297,14 +18393,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group_5_1__1"
- // InternalRoom.g:6054:1: rule__EnumerationType__Group_5_1__1 : rule__EnumerationType__Group_5_1__1__Impl ;
+ // InternalRoom.g:6074:1: rule__EnumerationType__Group_5_1__1 : rule__EnumerationType__Group_5_1__1__Impl ;
public final void rule__EnumerationType__Group_5_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6058:1: ( rule__EnumerationType__Group_5_1__1__Impl )
- // InternalRoom.g:6059:2: rule__EnumerationType__Group_5_1__1__Impl
+ // InternalRoom.g:6078:1: ( rule__EnumerationType__Group_5_1__1__Impl )
+ // InternalRoom.g:6079:2: rule__EnumerationType__Group_5_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__EnumerationType__Group_5_1__1__Impl();
@@ -18330,21 +18426,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__Group_5_1__1__Impl"
- // InternalRoom.g:6065:1: rule__EnumerationType__Group_5_1__1__Impl : ( ( rule__EnumerationType__LiteralsAssignment_5_1_1 ) ) ;
+ // InternalRoom.g:6085:1: rule__EnumerationType__Group_5_1__1__Impl : ( ( rule__EnumerationType__LiteralsAssignment_5_1_1 ) ) ;
public final void rule__EnumerationType__Group_5_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6069:1: ( ( ( rule__EnumerationType__LiteralsAssignment_5_1_1 ) ) )
- // InternalRoom.g:6070:1: ( ( rule__EnumerationType__LiteralsAssignment_5_1_1 ) )
+ // InternalRoom.g:6089:1: ( ( ( rule__EnumerationType__LiteralsAssignment_5_1_1 ) ) )
+ // InternalRoom.g:6090:1: ( ( rule__EnumerationType__LiteralsAssignment_5_1_1 ) )
{
- // InternalRoom.g:6070:1: ( ( rule__EnumerationType__LiteralsAssignment_5_1_1 ) )
- // InternalRoom.g:6071:1: ( rule__EnumerationType__LiteralsAssignment_5_1_1 )
+ // InternalRoom.g:6090:1: ( ( rule__EnumerationType__LiteralsAssignment_5_1_1 ) )
+ // InternalRoom.g:6091:1: ( rule__EnumerationType__LiteralsAssignment_5_1_1 )
{
before(grammarAccess.getEnumerationTypeAccess().getLiteralsAssignment_5_1_1());
- // InternalRoom.g:6072:1: ( rule__EnumerationType__LiteralsAssignment_5_1_1 )
- // InternalRoom.g:6072:2: rule__EnumerationType__LiteralsAssignment_5_1_1
+ // InternalRoom.g:6092:1: ( rule__EnumerationType__LiteralsAssignment_5_1_1 )
+ // InternalRoom.g:6092:2: rule__EnumerationType__LiteralsAssignment_5_1_1
{
pushFollow(FOLLOW_2);
rule__EnumerationType__LiteralsAssignment_5_1_1();
@@ -18377,16 +18473,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumLiteral__Group__0"
- // InternalRoom.g:6086:1: rule__EnumLiteral__Group__0 : rule__EnumLiteral__Group__0__Impl rule__EnumLiteral__Group__1 ;
+ // InternalRoom.g:6106:1: rule__EnumLiteral__Group__0 : rule__EnumLiteral__Group__0__Impl rule__EnumLiteral__Group__1 ;
public final void rule__EnumLiteral__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6090:1: ( rule__EnumLiteral__Group__0__Impl rule__EnumLiteral__Group__1 )
- // InternalRoom.g:6091:2: rule__EnumLiteral__Group__0__Impl rule__EnumLiteral__Group__1
+ // InternalRoom.g:6110:1: ( rule__EnumLiteral__Group__0__Impl rule__EnumLiteral__Group__1 )
+ // InternalRoom.g:6111:2: rule__EnumLiteral__Group__0__Impl rule__EnumLiteral__Group__1
{
- pushFollow(FOLLOW_22);
+ pushFollow(FOLLOW_23);
rule__EnumLiteral__Group__0__Impl();
state._fsp--;
@@ -18415,21 +18511,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumLiteral__Group__0__Impl"
- // InternalRoom.g:6098:1: rule__EnumLiteral__Group__0__Impl : ( ( rule__EnumLiteral__NameAssignment_0 ) ) ;
+ // InternalRoom.g:6118:1: rule__EnumLiteral__Group__0__Impl : ( ( rule__EnumLiteral__NameAssignment_0 ) ) ;
public final void rule__EnumLiteral__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6102:1: ( ( ( rule__EnumLiteral__NameAssignment_0 ) ) )
- // InternalRoom.g:6103:1: ( ( rule__EnumLiteral__NameAssignment_0 ) )
+ // InternalRoom.g:6122:1: ( ( ( rule__EnumLiteral__NameAssignment_0 ) ) )
+ // InternalRoom.g:6123:1: ( ( rule__EnumLiteral__NameAssignment_0 ) )
{
- // InternalRoom.g:6103:1: ( ( rule__EnumLiteral__NameAssignment_0 ) )
- // InternalRoom.g:6104:1: ( rule__EnumLiteral__NameAssignment_0 )
+ // InternalRoom.g:6123:1: ( ( rule__EnumLiteral__NameAssignment_0 ) )
+ // InternalRoom.g:6124:1: ( rule__EnumLiteral__NameAssignment_0 )
{
before(grammarAccess.getEnumLiteralAccess().getNameAssignment_0());
- // InternalRoom.g:6105:1: ( rule__EnumLiteral__NameAssignment_0 )
- // InternalRoom.g:6105:2: rule__EnumLiteral__NameAssignment_0
+ // InternalRoom.g:6125:1: ( rule__EnumLiteral__NameAssignment_0 )
+ // InternalRoom.g:6125:2: rule__EnumLiteral__NameAssignment_0
{
pushFollow(FOLLOW_2);
rule__EnumLiteral__NameAssignment_0();
@@ -18462,14 +18558,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumLiteral__Group__1"
- // InternalRoom.g:6115:1: rule__EnumLiteral__Group__1 : rule__EnumLiteral__Group__1__Impl ;
+ // InternalRoom.g:6135:1: rule__EnumLiteral__Group__1 : rule__EnumLiteral__Group__1__Impl ;
public final void rule__EnumLiteral__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6119:1: ( rule__EnumLiteral__Group__1__Impl )
- // InternalRoom.g:6120:2: rule__EnumLiteral__Group__1__Impl
+ // InternalRoom.g:6139:1: ( rule__EnumLiteral__Group__1__Impl )
+ // InternalRoom.g:6140:2: rule__EnumLiteral__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__EnumLiteral__Group__1__Impl();
@@ -18495,29 +18591,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumLiteral__Group__1__Impl"
- // InternalRoom.g:6126:1: rule__EnumLiteral__Group__1__Impl : ( ( rule__EnumLiteral__Group_1__0 )? ) ;
+ // InternalRoom.g:6146:1: rule__EnumLiteral__Group__1__Impl : ( ( rule__EnumLiteral__Group_1__0 )? ) ;
public final void rule__EnumLiteral__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6130:1: ( ( ( rule__EnumLiteral__Group_1__0 )? ) )
- // InternalRoom.g:6131:1: ( ( rule__EnumLiteral__Group_1__0 )? )
+ // InternalRoom.g:6150:1: ( ( ( rule__EnumLiteral__Group_1__0 )? ) )
+ // InternalRoom.g:6151:1: ( ( rule__EnumLiteral__Group_1__0 )? )
{
- // InternalRoom.g:6131:1: ( ( rule__EnumLiteral__Group_1__0 )? )
- // InternalRoom.g:6132:1: ( rule__EnumLiteral__Group_1__0 )?
+ // InternalRoom.g:6151:1: ( ( rule__EnumLiteral__Group_1__0 )? )
+ // InternalRoom.g:6152:1: ( rule__EnumLiteral__Group_1__0 )?
{
before(grammarAccess.getEnumLiteralAccess().getGroup_1());
- // InternalRoom.g:6133:1: ( rule__EnumLiteral__Group_1__0 )?
- int alt69=2;
- int LA69_0 = input.LA(1);
+ // InternalRoom.g:6153:1: ( rule__EnumLiteral__Group_1__0 )?
+ int alt70=2;
+ int LA70_0 = input.LA(1);
- if ( (LA69_0==56) ) {
- alt69=1;
+ if ( (LA70_0==56) ) {
+ alt70=1;
}
- switch (alt69) {
+ switch (alt70) {
case 1 :
- // InternalRoom.g:6133:2: rule__EnumLiteral__Group_1__0
+ // InternalRoom.g:6153:2: rule__EnumLiteral__Group_1__0
{
pushFollow(FOLLOW_2);
rule__EnumLiteral__Group_1__0();
@@ -18553,16 +18649,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumLiteral__Group_1__0"
- // InternalRoom.g:6147:1: rule__EnumLiteral__Group_1__0 : rule__EnumLiteral__Group_1__0__Impl rule__EnumLiteral__Group_1__1 ;
+ // InternalRoom.g:6167:1: rule__EnumLiteral__Group_1__0 : rule__EnumLiteral__Group_1__0__Impl rule__EnumLiteral__Group_1__1 ;
public final void rule__EnumLiteral__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6151:1: ( rule__EnumLiteral__Group_1__0__Impl rule__EnumLiteral__Group_1__1 )
- // InternalRoom.g:6152:2: rule__EnumLiteral__Group_1__0__Impl rule__EnumLiteral__Group_1__1
+ // InternalRoom.g:6171:1: ( rule__EnumLiteral__Group_1__0__Impl rule__EnumLiteral__Group_1__1 )
+ // InternalRoom.g:6172:2: rule__EnumLiteral__Group_1__0__Impl rule__EnumLiteral__Group_1__1
{
- pushFollow(FOLLOW_23);
+ pushFollow(FOLLOW_24);
rule__EnumLiteral__Group_1__0__Impl();
state._fsp--;
@@ -18591,17 +18687,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumLiteral__Group_1__0__Impl"
- // InternalRoom.g:6159:1: rule__EnumLiteral__Group_1__0__Impl : ( '=' ) ;
+ // InternalRoom.g:6179:1: rule__EnumLiteral__Group_1__0__Impl : ( '=' ) ;
public final void rule__EnumLiteral__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6163:1: ( ( '=' ) )
- // InternalRoom.g:6164:1: ( '=' )
+ // InternalRoom.g:6183:1: ( ( '=' ) )
+ // InternalRoom.g:6184:1: ( '=' )
{
- // InternalRoom.g:6164:1: ( '=' )
- // InternalRoom.g:6165:1: '='
+ // InternalRoom.g:6184:1: ( '=' )
+ // InternalRoom.g:6185:1: '='
{
before(grammarAccess.getEnumLiteralAccess().getEqualsSignKeyword_1_0());
match(input,56,FOLLOW_2);
@@ -18628,14 +18724,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumLiteral__Group_1__1"
- // InternalRoom.g:6178:1: rule__EnumLiteral__Group_1__1 : rule__EnumLiteral__Group_1__1__Impl ;
+ // InternalRoom.g:6198:1: rule__EnumLiteral__Group_1__1 : rule__EnumLiteral__Group_1__1__Impl ;
public final void rule__EnumLiteral__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6182:1: ( rule__EnumLiteral__Group_1__1__Impl )
- // InternalRoom.g:6183:2: rule__EnumLiteral__Group_1__1__Impl
+ // InternalRoom.g:6202:1: ( rule__EnumLiteral__Group_1__1__Impl )
+ // InternalRoom.g:6203:2: rule__EnumLiteral__Group_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__EnumLiteral__Group_1__1__Impl();
@@ -18661,21 +18757,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumLiteral__Group_1__1__Impl"
- // InternalRoom.g:6189:1: rule__EnumLiteral__Group_1__1__Impl : ( ( rule__EnumLiteral__LiteralAssignment_1_1 ) ) ;
+ // InternalRoom.g:6209:1: rule__EnumLiteral__Group_1__1__Impl : ( ( rule__EnumLiteral__LiteralAssignment_1_1 ) ) ;
public final void rule__EnumLiteral__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6193:1: ( ( ( rule__EnumLiteral__LiteralAssignment_1_1 ) ) )
- // InternalRoom.g:6194:1: ( ( rule__EnumLiteral__LiteralAssignment_1_1 ) )
+ // InternalRoom.g:6213:1: ( ( ( rule__EnumLiteral__LiteralAssignment_1_1 ) ) )
+ // InternalRoom.g:6214:1: ( ( rule__EnumLiteral__LiteralAssignment_1_1 ) )
{
- // InternalRoom.g:6194:1: ( ( rule__EnumLiteral__LiteralAssignment_1_1 ) )
- // InternalRoom.g:6195:1: ( rule__EnumLiteral__LiteralAssignment_1_1 )
+ // InternalRoom.g:6214:1: ( ( rule__EnumLiteral__LiteralAssignment_1_1 ) )
+ // InternalRoom.g:6215:1: ( rule__EnumLiteral__LiteralAssignment_1_1 )
{
before(grammarAccess.getEnumLiteralAccess().getLiteralAssignment_1_1());
- // InternalRoom.g:6196:1: ( rule__EnumLiteral__LiteralAssignment_1_1 )
- // InternalRoom.g:6196:2: rule__EnumLiteral__LiteralAssignment_1_1
+ // InternalRoom.g:6216:1: ( rule__EnumLiteral__LiteralAssignment_1_1 )
+ // InternalRoom.g:6216:2: rule__EnumLiteral__LiteralAssignment_1_1
{
pushFollow(FOLLOW_2);
rule__EnumLiteral__LiteralAssignment_1_1();
@@ -18708,14 +18804,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__Group__0"
- // InternalRoom.g:6210:1: rule__ExternalType__Group__0 : rule__ExternalType__Group__0__Impl rule__ExternalType__Group__1 ;
+ // InternalRoom.g:6230:1: rule__ExternalType__Group__0 : rule__ExternalType__Group__0__Impl rule__ExternalType__Group__1 ;
public final void rule__ExternalType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6214:1: ( rule__ExternalType__Group__0__Impl rule__ExternalType__Group__1 )
- // InternalRoom.g:6215:2: rule__ExternalType__Group__0__Impl rule__ExternalType__Group__1
+ // InternalRoom.g:6234:1: ( rule__ExternalType__Group__0__Impl rule__ExternalType__Group__1 )
+ // InternalRoom.g:6235:2: rule__ExternalType__Group__0__Impl rule__ExternalType__Group__1
{
pushFollow(FOLLOW_3);
rule__ExternalType__Group__0__Impl();
@@ -18746,17 +18842,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__Group__0__Impl"
- // InternalRoom.g:6222:1: rule__ExternalType__Group__0__Impl : ( 'ExternalType' ) ;
+ // InternalRoom.g:6242:1: rule__ExternalType__Group__0__Impl : ( 'ExternalType' ) ;
public final void rule__ExternalType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6226:1: ( ( 'ExternalType' ) )
- // InternalRoom.g:6227:1: ( 'ExternalType' )
+ // InternalRoom.g:6246:1: ( ( 'ExternalType' ) )
+ // InternalRoom.g:6247:1: ( 'ExternalType' )
{
- // InternalRoom.g:6227:1: ( 'ExternalType' )
- // InternalRoom.g:6228:1: 'ExternalType'
+ // InternalRoom.g:6247:1: ( 'ExternalType' )
+ // InternalRoom.g:6248:1: 'ExternalType'
{
before(grammarAccess.getExternalTypeAccess().getExternalTypeKeyword_0());
match(input,57,FOLLOW_2);
@@ -18783,16 +18879,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__Group__1"
- // InternalRoom.g:6241:1: rule__ExternalType__Group__1 : rule__ExternalType__Group__1__Impl rule__ExternalType__Group__2 ;
+ // InternalRoom.g:6261:1: rule__ExternalType__Group__1 : rule__ExternalType__Group__1__Impl rule__ExternalType__Group__2 ;
public final void rule__ExternalType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6245:1: ( rule__ExternalType__Group__1__Impl rule__ExternalType__Group__2 )
- // InternalRoom.g:6246:2: rule__ExternalType__Group__1__Impl rule__ExternalType__Group__2
+ // InternalRoom.g:6265:1: ( rule__ExternalType__Group__1__Impl rule__ExternalType__Group__2 )
+ // InternalRoom.g:6266:2: rule__ExternalType__Group__1__Impl rule__ExternalType__Group__2
{
- pushFollow(FOLLOW_13);
+ pushFollow(FOLLOW_14);
rule__ExternalType__Group__1__Impl();
state._fsp--;
@@ -18821,21 +18917,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__Group__1__Impl"
- // InternalRoom.g:6253:1: rule__ExternalType__Group__1__Impl : ( ( rule__ExternalType__NameAssignment_1 ) ) ;
+ // InternalRoom.g:6273:1: rule__ExternalType__Group__1__Impl : ( ( rule__ExternalType__NameAssignment_1 ) ) ;
public final void rule__ExternalType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6257:1: ( ( ( rule__ExternalType__NameAssignment_1 ) ) )
- // InternalRoom.g:6258:1: ( ( rule__ExternalType__NameAssignment_1 ) )
+ // InternalRoom.g:6277:1: ( ( ( rule__ExternalType__NameAssignment_1 ) ) )
+ // InternalRoom.g:6278:1: ( ( rule__ExternalType__NameAssignment_1 ) )
{
- // InternalRoom.g:6258:1: ( ( rule__ExternalType__NameAssignment_1 ) )
- // InternalRoom.g:6259:1: ( rule__ExternalType__NameAssignment_1 )
+ // InternalRoom.g:6278:1: ( ( rule__ExternalType__NameAssignment_1 ) )
+ // InternalRoom.g:6279:1: ( rule__ExternalType__NameAssignment_1 )
{
before(grammarAccess.getExternalTypeAccess().getNameAssignment_1());
- // InternalRoom.g:6260:1: ( rule__ExternalType__NameAssignment_1 )
- // InternalRoom.g:6260:2: rule__ExternalType__NameAssignment_1
+ // InternalRoom.g:6280:1: ( rule__ExternalType__NameAssignment_1 )
+ // InternalRoom.g:6280:2: rule__ExternalType__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__ExternalType__NameAssignment_1();
@@ -18868,16 +18964,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__Group__2"
- // InternalRoom.g:6270:1: rule__ExternalType__Group__2 : rule__ExternalType__Group__2__Impl rule__ExternalType__Group__3 ;
+ // InternalRoom.g:6290:1: rule__ExternalType__Group__2 : rule__ExternalType__Group__2__Impl rule__ExternalType__Group__3 ;
public final void rule__ExternalType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6274:1: ( rule__ExternalType__Group__2__Impl rule__ExternalType__Group__3 )
- // InternalRoom.g:6275:2: rule__ExternalType__Group__2__Impl rule__ExternalType__Group__3
+ // InternalRoom.g:6294:1: ( rule__ExternalType__Group__2__Impl rule__ExternalType__Group__3 )
+ // InternalRoom.g:6295:2: rule__ExternalType__Group__2__Impl rule__ExternalType__Group__3
{
- pushFollow(FOLLOW_14);
+ pushFollow(FOLLOW_15);
rule__ExternalType__Group__2__Impl();
state._fsp--;
@@ -18906,17 +19002,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__Group__2__Impl"
- // InternalRoom.g:6282:1: rule__ExternalType__Group__2__Impl : ( '->' ) ;
+ // InternalRoom.g:6302:1: rule__ExternalType__Group__2__Impl : ( '->' ) ;
public final void rule__ExternalType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6286:1: ( ( '->' ) )
- // InternalRoom.g:6287:1: ( '->' )
+ // InternalRoom.g:6306:1: ( ( '->' ) )
+ // InternalRoom.g:6307:1: ( '->' )
{
- // InternalRoom.g:6287:1: ( '->' )
- // InternalRoom.g:6288:1: '->'
+ // InternalRoom.g:6307:1: ( '->' )
+ // InternalRoom.g:6308:1: '->'
{
before(grammarAccess.getExternalTypeAccess().getHyphenMinusGreaterThanSignKeyword_2());
match(input,49,FOLLOW_2);
@@ -18943,16 +19039,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__Group__3"
- // InternalRoom.g:6301:1: rule__ExternalType__Group__3 : rule__ExternalType__Group__3__Impl rule__ExternalType__Group__4 ;
+ // InternalRoom.g:6321:1: rule__ExternalType__Group__3 : rule__ExternalType__Group__3__Impl rule__ExternalType__Group__4 ;
public final void rule__ExternalType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6305:1: ( rule__ExternalType__Group__3__Impl rule__ExternalType__Group__4 )
- // InternalRoom.g:6306:2: rule__ExternalType__Group__3__Impl rule__ExternalType__Group__4
+ // InternalRoom.g:6325:1: ( rule__ExternalType__Group__3__Impl rule__ExternalType__Group__4 )
+ // InternalRoom.g:6326:2: rule__ExternalType__Group__3__Impl rule__ExternalType__Group__4
{
- pushFollow(FOLLOW_24);
+ pushFollow(FOLLOW_25);
rule__ExternalType__Group__3__Impl();
state._fsp--;
@@ -18981,21 +19077,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__Group__3__Impl"
- // InternalRoom.g:6313:1: rule__ExternalType__Group__3__Impl : ( ( rule__ExternalType__TargetNameAssignment_3 ) ) ;
+ // InternalRoom.g:6333:1: rule__ExternalType__Group__3__Impl : ( ( rule__ExternalType__TargetNameAssignment_3 ) ) ;
public final void rule__ExternalType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6317:1: ( ( ( rule__ExternalType__TargetNameAssignment_3 ) ) )
- // InternalRoom.g:6318:1: ( ( rule__ExternalType__TargetNameAssignment_3 ) )
+ // InternalRoom.g:6337:1: ( ( ( rule__ExternalType__TargetNameAssignment_3 ) ) )
+ // InternalRoom.g:6338:1: ( ( rule__ExternalType__TargetNameAssignment_3 ) )
{
- // InternalRoom.g:6318:1: ( ( rule__ExternalType__TargetNameAssignment_3 ) )
- // InternalRoom.g:6319:1: ( rule__ExternalType__TargetNameAssignment_3 )
+ // InternalRoom.g:6338:1: ( ( rule__ExternalType__TargetNameAssignment_3 ) )
+ // InternalRoom.g:6339:1: ( rule__ExternalType__TargetNameAssignment_3 )
{
before(grammarAccess.getExternalTypeAccess().getTargetNameAssignment_3());
- // InternalRoom.g:6320:1: ( rule__ExternalType__TargetNameAssignment_3 )
- // InternalRoom.g:6320:2: rule__ExternalType__TargetNameAssignment_3
+ // InternalRoom.g:6340:1: ( rule__ExternalType__TargetNameAssignment_3 )
+ // InternalRoom.g:6340:2: rule__ExternalType__TargetNameAssignment_3
{
pushFollow(FOLLOW_2);
rule__ExternalType__TargetNameAssignment_3();
@@ -19028,16 +19124,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__Group__4"
- // InternalRoom.g:6330:1: rule__ExternalType__Group__4 : rule__ExternalType__Group__4__Impl rule__ExternalType__Group__5 ;
+ // InternalRoom.g:6350:1: rule__ExternalType__Group__4 : rule__ExternalType__Group__4__Impl rule__ExternalType__Group__5 ;
public final void rule__ExternalType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6334:1: ( rule__ExternalType__Group__4__Impl rule__ExternalType__Group__5 )
- // InternalRoom.g:6335:2: rule__ExternalType__Group__4__Impl rule__ExternalType__Group__5
+ // InternalRoom.g:6354:1: ( rule__ExternalType__Group__4__Impl rule__ExternalType__Group__5 )
+ // InternalRoom.g:6355:2: rule__ExternalType__Group__4__Impl rule__ExternalType__Group__5
{
- pushFollow(FOLLOW_24);
+ pushFollow(FOLLOW_25);
rule__ExternalType__Group__4__Impl();
state._fsp--;
@@ -19066,29 +19162,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__Group__4__Impl"
- // InternalRoom.g:6342:1: rule__ExternalType__Group__4__Impl : ( ( rule__ExternalType__Group_4__0 )? ) ;
+ // InternalRoom.g:6362:1: rule__ExternalType__Group__4__Impl : ( ( rule__ExternalType__Group_4__0 )? ) ;
public final void rule__ExternalType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6346:1: ( ( ( rule__ExternalType__Group_4__0 )? ) )
- // InternalRoom.g:6347:1: ( ( rule__ExternalType__Group_4__0 )? )
+ // InternalRoom.g:6366:1: ( ( ( rule__ExternalType__Group_4__0 )? ) )
+ // InternalRoom.g:6367:1: ( ( rule__ExternalType__Group_4__0 )? )
{
- // InternalRoom.g:6347:1: ( ( rule__ExternalType__Group_4__0 )? )
- // InternalRoom.g:6348:1: ( rule__ExternalType__Group_4__0 )?
+ // InternalRoom.g:6367:1: ( ( rule__ExternalType__Group_4__0 )? )
+ // InternalRoom.g:6368:1: ( rule__ExternalType__Group_4__0 )?
{
before(grammarAccess.getExternalTypeAccess().getGroup_4());
- // InternalRoom.g:6349:1: ( rule__ExternalType__Group_4__0 )?
- int alt70=2;
- int LA70_0 = input.LA(1);
+ // InternalRoom.g:6369:1: ( rule__ExternalType__Group_4__0 )?
+ int alt71=2;
+ int LA71_0 = input.LA(1);
- if ( (LA70_0==50) ) {
- alt70=1;
+ if ( (LA71_0==50) ) {
+ alt71=1;
}
- switch (alt70) {
+ switch (alt71) {
case 1 :
- // InternalRoom.g:6349:2: rule__ExternalType__Group_4__0
+ // InternalRoom.g:6369:2: rule__ExternalType__Group_4__0
{
pushFollow(FOLLOW_2);
rule__ExternalType__Group_4__0();
@@ -19124,14 +19220,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__Group__5"
- // InternalRoom.g:6359:1: rule__ExternalType__Group__5 : rule__ExternalType__Group__5__Impl ;
+ // InternalRoom.g:6379:1: rule__ExternalType__Group__5 : rule__ExternalType__Group__5__Impl ;
public final void rule__ExternalType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6363:1: ( rule__ExternalType__Group__5__Impl )
- // InternalRoom.g:6364:2: rule__ExternalType__Group__5__Impl
+ // InternalRoom.g:6383:1: ( rule__ExternalType__Group__5__Impl )
+ // InternalRoom.g:6384:2: rule__ExternalType__Group__5__Impl
{
pushFollow(FOLLOW_2);
rule__ExternalType__Group__5__Impl();
@@ -19157,29 +19253,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__Group__5__Impl"
- // InternalRoom.g:6370:1: rule__ExternalType__Group__5__Impl : ( ( rule__ExternalType__DocuAssignment_5 )? ) ;
+ // InternalRoom.g:6390:1: rule__ExternalType__Group__5__Impl : ( ( rule__ExternalType__DocuAssignment_5 )? ) ;
public final void rule__ExternalType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6374:1: ( ( ( rule__ExternalType__DocuAssignment_5 )? ) )
- // InternalRoom.g:6375:1: ( ( rule__ExternalType__DocuAssignment_5 )? )
+ // InternalRoom.g:6394:1: ( ( ( rule__ExternalType__DocuAssignment_5 )? ) )
+ // InternalRoom.g:6395:1: ( ( rule__ExternalType__DocuAssignment_5 )? )
{
- // InternalRoom.g:6375:1: ( ( rule__ExternalType__DocuAssignment_5 )? )
- // InternalRoom.g:6376:1: ( rule__ExternalType__DocuAssignment_5 )?
+ // InternalRoom.g:6395:1: ( ( rule__ExternalType__DocuAssignment_5 )? )
+ // InternalRoom.g:6396:1: ( rule__ExternalType__DocuAssignment_5 )?
{
before(grammarAccess.getExternalTypeAccess().getDocuAssignment_5());
- // InternalRoom.g:6377:1: ( rule__ExternalType__DocuAssignment_5 )?
- int alt71=2;
- int LA71_0 = input.LA(1);
+ // InternalRoom.g:6397:1: ( rule__ExternalType__DocuAssignment_5 )?
+ int alt72=2;
+ int LA72_0 = input.LA(1);
- if ( (LA71_0==63) ) {
- alt71=1;
+ if ( (LA72_0==63) ) {
+ alt72=1;
}
- switch (alt71) {
+ switch (alt72) {
case 1 :
- // InternalRoom.g:6377:2: rule__ExternalType__DocuAssignment_5
+ // InternalRoom.g:6397:2: rule__ExternalType__DocuAssignment_5
{
pushFollow(FOLLOW_2);
rule__ExternalType__DocuAssignment_5();
@@ -19215,16 +19311,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__Group_4__0"
- // InternalRoom.g:6399:1: rule__ExternalType__Group_4__0 : rule__ExternalType__Group_4__0__Impl rule__ExternalType__Group_4__1 ;
+ // InternalRoom.g:6419:1: rule__ExternalType__Group_4__0 : rule__ExternalType__Group_4__0__Impl rule__ExternalType__Group_4__1 ;
public final void rule__ExternalType__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6403:1: ( rule__ExternalType__Group_4__0__Impl rule__ExternalType__Group_4__1 )
- // InternalRoom.g:6404:2: rule__ExternalType__Group_4__0__Impl rule__ExternalType__Group_4__1
+ // InternalRoom.g:6423:1: ( rule__ExternalType__Group_4__0__Impl rule__ExternalType__Group_4__1 )
+ // InternalRoom.g:6424:2: rule__ExternalType__Group_4__0__Impl rule__ExternalType__Group_4__1
{
- pushFollow(FOLLOW_14);
+ pushFollow(FOLLOW_15);
rule__ExternalType__Group_4__0__Impl();
state._fsp--;
@@ -19253,17 +19349,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__Group_4__0__Impl"
- // InternalRoom.g:6411:1: rule__ExternalType__Group_4__0__Impl : ( 'default' ) ;
+ // InternalRoom.g:6431:1: rule__ExternalType__Group_4__0__Impl : ( 'default' ) ;
public final void rule__ExternalType__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6415:1: ( ( 'default' ) )
- // InternalRoom.g:6416:1: ( 'default' )
+ // InternalRoom.g:6435:1: ( ( 'default' ) )
+ // InternalRoom.g:6436:1: ( 'default' )
{
- // InternalRoom.g:6416:1: ( 'default' )
- // InternalRoom.g:6417:1: 'default'
+ // InternalRoom.g:6436:1: ( 'default' )
+ // InternalRoom.g:6437:1: 'default'
{
before(grammarAccess.getExternalTypeAccess().getDefaultKeyword_4_0());
match(input,50,FOLLOW_2);
@@ -19290,14 +19386,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__Group_4__1"
- // InternalRoom.g:6430:1: rule__ExternalType__Group_4__1 : rule__ExternalType__Group_4__1__Impl ;
+ // InternalRoom.g:6450:1: rule__ExternalType__Group_4__1 : rule__ExternalType__Group_4__1__Impl ;
public final void rule__ExternalType__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6434:1: ( rule__ExternalType__Group_4__1__Impl )
- // InternalRoom.g:6435:2: rule__ExternalType__Group_4__1__Impl
+ // InternalRoom.g:6454:1: ( rule__ExternalType__Group_4__1__Impl )
+ // InternalRoom.g:6455:2: rule__ExternalType__Group_4__1__Impl
{
pushFollow(FOLLOW_2);
rule__ExternalType__Group_4__1__Impl();
@@ -19323,21 +19419,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__Group_4__1__Impl"
- // InternalRoom.g:6441:1: rule__ExternalType__Group_4__1__Impl : ( ( rule__ExternalType__DefaultValueLiteralAssignment_4_1 ) ) ;
+ // InternalRoom.g:6461:1: rule__ExternalType__Group_4__1__Impl : ( ( rule__ExternalType__DefaultValueLiteralAssignment_4_1 ) ) ;
public final void rule__ExternalType__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6445:1: ( ( ( rule__ExternalType__DefaultValueLiteralAssignment_4_1 ) ) )
- // InternalRoom.g:6446:1: ( ( rule__ExternalType__DefaultValueLiteralAssignment_4_1 ) )
+ // InternalRoom.g:6465:1: ( ( ( rule__ExternalType__DefaultValueLiteralAssignment_4_1 ) ) )
+ // InternalRoom.g:6466:1: ( ( rule__ExternalType__DefaultValueLiteralAssignment_4_1 ) )
{
- // InternalRoom.g:6446:1: ( ( rule__ExternalType__DefaultValueLiteralAssignment_4_1 ) )
- // InternalRoom.g:6447:1: ( rule__ExternalType__DefaultValueLiteralAssignment_4_1 )
+ // InternalRoom.g:6466:1: ( ( rule__ExternalType__DefaultValueLiteralAssignment_4_1 ) )
+ // InternalRoom.g:6467:1: ( rule__ExternalType__DefaultValueLiteralAssignment_4_1 )
{
before(grammarAccess.getExternalTypeAccess().getDefaultValueLiteralAssignment_4_1());
- // InternalRoom.g:6448:1: ( rule__ExternalType__DefaultValueLiteralAssignment_4_1 )
- // InternalRoom.g:6448:2: rule__ExternalType__DefaultValueLiteralAssignment_4_1
+ // InternalRoom.g:6468:1: ( rule__ExternalType__DefaultValueLiteralAssignment_4_1 )
+ // InternalRoom.g:6468:2: rule__ExternalType__DefaultValueLiteralAssignment_4_1
{
pushFollow(FOLLOW_2);
rule__ExternalType__DefaultValueLiteralAssignment_4_1();
@@ -19370,14 +19466,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__0"
- // InternalRoom.g:6462:1: rule__DataClass__Group__0 : rule__DataClass__Group__0__Impl rule__DataClass__Group__1 ;
+ // InternalRoom.g:6482:1: rule__DataClass__Group__0 : rule__DataClass__Group__0__Impl rule__DataClass__Group__1 ;
public final void rule__DataClass__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6466:1: ( rule__DataClass__Group__0__Impl rule__DataClass__Group__1 )
- // InternalRoom.g:6467:2: rule__DataClass__Group__0__Impl rule__DataClass__Group__1
+ // InternalRoom.g:6486:1: ( rule__DataClass__Group__0__Impl rule__DataClass__Group__1 )
+ // InternalRoom.g:6487:2: rule__DataClass__Group__0__Impl rule__DataClass__Group__1
{
pushFollow(FOLLOW_3);
rule__DataClass__Group__0__Impl();
@@ -19408,17 +19504,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__0__Impl"
- // InternalRoom.g:6474:1: rule__DataClass__Group__0__Impl : ( 'DataClass' ) ;
+ // InternalRoom.g:6494:1: rule__DataClass__Group__0__Impl : ( 'DataClass' ) ;
public final void rule__DataClass__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6478:1: ( ( 'DataClass' ) )
- // InternalRoom.g:6479:1: ( 'DataClass' )
+ // InternalRoom.g:6498:1: ( ( 'DataClass' ) )
+ // InternalRoom.g:6499:1: ( 'DataClass' )
{
- // InternalRoom.g:6479:1: ( 'DataClass' )
- // InternalRoom.g:6480:1: 'DataClass'
+ // InternalRoom.g:6499:1: ( 'DataClass' )
+ // InternalRoom.g:6500:1: 'DataClass'
{
before(grammarAccess.getDataClassAccess().getDataClassKeyword_0());
match(input,17,FOLLOW_2);
@@ -19445,16 +19541,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__1"
- // InternalRoom.g:6493:1: rule__DataClass__Group__1 : rule__DataClass__Group__1__Impl rule__DataClass__Group__2 ;
+ // InternalRoom.g:6513:1: rule__DataClass__Group__1 : rule__DataClass__Group__1__Impl rule__DataClass__Group__2 ;
public final void rule__DataClass__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6497:1: ( rule__DataClass__Group__1__Impl rule__DataClass__Group__2 )
- // InternalRoom.g:6498:2: rule__DataClass__Group__1__Impl rule__DataClass__Group__2
+ // InternalRoom.g:6517:1: ( rule__DataClass__Group__1__Impl rule__DataClass__Group__2 )
+ // InternalRoom.g:6518:2: rule__DataClass__Group__1__Impl rule__DataClass__Group__2
{
- pushFollow(FOLLOW_25);
+ pushFollow(FOLLOW_26);
rule__DataClass__Group__1__Impl();
state._fsp--;
@@ -19483,21 +19579,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__1__Impl"
- // InternalRoom.g:6505:1: rule__DataClass__Group__1__Impl : ( ( rule__DataClass__NameAssignment_1 ) ) ;
+ // InternalRoom.g:6525:1: rule__DataClass__Group__1__Impl : ( ( rule__DataClass__NameAssignment_1 ) ) ;
public final void rule__DataClass__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6509:1: ( ( ( rule__DataClass__NameAssignment_1 ) ) )
- // InternalRoom.g:6510:1: ( ( rule__DataClass__NameAssignment_1 ) )
+ // InternalRoom.g:6529:1: ( ( ( rule__DataClass__NameAssignment_1 ) ) )
+ // InternalRoom.g:6530:1: ( ( rule__DataClass__NameAssignment_1 ) )
{
- // InternalRoom.g:6510:1: ( ( rule__DataClass__NameAssignment_1 ) )
- // InternalRoom.g:6511:1: ( rule__DataClass__NameAssignment_1 )
+ // InternalRoom.g:6530:1: ( ( rule__DataClass__NameAssignment_1 ) )
+ // InternalRoom.g:6531:1: ( rule__DataClass__NameAssignment_1 )
{
before(grammarAccess.getDataClassAccess().getNameAssignment_1());
- // InternalRoom.g:6512:1: ( rule__DataClass__NameAssignment_1 )
- // InternalRoom.g:6512:2: rule__DataClass__NameAssignment_1
+ // InternalRoom.g:6532:1: ( rule__DataClass__NameAssignment_1 )
+ // InternalRoom.g:6532:2: rule__DataClass__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__DataClass__NameAssignment_1();
@@ -19530,16 +19626,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__2"
- // InternalRoom.g:6522:1: rule__DataClass__Group__2 : rule__DataClass__Group__2__Impl rule__DataClass__Group__3 ;
+ // InternalRoom.g:6542:1: rule__DataClass__Group__2 : rule__DataClass__Group__2__Impl rule__DataClass__Group__3 ;
public final void rule__DataClass__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6526:1: ( rule__DataClass__Group__2__Impl rule__DataClass__Group__3 )
- // InternalRoom.g:6527:2: rule__DataClass__Group__2__Impl rule__DataClass__Group__3
+ // InternalRoom.g:6546:1: ( rule__DataClass__Group__2__Impl rule__DataClass__Group__3 )
+ // InternalRoom.g:6547:2: rule__DataClass__Group__2__Impl rule__DataClass__Group__3
{
- pushFollow(FOLLOW_25);
+ pushFollow(FOLLOW_26);
rule__DataClass__Group__2__Impl();
state._fsp--;
@@ -19568,29 +19664,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__2__Impl"
- // InternalRoom.g:6534:1: rule__DataClass__Group__2__Impl : ( ( rule__DataClass__DocuAssignment_2 )? ) ;
+ // InternalRoom.g:6554:1: rule__DataClass__Group__2__Impl : ( ( rule__DataClass__DocuAssignment_2 )? ) ;
public final void rule__DataClass__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6538:1: ( ( ( rule__DataClass__DocuAssignment_2 )? ) )
- // InternalRoom.g:6539:1: ( ( rule__DataClass__DocuAssignment_2 )? )
+ // InternalRoom.g:6558:1: ( ( ( rule__DataClass__DocuAssignment_2 )? ) )
+ // InternalRoom.g:6559:1: ( ( rule__DataClass__DocuAssignment_2 )? )
{
- // InternalRoom.g:6539:1: ( ( rule__DataClass__DocuAssignment_2 )? )
- // InternalRoom.g:6540:1: ( rule__DataClass__DocuAssignment_2 )?
+ // InternalRoom.g:6559:1: ( ( rule__DataClass__DocuAssignment_2 )? )
+ // InternalRoom.g:6560:1: ( rule__DataClass__DocuAssignment_2 )?
{
before(grammarAccess.getDataClassAccess().getDocuAssignment_2());
- // InternalRoom.g:6541:1: ( rule__DataClass__DocuAssignment_2 )?
- int alt72=2;
- int LA72_0 = input.LA(1);
+ // InternalRoom.g:6561:1: ( rule__DataClass__DocuAssignment_2 )?
+ int alt73=2;
+ int LA73_0 = input.LA(1);
- if ( (LA72_0==63) ) {
- alt72=1;
+ if ( (LA73_0==63) ) {
+ alt73=1;
}
- switch (alt72) {
+ switch (alt73) {
case 1 :
- // InternalRoom.g:6541:2: rule__DataClass__DocuAssignment_2
+ // InternalRoom.g:6561:2: rule__DataClass__DocuAssignment_2
{
pushFollow(FOLLOW_2);
rule__DataClass__DocuAssignment_2();
@@ -19626,16 +19722,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__3"
- // InternalRoom.g:6551:1: rule__DataClass__Group__3 : rule__DataClass__Group__3__Impl rule__DataClass__Group__4 ;
+ // InternalRoom.g:6571:1: rule__DataClass__Group__3 : rule__DataClass__Group__3__Impl rule__DataClass__Group__4 ;
public final void rule__DataClass__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6555:1: ( rule__DataClass__Group__3__Impl rule__DataClass__Group__4 )
- // InternalRoom.g:6556:2: rule__DataClass__Group__3__Impl rule__DataClass__Group__4
+ // InternalRoom.g:6575:1: ( rule__DataClass__Group__3__Impl rule__DataClass__Group__4 )
+ // InternalRoom.g:6576:2: rule__DataClass__Group__3__Impl rule__DataClass__Group__4
{
- pushFollow(FOLLOW_25);
+ pushFollow(FOLLOW_26);
rule__DataClass__Group__3__Impl();
state._fsp--;
@@ -19664,29 +19760,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__3__Impl"
- // InternalRoom.g:6563:1: rule__DataClass__Group__3__Impl : ( ( rule__DataClass__Group_3__0 )? ) ;
+ // InternalRoom.g:6583:1: rule__DataClass__Group__3__Impl : ( ( rule__DataClass__Group_3__0 )? ) ;
public final void rule__DataClass__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6567:1: ( ( ( rule__DataClass__Group_3__0 )? ) )
- // InternalRoom.g:6568:1: ( ( rule__DataClass__Group_3__0 )? )
+ // InternalRoom.g:6587:1: ( ( ( rule__DataClass__Group_3__0 )? ) )
+ // InternalRoom.g:6588:1: ( ( rule__DataClass__Group_3__0 )? )
{
- // InternalRoom.g:6568:1: ( ( rule__DataClass__Group_3__0 )? )
- // InternalRoom.g:6569:1: ( rule__DataClass__Group_3__0 )?
+ // InternalRoom.g:6588:1: ( ( rule__DataClass__Group_3__0 )? )
+ // InternalRoom.g:6589:1: ( rule__DataClass__Group_3__0 )?
{
before(grammarAccess.getDataClassAccess().getGroup_3());
- // InternalRoom.g:6570:1: ( rule__DataClass__Group_3__0 )?
- int alt73=2;
- int LA73_0 = input.LA(1);
+ // InternalRoom.g:6590:1: ( rule__DataClass__Group_3__0 )?
+ int alt74=2;
+ int LA74_0 = input.LA(1);
- if ( (LA73_0==58) ) {
- alt73=1;
+ if ( (LA74_0==58) ) {
+ alt74=1;
}
- switch (alt73) {
+ switch (alt74) {
case 1 :
- // InternalRoom.g:6570:2: rule__DataClass__Group_3__0
+ // InternalRoom.g:6590:2: rule__DataClass__Group_3__0
{
pushFollow(FOLLOW_2);
rule__DataClass__Group_3__0();
@@ -19722,16 +19818,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__4"
- // InternalRoom.g:6580:1: rule__DataClass__Group__4 : rule__DataClass__Group__4__Impl rule__DataClass__Group__5 ;
+ // InternalRoom.g:6600:1: rule__DataClass__Group__4 : rule__DataClass__Group__4__Impl rule__DataClass__Group__5 ;
public final void rule__DataClass__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6584:1: ( rule__DataClass__Group__4__Impl rule__DataClass__Group__5 )
- // InternalRoom.g:6585:2: rule__DataClass__Group__4__Impl rule__DataClass__Group__5
+ // InternalRoom.g:6604:1: ( rule__DataClass__Group__4__Impl rule__DataClass__Group__5 )
+ // InternalRoom.g:6605:2: rule__DataClass__Group__4__Impl rule__DataClass__Group__5
{
- pushFollow(FOLLOW_26);
+ pushFollow(FOLLOW_27);
rule__DataClass__Group__4__Impl();
state._fsp--;
@@ -19760,17 +19856,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__4__Impl"
- // InternalRoom.g:6592:1: rule__DataClass__Group__4__Impl : ( '{' ) ;
+ // InternalRoom.g:6612:1: rule__DataClass__Group__4__Impl : ( '{' ) ;
public final void rule__DataClass__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6596:1: ( ( '{' ) )
- // InternalRoom.g:6597:1: ( '{' )
+ // InternalRoom.g:6616:1: ( ( '{' ) )
+ // InternalRoom.g:6617:1: ( '{' )
{
- // InternalRoom.g:6597:1: ( '{' )
- // InternalRoom.g:6598:1: '{'
+ // InternalRoom.g:6617:1: ( '{' )
+ // InternalRoom.g:6618:1: '{'
{
before(grammarAccess.getDataClassAccess().getLeftCurlyBracketKeyword_4());
match(input,45,FOLLOW_2);
@@ -19797,16 +19893,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__5"
- // InternalRoom.g:6611:1: rule__DataClass__Group__5 : rule__DataClass__Group__5__Impl rule__DataClass__Group__6 ;
+ // InternalRoom.g:6631:1: rule__DataClass__Group__5 : rule__DataClass__Group__5__Impl rule__DataClass__Group__6 ;
public final void rule__DataClass__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6615:1: ( rule__DataClass__Group__5__Impl rule__DataClass__Group__6 )
- // InternalRoom.g:6616:2: rule__DataClass__Group__5__Impl rule__DataClass__Group__6
+ // InternalRoom.g:6635:1: ( rule__DataClass__Group__5__Impl rule__DataClass__Group__6 )
+ // InternalRoom.g:6636:2: rule__DataClass__Group__5__Impl rule__DataClass__Group__6
{
- pushFollow(FOLLOW_26);
+ pushFollow(FOLLOW_27);
rule__DataClass__Group__5__Impl();
state._fsp--;
@@ -19835,33 +19931,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__5__Impl"
- // InternalRoom.g:6623:1: rule__DataClass__Group__5__Impl : ( ( rule__DataClass__AnnotationsAssignment_5 )* ) ;
+ // InternalRoom.g:6643:1: rule__DataClass__Group__5__Impl : ( ( rule__DataClass__AnnotationsAssignment_5 )* ) ;
public final void rule__DataClass__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6627:1: ( ( ( rule__DataClass__AnnotationsAssignment_5 )* ) )
- // InternalRoom.g:6628:1: ( ( rule__DataClass__AnnotationsAssignment_5 )* )
+ // InternalRoom.g:6647:1: ( ( ( rule__DataClass__AnnotationsAssignment_5 )* ) )
+ // InternalRoom.g:6648:1: ( ( rule__DataClass__AnnotationsAssignment_5 )* )
{
- // InternalRoom.g:6628:1: ( ( rule__DataClass__AnnotationsAssignment_5 )* )
- // InternalRoom.g:6629:1: ( rule__DataClass__AnnotationsAssignment_5 )*
+ // InternalRoom.g:6648:1: ( ( rule__DataClass__AnnotationsAssignment_5 )* )
+ // InternalRoom.g:6649:1: ( rule__DataClass__AnnotationsAssignment_5 )*
{
before(grammarAccess.getDataClassAccess().getAnnotationsAssignment_5());
- // InternalRoom.g:6630:1: ( rule__DataClass__AnnotationsAssignment_5 )*
- loop74:
+ // InternalRoom.g:6650:1: ( rule__DataClass__AnnotationsAssignment_5 )*
+ loop75:
do {
- int alt74=2;
- int LA74_0 = input.LA(1);
+ int alt75=2;
+ int LA75_0 = input.LA(1);
- if ( (LA74_0==120) ) {
- alt74=1;
+ if ( (LA75_0==120) ) {
+ alt75=1;
}
- switch (alt74) {
+ switch (alt75) {
case 1 :
- // InternalRoom.g:6630:2: rule__DataClass__AnnotationsAssignment_5
+ // InternalRoom.g:6650:2: rule__DataClass__AnnotationsAssignment_5
{
pushFollow(FOLLOW_6);
rule__DataClass__AnnotationsAssignment_5();
@@ -19873,7 +19969,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop74;
+ break loop75;
}
} while (true);
@@ -19900,16 +19996,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__6"
- // InternalRoom.g:6640:1: rule__DataClass__Group__6 : rule__DataClass__Group__6__Impl rule__DataClass__Group__7 ;
+ // InternalRoom.g:6660:1: rule__DataClass__Group__6 : rule__DataClass__Group__6__Impl rule__DataClass__Group__7 ;
public final void rule__DataClass__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6644:1: ( rule__DataClass__Group__6__Impl rule__DataClass__Group__7 )
- // InternalRoom.g:6645:2: rule__DataClass__Group__6__Impl rule__DataClass__Group__7
+ // InternalRoom.g:6664:1: ( rule__DataClass__Group__6__Impl rule__DataClass__Group__7 )
+ // InternalRoom.g:6665:2: rule__DataClass__Group__6__Impl rule__DataClass__Group__7
{
- pushFollow(FOLLOW_26);
+ pushFollow(FOLLOW_27);
rule__DataClass__Group__6__Impl();
state._fsp--;
@@ -19938,29 +20034,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__6__Impl"
- // InternalRoom.g:6652:1: rule__DataClass__Group__6__Impl : ( ( rule__DataClass__Group_6__0 )? ) ;
+ // InternalRoom.g:6672:1: rule__DataClass__Group__6__Impl : ( ( rule__DataClass__Group_6__0 )? ) ;
public final void rule__DataClass__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6656:1: ( ( ( rule__DataClass__Group_6__0 )? ) )
- // InternalRoom.g:6657:1: ( ( rule__DataClass__Group_6__0 )? )
+ // InternalRoom.g:6676:1: ( ( ( rule__DataClass__Group_6__0 )? ) )
+ // InternalRoom.g:6677:1: ( ( rule__DataClass__Group_6__0 )? )
{
- // InternalRoom.g:6657:1: ( ( rule__DataClass__Group_6__0 )? )
- // InternalRoom.g:6658:1: ( rule__DataClass__Group_6__0 )?
+ // InternalRoom.g:6677:1: ( ( rule__DataClass__Group_6__0 )? )
+ // InternalRoom.g:6678:1: ( rule__DataClass__Group_6__0 )?
{
before(grammarAccess.getDataClassAccess().getGroup_6());
- // InternalRoom.g:6659:1: ( rule__DataClass__Group_6__0 )?
- int alt75=2;
- int LA75_0 = input.LA(1);
+ // InternalRoom.g:6679:1: ( rule__DataClass__Group_6__0 )?
+ int alt76=2;
+ int LA76_0 = input.LA(1);
- if ( (LA75_0==59) ) {
- alt75=1;
+ if ( (LA76_0==59) ) {
+ alt76=1;
}
- switch (alt75) {
+ switch (alt76) {
case 1 :
- // InternalRoom.g:6659:2: rule__DataClass__Group_6__0
+ // InternalRoom.g:6679:2: rule__DataClass__Group_6__0
{
pushFollow(FOLLOW_2);
rule__DataClass__Group_6__0();
@@ -19996,16 +20092,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__7"
- // InternalRoom.g:6669:1: rule__DataClass__Group__7 : rule__DataClass__Group__7__Impl rule__DataClass__Group__8 ;
+ // InternalRoom.g:6689:1: rule__DataClass__Group__7 : rule__DataClass__Group__7__Impl rule__DataClass__Group__8 ;
public final void rule__DataClass__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6673:1: ( rule__DataClass__Group__7__Impl rule__DataClass__Group__8 )
- // InternalRoom.g:6674:2: rule__DataClass__Group__7__Impl rule__DataClass__Group__8
+ // InternalRoom.g:6693:1: ( rule__DataClass__Group__7__Impl rule__DataClass__Group__8 )
+ // InternalRoom.g:6694:2: rule__DataClass__Group__7__Impl rule__DataClass__Group__8
{
- pushFollow(FOLLOW_26);
+ pushFollow(FOLLOW_27);
rule__DataClass__Group__7__Impl();
state._fsp--;
@@ -20034,29 +20130,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__7__Impl"
- // InternalRoom.g:6681:1: rule__DataClass__Group__7__Impl : ( ( rule__DataClass__Group_7__0 )? ) ;
+ // InternalRoom.g:6701:1: rule__DataClass__Group__7__Impl : ( ( rule__DataClass__Group_7__0 )? ) ;
public final void rule__DataClass__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6685:1: ( ( ( rule__DataClass__Group_7__0 )? ) )
- // InternalRoom.g:6686:1: ( ( rule__DataClass__Group_7__0 )? )
+ // InternalRoom.g:6705:1: ( ( ( rule__DataClass__Group_7__0 )? ) )
+ // InternalRoom.g:6706:1: ( ( rule__DataClass__Group_7__0 )? )
{
- // InternalRoom.g:6686:1: ( ( rule__DataClass__Group_7__0 )? )
- // InternalRoom.g:6687:1: ( rule__DataClass__Group_7__0 )?
+ // InternalRoom.g:6706:1: ( ( rule__DataClass__Group_7__0 )? )
+ // InternalRoom.g:6707:1: ( rule__DataClass__Group_7__0 )?
{
before(grammarAccess.getDataClassAccess().getGroup_7());
- // InternalRoom.g:6688:1: ( rule__DataClass__Group_7__0 )?
- int alt76=2;
- int LA76_0 = input.LA(1);
+ // InternalRoom.g:6708:1: ( rule__DataClass__Group_7__0 )?
+ int alt77=2;
+ int LA77_0 = input.LA(1);
- if ( (LA76_0==60) ) {
- alt76=1;
+ if ( (LA77_0==60) ) {
+ alt77=1;
}
- switch (alt76) {
+ switch (alt77) {
case 1 :
- // InternalRoom.g:6688:2: rule__DataClass__Group_7__0
+ // InternalRoom.g:6708:2: rule__DataClass__Group_7__0
{
pushFollow(FOLLOW_2);
rule__DataClass__Group_7__0();
@@ -20092,16 +20188,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__8"
- // InternalRoom.g:6698:1: rule__DataClass__Group__8 : rule__DataClass__Group__8__Impl rule__DataClass__Group__9 ;
+ // InternalRoom.g:6718:1: rule__DataClass__Group__8 : rule__DataClass__Group__8__Impl rule__DataClass__Group__9 ;
public final void rule__DataClass__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6702:1: ( rule__DataClass__Group__8__Impl rule__DataClass__Group__9 )
- // InternalRoom.g:6703:2: rule__DataClass__Group__8__Impl rule__DataClass__Group__9
+ // InternalRoom.g:6722:1: ( rule__DataClass__Group__8__Impl rule__DataClass__Group__9 )
+ // InternalRoom.g:6723:2: rule__DataClass__Group__8__Impl rule__DataClass__Group__9
{
- pushFollow(FOLLOW_26);
+ pushFollow(FOLLOW_27);
rule__DataClass__Group__8__Impl();
state._fsp--;
@@ -20130,29 +20226,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__8__Impl"
- // InternalRoom.g:6710:1: rule__DataClass__Group__8__Impl : ( ( rule__DataClass__Group_8__0 )? ) ;
+ // InternalRoom.g:6730:1: rule__DataClass__Group__8__Impl : ( ( rule__DataClass__Group_8__0 )? ) ;
public final void rule__DataClass__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6714:1: ( ( ( rule__DataClass__Group_8__0 )? ) )
- // InternalRoom.g:6715:1: ( ( rule__DataClass__Group_8__0 )? )
+ // InternalRoom.g:6734:1: ( ( ( rule__DataClass__Group_8__0 )? ) )
+ // InternalRoom.g:6735:1: ( ( rule__DataClass__Group_8__0 )? )
{
- // InternalRoom.g:6715:1: ( ( rule__DataClass__Group_8__0 )? )
- // InternalRoom.g:6716:1: ( rule__DataClass__Group_8__0 )?
+ // InternalRoom.g:6735:1: ( ( rule__DataClass__Group_8__0 )? )
+ // InternalRoom.g:6736:1: ( rule__DataClass__Group_8__0 )?
{
before(grammarAccess.getDataClassAccess().getGroup_8());
- // InternalRoom.g:6717:1: ( rule__DataClass__Group_8__0 )?
- int alt77=2;
- int LA77_0 = input.LA(1);
+ // InternalRoom.g:6737:1: ( rule__DataClass__Group_8__0 )?
+ int alt78=2;
+ int LA78_0 = input.LA(1);
- if ( (LA77_0==61) ) {
- alt77=1;
+ if ( (LA78_0==61) ) {
+ alt78=1;
}
- switch (alt77) {
+ switch (alt78) {
case 1 :
- // InternalRoom.g:6717:2: rule__DataClass__Group_8__0
+ // InternalRoom.g:6737:2: rule__DataClass__Group_8__0
{
pushFollow(FOLLOW_2);
rule__DataClass__Group_8__0();
@@ -20188,16 +20284,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__9"
- // InternalRoom.g:6727:1: rule__DataClass__Group__9 : rule__DataClass__Group__9__Impl rule__DataClass__Group__10 ;
+ // InternalRoom.g:6747:1: rule__DataClass__Group__9 : rule__DataClass__Group__9__Impl rule__DataClass__Group__10 ;
public final void rule__DataClass__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6731:1: ( rule__DataClass__Group__9__Impl rule__DataClass__Group__10 )
- // InternalRoom.g:6732:2: rule__DataClass__Group__9__Impl rule__DataClass__Group__10
+ // InternalRoom.g:6751:1: ( rule__DataClass__Group__9__Impl rule__DataClass__Group__10 )
+ // InternalRoom.g:6752:2: rule__DataClass__Group__9__Impl rule__DataClass__Group__10
{
- pushFollow(FOLLOW_26);
+ pushFollow(FOLLOW_27);
rule__DataClass__Group__9__Impl();
state._fsp--;
@@ -20226,35 +20322,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__9__Impl"
- // InternalRoom.g:6739:1: rule__DataClass__Group__9__Impl : ( ( rule__DataClass__Alternatives_9 )* ) ;
+ // InternalRoom.g:6759:1: rule__DataClass__Group__9__Impl : ( ( rule__DataClass__Alternatives_9 )* ) ;
public final void rule__DataClass__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6743:1: ( ( ( rule__DataClass__Alternatives_9 )* ) )
- // InternalRoom.g:6744:1: ( ( rule__DataClass__Alternatives_9 )* )
+ // InternalRoom.g:6763:1: ( ( ( rule__DataClass__Alternatives_9 )* ) )
+ // InternalRoom.g:6764:1: ( ( rule__DataClass__Alternatives_9 )* )
{
- // InternalRoom.g:6744:1: ( ( rule__DataClass__Alternatives_9 )* )
- // InternalRoom.g:6745:1: ( rule__DataClass__Alternatives_9 )*
+ // InternalRoom.g:6764:1: ( ( rule__DataClass__Alternatives_9 )* )
+ // InternalRoom.g:6765:1: ( rule__DataClass__Alternatives_9 )*
{
before(grammarAccess.getDataClassAccess().getAlternatives_9());
- // InternalRoom.g:6746:1: ( rule__DataClass__Alternatives_9 )*
- loop78:
+ // InternalRoom.g:6766:1: ( rule__DataClass__Alternatives_9 )*
+ loop79:
do {
- int alt78=2;
- int LA78_0 = input.LA(1);
+ int alt79=2;
+ int LA79_0 = input.LA(1);
- if ( ((LA78_0>=14 && LA78_0<=15)||LA78_0==62||LA78_0==65||LA78_0==129) ) {
- alt78=1;
+ if ( ((LA79_0>=14 && LA79_0<=15)||LA79_0==62||LA79_0==65||LA79_0==129) ) {
+ alt79=1;
}
- switch (alt78) {
+ switch (alt79) {
case 1 :
- // InternalRoom.g:6746:2: rule__DataClass__Alternatives_9
+ // InternalRoom.g:6766:2: rule__DataClass__Alternatives_9
{
- pushFollow(FOLLOW_27);
+ pushFollow(FOLLOW_28);
rule__DataClass__Alternatives_9();
state._fsp--;
@@ -20264,7 +20360,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop78;
+ break loop79;
}
} while (true);
@@ -20291,14 +20387,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__10"
- // InternalRoom.g:6756:1: rule__DataClass__Group__10 : rule__DataClass__Group__10__Impl ;
+ // InternalRoom.g:6776:1: rule__DataClass__Group__10 : rule__DataClass__Group__10__Impl ;
public final void rule__DataClass__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6760:1: ( rule__DataClass__Group__10__Impl )
- // InternalRoom.g:6761:2: rule__DataClass__Group__10__Impl
+ // InternalRoom.g:6780:1: ( rule__DataClass__Group__10__Impl )
+ // InternalRoom.g:6781:2: rule__DataClass__Group__10__Impl
{
pushFollow(FOLLOW_2);
rule__DataClass__Group__10__Impl();
@@ -20324,17 +20420,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group__10__Impl"
- // InternalRoom.g:6767:1: rule__DataClass__Group__10__Impl : ( '}' ) ;
+ // InternalRoom.g:6787:1: rule__DataClass__Group__10__Impl : ( '}' ) ;
public final void rule__DataClass__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6771:1: ( ( '}' ) )
- // InternalRoom.g:6772:1: ( '}' )
+ // InternalRoom.g:6791:1: ( ( '}' ) )
+ // InternalRoom.g:6792:1: ( '}' )
{
- // InternalRoom.g:6772:1: ( '}' )
- // InternalRoom.g:6773:1: '}'
+ // InternalRoom.g:6792:1: ( '}' )
+ // InternalRoom.g:6793:1: '}'
{
before(grammarAccess.getDataClassAccess().getRightCurlyBracketKeyword_10());
match(input,46,FOLLOW_2);
@@ -20361,14 +20457,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group_3__0"
- // InternalRoom.g:6808:1: rule__DataClass__Group_3__0 : rule__DataClass__Group_3__0__Impl rule__DataClass__Group_3__1 ;
+ // InternalRoom.g:6828:1: rule__DataClass__Group_3__0 : rule__DataClass__Group_3__0__Impl rule__DataClass__Group_3__1 ;
public final void rule__DataClass__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6812:1: ( rule__DataClass__Group_3__0__Impl rule__DataClass__Group_3__1 )
- // InternalRoom.g:6813:2: rule__DataClass__Group_3__0__Impl rule__DataClass__Group_3__1
+ // InternalRoom.g:6832:1: ( rule__DataClass__Group_3__0__Impl rule__DataClass__Group_3__1 )
+ // InternalRoom.g:6833:2: rule__DataClass__Group_3__0__Impl rule__DataClass__Group_3__1
{
pushFollow(FOLLOW_3);
rule__DataClass__Group_3__0__Impl();
@@ -20399,17 +20495,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group_3__0__Impl"
- // InternalRoom.g:6820:1: rule__DataClass__Group_3__0__Impl : ( 'extends' ) ;
+ // InternalRoom.g:6840:1: rule__DataClass__Group_3__0__Impl : ( 'extends' ) ;
public final void rule__DataClass__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6824:1: ( ( 'extends' ) )
- // InternalRoom.g:6825:1: ( 'extends' )
+ // InternalRoom.g:6844:1: ( ( 'extends' ) )
+ // InternalRoom.g:6845:1: ( 'extends' )
{
- // InternalRoom.g:6825:1: ( 'extends' )
- // InternalRoom.g:6826:1: 'extends'
+ // InternalRoom.g:6845:1: ( 'extends' )
+ // InternalRoom.g:6846:1: 'extends'
{
before(grammarAccess.getDataClassAccess().getExtendsKeyword_3_0());
match(input,58,FOLLOW_2);
@@ -20436,14 +20532,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group_3__1"
- // InternalRoom.g:6839:1: rule__DataClass__Group_3__1 : rule__DataClass__Group_3__1__Impl ;
+ // InternalRoom.g:6859:1: rule__DataClass__Group_3__1 : rule__DataClass__Group_3__1__Impl ;
public final void rule__DataClass__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6843:1: ( rule__DataClass__Group_3__1__Impl )
- // InternalRoom.g:6844:2: rule__DataClass__Group_3__1__Impl
+ // InternalRoom.g:6863:1: ( rule__DataClass__Group_3__1__Impl )
+ // InternalRoom.g:6864:2: rule__DataClass__Group_3__1__Impl
{
pushFollow(FOLLOW_2);
rule__DataClass__Group_3__1__Impl();
@@ -20469,21 +20565,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group_3__1__Impl"
- // InternalRoom.g:6850:1: rule__DataClass__Group_3__1__Impl : ( ( rule__DataClass__BaseAssignment_3_1 ) ) ;
+ // InternalRoom.g:6870:1: rule__DataClass__Group_3__1__Impl : ( ( rule__DataClass__BaseAssignment_3_1 ) ) ;
public final void rule__DataClass__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6854:1: ( ( ( rule__DataClass__BaseAssignment_3_1 ) ) )
- // InternalRoom.g:6855:1: ( ( rule__DataClass__BaseAssignment_3_1 ) )
+ // InternalRoom.g:6874:1: ( ( ( rule__DataClass__BaseAssignment_3_1 ) ) )
+ // InternalRoom.g:6875:1: ( ( rule__DataClass__BaseAssignment_3_1 ) )
{
- // InternalRoom.g:6855:1: ( ( rule__DataClass__BaseAssignment_3_1 ) )
- // InternalRoom.g:6856:1: ( rule__DataClass__BaseAssignment_3_1 )
+ // InternalRoom.g:6875:1: ( ( rule__DataClass__BaseAssignment_3_1 ) )
+ // InternalRoom.g:6876:1: ( rule__DataClass__BaseAssignment_3_1 )
{
before(grammarAccess.getDataClassAccess().getBaseAssignment_3_1());
- // InternalRoom.g:6857:1: ( rule__DataClass__BaseAssignment_3_1 )
- // InternalRoom.g:6857:2: rule__DataClass__BaseAssignment_3_1
+ // InternalRoom.g:6877:1: ( rule__DataClass__BaseAssignment_3_1 )
+ // InternalRoom.g:6877:2: rule__DataClass__BaseAssignment_3_1
{
pushFollow(FOLLOW_2);
rule__DataClass__BaseAssignment_3_1();
@@ -20516,16 +20612,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group_6__0"
- // InternalRoom.g:6871:1: rule__DataClass__Group_6__0 : rule__DataClass__Group_6__0__Impl rule__DataClass__Group_6__1 ;
+ // InternalRoom.g:6891:1: rule__DataClass__Group_6__0 : rule__DataClass__Group_6__0__Impl rule__DataClass__Group_6__1 ;
public final void rule__DataClass__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6875:1: ( rule__DataClass__Group_6__0__Impl rule__DataClass__Group_6__1 )
- // InternalRoom.g:6876:2: rule__DataClass__Group_6__0__Impl rule__DataClass__Group_6__1
+ // InternalRoom.g:6895:1: ( rule__DataClass__Group_6__0__Impl rule__DataClass__Group_6__1 )
+ // InternalRoom.g:6896:2: rule__DataClass__Group_6__0__Impl rule__DataClass__Group_6__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__DataClass__Group_6__0__Impl();
state._fsp--;
@@ -20554,17 +20650,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group_6__0__Impl"
- // InternalRoom.g:6883:1: rule__DataClass__Group_6__0__Impl : ( 'usercode1' ) ;
+ // InternalRoom.g:6903:1: rule__DataClass__Group_6__0__Impl : ( 'usercode1' ) ;
public final void rule__DataClass__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6887:1: ( ( 'usercode1' ) )
- // InternalRoom.g:6888:1: ( 'usercode1' )
+ // InternalRoom.g:6907:1: ( ( 'usercode1' ) )
+ // InternalRoom.g:6908:1: ( 'usercode1' )
{
- // InternalRoom.g:6888:1: ( 'usercode1' )
- // InternalRoom.g:6889:1: 'usercode1'
+ // InternalRoom.g:6908:1: ( 'usercode1' )
+ // InternalRoom.g:6909:1: 'usercode1'
{
before(grammarAccess.getDataClassAccess().getUsercode1Keyword_6_0());
match(input,59,FOLLOW_2);
@@ -20591,14 +20687,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group_6__1"
- // InternalRoom.g:6902:1: rule__DataClass__Group_6__1 : rule__DataClass__Group_6__1__Impl ;
+ // InternalRoom.g:6922:1: rule__DataClass__Group_6__1 : rule__DataClass__Group_6__1__Impl ;
public final void rule__DataClass__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6906:1: ( rule__DataClass__Group_6__1__Impl )
- // InternalRoom.g:6907:2: rule__DataClass__Group_6__1__Impl
+ // InternalRoom.g:6926:1: ( rule__DataClass__Group_6__1__Impl )
+ // InternalRoom.g:6927:2: rule__DataClass__Group_6__1__Impl
{
pushFollow(FOLLOW_2);
rule__DataClass__Group_6__1__Impl();
@@ -20624,21 +20720,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group_6__1__Impl"
- // InternalRoom.g:6913:1: rule__DataClass__Group_6__1__Impl : ( ( rule__DataClass__UserCode1Assignment_6_1 ) ) ;
+ // InternalRoom.g:6933:1: rule__DataClass__Group_6__1__Impl : ( ( rule__DataClass__UserCode1Assignment_6_1 ) ) ;
public final void rule__DataClass__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6917:1: ( ( ( rule__DataClass__UserCode1Assignment_6_1 ) ) )
- // InternalRoom.g:6918:1: ( ( rule__DataClass__UserCode1Assignment_6_1 ) )
+ // InternalRoom.g:6937:1: ( ( ( rule__DataClass__UserCode1Assignment_6_1 ) ) )
+ // InternalRoom.g:6938:1: ( ( rule__DataClass__UserCode1Assignment_6_1 ) )
{
- // InternalRoom.g:6918:1: ( ( rule__DataClass__UserCode1Assignment_6_1 ) )
- // InternalRoom.g:6919:1: ( rule__DataClass__UserCode1Assignment_6_1 )
+ // InternalRoom.g:6938:1: ( ( rule__DataClass__UserCode1Assignment_6_1 ) )
+ // InternalRoom.g:6939:1: ( rule__DataClass__UserCode1Assignment_6_1 )
{
before(grammarAccess.getDataClassAccess().getUserCode1Assignment_6_1());
- // InternalRoom.g:6920:1: ( rule__DataClass__UserCode1Assignment_6_1 )
- // InternalRoom.g:6920:2: rule__DataClass__UserCode1Assignment_6_1
+ // InternalRoom.g:6940:1: ( rule__DataClass__UserCode1Assignment_6_1 )
+ // InternalRoom.g:6940:2: rule__DataClass__UserCode1Assignment_6_1
{
pushFollow(FOLLOW_2);
rule__DataClass__UserCode1Assignment_6_1();
@@ -20671,16 +20767,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group_7__0"
- // InternalRoom.g:6934:1: rule__DataClass__Group_7__0 : rule__DataClass__Group_7__0__Impl rule__DataClass__Group_7__1 ;
+ // InternalRoom.g:6954:1: rule__DataClass__Group_7__0 : rule__DataClass__Group_7__0__Impl rule__DataClass__Group_7__1 ;
public final void rule__DataClass__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6938:1: ( rule__DataClass__Group_7__0__Impl rule__DataClass__Group_7__1 )
- // InternalRoom.g:6939:2: rule__DataClass__Group_7__0__Impl rule__DataClass__Group_7__1
+ // InternalRoom.g:6958:1: ( rule__DataClass__Group_7__0__Impl rule__DataClass__Group_7__1 )
+ // InternalRoom.g:6959:2: rule__DataClass__Group_7__0__Impl rule__DataClass__Group_7__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__DataClass__Group_7__0__Impl();
state._fsp--;
@@ -20709,17 +20805,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group_7__0__Impl"
- // InternalRoom.g:6946:1: rule__DataClass__Group_7__0__Impl : ( 'usercode2' ) ;
+ // InternalRoom.g:6966:1: rule__DataClass__Group_7__0__Impl : ( 'usercode2' ) ;
public final void rule__DataClass__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6950:1: ( ( 'usercode2' ) )
- // InternalRoom.g:6951:1: ( 'usercode2' )
+ // InternalRoom.g:6970:1: ( ( 'usercode2' ) )
+ // InternalRoom.g:6971:1: ( 'usercode2' )
{
- // InternalRoom.g:6951:1: ( 'usercode2' )
- // InternalRoom.g:6952:1: 'usercode2'
+ // InternalRoom.g:6971:1: ( 'usercode2' )
+ // InternalRoom.g:6972:1: 'usercode2'
{
before(grammarAccess.getDataClassAccess().getUsercode2Keyword_7_0());
match(input,60,FOLLOW_2);
@@ -20746,14 +20842,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group_7__1"
- // InternalRoom.g:6965:1: rule__DataClass__Group_7__1 : rule__DataClass__Group_7__1__Impl ;
+ // InternalRoom.g:6985:1: rule__DataClass__Group_7__1 : rule__DataClass__Group_7__1__Impl ;
public final void rule__DataClass__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6969:1: ( rule__DataClass__Group_7__1__Impl )
- // InternalRoom.g:6970:2: rule__DataClass__Group_7__1__Impl
+ // InternalRoom.g:6989:1: ( rule__DataClass__Group_7__1__Impl )
+ // InternalRoom.g:6990:2: rule__DataClass__Group_7__1__Impl
{
pushFollow(FOLLOW_2);
rule__DataClass__Group_7__1__Impl();
@@ -20779,21 +20875,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group_7__1__Impl"
- // InternalRoom.g:6976:1: rule__DataClass__Group_7__1__Impl : ( ( rule__DataClass__UserCode2Assignment_7_1 ) ) ;
+ // InternalRoom.g:6996:1: rule__DataClass__Group_7__1__Impl : ( ( rule__DataClass__UserCode2Assignment_7_1 ) ) ;
public final void rule__DataClass__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:6980:1: ( ( ( rule__DataClass__UserCode2Assignment_7_1 ) ) )
- // InternalRoom.g:6981:1: ( ( rule__DataClass__UserCode2Assignment_7_1 ) )
+ // InternalRoom.g:7000:1: ( ( ( rule__DataClass__UserCode2Assignment_7_1 ) ) )
+ // InternalRoom.g:7001:1: ( ( rule__DataClass__UserCode2Assignment_7_1 ) )
{
- // InternalRoom.g:6981:1: ( ( rule__DataClass__UserCode2Assignment_7_1 ) )
- // InternalRoom.g:6982:1: ( rule__DataClass__UserCode2Assignment_7_1 )
+ // InternalRoom.g:7001:1: ( ( rule__DataClass__UserCode2Assignment_7_1 ) )
+ // InternalRoom.g:7002:1: ( rule__DataClass__UserCode2Assignment_7_1 )
{
before(grammarAccess.getDataClassAccess().getUserCode2Assignment_7_1());
- // InternalRoom.g:6983:1: ( rule__DataClass__UserCode2Assignment_7_1 )
- // InternalRoom.g:6983:2: rule__DataClass__UserCode2Assignment_7_1
+ // InternalRoom.g:7003:1: ( rule__DataClass__UserCode2Assignment_7_1 )
+ // InternalRoom.g:7003:2: rule__DataClass__UserCode2Assignment_7_1
{
pushFollow(FOLLOW_2);
rule__DataClass__UserCode2Assignment_7_1();
@@ -20826,16 +20922,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group_8__0"
- // InternalRoom.g:6997:1: rule__DataClass__Group_8__0 : rule__DataClass__Group_8__0__Impl rule__DataClass__Group_8__1 ;
+ // InternalRoom.g:7017:1: rule__DataClass__Group_8__0 : rule__DataClass__Group_8__0__Impl rule__DataClass__Group_8__1 ;
public final void rule__DataClass__Group_8__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7001:1: ( rule__DataClass__Group_8__0__Impl rule__DataClass__Group_8__1 )
- // InternalRoom.g:7002:2: rule__DataClass__Group_8__0__Impl rule__DataClass__Group_8__1
+ // InternalRoom.g:7021:1: ( rule__DataClass__Group_8__0__Impl rule__DataClass__Group_8__1 )
+ // InternalRoom.g:7022:2: rule__DataClass__Group_8__0__Impl rule__DataClass__Group_8__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__DataClass__Group_8__0__Impl();
state._fsp--;
@@ -20864,17 +20960,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group_8__0__Impl"
- // InternalRoom.g:7009:1: rule__DataClass__Group_8__0__Impl : ( 'usercode3' ) ;
+ // InternalRoom.g:7029:1: rule__DataClass__Group_8__0__Impl : ( 'usercode3' ) ;
public final void rule__DataClass__Group_8__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7013:1: ( ( 'usercode3' ) )
- // InternalRoom.g:7014:1: ( 'usercode3' )
+ // InternalRoom.g:7033:1: ( ( 'usercode3' ) )
+ // InternalRoom.g:7034:1: ( 'usercode3' )
{
- // InternalRoom.g:7014:1: ( 'usercode3' )
- // InternalRoom.g:7015:1: 'usercode3'
+ // InternalRoom.g:7034:1: ( 'usercode3' )
+ // InternalRoom.g:7035:1: 'usercode3'
{
before(grammarAccess.getDataClassAccess().getUsercode3Keyword_8_0());
match(input,61,FOLLOW_2);
@@ -20901,14 +20997,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group_8__1"
- // InternalRoom.g:7028:1: rule__DataClass__Group_8__1 : rule__DataClass__Group_8__1__Impl ;
+ // InternalRoom.g:7048:1: rule__DataClass__Group_8__1 : rule__DataClass__Group_8__1__Impl ;
public final void rule__DataClass__Group_8__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7032:1: ( rule__DataClass__Group_8__1__Impl )
- // InternalRoom.g:7033:2: rule__DataClass__Group_8__1__Impl
+ // InternalRoom.g:7052:1: ( rule__DataClass__Group_8__1__Impl )
+ // InternalRoom.g:7053:2: rule__DataClass__Group_8__1__Impl
{
pushFollow(FOLLOW_2);
rule__DataClass__Group_8__1__Impl();
@@ -20934,21 +21030,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__Group_8__1__Impl"
- // InternalRoom.g:7039:1: rule__DataClass__Group_8__1__Impl : ( ( rule__DataClass__UserCode3Assignment_8_1 ) ) ;
+ // InternalRoom.g:7059:1: rule__DataClass__Group_8__1__Impl : ( ( rule__DataClass__UserCode3Assignment_8_1 ) ) ;
public final void rule__DataClass__Group_8__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7043:1: ( ( ( rule__DataClass__UserCode3Assignment_8_1 ) ) )
- // InternalRoom.g:7044:1: ( ( rule__DataClass__UserCode3Assignment_8_1 ) )
+ // InternalRoom.g:7063:1: ( ( ( rule__DataClass__UserCode3Assignment_8_1 ) ) )
+ // InternalRoom.g:7064:1: ( ( rule__DataClass__UserCode3Assignment_8_1 ) )
{
- // InternalRoom.g:7044:1: ( ( rule__DataClass__UserCode3Assignment_8_1 ) )
- // InternalRoom.g:7045:1: ( rule__DataClass__UserCode3Assignment_8_1 )
+ // InternalRoom.g:7064:1: ( ( rule__DataClass__UserCode3Assignment_8_1 ) )
+ // InternalRoom.g:7065:1: ( rule__DataClass__UserCode3Assignment_8_1 )
{
before(grammarAccess.getDataClassAccess().getUserCode3Assignment_8_1());
- // InternalRoom.g:7046:1: ( rule__DataClass__UserCode3Assignment_8_1 )
- // InternalRoom.g:7046:2: rule__DataClass__UserCode3Assignment_8_1
+ // InternalRoom.g:7066:1: ( rule__DataClass__UserCode3Assignment_8_1 )
+ // InternalRoom.g:7066:2: rule__DataClass__UserCode3Assignment_8_1
{
pushFollow(FOLLOW_2);
rule__DataClass__UserCode3Assignment_8_1();
@@ -20981,14 +21077,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group__0"
- // InternalRoom.g:7060:1: rule__Attribute__Group__0 : rule__Attribute__Group__0__Impl rule__Attribute__Group__1 ;
+ // InternalRoom.g:7080:1: rule__Attribute__Group__0 : rule__Attribute__Group__0__Impl rule__Attribute__Group__1 ;
public final void rule__Attribute__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7064:1: ( rule__Attribute__Group__0__Impl rule__Attribute__Group__1 )
- // InternalRoom.g:7065:2: rule__Attribute__Group__0__Impl rule__Attribute__Group__1
+ // InternalRoom.g:7084:1: ( rule__Attribute__Group__0__Impl rule__Attribute__Group__1 )
+ // InternalRoom.g:7085:2: rule__Attribute__Group__0__Impl rule__Attribute__Group__1
{
pushFollow(FOLLOW_3);
rule__Attribute__Group__0__Impl();
@@ -21019,17 +21115,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group__0__Impl"
- // InternalRoom.g:7072:1: rule__Attribute__Group__0__Impl : ( 'Attribute' ) ;
+ // InternalRoom.g:7092:1: rule__Attribute__Group__0__Impl : ( 'Attribute' ) ;
public final void rule__Attribute__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7076:1: ( ( 'Attribute' ) )
- // InternalRoom.g:7077:1: ( 'Attribute' )
+ // InternalRoom.g:7096:1: ( ( 'Attribute' ) )
+ // InternalRoom.g:7097:1: ( 'Attribute' )
{
- // InternalRoom.g:7077:1: ( 'Attribute' )
- // InternalRoom.g:7078:1: 'Attribute'
+ // InternalRoom.g:7097:1: ( 'Attribute' )
+ // InternalRoom.g:7098:1: 'Attribute'
{
before(grammarAccess.getAttributeAccess().getAttributeKeyword_0());
match(input,62,FOLLOW_2);
@@ -21056,16 +21152,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group__1"
- // InternalRoom.g:7091:1: rule__Attribute__Group__1 : rule__Attribute__Group__1__Impl rule__Attribute__Group__2 ;
+ // InternalRoom.g:7111:1: rule__Attribute__Group__1 : rule__Attribute__Group__1__Impl rule__Attribute__Group__2 ;
public final void rule__Attribute__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7095:1: ( rule__Attribute__Group__1__Impl rule__Attribute__Group__2 )
- // InternalRoom.g:7096:2: rule__Attribute__Group__1__Impl rule__Attribute__Group__2
+ // InternalRoom.g:7115:1: ( rule__Attribute__Group__1__Impl rule__Attribute__Group__2 )
+ // InternalRoom.g:7116:2: rule__Attribute__Group__1__Impl rule__Attribute__Group__2
{
- pushFollow(FOLLOW_29);
+ pushFollow(FOLLOW_30);
rule__Attribute__Group__1__Impl();
state._fsp--;
@@ -21094,21 +21190,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group__1__Impl"
- // InternalRoom.g:7103:1: rule__Attribute__Group__1__Impl : ( ( rule__Attribute__NameAssignment_1 ) ) ;
+ // InternalRoom.g:7123:1: rule__Attribute__Group__1__Impl : ( ( rule__Attribute__NameAssignment_1 ) ) ;
public final void rule__Attribute__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7107:1: ( ( ( rule__Attribute__NameAssignment_1 ) ) )
- // InternalRoom.g:7108:1: ( ( rule__Attribute__NameAssignment_1 ) )
+ // InternalRoom.g:7127:1: ( ( ( rule__Attribute__NameAssignment_1 ) ) )
+ // InternalRoom.g:7128:1: ( ( rule__Attribute__NameAssignment_1 ) )
{
- // InternalRoom.g:7108:1: ( ( rule__Attribute__NameAssignment_1 ) )
- // InternalRoom.g:7109:1: ( rule__Attribute__NameAssignment_1 )
+ // InternalRoom.g:7128:1: ( ( rule__Attribute__NameAssignment_1 ) )
+ // InternalRoom.g:7129:1: ( rule__Attribute__NameAssignment_1 )
{
before(grammarAccess.getAttributeAccess().getNameAssignment_1());
- // InternalRoom.g:7110:1: ( rule__Attribute__NameAssignment_1 )
- // InternalRoom.g:7110:2: rule__Attribute__NameAssignment_1
+ // InternalRoom.g:7130:1: ( rule__Attribute__NameAssignment_1 )
+ // InternalRoom.g:7130:2: rule__Attribute__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__Attribute__NameAssignment_1();
@@ -21141,16 +21237,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group__2"
- // InternalRoom.g:7120:1: rule__Attribute__Group__2 : rule__Attribute__Group__2__Impl rule__Attribute__Group__3 ;
+ // InternalRoom.g:7140:1: rule__Attribute__Group__2 : rule__Attribute__Group__2__Impl rule__Attribute__Group__3 ;
public final void rule__Attribute__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7124:1: ( rule__Attribute__Group__2__Impl rule__Attribute__Group__3 )
- // InternalRoom.g:7125:2: rule__Attribute__Group__2__Impl rule__Attribute__Group__3
+ // InternalRoom.g:7144:1: ( rule__Attribute__Group__2__Impl rule__Attribute__Group__3 )
+ // InternalRoom.g:7145:2: rule__Attribute__Group__2__Impl rule__Attribute__Group__3
{
- pushFollow(FOLLOW_29);
+ pushFollow(FOLLOW_30);
rule__Attribute__Group__2__Impl();
state._fsp--;
@@ -21179,29 +21275,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group__2__Impl"
- // InternalRoom.g:7132:1: rule__Attribute__Group__2__Impl : ( ( rule__Attribute__Group_2__0 )? ) ;
+ // InternalRoom.g:7152:1: rule__Attribute__Group__2__Impl : ( ( rule__Attribute__Group_2__0 )? ) ;
public final void rule__Attribute__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7136:1: ( ( ( rule__Attribute__Group_2__0 )? ) )
- // InternalRoom.g:7137:1: ( ( rule__Attribute__Group_2__0 )? )
+ // InternalRoom.g:7156:1: ( ( ( rule__Attribute__Group_2__0 )? ) )
+ // InternalRoom.g:7157:1: ( ( rule__Attribute__Group_2__0 )? )
{
- // InternalRoom.g:7137:1: ( ( rule__Attribute__Group_2__0 )? )
- // InternalRoom.g:7138:1: ( rule__Attribute__Group_2__0 )?
+ // InternalRoom.g:7157:1: ( ( rule__Attribute__Group_2__0 )? )
+ // InternalRoom.g:7158:1: ( rule__Attribute__Group_2__0 )?
{
before(grammarAccess.getAttributeAccess().getGroup_2());
- // InternalRoom.g:7139:1: ( rule__Attribute__Group_2__0 )?
- int alt79=2;
- int LA79_0 = input.LA(1);
+ // InternalRoom.g:7159:1: ( rule__Attribute__Group_2__0 )?
+ int alt80=2;
+ int LA80_0 = input.LA(1);
- if ( (LA79_0==63) ) {
- alt79=1;
+ if ( (LA80_0==63) ) {
+ alt80=1;
}
- switch (alt79) {
+ switch (alt80) {
case 1 :
- // InternalRoom.g:7139:2: rule__Attribute__Group_2__0
+ // InternalRoom.g:7159:2: rule__Attribute__Group_2__0
{
pushFollow(FOLLOW_2);
rule__Attribute__Group_2__0();
@@ -21237,16 +21333,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group__3"
- // InternalRoom.g:7149:1: rule__Attribute__Group__3 : rule__Attribute__Group__3__Impl rule__Attribute__Group__4 ;
+ // InternalRoom.g:7169:1: rule__Attribute__Group__3 : rule__Attribute__Group__3__Impl rule__Attribute__Group__4 ;
public final void rule__Attribute__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7153:1: ( rule__Attribute__Group__3__Impl rule__Attribute__Group__4 )
- // InternalRoom.g:7154:2: rule__Attribute__Group__3__Impl rule__Attribute__Group__4
+ // InternalRoom.g:7173:1: ( rule__Attribute__Group__3__Impl rule__Attribute__Group__4 )
+ // InternalRoom.g:7174:2: rule__Attribute__Group__3__Impl rule__Attribute__Group__4
{
- pushFollow(FOLLOW_30);
+ pushFollow(FOLLOW_31);
rule__Attribute__Group__3__Impl();
state._fsp--;
@@ -21275,17 +21371,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group__3__Impl"
- // InternalRoom.g:7161:1: rule__Attribute__Group__3__Impl : ( ':' ) ;
+ // InternalRoom.g:7181:1: rule__Attribute__Group__3__Impl : ( ':' ) ;
public final void rule__Attribute__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7165:1: ( ( ':' ) )
- // InternalRoom.g:7166:1: ( ':' )
+ // InternalRoom.g:7185:1: ( ( ':' ) )
+ // InternalRoom.g:7186:1: ( ':' )
{
- // InternalRoom.g:7166:1: ( ':' )
- // InternalRoom.g:7167:1: ':'
+ // InternalRoom.g:7186:1: ( ':' )
+ // InternalRoom.g:7187:1: ':'
{
before(grammarAccess.getAttributeAccess().getColonKeyword_3());
match(input,47,FOLLOW_2);
@@ -21312,16 +21408,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group__4"
- // InternalRoom.g:7180:1: rule__Attribute__Group__4 : rule__Attribute__Group__4__Impl rule__Attribute__Group__5 ;
+ // InternalRoom.g:7200:1: rule__Attribute__Group__4 : rule__Attribute__Group__4__Impl rule__Attribute__Group__5 ;
public final void rule__Attribute__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7184:1: ( rule__Attribute__Group__4__Impl rule__Attribute__Group__5 )
- // InternalRoom.g:7185:2: rule__Attribute__Group__4__Impl rule__Attribute__Group__5
+ // InternalRoom.g:7204:1: ( rule__Attribute__Group__4__Impl rule__Attribute__Group__5 )
+ // InternalRoom.g:7205:2: rule__Attribute__Group__4__Impl rule__Attribute__Group__5
{
- pushFollow(FOLLOW_30);
+ pushFollow(FOLLOW_31);
rule__Attribute__Group__4__Impl();
state._fsp--;
@@ -21350,29 +21446,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group__4__Impl"
- // InternalRoom.g:7192:1: rule__Attribute__Group__4__Impl : ( ( rule__Attribute__TypeAssignment_4 )? ) ;
+ // InternalRoom.g:7212:1: rule__Attribute__Group__4__Impl : ( ( rule__Attribute__TypeAssignment_4 )? ) ;
public final void rule__Attribute__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7196:1: ( ( ( rule__Attribute__TypeAssignment_4 )? ) )
- // InternalRoom.g:7197:1: ( ( rule__Attribute__TypeAssignment_4 )? )
+ // InternalRoom.g:7216:1: ( ( ( rule__Attribute__TypeAssignment_4 )? ) )
+ // InternalRoom.g:7217:1: ( ( rule__Attribute__TypeAssignment_4 )? )
{
- // InternalRoom.g:7197:1: ( ( rule__Attribute__TypeAssignment_4 )? )
- // InternalRoom.g:7198:1: ( rule__Attribute__TypeAssignment_4 )?
+ // InternalRoom.g:7217:1: ( ( rule__Attribute__TypeAssignment_4 )? )
+ // InternalRoom.g:7218:1: ( rule__Attribute__TypeAssignment_4 )?
{
before(grammarAccess.getAttributeAccess().getTypeAssignment_4());
- // InternalRoom.g:7199:1: ( rule__Attribute__TypeAssignment_4 )?
- int alt80=2;
- int LA80_0 = input.LA(1);
+ // InternalRoom.g:7219:1: ( rule__Attribute__TypeAssignment_4 )?
+ int alt81=2;
+ int LA81_0 = input.LA(1);
- if ( (LA80_0==RULE_ID) ) {
- alt80=1;
+ if ( (LA81_0==RULE_ID) ) {
+ alt81=1;
}
- switch (alt80) {
+ switch (alt81) {
case 1 :
- // InternalRoom.g:7199:2: rule__Attribute__TypeAssignment_4
+ // InternalRoom.g:7219:2: rule__Attribute__TypeAssignment_4
{
pushFollow(FOLLOW_2);
rule__Attribute__TypeAssignment_4();
@@ -21408,16 +21504,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group__5"
- // InternalRoom.g:7209:1: rule__Attribute__Group__5 : rule__Attribute__Group__5__Impl rule__Attribute__Group__6 ;
+ // InternalRoom.g:7229:1: rule__Attribute__Group__5 : rule__Attribute__Group__5__Impl rule__Attribute__Group__6 ;
public final void rule__Attribute__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7213:1: ( rule__Attribute__Group__5__Impl rule__Attribute__Group__6 )
- // InternalRoom.g:7214:2: rule__Attribute__Group__5__Impl rule__Attribute__Group__6
+ // InternalRoom.g:7233:1: ( rule__Attribute__Group__5__Impl rule__Attribute__Group__6 )
+ // InternalRoom.g:7234:2: rule__Attribute__Group__5__Impl rule__Attribute__Group__6
{
- pushFollow(FOLLOW_30);
+ pushFollow(FOLLOW_31);
rule__Attribute__Group__5__Impl();
state._fsp--;
@@ -21446,29 +21542,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group__5__Impl"
- // InternalRoom.g:7221:1: rule__Attribute__Group__5__Impl : ( ( rule__Attribute__Group_5__0 )? ) ;
+ // InternalRoom.g:7241:1: rule__Attribute__Group__5__Impl : ( ( rule__Attribute__Group_5__0 )? ) ;
public final void rule__Attribute__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7225:1: ( ( ( rule__Attribute__Group_5__0 )? ) )
- // InternalRoom.g:7226:1: ( ( rule__Attribute__Group_5__0 )? )
+ // InternalRoom.g:7245:1: ( ( ( rule__Attribute__Group_5__0 )? ) )
+ // InternalRoom.g:7246:1: ( ( rule__Attribute__Group_5__0 )? )
{
- // InternalRoom.g:7226:1: ( ( rule__Attribute__Group_5__0 )? )
- // InternalRoom.g:7227:1: ( rule__Attribute__Group_5__0 )?
+ // InternalRoom.g:7246:1: ( ( rule__Attribute__Group_5__0 )? )
+ // InternalRoom.g:7247:1: ( rule__Attribute__Group_5__0 )?
{
before(grammarAccess.getAttributeAccess().getGroup_5());
- // InternalRoom.g:7228:1: ( rule__Attribute__Group_5__0 )?
- int alt81=2;
- int LA81_0 = input.LA(1);
+ // InternalRoom.g:7248:1: ( rule__Attribute__Group_5__0 )?
+ int alt82=2;
+ int LA82_0 = input.LA(1);
- if ( (LA81_0==56) ) {
- alt81=1;
+ if ( (LA82_0==56) ) {
+ alt82=1;
}
- switch (alt81) {
+ switch (alt82) {
case 1 :
- // InternalRoom.g:7228:2: rule__Attribute__Group_5__0
+ // InternalRoom.g:7248:2: rule__Attribute__Group_5__0
{
pushFollow(FOLLOW_2);
rule__Attribute__Group_5__0();
@@ -21504,14 +21600,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group__6"
- // InternalRoom.g:7238:1: rule__Attribute__Group__6 : rule__Attribute__Group__6__Impl ;
+ // InternalRoom.g:7258:1: rule__Attribute__Group__6 : rule__Attribute__Group__6__Impl ;
public final void rule__Attribute__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7242:1: ( rule__Attribute__Group__6__Impl )
- // InternalRoom.g:7243:2: rule__Attribute__Group__6__Impl
+ // InternalRoom.g:7262:1: ( rule__Attribute__Group__6__Impl )
+ // InternalRoom.g:7263:2: rule__Attribute__Group__6__Impl
{
pushFollow(FOLLOW_2);
rule__Attribute__Group__6__Impl();
@@ -21537,29 +21633,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group__6__Impl"
- // InternalRoom.g:7249:1: rule__Attribute__Group__6__Impl : ( ( rule__Attribute__DocuAssignment_6 )? ) ;
+ // InternalRoom.g:7269:1: rule__Attribute__Group__6__Impl : ( ( rule__Attribute__DocuAssignment_6 )? ) ;
public final void rule__Attribute__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7253:1: ( ( ( rule__Attribute__DocuAssignment_6 )? ) )
- // InternalRoom.g:7254:1: ( ( rule__Attribute__DocuAssignment_6 )? )
+ // InternalRoom.g:7273:1: ( ( ( rule__Attribute__DocuAssignment_6 )? ) )
+ // InternalRoom.g:7274:1: ( ( rule__Attribute__DocuAssignment_6 )? )
{
- // InternalRoom.g:7254:1: ( ( rule__Attribute__DocuAssignment_6 )? )
- // InternalRoom.g:7255:1: ( rule__Attribute__DocuAssignment_6 )?
+ // InternalRoom.g:7274:1: ( ( rule__Attribute__DocuAssignment_6 )? )
+ // InternalRoom.g:7275:1: ( rule__Attribute__DocuAssignment_6 )?
{
before(grammarAccess.getAttributeAccess().getDocuAssignment_6());
- // InternalRoom.g:7256:1: ( rule__Attribute__DocuAssignment_6 )?
- int alt82=2;
- int LA82_0 = input.LA(1);
+ // InternalRoom.g:7276:1: ( rule__Attribute__DocuAssignment_6 )?
+ int alt83=2;
+ int LA83_0 = input.LA(1);
- if ( (LA82_0==63) ) {
- alt82=1;
+ if ( (LA83_0==63) ) {
+ alt83=1;
}
- switch (alt82) {
+ switch (alt83) {
case 1 :
- // InternalRoom.g:7256:2: rule__Attribute__DocuAssignment_6
+ // InternalRoom.g:7276:2: rule__Attribute__DocuAssignment_6
{
pushFollow(FOLLOW_2);
rule__Attribute__DocuAssignment_6();
@@ -21595,16 +21691,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group_2__0"
- // InternalRoom.g:7280:1: rule__Attribute__Group_2__0 : rule__Attribute__Group_2__0__Impl rule__Attribute__Group_2__1 ;
+ // InternalRoom.g:7300:1: rule__Attribute__Group_2__0 : rule__Attribute__Group_2__0__Impl rule__Attribute__Group_2__1 ;
public final void rule__Attribute__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7284:1: ( rule__Attribute__Group_2__0__Impl rule__Attribute__Group_2__1 )
- // InternalRoom.g:7285:2: rule__Attribute__Group_2__0__Impl rule__Attribute__Group_2__1
+ // InternalRoom.g:7304:1: ( rule__Attribute__Group_2__0__Impl rule__Attribute__Group_2__1 )
+ // InternalRoom.g:7305:2: rule__Attribute__Group_2__0__Impl rule__Attribute__Group_2__1
{
- pushFollow(FOLLOW_31);
+ pushFollow(FOLLOW_32);
rule__Attribute__Group_2__0__Impl();
state._fsp--;
@@ -21633,17 +21729,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group_2__0__Impl"
- // InternalRoom.g:7292:1: rule__Attribute__Group_2__0__Impl : ( '[' ) ;
+ // InternalRoom.g:7312:1: rule__Attribute__Group_2__0__Impl : ( '[' ) ;
public final void rule__Attribute__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7296:1: ( ( '[' ) )
- // InternalRoom.g:7297:1: ( '[' )
+ // InternalRoom.g:7316:1: ( ( '[' ) )
+ // InternalRoom.g:7317:1: ( '[' )
{
- // InternalRoom.g:7297:1: ( '[' )
- // InternalRoom.g:7298:1: '['
+ // InternalRoom.g:7317:1: ( '[' )
+ // InternalRoom.g:7318:1: '['
{
before(grammarAccess.getAttributeAccess().getLeftSquareBracketKeyword_2_0());
match(input,63,FOLLOW_2);
@@ -21670,16 +21766,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group_2__1"
- // InternalRoom.g:7311:1: rule__Attribute__Group_2__1 : rule__Attribute__Group_2__1__Impl rule__Attribute__Group_2__2 ;
+ // InternalRoom.g:7331:1: rule__Attribute__Group_2__1 : rule__Attribute__Group_2__1__Impl rule__Attribute__Group_2__2 ;
public final void rule__Attribute__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7315:1: ( rule__Attribute__Group_2__1__Impl rule__Attribute__Group_2__2 )
- // InternalRoom.g:7316:2: rule__Attribute__Group_2__1__Impl rule__Attribute__Group_2__2
+ // InternalRoom.g:7335:1: ( rule__Attribute__Group_2__1__Impl rule__Attribute__Group_2__2 )
+ // InternalRoom.g:7336:2: rule__Attribute__Group_2__1__Impl rule__Attribute__Group_2__2
{
- pushFollow(FOLLOW_32);
+ pushFollow(FOLLOW_33);
rule__Attribute__Group_2__1__Impl();
state._fsp--;
@@ -21708,21 +21804,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group_2__1__Impl"
- // InternalRoom.g:7323:1: rule__Attribute__Group_2__1__Impl : ( ( rule__Attribute__SizeAssignment_2_1 ) ) ;
+ // InternalRoom.g:7343:1: rule__Attribute__Group_2__1__Impl : ( ( rule__Attribute__SizeAssignment_2_1 ) ) ;
public final void rule__Attribute__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7327:1: ( ( ( rule__Attribute__SizeAssignment_2_1 ) ) )
- // InternalRoom.g:7328:1: ( ( rule__Attribute__SizeAssignment_2_1 ) )
+ // InternalRoom.g:7347:1: ( ( ( rule__Attribute__SizeAssignment_2_1 ) ) )
+ // InternalRoom.g:7348:1: ( ( rule__Attribute__SizeAssignment_2_1 ) )
{
- // InternalRoom.g:7328:1: ( ( rule__Attribute__SizeAssignment_2_1 ) )
- // InternalRoom.g:7329:1: ( rule__Attribute__SizeAssignment_2_1 )
+ // InternalRoom.g:7348:1: ( ( rule__Attribute__SizeAssignment_2_1 ) )
+ // InternalRoom.g:7349:1: ( rule__Attribute__SizeAssignment_2_1 )
{
before(grammarAccess.getAttributeAccess().getSizeAssignment_2_1());
- // InternalRoom.g:7330:1: ( rule__Attribute__SizeAssignment_2_1 )
- // InternalRoom.g:7330:2: rule__Attribute__SizeAssignment_2_1
+ // InternalRoom.g:7350:1: ( rule__Attribute__SizeAssignment_2_1 )
+ // InternalRoom.g:7350:2: rule__Attribute__SizeAssignment_2_1
{
pushFollow(FOLLOW_2);
rule__Attribute__SizeAssignment_2_1();
@@ -21755,14 +21851,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group_2__2"
- // InternalRoom.g:7340:1: rule__Attribute__Group_2__2 : rule__Attribute__Group_2__2__Impl ;
+ // InternalRoom.g:7360:1: rule__Attribute__Group_2__2 : rule__Attribute__Group_2__2__Impl ;
public final void rule__Attribute__Group_2__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7344:1: ( rule__Attribute__Group_2__2__Impl )
- // InternalRoom.g:7345:2: rule__Attribute__Group_2__2__Impl
+ // InternalRoom.g:7364:1: ( rule__Attribute__Group_2__2__Impl )
+ // InternalRoom.g:7365:2: rule__Attribute__Group_2__2__Impl
{
pushFollow(FOLLOW_2);
rule__Attribute__Group_2__2__Impl();
@@ -21788,17 +21884,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group_2__2__Impl"
- // InternalRoom.g:7351:1: rule__Attribute__Group_2__2__Impl : ( ']' ) ;
+ // InternalRoom.g:7371:1: rule__Attribute__Group_2__2__Impl : ( ']' ) ;
public final void rule__Attribute__Group_2__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7355:1: ( ( ']' ) )
- // InternalRoom.g:7356:1: ( ']' )
+ // InternalRoom.g:7375:1: ( ( ']' ) )
+ // InternalRoom.g:7376:1: ( ']' )
{
- // InternalRoom.g:7356:1: ( ']' )
- // InternalRoom.g:7357:1: ']'
+ // InternalRoom.g:7376:1: ( ']' )
+ // InternalRoom.g:7377:1: ']'
{
before(grammarAccess.getAttributeAccess().getRightSquareBracketKeyword_2_2());
match(input,64,FOLLOW_2);
@@ -21825,16 +21921,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group_5__0"
- // InternalRoom.g:7376:1: rule__Attribute__Group_5__0 : rule__Attribute__Group_5__0__Impl rule__Attribute__Group_5__1 ;
+ // InternalRoom.g:7396:1: rule__Attribute__Group_5__0 : rule__Attribute__Group_5__0__Impl rule__Attribute__Group_5__1 ;
public final void rule__Attribute__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7380:1: ( rule__Attribute__Group_5__0__Impl rule__Attribute__Group_5__1 )
- // InternalRoom.g:7381:2: rule__Attribute__Group_5__0__Impl rule__Attribute__Group_5__1
+ // InternalRoom.g:7400:1: ( rule__Attribute__Group_5__0__Impl rule__Attribute__Group_5__1 )
+ // InternalRoom.g:7401:2: rule__Attribute__Group_5__0__Impl rule__Attribute__Group_5__1
{
- pushFollow(FOLLOW_14);
+ pushFollow(FOLLOW_15);
rule__Attribute__Group_5__0__Impl();
state._fsp--;
@@ -21863,17 +21959,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group_5__0__Impl"
- // InternalRoom.g:7388:1: rule__Attribute__Group_5__0__Impl : ( '=' ) ;
+ // InternalRoom.g:7408:1: rule__Attribute__Group_5__0__Impl : ( '=' ) ;
public final void rule__Attribute__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7392:1: ( ( '=' ) )
- // InternalRoom.g:7393:1: ( '=' )
+ // InternalRoom.g:7412:1: ( ( '=' ) )
+ // InternalRoom.g:7413:1: ( '=' )
{
- // InternalRoom.g:7393:1: ( '=' )
- // InternalRoom.g:7394:1: '='
+ // InternalRoom.g:7413:1: ( '=' )
+ // InternalRoom.g:7414:1: '='
{
before(grammarAccess.getAttributeAccess().getEqualsSignKeyword_5_0());
match(input,56,FOLLOW_2);
@@ -21900,14 +21996,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group_5__1"
- // InternalRoom.g:7407:1: rule__Attribute__Group_5__1 : rule__Attribute__Group_5__1__Impl ;
+ // InternalRoom.g:7427:1: rule__Attribute__Group_5__1 : rule__Attribute__Group_5__1__Impl ;
public final void rule__Attribute__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7411:1: ( rule__Attribute__Group_5__1__Impl )
- // InternalRoom.g:7412:2: rule__Attribute__Group_5__1__Impl
+ // InternalRoom.g:7431:1: ( rule__Attribute__Group_5__1__Impl )
+ // InternalRoom.g:7432:2: rule__Attribute__Group_5__1__Impl
{
pushFollow(FOLLOW_2);
rule__Attribute__Group_5__1__Impl();
@@ -21933,21 +22029,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__Group_5__1__Impl"
- // InternalRoom.g:7418:1: rule__Attribute__Group_5__1__Impl : ( ( rule__Attribute__DefaultValueLiteralAssignment_5_1 ) ) ;
+ // InternalRoom.g:7438:1: rule__Attribute__Group_5__1__Impl : ( ( rule__Attribute__DefaultValueLiteralAssignment_5_1 ) ) ;
public final void rule__Attribute__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7422:1: ( ( ( rule__Attribute__DefaultValueLiteralAssignment_5_1 ) ) )
- // InternalRoom.g:7423:1: ( ( rule__Attribute__DefaultValueLiteralAssignment_5_1 ) )
+ // InternalRoom.g:7442:1: ( ( ( rule__Attribute__DefaultValueLiteralAssignment_5_1 ) ) )
+ // InternalRoom.g:7443:1: ( ( rule__Attribute__DefaultValueLiteralAssignment_5_1 ) )
{
- // InternalRoom.g:7423:1: ( ( rule__Attribute__DefaultValueLiteralAssignment_5_1 ) )
- // InternalRoom.g:7424:1: ( rule__Attribute__DefaultValueLiteralAssignment_5_1 )
+ // InternalRoom.g:7443:1: ( ( rule__Attribute__DefaultValueLiteralAssignment_5_1 ) )
+ // InternalRoom.g:7444:1: ( rule__Attribute__DefaultValueLiteralAssignment_5_1 )
{
before(grammarAccess.getAttributeAccess().getDefaultValueLiteralAssignment_5_1());
- // InternalRoom.g:7425:1: ( rule__Attribute__DefaultValueLiteralAssignment_5_1 )
- // InternalRoom.g:7425:2: rule__Attribute__DefaultValueLiteralAssignment_5_1
+ // InternalRoom.g:7445:1: ( rule__Attribute__DefaultValueLiteralAssignment_5_1 )
+ // InternalRoom.g:7445:2: rule__Attribute__DefaultValueLiteralAssignment_5_1
{
pushFollow(FOLLOW_2);
rule__Attribute__DefaultValueLiteralAssignment_5_1();
@@ -21980,16 +22076,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__0"
- // InternalRoom.g:7439:1: rule__StandardOperation__Group__0 : rule__StandardOperation__Group__0__Impl rule__StandardOperation__Group__1 ;
+ // InternalRoom.g:7459:1: rule__StandardOperation__Group__0 : rule__StandardOperation__Group__0__Impl rule__StandardOperation__Group__1 ;
public final void rule__StandardOperation__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7443:1: ( rule__StandardOperation__Group__0__Impl rule__StandardOperation__Group__1 )
- // InternalRoom.g:7444:2: rule__StandardOperation__Group__0__Impl rule__StandardOperation__Group__1
+ // InternalRoom.g:7463:1: ( rule__StandardOperation__Group__0__Impl rule__StandardOperation__Group__1 )
+ // InternalRoom.g:7464:2: rule__StandardOperation__Group__0__Impl rule__StandardOperation__Group__1
{
- pushFollow(FOLLOW_33);
+ pushFollow(FOLLOW_34);
rule__StandardOperation__Group__0__Impl();
state._fsp--;
@@ -22018,29 +22114,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__0__Impl"
- // InternalRoom.g:7451:1: rule__StandardOperation__Group__0__Impl : ( ( rule__StandardOperation__OverrideAssignment_0 )? ) ;
+ // InternalRoom.g:7471:1: rule__StandardOperation__Group__0__Impl : ( ( rule__StandardOperation__OverrideAssignment_0 )? ) ;
public final void rule__StandardOperation__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7455:1: ( ( ( rule__StandardOperation__OverrideAssignment_0 )? ) )
- // InternalRoom.g:7456:1: ( ( rule__StandardOperation__OverrideAssignment_0 )? )
+ // InternalRoom.g:7475:1: ( ( ( rule__StandardOperation__OverrideAssignment_0 )? ) )
+ // InternalRoom.g:7476:1: ( ( rule__StandardOperation__OverrideAssignment_0 )? )
{
- // InternalRoom.g:7456:1: ( ( rule__StandardOperation__OverrideAssignment_0 )? )
- // InternalRoom.g:7457:1: ( rule__StandardOperation__OverrideAssignment_0 )?
+ // InternalRoom.g:7476:1: ( ( rule__StandardOperation__OverrideAssignment_0 )? )
+ // InternalRoom.g:7477:1: ( rule__StandardOperation__OverrideAssignment_0 )?
{
before(grammarAccess.getStandardOperationAccess().getOverrideAssignment_0());
- // InternalRoom.g:7458:1: ( rule__StandardOperation__OverrideAssignment_0 )?
- int alt83=2;
- int LA83_0 = input.LA(1);
+ // InternalRoom.g:7478:1: ( rule__StandardOperation__OverrideAssignment_0 )?
+ int alt84=2;
+ int LA84_0 = input.LA(1);
- if ( (LA83_0==129) ) {
- alt83=1;
+ if ( (LA84_0==129) ) {
+ alt84=1;
}
- switch (alt83) {
+ switch (alt84) {
case 1 :
- // InternalRoom.g:7458:2: rule__StandardOperation__OverrideAssignment_0
+ // InternalRoom.g:7478:2: rule__StandardOperation__OverrideAssignment_0
{
pushFollow(FOLLOW_2);
rule__StandardOperation__OverrideAssignment_0();
@@ -22076,14 +22172,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__1"
- // InternalRoom.g:7468:1: rule__StandardOperation__Group__1 : rule__StandardOperation__Group__1__Impl rule__StandardOperation__Group__2 ;
+ // InternalRoom.g:7488:1: rule__StandardOperation__Group__1 : rule__StandardOperation__Group__1__Impl rule__StandardOperation__Group__2 ;
public final void rule__StandardOperation__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7472:1: ( rule__StandardOperation__Group__1__Impl rule__StandardOperation__Group__2 )
- // InternalRoom.g:7473:2: rule__StandardOperation__Group__1__Impl rule__StandardOperation__Group__2
+ // InternalRoom.g:7492:1: ( rule__StandardOperation__Group__1__Impl rule__StandardOperation__Group__2 )
+ // InternalRoom.g:7493:2: rule__StandardOperation__Group__1__Impl rule__StandardOperation__Group__2
{
pushFollow(FOLLOW_3);
rule__StandardOperation__Group__1__Impl();
@@ -22114,17 +22210,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__1__Impl"
- // InternalRoom.g:7480:1: rule__StandardOperation__Group__1__Impl : ( 'Operation' ) ;
+ // InternalRoom.g:7500:1: rule__StandardOperation__Group__1__Impl : ( 'Operation' ) ;
public final void rule__StandardOperation__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7484:1: ( ( 'Operation' ) )
- // InternalRoom.g:7485:1: ( 'Operation' )
+ // InternalRoom.g:7504:1: ( ( 'Operation' ) )
+ // InternalRoom.g:7505:1: ( 'Operation' )
{
- // InternalRoom.g:7485:1: ( 'Operation' )
- // InternalRoom.g:7486:1: 'Operation'
+ // InternalRoom.g:7505:1: ( 'Operation' )
+ // InternalRoom.g:7506:1: 'Operation'
{
before(grammarAccess.getStandardOperationAccess().getOperationKeyword_1());
match(input,65,FOLLOW_2);
@@ -22151,16 +22247,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__2"
- // InternalRoom.g:7499:1: rule__StandardOperation__Group__2 : rule__StandardOperation__Group__2__Impl rule__StandardOperation__Group__3 ;
+ // InternalRoom.g:7519:1: rule__StandardOperation__Group__2 : rule__StandardOperation__Group__2__Impl rule__StandardOperation__Group__3 ;
public final void rule__StandardOperation__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7503:1: ( rule__StandardOperation__Group__2__Impl rule__StandardOperation__Group__3 )
- // InternalRoom.g:7504:2: rule__StandardOperation__Group__2__Impl rule__StandardOperation__Group__3
+ // InternalRoom.g:7523:1: ( rule__StandardOperation__Group__2__Impl rule__StandardOperation__Group__3 )
+ // InternalRoom.g:7524:2: rule__StandardOperation__Group__2__Impl rule__StandardOperation__Group__3
{
- pushFollow(FOLLOW_34);
+ pushFollow(FOLLOW_35);
rule__StandardOperation__Group__2__Impl();
state._fsp--;
@@ -22189,21 +22285,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__2__Impl"
- // InternalRoom.g:7511:1: rule__StandardOperation__Group__2__Impl : ( ( rule__StandardOperation__NameAssignment_2 ) ) ;
+ // InternalRoom.g:7531:1: rule__StandardOperation__Group__2__Impl : ( ( rule__StandardOperation__NameAssignment_2 ) ) ;
public final void rule__StandardOperation__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7515:1: ( ( ( rule__StandardOperation__NameAssignment_2 ) ) )
- // InternalRoom.g:7516:1: ( ( rule__StandardOperation__NameAssignment_2 ) )
+ // InternalRoom.g:7535:1: ( ( ( rule__StandardOperation__NameAssignment_2 ) ) )
+ // InternalRoom.g:7536:1: ( ( rule__StandardOperation__NameAssignment_2 ) )
{
- // InternalRoom.g:7516:1: ( ( rule__StandardOperation__NameAssignment_2 ) )
- // InternalRoom.g:7517:1: ( rule__StandardOperation__NameAssignment_2 )
+ // InternalRoom.g:7536:1: ( ( rule__StandardOperation__NameAssignment_2 ) )
+ // InternalRoom.g:7537:1: ( rule__StandardOperation__NameAssignment_2 )
{
before(grammarAccess.getStandardOperationAccess().getNameAssignment_2());
- // InternalRoom.g:7518:1: ( rule__StandardOperation__NameAssignment_2 )
- // InternalRoom.g:7518:2: rule__StandardOperation__NameAssignment_2
+ // InternalRoom.g:7538:1: ( rule__StandardOperation__NameAssignment_2 )
+ // InternalRoom.g:7538:2: rule__StandardOperation__NameAssignment_2
{
pushFollow(FOLLOW_2);
rule__StandardOperation__NameAssignment_2();
@@ -22236,16 +22332,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__3"
- // InternalRoom.g:7528:1: rule__StandardOperation__Group__3 : rule__StandardOperation__Group__3__Impl rule__StandardOperation__Group__4 ;
+ // InternalRoom.g:7548:1: rule__StandardOperation__Group__3 : rule__StandardOperation__Group__3__Impl rule__StandardOperation__Group__4 ;
public final void rule__StandardOperation__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7532:1: ( rule__StandardOperation__Group__3__Impl rule__StandardOperation__Group__4 )
- // InternalRoom.g:7533:2: rule__StandardOperation__Group__3__Impl rule__StandardOperation__Group__4
+ // InternalRoom.g:7552:1: ( rule__StandardOperation__Group__3__Impl rule__StandardOperation__Group__4 )
+ // InternalRoom.g:7553:2: rule__StandardOperation__Group__3__Impl rule__StandardOperation__Group__4
{
- pushFollow(FOLLOW_35);
+ pushFollow(FOLLOW_36);
rule__StandardOperation__Group__3__Impl();
state._fsp--;
@@ -22274,17 +22370,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__3__Impl"
- // InternalRoom.g:7540:1: rule__StandardOperation__Group__3__Impl : ( '(' ) ;
+ // InternalRoom.g:7560:1: rule__StandardOperation__Group__3__Impl : ( '(' ) ;
public final void rule__StandardOperation__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7544:1: ( ( '(' ) )
- // InternalRoom.g:7545:1: ( '(' )
+ // InternalRoom.g:7564:1: ( ( '(' ) )
+ // InternalRoom.g:7565:1: ( '(' )
{
- // InternalRoom.g:7545:1: ( '(' )
- // InternalRoom.g:7546:1: '('
+ // InternalRoom.g:7565:1: ( '(' )
+ // InternalRoom.g:7566:1: '('
{
before(grammarAccess.getStandardOperationAccess().getLeftParenthesisKeyword_3());
match(input,51,FOLLOW_2);
@@ -22311,16 +22407,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__4"
- // InternalRoom.g:7559:1: rule__StandardOperation__Group__4 : rule__StandardOperation__Group__4__Impl rule__StandardOperation__Group__5 ;
+ // InternalRoom.g:7579:1: rule__StandardOperation__Group__4 : rule__StandardOperation__Group__4__Impl rule__StandardOperation__Group__5 ;
public final void rule__StandardOperation__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7563:1: ( rule__StandardOperation__Group__4__Impl rule__StandardOperation__Group__5 )
- // InternalRoom.g:7564:2: rule__StandardOperation__Group__4__Impl rule__StandardOperation__Group__5
+ // InternalRoom.g:7583:1: ( rule__StandardOperation__Group__4__Impl rule__StandardOperation__Group__5 )
+ // InternalRoom.g:7584:2: rule__StandardOperation__Group__4__Impl rule__StandardOperation__Group__5
{
- pushFollow(FOLLOW_35);
+ pushFollow(FOLLOW_36);
rule__StandardOperation__Group__4__Impl();
state._fsp--;
@@ -22349,29 +22445,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__4__Impl"
- // InternalRoom.g:7571:1: rule__StandardOperation__Group__4__Impl : ( ( rule__StandardOperation__Group_4__0 )? ) ;
+ // InternalRoom.g:7591:1: rule__StandardOperation__Group__4__Impl : ( ( rule__StandardOperation__Group_4__0 )? ) ;
public final void rule__StandardOperation__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7575:1: ( ( ( rule__StandardOperation__Group_4__0 )? ) )
- // InternalRoom.g:7576:1: ( ( rule__StandardOperation__Group_4__0 )? )
+ // InternalRoom.g:7595:1: ( ( ( rule__StandardOperation__Group_4__0 )? ) )
+ // InternalRoom.g:7596:1: ( ( rule__StandardOperation__Group_4__0 )? )
{
- // InternalRoom.g:7576:1: ( ( rule__StandardOperation__Group_4__0 )? )
- // InternalRoom.g:7577:1: ( rule__StandardOperation__Group_4__0 )?
+ // InternalRoom.g:7596:1: ( ( rule__StandardOperation__Group_4__0 )? )
+ // InternalRoom.g:7597:1: ( rule__StandardOperation__Group_4__0 )?
{
before(grammarAccess.getStandardOperationAccess().getGroup_4());
- // InternalRoom.g:7578:1: ( rule__StandardOperation__Group_4__0 )?
- int alt84=2;
- int LA84_0 = input.LA(1);
+ // InternalRoom.g:7598:1: ( rule__StandardOperation__Group_4__0 )?
+ int alt85=2;
+ int LA85_0 = input.LA(1);
- if ( (LA84_0==RULE_ID) ) {
- alt84=1;
+ if ( (LA85_0==RULE_ID) ) {
+ alt85=1;
}
- switch (alt84) {
+ switch (alt85) {
case 1 :
- // InternalRoom.g:7578:2: rule__StandardOperation__Group_4__0
+ // InternalRoom.g:7598:2: rule__StandardOperation__Group_4__0
{
pushFollow(FOLLOW_2);
rule__StandardOperation__Group_4__0();
@@ -22407,16 +22503,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__5"
- // InternalRoom.g:7588:1: rule__StandardOperation__Group__5 : rule__StandardOperation__Group__5__Impl rule__StandardOperation__Group__6 ;
+ // InternalRoom.g:7608:1: rule__StandardOperation__Group__5 : rule__StandardOperation__Group__5__Impl rule__StandardOperation__Group__6 ;
public final void rule__StandardOperation__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7592:1: ( rule__StandardOperation__Group__5__Impl rule__StandardOperation__Group__6 )
- // InternalRoom.g:7593:2: rule__StandardOperation__Group__5__Impl rule__StandardOperation__Group__6
+ // InternalRoom.g:7612:1: ( rule__StandardOperation__Group__5__Impl rule__StandardOperation__Group__6 )
+ // InternalRoom.g:7613:2: rule__StandardOperation__Group__5__Impl rule__StandardOperation__Group__6
{
- pushFollow(FOLLOW_36);
+ pushFollow(FOLLOW_37);
rule__StandardOperation__Group__5__Impl();
state._fsp--;
@@ -22445,17 +22541,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__5__Impl"
- // InternalRoom.g:7600:1: rule__StandardOperation__Group__5__Impl : ( ')' ) ;
+ // InternalRoom.g:7620:1: rule__StandardOperation__Group__5__Impl : ( ')' ) ;
public final void rule__StandardOperation__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7604:1: ( ( ')' ) )
- // InternalRoom.g:7605:1: ( ')' )
+ // InternalRoom.g:7624:1: ( ( ')' ) )
+ // InternalRoom.g:7625:1: ( ')' )
{
- // InternalRoom.g:7605:1: ( ')' )
- // InternalRoom.g:7606:1: ')'
+ // InternalRoom.g:7625:1: ( ')' )
+ // InternalRoom.g:7626:1: ')'
{
before(grammarAccess.getStandardOperationAccess().getRightParenthesisKeyword_5());
match(input,52,FOLLOW_2);
@@ -22482,16 +22578,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__6"
- // InternalRoom.g:7619:1: rule__StandardOperation__Group__6 : rule__StandardOperation__Group__6__Impl rule__StandardOperation__Group__7 ;
+ // InternalRoom.g:7639:1: rule__StandardOperation__Group__6 : rule__StandardOperation__Group__6__Impl rule__StandardOperation__Group__7 ;
public final void rule__StandardOperation__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7623:1: ( rule__StandardOperation__Group__6__Impl rule__StandardOperation__Group__7 )
- // InternalRoom.g:7624:2: rule__StandardOperation__Group__6__Impl rule__StandardOperation__Group__7
+ // InternalRoom.g:7643:1: ( rule__StandardOperation__Group__6__Impl rule__StandardOperation__Group__7 )
+ // InternalRoom.g:7644:2: rule__StandardOperation__Group__6__Impl rule__StandardOperation__Group__7
{
- pushFollow(FOLLOW_36);
+ pushFollow(FOLLOW_37);
rule__StandardOperation__Group__6__Impl();
state._fsp--;
@@ -22520,29 +22616,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__6__Impl"
- // InternalRoom.g:7631:1: rule__StandardOperation__Group__6__Impl : ( ( rule__StandardOperation__Group_6__0 )? ) ;
+ // InternalRoom.g:7651:1: rule__StandardOperation__Group__6__Impl : ( ( rule__StandardOperation__Group_6__0 )? ) ;
public final void rule__StandardOperation__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7635:1: ( ( ( rule__StandardOperation__Group_6__0 )? ) )
- // InternalRoom.g:7636:1: ( ( rule__StandardOperation__Group_6__0 )? )
+ // InternalRoom.g:7655:1: ( ( ( rule__StandardOperation__Group_6__0 )? ) )
+ // InternalRoom.g:7656:1: ( ( rule__StandardOperation__Group_6__0 )? )
{
- // InternalRoom.g:7636:1: ( ( rule__StandardOperation__Group_6__0 )? )
- // InternalRoom.g:7637:1: ( rule__StandardOperation__Group_6__0 )?
+ // InternalRoom.g:7656:1: ( ( rule__StandardOperation__Group_6__0 )? )
+ // InternalRoom.g:7657:1: ( rule__StandardOperation__Group_6__0 )?
{
before(grammarAccess.getStandardOperationAccess().getGroup_6());
- // InternalRoom.g:7638:1: ( rule__StandardOperation__Group_6__0 )?
- int alt85=2;
- int LA85_0 = input.LA(1);
+ // InternalRoom.g:7658:1: ( rule__StandardOperation__Group_6__0 )?
+ int alt86=2;
+ int LA86_0 = input.LA(1);
- if ( (LA85_0==47) ) {
- alt85=1;
+ if ( (LA86_0==47) ) {
+ alt86=1;
}
- switch (alt85) {
+ switch (alt86) {
case 1 :
- // InternalRoom.g:7638:2: rule__StandardOperation__Group_6__0
+ // InternalRoom.g:7658:2: rule__StandardOperation__Group_6__0
{
pushFollow(FOLLOW_2);
rule__StandardOperation__Group_6__0();
@@ -22578,16 +22674,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__7"
- // InternalRoom.g:7648:1: rule__StandardOperation__Group__7 : rule__StandardOperation__Group__7__Impl rule__StandardOperation__Group__8 ;
+ // InternalRoom.g:7668:1: rule__StandardOperation__Group__7 : rule__StandardOperation__Group__7__Impl rule__StandardOperation__Group__8 ;
public final void rule__StandardOperation__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7652:1: ( rule__StandardOperation__Group__7__Impl rule__StandardOperation__Group__8 )
- // InternalRoom.g:7653:2: rule__StandardOperation__Group__7__Impl rule__StandardOperation__Group__8
+ // InternalRoom.g:7672:1: ( rule__StandardOperation__Group__7__Impl rule__StandardOperation__Group__8 )
+ // InternalRoom.g:7673:2: rule__StandardOperation__Group__7__Impl rule__StandardOperation__Group__8
{
- pushFollow(FOLLOW_36);
+ pushFollow(FOLLOW_37);
rule__StandardOperation__Group__7__Impl();
state._fsp--;
@@ -22616,29 +22712,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__7__Impl"
- // InternalRoom.g:7660:1: rule__StandardOperation__Group__7__Impl : ( ( rule__StandardOperation__DocuAssignment_7 )? ) ;
+ // InternalRoom.g:7680:1: rule__StandardOperation__Group__7__Impl : ( ( rule__StandardOperation__DocuAssignment_7 )? ) ;
public final void rule__StandardOperation__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7664:1: ( ( ( rule__StandardOperation__DocuAssignment_7 )? ) )
- // InternalRoom.g:7665:1: ( ( rule__StandardOperation__DocuAssignment_7 )? )
+ // InternalRoom.g:7684:1: ( ( ( rule__StandardOperation__DocuAssignment_7 )? ) )
+ // InternalRoom.g:7685:1: ( ( rule__StandardOperation__DocuAssignment_7 )? )
{
- // InternalRoom.g:7665:1: ( ( rule__StandardOperation__DocuAssignment_7 )? )
- // InternalRoom.g:7666:1: ( rule__StandardOperation__DocuAssignment_7 )?
+ // InternalRoom.g:7685:1: ( ( rule__StandardOperation__DocuAssignment_7 )? )
+ // InternalRoom.g:7686:1: ( rule__StandardOperation__DocuAssignment_7 )?
{
before(grammarAccess.getStandardOperationAccess().getDocuAssignment_7());
- // InternalRoom.g:7667:1: ( rule__StandardOperation__DocuAssignment_7 )?
- int alt86=2;
- int LA86_0 = input.LA(1);
+ // InternalRoom.g:7687:1: ( rule__StandardOperation__DocuAssignment_7 )?
+ int alt87=2;
+ int LA87_0 = input.LA(1);
- if ( (LA86_0==63) ) {
- alt86=1;
+ if ( (LA87_0==63) ) {
+ alt87=1;
}
- switch (alt86) {
+ switch (alt87) {
case 1 :
- // InternalRoom.g:7667:2: rule__StandardOperation__DocuAssignment_7
+ // InternalRoom.g:7687:2: rule__StandardOperation__DocuAssignment_7
{
pushFollow(FOLLOW_2);
rule__StandardOperation__DocuAssignment_7();
@@ -22674,14 +22770,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__8"
- // InternalRoom.g:7677:1: rule__StandardOperation__Group__8 : rule__StandardOperation__Group__8__Impl ;
+ // InternalRoom.g:7697:1: rule__StandardOperation__Group__8 : rule__StandardOperation__Group__8__Impl ;
public final void rule__StandardOperation__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7681:1: ( rule__StandardOperation__Group__8__Impl )
- // InternalRoom.g:7682:2: rule__StandardOperation__Group__8__Impl
+ // InternalRoom.g:7701:1: ( rule__StandardOperation__Group__8__Impl )
+ // InternalRoom.g:7702:2: rule__StandardOperation__Group__8__Impl
{
pushFollow(FOLLOW_2);
rule__StandardOperation__Group__8__Impl();
@@ -22707,21 +22803,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group__8__Impl"
- // InternalRoom.g:7688:1: rule__StandardOperation__Group__8__Impl : ( ( rule__StandardOperation__DetailCodeAssignment_8 ) ) ;
+ // InternalRoom.g:7708:1: rule__StandardOperation__Group__8__Impl : ( ( rule__StandardOperation__DetailCodeAssignment_8 ) ) ;
public final void rule__StandardOperation__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7692:1: ( ( ( rule__StandardOperation__DetailCodeAssignment_8 ) ) )
- // InternalRoom.g:7693:1: ( ( rule__StandardOperation__DetailCodeAssignment_8 ) )
+ // InternalRoom.g:7712:1: ( ( ( rule__StandardOperation__DetailCodeAssignment_8 ) ) )
+ // InternalRoom.g:7713:1: ( ( rule__StandardOperation__DetailCodeAssignment_8 ) )
{
- // InternalRoom.g:7693:1: ( ( rule__StandardOperation__DetailCodeAssignment_8 ) )
- // InternalRoom.g:7694:1: ( rule__StandardOperation__DetailCodeAssignment_8 )
+ // InternalRoom.g:7713:1: ( ( rule__StandardOperation__DetailCodeAssignment_8 ) )
+ // InternalRoom.g:7714:1: ( rule__StandardOperation__DetailCodeAssignment_8 )
{
before(grammarAccess.getStandardOperationAccess().getDetailCodeAssignment_8());
- // InternalRoom.g:7695:1: ( rule__StandardOperation__DetailCodeAssignment_8 )
- // InternalRoom.g:7695:2: rule__StandardOperation__DetailCodeAssignment_8
+ // InternalRoom.g:7715:1: ( rule__StandardOperation__DetailCodeAssignment_8 )
+ // InternalRoom.g:7715:2: rule__StandardOperation__DetailCodeAssignment_8
{
pushFollow(FOLLOW_2);
rule__StandardOperation__DetailCodeAssignment_8();
@@ -22754,16 +22850,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group_4__0"
- // InternalRoom.g:7723:1: rule__StandardOperation__Group_4__0 : rule__StandardOperation__Group_4__0__Impl rule__StandardOperation__Group_4__1 ;
+ // InternalRoom.g:7743:1: rule__StandardOperation__Group_4__0 : rule__StandardOperation__Group_4__0__Impl rule__StandardOperation__Group_4__1 ;
public final void rule__StandardOperation__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7727:1: ( rule__StandardOperation__Group_4__0__Impl rule__StandardOperation__Group_4__1 )
- // InternalRoom.g:7728:2: rule__StandardOperation__Group_4__0__Impl rule__StandardOperation__Group_4__1
+ // InternalRoom.g:7747:1: ( rule__StandardOperation__Group_4__0__Impl rule__StandardOperation__Group_4__1 )
+ // InternalRoom.g:7748:2: rule__StandardOperation__Group_4__0__Impl rule__StandardOperation__Group_4__1
{
- pushFollow(FOLLOW_20);
+ pushFollow(FOLLOW_21);
rule__StandardOperation__Group_4__0__Impl();
state._fsp--;
@@ -22792,21 +22888,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group_4__0__Impl"
- // InternalRoom.g:7735:1: rule__StandardOperation__Group_4__0__Impl : ( ( rule__StandardOperation__ArgumentsAssignment_4_0 ) ) ;
+ // InternalRoom.g:7755:1: rule__StandardOperation__Group_4__0__Impl : ( ( rule__StandardOperation__ArgumentsAssignment_4_0 ) ) ;
public final void rule__StandardOperation__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7739:1: ( ( ( rule__StandardOperation__ArgumentsAssignment_4_0 ) ) )
- // InternalRoom.g:7740:1: ( ( rule__StandardOperation__ArgumentsAssignment_4_0 ) )
+ // InternalRoom.g:7759:1: ( ( ( rule__StandardOperation__ArgumentsAssignment_4_0 ) ) )
+ // InternalRoom.g:7760:1: ( ( rule__StandardOperation__ArgumentsAssignment_4_0 ) )
{
- // InternalRoom.g:7740:1: ( ( rule__StandardOperation__ArgumentsAssignment_4_0 ) )
- // InternalRoom.g:7741:1: ( rule__StandardOperation__ArgumentsAssignment_4_0 )
+ // InternalRoom.g:7760:1: ( ( rule__StandardOperation__ArgumentsAssignment_4_0 ) )
+ // InternalRoom.g:7761:1: ( rule__StandardOperation__ArgumentsAssignment_4_0 )
{
before(grammarAccess.getStandardOperationAccess().getArgumentsAssignment_4_0());
- // InternalRoom.g:7742:1: ( rule__StandardOperation__ArgumentsAssignment_4_0 )
- // InternalRoom.g:7742:2: rule__StandardOperation__ArgumentsAssignment_4_0
+ // InternalRoom.g:7762:1: ( rule__StandardOperation__ArgumentsAssignment_4_0 )
+ // InternalRoom.g:7762:2: rule__StandardOperation__ArgumentsAssignment_4_0
{
pushFollow(FOLLOW_2);
rule__StandardOperation__ArgumentsAssignment_4_0();
@@ -22839,14 +22935,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group_4__1"
- // InternalRoom.g:7752:1: rule__StandardOperation__Group_4__1 : rule__StandardOperation__Group_4__1__Impl ;
+ // InternalRoom.g:7772:1: rule__StandardOperation__Group_4__1 : rule__StandardOperation__Group_4__1__Impl ;
public final void rule__StandardOperation__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7756:1: ( rule__StandardOperation__Group_4__1__Impl )
- // InternalRoom.g:7757:2: rule__StandardOperation__Group_4__1__Impl
+ // InternalRoom.g:7776:1: ( rule__StandardOperation__Group_4__1__Impl )
+ // InternalRoom.g:7777:2: rule__StandardOperation__Group_4__1__Impl
{
pushFollow(FOLLOW_2);
rule__StandardOperation__Group_4__1__Impl();
@@ -22872,35 +22968,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group_4__1__Impl"
- // InternalRoom.g:7763:1: rule__StandardOperation__Group_4__1__Impl : ( ( rule__StandardOperation__Group_4_1__0 )* ) ;
+ // InternalRoom.g:7783:1: rule__StandardOperation__Group_4__1__Impl : ( ( rule__StandardOperation__Group_4_1__0 )* ) ;
public final void rule__StandardOperation__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7767:1: ( ( ( rule__StandardOperation__Group_4_1__0 )* ) )
- // InternalRoom.g:7768:1: ( ( rule__StandardOperation__Group_4_1__0 )* )
+ // InternalRoom.g:7787:1: ( ( ( rule__StandardOperation__Group_4_1__0 )* ) )
+ // InternalRoom.g:7788:1: ( ( rule__StandardOperation__Group_4_1__0 )* )
{
- // InternalRoom.g:7768:1: ( ( rule__StandardOperation__Group_4_1__0 )* )
- // InternalRoom.g:7769:1: ( rule__StandardOperation__Group_4_1__0 )*
+ // InternalRoom.g:7788:1: ( ( rule__StandardOperation__Group_4_1__0 )* )
+ // InternalRoom.g:7789:1: ( rule__StandardOperation__Group_4_1__0 )*
{
before(grammarAccess.getStandardOperationAccess().getGroup_4_1());
- // InternalRoom.g:7770:1: ( rule__StandardOperation__Group_4_1__0 )*
- loop87:
+ // InternalRoom.g:7790:1: ( rule__StandardOperation__Group_4_1__0 )*
+ loop88:
do {
- int alt87=2;
- int LA87_0 = input.LA(1);
+ int alt88=2;
+ int LA88_0 = input.LA(1);
- if ( (LA87_0==55) ) {
- alt87=1;
+ if ( (LA88_0==55) ) {
+ alt88=1;
}
- switch (alt87) {
+ switch (alt88) {
case 1 :
- // InternalRoom.g:7770:2: rule__StandardOperation__Group_4_1__0
+ // InternalRoom.g:7790:2: rule__StandardOperation__Group_4_1__0
{
- pushFollow(FOLLOW_21);
+ pushFollow(FOLLOW_22);
rule__StandardOperation__Group_4_1__0();
state._fsp--;
@@ -22910,7 +23006,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop87;
+ break loop88;
}
} while (true);
@@ -22937,14 +23033,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group_4_1__0"
- // InternalRoom.g:7784:1: rule__StandardOperation__Group_4_1__0 : rule__StandardOperation__Group_4_1__0__Impl rule__StandardOperation__Group_4_1__1 ;
+ // InternalRoom.g:7804:1: rule__StandardOperation__Group_4_1__0 : rule__StandardOperation__Group_4_1__0__Impl rule__StandardOperation__Group_4_1__1 ;
public final void rule__StandardOperation__Group_4_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7788:1: ( rule__StandardOperation__Group_4_1__0__Impl rule__StandardOperation__Group_4_1__1 )
- // InternalRoom.g:7789:2: rule__StandardOperation__Group_4_1__0__Impl rule__StandardOperation__Group_4_1__1
+ // InternalRoom.g:7808:1: ( rule__StandardOperation__Group_4_1__0__Impl rule__StandardOperation__Group_4_1__1 )
+ // InternalRoom.g:7809:2: rule__StandardOperation__Group_4_1__0__Impl rule__StandardOperation__Group_4_1__1
{
pushFollow(FOLLOW_3);
rule__StandardOperation__Group_4_1__0__Impl();
@@ -22975,17 +23071,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group_4_1__0__Impl"
- // InternalRoom.g:7796:1: rule__StandardOperation__Group_4_1__0__Impl : ( ',' ) ;
+ // InternalRoom.g:7816:1: rule__StandardOperation__Group_4_1__0__Impl : ( ',' ) ;
public final void rule__StandardOperation__Group_4_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7800:1: ( ( ',' ) )
- // InternalRoom.g:7801:1: ( ',' )
+ // InternalRoom.g:7820:1: ( ( ',' ) )
+ // InternalRoom.g:7821:1: ( ',' )
{
- // InternalRoom.g:7801:1: ( ',' )
- // InternalRoom.g:7802:1: ','
+ // InternalRoom.g:7821:1: ( ',' )
+ // InternalRoom.g:7822:1: ','
{
before(grammarAccess.getStandardOperationAccess().getCommaKeyword_4_1_0());
match(input,55,FOLLOW_2);
@@ -23012,14 +23108,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group_4_1__1"
- // InternalRoom.g:7815:1: rule__StandardOperation__Group_4_1__1 : rule__StandardOperation__Group_4_1__1__Impl ;
+ // InternalRoom.g:7835:1: rule__StandardOperation__Group_4_1__1 : rule__StandardOperation__Group_4_1__1__Impl ;
public final void rule__StandardOperation__Group_4_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7819:1: ( rule__StandardOperation__Group_4_1__1__Impl )
- // InternalRoom.g:7820:2: rule__StandardOperation__Group_4_1__1__Impl
+ // InternalRoom.g:7839:1: ( rule__StandardOperation__Group_4_1__1__Impl )
+ // InternalRoom.g:7840:2: rule__StandardOperation__Group_4_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__StandardOperation__Group_4_1__1__Impl();
@@ -23045,21 +23141,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group_4_1__1__Impl"
- // InternalRoom.g:7826:1: rule__StandardOperation__Group_4_1__1__Impl : ( ( rule__StandardOperation__ArgumentsAssignment_4_1_1 ) ) ;
+ // InternalRoom.g:7846:1: rule__StandardOperation__Group_4_1__1__Impl : ( ( rule__StandardOperation__ArgumentsAssignment_4_1_1 ) ) ;
public final void rule__StandardOperation__Group_4_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7830:1: ( ( ( rule__StandardOperation__ArgumentsAssignment_4_1_1 ) ) )
- // InternalRoom.g:7831:1: ( ( rule__StandardOperation__ArgumentsAssignment_4_1_1 ) )
+ // InternalRoom.g:7850:1: ( ( ( rule__StandardOperation__ArgumentsAssignment_4_1_1 ) ) )
+ // InternalRoom.g:7851:1: ( ( rule__StandardOperation__ArgumentsAssignment_4_1_1 ) )
{
- // InternalRoom.g:7831:1: ( ( rule__StandardOperation__ArgumentsAssignment_4_1_1 ) )
- // InternalRoom.g:7832:1: ( rule__StandardOperation__ArgumentsAssignment_4_1_1 )
+ // InternalRoom.g:7851:1: ( ( rule__StandardOperation__ArgumentsAssignment_4_1_1 ) )
+ // InternalRoom.g:7852:1: ( rule__StandardOperation__ArgumentsAssignment_4_1_1 )
{
before(grammarAccess.getStandardOperationAccess().getArgumentsAssignment_4_1_1());
- // InternalRoom.g:7833:1: ( rule__StandardOperation__ArgumentsAssignment_4_1_1 )
- // InternalRoom.g:7833:2: rule__StandardOperation__ArgumentsAssignment_4_1_1
+ // InternalRoom.g:7853:1: ( rule__StandardOperation__ArgumentsAssignment_4_1_1 )
+ // InternalRoom.g:7853:2: rule__StandardOperation__ArgumentsAssignment_4_1_1
{
pushFollow(FOLLOW_2);
rule__StandardOperation__ArgumentsAssignment_4_1_1();
@@ -23092,16 +23188,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group_6__0"
- // InternalRoom.g:7847:1: rule__StandardOperation__Group_6__0 : rule__StandardOperation__Group_6__0__Impl rule__StandardOperation__Group_6__1 ;
+ // InternalRoom.g:7867:1: rule__StandardOperation__Group_6__0 : rule__StandardOperation__Group_6__0__Impl rule__StandardOperation__Group_6__1 ;
public final void rule__StandardOperation__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7851:1: ( rule__StandardOperation__Group_6__0__Impl rule__StandardOperation__Group_6__1 )
- // InternalRoom.g:7852:2: rule__StandardOperation__Group_6__0__Impl rule__StandardOperation__Group_6__1
+ // InternalRoom.g:7871:1: ( rule__StandardOperation__Group_6__0__Impl rule__StandardOperation__Group_6__1 )
+ // InternalRoom.g:7872:2: rule__StandardOperation__Group_6__0__Impl rule__StandardOperation__Group_6__1
{
- pushFollow(FOLLOW_37);
+ pushFollow(FOLLOW_38);
rule__StandardOperation__Group_6__0__Impl();
state._fsp--;
@@ -23130,17 +23226,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group_6__0__Impl"
- // InternalRoom.g:7859:1: rule__StandardOperation__Group_6__0__Impl : ( ':' ) ;
+ // InternalRoom.g:7879:1: rule__StandardOperation__Group_6__0__Impl : ( ':' ) ;
public final void rule__StandardOperation__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7863:1: ( ( ':' ) )
- // InternalRoom.g:7864:1: ( ':' )
+ // InternalRoom.g:7883:1: ( ( ':' ) )
+ // InternalRoom.g:7884:1: ( ':' )
{
- // InternalRoom.g:7864:1: ( ':' )
- // InternalRoom.g:7865:1: ':'
+ // InternalRoom.g:7884:1: ( ':' )
+ // InternalRoom.g:7885:1: ':'
{
before(grammarAccess.getStandardOperationAccess().getColonKeyword_6_0());
match(input,47,FOLLOW_2);
@@ -23167,14 +23263,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group_6__1"
- // InternalRoom.g:7878:1: rule__StandardOperation__Group_6__1 : rule__StandardOperation__Group_6__1__Impl ;
+ // InternalRoom.g:7898:1: rule__StandardOperation__Group_6__1 : rule__StandardOperation__Group_6__1__Impl ;
public final void rule__StandardOperation__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7882:1: ( rule__StandardOperation__Group_6__1__Impl )
- // InternalRoom.g:7883:2: rule__StandardOperation__Group_6__1__Impl
+ // InternalRoom.g:7902:1: ( rule__StandardOperation__Group_6__1__Impl )
+ // InternalRoom.g:7903:2: rule__StandardOperation__Group_6__1__Impl
{
pushFollow(FOLLOW_2);
rule__StandardOperation__Group_6__1__Impl();
@@ -23200,21 +23296,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__Group_6__1__Impl"
- // InternalRoom.g:7889:1: rule__StandardOperation__Group_6__1__Impl : ( ( rule__StandardOperation__Alternatives_6_1 ) ) ;
+ // InternalRoom.g:7909:1: rule__StandardOperation__Group_6__1__Impl : ( ( rule__StandardOperation__Alternatives_6_1 ) ) ;
public final void rule__StandardOperation__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7893:1: ( ( ( rule__StandardOperation__Alternatives_6_1 ) ) )
- // InternalRoom.g:7894:1: ( ( rule__StandardOperation__Alternatives_6_1 ) )
+ // InternalRoom.g:7913:1: ( ( ( rule__StandardOperation__Alternatives_6_1 ) ) )
+ // InternalRoom.g:7914:1: ( ( rule__StandardOperation__Alternatives_6_1 ) )
{
- // InternalRoom.g:7894:1: ( ( rule__StandardOperation__Alternatives_6_1 ) )
- // InternalRoom.g:7895:1: ( rule__StandardOperation__Alternatives_6_1 )
+ // InternalRoom.g:7914:1: ( ( rule__StandardOperation__Alternatives_6_1 ) )
+ // InternalRoom.g:7915:1: ( rule__StandardOperation__Alternatives_6_1 )
{
before(grammarAccess.getStandardOperationAccess().getAlternatives_6_1());
- // InternalRoom.g:7896:1: ( rule__StandardOperation__Alternatives_6_1 )
- // InternalRoom.g:7896:2: rule__StandardOperation__Alternatives_6_1
+ // InternalRoom.g:7916:1: ( rule__StandardOperation__Alternatives_6_1 )
+ // InternalRoom.g:7916:2: rule__StandardOperation__Alternatives_6_1
{
pushFollow(FOLLOW_2);
rule__StandardOperation__Alternatives_6_1();
@@ -23247,14 +23343,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group__0"
- // InternalRoom.g:7910:1: rule__PortOperation__Group__0 : rule__PortOperation__Group__0__Impl rule__PortOperation__Group__1 ;
+ // InternalRoom.g:7930:1: rule__PortOperation__Group__0 : rule__PortOperation__Group__0__Impl rule__PortOperation__Group__1 ;
public final void rule__PortOperation__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7914:1: ( rule__PortOperation__Group__0__Impl rule__PortOperation__Group__1 )
- // InternalRoom.g:7915:2: rule__PortOperation__Group__0__Impl rule__PortOperation__Group__1
+ // InternalRoom.g:7934:1: ( rule__PortOperation__Group__0__Impl rule__PortOperation__Group__1 )
+ // InternalRoom.g:7935:2: rule__PortOperation__Group__0__Impl rule__PortOperation__Group__1
{
pushFollow(FOLLOW_3);
rule__PortOperation__Group__0__Impl();
@@ -23285,17 +23381,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group__0__Impl"
- // InternalRoom.g:7922:1: rule__PortOperation__Group__0__Impl : ( 'Operation' ) ;
+ // InternalRoom.g:7942:1: rule__PortOperation__Group__0__Impl : ( 'Operation' ) ;
public final void rule__PortOperation__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7926:1: ( ( 'Operation' ) )
- // InternalRoom.g:7927:1: ( 'Operation' )
+ // InternalRoom.g:7946:1: ( ( 'Operation' ) )
+ // InternalRoom.g:7947:1: ( 'Operation' )
{
- // InternalRoom.g:7927:1: ( 'Operation' )
- // InternalRoom.g:7928:1: 'Operation'
+ // InternalRoom.g:7947:1: ( 'Operation' )
+ // InternalRoom.g:7948:1: 'Operation'
{
before(grammarAccess.getPortOperationAccess().getOperationKeyword_0());
match(input,65,FOLLOW_2);
@@ -23322,16 +23418,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group__1"
- // InternalRoom.g:7941:1: rule__PortOperation__Group__1 : rule__PortOperation__Group__1__Impl rule__PortOperation__Group__2 ;
+ // InternalRoom.g:7961:1: rule__PortOperation__Group__1 : rule__PortOperation__Group__1__Impl rule__PortOperation__Group__2 ;
public final void rule__PortOperation__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7945:1: ( rule__PortOperation__Group__1__Impl rule__PortOperation__Group__2 )
- // InternalRoom.g:7946:2: rule__PortOperation__Group__1__Impl rule__PortOperation__Group__2
+ // InternalRoom.g:7965:1: ( rule__PortOperation__Group__1__Impl rule__PortOperation__Group__2 )
+ // InternalRoom.g:7966:2: rule__PortOperation__Group__1__Impl rule__PortOperation__Group__2
{
- pushFollow(FOLLOW_34);
+ pushFollow(FOLLOW_35);
rule__PortOperation__Group__1__Impl();
state._fsp--;
@@ -23360,21 +23456,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group__1__Impl"
- // InternalRoom.g:7953:1: rule__PortOperation__Group__1__Impl : ( ( rule__PortOperation__NameAssignment_1 ) ) ;
+ // InternalRoom.g:7973:1: rule__PortOperation__Group__1__Impl : ( ( rule__PortOperation__NameAssignment_1 ) ) ;
public final void rule__PortOperation__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7957:1: ( ( ( rule__PortOperation__NameAssignment_1 ) ) )
- // InternalRoom.g:7958:1: ( ( rule__PortOperation__NameAssignment_1 ) )
+ // InternalRoom.g:7977:1: ( ( ( rule__PortOperation__NameAssignment_1 ) ) )
+ // InternalRoom.g:7978:1: ( ( rule__PortOperation__NameAssignment_1 ) )
{
- // InternalRoom.g:7958:1: ( ( rule__PortOperation__NameAssignment_1 ) )
- // InternalRoom.g:7959:1: ( rule__PortOperation__NameAssignment_1 )
+ // InternalRoom.g:7978:1: ( ( rule__PortOperation__NameAssignment_1 ) )
+ // InternalRoom.g:7979:1: ( rule__PortOperation__NameAssignment_1 )
{
before(grammarAccess.getPortOperationAccess().getNameAssignment_1());
- // InternalRoom.g:7960:1: ( rule__PortOperation__NameAssignment_1 )
- // InternalRoom.g:7960:2: rule__PortOperation__NameAssignment_1
+ // InternalRoom.g:7980:1: ( rule__PortOperation__NameAssignment_1 )
+ // InternalRoom.g:7980:2: rule__PortOperation__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__PortOperation__NameAssignment_1();
@@ -23407,16 +23503,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group__2"
- // InternalRoom.g:7970:1: rule__PortOperation__Group__2 : rule__PortOperation__Group__2__Impl rule__PortOperation__Group__3 ;
+ // InternalRoom.g:7990:1: rule__PortOperation__Group__2 : rule__PortOperation__Group__2__Impl rule__PortOperation__Group__3 ;
public final void rule__PortOperation__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7974:1: ( rule__PortOperation__Group__2__Impl rule__PortOperation__Group__3 )
- // InternalRoom.g:7975:2: rule__PortOperation__Group__2__Impl rule__PortOperation__Group__3
+ // InternalRoom.g:7994:1: ( rule__PortOperation__Group__2__Impl rule__PortOperation__Group__3 )
+ // InternalRoom.g:7995:2: rule__PortOperation__Group__2__Impl rule__PortOperation__Group__3
{
- pushFollow(FOLLOW_35);
+ pushFollow(FOLLOW_36);
rule__PortOperation__Group__2__Impl();
state._fsp--;
@@ -23445,17 +23541,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group__2__Impl"
- // InternalRoom.g:7982:1: rule__PortOperation__Group__2__Impl : ( '(' ) ;
+ // InternalRoom.g:8002:1: rule__PortOperation__Group__2__Impl : ( '(' ) ;
public final void rule__PortOperation__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:7986:1: ( ( '(' ) )
- // InternalRoom.g:7987:1: ( '(' )
+ // InternalRoom.g:8006:1: ( ( '(' ) )
+ // InternalRoom.g:8007:1: ( '(' )
{
- // InternalRoom.g:7987:1: ( '(' )
- // InternalRoom.g:7988:1: '('
+ // InternalRoom.g:8007:1: ( '(' )
+ // InternalRoom.g:8008:1: '('
{
before(grammarAccess.getPortOperationAccess().getLeftParenthesisKeyword_2());
match(input,51,FOLLOW_2);
@@ -23482,16 +23578,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group__3"
- // InternalRoom.g:8001:1: rule__PortOperation__Group__3 : rule__PortOperation__Group__3__Impl rule__PortOperation__Group__4 ;
+ // InternalRoom.g:8021:1: rule__PortOperation__Group__3 : rule__PortOperation__Group__3__Impl rule__PortOperation__Group__4 ;
public final void rule__PortOperation__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8005:1: ( rule__PortOperation__Group__3__Impl rule__PortOperation__Group__4 )
- // InternalRoom.g:8006:2: rule__PortOperation__Group__3__Impl rule__PortOperation__Group__4
+ // InternalRoom.g:8025:1: ( rule__PortOperation__Group__3__Impl rule__PortOperation__Group__4 )
+ // InternalRoom.g:8026:2: rule__PortOperation__Group__3__Impl rule__PortOperation__Group__4
{
- pushFollow(FOLLOW_35);
+ pushFollow(FOLLOW_36);
rule__PortOperation__Group__3__Impl();
state._fsp--;
@@ -23520,29 +23616,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group__3__Impl"
- // InternalRoom.g:8013:1: rule__PortOperation__Group__3__Impl : ( ( rule__PortOperation__Group_3__0 )? ) ;
+ // InternalRoom.g:8033:1: rule__PortOperation__Group__3__Impl : ( ( rule__PortOperation__Group_3__0 )? ) ;
public final void rule__PortOperation__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8017:1: ( ( ( rule__PortOperation__Group_3__0 )? ) )
- // InternalRoom.g:8018:1: ( ( rule__PortOperation__Group_3__0 )? )
+ // InternalRoom.g:8037:1: ( ( ( rule__PortOperation__Group_3__0 )? ) )
+ // InternalRoom.g:8038:1: ( ( rule__PortOperation__Group_3__0 )? )
{
- // InternalRoom.g:8018:1: ( ( rule__PortOperation__Group_3__0 )? )
- // InternalRoom.g:8019:1: ( rule__PortOperation__Group_3__0 )?
+ // InternalRoom.g:8038:1: ( ( rule__PortOperation__Group_3__0 )? )
+ // InternalRoom.g:8039:1: ( rule__PortOperation__Group_3__0 )?
{
before(grammarAccess.getPortOperationAccess().getGroup_3());
- // InternalRoom.g:8020:1: ( rule__PortOperation__Group_3__0 )?
- int alt88=2;
- int LA88_0 = input.LA(1);
+ // InternalRoom.g:8040:1: ( rule__PortOperation__Group_3__0 )?
+ int alt89=2;
+ int LA89_0 = input.LA(1);
- if ( (LA88_0==RULE_ID) ) {
- alt88=1;
+ if ( (LA89_0==RULE_ID) ) {
+ alt89=1;
}
- switch (alt88) {
+ switch (alt89) {
case 1 :
- // InternalRoom.g:8020:2: rule__PortOperation__Group_3__0
+ // InternalRoom.g:8040:2: rule__PortOperation__Group_3__0
{
pushFollow(FOLLOW_2);
rule__PortOperation__Group_3__0();
@@ -23578,16 +23674,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group__4"
- // InternalRoom.g:8030:1: rule__PortOperation__Group__4 : rule__PortOperation__Group__4__Impl rule__PortOperation__Group__5 ;
+ // InternalRoom.g:8050:1: rule__PortOperation__Group__4 : rule__PortOperation__Group__4__Impl rule__PortOperation__Group__5 ;
public final void rule__PortOperation__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8034:1: ( rule__PortOperation__Group__4__Impl rule__PortOperation__Group__5 )
- // InternalRoom.g:8035:2: rule__PortOperation__Group__4__Impl rule__PortOperation__Group__5
+ // InternalRoom.g:8054:1: ( rule__PortOperation__Group__4__Impl rule__PortOperation__Group__5 )
+ // InternalRoom.g:8055:2: rule__PortOperation__Group__4__Impl rule__PortOperation__Group__5
{
- pushFollow(FOLLOW_38);
+ pushFollow(FOLLOW_39);
rule__PortOperation__Group__4__Impl();
state._fsp--;
@@ -23616,17 +23712,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group__4__Impl"
- // InternalRoom.g:8042:1: rule__PortOperation__Group__4__Impl : ( ')' ) ;
+ // InternalRoom.g:8062:1: rule__PortOperation__Group__4__Impl : ( ')' ) ;
public final void rule__PortOperation__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8046:1: ( ( ')' ) )
- // InternalRoom.g:8047:1: ( ')' )
+ // InternalRoom.g:8066:1: ( ( ')' ) )
+ // InternalRoom.g:8067:1: ( ')' )
{
- // InternalRoom.g:8047:1: ( ')' )
- // InternalRoom.g:8048:1: ')'
+ // InternalRoom.g:8067:1: ( ')' )
+ // InternalRoom.g:8068:1: ')'
{
before(grammarAccess.getPortOperationAccess().getRightParenthesisKeyword_4());
match(input,52,FOLLOW_2);
@@ -23653,16 +23749,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group__5"
- // InternalRoom.g:8061:1: rule__PortOperation__Group__5 : rule__PortOperation__Group__5__Impl rule__PortOperation__Group__6 ;
+ // InternalRoom.g:8081:1: rule__PortOperation__Group__5 : rule__PortOperation__Group__5__Impl rule__PortOperation__Group__6 ;
public final void rule__PortOperation__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8065:1: ( rule__PortOperation__Group__5__Impl rule__PortOperation__Group__6 )
- // InternalRoom.g:8066:2: rule__PortOperation__Group__5__Impl rule__PortOperation__Group__6
+ // InternalRoom.g:8085:1: ( rule__PortOperation__Group__5__Impl rule__PortOperation__Group__6 )
+ // InternalRoom.g:8086:2: rule__PortOperation__Group__5__Impl rule__PortOperation__Group__6
{
- pushFollow(FOLLOW_38);
+ pushFollow(FOLLOW_39);
rule__PortOperation__Group__5__Impl();
state._fsp--;
@@ -23691,29 +23787,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group__5__Impl"
- // InternalRoom.g:8073:1: rule__PortOperation__Group__5__Impl : ( ( rule__PortOperation__Alternatives_5 )? ) ;
+ // InternalRoom.g:8093:1: rule__PortOperation__Group__5__Impl : ( ( rule__PortOperation__Alternatives_5 )? ) ;
public final void rule__PortOperation__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8077:1: ( ( ( rule__PortOperation__Alternatives_5 )? ) )
- // InternalRoom.g:8078:1: ( ( rule__PortOperation__Alternatives_5 )? )
+ // InternalRoom.g:8097:1: ( ( ( rule__PortOperation__Alternatives_5 )? ) )
+ // InternalRoom.g:8098:1: ( ( rule__PortOperation__Alternatives_5 )? )
{
- // InternalRoom.g:8078:1: ( ( rule__PortOperation__Alternatives_5 )? )
- // InternalRoom.g:8079:1: ( rule__PortOperation__Alternatives_5 )?
+ // InternalRoom.g:8098:1: ( ( rule__PortOperation__Alternatives_5 )? )
+ // InternalRoom.g:8099:1: ( rule__PortOperation__Alternatives_5 )?
{
before(grammarAccess.getPortOperationAccess().getAlternatives_5());
- // InternalRoom.g:8080:1: ( rule__PortOperation__Alternatives_5 )?
- int alt89=2;
- int LA89_0 = input.LA(1);
+ // InternalRoom.g:8100:1: ( rule__PortOperation__Alternatives_5 )?
+ int alt90=2;
+ int LA90_0 = input.LA(1);
- if ( (LA89_0==47||LA89_0==66) ) {
- alt89=1;
+ if ( (LA90_0==47||LA90_0==66) ) {
+ alt90=1;
}
- switch (alt89) {
+ switch (alt90) {
case 1 :
- // InternalRoom.g:8080:2: rule__PortOperation__Alternatives_5
+ // InternalRoom.g:8100:2: rule__PortOperation__Alternatives_5
{
pushFollow(FOLLOW_2);
rule__PortOperation__Alternatives_5();
@@ -23749,16 +23845,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group__6"
- // InternalRoom.g:8090:1: rule__PortOperation__Group__6 : rule__PortOperation__Group__6__Impl rule__PortOperation__Group__7 ;
+ // InternalRoom.g:8110:1: rule__PortOperation__Group__6 : rule__PortOperation__Group__6__Impl rule__PortOperation__Group__7 ;
public final void rule__PortOperation__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8094:1: ( rule__PortOperation__Group__6__Impl rule__PortOperation__Group__7 )
- // InternalRoom.g:8095:2: rule__PortOperation__Group__6__Impl rule__PortOperation__Group__7
+ // InternalRoom.g:8114:1: ( rule__PortOperation__Group__6__Impl rule__PortOperation__Group__7 )
+ // InternalRoom.g:8115:2: rule__PortOperation__Group__6__Impl rule__PortOperation__Group__7
{
- pushFollow(FOLLOW_38);
+ pushFollow(FOLLOW_39);
rule__PortOperation__Group__6__Impl();
state._fsp--;
@@ -23787,29 +23883,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group__6__Impl"
- // InternalRoom.g:8102:1: rule__PortOperation__Group__6__Impl : ( ( rule__PortOperation__DocuAssignment_6 )? ) ;
+ // InternalRoom.g:8122:1: rule__PortOperation__Group__6__Impl : ( ( rule__PortOperation__DocuAssignment_6 )? ) ;
public final void rule__PortOperation__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8106:1: ( ( ( rule__PortOperation__DocuAssignment_6 )? ) )
- // InternalRoom.g:8107:1: ( ( rule__PortOperation__DocuAssignment_6 )? )
+ // InternalRoom.g:8126:1: ( ( ( rule__PortOperation__DocuAssignment_6 )? ) )
+ // InternalRoom.g:8127:1: ( ( rule__PortOperation__DocuAssignment_6 )? )
{
- // InternalRoom.g:8107:1: ( ( rule__PortOperation__DocuAssignment_6 )? )
- // InternalRoom.g:8108:1: ( rule__PortOperation__DocuAssignment_6 )?
+ // InternalRoom.g:8127:1: ( ( rule__PortOperation__DocuAssignment_6 )? )
+ // InternalRoom.g:8128:1: ( rule__PortOperation__DocuAssignment_6 )?
{
before(grammarAccess.getPortOperationAccess().getDocuAssignment_6());
- // InternalRoom.g:8109:1: ( rule__PortOperation__DocuAssignment_6 )?
- int alt90=2;
- int LA90_0 = input.LA(1);
+ // InternalRoom.g:8129:1: ( rule__PortOperation__DocuAssignment_6 )?
+ int alt91=2;
+ int LA91_0 = input.LA(1);
- if ( (LA90_0==63) ) {
- alt90=1;
+ if ( (LA91_0==63) ) {
+ alt91=1;
}
- switch (alt90) {
+ switch (alt91) {
case 1 :
- // InternalRoom.g:8109:2: rule__PortOperation__DocuAssignment_6
+ // InternalRoom.g:8129:2: rule__PortOperation__DocuAssignment_6
{
pushFollow(FOLLOW_2);
rule__PortOperation__DocuAssignment_6();
@@ -23845,14 +23941,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group__7"
- // InternalRoom.g:8119:1: rule__PortOperation__Group__7 : rule__PortOperation__Group__7__Impl ;
+ // InternalRoom.g:8139:1: rule__PortOperation__Group__7 : rule__PortOperation__Group__7__Impl ;
public final void rule__PortOperation__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8123:1: ( rule__PortOperation__Group__7__Impl )
- // InternalRoom.g:8124:2: rule__PortOperation__Group__7__Impl
+ // InternalRoom.g:8143:1: ( rule__PortOperation__Group__7__Impl )
+ // InternalRoom.g:8144:2: rule__PortOperation__Group__7__Impl
{
pushFollow(FOLLOW_2);
rule__PortOperation__Group__7__Impl();
@@ -23878,21 +23974,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group__7__Impl"
- // InternalRoom.g:8130:1: rule__PortOperation__Group__7__Impl : ( ( rule__PortOperation__DetailCodeAssignment_7 ) ) ;
+ // InternalRoom.g:8150:1: rule__PortOperation__Group__7__Impl : ( ( rule__PortOperation__DetailCodeAssignment_7 ) ) ;
public final void rule__PortOperation__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8134:1: ( ( ( rule__PortOperation__DetailCodeAssignment_7 ) ) )
- // InternalRoom.g:8135:1: ( ( rule__PortOperation__DetailCodeAssignment_7 ) )
+ // InternalRoom.g:8154:1: ( ( ( rule__PortOperation__DetailCodeAssignment_7 ) ) )
+ // InternalRoom.g:8155:1: ( ( rule__PortOperation__DetailCodeAssignment_7 ) )
{
- // InternalRoom.g:8135:1: ( ( rule__PortOperation__DetailCodeAssignment_7 ) )
- // InternalRoom.g:8136:1: ( rule__PortOperation__DetailCodeAssignment_7 )
+ // InternalRoom.g:8155:1: ( ( rule__PortOperation__DetailCodeAssignment_7 ) )
+ // InternalRoom.g:8156:1: ( rule__PortOperation__DetailCodeAssignment_7 )
{
before(grammarAccess.getPortOperationAccess().getDetailCodeAssignment_7());
- // InternalRoom.g:8137:1: ( rule__PortOperation__DetailCodeAssignment_7 )
- // InternalRoom.g:8137:2: rule__PortOperation__DetailCodeAssignment_7
+ // InternalRoom.g:8157:1: ( rule__PortOperation__DetailCodeAssignment_7 )
+ // InternalRoom.g:8157:2: rule__PortOperation__DetailCodeAssignment_7
{
pushFollow(FOLLOW_2);
rule__PortOperation__DetailCodeAssignment_7();
@@ -23925,16 +24021,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group_3__0"
- // InternalRoom.g:8163:1: rule__PortOperation__Group_3__0 : rule__PortOperation__Group_3__0__Impl rule__PortOperation__Group_3__1 ;
+ // InternalRoom.g:8183:1: rule__PortOperation__Group_3__0 : rule__PortOperation__Group_3__0__Impl rule__PortOperation__Group_3__1 ;
public final void rule__PortOperation__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8167:1: ( rule__PortOperation__Group_3__0__Impl rule__PortOperation__Group_3__1 )
- // InternalRoom.g:8168:2: rule__PortOperation__Group_3__0__Impl rule__PortOperation__Group_3__1
+ // InternalRoom.g:8187:1: ( rule__PortOperation__Group_3__0__Impl rule__PortOperation__Group_3__1 )
+ // InternalRoom.g:8188:2: rule__PortOperation__Group_3__0__Impl rule__PortOperation__Group_3__1
{
- pushFollow(FOLLOW_20);
+ pushFollow(FOLLOW_21);
rule__PortOperation__Group_3__0__Impl();
state._fsp--;
@@ -23963,21 +24059,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group_3__0__Impl"
- // InternalRoom.g:8175:1: rule__PortOperation__Group_3__0__Impl : ( ( rule__PortOperation__ArgumentsAssignment_3_0 ) ) ;
+ // InternalRoom.g:8195:1: rule__PortOperation__Group_3__0__Impl : ( ( rule__PortOperation__ArgumentsAssignment_3_0 ) ) ;
public final void rule__PortOperation__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8179:1: ( ( ( rule__PortOperation__ArgumentsAssignment_3_0 ) ) )
- // InternalRoom.g:8180:1: ( ( rule__PortOperation__ArgumentsAssignment_3_0 ) )
+ // InternalRoom.g:8199:1: ( ( ( rule__PortOperation__ArgumentsAssignment_3_0 ) ) )
+ // InternalRoom.g:8200:1: ( ( rule__PortOperation__ArgumentsAssignment_3_0 ) )
{
- // InternalRoom.g:8180:1: ( ( rule__PortOperation__ArgumentsAssignment_3_0 ) )
- // InternalRoom.g:8181:1: ( rule__PortOperation__ArgumentsAssignment_3_0 )
+ // InternalRoom.g:8200:1: ( ( rule__PortOperation__ArgumentsAssignment_3_0 ) )
+ // InternalRoom.g:8201:1: ( rule__PortOperation__ArgumentsAssignment_3_0 )
{
before(grammarAccess.getPortOperationAccess().getArgumentsAssignment_3_0());
- // InternalRoom.g:8182:1: ( rule__PortOperation__ArgumentsAssignment_3_0 )
- // InternalRoom.g:8182:2: rule__PortOperation__ArgumentsAssignment_3_0
+ // InternalRoom.g:8202:1: ( rule__PortOperation__ArgumentsAssignment_3_0 )
+ // InternalRoom.g:8202:2: rule__PortOperation__ArgumentsAssignment_3_0
{
pushFollow(FOLLOW_2);
rule__PortOperation__ArgumentsAssignment_3_0();
@@ -24010,14 +24106,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group_3__1"
- // InternalRoom.g:8192:1: rule__PortOperation__Group_3__1 : rule__PortOperation__Group_3__1__Impl ;
+ // InternalRoom.g:8212:1: rule__PortOperation__Group_3__1 : rule__PortOperation__Group_3__1__Impl ;
public final void rule__PortOperation__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8196:1: ( rule__PortOperation__Group_3__1__Impl )
- // InternalRoom.g:8197:2: rule__PortOperation__Group_3__1__Impl
+ // InternalRoom.g:8216:1: ( rule__PortOperation__Group_3__1__Impl )
+ // InternalRoom.g:8217:2: rule__PortOperation__Group_3__1__Impl
{
pushFollow(FOLLOW_2);
rule__PortOperation__Group_3__1__Impl();
@@ -24043,35 +24139,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group_3__1__Impl"
- // InternalRoom.g:8203:1: rule__PortOperation__Group_3__1__Impl : ( ( rule__PortOperation__Group_3_1__0 )* ) ;
+ // InternalRoom.g:8223:1: rule__PortOperation__Group_3__1__Impl : ( ( rule__PortOperation__Group_3_1__0 )* ) ;
public final void rule__PortOperation__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8207:1: ( ( ( rule__PortOperation__Group_3_1__0 )* ) )
- // InternalRoom.g:8208:1: ( ( rule__PortOperation__Group_3_1__0 )* )
+ // InternalRoom.g:8227:1: ( ( ( rule__PortOperation__Group_3_1__0 )* ) )
+ // InternalRoom.g:8228:1: ( ( rule__PortOperation__Group_3_1__0 )* )
{
- // InternalRoom.g:8208:1: ( ( rule__PortOperation__Group_3_1__0 )* )
- // InternalRoom.g:8209:1: ( rule__PortOperation__Group_3_1__0 )*
+ // InternalRoom.g:8228:1: ( ( rule__PortOperation__Group_3_1__0 )* )
+ // InternalRoom.g:8229:1: ( rule__PortOperation__Group_3_1__0 )*
{
before(grammarAccess.getPortOperationAccess().getGroup_3_1());
- // InternalRoom.g:8210:1: ( rule__PortOperation__Group_3_1__0 )*
- loop91:
+ // InternalRoom.g:8230:1: ( rule__PortOperation__Group_3_1__0 )*
+ loop92:
do {
- int alt91=2;
- int LA91_0 = input.LA(1);
+ int alt92=2;
+ int LA92_0 = input.LA(1);
- if ( (LA91_0==55) ) {
- alt91=1;
+ if ( (LA92_0==55) ) {
+ alt92=1;
}
- switch (alt91) {
+ switch (alt92) {
case 1 :
- // InternalRoom.g:8210:2: rule__PortOperation__Group_3_1__0
+ // InternalRoom.g:8230:2: rule__PortOperation__Group_3_1__0
{
- pushFollow(FOLLOW_21);
+ pushFollow(FOLLOW_22);
rule__PortOperation__Group_3_1__0();
state._fsp--;
@@ -24081,7 +24177,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop91;
+ break loop92;
}
} while (true);
@@ -24108,14 +24204,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group_3_1__0"
- // InternalRoom.g:8224:1: rule__PortOperation__Group_3_1__0 : rule__PortOperation__Group_3_1__0__Impl rule__PortOperation__Group_3_1__1 ;
+ // InternalRoom.g:8244:1: rule__PortOperation__Group_3_1__0 : rule__PortOperation__Group_3_1__0__Impl rule__PortOperation__Group_3_1__1 ;
public final void rule__PortOperation__Group_3_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8228:1: ( rule__PortOperation__Group_3_1__0__Impl rule__PortOperation__Group_3_1__1 )
- // InternalRoom.g:8229:2: rule__PortOperation__Group_3_1__0__Impl rule__PortOperation__Group_3_1__1
+ // InternalRoom.g:8248:1: ( rule__PortOperation__Group_3_1__0__Impl rule__PortOperation__Group_3_1__1 )
+ // InternalRoom.g:8249:2: rule__PortOperation__Group_3_1__0__Impl rule__PortOperation__Group_3_1__1
{
pushFollow(FOLLOW_3);
rule__PortOperation__Group_3_1__0__Impl();
@@ -24146,17 +24242,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group_3_1__0__Impl"
- // InternalRoom.g:8236:1: rule__PortOperation__Group_3_1__0__Impl : ( ',' ) ;
+ // InternalRoom.g:8256:1: rule__PortOperation__Group_3_1__0__Impl : ( ',' ) ;
public final void rule__PortOperation__Group_3_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8240:1: ( ( ',' ) )
- // InternalRoom.g:8241:1: ( ',' )
+ // InternalRoom.g:8260:1: ( ( ',' ) )
+ // InternalRoom.g:8261:1: ( ',' )
{
- // InternalRoom.g:8241:1: ( ',' )
- // InternalRoom.g:8242:1: ','
+ // InternalRoom.g:8261:1: ( ',' )
+ // InternalRoom.g:8262:1: ','
{
before(grammarAccess.getPortOperationAccess().getCommaKeyword_3_1_0());
match(input,55,FOLLOW_2);
@@ -24183,14 +24279,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group_3_1__1"
- // InternalRoom.g:8255:1: rule__PortOperation__Group_3_1__1 : rule__PortOperation__Group_3_1__1__Impl ;
+ // InternalRoom.g:8275:1: rule__PortOperation__Group_3_1__1 : rule__PortOperation__Group_3_1__1__Impl ;
public final void rule__PortOperation__Group_3_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8259:1: ( rule__PortOperation__Group_3_1__1__Impl )
- // InternalRoom.g:8260:2: rule__PortOperation__Group_3_1__1__Impl
+ // InternalRoom.g:8279:1: ( rule__PortOperation__Group_3_1__1__Impl )
+ // InternalRoom.g:8280:2: rule__PortOperation__Group_3_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__PortOperation__Group_3_1__1__Impl();
@@ -24216,21 +24312,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group_3_1__1__Impl"
- // InternalRoom.g:8266:1: rule__PortOperation__Group_3_1__1__Impl : ( ( rule__PortOperation__ArgumentsAssignment_3_1_1 ) ) ;
+ // InternalRoom.g:8286:1: rule__PortOperation__Group_3_1__1__Impl : ( ( rule__PortOperation__ArgumentsAssignment_3_1_1 ) ) ;
public final void rule__PortOperation__Group_3_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8270:1: ( ( ( rule__PortOperation__ArgumentsAssignment_3_1_1 ) ) )
- // InternalRoom.g:8271:1: ( ( rule__PortOperation__ArgumentsAssignment_3_1_1 ) )
+ // InternalRoom.g:8290:1: ( ( ( rule__PortOperation__ArgumentsAssignment_3_1_1 ) ) )
+ // InternalRoom.g:8291:1: ( ( rule__PortOperation__ArgumentsAssignment_3_1_1 ) )
{
- // InternalRoom.g:8271:1: ( ( rule__PortOperation__ArgumentsAssignment_3_1_1 ) )
- // InternalRoom.g:8272:1: ( rule__PortOperation__ArgumentsAssignment_3_1_1 )
+ // InternalRoom.g:8291:1: ( ( rule__PortOperation__ArgumentsAssignment_3_1_1 ) )
+ // InternalRoom.g:8292:1: ( rule__PortOperation__ArgumentsAssignment_3_1_1 )
{
before(grammarAccess.getPortOperationAccess().getArgumentsAssignment_3_1_1());
- // InternalRoom.g:8273:1: ( rule__PortOperation__ArgumentsAssignment_3_1_1 )
- // InternalRoom.g:8273:2: rule__PortOperation__ArgumentsAssignment_3_1_1
+ // InternalRoom.g:8293:1: ( rule__PortOperation__ArgumentsAssignment_3_1_1 )
+ // InternalRoom.g:8293:2: rule__PortOperation__ArgumentsAssignment_3_1_1
{
pushFollow(FOLLOW_2);
rule__PortOperation__ArgumentsAssignment_3_1_1();
@@ -24263,16 +24359,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group_5_0__0"
- // InternalRoom.g:8287:1: rule__PortOperation__Group_5_0__0 : rule__PortOperation__Group_5_0__0__Impl rule__PortOperation__Group_5_0__1 ;
+ // InternalRoom.g:8307:1: rule__PortOperation__Group_5_0__0 : rule__PortOperation__Group_5_0__0__Impl rule__PortOperation__Group_5_0__1 ;
public final void rule__PortOperation__Group_5_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8291:1: ( rule__PortOperation__Group_5_0__0__Impl rule__PortOperation__Group_5_0__1 )
- // InternalRoom.g:8292:2: rule__PortOperation__Group_5_0__0__Impl rule__PortOperation__Group_5_0__1
+ // InternalRoom.g:8311:1: ( rule__PortOperation__Group_5_0__0__Impl rule__PortOperation__Group_5_0__1 )
+ // InternalRoom.g:8312:2: rule__PortOperation__Group_5_0__0__Impl rule__PortOperation__Group_5_0__1
{
- pushFollow(FOLLOW_37);
+ pushFollow(FOLLOW_38);
rule__PortOperation__Group_5_0__0__Impl();
state._fsp--;
@@ -24301,17 +24397,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group_5_0__0__Impl"
- // InternalRoom.g:8299:1: rule__PortOperation__Group_5_0__0__Impl : ( ':' ) ;
+ // InternalRoom.g:8319:1: rule__PortOperation__Group_5_0__0__Impl : ( ':' ) ;
public final void rule__PortOperation__Group_5_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8303:1: ( ( ':' ) )
- // InternalRoom.g:8304:1: ( ':' )
+ // InternalRoom.g:8323:1: ( ( ':' ) )
+ // InternalRoom.g:8324:1: ( ':' )
{
- // InternalRoom.g:8304:1: ( ':' )
- // InternalRoom.g:8305:1: ':'
+ // InternalRoom.g:8324:1: ( ':' )
+ // InternalRoom.g:8325:1: ':'
{
before(grammarAccess.getPortOperationAccess().getColonKeyword_5_0_0());
match(input,47,FOLLOW_2);
@@ -24338,14 +24434,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group_5_0__1"
- // InternalRoom.g:8318:1: rule__PortOperation__Group_5_0__1 : rule__PortOperation__Group_5_0__1__Impl ;
+ // InternalRoom.g:8338:1: rule__PortOperation__Group_5_0__1 : rule__PortOperation__Group_5_0__1__Impl ;
public final void rule__PortOperation__Group_5_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8322:1: ( rule__PortOperation__Group_5_0__1__Impl )
- // InternalRoom.g:8323:2: rule__PortOperation__Group_5_0__1__Impl
+ // InternalRoom.g:8342:1: ( rule__PortOperation__Group_5_0__1__Impl )
+ // InternalRoom.g:8343:2: rule__PortOperation__Group_5_0__1__Impl
{
pushFollow(FOLLOW_2);
rule__PortOperation__Group_5_0__1__Impl();
@@ -24371,21 +24467,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group_5_0__1__Impl"
- // InternalRoom.g:8329:1: rule__PortOperation__Group_5_0__1__Impl : ( ( rule__PortOperation__Alternatives_5_0_1 ) ) ;
+ // InternalRoom.g:8349:1: rule__PortOperation__Group_5_0__1__Impl : ( ( rule__PortOperation__Alternatives_5_0_1 ) ) ;
public final void rule__PortOperation__Group_5_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8333:1: ( ( ( rule__PortOperation__Alternatives_5_0_1 ) ) )
- // InternalRoom.g:8334:1: ( ( rule__PortOperation__Alternatives_5_0_1 ) )
+ // InternalRoom.g:8353:1: ( ( ( rule__PortOperation__Alternatives_5_0_1 ) ) )
+ // InternalRoom.g:8354:1: ( ( rule__PortOperation__Alternatives_5_0_1 ) )
{
- // InternalRoom.g:8334:1: ( ( rule__PortOperation__Alternatives_5_0_1 ) )
- // InternalRoom.g:8335:1: ( rule__PortOperation__Alternatives_5_0_1 )
+ // InternalRoom.g:8354:1: ( ( rule__PortOperation__Alternatives_5_0_1 ) )
+ // InternalRoom.g:8355:1: ( rule__PortOperation__Alternatives_5_0_1 )
{
before(grammarAccess.getPortOperationAccess().getAlternatives_5_0_1());
- // InternalRoom.g:8336:1: ( rule__PortOperation__Alternatives_5_0_1 )
- // InternalRoom.g:8336:2: rule__PortOperation__Alternatives_5_0_1
+ // InternalRoom.g:8356:1: ( rule__PortOperation__Alternatives_5_0_1 )
+ // InternalRoom.g:8356:2: rule__PortOperation__Alternatives_5_0_1
{
pushFollow(FOLLOW_2);
rule__PortOperation__Alternatives_5_0_1();
@@ -24418,14 +24514,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group_5_1__0"
- // InternalRoom.g:8350:1: rule__PortOperation__Group_5_1__0 : rule__PortOperation__Group_5_1__0__Impl rule__PortOperation__Group_5_1__1 ;
+ // InternalRoom.g:8370:1: rule__PortOperation__Group_5_1__0 : rule__PortOperation__Group_5_1__0__Impl rule__PortOperation__Group_5_1__1 ;
public final void rule__PortOperation__Group_5_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8354:1: ( rule__PortOperation__Group_5_1__0__Impl rule__PortOperation__Group_5_1__1 )
- // InternalRoom.g:8355:2: rule__PortOperation__Group_5_1__0__Impl rule__PortOperation__Group_5_1__1
+ // InternalRoom.g:8374:1: ( rule__PortOperation__Group_5_1__0__Impl rule__PortOperation__Group_5_1__1 )
+ // InternalRoom.g:8375:2: rule__PortOperation__Group_5_1__0__Impl rule__PortOperation__Group_5_1__1
{
pushFollow(FOLLOW_3);
rule__PortOperation__Group_5_1__0__Impl();
@@ -24456,17 +24552,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group_5_1__0__Impl"
- // InternalRoom.g:8362:1: rule__PortOperation__Group_5_1__0__Impl : ( 'sends' ) ;
+ // InternalRoom.g:8382:1: rule__PortOperation__Group_5_1__0__Impl : ( 'sends' ) ;
public final void rule__PortOperation__Group_5_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8366:1: ( ( 'sends' ) )
- // InternalRoom.g:8367:1: ( 'sends' )
+ // InternalRoom.g:8386:1: ( ( 'sends' ) )
+ // InternalRoom.g:8387:1: ( 'sends' )
{
- // InternalRoom.g:8367:1: ( 'sends' )
- // InternalRoom.g:8368:1: 'sends'
+ // InternalRoom.g:8387:1: ( 'sends' )
+ // InternalRoom.g:8388:1: 'sends'
{
before(grammarAccess.getPortOperationAccess().getSendsKeyword_5_1_0());
match(input,66,FOLLOW_2);
@@ -24493,14 +24589,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group_5_1__1"
- // InternalRoom.g:8381:1: rule__PortOperation__Group_5_1__1 : rule__PortOperation__Group_5_1__1__Impl ;
+ // InternalRoom.g:8401:1: rule__PortOperation__Group_5_1__1 : rule__PortOperation__Group_5_1__1__Impl ;
public final void rule__PortOperation__Group_5_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8385:1: ( rule__PortOperation__Group_5_1__1__Impl )
- // InternalRoom.g:8386:2: rule__PortOperation__Group_5_1__1__Impl
+ // InternalRoom.g:8405:1: ( rule__PortOperation__Group_5_1__1__Impl )
+ // InternalRoom.g:8406:2: rule__PortOperation__Group_5_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__PortOperation__Group_5_1__1__Impl();
@@ -24526,21 +24622,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__Group_5_1__1__Impl"
- // InternalRoom.g:8392:1: rule__PortOperation__Group_5_1__1__Impl : ( ( rule__PortOperation__SendsMsgAssignment_5_1_1 ) ) ;
+ // InternalRoom.g:8412:1: rule__PortOperation__Group_5_1__1__Impl : ( ( rule__PortOperation__SendsMsgAssignment_5_1_1 ) ) ;
public final void rule__PortOperation__Group_5_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8396:1: ( ( ( rule__PortOperation__SendsMsgAssignment_5_1_1 ) ) )
- // InternalRoom.g:8397:1: ( ( rule__PortOperation__SendsMsgAssignment_5_1_1 ) )
+ // InternalRoom.g:8416:1: ( ( ( rule__PortOperation__SendsMsgAssignment_5_1_1 ) ) )
+ // InternalRoom.g:8417:1: ( ( rule__PortOperation__SendsMsgAssignment_5_1_1 ) )
{
- // InternalRoom.g:8397:1: ( ( rule__PortOperation__SendsMsgAssignment_5_1_1 ) )
- // InternalRoom.g:8398:1: ( rule__PortOperation__SendsMsgAssignment_5_1_1 )
+ // InternalRoom.g:8417:1: ( ( rule__PortOperation__SendsMsgAssignment_5_1_1 ) )
+ // InternalRoom.g:8418:1: ( rule__PortOperation__SendsMsgAssignment_5_1_1 )
{
before(grammarAccess.getPortOperationAccess().getSendsMsgAssignment_5_1_1());
- // InternalRoom.g:8399:1: ( rule__PortOperation__SendsMsgAssignment_5_1_1 )
- // InternalRoom.g:8399:2: rule__PortOperation__SendsMsgAssignment_5_1_1
+ // InternalRoom.g:8419:1: ( rule__PortOperation__SendsMsgAssignment_5_1_1 )
+ // InternalRoom.g:8419:2: rule__PortOperation__SendsMsgAssignment_5_1_1
{
pushFollow(FOLLOW_2);
rule__PortOperation__SendsMsgAssignment_5_1_1();
@@ -24573,16 +24669,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ClassStructor__Group__0"
- // InternalRoom.g:8413:1: rule__ClassStructor__Group__0 : rule__ClassStructor__Group__0__Impl rule__ClassStructor__Group__1 ;
+ // InternalRoom.g:8433:1: rule__ClassStructor__Group__0 : rule__ClassStructor__Group__0__Impl rule__ClassStructor__Group__1 ;
public final void rule__ClassStructor__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8417:1: ( rule__ClassStructor__Group__0__Impl rule__ClassStructor__Group__1 )
- // InternalRoom.g:8418:2: rule__ClassStructor__Group__0__Impl rule__ClassStructor__Group__1
+ // InternalRoom.g:8437:1: ( rule__ClassStructor__Group__0__Impl rule__ClassStructor__Group__1 )
+ // InternalRoom.g:8438:2: rule__ClassStructor__Group__0__Impl rule__ClassStructor__Group__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__ClassStructor__Group__0__Impl();
state._fsp--;
@@ -24611,21 +24707,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ClassStructor__Group__0__Impl"
- // InternalRoom.g:8425:1: rule__ClassStructor__Group__0__Impl : ( ( rule__ClassStructor__NameAssignment_0 ) ) ;
+ // InternalRoom.g:8445:1: rule__ClassStructor__Group__0__Impl : ( ( rule__ClassStructor__NameAssignment_0 ) ) ;
public final void rule__ClassStructor__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8429:1: ( ( ( rule__ClassStructor__NameAssignment_0 ) ) )
- // InternalRoom.g:8430:1: ( ( rule__ClassStructor__NameAssignment_0 ) )
+ // InternalRoom.g:8449:1: ( ( ( rule__ClassStructor__NameAssignment_0 ) ) )
+ // InternalRoom.g:8450:1: ( ( rule__ClassStructor__NameAssignment_0 ) )
{
- // InternalRoom.g:8430:1: ( ( rule__ClassStructor__NameAssignment_0 ) )
- // InternalRoom.g:8431:1: ( rule__ClassStructor__NameAssignment_0 )
+ // InternalRoom.g:8450:1: ( ( rule__ClassStructor__NameAssignment_0 ) )
+ // InternalRoom.g:8451:1: ( rule__ClassStructor__NameAssignment_0 )
{
before(grammarAccess.getClassStructorAccess().getNameAssignment_0());
- // InternalRoom.g:8432:1: ( rule__ClassStructor__NameAssignment_0 )
- // InternalRoom.g:8432:2: rule__ClassStructor__NameAssignment_0
+ // InternalRoom.g:8452:1: ( rule__ClassStructor__NameAssignment_0 )
+ // InternalRoom.g:8452:2: rule__ClassStructor__NameAssignment_0
{
pushFollow(FOLLOW_2);
rule__ClassStructor__NameAssignment_0();
@@ -24658,14 +24754,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ClassStructor__Group__1"
- // InternalRoom.g:8442:1: rule__ClassStructor__Group__1 : rule__ClassStructor__Group__1__Impl ;
+ // InternalRoom.g:8462:1: rule__ClassStructor__Group__1 : rule__ClassStructor__Group__1__Impl ;
public final void rule__ClassStructor__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8446:1: ( rule__ClassStructor__Group__1__Impl )
- // InternalRoom.g:8447:2: rule__ClassStructor__Group__1__Impl
+ // InternalRoom.g:8466:1: ( rule__ClassStructor__Group__1__Impl )
+ // InternalRoom.g:8467:2: rule__ClassStructor__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__ClassStructor__Group__1__Impl();
@@ -24691,21 +24787,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ClassStructor__Group__1__Impl"
- // InternalRoom.g:8453:1: rule__ClassStructor__Group__1__Impl : ( ( rule__ClassStructor__DetailCodeAssignment_1 ) ) ;
+ // InternalRoom.g:8473:1: rule__ClassStructor__Group__1__Impl : ( ( rule__ClassStructor__DetailCodeAssignment_1 ) ) ;
public final void rule__ClassStructor__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8457:1: ( ( ( rule__ClassStructor__DetailCodeAssignment_1 ) ) )
- // InternalRoom.g:8458:1: ( ( rule__ClassStructor__DetailCodeAssignment_1 ) )
+ // InternalRoom.g:8477:1: ( ( ( rule__ClassStructor__DetailCodeAssignment_1 ) ) )
+ // InternalRoom.g:8478:1: ( ( rule__ClassStructor__DetailCodeAssignment_1 ) )
{
- // InternalRoom.g:8458:1: ( ( rule__ClassStructor__DetailCodeAssignment_1 ) )
- // InternalRoom.g:8459:1: ( rule__ClassStructor__DetailCodeAssignment_1 )
+ // InternalRoom.g:8478:1: ( ( rule__ClassStructor__DetailCodeAssignment_1 ) )
+ // InternalRoom.g:8479:1: ( rule__ClassStructor__DetailCodeAssignment_1 )
{
before(grammarAccess.getClassStructorAccess().getDetailCodeAssignment_1());
- // InternalRoom.g:8460:1: ( rule__ClassStructor__DetailCodeAssignment_1 )
- // InternalRoom.g:8460:2: rule__ClassStructor__DetailCodeAssignment_1
+ // InternalRoom.g:8480:1: ( rule__ClassStructor__DetailCodeAssignment_1 )
+ // InternalRoom.g:8480:2: rule__ClassStructor__DetailCodeAssignment_1
{
pushFollow(FOLLOW_2);
rule__ClassStructor__DetailCodeAssignment_1();
@@ -24738,16 +24834,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__0"
- // InternalRoom.g:8474:1: rule__ProtocolClass__Group__0 : rule__ProtocolClass__Group__0__Impl rule__ProtocolClass__Group__1 ;
+ // InternalRoom.g:8494:1: rule__ProtocolClass__Group__0 : rule__ProtocolClass__Group__0__Impl rule__ProtocolClass__Group__1 ;
public final void rule__ProtocolClass__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8478:1: ( rule__ProtocolClass__Group__0__Impl rule__ProtocolClass__Group__1 )
- // InternalRoom.g:8479:2: rule__ProtocolClass__Group__0__Impl rule__ProtocolClass__Group__1
+ // InternalRoom.g:8498:1: ( rule__ProtocolClass__Group__0__Impl rule__ProtocolClass__Group__1 )
+ // InternalRoom.g:8499:2: rule__ProtocolClass__Group__0__Impl rule__ProtocolClass__Group__1
{
- pushFollow(FOLLOW_39);
+ pushFollow(FOLLOW_40);
rule__ProtocolClass__Group__0__Impl();
state._fsp--;
@@ -24776,29 +24872,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__0__Impl"
- // InternalRoom.g:8486:1: rule__ProtocolClass__Group__0__Impl : ( ( rule__ProtocolClass__CommTypeAssignment_0 )? ) ;
+ // InternalRoom.g:8506:1: rule__ProtocolClass__Group__0__Impl : ( ( rule__ProtocolClass__CommTypeAssignment_0 )? ) ;
public final void rule__ProtocolClass__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8490:1: ( ( ( rule__ProtocolClass__CommTypeAssignment_0 )? ) )
- // InternalRoom.g:8491:1: ( ( rule__ProtocolClass__CommTypeAssignment_0 )? )
+ // InternalRoom.g:8510:1: ( ( ( rule__ProtocolClass__CommTypeAssignment_0 )? ) )
+ // InternalRoom.g:8511:1: ( ( rule__ProtocolClass__CommTypeAssignment_0 )? )
{
- // InternalRoom.g:8491:1: ( ( rule__ProtocolClass__CommTypeAssignment_0 )? )
- // InternalRoom.g:8492:1: ( rule__ProtocolClass__CommTypeAssignment_0 )?
+ // InternalRoom.g:8511:1: ( ( rule__ProtocolClass__CommTypeAssignment_0 )? )
+ // InternalRoom.g:8512:1: ( rule__ProtocolClass__CommTypeAssignment_0 )?
{
before(grammarAccess.getProtocolClassAccess().getCommTypeAssignment_0());
- // InternalRoom.g:8493:1: ( rule__ProtocolClass__CommTypeAssignment_0 )?
- int alt92=2;
- int LA92_0 = input.LA(1);
+ // InternalRoom.g:8513:1: ( rule__ProtocolClass__CommTypeAssignment_0 )?
+ int alt93=2;
+ int LA93_0 = input.LA(1);
- if ( ((LA92_0>=35 && LA92_0<=37)) ) {
- alt92=1;
+ if ( ((LA93_0>=35 && LA93_0<=37)) ) {
+ alt93=1;
}
- switch (alt92) {
+ switch (alt93) {
case 1 :
- // InternalRoom.g:8493:2: rule__ProtocolClass__CommTypeAssignment_0
+ // InternalRoom.g:8513:2: rule__ProtocolClass__CommTypeAssignment_0
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__CommTypeAssignment_0();
@@ -24834,14 +24930,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__1"
- // InternalRoom.g:8503:1: rule__ProtocolClass__Group__1 : rule__ProtocolClass__Group__1__Impl rule__ProtocolClass__Group__2 ;
+ // InternalRoom.g:8523:1: rule__ProtocolClass__Group__1 : rule__ProtocolClass__Group__1__Impl rule__ProtocolClass__Group__2 ;
public final void rule__ProtocolClass__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8507:1: ( rule__ProtocolClass__Group__1__Impl rule__ProtocolClass__Group__2 )
- // InternalRoom.g:8508:2: rule__ProtocolClass__Group__1__Impl rule__ProtocolClass__Group__2
+ // InternalRoom.g:8527:1: ( rule__ProtocolClass__Group__1__Impl rule__ProtocolClass__Group__2 )
+ // InternalRoom.g:8528:2: rule__ProtocolClass__Group__1__Impl rule__ProtocolClass__Group__2
{
pushFollow(FOLLOW_3);
rule__ProtocolClass__Group__1__Impl();
@@ -24872,17 +24968,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__1__Impl"
- // InternalRoom.g:8515:1: rule__ProtocolClass__Group__1__Impl : ( 'ProtocolClass' ) ;
+ // InternalRoom.g:8535:1: rule__ProtocolClass__Group__1__Impl : ( 'ProtocolClass' ) ;
public final void rule__ProtocolClass__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8519:1: ( ( 'ProtocolClass' ) )
- // InternalRoom.g:8520:1: ( 'ProtocolClass' )
+ // InternalRoom.g:8539:1: ( ( 'ProtocolClass' ) )
+ // InternalRoom.g:8540:1: ( 'ProtocolClass' )
{
- // InternalRoom.g:8520:1: ( 'ProtocolClass' )
- // InternalRoom.g:8521:1: 'ProtocolClass'
+ // InternalRoom.g:8540:1: ( 'ProtocolClass' )
+ // InternalRoom.g:8541:1: 'ProtocolClass'
{
before(grammarAccess.getProtocolClassAccess().getProtocolClassKeyword_1());
match(input,20,FOLLOW_2);
@@ -24909,16 +25005,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__2"
- // InternalRoom.g:8534:1: rule__ProtocolClass__Group__2 : rule__ProtocolClass__Group__2__Impl rule__ProtocolClass__Group__3 ;
+ // InternalRoom.g:8554:1: rule__ProtocolClass__Group__2 : rule__ProtocolClass__Group__2__Impl rule__ProtocolClass__Group__3 ;
public final void rule__ProtocolClass__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8538:1: ( rule__ProtocolClass__Group__2__Impl rule__ProtocolClass__Group__3 )
- // InternalRoom.g:8539:2: rule__ProtocolClass__Group__2__Impl rule__ProtocolClass__Group__3
+ // InternalRoom.g:8558:1: ( rule__ProtocolClass__Group__2__Impl rule__ProtocolClass__Group__3 )
+ // InternalRoom.g:8559:2: rule__ProtocolClass__Group__2__Impl rule__ProtocolClass__Group__3
{
- pushFollow(FOLLOW_25);
+ pushFollow(FOLLOW_26);
rule__ProtocolClass__Group__2__Impl();
state._fsp--;
@@ -24947,21 +25043,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__2__Impl"
- // InternalRoom.g:8546:1: rule__ProtocolClass__Group__2__Impl : ( ( rule__ProtocolClass__NameAssignment_2 ) ) ;
+ // InternalRoom.g:8566:1: rule__ProtocolClass__Group__2__Impl : ( ( rule__ProtocolClass__NameAssignment_2 ) ) ;
public final void rule__ProtocolClass__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8550:1: ( ( ( rule__ProtocolClass__NameAssignment_2 ) ) )
- // InternalRoom.g:8551:1: ( ( rule__ProtocolClass__NameAssignment_2 ) )
+ // InternalRoom.g:8570:1: ( ( ( rule__ProtocolClass__NameAssignment_2 ) ) )
+ // InternalRoom.g:8571:1: ( ( rule__ProtocolClass__NameAssignment_2 ) )
{
- // InternalRoom.g:8551:1: ( ( rule__ProtocolClass__NameAssignment_2 ) )
- // InternalRoom.g:8552:1: ( rule__ProtocolClass__NameAssignment_2 )
+ // InternalRoom.g:8571:1: ( ( rule__ProtocolClass__NameAssignment_2 ) )
+ // InternalRoom.g:8572:1: ( rule__ProtocolClass__NameAssignment_2 )
{
before(grammarAccess.getProtocolClassAccess().getNameAssignment_2());
- // InternalRoom.g:8553:1: ( rule__ProtocolClass__NameAssignment_2 )
- // InternalRoom.g:8553:2: rule__ProtocolClass__NameAssignment_2
+ // InternalRoom.g:8573:1: ( rule__ProtocolClass__NameAssignment_2 )
+ // InternalRoom.g:8573:2: rule__ProtocolClass__NameAssignment_2
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__NameAssignment_2();
@@ -24994,16 +25090,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__3"
- // InternalRoom.g:8563:1: rule__ProtocolClass__Group__3 : rule__ProtocolClass__Group__3__Impl rule__ProtocolClass__Group__4 ;
+ // InternalRoom.g:8583:1: rule__ProtocolClass__Group__3 : rule__ProtocolClass__Group__3__Impl rule__ProtocolClass__Group__4 ;
public final void rule__ProtocolClass__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8567:1: ( rule__ProtocolClass__Group__3__Impl rule__ProtocolClass__Group__4 )
- // InternalRoom.g:8568:2: rule__ProtocolClass__Group__3__Impl rule__ProtocolClass__Group__4
+ // InternalRoom.g:8587:1: ( rule__ProtocolClass__Group__3__Impl rule__ProtocolClass__Group__4 )
+ // InternalRoom.g:8588:2: rule__ProtocolClass__Group__3__Impl rule__ProtocolClass__Group__4
{
- pushFollow(FOLLOW_25);
+ pushFollow(FOLLOW_26);
rule__ProtocolClass__Group__3__Impl();
state._fsp--;
@@ -25032,29 +25128,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__3__Impl"
- // InternalRoom.g:8575:1: rule__ProtocolClass__Group__3__Impl : ( ( rule__ProtocolClass__DocuAssignment_3 )? ) ;
+ // InternalRoom.g:8595:1: rule__ProtocolClass__Group__3__Impl : ( ( rule__ProtocolClass__DocuAssignment_3 )? ) ;
public final void rule__ProtocolClass__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8579:1: ( ( ( rule__ProtocolClass__DocuAssignment_3 )? ) )
- // InternalRoom.g:8580:1: ( ( rule__ProtocolClass__DocuAssignment_3 )? )
+ // InternalRoom.g:8599:1: ( ( ( rule__ProtocolClass__DocuAssignment_3 )? ) )
+ // InternalRoom.g:8600:1: ( ( rule__ProtocolClass__DocuAssignment_3 )? )
{
- // InternalRoom.g:8580:1: ( ( rule__ProtocolClass__DocuAssignment_3 )? )
- // InternalRoom.g:8581:1: ( rule__ProtocolClass__DocuAssignment_3 )?
+ // InternalRoom.g:8600:1: ( ( rule__ProtocolClass__DocuAssignment_3 )? )
+ // InternalRoom.g:8601:1: ( rule__ProtocolClass__DocuAssignment_3 )?
{
before(grammarAccess.getProtocolClassAccess().getDocuAssignment_3());
- // InternalRoom.g:8582:1: ( rule__ProtocolClass__DocuAssignment_3 )?
- int alt93=2;
- int LA93_0 = input.LA(1);
+ // InternalRoom.g:8602:1: ( rule__ProtocolClass__DocuAssignment_3 )?
+ int alt94=2;
+ int LA94_0 = input.LA(1);
- if ( (LA93_0==63) ) {
- alt93=1;
+ if ( (LA94_0==63) ) {
+ alt94=1;
}
- switch (alt93) {
+ switch (alt94) {
case 1 :
- // InternalRoom.g:8582:2: rule__ProtocolClass__DocuAssignment_3
+ // InternalRoom.g:8602:2: rule__ProtocolClass__DocuAssignment_3
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__DocuAssignment_3();
@@ -25090,16 +25186,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__4"
- // InternalRoom.g:8592:1: rule__ProtocolClass__Group__4 : rule__ProtocolClass__Group__4__Impl rule__ProtocolClass__Group__5 ;
+ // InternalRoom.g:8612:1: rule__ProtocolClass__Group__4 : rule__ProtocolClass__Group__4__Impl rule__ProtocolClass__Group__5 ;
public final void rule__ProtocolClass__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8596:1: ( rule__ProtocolClass__Group__4__Impl rule__ProtocolClass__Group__5 )
- // InternalRoom.g:8597:2: rule__ProtocolClass__Group__4__Impl rule__ProtocolClass__Group__5
+ // InternalRoom.g:8616:1: ( rule__ProtocolClass__Group__4__Impl rule__ProtocolClass__Group__5 )
+ // InternalRoom.g:8617:2: rule__ProtocolClass__Group__4__Impl rule__ProtocolClass__Group__5
{
- pushFollow(FOLLOW_25);
+ pushFollow(FOLLOW_26);
rule__ProtocolClass__Group__4__Impl();
state._fsp--;
@@ -25128,29 +25224,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__4__Impl"
- // InternalRoom.g:8604:1: rule__ProtocolClass__Group__4__Impl : ( ( rule__ProtocolClass__Group_4__0 )? ) ;
+ // InternalRoom.g:8624:1: rule__ProtocolClass__Group__4__Impl : ( ( rule__ProtocolClass__Group_4__0 )? ) ;
public final void rule__ProtocolClass__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8608:1: ( ( ( rule__ProtocolClass__Group_4__0 )? ) )
- // InternalRoom.g:8609:1: ( ( rule__ProtocolClass__Group_4__0 )? )
+ // InternalRoom.g:8628:1: ( ( ( rule__ProtocolClass__Group_4__0 )? ) )
+ // InternalRoom.g:8629:1: ( ( rule__ProtocolClass__Group_4__0 )? )
{
- // InternalRoom.g:8609:1: ( ( rule__ProtocolClass__Group_4__0 )? )
- // InternalRoom.g:8610:1: ( rule__ProtocolClass__Group_4__0 )?
+ // InternalRoom.g:8629:1: ( ( rule__ProtocolClass__Group_4__0 )? )
+ // InternalRoom.g:8630:1: ( rule__ProtocolClass__Group_4__0 )?
{
before(grammarAccess.getProtocolClassAccess().getGroup_4());
- // InternalRoom.g:8611:1: ( rule__ProtocolClass__Group_4__0 )?
- int alt94=2;
- int LA94_0 = input.LA(1);
+ // InternalRoom.g:8631:1: ( rule__ProtocolClass__Group_4__0 )?
+ int alt95=2;
+ int LA95_0 = input.LA(1);
- if ( (LA94_0==58) ) {
- alt94=1;
+ if ( (LA95_0==58) ) {
+ alt95=1;
}
- switch (alt94) {
+ switch (alt95) {
case 1 :
- // InternalRoom.g:8611:2: rule__ProtocolClass__Group_4__0
+ // InternalRoom.g:8631:2: rule__ProtocolClass__Group_4__0
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group_4__0();
@@ -25186,16 +25282,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__5"
- // InternalRoom.g:8621:1: rule__ProtocolClass__Group__5 : rule__ProtocolClass__Group__5__Impl rule__ProtocolClass__Group__6 ;
+ // InternalRoom.g:8641:1: rule__ProtocolClass__Group__5 : rule__ProtocolClass__Group__5__Impl rule__ProtocolClass__Group__6 ;
public final void rule__ProtocolClass__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8625:1: ( rule__ProtocolClass__Group__5__Impl rule__ProtocolClass__Group__6 )
- // InternalRoom.g:8626:2: rule__ProtocolClass__Group__5__Impl rule__ProtocolClass__Group__6
+ // InternalRoom.g:8645:1: ( rule__ProtocolClass__Group__5__Impl rule__ProtocolClass__Group__6 )
+ // InternalRoom.g:8646:2: rule__ProtocolClass__Group__5__Impl rule__ProtocolClass__Group__6
{
- pushFollow(FOLLOW_40);
+ pushFollow(FOLLOW_41);
rule__ProtocolClass__Group__5__Impl();
state._fsp--;
@@ -25224,17 +25320,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__5__Impl"
- // InternalRoom.g:8633:1: rule__ProtocolClass__Group__5__Impl : ( '{' ) ;
+ // InternalRoom.g:8653:1: rule__ProtocolClass__Group__5__Impl : ( '{' ) ;
public final void rule__ProtocolClass__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8637:1: ( ( '{' ) )
- // InternalRoom.g:8638:1: ( '{' )
+ // InternalRoom.g:8657:1: ( ( '{' ) )
+ // InternalRoom.g:8658:1: ( '{' )
{
- // InternalRoom.g:8638:1: ( '{' )
- // InternalRoom.g:8639:1: '{'
+ // InternalRoom.g:8658:1: ( '{' )
+ // InternalRoom.g:8659:1: '{'
{
before(grammarAccess.getProtocolClassAccess().getLeftCurlyBracketKeyword_5());
match(input,45,FOLLOW_2);
@@ -25261,16 +25357,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__6"
- // InternalRoom.g:8652:1: rule__ProtocolClass__Group__6 : rule__ProtocolClass__Group__6__Impl rule__ProtocolClass__Group__7 ;
+ // InternalRoom.g:8672:1: rule__ProtocolClass__Group__6 : rule__ProtocolClass__Group__6__Impl rule__ProtocolClass__Group__7 ;
public final void rule__ProtocolClass__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8656:1: ( rule__ProtocolClass__Group__6__Impl rule__ProtocolClass__Group__7 )
- // InternalRoom.g:8657:2: rule__ProtocolClass__Group__6__Impl rule__ProtocolClass__Group__7
+ // InternalRoom.g:8676:1: ( rule__ProtocolClass__Group__6__Impl rule__ProtocolClass__Group__7 )
+ // InternalRoom.g:8677:2: rule__ProtocolClass__Group__6__Impl rule__ProtocolClass__Group__7
{
- pushFollow(FOLLOW_40);
+ pushFollow(FOLLOW_41);
rule__ProtocolClass__Group__6__Impl();
state._fsp--;
@@ -25299,33 +25395,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__6__Impl"
- // InternalRoom.g:8664:1: rule__ProtocolClass__Group__6__Impl : ( ( rule__ProtocolClass__AnnotationsAssignment_6 )* ) ;
+ // InternalRoom.g:8684:1: rule__ProtocolClass__Group__6__Impl : ( ( rule__ProtocolClass__AnnotationsAssignment_6 )* ) ;
public final void rule__ProtocolClass__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8668:1: ( ( ( rule__ProtocolClass__AnnotationsAssignment_6 )* ) )
- // InternalRoom.g:8669:1: ( ( rule__ProtocolClass__AnnotationsAssignment_6 )* )
+ // InternalRoom.g:8688:1: ( ( ( rule__ProtocolClass__AnnotationsAssignment_6 )* ) )
+ // InternalRoom.g:8689:1: ( ( rule__ProtocolClass__AnnotationsAssignment_6 )* )
{
- // InternalRoom.g:8669:1: ( ( rule__ProtocolClass__AnnotationsAssignment_6 )* )
- // InternalRoom.g:8670:1: ( rule__ProtocolClass__AnnotationsAssignment_6 )*
+ // InternalRoom.g:8689:1: ( ( rule__ProtocolClass__AnnotationsAssignment_6 )* )
+ // InternalRoom.g:8690:1: ( rule__ProtocolClass__AnnotationsAssignment_6 )*
{
before(grammarAccess.getProtocolClassAccess().getAnnotationsAssignment_6());
- // InternalRoom.g:8671:1: ( rule__ProtocolClass__AnnotationsAssignment_6 )*
- loop95:
+ // InternalRoom.g:8691:1: ( rule__ProtocolClass__AnnotationsAssignment_6 )*
+ loop96:
do {
- int alt95=2;
- int LA95_0 = input.LA(1);
+ int alt96=2;
+ int LA96_0 = input.LA(1);
- if ( (LA95_0==120) ) {
- alt95=1;
+ if ( (LA96_0==120) ) {
+ alt96=1;
}
- switch (alt95) {
+ switch (alt96) {
case 1 :
- // InternalRoom.g:8671:2: rule__ProtocolClass__AnnotationsAssignment_6
+ // InternalRoom.g:8691:2: rule__ProtocolClass__AnnotationsAssignment_6
{
pushFollow(FOLLOW_6);
rule__ProtocolClass__AnnotationsAssignment_6();
@@ -25337,7 +25433,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop95;
+ break loop96;
}
} while (true);
@@ -25364,16 +25460,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__7"
- // InternalRoom.g:8681:1: rule__ProtocolClass__Group__7 : rule__ProtocolClass__Group__7__Impl rule__ProtocolClass__Group__8 ;
+ // InternalRoom.g:8701:1: rule__ProtocolClass__Group__7 : rule__ProtocolClass__Group__7__Impl rule__ProtocolClass__Group__8 ;
public final void rule__ProtocolClass__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8685:1: ( rule__ProtocolClass__Group__7__Impl rule__ProtocolClass__Group__8 )
- // InternalRoom.g:8686:2: rule__ProtocolClass__Group__7__Impl rule__ProtocolClass__Group__8
+ // InternalRoom.g:8705:1: ( rule__ProtocolClass__Group__7__Impl rule__ProtocolClass__Group__8 )
+ // InternalRoom.g:8706:2: rule__ProtocolClass__Group__7__Impl rule__ProtocolClass__Group__8
{
- pushFollow(FOLLOW_40);
+ pushFollow(FOLLOW_41);
rule__ProtocolClass__Group__7__Impl();
state._fsp--;
@@ -25402,29 +25498,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__7__Impl"
- // InternalRoom.g:8693:1: rule__ProtocolClass__Group__7__Impl : ( ( rule__ProtocolClass__Group_7__0 )? ) ;
+ // InternalRoom.g:8713:1: rule__ProtocolClass__Group__7__Impl : ( ( rule__ProtocolClass__Group_7__0 )? ) ;
public final void rule__ProtocolClass__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8697:1: ( ( ( rule__ProtocolClass__Group_7__0 )? ) )
- // InternalRoom.g:8698:1: ( ( rule__ProtocolClass__Group_7__0 )? )
+ // InternalRoom.g:8717:1: ( ( ( rule__ProtocolClass__Group_7__0 )? ) )
+ // InternalRoom.g:8718:1: ( ( rule__ProtocolClass__Group_7__0 )? )
{
- // InternalRoom.g:8698:1: ( ( rule__ProtocolClass__Group_7__0 )? )
- // InternalRoom.g:8699:1: ( rule__ProtocolClass__Group_7__0 )?
+ // InternalRoom.g:8718:1: ( ( rule__ProtocolClass__Group_7__0 )? )
+ // InternalRoom.g:8719:1: ( rule__ProtocolClass__Group_7__0 )?
{
before(grammarAccess.getProtocolClassAccess().getGroup_7());
- // InternalRoom.g:8700:1: ( rule__ProtocolClass__Group_7__0 )?
- int alt96=2;
- int LA96_0 = input.LA(1);
+ // InternalRoom.g:8720:1: ( rule__ProtocolClass__Group_7__0 )?
+ int alt97=2;
+ int LA97_0 = input.LA(1);
- if ( (LA96_0==59) ) {
- alt96=1;
+ if ( (LA97_0==59) ) {
+ alt97=1;
}
- switch (alt96) {
+ switch (alt97) {
case 1 :
- // InternalRoom.g:8700:2: rule__ProtocolClass__Group_7__0
+ // InternalRoom.g:8720:2: rule__ProtocolClass__Group_7__0
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group_7__0();
@@ -25460,16 +25556,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__8"
- // InternalRoom.g:8710:1: rule__ProtocolClass__Group__8 : rule__ProtocolClass__Group__8__Impl rule__ProtocolClass__Group__9 ;
+ // InternalRoom.g:8730:1: rule__ProtocolClass__Group__8 : rule__ProtocolClass__Group__8__Impl rule__ProtocolClass__Group__9 ;
public final void rule__ProtocolClass__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8714:1: ( rule__ProtocolClass__Group__8__Impl rule__ProtocolClass__Group__9 )
- // InternalRoom.g:8715:2: rule__ProtocolClass__Group__8__Impl rule__ProtocolClass__Group__9
+ // InternalRoom.g:8734:1: ( rule__ProtocolClass__Group__8__Impl rule__ProtocolClass__Group__9 )
+ // InternalRoom.g:8735:2: rule__ProtocolClass__Group__8__Impl rule__ProtocolClass__Group__9
{
- pushFollow(FOLLOW_40);
+ pushFollow(FOLLOW_41);
rule__ProtocolClass__Group__8__Impl();
state._fsp--;
@@ -25498,29 +25594,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__8__Impl"
- // InternalRoom.g:8722:1: rule__ProtocolClass__Group__8__Impl : ( ( rule__ProtocolClass__Group_8__0 )? ) ;
+ // InternalRoom.g:8742:1: rule__ProtocolClass__Group__8__Impl : ( ( rule__ProtocolClass__Group_8__0 )? ) ;
public final void rule__ProtocolClass__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8726:1: ( ( ( rule__ProtocolClass__Group_8__0 )? ) )
- // InternalRoom.g:8727:1: ( ( rule__ProtocolClass__Group_8__0 )? )
+ // InternalRoom.g:8746:1: ( ( ( rule__ProtocolClass__Group_8__0 )? ) )
+ // InternalRoom.g:8747:1: ( ( rule__ProtocolClass__Group_8__0 )? )
{
- // InternalRoom.g:8727:1: ( ( rule__ProtocolClass__Group_8__0 )? )
- // InternalRoom.g:8728:1: ( rule__ProtocolClass__Group_8__0 )?
+ // InternalRoom.g:8747:1: ( ( rule__ProtocolClass__Group_8__0 )? )
+ // InternalRoom.g:8748:1: ( rule__ProtocolClass__Group_8__0 )?
{
before(grammarAccess.getProtocolClassAccess().getGroup_8());
- // InternalRoom.g:8729:1: ( rule__ProtocolClass__Group_8__0 )?
- int alt97=2;
- int LA97_0 = input.LA(1);
+ // InternalRoom.g:8749:1: ( rule__ProtocolClass__Group_8__0 )?
+ int alt98=2;
+ int LA98_0 = input.LA(1);
- if ( (LA97_0==60) ) {
- alt97=1;
+ if ( (LA98_0==60) ) {
+ alt98=1;
}
- switch (alt97) {
+ switch (alt98) {
case 1 :
- // InternalRoom.g:8729:2: rule__ProtocolClass__Group_8__0
+ // InternalRoom.g:8749:2: rule__ProtocolClass__Group_8__0
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group_8__0();
@@ -25556,16 +25652,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__9"
- // InternalRoom.g:8739:1: rule__ProtocolClass__Group__9 : rule__ProtocolClass__Group__9__Impl rule__ProtocolClass__Group__10 ;
+ // InternalRoom.g:8759:1: rule__ProtocolClass__Group__9 : rule__ProtocolClass__Group__9__Impl rule__ProtocolClass__Group__10 ;
public final void rule__ProtocolClass__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8743:1: ( rule__ProtocolClass__Group__9__Impl rule__ProtocolClass__Group__10 )
- // InternalRoom.g:8744:2: rule__ProtocolClass__Group__9__Impl rule__ProtocolClass__Group__10
+ // InternalRoom.g:8763:1: ( rule__ProtocolClass__Group__9__Impl rule__ProtocolClass__Group__10 )
+ // InternalRoom.g:8764:2: rule__ProtocolClass__Group__9__Impl rule__ProtocolClass__Group__10
{
- pushFollow(FOLLOW_40);
+ pushFollow(FOLLOW_41);
rule__ProtocolClass__Group__9__Impl();
state._fsp--;
@@ -25594,29 +25690,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__9__Impl"
- // InternalRoom.g:8751:1: rule__ProtocolClass__Group__9__Impl : ( ( rule__ProtocolClass__Group_9__0 )? ) ;
+ // InternalRoom.g:8771:1: rule__ProtocolClass__Group__9__Impl : ( ( rule__ProtocolClass__Group_9__0 )? ) ;
public final void rule__ProtocolClass__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8755:1: ( ( ( rule__ProtocolClass__Group_9__0 )? ) )
- // InternalRoom.g:8756:1: ( ( rule__ProtocolClass__Group_9__0 )? )
+ // InternalRoom.g:8775:1: ( ( ( rule__ProtocolClass__Group_9__0 )? ) )
+ // InternalRoom.g:8776:1: ( ( rule__ProtocolClass__Group_9__0 )? )
{
- // InternalRoom.g:8756:1: ( ( rule__ProtocolClass__Group_9__0 )? )
- // InternalRoom.g:8757:1: ( rule__ProtocolClass__Group_9__0 )?
+ // InternalRoom.g:8776:1: ( ( rule__ProtocolClass__Group_9__0 )? )
+ // InternalRoom.g:8777:1: ( rule__ProtocolClass__Group_9__0 )?
{
before(grammarAccess.getProtocolClassAccess().getGroup_9());
- // InternalRoom.g:8758:1: ( rule__ProtocolClass__Group_9__0 )?
- int alt98=2;
- int LA98_0 = input.LA(1);
+ // InternalRoom.g:8778:1: ( rule__ProtocolClass__Group_9__0 )?
+ int alt99=2;
+ int LA99_0 = input.LA(1);
- if ( (LA98_0==61) ) {
- alt98=1;
+ if ( (LA99_0==61) ) {
+ alt99=1;
}
- switch (alt98) {
+ switch (alt99) {
case 1 :
- // InternalRoom.g:8758:2: rule__ProtocolClass__Group_9__0
+ // InternalRoom.g:8778:2: rule__ProtocolClass__Group_9__0
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group_9__0();
@@ -25652,16 +25748,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__10"
- // InternalRoom.g:8768:1: rule__ProtocolClass__Group__10 : rule__ProtocolClass__Group__10__Impl rule__ProtocolClass__Group__11 ;
+ // InternalRoom.g:8788:1: rule__ProtocolClass__Group__10 : rule__ProtocolClass__Group__10__Impl rule__ProtocolClass__Group__11 ;
public final void rule__ProtocolClass__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8772:1: ( rule__ProtocolClass__Group__10__Impl rule__ProtocolClass__Group__11 )
- // InternalRoom.g:8773:2: rule__ProtocolClass__Group__10__Impl rule__ProtocolClass__Group__11
+ // InternalRoom.g:8792:1: ( rule__ProtocolClass__Group__10__Impl rule__ProtocolClass__Group__11 )
+ // InternalRoom.g:8793:2: rule__ProtocolClass__Group__10__Impl rule__ProtocolClass__Group__11
{
- pushFollow(FOLLOW_40);
+ pushFollow(FOLLOW_41);
rule__ProtocolClass__Group__10__Impl();
state._fsp--;
@@ -25690,29 +25786,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__10__Impl"
- // InternalRoom.g:8780:1: rule__ProtocolClass__Group__10__Impl : ( ( rule__ProtocolClass__Group_10__0 )? ) ;
+ // InternalRoom.g:8800:1: rule__ProtocolClass__Group__10__Impl : ( ( rule__ProtocolClass__Group_10__0 )? ) ;
public final void rule__ProtocolClass__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8784:1: ( ( ( rule__ProtocolClass__Group_10__0 )? ) )
- // InternalRoom.g:8785:1: ( ( rule__ProtocolClass__Group_10__0 )? )
+ // InternalRoom.g:8804:1: ( ( ( rule__ProtocolClass__Group_10__0 )? ) )
+ // InternalRoom.g:8805:1: ( ( rule__ProtocolClass__Group_10__0 )? )
{
- // InternalRoom.g:8785:1: ( ( rule__ProtocolClass__Group_10__0 )? )
- // InternalRoom.g:8786:1: ( rule__ProtocolClass__Group_10__0 )?
+ // InternalRoom.g:8805:1: ( ( rule__ProtocolClass__Group_10__0 )? )
+ // InternalRoom.g:8806:1: ( rule__ProtocolClass__Group_10__0 )?
{
before(grammarAccess.getProtocolClassAccess().getGroup_10());
- // InternalRoom.g:8787:1: ( rule__ProtocolClass__Group_10__0 )?
- int alt99=2;
- int LA99_0 = input.LA(1);
+ // InternalRoom.g:8807:1: ( rule__ProtocolClass__Group_10__0 )?
+ int alt100=2;
+ int LA100_0 = input.LA(1);
- if ( (LA99_0==67) ) {
- alt99=1;
+ if ( (LA100_0==67) ) {
+ alt100=1;
}
- switch (alt99) {
+ switch (alt100) {
case 1 :
- // InternalRoom.g:8787:2: rule__ProtocolClass__Group_10__0
+ // InternalRoom.g:8807:2: rule__ProtocolClass__Group_10__0
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group_10__0();
@@ -25748,16 +25844,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__11"
- // InternalRoom.g:8797:1: rule__ProtocolClass__Group__11 : rule__ProtocolClass__Group__11__Impl rule__ProtocolClass__Group__12 ;
+ // InternalRoom.g:8817:1: rule__ProtocolClass__Group__11 : rule__ProtocolClass__Group__11__Impl rule__ProtocolClass__Group__12 ;
public final void rule__ProtocolClass__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8801:1: ( rule__ProtocolClass__Group__11__Impl rule__ProtocolClass__Group__12 )
- // InternalRoom.g:8802:2: rule__ProtocolClass__Group__11__Impl rule__ProtocolClass__Group__12
+ // InternalRoom.g:8821:1: ( rule__ProtocolClass__Group__11__Impl rule__ProtocolClass__Group__12 )
+ // InternalRoom.g:8822:2: rule__ProtocolClass__Group__11__Impl rule__ProtocolClass__Group__12
{
- pushFollow(FOLLOW_40);
+ pushFollow(FOLLOW_41);
rule__ProtocolClass__Group__11__Impl();
state._fsp--;
@@ -25786,29 +25882,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__11__Impl"
- // InternalRoom.g:8809:1: rule__ProtocolClass__Group__11__Impl : ( ( rule__ProtocolClass__Group_11__0 )? ) ;
+ // InternalRoom.g:8829:1: rule__ProtocolClass__Group__11__Impl : ( ( rule__ProtocolClass__Group_11__0 )? ) ;
public final void rule__ProtocolClass__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8813:1: ( ( ( rule__ProtocolClass__Group_11__0 )? ) )
- // InternalRoom.g:8814:1: ( ( rule__ProtocolClass__Group_11__0 )? )
+ // InternalRoom.g:8833:1: ( ( ( rule__ProtocolClass__Group_11__0 )? ) )
+ // InternalRoom.g:8834:1: ( ( rule__ProtocolClass__Group_11__0 )? )
{
- // InternalRoom.g:8814:1: ( ( rule__ProtocolClass__Group_11__0 )? )
- // InternalRoom.g:8815:1: ( rule__ProtocolClass__Group_11__0 )?
+ // InternalRoom.g:8834:1: ( ( rule__ProtocolClass__Group_11__0 )? )
+ // InternalRoom.g:8835:1: ( rule__ProtocolClass__Group_11__0 )?
{
before(grammarAccess.getProtocolClassAccess().getGroup_11());
- // InternalRoom.g:8816:1: ( rule__ProtocolClass__Group_11__0 )?
- int alt100=2;
- int LA100_0 = input.LA(1);
+ // InternalRoom.g:8836:1: ( rule__ProtocolClass__Group_11__0 )?
+ int alt101=2;
+ int LA101_0 = input.LA(1);
- if ( (LA100_0==68) ) {
- alt100=1;
+ if ( (LA101_0==68) ) {
+ alt101=1;
}
- switch (alt100) {
+ switch (alt101) {
case 1 :
- // InternalRoom.g:8816:2: rule__ProtocolClass__Group_11__0
+ // InternalRoom.g:8836:2: rule__ProtocolClass__Group_11__0
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group_11__0();
@@ -25844,16 +25940,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__12"
- // InternalRoom.g:8826:1: rule__ProtocolClass__Group__12 : rule__ProtocolClass__Group__12__Impl rule__ProtocolClass__Group__13 ;
+ // InternalRoom.g:8846:1: rule__ProtocolClass__Group__12 : rule__ProtocolClass__Group__12__Impl rule__ProtocolClass__Group__13 ;
public final void rule__ProtocolClass__Group__12() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8830:1: ( rule__ProtocolClass__Group__12__Impl rule__ProtocolClass__Group__13 )
- // InternalRoom.g:8831:2: rule__ProtocolClass__Group__12__Impl rule__ProtocolClass__Group__13
+ // InternalRoom.g:8850:1: ( rule__ProtocolClass__Group__12__Impl rule__ProtocolClass__Group__13 )
+ // InternalRoom.g:8851:2: rule__ProtocolClass__Group__12__Impl rule__ProtocolClass__Group__13
{
- pushFollow(FOLLOW_40);
+ pushFollow(FOLLOW_41);
rule__ProtocolClass__Group__12__Impl();
state._fsp--;
@@ -25882,29 +25978,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__12__Impl"
- // InternalRoom.g:8838:1: rule__ProtocolClass__Group__12__Impl : ( ( rule__ProtocolClass__Group_12__0 )? ) ;
+ // InternalRoom.g:8858:1: rule__ProtocolClass__Group__12__Impl : ( ( rule__ProtocolClass__Group_12__0 )? ) ;
public final void rule__ProtocolClass__Group__12__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8842:1: ( ( ( rule__ProtocolClass__Group_12__0 )? ) )
- // InternalRoom.g:8843:1: ( ( rule__ProtocolClass__Group_12__0 )? )
+ // InternalRoom.g:8862:1: ( ( ( rule__ProtocolClass__Group_12__0 )? ) )
+ // InternalRoom.g:8863:1: ( ( rule__ProtocolClass__Group_12__0 )? )
{
- // InternalRoom.g:8843:1: ( ( rule__ProtocolClass__Group_12__0 )? )
- // InternalRoom.g:8844:1: ( rule__ProtocolClass__Group_12__0 )?
+ // InternalRoom.g:8863:1: ( ( rule__ProtocolClass__Group_12__0 )? )
+ // InternalRoom.g:8864:1: ( rule__ProtocolClass__Group_12__0 )?
{
before(grammarAccess.getProtocolClassAccess().getGroup_12());
- // InternalRoom.g:8845:1: ( rule__ProtocolClass__Group_12__0 )?
- int alt101=2;
- int LA101_0 = input.LA(1);
+ // InternalRoom.g:8865:1: ( rule__ProtocolClass__Group_12__0 )?
+ int alt102=2;
+ int LA102_0 = input.LA(1);
- if ( (LA101_0==69) ) {
- alt101=1;
+ if ( (LA102_0==69) ) {
+ alt102=1;
}
- switch (alt101) {
+ switch (alt102) {
case 1 :
- // InternalRoom.g:8845:2: rule__ProtocolClass__Group_12__0
+ // InternalRoom.g:8865:2: rule__ProtocolClass__Group_12__0
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group_12__0();
@@ -25940,16 +26036,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__13"
- // InternalRoom.g:8855:1: rule__ProtocolClass__Group__13 : rule__ProtocolClass__Group__13__Impl rule__ProtocolClass__Group__14 ;
+ // InternalRoom.g:8875:1: rule__ProtocolClass__Group__13 : rule__ProtocolClass__Group__13__Impl rule__ProtocolClass__Group__14 ;
public final void rule__ProtocolClass__Group__13() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8859:1: ( rule__ProtocolClass__Group__13__Impl rule__ProtocolClass__Group__14 )
- // InternalRoom.g:8860:2: rule__ProtocolClass__Group__13__Impl rule__ProtocolClass__Group__14
+ // InternalRoom.g:8879:1: ( rule__ProtocolClass__Group__13__Impl rule__ProtocolClass__Group__14 )
+ // InternalRoom.g:8880:2: rule__ProtocolClass__Group__13__Impl rule__ProtocolClass__Group__14
{
- pushFollow(FOLLOW_40);
+ pushFollow(FOLLOW_41);
rule__ProtocolClass__Group__13__Impl();
state._fsp--;
@@ -25978,29 +26074,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__13__Impl"
- // InternalRoom.g:8867:1: rule__ProtocolClass__Group__13__Impl : ( ( rule__ProtocolClass__Group_13__0 )? ) ;
+ // InternalRoom.g:8887:1: rule__ProtocolClass__Group__13__Impl : ( ( rule__ProtocolClass__Group_13__0 )? ) ;
public final void rule__ProtocolClass__Group__13__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8871:1: ( ( ( rule__ProtocolClass__Group_13__0 )? ) )
- // InternalRoom.g:8872:1: ( ( rule__ProtocolClass__Group_13__0 )? )
+ // InternalRoom.g:8891:1: ( ( ( rule__ProtocolClass__Group_13__0 )? ) )
+ // InternalRoom.g:8892:1: ( ( rule__ProtocolClass__Group_13__0 )? )
{
- // InternalRoom.g:8872:1: ( ( rule__ProtocolClass__Group_13__0 )? )
- // InternalRoom.g:8873:1: ( rule__ProtocolClass__Group_13__0 )?
+ // InternalRoom.g:8892:1: ( ( rule__ProtocolClass__Group_13__0 )? )
+ // InternalRoom.g:8893:1: ( rule__ProtocolClass__Group_13__0 )?
{
before(grammarAccess.getProtocolClassAccess().getGroup_13());
- // InternalRoom.g:8874:1: ( rule__ProtocolClass__Group_13__0 )?
- int alt102=2;
- int LA102_0 = input.LA(1);
+ // InternalRoom.g:8894:1: ( rule__ProtocolClass__Group_13__0 )?
+ int alt103=2;
+ int LA103_0 = input.LA(1);
- if ( (LA102_0==71) ) {
- alt102=1;
+ if ( (LA103_0==71) ) {
+ alt103=1;
}
- switch (alt102) {
+ switch (alt103) {
case 1 :
- // InternalRoom.g:8874:2: rule__ProtocolClass__Group_13__0
+ // InternalRoom.g:8894:2: rule__ProtocolClass__Group_13__0
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group_13__0();
@@ -26036,16 +26132,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__14"
- // InternalRoom.g:8884:1: rule__ProtocolClass__Group__14 : rule__ProtocolClass__Group__14__Impl rule__ProtocolClass__Group__15 ;
+ // InternalRoom.g:8904:1: rule__ProtocolClass__Group__14 : rule__ProtocolClass__Group__14__Impl rule__ProtocolClass__Group__15 ;
public final void rule__ProtocolClass__Group__14() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8888:1: ( rule__ProtocolClass__Group__14__Impl rule__ProtocolClass__Group__15 )
- // InternalRoom.g:8889:2: rule__ProtocolClass__Group__14__Impl rule__ProtocolClass__Group__15
+ // InternalRoom.g:8908:1: ( rule__ProtocolClass__Group__14__Impl rule__ProtocolClass__Group__15 )
+ // InternalRoom.g:8909:2: rule__ProtocolClass__Group__14__Impl rule__ProtocolClass__Group__15
{
- pushFollow(FOLLOW_40);
+ pushFollow(FOLLOW_41);
rule__ProtocolClass__Group__14__Impl();
state._fsp--;
@@ -26074,29 +26170,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__14__Impl"
- // InternalRoom.g:8896:1: rule__ProtocolClass__Group__14__Impl : ( ( rule__ProtocolClass__SemanticsAssignment_14 )? ) ;
+ // InternalRoom.g:8916:1: rule__ProtocolClass__Group__14__Impl : ( ( rule__ProtocolClass__SemanticsAssignment_14 )? ) ;
public final void rule__ProtocolClass__Group__14__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8900:1: ( ( ( rule__ProtocolClass__SemanticsAssignment_14 )? ) )
- // InternalRoom.g:8901:1: ( ( rule__ProtocolClass__SemanticsAssignment_14 )? )
+ // InternalRoom.g:8920:1: ( ( ( rule__ProtocolClass__SemanticsAssignment_14 )? ) )
+ // InternalRoom.g:8921:1: ( ( rule__ProtocolClass__SemanticsAssignment_14 )? )
{
- // InternalRoom.g:8901:1: ( ( rule__ProtocolClass__SemanticsAssignment_14 )? )
- // InternalRoom.g:8902:1: ( rule__ProtocolClass__SemanticsAssignment_14 )?
+ // InternalRoom.g:8921:1: ( ( rule__ProtocolClass__SemanticsAssignment_14 )? )
+ // InternalRoom.g:8922:1: ( rule__ProtocolClass__SemanticsAssignment_14 )?
{
before(grammarAccess.getProtocolClassAccess().getSemanticsAssignment_14());
- // InternalRoom.g:8903:1: ( rule__ProtocolClass__SemanticsAssignment_14 )?
- int alt103=2;
- int LA103_0 = input.LA(1);
+ // InternalRoom.g:8923:1: ( rule__ProtocolClass__SemanticsAssignment_14 )?
+ int alt104=2;
+ int LA104_0 = input.LA(1);
- if ( (LA103_0==117) ) {
- alt103=1;
+ if ( (LA104_0==117) ) {
+ alt104=1;
}
- switch (alt103) {
+ switch (alt104) {
case 1 :
- // InternalRoom.g:8903:2: rule__ProtocolClass__SemanticsAssignment_14
+ // InternalRoom.g:8923:2: rule__ProtocolClass__SemanticsAssignment_14
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__SemanticsAssignment_14();
@@ -26132,14 +26228,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__15"
- // InternalRoom.g:8913:1: rule__ProtocolClass__Group__15 : rule__ProtocolClass__Group__15__Impl ;
+ // InternalRoom.g:8933:1: rule__ProtocolClass__Group__15 : rule__ProtocolClass__Group__15__Impl ;
public final void rule__ProtocolClass__Group__15() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8917:1: ( rule__ProtocolClass__Group__15__Impl )
- // InternalRoom.g:8918:2: rule__ProtocolClass__Group__15__Impl
+ // InternalRoom.g:8937:1: ( rule__ProtocolClass__Group__15__Impl )
+ // InternalRoom.g:8938:2: rule__ProtocolClass__Group__15__Impl
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group__15__Impl();
@@ -26165,17 +26261,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group__15__Impl"
- // InternalRoom.g:8924:1: rule__ProtocolClass__Group__15__Impl : ( '}' ) ;
+ // InternalRoom.g:8944:1: rule__ProtocolClass__Group__15__Impl : ( '}' ) ;
public final void rule__ProtocolClass__Group__15__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8928:1: ( ( '}' ) )
- // InternalRoom.g:8929:1: ( '}' )
+ // InternalRoom.g:8948:1: ( ( '}' ) )
+ // InternalRoom.g:8949:1: ( '}' )
{
- // InternalRoom.g:8929:1: ( '}' )
- // InternalRoom.g:8930:1: '}'
+ // InternalRoom.g:8949:1: ( '}' )
+ // InternalRoom.g:8950:1: '}'
{
before(grammarAccess.getProtocolClassAccess().getRightCurlyBracketKeyword_15());
match(input,46,FOLLOW_2);
@@ -26202,14 +26298,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_4__0"
- // InternalRoom.g:8975:1: rule__ProtocolClass__Group_4__0 : rule__ProtocolClass__Group_4__0__Impl rule__ProtocolClass__Group_4__1 ;
+ // InternalRoom.g:8995:1: rule__ProtocolClass__Group_4__0 : rule__ProtocolClass__Group_4__0__Impl rule__ProtocolClass__Group_4__1 ;
public final void rule__ProtocolClass__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8979:1: ( rule__ProtocolClass__Group_4__0__Impl rule__ProtocolClass__Group_4__1 )
- // InternalRoom.g:8980:2: rule__ProtocolClass__Group_4__0__Impl rule__ProtocolClass__Group_4__1
+ // InternalRoom.g:8999:1: ( rule__ProtocolClass__Group_4__0__Impl rule__ProtocolClass__Group_4__1 )
+ // InternalRoom.g:9000:2: rule__ProtocolClass__Group_4__0__Impl rule__ProtocolClass__Group_4__1
{
pushFollow(FOLLOW_3);
rule__ProtocolClass__Group_4__0__Impl();
@@ -26240,17 +26336,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_4__0__Impl"
- // InternalRoom.g:8987:1: rule__ProtocolClass__Group_4__0__Impl : ( 'extends' ) ;
+ // InternalRoom.g:9007:1: rule__ProtocolClass__Group_4__0__Impl : ( 'extends' ) ;
public final void rule__ProtocolClass__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:8991:1: ( ( 'extends' ) )
- // InternalRoom.g:8992:1: ( 'extends' )
+ // InternalRoom.g:9011:1: ( ( 'extends' ) )
+ // InternalRoom.g:9012:1: ( 'extends' )
{
- // InternalRoom.g:8992:1: ( 'extends' )
- // InternalRoom.g:8993:1: 'extends'
+ // InternalRoom.g:9012:1: ( 'extends' )
+ // InternalRoom.g:9013:1: 'extends'
{
before(grammarAccess.getProtocolClassAccess().getExtendsKeyword_4_0());
match(input,58,FOLLOW_2);
@@ -26277,14 +26373,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_4__1"
- // InternalRoom.g:9006:1: rule__ProtocolClass__Group_4__1 : rule__ProtocolClass__Group_4__1__Impl ;
+ // InternalRoom.g:9026:1: rule__ProtocolClass__Group_4__1 : rule__ProtocolClass__Group_4__1__Impl ;
public final void rule__ProtocolClass__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9010:1: ( rule__ProtocolClass__Group_4__1__Impl )
- // InternalRoom.g:9011:2: rule__ProtocolClass__Group_4__1__Impl
+ // InternalRoom.g:9030:1: ( rule__ProtocolClass__Group_4__1__Impl )
+ // InternalRoom.g:9031:2: rule__ProtocolClass__Group_4__1__Impl
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group_4__1__Impl();
@@ -26310,21 +26406,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_4__1__Impl"
- // InternalRoom.g:9017:1: rule__ProtocolClass__Group_4__1__Impl : ( ( rule__ProtocolClass__BaseAssignment_4_1 ) ) ;
+ // InternalRoom.g:9037:1: rule__ProtocolClass__Group_4__1__Impl : ( ( rule__ProtocolClass__BaseAssignment_4_1 ) ) ;
public final void rule__ProtocolClass__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9021:1: ( ( ( rule__ProtocolClass__BaseAssignment_4_1 ) ) )
- // InternalRoom.g:9022:1: ( ( rule__ProtocolClass__BaseAssignment_4_1 ) )
+ // InternalRoom.g:9041:1: ( ( ( rule__ProtocolClass__BaseAssignment_4_1 ) ) )
+ // InternalRoom.g:9042:1: ( ( rule__ProtocolClass__BaseAssignment_4_1 ) )
{
- // InternalRoom.g:9022:1: ( ( rule__ProtocolClass__BaseAssignment_4_1 ) )
- // InternalRoom.g:9023:1: ( rule__ProtocolClass__BaseAssignment_4_1 )
+ // InternalRoom.g:9042:1: ( ( rule__ProtocolClass__BaseAssignment_4_1 ) )
+ // InternalRoom.g:9043:1: ( rule__ProtocolClass__BaseAssignment_4_1 )
{
before(grammarAccess.getProtocolClassAccess().getBaseAssignment_4_1());
- // InternalRoom.g:9024:1: ( rule__ProtocolClass__BaseAssignment_4_1 )
- // InternalRoom.g:9024:2: rule__ProtocolClass__BaseAssignment_4_1
+ // InternalRoom.g:9044:1: ( rule__ProtocolClass__BaseAssignment_4_1 )
+ // InternalRoom.g:9044:2: rule__ProtocolClass__BaseAssignment_4_1
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__BaseAssignment_4_1();
@@ -26357,16 +26453,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_7__0"
- // InternalRoom.g:9038:1: rule__ProtocolClass__Group_7__0 : rule__ProtocolClass__Group_7__0__Impl rule__ProtocolClass__Group_7__1 ;
+ // InternalRoom.g:9058:1: rule__ProtocolClass__Group_7__0 : rule__ProtocolClass__Group_7__0__Impl rule__ProtocolClass__Group_7__1 ;
public final void rule__ProtocolClass__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9042:1: ( rule__ProtocolClass__Group_7__0__Impl rule__ProtocolClass__Group_7__1 )
- // InternalRoom.g:9043:2: rule__ProtocolClass__Group_7__0__Impl rule__ProtocolClass__Group_7__1
+ // InternalRoom.g:9062:1: ( rule__ProtocolClass__Group_7__0__Impl rule__ProtocolClass__Group_7__1 )
+ // InternalRoom.g:9063:2: rule__ProtocolClass__Group_7__0__Impl rule__ProtocolClass__Group_7__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__ProtocolClass__Group_7__0__Impl();
state._fsp--;
@@ -26395,17 +26491,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_7__0__Impl"
- // InternalRoom.g:9050:1: rule__ProtocolClass__Group_7__0__Impl : ( 'usercode1' ) ;
+ // InternalRoom.g:9070:1: rule__ProtocolClass__Group_7__0__Impl : ( 'usercode1' ) ;
public final void rule__ProtocolClass__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9054:1: ( ( 'usercode1' ) )
- // InternalRoom.g:9055:1: ( 'usercode1' )
+ // InternalRoom.g:9074:1: ( ( 'usercode1' ) )
+ // InternalRoom.g:9075:1: ( 'usercode1' )
{
- // InternalRoom.g:9055:1: ( 'usercode1' )
- // InternalRoom.g:9056:1: 'usercode1'
+ // InternalRoom.g:9075:1: ( 'usercode1' )
+ // InternalRoom.g:9076:1: 'usercode1'
{
before(grammarAccess.getProtocolClassAccess().getUsercode1Keyword_7_0());
match(input,59,FOLLOW_2);
@@ -26432,14 +26528,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_7__1"
- // InternalRoom.g:9069:1: rule__ProtocolClass__Group_7__1 : rule__ProtocolClass__Group_7__1__Impl ;
+ // InternalRoom.g:9089:1: rule__ProtocolClass__Group_7__1 : rule__ProtocolClass__Group_7__1__Impl ;
public final void rule__ProtocolClass__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9073:1: ( rule__ProtocolClass__Group_7__1__Impl )
- // InternalRoom.g:9074:2: rule__ProtocolClass__Group_7__1__Impl
+ // InternalRoom.g:9093:1: ( rule__ProtocolClass__Group_7__1__Impl )
+ // InternalRoom.g:9094:2: rule__ProtocolClass__Group_7__1__Impl
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group_7__1__Impl();
@@ -26465,21 +26561,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_7__1__Impl"
- // InternalRoom.g:9080:1: rule__ProtocolClass__Group_7__1__Impl : ( ( rule__ProtocolClass__UserCode1Assignment_7_1 ) ) ;
+ // InternalRoom.g:9100:1: rule__ProtocolClass__Group_7__1__Impl : ( ( rule__ProtocolClass__UserCode1Assignment_7_1 ) ) ;
public final void rule__ProtocolClass__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9084:1: ( ( ( rule__ProtocolClass__UserCode1Assignment_7_1 ) ) )
- // InternalRoom.g:9085:1: ( ( rule__ProtocolClass__UserCode1Assignment_7_1 ) )
+ // InternalRoom.g:9104:1: ( ( ( rule__ProtocolClass__UserCode1Assignment_7_1 ) ) )
+ // InternalRoom.g:9105:1: ( ( rule__ProtocolClass__UserCode1Assignment_7_1 ) )
{
- // InternalRoom.g:9085:1: ( ( rule__ProtocolClass__UserCode1Assignment_7_1 ) )
- // InternalRoom.g:9086:1: ( rule__ProtocolClass__UserCode1Assignment_7_1 )
+ // InternalRoom.g:9105:1: ( ( rule__ProtocolClass__UserCode1Assignment_7_1 ) )
+ // InternalRoom.g:9106:1: ( rule__ProtocolClass__UserCode1Assignment_7_1 )
{
before(grammarAccess.getProtocolClassAccess().getUserCode1Assignment_7_1());
- // InternalRoom.g:9087:1: ( rule__ProtocolClass__UserCode1Assignment_7_1 )
- // InternalRoom.g:9087:2: rule__ProtocolClass__UserCode1Assignment_7_1
+ // InternalRoom.g:9107:1: ( rule__ProtocolClass__UserCode1Assignment_7_1 )
+ // InternalRoom.g:9107:2: rule__ProtocolClass__UserCode1Assignment_7_1
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__UserCode1Assignment_7_1();
@@ -26512,16 +26608,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_8__0"
- // InternalRoom.g:9101:1: rule__ProtocolClass__Group_8__0 : rule__ProtocolClass__Group_8__0__Impl rule__ProtocolClass__Group_8__1 ;
+ // InternalRoom.g:9121:1: rule__ProtocolClass__Group_8__0 : rule__ProtocolClass__Group_8__0__Impl rule__ProtocolClass__Group_8__1 ;
public final void rule__ProtocolClass__Group_8__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9105:1: ( rule__ProtocolClass__Group_8__0__Impl rule__ProtocolClass__Group_8__1 )
- // InternalRoom.g:9106:2: rule__ProtocolClass__Group_8__0__Impl rule__ProtocolClass__Group_8__1
+ // InternalRoom.g:9125:1: ( rule__ProtocolClass__Group_8__0__Impl rule__ProtocolClass__Group_8__1 )
+ // InternalRoom.g:9126:2: rule__ProtocolClass__Group_8__0__Impl rule__ProtocolClass__Group_8__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__ProtocolClass__Group_8__0__Impl();
state._fsp--;
@@ -26550,17 +26646,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_8__0__Impl"
- // InternalRoom.g:9113:1: rule__ProtocolClass__Group_8__0__Impl : ( 'usercode2' ) ;
+ // InternalRoom.g:9133:1: rule__ProtocolClass__Group_8__0__Impl : ( 'usercode2' ) ;
public final void rule__ProtocolClass__Group_8__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9117:1: ( ( 'usercode2' ) )
- // InternalRoom.g:9118:1: ( 'usercode2' )
+ // InternalRoom.g:9137:1: ( ( 'usercode2' ) )
+ // InternalRoom.g:9138:1: ( 'usercode2' )
{
- // InternalRoom.g:9118:1: ( 'usercode2' )
- // InternalRoom.g:9119:1: 'usercode2'
+ // InternalRoom.g:9138:1: ( 'usercode2' )
+ // InternalRoom.g:9139:1: 'usercode2'
{
before(grammarAccess.getProtocolClassAccess().getUsercode2Keyword_8_0());
match(input,60,FOLLOW_2);
@@ -26587,14 +26683,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_8__1"
- // InternalRoom.g:9132:1: rule__ProtocolClass__Group_8__1 : rule__ProtocolClass__Group_8__1__Impl ;
+ // InternalRoom.g:9152:1: rule__ProtocolClass__Group_8__1 : rule__ProtocolClass__Group_8__1__Impl ;
public final void rule__ProtocolClass__Group_8__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9136:1: ( rule__ProtocolClass__Group_8__1__Impl )
- // InternalRoom.g:9137:2: rule__ProtocolClass__Group_8__1__Impl
+ // InternalRoom.g:9156:1: ( rule__ProtocolClass__Group_8__1__Impl )
+ // InternalRoom.g:9157:2: rule__ProtocolClass__Group_8__1__Impl
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group_8__1__Impl();
@@ -26620,21 +26716,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_8__1__Impl"
- // InternalRoom.g:9143:1: rule__ProtocolClass__Group_8__1__Impl : ( ( rule__ProtocolClass__UserCode2Assignment_8_1 ) ) ;
+ // InternalRoom.g:9163:1: rule__ProtocolClass__Group_8__1__Impl : ( ( rule__ProtocolClass__UserCode2Assignment_8_1 ) ) ;
public final void rule__ProtocolClass__Group_8__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9147:1: ( ( ( rule__ProtocolClass__UserCode2Assignment_8_1 ) ) )
- // InternalRoom.g:9148:1: ( ( rule__ProtocolClass__UserCode2Assignment_8_1 ) )
+ // InternalRoom.g:9167:1: ( ( ( rule__ProtocolClass__UserCode2Assignment_8_1 ) ) )
+ // InternalRoom.g:9168:1: ( ( rule__ProtocolClass__UserCode2Assignment_8_1 ) )
{
- // InternalRoom.g:9148:1: ( ( rule__ProtocolClass__UserCode2Assignment_8_1 ) )
- // InternalRoom.g:9149:1: ( rule__ProtocolClass__UserCode2Assignment_8_1 )
+ // InternalRoom.g:9168:1: ( ( rule__ProtocolClass__UserCode2Assignment_8_1 ) )
+ // InternalRoom.g:9169:1: ( rule__ProtocolClass__UserCode2Assignment_8_1 )
{
before(grammarAccess.getProtocolClassAccess().getUserCode2Assignment_8_1());
- // InternalRoom.g:9150:1: ( rule__ProtocolClass__UserCode2Assignment_8_1 )
- // InternalRoom.g:9150:2: rule__ProtocolClass__UserCode2Assignment_8_1
+ // InternalRoom.g:9170:1: ( rule__ProtocolClass__UserCode2Assignment_8_1 )
+ // InternalRoom.g:9170:2: rule__ProtocolClass__UserCode2Assignment_8_1
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__UserCode2Assignment_8_1();
@@ -26667,16 +26763,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_9__0"
- // InternalRoom.g:9164:1: rule__ProtocolClass__Group_9__0 : rule__ProtocolClass__Group_9__0__Impl rule__ProtocolClass__Group_9__1 ;
+ // InternalRoom.g:9184:1: rule__ProtocolClass__Group_9__0 : rule__ProtocolClass__Group_9__0__Impl rule__ProtocolClass__Group_9__1 ;
public final void rule__ProtocolClass__Group_9__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9168:1: ( rule__ProtocolClass__Group_9__0__Impl rule__ProtocolClass__Group_9__1 )
- // InternalRoom.g:9169:2: rule__ProtocolClass__Group_9__0__Impl rule__ProtocolClass__Group_9__1
+ // InternalRoom.g:9188:1: ( rule__ProtocolClass__Group_9__0__Impl rule__ProtocolClass__Group_9__1 )
+ // InternalRoom.g:9189:2: rule__ProtocolClass__Group_9__0__Impl rule__ProtocolClass__Group_9__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__ProtocolClass__Group_9__0__Impl();
state._fsp--;
@@ -26705,17 +26801,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_9__0__Impl"
- // InternalRoom.g:9176:1: rule__ProtocolClass__Group_9__0__Impl : ( 'usercode3' ) ;
+ // InternalRoom.g:9196:1: rule__ProtocolClass__Group_9__0__Impl : ( 'usercode3' ) ;
public final void rule__ProtocolClass__Group_9__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9180:1: ( ( 'usercode3' ) )
- // InternalRoom.g:9181:1: ( 'usercode3' )
+ // InternalRoom.g:9200:1: ( ( 'usercode3' ) )
+ // InternalRoom.g:9201:1: ( 'usercode3' )
{
- // InternalRoom.g:9181:1: ( 'usercode3' )
- // InternalRoom.g:9182:1: 'usercode3'
+ // InternalRoom.g:9201:1: ( 'usercode3' )
+ // InternalRoom.g:9202:1: 'usercode3'
{
before(grammarAccess.getProtocolClassAccess().getUsercode3Keyword_9_0());
match(input,61,FOLLOW_2);
@@ -26742,14 +26838,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_9__1"
- // InternalRoom.g:9195:1: rule__ProtocolClass__Group_9__1 : rule__ProtocolClass__Group_9__1__Impl ;
+ // InternalRoom.g:9215:1: rule__ProtocolClass__Group_9__1 : rule__ProtocolClass__Group_9__1__Impl ;
public final void rule__ProtocolClass__Group_9__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9199:1: ( rule__ProtocolClass__Group_9__1__Impl )
- // InternalRoom.g:9200:2: rule__ProtocolClass__Group_9__1__Impl
+ // InternalRoom.g:9219:1: ( rule__ProtocolClass__Group_9__1__Impl )
+ // InternalRoom.g:9220:2: rule__ProtocolClass__Group_9__1__Impl
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group_9__1__Impl();
@@ -26775,21 +26871,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_9__1__Impl"
- // InternalRoom.g:9206:1: rule__ProtocolClass__Group_9__1__Impl : ( ( rule__ProtocolClass__UserCode3Assignment_9_1 ) ) ;
+ // InternalRoom.g:9226:1: rule__ProtocolClass__Group_9__1__Impl : ( ( rule__ProtocolClass__UserCode3Assignment_9_1 ) ) ;
public final void rule__ProtocolClass__Group_9__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9210:1: ( ( ( rule__ProtocolClass__UserCode3Assignment_9_1 ) ) )
- // InternalRoom.g:9211:1: ( ( rule__ProtocolClass__UserCode3Assignment_9_1 ) )
+ // InternalRoom.g:9230:1: ( ( ( rule__ProtocolClass__UserCode3Assignment_9_1 ) ) )
+ // InternalRoom.g:9231:1: ( ( rule__ProtocolClass__UserCode3Assignment_9_1 ) )
{
- // InternalRoom.g:9211:1: ( ( rule__ProtocolClass__UserCode3Assignment_9_1 ) )
- // InternalRoom.g:9212:1: ( rule__ProtocolClass__UserCode3Assignment_9_1 )
+ // InternalRoom.g:9231:1: ( ( rule__ProtocolClass__UserCode3Assignment_9_1 ) )
+ // InternalRoom.g:9232:1: ( rule__ProtocolClass__UserCode3Assignment_9_1 )
{
before(grammarAccess.getProtocolClassAccess().getUserCode3Assignment_9_1());
- // InternalRoom.g:9213:1: ( rule__ProtocolClass__UserCode3Assignment_9_1 )
- // InternalRoom.g:9213:2: rule__ProtocolClass__UserCode3Assignment_9_1
+ // InternalRoom.g:9233:1: ( rule__ProtocolClass__UserCode3Assignment_9_1 )
+ // InternalRoom.g:9233:2: rule__ProtocolClass__UserCode3Assignment_9_1
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__UserCode3Assignment_9_1();
@@ -26822,16 +26918,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_10__0"
- // InternalRoom.g:9227:1: rule__ProtocolClass__Group_10__0 : rule__ProtocolClass__Group_10__0__Impl rule__ProtocolClass__Group_10__1 ;
+ // InternalRoom.g:9247:1: rule__ProtocolClass__Group_10__0 : rule__ProtocolClass__Group_10__0__Impl rule__ProtocolClass__Group_10__1 ;
public final void rule__ProtocolClass__Group_10__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9231:1: ( rule__ProtocolClass__Group_10__0__Impl rule__ProtocolClass__Group_10__1 )
- // InternalRoom.g:9232:2: rule__ProtocolClass__Group_10__0__Impl rule__ProtocolClass__Group_10__1
+ // InternalRoom.g:9251:1: ( rule__ProtocolClass__Group_10__0__Impl rule__ProtocolClass__Group_10__1 )
+ // InternalRoom.g:9252:2: rule__ProtocolClass__Group_10__0__Impl rule__ProtocolClass__Group_10__1
{
- pushFollow(FOLLOW_41);
+ pushFollow(FOLLOW_42);
rule__ProtocolClass__Group_10__0__Impl();
state._fsp--;
@@ -26860,17 +26956,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_10__0__Impl"
- // InternalRoom.g:9239:1: rule__ProtocolClass__Group_10__0__Impl : ( 'incoming' ) ;
+ // InternalRoom.g:9259:1: rule__ProtocolClass__Group_10__0__Impl : ( 'incoming' ) ;
public final void rule__ProtocolClass__Group_10__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9243:1: ( ( 'incoming' ) )
- // InternalRoom.g:9244:1: ( 'incoming' )
+ // InternalRoom.g:9263:1: ( ( 'incoming' ) )
+ // InternalRoom.g:9264:1: ( 'incoming' )
{
- // InternalRoom.g:9244:1: ( 'incoming' )
- // InternalRoom.g:9245:1: 'incoming'
+ // InternalRoom.g:9264:1: ( 'incoming' )
+ // InternalRoom.g:9265:1: 'incoming'
{
before(grammarAccess.getProtocolClassAccess().getIncomingKeyword_10_0());
match(input,67,FOLLOW_2);
@@ -26897,16 +26993,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_10__1"
- // InternalRoom.g:9258:1: rule__ProtocolClass__Group_10__1 : rule__ProtocolClass__Group_10__1__Impl rule__ProtocolClass__Group_10__2 ;
+ // InternalRoom.g:9278:1: rule__ProtocolClass__Group_10__1 : rule__ProtocolClass__Group_10__1__Impl rule__ProtocolClass__Group_10__2 ;
public final void rule__ProtocolClass__Group_10__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9262:1: ( rule__ProtocolClass__Group_10__1__Impl rule__ProtocolClass__Group_10__2 )
- // InternalRoom.g:9263:2: rule__ProtocolClass__Group_10__1__Impl rule__ProtocolClass__Group_10__2
+ // InternalRoom.g:9282:1: ( rule__ProtocolClass__Group_10__1__Impl rule__ProtocolClass__Group_10__2 )
+ // InternalRoom.g:9283:2: rule__ProtocolClass__Group_10__1__Impl rule__ProtocolClass__Group_10__2
{
- pushFollow(FOLLOW_42);
+ pushFollow(FOLLOW_43);
rule__ProtocolClass__Group_10__1__Impl();
state._fsp--;
@@ -26935,17 +27031,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_10__1__Impl"
- // InternalRoom.g:9270:1: rule__ProtocolClass__Group_10__1__Impl : ( '{' ) ;
+ // InternalRoom.g:9290:1: rule__ProtocolClass__Group_10__1__Impl : ( '{' ) ;
public final void rule__ProtocolClass__Group_10__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9274:1: ( ( '{' ) )
- // InternalRoom.g:9275:1: ( '{' )
+ // InternalRoom.g:9294:1: ( ( '{' ) )
+ // InternalRoom.g:9295:1: ( '{' )
{
- // InternalRoom.g:9275:1: ( '{' )
- // InternalRoom.g:9276:1: '{'
+ // InternalRoom.g:9295:1: ( '{' )
+ // InternalRoom.g:9296:1: '{'
{
before(grammarAccess.getProtocolClassAccess().getLeftCurlyBracketKeyword_10_1());
match(input,45,FOLLOW_2);
@@ -26972,16 +27068,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_10__2"
- // InternalRoom.g:9289:1: rule__ProtocolClass__Group_10__2 : rule__ProtocolClass__Group_10__2__Impl rule__ProtocolClass__Group_10__3 ;
+ // InternalRoom.g:9309:1: rule__ProtocolClass__Group_10__2 : rule__ProtocolClass__Group_10__2__Impl rule__ProtocolClass__Group_10__3 ;
public final void rule__ProtocolClass__Group_10__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9293:1: ( rule__ProtocolClass__Group_10__2__Impl rule__ProtocolClass__Group_10__3 )
- // InternalRoom.g:9294:2: rule__ProtocolClass__Group_10__2__Impl rule__ProtocolClass__Group_10__3
+ // InternalRoom.g:9313:1: ( rule__ProtocolClass__Group_10__2__Impl rule__ProtocolClass__Group_10__3 )
+ // InternalRoom.g:9314:2: rule__ProtocolClass__Group_10__2__Impl rule__ProtocolClass__Group_10__3
{
- pushFollow(FOLLOW_42);
+ pushFollow(FOLLOW_43);
rule__ProtocolClass__Group_10__2__Impl();
state._fsp--;
@@ -27010,35 +27106,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_10__2__Impl"
- // InternalRoom.g:9301:1: rule__ProtocolClass__Group_10__2__Impl : ( ( rule__ProtocolClass__IncomingMessagesAssignment_10_2 )* ) ;
+ // InternalRoom.g:9321:1: rule__ProtocolClass__Group_10__2__Impl : ( ( rule__ProtocolClass__IncomingMessagesAssignment_10_2 )* ) ;
public final void rule__ProtocolClass__Group_10__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9305:1: ( ( ( rule__ProtocolClass__IncomingMessagesAssignment_10_2 )* ) )
- // InternalRoom.g:9306:1: ( ( rule__ProtocolClass__IncomingMessagesAssignment_10_2 )* )
+ // InternalRoom.g:9325:1: ( ( ( rule__ProtocolClass__IncomingMessagesAssignment_10_2 )* ) )
+ // InternalRoom.g:9326:1: ( ( rule__ProtocolClass__IncomingMessagesAssignment_10_2 )* )
{
- // InternalRoom.g:9306:1: ( ( rule__ProtocolClass__IncomingMessagesAssignment_10_2 )* )
- // InternalRoom.g:9307:1: ( rule__ProtocolClass__IncomingMessagesAssignment_10_2 )*
+ // InternalRoom.g:9326:1: ( ( rule__ProtocolClass__IncomingMessagesAssignment_10_2 )* )
+ // InternalRoom.g:9327:1: ( rule__ProtocolClass__IncomingMessagesAssignment_10_2 )*
{
before(grammarAccess.getProtocolClassAccess().getIncomingMessagesAssignment_10_2());
- // InternalRoom.g:9308:1: ( rule__ProtocolClass__IncomingMessagesAssignment_10_2 )*
- loop104:
+ // InternalRoom.g:9328:1: ( rule__ProtocolClass__IncomingMessagesAssignment_10_2 )*
+ loop105:
do {
- int alt104=2;
- int LA104_0 = input.LA(1);
+ int alt105=2;
+ int LA105_0 = input.LA(1);
- if ( (LA104_0==25||LA104_0==130) ) {
- alt104=1;
+ if ( (LA105_0==25||LA105_0==130) ) {
+ alt105=1;
}
- switch (alt104) {
+ switch (alt105) {
case 1 :
- // InternalRoom.g:9308:2: rule__ProtocolClass__IncomingMessagesAssignment_10_2
+ // InternalRoom.g:9328:2: rule__ProtocolClass__IncomingMessagesAssignment_10_2
{
- pushFollow(FOLLOW_43);
+ pushFollow(FOLLOW_44);
rule__ProtocolClass__IncomingMessagesAssignment_10_2();
state._fsp--;
@@ -27048,7 +27144,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop104;
+ break loop105;
}
} while (true);
@@ -27075,14 +27171,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_10__3"
- // InternalRoom.g:9318:1: rule__ProtocolClass__Group_10__3 : rule__ProtocolClass__Group_10__3__Impl ;
+ // InternalRoom.g:9338:1: rule__ProtocolClass__Group_10__3 : rule__ProtocolClass__Group_10__3__Impl ;
public final void rule__ProtocolClass__Group_10__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9322:1: ( rule__ProtocolClass__Group_10__3__Impl )
- // InternalRoom.g:9323:2: rule__ProtocolClass__Group_10__3__Impl
+ // InternalRoom.g:9342:1: ( rule__ProtocolClass__Group_10__3__Impl )
+ // InternalRoom.g:9343:2: rule__ProtocolClass__Group_10__3__Impl
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group_10__3__Impl();
@@ -27108,17 +27204,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_10__3__Impl"
- // InternalRoom.g:9329:1: rule__ProtocolClass__Group_10__3__Impl : ( '}' ) ;
+ // InternalRoom.g:9349:1: rule__ProtocolClass__Group_10__3__Impl : ( '}' ) ;
public final void rule__ProtocolClass__Group_10__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9333:1: ( ( '}' ) )
- // InternalRoom.g:9334:1: ( '}' )
+ // InternalRoom.g:9353:1: ( ( '}' ) )
+ // InternalRoom.g:9354:1: ( '}' )
{
- // InternalRoom.g:9334:1: ( '}' )
- // InternalRoom.g:9335:1: '}'
+ // InternalRoom.g:9354:1: ( '}' )
+ // InternalRoom.g:9355:1: '}'
{
before(grammarAccess.getProtocolClassAccess().getRightCurlyBracketKeyword_10_3());
match(input,46,FOLLOW_2);
@@ -27145,16 +27241,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_11__0"
- // InternalRoom.g:9356:1: rule__ProtocolClass__Group_11__0 : rule__ProtocolClass__Group_11__0__Impl rule__ProtocolClass__Group_11__1 ;
+ // InternalRoom.g:9376:1: rule__ProtocolClass__Group_11__0 : rule__ProtocolClass__Group_11__0__Impl rule__ProtocolClass__Group_11__1 ;
public final void rule__ProtocolClass__Group_11__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9360:1: ( rule__ProtocolClass__Group_11__0__Impl rule__ProtocolClass__Group_11__1 )
- // InternalRoom.g:9361:2: rule__ProtocolClass__Group_11__0__Impl rule__ProtocolClass__Group_11__1
+ // InternalRoom.g:9380:1: ( rule__ProtocolClass__Group_11__0__Impl rule__ProtocolClass__Group_11__1 )
+ // InternalRoom.g:9381:2: rule__ProtocolClass__Group_11__0__Impl rule__ProtocolClass__Group_11__1
{
- pushFollow(FOLLOW_41);
+ pushFollow(FOLLOW_42);
rule__ProtocolClass__Group_11__0__Impl();
state._fsp--;
@@ -27183,17 +27279,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_11__0__Impl"
- // InternalRoom.g:9368:1: rule__ProtocolClass__Group_11__0__Impl : ( 'outgoing' ) ;
+ // InternalRoom.g:9388:1: rule__ProtocolClass__Group_11__0__Impl : ( 'outgoing' ) ;
public final void rule__ProtocolClass__Group_11__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9372:1: ( ( 'outgoing' ) )
- // InternalRoom.g:9373:1: ( 'outgoing' )
+ // InternalRoom.g:9392:1: ( ( 'outgoing' ) )
+ // InternalRoom.g:9393:1: ( 'outgoing' )
{
- // InternalRoom.g:9373:1: ( 'outgoing' )
- // InternalRoom.g:9374:1: 'outgoing'
+ // InternalRoom.g:9393:1: ( 'outgoing' )
+ // InternalRoom.g:9394:1: 'outgoing'
{
before(grammarAccess.getProtocolClassAccess().getOutgoingKeyword_11_0());
match(input,68,FOLLOW_2);
@@ -27220,16 +27316,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_11__1"
- // InternalRoom.g:9387:1: rule__ProtocolClass__Group_11__1 : rule__ProtocolClass__Group_11__1__Impl rule__ProtocolClass__Group_11__2 ;
+ // InternalRoom.g:9407:1: rule__ProtocolClass__Group_11__1 : rule__ProtocolClass__Group_11__1__Impl rule__ProtocolClass__Group_11__2 ;
public final void rule__ProtocolClass__Group_11__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9391:1: ( rule__ProtocolClass__Group_11__1__Impl rule__ProtocolClass__Group_11__2 )
- // InternalRoom.g:9392:2: rule__ProtocolClass__Group_11__1__Impl rule__ProtocolClass__Group_11__2
+ // InternalRoom.g:9411:1: ( rule__ProtocolClass__Group_11__1__Impl rule__ProtocolClass__Group_11__2 )
+ // InternalRoom.g:9412:2: rule__ProtocolClass__Group_11__1__Impl rule__ProtocolClass__Group_11__2
{
- pushFollow(FOLLOW_42);
+ pushFollow(FOLLOW_43);
rule__ProtocolClass__Group_11__1__Impl();
state._fsp--;
@@ -27258,17 +27354,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_11__1__Impl"
- // InternalRoom.g:9399:1: rule__ProtocolClass__Group_11__1__Impl : ( '{' ) ;
+ // InternalRoom.g:9419:1: rule__ProtocolClass__Group_11__1__Impl : ( '{' ) ;
public final void rule__ProtocolClass__Group_11__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9403:1: ( ( '{' ) )
- // InternalRoom.g:9404:1: ( '{' )
+ // InternalRoom.g:9423:1: ( ( '{' ) )
+ // InternalRoom.g:9424:1: ( '{' )
{
- // InternalRoom.g:9404:1: ( '{' )
- // InternalRoom.g:9405:1: '{'
+ // InternalRoom.g:9424:1: ( '{' )
+ // InternalRoom.g:9425:1: '{'
{
before(grammarAccess.getProtocolClassAccess().getLeftCurlyBracketKeyword_11_1());
match(input,45,FOLLOW_2);
@@ -27295,16 +27391,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_11__2"
- // InternalRoom.g:9418:1: rule__ProtocolClass__Group_11__2 : rule__ProtocolClass__Group_11__2__Impl rule__ProtocolClass__Group_11__3 ;
+ // InternalRoom.g:9438:1: rule__ProtocolClass__Group_11__2 : rule__ProtocolClass__Group_11__2__Impl rule__ProtocolClass__Group_11__3 ;
public final void rule__ProtocolClass__Group_11__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9422:1: ( rule__ProtocolClass__Group_11__2__Impl rule__ProtocolClass__Group_11__3 )
- // InternalRoom.g:9423:2: rule__ProtocolClass__Group_11__2__Impl rule__ProtocolClass__Group_11__3
+ // InternalRoom.g:9442:1: ( rule__ProtocolClass__Group_11__2__Impl rule__ProtocolClass__Group_11__3 )
+ // InternalRoom.g:9443:2: rule__ProtocolClass__Group_11__2__Impl rule__ProtocolClass__Group_11__3
{
- pushFollow(FOLLOW_42);
+ pushFollow(FOLLOW_43);
rule__ProtocolClass__Group_11__2__Impl();
state._fsp--;
@@ -27333,35 +27429,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_11__2__Impl"
- // InternalRoom.g:9430:1: rule__ProtocolClass__Group_11__2__Impl : ( ( rule__ProtocolClass__OutgoingMessagesAssignment_11_2 )* ) ;
+ // InternalRoom.g:9450:1: rule__ProtocolClass__Group_11__2__Impl : ( ( rule__ProtocolClass__OutgoingMessagesAssignment_11_2 )* ) ;
public final void rule__ProtocolClass__Group_11__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9434:1: ( ( ( rule__ProtocolClass__OutgoingMessagesAssignment_11_2 )* ) )
- // InternalRoom.g:9435:1: ( ( rule__ProtocolClass__OutgoingMessagesAssignment_11_2 )* )
+ // InternalRoom.g:9454:1: ( ( ( rule__ProtocolClass__OutgoingMessagesAssignment_11_2 )* ) )
+ // InternalRoom.g:9455:1: ( ( rule__ProtocolClass__OutgoingMessagesAssignment_11_2 )* )
{
- // InternalRoom.g:9435:1: ( ( rule__ProtocolClass__OutgoingMessagesAssignment_11_2 )* )
- // InternalRoom.g:9436:1: ( rule__ProtocolClass__OutgoingMessagesAssignment_11_2 )*
+ // InternalRoom.g:9455:1: ( ( rule__ProtocolClass__OutgoingMessagesAssignment_11_2 )* )
+ // InternalRoom.g:9456:1: ( rule__ProtocolClass__OutgoingMessagesAssignment_11_2 )*
{
before(grammarAccess.getProtocolClassAccess().getOutgoingMessagesAssignment_11_2());
- // InternalRoom.g:9437:1: ( rule__ProtocolClass__OutgoingMessagesAssignment_11_2 )*
- loop105:
+ // InternalRoom.g:9457:1: ( rule__ProtocolClass__OutgoingMessagesAssignment_11_2 )*
+ loop106:
do {
- int alt105=2;
- int LA105_0 = input.LA(1);
+ int alt106=2;
+ int LA106_0 = input.LA(1);
- if ( (LA105_0==25||LA105_0==130) ) {
- alt105=1;
+ if ( (LA106_0==25||LA106_0==130) ) {
+ alt106=1;
}
- switch (alt105) {
+ switch (alt106) {
case 1 :
- // InternalRoom.g:9437:2: rule__ProtocolClass__OutgoingMessagesAssignment_11_2
+ // InternalRoom.g:9457:2: rule__ProtocolClass__OutgoingMessagesAssignment_11_2
{
- pushFollow(FOLLOW_43);
+ pushFollow(FOLLOW_44);
rule__ProtocolClass__OutgoingMessagesAssignment_11_2();
state._fsp--;
@@ -27371,7 +27467,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop105;
+ break loop106;
}
} while (true);
@@ -27398,14 +27494,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_11__3"
- // InternalRoom.g:9447:1: rule__ProtocolClass__Group_11__3 : rule__ProtocolClass__Group_11__3__Impl ;
+ // InternalRoom.g:9467:1: rule__ProtocolClass__Group_11__3 : rule__ProtocolClass__Group_11__3__Impl ;
public final void rule__ProtocolClass__Group_11__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9451:1: ( rule__ProtocolClass__Group_11__3__Impl )
- // InternalRoom.g:9452:2: rule__ProtocolClass__Group_11__3__Impl
+ // InternalRoom.g:9471:1: ( rule__ProtocolClass__Group_11__3__Impl )
+ // InternalRoom.g:9472:2: rule__ProtocolClass__Group_11__3__Impl
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group_11__3__Impl();
@@ -27431,17 +27527,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_11__3__Impl"
- // InternalRoom.g:9458:1: rule__ProtocolClass__Group_11__3__Impl : ( '}' ) ;
+ // InternalRoom.g:9478:1: rule__ProtocolClass__Group_11__3__Impl : ( '}' ) ;
public final void rule__ProtocolClass__Group_11__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9462:1: ( ( '}' ) )
- // InternalRoom.g:9463:1: ( '}' )
+ // InternalRoom.g:9482:1: ( ( '}' ) )
+ // InternalRoom.g:9483:1: ( '}' )
{
- // InternalRoom.g:9463:1: ( '}' )
- // InternalRoom.g:9464:1: '}'
+ // InternalRoom.g:9483:1: ( '}' )
+ // InternalRoom.g:9484:1: '}'
{
before(grammarAccess.getProtocolClassAccess().getRightCurlyBracketKeyword_11_3());
match(input,46,FOLLOW_2);
@@ -27468,16 +27564,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_12__0"
- // InternalRoom.g:9485:1: rule__ProtocolClass__Group_12__0 : rule__ProtocolClass__Group_12__0__Impl rule__ProtocolClass__Group_12__1 ;
+ // InternalRoom.g:9505:1: rule__ProtocolClass__Group_12__0 : rule__ProtocolClass__Group_12__0__Impl rule__ProtocolClass__Group_12__1 ;
public final void rule__ProtocolClass__Group_12__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9489:1: ( rule__ProtocolClass__Group_12__0__Impl rule__ProtocolClass__Group_12__1 )
- // InternalRoom.g:9490:2: rule__ProtocolClass__Group_12__0__Impl rule__ProtocolClass__Group_12__1
+ // InternalRoom.g:9509:1: ( rule__ProtocolClass__Group_12__0__Impl rule__ProtocolClass__Group_12__1 )
+ // InternalRoom.g:9510:2: rule__ProtocolClass__Group_12__0__Impl rule__ProtocolClass__Group_12__1
{
- pushFollow(FOLLOW_44);
+ pushFollow(FOLLOW_45);
rule__ProtocolClass__Group_12__0__Impl();
state._fsp--;
@@ -27506,17 +27602,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_12__0__Impl"
- // InternalRoom.g:9497:1: rule__ProtocolClass__Group_12__0__Impl : ( 'regular' ) ;
+ // InternalRoom.g:9517:1: rule__ProtocolClass__Group_12__0__Impl : ( 'regular' ) ;
public final void rule__ProtocolClass__Group_12__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9501:1: ( ( 'regular' ) )
- // InternalRoom.g:9502:1: ( 'regular' )
+ // InternalRoom.g:9521:1: ( ( 'regular' ) )
+ // InternalRoom.g:9522:1: ( 'regular' )
{
- // InternalRoom.g:9502:1: ( 'regular' )
- // InternalRoom.g:9503:1: 'regular'
+ // InternalRoom.g:9522:1: ( 'regular' )
+ // InternalRoom.g:9523:1: 'regular'
{
before(grammarAccess.getProtocolClassAccess().getRegularKeyword_12_0());
match(input,69,FOLLOW_2);
@@ -27543,16 +27639,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_12__1"
- // InternalRoom.g:9516:1: rule__ProtocolClass__Group_12__1 : rule__ProtocolClass__Group_12__1__Impl rule__ProtocolClass__Group_12__2 ;
+ // InternalRoom.g:9536:1: rule__ProtocolClass__Group_12__1 : rule__ProtocolClass__Group_12__1__Impl rule__ProtocolClass__Group_12__2 ;
public final void rule__ProtocolClass__Group_12__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9520:1: ( rule__ProtocolClass__Group_12__1__Impl rule__ProtocolClass__Group_12__2 )
- // InternalRoom.g:9521:2: rule__ProtocolClass__Group_12__1__Impl rule__ProtocolClass__Group_12__2
+ // InternalRoom.g:9540:1: ( rule__ProtocolClass__Group_12__1__Impl rule__ProtocolClass__Group_12__2 )
+ // InternalRoom.g:9541:2: rule__ProtocolClass__Group_12__1__Impl rule__ProtocolClass__Group_12__2
{
- pushFollow(FOLLOW_41);
+ pushFollow(FOLLOW_42);
rule__ProtocolClass__Group_12__1__Impl();
state._fsp--;
@@ -27581,17 +27677,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_12__1__Impl"
- // InternalRoom.g:9528:1: rule__ProtocolClass__Group_12__1__Impl : ( 'PortClass' ) ;
+ // InternalRoom.g:9548:1: rule__ProtocolClass__Group_12__1__Impl : ( 'PortClass' ) ;
public final void rule__ProtocolClass__Group_12__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9532:1: ( ( 'PortClass' ) )
- // InternalRoom.g:9533:1: ( 'PortClass' )
+ // InternalRoom.g:9552:1: ( ( 'PortClass' ) )
+ // InternalRoom.g:9553:1: ( 'PortClass' )
{
- // InternalRoom.g:9533:1: ( 'PortClass' )
- // InternalRoom.g:9534:1: 'PortClass'
+ // InternalRoom.g:9553:1: ( 'PortClass' )
+ // InternalRoom.g:9554:1: 'PortClass'
{
before(grammarAccess.getProtocolClassAccess().getPortClassKeyword_12_1());
match(input,70,FOLLOW_2);
@@ -27618,14 +27714,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_12__2"
- // InternalRoom.g:9547:1: rule__ProtocolClass__Group_12__2 : rule__ProtocolClass__Group_12__2__Impl ;
+ // InternalRoom.g:9567:1: rule__ProtocolClass__Group_12__2 : rule__ProtocolClass__Group_12__2__Impl ;
public final void rule__ProtocolClass__Group_12__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9551:1: ( rule__ProtocolClass__Group_12__2__Impl )
- // InternalRoom.g:9552:2: rule__ProtocolClass__Group_12__2__Impl
+ // InternalRoom.g:9571:1: ( rule__ProtocolClass__Group_12__2__Impl )
+ // InternalRoom.g:9572:2: rule__ProtocolClass__Group_12__2__Impl
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group_12__2__Impl();
@@ -27651,21 +27747,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_12__2__Impl"
- // InternalRoom.g:9558:1: rule__ProtocolClass__Group_12__2__Impl : ( ( rule__ProtocolClass__RegularAssignment_12_2 ) ) ;
+ // InternalRoom.g:9578:1: rule__ProtocolClass__Group_12__2__Impl : ( ( rule__ProtocolClass__RegularAssignment_12_2 ) ) ;
public final void rule__ProtocolClass__Group_12__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9562:1: ( ( ( rule__ProtocolClass__RegularAssignment_12_2 ) ) )
- // InternalRoom.g:9563:1: ( ( rule__ProtocolClass__RegularAssignment_12_2 ) )
+ // InternalRoom.g:9582:1: ( ( ( rule__ProtocolClass__RegularAssignment_12_2 ) ) )
+ // InternalRoom.g:9583:1: ( ( rule__ProtocolClass__RegularAssignment_12_2 ) )
{
- // InternalRoom.g:9563:1: ( ( rule__ProtocolClass__RegularAssignment_12_2 ) )
- // InternalRoom.g:9564:1: ( rule__ProtocolClass__RegularAssignment_12_2 )
+ // InternalRoom.g:9583:1: ( ( rule__ProtocolClass__RegularAssignment_12_2 ) )
+ // InternalRoom.g:9584:1: ( rule__ProtocolClass__RegularAssignment_12_2 )
{
before(grammarAccess.getProtocolClassAccess().getRegularAssignment_12_2());
- // InternalRoom.g:9565:1: ( rule__ProtocolClass__RegularAssignment_12_2 )
- // InternalRoom.g:9565:2: rule__ProtocolClass__RegularAssignment_12_2
+ // InternalRoom.g:9585:1: ( rule__ProtocolClass__RegularAssignment_12_2 )
+ // InternalRoom.g:9585:2: rule__ProtocolClass__RegularAssignment_12_2
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__RegularAssignment_12_2();
@@ -27698,16 +27794,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_13__0"
- // InternalRoom.g:9581:1: rule__ProtocolClass__Group_13__0 : rule__ProtocolClass__Group_13__0__Impl rule__ProtocolClass__Group_13__1 ;
+ // InternalRoom.g:9601:1: rule__ProtocolClass__Group_13__0 : rule__ProtocolClass__Group_13__0__Impl rule__ProtocolClass__Group_13__1 ;
public final void rule__ProtocolClass__Group_13__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9585:1: ( rule__ProtocolClass__Group_13__0__Impl rule__ProtocolClass__Group_13__1 )
- // InternalRoom.g:9586:2: rule__ProtocolClass__Group_13__0__Impl rule__ProtocolClass__Group_13__1
+ // InternalRoom.g:9605:1: ( rule__ProtocolClass__Group_13__0__Impl rule__ProtocolClass__Group_13__1 )
+ // InternalRoom.g:9606:2: rule__ProtocolClass__Group_13__0__Impl rule__ProtocolClass__Group_13__1
{
- pushFollow(FOLLOW_44);
+ pushFollow(FOLLOW_45);
rule__ProtocolClass__Group_13__0__Impl();
state._fsp--;
@@ -27736,17 +27832,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_13__0__Impl"
- // InternalRoom.g:9593:1: rule__ProtocolClass__Group_13__0__Impl : ( 'conjugated' ) ;
+ // InternalRoom.g:9613:1: rule__ProtocolClass__Group_13__0__Impl : ( 'conjugated' ) ;
public final void rule__ProtocolClass__Group_13__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9597:1: ( ( 'conjugated' ) )
- // InternalRoom.g:9598:1: ( 'conjugated' )
+ // InternalRoom.g:9617:1: ( ( 'conjugated' ) )
+ // InternalRoom.g:9618:1: ( 'conjugated' )
{
- // InternalRoom.g:9598:1: ( 'conjugated' )
- // InternalRoom.g:9599:1: 'conjugated'
+ // InternalRoom.g:9618:1: ( 'conjugated' )
+ // InternalRoom.g:9619:1: 'conjugated'
{
before(grammarAccess.getProtocolClassAccess().getConjugatedKeyword_13_0());
match(input,71,FOLLOW_2);
@@ -27773,16 +27869,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_13__1"
- // InternalRoom.g:9612:1: rule__ProtocolClass__Group_13__1 : rule__ProtocolClass__Group_13__1__Impl rule__ProtocolClass__Group_13__2 ;
+ // InternalRoom.g:9632:1: rule__ProtocolClass__Group_13__1 : rule__ProtocolClass__Group_13__1__Impl rule__ProtocolClass__Group_13__2 ;
public final void rule__ProtocolClass__Group_13__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9616:1: ( rule__ProtocolClass__Group_13__1__Impl rule__ProtocolClass__Group_13__2 )
- // InternalRoom.g:9617:2: rule__ProtocolClass__Group_13__1__Impl rule__ProtocolClass__Group_13__2
+ // InternalRoom.g:9636:1: ( rule__ProtocolClass__Group_13__1__Impl rule__ProtocolClass__Group_13__2 )
+ // InternalRoom.g:9637:2: rule__ProtocolClass__Group_13__1__Impl rule__ProtocolClass__Group_13__2
{
- pushFollow(FOLLOW_41);
+ pushFollow(FOLLOW_42);
rule__ProtocolClass__Group_13__1__Impl();
state._fsp--;
@@ -27811,17 +27907,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_13__1__Impl"
- // InternalRoom.g:9624:1: rule__ProtocolClass__Group_13__1__Impl : ( 'PortClass' ) ;
+ // InternalRoom.g:9644:1: rule__ProtocolClass__Group_13__1__Impl : ( 'PortClass' ) ;
public final void rule__ProtocolClass__Group_13__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9628:1: ( ( 'PortClass' ) )
- // InternalRoom.g:9629:1: ( 'PortClass' )
+ // InternalRoom.g:9648:1: ( ( 'PortClass' ) )
+ // InternalRoom.g:9649:1: ( 'PortClass' )
{
- // InternalRoom.g:9629:1: ( 'PortClass' )
- // InternalRoom.g:9630:1: 'PortClass'
+ // InternalRoom.g:9649:1: ( 'PortClass' )
+ // InternalRoom.g:9650:1: 'PortClass'
{
before(grammarAccess.getProtocolClassAccess().getPortClassKeyword_13_1());
match(input,70,FOLLOW_2);
@@ -27848,14 +27944,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_13__2"
- // InternalRoom.g:9643:1: rule__ProtocolClass__Group_13__2 : rule__ProtocolClass__Group_13__2__Impl ;
+ // InternalRoom.g:9663:1: rule__ProtocolClass__Group_13__2 : rule__ProtocolClass__Group_13__2__Impl ;
public final void rule__ProtocolClass__Group_13__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9647:1: ( rule__ProtocolClass__Group_13__2__Impl )
- // InternalRoom.g:9648:2: rule__ProtocolClass__Group_13__2__Impl
+ // InternalRoom.g:9667:1: ( rule__ProtocolClass__Group_13__2__Impl )
+ // InternalRoom.g:9668:2: rule__ProtocolClass__Group_13__2__Impl
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__Group_13__2__Impl();
@@ -27881,21 +27977,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__Group_13__2__Impl"
- // InternalRoom.g:9654:1: rule__ProtocolClass__Group_13__2__Impl : ( ( rule__ProtocolClass__ConjugatedAssignment_13_2 ) ) ;
+ // InternalRoom.g:9674:1: rule__ProtocolClass__Group_13__2__Impl : ( ( rule__ProtocolClass__ConjugatedAssignment_13_2 ) ) ;
public final void rule__ProtocolClass__Group_13__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9658:1: ( ( ( rule__ProtocolClass__ConjugatedAssignment_13_2 ) ) )
- // InternalRoom.g:9659:1: ( ( rule__ProtocolClass__ConjugatedAssignment_13_2 ) )
+ // InternalRoom.g:9678:1: ( ( ( rule__ProtocolClass__ConjugatedAssignment_13_2 ) ) )
+ // InternalRoom.g:9679:1: ( ( rule__ProtocolClass__ConjugatedAssignment_13_2 ) )
{
- // InternalRoom.g:9659:1: ( ( rule__ProtocolClass__ConjugatedAssignment_13_2 ) )
- // InternalRoom.g:9660:1: ( rule__ProtocolClass__ConjugatedAssignment_13_2 )
+ // InternalRoom.g:9679:1: ( ( rule__ProtocolClass__ConjugatedAssignment_13_2 ) )
+ // InternalRoom.g:9680:1: ( rule__ProtocolClass__ConjugatedAssignment_13_2 )
{
before(grammarAccess.getProtocolClassAccess().getConjugatedAssignment_13_2());
- // InternalRoom.g:9661:1: ( rule__ProtocolClass__ConjugatedAssignment_13_2 )
- // InternalRoom.g:9661:2: rule__ProtocolClass__ConjugatedAssignment_13_2
+ // InternalRoom.g:9681:1: ( rule__ProtocolClass__ConjugatedAssignment_13_2 )
+ // InternalRoom.g:9681:2: rule__ProtocolClass__ConjugatedAssignment_13_2
{
pushFollow(FOLLOW_2);
rule__ProtocolClass__ConjugatedAssignment_13_2();
@@ -27928,14 +28024,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__Group__0"
- // InternalRoom.g:9677:1: rule__CompoundProtocolClass__Group__0 : rule__CompoundProtocolClass__Group__0__Impl rule__CompoundProtocolClass__Group__1 ;
+ // InternalRoom.g:9697:1: rule__CompoundProtocolClass__Group__0 : rule__CompoundProtocolClass__Group__0__Impl rule__CompoundProtocolClass__Group__1 ;
public final void rule__CompoundProtocolClass__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9681:1: ( rule__CompoundProtocolClass__Group__0__Impl rule__CompoundProtocolClass__Group__1 )
- // InternalRoom.g:9682:2: rule__CompoundProtocolClass__Group__0__Impl rule__CompoundProtocolClass__Group__1
+ // InternalRoom.g:9701:1: ( rule__CompoundProtocolClass__Group__0__Impl rule__CompoundProtocolClass__Group__1 )
+ // InternalRoom.g:9702:2: rule__CompoundProtocolClass__Group__0__Impl rule__CompoundProtocolClass__Group__1
{
pushFollow(FOLLOW_3);
rule__CompoundProtocolClass__Group__0__Impl();
@@ -27966,17 +28062,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__Group__0__Impl"
- // InternalRoom.g:9689:1: rule__CompoundProtocolClass__Group__0__Impl : ( 'CompoundProtocolClass' ) ;
+ // InternalRoom.g:9709:1: rule__CompoundProtocolClass__Group__0__Impl : ( 'CompoundProtocolClass' ) ;
public final void rule__CompoundProtocolClass__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9693:1: ( ( 'CompoundProtocolClass' ) )
- // InternalRoom.g:9694:1: ( 'CompoundProtocolClass' )
+ // InternalRoom.g:9713:1: ( ( 'CompoundProtocolClass' ) )
+ // InternalRoom.g:9714:1: ( 'CompoundProtocolClass' )
{
- // InternalRoom.g:9694:1: ( 'CompoundProtocolClass' )
- // InternalRoom.g:9695:1: 'CompoundProtocolClass'
+ // InternalRoom.g:9714:1: ( 'CompoundProtocolClass' )
+ // InternalRoom.g:9715:1: 'CompoundProtocolClass'
{
before(grammarAccess.getCompoundProtocolClassAccess().getCompoundProtocolClassKeyword_0());
match(input,21,FOLLOW_2);
@@ -28003,14 +28099,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__Group__1"
- // InternalRoom.g:9708:1: rule__CompoundProtocolClass__Group__1 : rule__CompoundProtocolClass__Group__1__Impl rule__CompoundProtocolClass__Group__2 ;
+ // InternalRoom.g:9728:1: rule__CompoundProtocolClass__Group__1 : rule__CompoundProtocolClass__Group__1__Impl rule__CompoundProtocolClass__Group__2 ;
public final void rule__CompoundProtocolClass__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9712:1: ( rule__CompoundProtocolClass__Group__1__Impl rule__CompoundProtocolClass__Group__2 )
- // InternalRoom.g:9713:2: rule__CompoundProtocolClass__Group__1__Impl rule__CompoundProtocolClass__Group__2
+ // InternalRoom.g:9732:1: ( rule__CompoundProtocolClass__Group__1__Impl rule__CompoundProtocolClass__Group__2 )
+ // InternalRoom.g:9733:2: rule__CompoundProtocolClass__Group__1__Impl rule__CompoundProtocolClass__Group__2
{
pushFollow(FOLLOW_4);
rule__CompoundProtocolClass__Group__1__Impl();
@@ -28041,21 +28137,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__Group__1__Impl"
- // InternalRoom.g:9720:1: rule__CompoundProtocolClass__Group__1__Impl : ( ( rule__CompoundProtocolClass__NameAssignment_1 ) ) ;
+ // InternalRoom.g:9740:1: rule__CompoundProtocolClass__Group__1__Impl : ( ( rule__CompoundProtocolClass__NameAssignment_1 ) ) ;
public final void rule__CompoundProtocolClass__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9724:1: ( ( ( rule__CompoundProtocolClass__NameAssignment_1 ) ) )
- // InternalRoom.g:9725:1: ( ( rule__CompoundProtocolClass__NameAssignment_1 ) )
+ // InternalRoom.g:9744:1: ( ( ( rule__CompoundProtocolClass__NameAssignment_1 ) ) )
+ // InternalRoom.g:9745:1: ( ( rule__CompoundProtocolClass__NameAssignment_1 ) )
{
- // InternalRoom.g:9725:1: ( ( rule__CompoundProtocolClass__NameAssignment_1 ) )
- // InternalRoom.g:9726:1: ( rule__CompoundProtocolClass__NameAssignment_1 )
+ // InternalRoom.g:9745:1: ( ( rule__CompoundProtocolClass__NameAssignment_1 ) )
+ // InternalRoom.g:9746:1: ( rule__CompoundProtocolClass__NameAssignment_1 )
{
before(grammarAccess.getCompoundProtocolClassAccess().getNameAssignment_1());
- // InternalRoom.g:9727:1: ( rule__CompoundProtocolClass__NameAssignment_1 )
- // InternalRoom.g:9727:2: rule__CompoundProtocolClass__NameAssignment_1
+ // InternalRoom.g:9747:1: ( rule__CompoundProtocolClass__NameAssignment_1 )
+ // InternalRoom.g:9747:2: rule__CompoundProtocolClass__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__CompoundProtocolClass__NameAssignment_1();
@@ -28088,14 +28184,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__Group__2"
- // InternalRoom.g:9737:1: rule__CompoundProtocolClass__Group__2 : rule__CompoundProtocolClass__Group__2__Impl rule__CompoundProtocolClass__Group__3 ;
+ // InternalRoom.g:9757:1: rule__CompoundProtocolClass__Group__2 : rule__CompoundProtocolClass__Group__2__Impl rule__CompoundProtocolClass__Group__3 ;
public final void rule__CompoundProtocolClass__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9741:1: ( rule__CompoundProtocolClass__Group__2__Impl rule__CompoundProtocolClass__Group__3 )
- // InternalRoom.g:9742:2: rule__CompoundProtocolClass__Group__2__Impl rule__CompoundProtocolClass__Group__3
+ // InternalRoom.g:9761:1: ( rule__CompoundProtocolClass__Group__2__Impl rule__CompoundProtocolClass__Group__3 )
+ // InternalRoom.g:9762:2: rule__CompoundProtocolClass__Group__2__Impl rule__CompoundProtocolClass__Group__3
{
pushFollow(FOLLOW_4);
rule__CompoundProtocolClass__Group__2__Impl();
@@ -28126,29 +28222,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__Group__2__Impl"
- // InternalRoom.g:9749:1: rule__CompoundProtocolClass__Group__2__Impl : ( ( rule__CompoundProtocolClass__DocuAssignment_2 )? ) ;
+ // InternalRoom.g:9769:1: rule__CompoundProtocolClass__Group__2__Impl : ( ( rule__CompoundProtocolClass__DocuAssignment_2 )? ) ;
public final void rule__CompoundProtocolClass__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9753:1: ( ( ( rule__CompoundProtocolClass__DocuAssignment_2 )? ) )
- // InternalRoom.g:9754:1: ( ( rule__CompoundProtocolClass__DocuAssignment_2 )? )
+ // InternalRoom.g:9773:1: ( ( ( rule__CompoundProtocolClass__DocuAssignment_2 )? ) )
+ // InternalRoom.g:9774:1: ( ( rule__CompoundProtocolClass__DocuAssignment_2 )? )
{
- // InternalRoom.g:9754:1: ( ( rule__CompoundProtocolClass__DocuAssignment_2 )? )
- // InternalRoom.g:9755:1: ( rule__CompoundProtocolClass__DocuAssignment_2 )?
+ // InternalRoom.g:9774:1: ( ( rule__CompoundProtocolClass__DocuAssignment_2 )? )
+ // InternalRoom.g:9775:1: ( rule__CompoundProtocolClass__DocuAssignment_2 )?
{
before(grammarAccess.getCompoundProtocolClassAccess().getDocuAssignment_2());
- // InternalRoom.g:9756:1: ( rule__CompoundProtocolClass__DocuAssignment_2 )?
- int alt106=2;
- int LA106_0 = input.LA(1);
+ // InternalRoom.g:9776:1: ( rule__CompoundProtocolClass__DocuAssignment_2 )?
+ int alt107=2;
+ int LA107_0 = input.LA(1);
- if ( (LA106_0==63) ) {
- alt106=1;
+ if ( (LA107_0==63) ) {
+ alt107=1;
}
- switch (alt106) {
+ switch (alt107) {
case 1 :
- // InternalRoom.g:9756:2: rule__CompoundProtocolClass__DocuAssignment_2
+ // InternalRoom.g:9776:2: rule__CompoundProtocolClass__DocuAssignment_2
{
pushFollow(FOLLOW_2);
rule__CompoundProtocolClass__DocuAssignment_2();
@@ -28184,16 +28280,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__Group__3"
- // InternalRoom.g:9766:1: rule__CompoundProtocolClass__Group__3 : rule__CompoundProtocolClass__Group__3__Impl rule__CompoundProtocolClass__Group__4 ;
+ // InternalRoom.g:9786:1: rule__CompoundProtocolClass__Group__3 : rule__CompoundProtocolClass__Group__3__Impl rule__CompoundProtocolClass__Group__4 ;
public final void rule__CompoundProtocolClass__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9770:1: ( rule__CompoundProtocolClass__Group__3__Impl rule__CompoundProtocolClass__Group__4 )
- // InternalRoom.g:9771:2: rule__CompoundProtocolClass__Group__3__Impl rule__CompoundProtocolClass__Group__4
+ // InternalRoom.g:9790:1: ( rule__CompoundProtocolClass__Group__3__Impl rule__CompoundProtocolClass__Group__4 )
+ // InternalRoom.g:9791:2: rule__CompoundProtocolClass__Group__3__Impl rule__CompoundProtocolClass__Group__4
{
- pushFollow(FOLLOW_45);
+ pushFollow(FOLLOW_46);
rule__CompoundProtocolClass__Group__3__Impl();
state._fsp--;
@@ -28222,17 +28318,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__Group__3__Impl"
- // InternalRoom.g:9778:1: rule__CompoundProtocolClass__Group__3__Impl : ( '{' ) ;
+ // InternalRoom.g:9798:1: rule__CompoundProtocolClass__Group__3__Impl : ( '{' ) ;
public final void rule__CompoundProtocolClass__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9782:1: ( ( '{' ) )
- // InternalRoom.g:9783:1: ( '{' )
+ // InternalRoom.g:9802:1: ( ( '{' ) )
+ // InternalRoom.g:9803:1: ( '{' )
{
- // InternalRoom.g:9783:1: ( '{' )
- // InternalRoom.g:9784:1: '{'
+ // InternalRoom.g:9803:1: ( '{' )
+ // InternalRoom.g:9804:1: '{'
{
before(grammarAccess.getCompoundProtocolClassAccess().getLeftCurlyBracketKeyword_3());
match(input,45,FOLLOW_2);
@@ -28259,16 +28355,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__Group__4"
- // InternalRoom.g:9797:1: rule__CompoundProtocolClass__Group__4 : rule__CompoundProtocolClass__Group__4__Impl rule__CompoundProtocolClass__Group__5 ;
+ // InternalRoom.g:9817:1: rule__CompoundProtocolClass__Group__4 : rule__CompoundProtocolClass__Group__4__Impl rule__CompoundProtocolClass__Group__5 ;
public final void rule__CompoundProtocolClass__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9801:1: ( rule__CompoundProtocolClass__Group__4__Impl rule__CompoundProtocolClass__Group__5 )
- // InternalRoom.g:9802:2: rule__CompoundProtocolClass__Group__4__Impl rule__CompoundProtocolClass__Group__5
+ // InternalRoom.g:9821:1: ( rule__CompoundProtocolClass__Group__4__Impl rule__CompoundProtocolClass__Group__5 )
+ // InternalRoom.g:9822:2: rule__CompoundProtocolClass__Group__4__Impl rule__CompoundProtocolClass__Group__5
{
- pushFollow(FOLLOW_45);
+ pushFollow(FOLLOW_46);
rule__CompoundProtocolClass__Group__4__Impl();
state._fsp--;
@@ -28297,33 +28393,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__Group__4__Impl"
- // InternalRoom.g:9809:1: rule__CompoundProtocolClass__Group__4__Impl : ( ( rule__CompoundProtocolClass__AnnotationsAssignment_4 )* ) ;
+ // InternalRoom.g:9829:1: rule__CompoundProtocolClass__Group__4__Impl : ( ( rule__CompoundProtocolClass__AnnotationsAssignment_4 )* ) ;
public final void rule__CompoundProtocolClass__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9813:1: ( ( ( rule__CompoundProtocolClass__AnnotationsAssignment_4 )* ) )
- // InternalRoom.g:9814:1: ( ( rule__CompoundProtocolClass__AnnotationsAssignment_4 )* )
+ // InternalRoom.g:9833:1: ( ( ( rule__CompoundProtocolClass__AnnotationsAssignment_4 )* ) )
+ // InternalRoom.g:9834:1: ( ( rule__CompoundProtocolClass__AnnotationsAssignment_4 )* )
{
- // InternalRoom.g:9814:1: ( ( rule__CompoundProtocolClass__AnnotationsAssignment_4 )* )
- // InternalRoom.g:9815:1: ( rule__CompoundProtocolClass__AnnotationsAssignment_4 )*
+ // InternalRoom.g:9834:1: ( ( rule__CompoundProtocolClass__AnnotationsAssignment_4 )* )
+ // InternalRoom.g:9835:1: ( rule__CompoundProtocolClass__AnnotationsAssignment_4 )*
{
before(grammarAccess.getCompoundProtocolClassAccess().getAnnotationsAssignment_4());
- // InternalRoom.g:9816:1: ( rule__CompoundProtocolClass__AnnotationsAssignment_4 )*
- loop107:
+ // InternalRoom.g:9836:1: ( rule__CompoundProtocolClass__AnnotationsAssignment_4 )*
+ loop108:
do {
- int alt107=2;
- int LA107_0 = input.LA(1);
+ int alt108=2;
+ int LA108_0 = input.LA(1);
- if ( (LA107_0==120) ) {
- alt107=1;
+ if ( (LA108_0==120) ) {
+ alt108=1;
}
- switch (alt107) {
+ switch (alt108) {
case 1 :
- // InternalRoom.g:9816:2: rule__CompoundProtocolClass__AnnotationsAssignment_4
+ // InternalRoom.g:9836:2: rule__CompoundProtocolClass__AnnotationsAssignment_4
{
pushFollow(FOLLOW_6);
rule__CompoundProtocolClass__AnnotationsAssignment_4();
@@ -28335,7 +28431,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop107;
+ break loop108;
}
} while (true);
@@ -28362,16 +28458,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__Group__5"
- // InternalRoom.g:9826:1: rule__CompoundProtocolClass__Group__5 : rule__CompoundProtocolClass__Group__5__Impl rule__CompoundProtocolClass__Group__6 ;
+ // InternalRoom.g:9846:1: rule__CompoundProtocolClass__Group__5 : rule__CompoundProtocolClass__Group__5__Impl rule__CompoundProtocolClass__Group__6 ;
public final void rule__CompoundProtocolClass__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9830:1: ( rule__CompoundProtocolClass__Group__5__Impl rule__CompoundProtocolClass__Group__6 )
- // InternalRoom.g:9831:2: rule__CompoundProtocolClass__Group__5__Impl rule__CompoundProtocolClass__Group__6
+ // InternalRoom.g:9850:1: ( rule__CompoundProtocolClass__Group__5__Impl rule__CompoundProtocolClass__Group__6 )
+ // InternalRoom.g:9851:2: rule__CompoundProtocolClass__Group__5__Impl rule__CompoundProtocolClass__Group__6
{
- pushFollow(FOLLOW_45);
+ pushFollow(FOLLOW_46);
rule__CompoundProtocolClass__Group__5__Impl();
state._fsp--;
@@ -28400,35 +28496,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__Group__5__Impl"
- // InternalRoom.g:9838:1: rule__CompoundProtocolClass__Group__5__Impl : ( ( rule__CompoundProtocolClass__SubProtocolsAssignment_5 )* ) ;
+ // InternalRoom.g:9858:1: rule__CompoundProtocolClass__Group__5__Impl : ( ( rule__CompoundProtocolClass__SubProtocolsAssignment_5 )* ) ;
public final void rule__CompoundProtocolClass__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9842:1: ( ( ( rule__CompoundProtocolClass__SubProtocolsAssignment_5 )* ) )
- // InternalRoom.g:9843:1: ( ( rule__CompoundProtocolClass__SubProtocolsAssignment_5 )* )
+ // InternalRoom.g:9862:1: ( ( ( rule__CompoundProtocolClass__SubProtocolsAssignment_5 )* ) )
+ // InternalRoom.g:9863:1: ( ( rule__CompoundProtocolClass__SubProtocolsAssignment_5 )* )
{
- // InternalRoom.g:9843:1: ( ( rule__CompoundProtocolClass__SubProtocolsAssignment_5 )* )
- // InternalRoom.g:9844:1: ( rule__CompoundProtocolClass__SubProtocolsAssignment_5 )*
+ // InternalRoom.g:9863:1: ( ( rule__CompoundProtocolClass__SubProtocolsAssignment_5 )* )
+ // InternalRoom.g:9864:1: ( rule__CompoundProtocolClass__SubProtocolsAssignment_5 )*
{
before(grammarAccess.getCompoundProtocolClassAccess().getSubProtocolsAssignment_5());
- // InternalRoom.g:9845:1: ( rule__CompoundProtocolClass__SubProtocolsAssignment_5 )*
- loop108:
+ // InternalRoom.g:9865:1: ( rule__CompoundProtocolClass__SubProtocolsAssignment_5 )*
+ loop109:
do {
- int alt108=2;
- int LA108_0 = input.LA(1);
+ int alt109=2;
+ int LA109_0 = input.LA(1);
- if ( (LA108_0==72) ) {
- alt108=1;
+ if ( (LA109_0==72) ) {
+ alt109=1;
}
- switch (alt108) {
+ switch (alt109) {
case 1 :
- // InternalRoom.g:9845:2: rule__CompoundProtocolClass__SubProtocolsAssignment_5
+ // InternalRoom.g:9865:2: rule__CompoundProtocolClass__SubProtocolsAssignment_5
{
- pushFollow(FOLLOW_46);
+ pushFollow(FOLLOW_47);
rule__CompoundProtocolClass__SubProtocolsAssignment_5();
state._fsp--;
@@ -28438,7 +28534,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop108;
+ break loop109;
}
} while (true);
@@ -28465,14 +28561,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__Group__6"
- // InternalRoom.g:9855:1: rule__CompoundProtocolClass__Group__6 : rule__CompoundProtocolClass__Group__6__Impl ;
+ // InternalRoom.g:9875:1: rule__CompoundProtocolClass__Group__6 : rule__CompoundProtocolClass__Group__6__Impl ;
public final void rule__CompoundProtocolClass__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9859:1: ( rule__CompoundProtocolClass__Group__6__Impl )
- // InternalRoom.g:9860:2: rule__CompoundProtocolClass__Group__6__Impl
+ // InternalRoom.g:9879:1: ( rule__CompoundProtocolClass__Group__6__Impl )
+ // InternalRoom.g:9880:2: rule__CompoundProtocolClass__Group__6__Impl
{
pushFollow(FOLLOW_2);
rule__CompoundProtocolClass__Group__6__Impl();
@@ -28498,17 +28594,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__Group__6__Impl"
- // InternalRoom.g:9866:1: rule__CompoundProtocolClass__Group__6__Impl : ( '}' ) ;
+ // InternalRoom.g:9886:1: rule__CompoundProtocolClass__Group__6__Impl : ( '}' ) ;
public final void rule__CompoundProtocolClass__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9870:1: ( ( '}' ) )
- // InternalRoom.g:9871:1: ( '}' )
+ // InternalRoom.g:9890:1: ( ( '}' ) )
+ // InternalRoom.g:9891:1: ( '}' )
{
- // InternalRoom.g:9871:1: ( '}' )
- // InternalRoom.g:9872:1: '}'
+ // InternalRoom.g:9891:1: ( '}' )
+ // InternalRoom.g:9892:1: '}'
{
before(grammarAccess.getCompoundProtocolClassAccess().getRightCurlyBracketKeyword_6());
match(input,46,FOLLOW_2);
@@ -28535,14 +28631,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubProtocol__Group__0"
- // InternalRoom.g:9899:1: rule__SubProtocol__Group__0 : rule__SubProtocol__Group__0__Impl rule__SubProtocol__Group__1 ;
+ // InternalRoom.g:9919:1: rule__SubProtocol__Group__0 : rule__SubProtocol__Group__0__Impl rule__SubProtocol__Group__1 ;
public final void rule__SubProtocol__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9903:1: ( rule__SubProtocol__Group__0__Impl rule__SubProtocol__Group__1 )
- // InternalRoom.g:9904:2: rule__SubProtocol__Group__0__Impl rule__SubProtocol__Group__1
+ // InternalRoom.g:9923:1: ( rule__SubProtocol__Group__0__Impl rule__SubProtocol__Group__1 )
+ // InternalRoom.g:9924:2: rule__SubProtocol__Group__0__Impl rule__SubProtocol__Group__1
{
pushFollow(FOLLOW_3);
rule__SubProtocol__Group__0__Impl();
@@ -28573,17 +28669,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubProtocol__Group__0__Impl"
- // InternalRoom.g:9911:1: rule__SubProtocol__Group__0__Impl : ( 'SubProtocol' ) ;
+ // InternalRoom.g:9931:1: rule__SubProtocol__Group__0__Impl : ( 'SubProtocol' ) ;
public final void rule__SubProtocol__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9915:1: ( ( 'SubProtocol' ) )
- // InternalRoom.g:9916:1: ( 'SubProtocol' )
+ // InternalRoom.g:9935:1: ( ( 'SubProtocol' ) )
+ // InternalRoom.g:9936:1: ( 'SubProtocol' )
{
- // InternalRoom.g:9916:1: ( 'SubProtocol' )
- // InternalRoom.g:9917:1: 'SubProtocol'
+ // InternalRoom.g:9936:1: ( 'SubProtocol' )
+ // InternalRoom.g:9937:1: 'SubProtocol'
{
before(grammarAccess.getSubProtocolAccess().getSubProtocolKeyword_0());
match(input,72,FOLLOW_2);
@@ -28610,16 +28706,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubProtocol__Group__1"
- // InternalRoom.g:9930:1: rule__SubProtocol__Group__1 : rule__SubProtocol__Group__1__Impl rule__SubProtocol__Group__2 ;
+ // InternalRoom.g:9950:1: rule__SubProtocol__Group__1 : rule__SubProtocol__Group__1__Impl rule__SubProtocol__Group__2 ;
public final void rule__SubProtocol__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9934:1: ( rule__SubProtocol__Group__1__Impl rule__SubProtocol__Group__2 )
- // InternalRoom.g:9935:2: rule__SubProtocol__Group__1__Impl rule__SubProtocol__Group__2
+ // InternalRoom.g:9954:1: ( rule__SubProtocol__Group__1__Impl rule__SubProtocol__Group__2 )
+ // InternalRoom.g:9955:2: rule__SubProtocol__Group__1__Impl rule__SubProtocol__Group__2
{
- pushFollow(FOLLOW_9);
+ pushFollow(FOLLOW_10);
rule__SubProtocol__Group__1__Impl();
state._fsp--;
@@ -28648,21 +28744,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubProtocol__Group__1__Impl"
- // InternalRoom.g:9942:1: rule__SubProtocol__Group__1__Impl : ( ( rule__SubProtocol__NameAssignment_1 ) ) ;
+ // InternalRoom.g:9962:1: rule__SubProtocol__Group__1__Impl : ( ( rule__SubProtocol__NameAssignment_1 ) ) ;
public final void rule__SubProtocol__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9946:1: ( ( ( rule__SubProtocol__NameAssignment_1 ) ) )
- // InternalRoom.g:9947:1: ( ( rule__SubProtocol__NameAssignment_1 ) )
+ // InternalRoom.g:9966:1: ( ( ( rule__SubProtocol__NameAssignment_1 ) ) )
+ // InternalRoom.g:9967:1: ( ( rule__SubProtocol__NameAssignment_1 ) )
{
- // InternalRoom.g:9947:1: ( ( rule__SubProtocol__NameAssignment_1 ) )
- // InternalRoom.g:9948:1: ( rule__SubProtocol__NameAssignment_1 )
+ // InternalRoom.g:9967:1: ( ( rule__SubProtocol__NameAssignment_1 ) )
+ // InternalRoom.g:9968:1: ( rule__SubProtocol__NameAssignment_1 )
{
before(grammarAccess.getSubProtocolAccess().getNameAssignment_1());
- // InternalRoom.g:9949:1: ( rule__SubProtocol__NameAssignment_1 )
- // InternalRoom.g:9949:2: rule__SubProtocol__NameAssignment_1
+ // InternalRoom.g:9969:1: ( rule__SubProtocol__NameAssignment_1 )
+ // InternalRoom.g:9969:2: rule__SubProtocol__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__SubProtocol__NameAssignment_1();
@@ -28695,14 +28791,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubProtocol__Group__2"
- // InternalRoom.g:9959:1: rule__SubProtocol__Group__2 : rule__SubProtocol__Group__2__Impl rule__SubProtocol__Group__3 ;
+ // InternalRoom.g:9979:1: rule__SubProtocol__Group__2 : rule__SubProtocol__Group__2__Impl rule__SubProtocol__Group__3 ;
public final void rule__SubProtocol__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9963:1: ( rule__SubProtocol__Group__2__Impl rule__SubProtocol__Group__3 )
- // InternalRoom.g:9964:2: rule__SubProtocol__Group__2__Impl rule__SubProtocol__Group__3
+ // InternalRoom.g:9983:1: ( rule__SubProtocol__Group__2__Impl rule__SubProtocol__Group__3 )
+ // InternalRoom.g:9984:2: rule__SubProtocol__Group__2__Impl rule__SubProtocol__Group__3
{
pushFollow(FOLLOW_3);
rule__SubProtocol__Group__2__Impl();
@@ -28733,17 +28829,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubProtocol__Group__2__Impl"
- // InternalRoom.g:9971:1: rule__SubProtocol__Group__2__Impl : ( ':' ) ;
+ // InternalRoom.g:9991:1: rule__SubProtocol__Group__2__Impl : ( ':' ) ;
public final void rule__SubProtocol__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9975:1: ( ( ':' ) )
- // InternalRoom.g:9976:1: ( ':' )
+ // InternalRoom.g:9995:1: ( ( ':' ) )
+ // InternalRoom.g:9996:1: ( ':' )
{
- // InternalRoom.g:9976:1: ( ':' )
- // InternalRoom.g:9977:1: ':'
+ // InternalRoom.g:9996:1: ( ':' )
+ // InternalRoom.g:9997:1: ':'
{
before(grammarAccess.getSubProtocolAccess().getColonKeyword_2());
match(input,47,FOLLOW_2);
@@ -28770,14 +28866,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubProtocol__Group__3"
- // InternalRoom.g:9990:1: rule__SubProtocol__Group__3 : rule__SubProtocol__Group__3__Impl ;
+ // InternalRoom.g:10010:1: rule__SubProtocol__Group__3 : rule__SubProtocol__Group__3__Impl ;
public final void rule__SubProtocol__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:9994:1: ( rule__SubProtocol__Group__3__Impl )
- // InternalRoom.g:9995:2: rule__SubProtocol__Group__3__Impl
+ // InternalRoom.g:10014:1: ( rule__SubProtocol__Group__3__Impl )
+ // InternalRoom.g:10015:2: rule__SubProtocol__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__SubProtocol__Group__3__Impl();
@@ -28803,21 +28899,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubProtocol__Group__3__Impl"
- // InternalRoom.g:10001:1: rule__SubProtocol__Group__3__Impl : ( ( rule__SubProtocol__ProtocolAssignment_3 ) ) ;
+ // InternalRoom.g:10021:1: rule__SubProtocol__Group__3__Impl : ( ( rule__SubProtocol__ProtocolAssignment_3 ) ) ;
public final void rule__SubProtocol__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10005:1: ( ( ( rule__SubProtocol__ProtocolAssignment_3 ) ) )
- // InternalRoom.g:10006:1: ( ( rule__SubProtocol__ProtocolAssignment_3 ) )
+ // InternalRoom.g:10025:1: ( ( ( rule__SubProtocol__ProtocolAssignment_3 ) ) )
+ // InternalRoom.g:10026:1: ( ( rule__SubProtocol__ProtocolAssignment_3 ) )
{
- // InternalRoom.g:10006:1: ( ( rule__SubProtocol__ProtocolAssignment_3 ) )
- // InternalRoom.g:10007:1: ( rule__SubProtocol__ProtocolAssignment_3 )
+ // InternalRoom.g:10026:1: ( ( rule__SubProtocol__ProtocolAssignment_3 ) )
+ // InternalRoom.g:10027:1: ( rule__SubProtocol__ProtocolAssignment_3 )
{
before(grammarAccess.getSubProtocolAccess().getProtocolAssignment_3());
- // InternalRoom.g:10008:1: ( rule__SubProtocol__ProtocolAssignment_3 )
- // InternalRoom.g:10008:2: rule__SubProtocol__ProtocolAssignment_3
+ // InternalRoom.g:10028:1: ( rule__SubProtocol__ProtocolAssignment_3 )
+ // InternalRoom.g:10028:2: rule__SubProtocol__ProtocolAssignment_3
{
pushFollow(FOLLOW_2);
rule__SubProtocol__ProtocolAssignment_3();
@@ -28850,16 +28946,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group__0"
- // InternalRoom.g:10026:1: rule__Message__Group__0 : rule__Message__Group__0__Impl rule__Message__Group__1 ;
+ // InternalRoom.g:10046:1: rule__Message__Group__0 : rule__Message__Group__0__Impl rule__Message__Group__1 ;
public final void rule__Message__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10030:1: ( rule__Message__Group__0__Impl rule__Message__Group__1 )
- // InternalRoom.g:10031:2: rule__Message__Group__0__Impl rule__Message__Group__1
+ // InternalRoom.g:10050:1: ( rule__Message__Group__0__Impl rule__Message__Group__1 )
+ // InternalRoom.g:10051:2: rule__Message__Group__0__Impl rule__Message__Group__1
{
- pushFollow(FOLLOW_47);
+ pushFollow(FOLLOW_48);
rule__Message__Group__0__Impl();
state._fsp--;
@@ -28888,29 +28984,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group__0__Impl"
- // InternalRoom.g:10038:1: rule__Message__Group__0__Impl : ( ( rule__Message__PrivAssignment_0 )? ) ;
+ // InternalRoom.g:10058:1: rule__Message__Group__0__Impl : ( ( rule__Message__PrivAssignment_0 )? ) ;
public final void rule__Message__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10042:1: ( ( ( rule__Message__PrivAssignment_0 )? ) )
- // InternalRoom.g:10043:1: ( ( rule__Message__PrivAssignment_0 )? )
+ // InternalRoom.g:10062:1: ( ( ( rule__Message__PrivAssignment_0 )? ) )
+ // InternalRoom.g:10063:1: ( ( rule__Message__PrivAssignment_0 )? )
{
- // InternalRoom.g:10043:1: ( ( rule__Message__PrivAssignment_0 )? )
- // InternalRoom.g:10044:1: ( rule__Message__PrivAssignment_0 )?
+ // InternalRoom.g:10063:1: ( ( rule__Message__PrivAssignment_0 )? )
+ // InternalRoom.g:10064:1: ( rule__Message__PrivAssignment_0 )?
{
before(grammarAccess.getMessageAccess().getPrivAssignment_0());
- // InternalRoom.g:10045:1: ( rule__Message__PrivAssignment_0 )?
- int alt109=2;
- int LA109_0 = input.LA(1);
+ // InternalRoom.g:10065:1: ( rule__Message__PrivAssignment_0 )?
+ int alt110=2;
+ int LA110_0 = input.LA(1);
- if ( (LA109_0==130) ) {
- alt109=1;
+ if ( (LA110_0==130) ) {
+ alt110=1;
}
- switch (alt109) {
+ switch (alt110) {
case 1 :
- // InternalRoom.g:10045:2: rule__Message__PrivAssignment_0
+ // InternalRoom.g:10065:2: rule__Message__PrivAssignment_0
{
pushFollow(FOLLOW_2);
rule__Message__PrivAssignment_0();
@@ -28946,14 +29042,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group__1"
- // InternalRoom.g:10055:1: rule__Message__Group__1 : rule__Message__Group__1__Impl rule__Message__Group__2 ;
+ // InternalRoom.g:10075:1: rule__Message__Group__1 : rule__Message__Group__1__Impl rule__Message__Group__2 ;
public final void rule__Message__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10059:1: ( rule__Message__Group__1__Impl rule__Message__Group__2 )
- // InternalRoom.g:10060:2: rule__Message__Group__1__Impl rule__Message__Group__2
+ // InternalRoom.g:10079:1: ( rule__Message__Group__1__Impl rule__Message__Group__2 )
+ // InternalRoom.g:10080:2: rule__Message__Group__1__Impl rule__Message__Group__2
{
pushFollow(FOLLOW_3);
rule__Message__Group__1__Impl();
@@ -28984,17 +29080,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group__1__Impl"
- // InternalRoom.g:10067:1: rule__Message__Group__1__Impl : ( 'Message' ) ;
+ // InternalRoom.g:10087:1: rule__Message__Group__1__Impl : ( 'Message' ) ;
public final void rule__Message__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10071:1: ( ( 'Message' ) )
- // InternalRoom.g:10072:1: ( 'Message' )
+ // InternalRoom.g:10091:1: ( ( 'Message' ) )
+ // InternalRoom.g:10092:1: ( 'Message' )
{
- // InternalRoom.g:10072:1: ( 'Message' )
- // InternalRoom.g:10073:1: 'Message'
+ // InternalRoom.g:10092:1: ( 'Message' )
+ // InternalRoom.g:10093:1: 'Message'
{
before(grammarAccess.getMessageAccess().getMessageKeyword_1());
match(input,25,FOLLOW_2);
@@ -29021,16 +29117,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group__2"
- // InternalRoom.g:10086:1: rule__Message__Group__2 : rule__Message__Group__2__Impl rule__Message__Group__3 ;
+ // InternalRoom.g:10106:1: rule__Message__Group__2 : rule__Message__Group__2__Impl rule__Message__Group__3 ;
public final void rule__Message__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10090:1: ( rule__Message__Group__2__Impl rule__Message__Group__3 )
- // InternalRoom.g:10091:2: rule__Message__Group__2__Impl rule__Message__Group__3
+ // InternalRoom.g:10110:1: ( rule__Message__Group__2__Impl rule__Message__Group__3 )
+ // InternalRoom.g:10111:2: rule__Message__Group__2__Impl rule__Message__Group__3
{
- pushFollow(FOLLOW_48);
+ pushFollow(FOLLOW_49);
rule__Message__Group__2__Impl();
state._fsp--;
@@ -29059,21 +29155,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group__2__Impl"
- // InternalRoom.g:10098:1: rule__Message__Group__2__Impl : ( ( rule__Message__NameAssignment_2 ) ) ;
+ // InternalRoom.g:10118:1: rule__Message__Group__2__Impl : ( ( rule__Message__NameAssignment_2 ) ) ;
public final void rule__Message__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10102:1: ( ( ( rule__Message__NameAssignment_2 ) ) )
- // InternalRoom.g:10103:1: ( ( rule__Message__NameAssignment_2 ) )
+ // InternalRoom.g:10122:1: ( ( ( rule__Message__NameAssignment_2 ) ) )
+ // InternalRoom.g:10123:1: ( ( rule__Message__NameAssignment_2 ) )
{
- // InternalRoom.g:10103:1: ( ( rule__Message__NameAssignment_2 ) )
- // InternalRoom.g:10104:1: ( rule__Message__NameAssignment_2 )
+ // InternalRoom.g:10123:1: ( ( rule__Message__NameAssignment_2 ) )
+ // InternalRoom.g:10124:1: ( rule__Message__NameAssignment_2 )
{
before(grammarAccess.getMessageAccess().getNameAssignment_2());
- // InternalRoom.g:10105:1: ( rule__Message__NameAssignment_2 )
- // InternalRoom.g:10105:2: rule__Message__NameAssignment_2
+ // InternalRoom.g:10125:1: ( rule__Message__NameAssignment_2 )
+ // InternalRoom.g:10125:2: rule__Message__NameAssignment_2
{
pushFollow(FOLLOW_2);
rule__Message__NameAssignment_2();
@@ -29106,16 +29202,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group__3"
- // InternalRoom.g:10115:1: rule__Message__Group__3 : rule__Message__Group__3__Impl rule__Message__Group__4 ;
+ // InternalRoom.g:10135:1: rule__Message__Group__3 : rule__Message__Group__3__Impl rule__Message__Group__4 ;
public final void rule__Message__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10119:1: ( rule__Message__Group__3__Impl rule__Message__Group__4 )
- // InternalRoom.g:10120:2: rule__Message__Group__3__Impl rule__Message__Group__4
+ // InternalRoom.g:10139:1: ( rule__Message__Group__3__Impl rule__Message__Group__4 )
+ // InternalRoom.g:10140:2: rule__Message__Group__3__Impl rule__Message__Group__4
{
- pushFollow(FOLLOW_48);
+ pushFollow(FOLLOW_49);
rule__Message__Group__3__Impl();
state._fsp--;
@@ -29144,29 +29240,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group__3__Impl"
- // InternalRoom.g:10127:1: rule__Message__Group__3__Impl : ( ( rule__Message__Group_3__0 )? ) ;
+ // InternalRoom.g:10147:1: rule__Message__Group__3__Impl : ( ( rule__Message__Group_3__0 )? ) ;
public final void rule__Message__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10131:1: ( ( ( rule__Message__Group_3__0 )? ) )
- // InternalRoom.g:10132:1: ( ( rule__Message__Group_3__0 )? )
+ // InternalRoom.g:10151:1: ( ( ( rule__Message__Group_3__0 )? ) )
+ // InternalRoom.g:10152:1: ( ( rule__Message__Group_3__0 )? )
{
- // InternalRoom.g:10132:1: ( ( rule__Message__Group_3__0 )? )
- // InternalRoom.g:10133:1: ( rule__Message__Group_3__0 )?
+ // InternalRoom.g:10152:1: ( ( rule__Message__Group_3__0 )? )
+ // InternalRoom.g:10153:1: ( rule__Message__Group_3__0 )?
{
before(grammarAccess.getMessageAccess().getGroup_3());
- // InternalRoom.g:10134:1: ( rule__Message__Group_3__0 )?
- int alt110=2;
- int LA110_0 = input.LA(1);
+ // InternalRoom.g:10154:1: ( rule__Message__Group_3__0 )?
+ int alt111=2;
+ int LA111_0 = input.LA(1);
- if ( (LA110_0==51) ) {
- alt110=1;
+ if ( (LA111_0==51) ) {
+ alt111=1;
}
- switch (alt110) {
+ switch (alt111) {
case 1 :
- // InternalRoom.g:10134:2: rule__Message__Group_3__0
+ // InternalRoom.g:10154:2: rule__Message__Group_3__0
{
pushFollow(FOLLOW_2);
rule__Message__Group_3__0();
@@ -29202,16 +29298,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group__4"
- // InternalRoom.g:10144:1: rule__Message__Group__4 : rule__Message__Group__4__Impl rule__Message__Group__5 ;
+ // InternalRoom.g:10164:1: rule__Message__Group__4 : rule__Message__Group__4__Impl rule__Message__Group__5 ;
public final void rule__Message__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10148:1: ( rule__Message__Group__4__Impl rule__Message__Group__5 )
- // InternalRoom.g:10149:2: rule__Message__Group__4__Impl rule__Message__Group__5
+ // InternalRoom.g:10168:1: ( rule__Message__Group__4__Impl rule__Message__Group__5 )
+ // InternalRoom.g:10169:2: rule__Message__Group__4__Impl rule__Message__Group__5
{
- pushFollow(FOLLOW_48);
+ pushFollow(FOLLOW_49);
rule__Message__Group__4__Impl();
state._fsp--;
@@ -29240,33 +29336,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group__4__Impl"
- // InternalRoom.g:10156:1: rule__Message__Group__4__Impl : ( ( rule__Message__AnnotationsAssignment_4 )* ) ;
+ // InternalRoom.g:10176:1: rule__Message__Group__4__Impl : ( ( rule__Message__AnnotationsAssignment_4 )* ) ;
public final void rule__Message__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10160:1: ( ( ( rule__Message__AnnotationsAssignment_4 )* ) )
- // InternalRoom.g:10161:1: ( ( rule__Message__AnnotationsAssignment_4 )* )
+ // InternalRoom.g:10180:1: ( ( ( rule__Message__AnnotationsAssignment_4 )* ) )
+ // InternalRoom.g:10181:1: ( ( rule__Message__AnnotationsAssignment_4 )* )
{
- // InternalRoom.g:10161:1: ( ( rule__Message__AnnotationsAssignment_4 )* )
- // InternalRoom.g:10162:1: ( rule__Message__AnnotationsAssignment_4 )*
+ // InternalRoom.g:10181:1: ( ( rule__Message__AnnotationsAssignment_4 )* )
+ // InternalRoom.g:10182:1: ( rule__Message__AnnotationsAssignment_4 )*
{
before(grammarAccess.getMessageAccess().getAnnotationsAssignment_4());
- // InternalRoom.g:10163:1: ( rule__Message__AnnotationsAssignment_4 )*
- loop111:
+ // InternalRoom.g:10183:1: ( rule__Message__AnnotationsAssignment_4 )*
+ loop112:
do {
- int alt111=2;
- int LA111_0 = input.LA(1);
+ int alt112=2;
+ int LA112_0 = input.LA(1);
- if ( (LA111_0==120) ) {
- alt111=1;
+ if ( (LA112_0==120) ) {
+ alt112=1;
}
- switch (alt111) {
+ switch (alt112) {
case 1 :
- // InternalRoom.g:10163:2: rule__Message__AnnotationsAssignment_4
+ // InternalRoom.g:10183:2: rule__Message__AnnotationsAssignment_4
{
pushFollow(FOLLOW_6);
rule__Message__AnnotationsAssignment_4();
@@ -29278,7 +29374,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop111;
+ break loop112;
}
} while (true);
@@ -29305,14 +29401,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group__5"
- // InternalRoom.g:10173:1: rule__Message__Group__5 : rule__Message__Group__5__Impl ;
+ // InternalRoom.g:10193:1: rule__Message__Group__5 : rule__Message__Group__5__Impl ;
public final void rule__Message__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10177:1: ( rule__Message__Group__5__Impl )
- // InternalRoom.g:10178:2: rule__Message__Group__5__Impl
+ // InternalRoom.g:10197:1: ( rule__Message__Group__5__Impl )
+ // InternalRoom.g:10198:2: rule__Message__Group__5__Impl
{
pushFollow(FOLLOW_2);
rule__Message__Group__5__Impl();
@@ -29338,29 +29434,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group__5__Impl"
- // InternalRoom.g:10184:1: rule__Message__Group__5__Impl : ( ( rule__Message__DocuAssignment_5 )? ) ;
+ // InternalRoom.g:10204:1: rule__Message__Group__5__Impl : ( ( rule__Message__DocuAssignment_5 )? ) ;
public final void rule__Message__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10188:1: ( ( ( rule__Message__DocuAssignment_5 )? ) )
- // InternalRoom.g:10189:1: ( ( rule__Message__DocuAssignment_5 )? )
+ // InternalRoom.g:10208:1: ( ( ( rule__Message__DocuAssignment_5 )? ) )
+ // InternalRoom.g:10209:1: ( ( rule__Message__DocuAssignment_5 )? )
{
- // InternalRoom.g:10189:1: ( ( rule__Message__DocuAssignment_5 )? )
- // InternalRoom.g:10190:1: ( rule__Message__DocuAssignment_5 )?
+ // InternalRoom.g:10209:1: ( ( rule__Message__DocuAssignment_5 )? )
+ // InternalRoom.g:10210:1: ( rule__Message__DocuAssignment_5 )?
{
before(grammarAccess.getMessageAccess().getDocuAssignment_5());
- // InternalRoom.g:10191:1: ( rule__Message__DocuAssignment_5 )?
- int alt112=2;
- int LA112_0 = input.LA(1);
+ // InternalRoom.g:10211:1: ( rule__Message__DocuAssignment_5 )?
+ int alt113=2;
+ int LA113_0 = input.LA(1);
- if ( (LA112_0==63) ) {
- alt112=1;
+ if ( (LA113_0==63) ) {
+ alt113=1;
}
- switch (alt112) {
+ switch (alt113) {
case 1 :
- // InternalRoom.g:10191:2: rule__Message__DocuAssignment_5
+ // InternalRoom.g:10211:2: rule__Message__DocuAssignment_5
{
pushFollow(FOLLOW_2);
rule__Message__DocuAssignment_5();
@@ -29396,16 +29492,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group_3__0"
- // InternalRoom.g:10213:1: rule__Message__Group_3__0 : rule__Message__Group_3__0__Impl rule__Message__Group_3__1 ;
+ // InternalRoom.g:10233:1: rule__Message__Group_3__0 : rule__Message__Group_3__0__Impl rule__Message__Group_3__1 ;
public final void rule__Message__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10217:1: ( rule__Message__Group_3__0__Impl rule__Message__Group_3__1 )
- // InternalRoom.g:10218:2: rule__Message__Group_3__0__Impl rule__Message__Group_3__1
+ // InternalRoom.g:10237:1: ( rule__Message__Group_3__0__Impl rule__Message__Group_3__1 )
+ // InternalRoom.g:10238:2: rule__Message__Group_3__0__Impl rule__Message__Group_3__1
{
- pushFollow(FOLLOW_35);
+ pushFollow(FOLLOW_36);
rule__Message__Group_3__0__Impl();
state._fsp--;
@@ -29434,17 +29530,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group_3__0__Impl"
- // InternalRoom.g:10225:1: rule__Message__Group_3__0__Impl : ( '(' ) ;
+ // InternalRoom.g:10245:1: rule__Message__Group_3__0__Impl : ( '(' ) ;
public final void rule__Message__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10229:1: ( ( '(' ) )
- // InternalRoom.g:10230:1: ( '(' )
+ // InternalRoom.g:10249:1: ( ( '(' ) )
+ // InternalRoom.g:10250:1: ( '(' )
{
- // InternalRoom.g:10230:1: ( '(' )
- // InternalRoom.g:10231:1: '('
+ // InternalRoom.g:10250:1: ( '(' )
+ // InternalRoom.g:10251:1: '('
{
before(grammarAccess.getMessageAccess().getLeftParenthesisKeyword_3_0());
match(input,51,FOLLOW_2);
@@ -29471,16 +29567,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group_3__1"
- // InternalRoom.g:10244:1: rule__Message__Group_3__1 : rule__Message__Group_3__1__Impl rule__Message__Group_3__2 ;
+ // InternalRoom.g:10264:1: rule__Message__Group_3__1 : rule__Message__Group_3__1__Impl rule__Message__Group_3__2 ;
public final void rule__Message__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10248:1: ( rule__Message__Group_3__1__Impl rule__Message__Group_3__2 )
- // InternalRoom.g:10249:2: rule__Message__Group_3__1__Impl rule__Message__Group_3__2
+ // InternalRoom.g:10268:1: ( rule__Message__Group_3__1__Impl rule__Message__Group_3__2 )
+ // InternalRoom.g:10269:2: rule__Message__Group_3__1__Impl rule__Message__Group_3__2
{
- pushFollow(FOLLOW_35);
+ pushFollow(FOLLOW_36);
rule__Message__Group_3__1__Impl();
state._fsp--;
@@ -29509,29 +29605,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group_3__1__Impl"
- // InternalRoom.g:10256:1: rule__Message__Group_3__1__Impl : ( ( rule__Message__DataAssignment_3_1 )? ) ;
+ // InternalRoom.g:10276:1: rule__Message__Group_3__1__Impl : ( ( rule__Message__DataAssignment_3_1 )? ) ;
public final void rule__Message__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10260:1: ( ( ( rule__Message__DataAssignment_3_1 )? ) )
- // InternalRoom.g:10261:1: ( ( rule__Message__DataAssignment_3_1 )? )
+ // InternalRoom.g:10280:1: ( ( ( rule__Message__DataAssignment_3_1 )? ) )
+ // InternalRoom.g:10281:1: ( ( rule__Message__DataAssignment_3_1 )? )
{
- // InternalRoom.g:10261:1: ( ( rule__Message__DataAssignment_3_1 )? )
- // InternalRoom.g:10262:1: ( rule__Message__DataAssignment_3_1 )?
+ // InternalRoom.g:10281:1: ( ( rule__Message__DataAssignment_3_1 )? )
+ // InternalRoom.g:10282:1: ( rule__Message__DataAssignment_3_1 )?
{
before(grammarAccess.getMessageAccess().getDataAssignment_3_1());
- // InternalRoom.g:10263:1: ( rule__Message__DataAssignment_3_1 )?
- int alt113=2;
- int LA113_0 = input.LA(1);
+ // InternalRoom.g:10283:1: ( rule__Message__DataAssignment_3_1 )?
+ int alt114=2;
+ int LA114_0 = input.LA(1);
- if ( (LA113_0==RULE_ID) ) {
- alt113=1;
+ if ( (LA114_0==RULE_ID) ) {
+ alt114=1;
}
- switch (alt113) {
+ switch (alt114) {
case 1 :
- // InternalRoom.g:10263:2: rule__Message__DataAssignment_3_1
+ // InternalRoom.g:10283:2: rule__Message__DataAssignment_3_1
{
pushFollow(FOLLOW_2);
rule__Message__DataAssignment_3_1();
@@ -29567,14 +29663,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group_3__2"
- // InternalRoom.g:10273:1: rule__Message__Group_3__2 : rule__Message__Group_3__2__Impl ;
+ // InternalRoom.g:10293:1: rule__Message__Group_3__2 : rule__Message__Group_3__2__Impl ;
public final void rule__Message__Group_3__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10277:1: ( rule__Message__Group_3__2__Impl )
- // InternalRoom.g:10278:2: rule__Message__Group_3__2__Impl
+ // InternalRoom.g:10297:1: ( rule__Message__Group_3__2__Impl )
+ // InternalRoom.g:10298:2: rule__Message__Group_3__2__Impl
{
pushFollow(FOLLOW_2);
rule__Message__Group_3__2__Impl();
@@ -29600,17 +29696,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__Group_3__2__Impl"
- // InternalRoom.g:10284:1: rule__Message__Group_3__2__Impl : ( ')' ) ;
+ // InternalRoom.g:10304:1: rule__Message__Group_3__2__Impl : ( ')' ) ;
public final void rule__Message__Group_3__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10288:1: ( ( ')' ) )
- // InternalRoom.g:10289:1: ( ')' )
+ // InternalRoom.g:10308:1: ( ( ')' ) )
+ // InternalRoom.g:10309:1: ( ')' )
{
- // InternalRoom.g:10289:1: ( ')' )
- // InternalRoom.g:10290:1: ')'
+ // InternalRoom.g:10309:1: ( ')' )
+ // InternalRoom.g:10310:1: ')'
{
before(grammarAccess.getMessageAccess().getRightParenthesisKeyword_3_2());
match(input,52,FOLLOW_2);
@@ -29637,16 +29733,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__Group__0"
- // InternalRoom.g:10309:1: rule__PortClass__Group__0 : rule__PortClass__Group__0__Impl rule__PortClass__Group__1 ;
+ // InternalRoom.g:10329:1: rule__PortClass__Group__0 : rule__PortClass__Group__0__Impl rule__PortClass__Group__1 ;
public final void rule__PortClass__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10313:1: ( rule__PortClass__Group__0__Impl rule__PortClass__Group__1 )
- // InternalRoom.g:10314:2: rule__PortClass__Group__0__Impl rule__PortClass__Group__1
+ // InternalRoom.g:10333:1: ( rule__PortClass__Group__0__Impl rule__PortClass__Group__1 )
+ // InternalRoom.g:10334:2: rule__PortClass__Group__0__Impl rule__PortClass__Group__1
{
- pushFollow(FOLLOW_41);
+ pushFollow(FOLLOW_42);
rule__PortClass__Group__0__Impl();
state._fsp--;
@@ -29675,21 +29771,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__Group__0__Impl"
- // InternalRoom.g:10321:1: rule__PortClass__Group__0__Impl : ( () ) ;
+ // InternalRoom.g:10341:1: rule__PortClass__Group__0__Impl : ( () ) ;
public final void rule__PortClass__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10325:1: ( ( () ) )
- // InternalRoom.g:10326:1: ( () )
+ // InternalRoom.g:10345:1: ( ( () ) )
+ // InternalRoom.g:10346:1: ( () )
{
- // InternalRoom.g:10326:1: ( () )
- // InternalRoom.g:10327:1: ()
+ // InternalRoom.g:10346:1: ( () )
+ // InternalRoom.g:10347:1: ()
{
before(grammarAccess.getPortClassAccess().getPortClassAction_0());
- // InternalRoom.g:10328:1: ()
- // InternalRoom.g:10330:1:
+ // InternalRoom.g:10348:1: ()
+ // InternalRoom.g:10350:1:
{
}
@@ -29712,16 +29808,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__Group__1"
- // InternalRoom.g:10340:1: rule__PortClass__Group__1 : rule__PortClass__Group__1__Impl rule__PortClass__Group__2 ;
+ // InternalRoom.g:10360:1: rule__PortClass__Group__1 : rule__PortClass__Group__1__Impl rule__PortClass__Group__2 ;
public final void rule__PortClass__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10344:1: ( rule__PortClass__Group__1__Impl rule__PortClass__Group__2 )
- // InternalRoom.g:10345:2: rule__PortClass__Group__1__Impl rule__PortClass__Group__2
+ // InternalRoom.g:10364:1: ( rule__PortClass__Group__1__Impl rule__PortClass__Group__2 )
+ // InternalRoom.g:10365:2: rule__PortClass__Group__1__Impl rule__PortClass__Group__2
{
- pushFollow(FOLLOW_49);
+ pushFollow(FOLLOW_50);
rule__PortClass__Group__1__Impl();
state._fsp--;
@@ -29750,17 +29846,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__Group__1__Impl"
- // InternalRoom.g:10352:1: rule__PortClass__Group__1__Impl : ( '{' ) ;
+ // InternalRoom.g:10372:1: rule__PortClass__Group__1__Impl : ( '{' ) ;
public final void rule__PortClass__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10356:1: ( ( '{' ) )
- // InternalRoom.g:10357:1: ( '{' )
+ // InternalRoom.g:10376:1: ( ( '{' ) )
+ // InternalRoom.g:10377:1: ( '{' )
{
- // InternalRoom.g:10357:1: ( '{' )
- // InternalRoom.g:10358:1: '{'
+ // InternalRoom.g:10377:1: ( '{' )
+ // InternalRoom.g:10378:1: '{'
{
before(grammarAccess.getPortClassAccess().getLeftCurlyBracketKeyword_1());
match(input,45,FOLLOW_2);
@@ -29787,16 +29883,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__Group__2"
- // InternalRoom.g:10371:1: rule__PortClass__Group__2 : rule__PortClass__Group__2__Impl rule__PortClass__Group__3 ;
+ // InternalRoom.g:10391:1: rule__PortClass__Group__2 : rule__PortClass__Group__2__Impl rule__PortClass__Group__3 ;
public final void rule__PortClass__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10375:1: ( rule__PortClass__Group__2__Impl rule__PortClass__Group__3 )
- // InternalRoom.g:10376:2: rule__PortClass__Group__2__Impl rule__PortClass__Group__3
+ // InternalRoom.g:10395:1: ( rule__PortClass__Group__2__Impl rule__PortClass__Group__3 )
+ // InternalRoom.g:10396:2: rule__PortClass__Group__2__Impl rule__PortClass__Group__3
{
- pushFollow(FOLLOW_49);
+ pushFollow(FOLLOW_50);
rule__PortClass__Group__2__Impl();
state._fsp--;
@@ -29825,29 +29921,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__Group__2__Impl"
- // InternalRoom.g:10383:1: rule__PortClass__Group__2__Impl : ( ( rule__PortClass__Group_2__0 )? ) ;
+ // InternalRoom.g:10403:1: rule__PortClass__Group__2__Impl : ( ( rule__PortClass__Group_2__0 )? ) ;
public final void rule__PortClass__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10387:1: ( ( ( rule__PortClass__Group_2__0 )? ) )
- // InternalRoom.g:10388:1: ( ( rule__PortClass__Group_2__0 )? )
+ // InternalRoom.g:10407:1: ( ( ( rule__PortClass__Group_2__0 )? ) )
+ // InternalRoom.g:10408:1: ( ( rule__PortClass__Group_2__0 )? )
{
- // InternalRoom.g:10388:1: ( ( rule__PortClass__Group_2__0 )? )
- // InternalRoom.g:10389:1: ( rule__PortClass__Group_2__0 )?
+ // InternalRoom.g:10408:1: ( ( rule__PortClass__Group_2__0 )? )
+ // InternalRoom.g:10409:1: ( rule__PortClass__Group_2__0 )?
{
before(grammarAccess.getPortClassAccess().getGroup_2());
- // InternalRoom.g:10390:1: ( rule__PortClass__Group_2__0 )?
- int alt114=2;
- int LA114_0 = input.LA(1);
+ // InternalRoom.g:10410:1: ( rule__PortClass__Group_2__0 )?
+ int alt115=2;
+ int LA115_0 = input.LA(1);
- if ( (LA114_0==73) ) {
- alt114=1;
+ if ( (LA115_0==73) ) {
+ alt115=1;
}
- switch (alt114) {
+ switch (alt115) {
case 1 :
- // InternalRoom.g:10390:2: rule__PortClass__Group_2__0
+ // InternalRoom.g:10410:2: rule__PortClass__Group_2__0
{
pushFollow(FOLLOW_2);
rule__PortClass__Group_2__0();
@@ -29883,16 +29979,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__Group__3"
- // InternalRoom.g:10400:1: rule__PortClass__Group__3 : rule__PortClass__Group__3__Impl rule__PortClass__Group__4 ;
+ // InternalRoom.g:10420:1: rule__PortClass__Group__3 : rule__PortClass__Group__3__Impl rule__PortClass__Group__4 ;
public final void rule__PortClass__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10404:1: ( rule__PortClass__Group__3__Impl rule__PortClass__Group__4 )
- // InternalRoom.g:10405:2: rule__PortClass__Group__3__Impl rule__PortClass__Group__4
+ // InternalRoom.g:10424:1: ( rule__PortClass__Group__3__Impl rule__PortClass__Group__4 )
+ // InternalRoom.g:10425:2: rule__PortClass__Group__3__Impl rule__PortClass__Group__4
{
- pushFollow(FOLLOW_49);
+ pushFollow(FOLLOW_50);
rule__PortClass__Group__3__Impl();
state._fsp--;
@@ -29921,35 +30017,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__Group__3__Impl"
- // InternalRoom.g:10412:1: rule__PortClass__Group__3__Impl : ( ( rule__PortClass__Alternatives_3 )* ) ;
+ // InternalRoom.g:10432:1: rule__PortClass__Group__3__Impl : ( ( rule__PortClass__Alternatives_3 )* ) ;
public final void rule__PortClass__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10416:1: ( ( ( rule__PortClass__Alternatives_3 )* ) )
- // InternalRoom.g:10417:1: ( ( rule__PortClass__Alternatives_3 )* )
+ // InternalRoom.g:10436:1: ( ( ( rule__PortClass__Alternatives_3 )* ) )
+ // InternalRoom.g:10437:1: ( ( rule__PortClass__Alternatives_3 )* )
{
- // InternalRoom.g:10417:1: ( ( rule__PortClass__Alternatives_3 )* )
- // InternalRoom.g:10418:1: ( rule__PortClass__Alternatives_3 )*
+ // InternalRoom.g:10437:1: ( ( rule__PortClass__Alternatives_3 )* )
+ // InternalRoom.g:10438:1: ( rule__PortClass__Alternatives_3 )*
{
before(grammarAccess.getPortClassAccess().getAlternatives_3());
- // InternalRoom.g:10419:1: ( rule__PortClass__Alternatives_3 )*
- loop115:
+ // InternalRoom.g:10439:1: ( rule__PortClass__Alternatives_3 )*
+ loop116:
do {
- int alt115=2;
- int LA115_0 = input.LA(1);
+ int alt116=2;
+ int LA116_0 = input.LA(1);
- if ( (LA115_0==62||LA115_0==65||LA115_0==74) ) {
- alt115=1;
+ if ( (LA116_0==62||LA116_0==65||LA116_0==74) ) {
+ alt116=1;
}
- switch (alt115) {
+ switch (alt116) {
case 1 :
- // InternalRoom.g:10419:2: rule__PortClass__Alternatives_3
+ // InternalRoom.g:10439:2: rule__PortClass__Alternatives_3
{
- pushFollow(FOLLOW_50);
+ pushFollow(FOLLOW_51);
rule__PortClass__Alternatives_3();
state._fsp--;
@@ -29959,7 +30055,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop115;
+ break loop116;
}
} while (true);
@@ -29986,14 +30082,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__Group__4"
- // InternalRoom.g:10429:1: rule__PortClass__Group__4 : rule__PortClass__Group__4__Impl ;
+ // InternalRoom.g:10449:1: rule__PortClass__Group__4 : rule__PortClass__Group__4__Impl ;
public final void rule__PortClass__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10433:1: ( rule__PortClass__Group__4__Impl )
- // InternalRoom.g:10434:2: rule__PortClass__Group__4__Impl
+ // InternalRoom.g:10453:1: ( rule__PortClass__Group__4__Impl )
+ // InternalRoom.g:10454:2: rule__PortClass__Group__4__Impl
{
pushFollow(FOLLOW_2);
rule__PortClass__Group__4__Impl();
@@ -30019,17 +30115,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__Group__4__Impl"
- // InternalRoom.g:10440:1: rule__PortClass__Group__4__Impl : ( '}' ) ;
+ // InternalRoom.g:10460:1: rule__PortClass__Group__4__Impl : ( '}' ) ;
public final void rule__PortClass__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10444:1: ( ( '}' ) )
- // InternalRoom.g:10445:1: ( '}' )
+ // InternalRoom.g:10464:1: ( ( '}' ) )
+ // InternalRoom.g:10465:1: ( '}' )
{
- // InternalRoom.g:10445:1: ( '}' )
- // InternalRoom.g:10446:1: '}'
+ // InternalRoom.g:10465:1: ( '}' )
+ // InternalRoom.g:10466:1: '}'
{
before(grammarAccess.getPortClassAccess().getRightCurlyBracketKeyword_4());
match(input,46,FOLLOW_2);
@@ -30056,16 +30152,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__Group_2__0"
- // InternalRoom.g:10469:1: rule__PortClass__Group_2__0 : rule__PortClass__Group_2__0__Impl rule__PortClass__Group_2__1 ;
+ // InternalRoom.g:10489:1: rule__PortClass__Group_2__0 : rule__PortClass__Group_2__0__Impl rule__PortClass__Group_2__1 ;
public final void rule__PortClass__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10473:1: ( rule__PortClass__Group_2__0__Impl rule__PortClass__Group_2__1 )
- // InternalRoom.g:10474:2: rule__PortClass__Group_2__0__Impl rule__PortClass__Group_2__1
+ // InternalRoom.g:10493:1: ( rule__PortClass__Group_2__0__Impl rule__PortClass__Group_2__1 )
+ // InternalRoom.g:10494:2: rule__PortClass__Group_2__0__Impl rule__PortClass__Group_2__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__PortClass__Group_2__0__Impl();
state._fsp--;
@@ -30094,17 +30190,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__Group_2__0__Impl"
- // InternalRoom.g:10481:1: rule__PortClass__Group_2__0__Impl : ( 'usercode' ) ;
+ // InternalRoom.g:10501:1: rule__PortClass__Group_2__0__Impl : ( 'usercode' ) ;
public final void rule__PortClass__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10485:1: ( ( 'usercode' ) )
- // InternalRoom.g:10486:1: ( 'usercode' )
+ // InternalRoom.g:10505:1: ( ( 'usercode' ) )
+ // InternalRoom.g:10506:1: ( 'usercode' )
{
- // InternalRoom.g:10486:1: ( 'usercode' )
- // InternalRoom.g:10487:1: 'usercode'
+ // InternalRoom.g:10506:1: ( 'usercode' )
+ // InternalRoom.g:10507:1: 'usercode'
{
before(grammarAccess.getPortClassAccess().getUsercodeKeyword_2_0());
match(input,73,FOLLOW_2);
@@ -30131,14 +30227,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__Group_2__1"
- // InternalRoom.g:10500:1: rule__PortClass__Group_2__1 : rule__PortClass__Group_2__1__Impl ;
+ // InternalRoom.g:10520:1: rule__PortClass__Group_2__1 : rule__PortClass__Group_2__1__Impl ;
public final void rule__PortClass__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10504:1: ( rule__PortClass__Group_2__1__Impl )
- // InternalRoom.g:10505:2: rule__PortClass__Group_2__1__Impl
+ // InternalRoom.g:10524:1: ( rule__PortClass__Group_2__1__Impl )
+ // InternalRoom.g:10525:2: rule__PortClass__Group_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__PortClass__Group_2__1__Impl();
@@ -30164,21 +30260,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__Group_2__1__Impl"
- // InternalRoom.g:10511:1: rule__PortClass__Group_2__1__Impl : ( ( rule__PortClass__UserCodeAssignment_2_1 ) ) ;
+ // InternalRoom.g:10531:1: rule__PortClass__Group_2__1__Impl : ( ( rule__PortClass__UserCodeAssignment_2_1 ) ) ;
public final void rule__PortClass__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10515:1: ( ( ( rule__PortClass__UserCodeAssignment_2_1 ) ) )
- // InternalRoom.g:10516:1: ( ( rule__PortClass__UserCodeAssignment_2_1 ) )
+ // InternalRoom.g:10535:1: ( ( ( rule__PortClass__UserCodeAssignment_2_1 ) ) )
+ // InternalRoom.g:10536:1: ( ( rule__PortClass__UserCodeAssignment_2_1 ) )
{
- // InternalRoom.g:10516:1: ( ( rule__PortClass__UserCodeAssignment_2_1 ) )
- // InternalRoom.g:10517:1: ( rule__PortClass__UserCodeAssignment_2_1 )
+ // InternalRoom.g:10536:1: ( ( rule__PortClass__UserCodeAssignment_2_1 ) )
+ // InternalRoom.g:10537:1: ( rule__PortClass__UserCodeAssignment_2_1 )
{
before(grammarAccess.getPortClassAccess().getUserCodeAssignment_2_1());
- // InternalRoom.g:10518:1: ( rule__PortClass__UserCodeAssignment_2_1 )
- // InternalRoom.g:10518:2: rule__PortClass__UserCodeAssignment_2_1
+ // InternalRoom.g:10538:1: ( rule__PortClass__UserCodeAssignment_2_1 )
+ // InternalRoom.g:10538:2: rule__PortClass__UserCodeAssignment_2_1
{
pushFollow(FOLLOW_2);
rule__PortClass__UserCodeAssignment_2_1();
@@ -30211,16 +30307,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InMessageHandler__Group__0"
- // InternalRoom.g:10532:1: rule__InMessageHandler__Group__0 : rule__InMessageHandler__Group__0__Impl rule__InMessageHandler__Group__1 ;
+ // InternalRoom.g:10552:1: rule__InMessageHandler__Group__0 : rule__InMessageHandler__Group__0__Impl rule__InMessageHandler__Group__1 ;
public final void rule__InMessageHandler__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10536:1: ( rule__InMessageHandler__Group__0__Impl rule__InMessageHandler__Group__1 )
- // InternalRoom.g:10537:2: rule__InMessageHandler__Group__0__Impl rule__InMessageHandler__Group__1
+ // InternalRoom.g:10556:1: ( rule__InMessageHandler__Group__0__Impl rule__InMessageHandler__Group__1 )
+ // InternalRoom.g:10557:2: rule__InMessageHandler__Group__0__Impl rule__InMessageHandler__Group__1
{
- pushFollow(FOLLOW_51);
+ pushFollow(FOLLOW_52);
rule__InMessageHandler__Group__0__Impl();
state._fsp--;
@@ -30249,17 +30345,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InMessageHandler__Group__0__Impl"
- // InternalRoom.g:10544:1: rule__InMessageHandler__Group__0__Impl : ( 'handle' ) ;
+ // InternalRoom.g:10564:1: rule__InMessageHandler__Group__0__Impl : ( 'handle' ) ;
public final void rule__InMessageHandler__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10548:1: ( ( 'handle' ) )
- // InternalRoom.g:10549:1: ( 'handle' )
+ // InternalRoom.g:10568:1: ( ( 'handle' ) )
+ // InternalRoom.g:10569:1: ( 'handle' )
{
- // InternalRoom.g:10549:1: ( 'handle' )
- // InternalRoom.g:10550:1: 'handle'
+ // InternalRoom.g:10569:1: ( 'handle' )
+ // InternalRoom.g:10570:1: 'handle'
{
before(grammarAccess.getInMessageHandlerAccess().getHandleKeyword_0());
match(input,74,FOLLOW_2);
@@ -30286,14 +30382,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InMessageHandler__Group__1"
- // InternalRoom.g:10563:1: rule__InMessageHandler__Group__1 : rule__InMessageHandler__Group__1__Impl rule__InMessageHandler__Group__2 ;
+ // InternalRoom.g:10583:1: rule__InMessageHandler__Group__1 : rule__InMessageHandler__Group__1__Impl rule__InMessageHandler__Group__2 ;
public final void rule__InMessageHandler__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10567:1: ( rule__InMessageHandler__Group__1__Impl rule__InMessageHandler__Group__2 )
- // InternalRoom.g:10568:2: rule__InMessageHandler__Group__1__Impl rule__InMessageHandler__Group__2
+ // InternalRoom.g:10587:1: ( rule__InMessageHandler__Group__1__Impl rule__InMessageHandler__Group__2 )
+ // InternalRoom.g:10588:2: rule__InMessageHandler__Group__1__Impl rule__InMessageHandler__Group__2
{
pushFollow(FOLLOW_3);
rule__InMessageHandler__Group__1__Impl();
@@ -30324,17 +30420,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InMessageHandler__Group__1__Impl"
- // InternalRoom.g:10575:1: rule__InMessageHandler__Group__1__Impl : ( 'incoming' ) ;
+ // InternalRoom.g:10595:1: rule__InMessageHandler__Group__1__Impl : ( 'incoming' ) ;
public final void rule__InMessageHandler__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10579:1: ( ( 'incoming' ) )
- // InternalRoom.g:10580:1: ( 'incoming' )
+ // InternalRoom.g:10599:1: ( ( 'incoming' ) )
+ // InternalRoom.g:10600:1: ( 'incoming' )
{
- // InternalRoom.g:10580:1: ( 'incoming' )
- // InternalRoom.g:10581:1: 'incoming'
+ // InternalRoom.g:10600:1: ( 'incoming' )
+ // InternalRoom.g:10601:1: 'incoming'
{
before(grammarAccess.getInMessageHandlerAccess().getIncomingKeyword_1());
match(input,67,FOLLOW_2);
@@ -30361,16 +30457,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InMessageHandler__Group__2"
- // InternalRoom.g:10594:1: rule__InMessageHandler__Group__2 : rule__InMessageHandler__Group__2__Impl rule__InMessageHandler__Group__3 ;
+ // InternalRoom.g:10614:1: rule__InMessageHandler__Group__2 : rule__InMessageHandler__Group__2__Impl rule__InMessageHandler__Group__3 ;
public final void rule__InMessageHandler__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10598:1: ( rule__InMessageHandler__Group__2__Impl rule__InMessageHandler__Group__3 )
- // InternalRoom.g:10599:2: rule__InMessageHandler__Group__2__Impl rule__InMessageHandler__Group__3
+ // InternalRoom.g:10618:1: ( rule__InMessageHandler__Group__2__Impl rule__InMessageHandler__Group__3 )
+ // InternalRoom.g:10619:2: rule__InMessageHandler__Group__2__Impl rule__InMessageHandler__Group__3
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__InMessageHandler__Group__2__Impl();
state._fsp--;
@@ -30399,21 +30495,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InMessageHandler__Group__2__Impl"
- // InternalRoom.g:10606:1: rule__InMessageHandler__Group__2__Impl : ( ( rule__InMessageHandler__MsgAssignment_2 ) ) ;
+ // InternalRoom.g:10626:1: rule__InMessageHandler__Group__2__Impl : ( ( rule__InMessageHandler__MsgAssignment_2 ) ) ;
public final void rule__InMessageHandler__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10610:1: ( ( ( rule__InMessageHandler__MsgAssignment_2 ) ) )
- // InternalRoom.g:10611:1: ( ( rule__InMessageHandler__MsgAssignment_2 ) )
+ // InternalRoom.g:10630:1: ( ( ( rule__InMessageHandler__MsgAssignment_2 ) ) )
+ // InternalRoom.g:10631:1: ( ( rule__InMessageHandler__MsgAssignment_2 ) )
{
- // InternalRoom.g:10611:1: ( ( rule__InMessageHandler__MsgAssignment_2 ) )
- // InternalRoom.g:10612:1: ( rule__InMessageHandler__MsgAssignment_2 )
+ // InternalRoom.g:10631:1: ( ( rule__InMessageHandler__MsgAssignment_2 ) )
+ // InternalRoom.g:10632:1: ( rule__InMessageHandler__MsgAssignment_2 )
{
before(grammarAccess.getInMessageHandlerAccess().getMsgAssignment_2());
- // InternalRoom.g:10613:1: ( rule__InMessageHandler__MsgAssignment_2 )
- // InternalRoom.g:10613:2: rule__InMessageHandler__MsgAssignment_2
+ // InternalRoom.g:10633:1: ( rule__InMessageHandler__MsgAssignment_2 )
+ // InternalRoom.g:10633:2: rule__InMessageHandler__MsgAssignment_2
{
pushFollow(FOLLOW_2);
rule__InMessageHandler__MsgAssignment_2();
@@ -30446,14 +30542,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InMessageHandler__Group__3"
- // InternalRoom.g:10623:1: rule__InMessageHandler__Group__3 : rule__InMessageHandler__Group__3__Impl ;
+ // InternalRoom.g:10643:1: rule__InMessageHandler__Group__3 : rule__InMessageHandler__Group__3__Impl ;
public final void rule__InMessageHandler__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10627:1: ( rule__InMessageHandler__Group__3__Impl )
- // InternalRoom.g:10628:2: rule__InMessageHandler__Group__3__Impl
+ // InternalRoom.g:10647:1: ( rule__InMessageHandler__Group__3__Impl )
+ // InternalRoom.g:10648:2: rule__InMessageHandler__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__InMessageHandler__Group__3__Impl();
@@ -30479,21 +30575,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InMessageHandler__Group__3__Impl"
- // InternalRoom.g:10634:1: rule__InMessageHandler__Group__3__Impl : ( ( rule__InMessageHandler__DetailCodeAssignment_3 ) ) ;
+ // InternalRoom.g:10654:1: rule__InMessageHandler__Group__3__Impl : ( ( rule__InMessageHandler__DetailCodeAssignment_3 ) ) ;
public final void rule__InMessageHandler__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10638:1: ( ( ( rule__InMessageHandler__DetailCodeAssignment_3 ) ) )
- // InternalRoom.g:10639:1: ( ( rule__InMessageHandler__DetailCodeAssignment_3 ) )
+ // InternalRoom.g:10658:1: ( ( ( rule__InMessageHandler__DetailCodeAssignment_3 ) ) )
+ // InternalRoom.g:10659:1: ( ( rule__InMessageHandler__DetailCodeAssignment_3 ) )
{
- // InternalRoom.g:10639:1: ( ( rule__InMessageHandler__DetailCodeAssignment_3 ) )
- // InternalRoom.g:10640:1: ( rule__InMessageHandler__DetailCodeAssignment_3 )
+ // InternalRoom.g:10659:1: ( ( rule__InMessageHandler__DetailCodeAssignment_3 ) )
+ // InternalRoom.g:10660:1: ( rule__InMessageHandler__DetailCodeAssignment_3 )
{
before(grammarAccess.getInMessageHandlerAccess().getDetailCodeAssignment_3());
- // InternalRoom.g:10641:1: ( rule__InMessageHandler__DetailCodeAssignment_3 )
- // InternalRoom.g:10641:2: rule__InMessageHandler__DetailCodeAssignment_3
+ // InternalRoom.g:10661:1: ( rule__InMessageHandler__DetailCodeAssignment_3 )
+ // InternalRoom.g:10661:2: rule__InMessageHandler__DetailCodeAssignment_3
{
pushFollow(FOLLOW_2);
rule__InMessageHandler__DetailCodeAssignment_3();
@@ -30526,16 +30622,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutMessageHandler__Group__0"
- // InternalRoom.g:10659:1: rule__OutMessageHandler__Group__0 : rule__OutMessageHandler__Group__0__Impl rule__OutMessageHandler__Group__1 ;
+ // InternalRoom.g:10679:1: rule__OutMessageHandler__Group__0 : rule__OutMessageHandler__Group__0__Impl rule__OutMessageHandler__Group__1 ;
public final void rule__OutMessageHandler__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10663:1: ( rule__OutMessageHandler__Group__0__Impl rule__OutMessageHandler__Group__1 )
- // InternalRoom.g:10664:2: rule__OutMessageHandler__Group__0__Impl rule__OutMessageHandler__Group__1
+ // InternalRoom.g:10683:1: ( rule__OutMessageHandler__Group__0__Impl rule__OutMessageHandler__Group__1 )
+ // InternalRoom.g:10684:2: rule__OutMessageHandler__Group__0__Impl rule__OutMessageHandler__Group__1
{
- pushFollow(FOLLOW_52);
+ pushFollow(FOLLOW_53);
rule__OutMessageHandler__Group__0__Impl();
state._fsp--;
@@ -30564,17 +30660,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutMessageHandler__Group__0__Impl"
- // InternalRoom.g:10671:1: rule__OutMessageHandler__Group__0__Impl : ( 'handle' ) ;
+ // InternalRoom.g:10691:1: rule__OutMessageHandler__Group__0__Impl : ( 'handle' ) ;
public final void rule__OutMessageHandler__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10675:1: ( ( 'handle' ) )
- // InternalRoom.g:10676:1: ( 'handle' )
+ // InternalRoom.g:10695:1: ( ( 'handle' ) )
+ // InternalRoom.g:10696:1: ( 'handle' )
{
- // InternalRoom.g:10676:1: ( 'handle' )
- // InternalRoom.g:10677:1: 'handle'
+ // InternalRoom.g:10696:1: ( 'handle' )
+ // InternalRoom.g:10697:1: 'handle'
{
before(grammarAccess.getOutMessageHandlerAccess().getHandleKeyword_0());
match(input,74,FOLLOW_2);
@@ -30601,14 +30697,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutMessageHandler__Group__1"
- // InternalRoom.g:10690:1: rule__OutMessageHandler__Group__1 : rule__OutMessageHandler__Group__1__Impl rule__OutMessageHandler__Group__2 ;
+ // InternalRoom.g:10710:1: rule__OutMessageHandler__Group__1 : rule__OutMessageHandler__Group__1__Impl rule__OutMessageHandler__Group__2 ;
public final void rule__OutMessageHandler__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10694:1: ( rule__OutMessageHandler__Group__1__Impl rule__OutMessageHandler__Group__2 )
- // InternalRoom.g:10695:2: rule__OutMessageHandler__Group__1__Impl rule__OutMessageHandler__Group__2
+ // InternalRoom.g:10714:1: ( rule__OutMessageHandler__Group__1__Impl rule__OutMessageHandler__Group__2 )
+ // InternalRoom.g:10715:2: rule__OutMessageHandler__Group__1__Impl rule__OutMessageHandler__Group__2
{
pushFollow(FOLLOW_3);
rule__OutMessageHandler__Group__1__Impl();
@@ -30639,17 +30735,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutMessageHandler__Group__1__Impl"
- // InternalRoom.g:10702:1: rule__OutMessageHandler__Group__1__Impl : ( 'outgoing' ) ;
+ // InternalRoom.g:10722:1: rule__OutMessageHandler__Group__1__Impl : ( 'outgoing' ) ;
public final void rule__OutMessageHandler__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10706:1: ( ( 'outgoing' ) )
- // InternalRoom.g:10707:1: ( 'outgoing' )
+ // InternalRoom.g:10726:1: ( ( 'outgoing' ) )
+ // InternalRoom.g:10727:1: ( 'outgoing' )
{
- // InternalRoom.g:10707:1: ( 'outgoing' )
- // InternalRoom.g:10708:1: 'outgoing'
+ // InternalRoom.g:10727:1: ( 'outgoing' )
+ // InternalRoom.g:10728:1: 'outgoing'
{
before(grammarAccess.getOutMessageHandlerAccess().getOutgoingKeyword_1());
match(input,68,FOLLOW_2);
@@ -30676,16 +30772,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutMessageHandler__Group__2"
- // InternalRoom.g:10721:1: rule__OutMessageHandler__Group__2 : rule__OutMessageHandler__Group__2__Impl rule__OutMessageHandler__Group__3 ;
+ // InternalRoom.g:10741:1: rule__OutMessageHandler__Group__2 : rule__OutMessageHandler__Group__2__Impl rule__OutMessageHandler__Group__3 ;
public final void rule__OutMessageHandler__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10725:1: ( rule__OutMessageHandler__Group__2__Impl rule__OutMessageHandler__Group__3 )
- // InternalRoom.g:10726:2: rule__OutMessageHandler__Group__2__Impl rule__OutMessageHandler__Group__3
+ // InternalRoom.g:10745:1: ( rule__OutMessageHandler__Group__2__Impl rule__OutMessageHandler__Group__3 )
+ // InternalRoom.g:10746:2: rule__OutMessageHandler__Group__2__Impl rule__OutMessageHandler__Group__3
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__OutMessageHandler__Group__2__Impl();
state._fsp--;
@@ -30714,21 +30810,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutMessageHandler__Group__2__Impl"
- // InternalRoom.g:10733:1: rule__OutMessageHandler__Group__2__Impl : ( ( rule__OutMessageHandler__MsgAssignment_2 ) ) ;
+ // InternalRoom.g:10753:1: rule__OutMessageHandler__Group__2__Impl : ( ( rule__OutMessageHandler__MsgAssignment_2 ) ) ;
public final void rule__OutMessageHandler__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10737:1: ( ( ( rule__OutMessageHandler__MsgAssignment_2 ) ) )
- // InternalRoom.g:10738:1: ( ( rule__OutMessageHandler__MsgAssignment_2 ) )
+ // InternalRoom.g:10757:1: ( ( ( rule__OutMessageHandler__MsgAssignment_2 ) ) )
+ // InternalRoom.g:10758:1: ( ( rule__OutMessageHandler__MsgAssignment_2 ) )
{
- // InternalRoom.g:10738:1: ( ( rule__OutMessageHandler__MsgAssignment_2 ) )
- // InternalRoom.g:10739:1: ( rule__OutMessageHandler__MsgAssignment_2 )
+ // InternalRoom.g:10758:1: ( ( rule__OutMessageHandler__MsgAssignment_2 ) )
+ // InternalRoom.g:10759:1: ( rule__OutMessageHandler__MsgAssignment_2 )
{
before(grammarAccess.getOutMessageHandlerAccess().getMsgAssignment_2());
- // InternalRoom.g:10740:1: ( rule__OutMessageHandler__MsgAssignment_2 )
- // InternalRoom.g:10740:2: rule__OutMessageHandler__MsgAssignment_2
+ // InternalRoom.g:10760:1: ( rule__OutMessageHandler__MsgAssignment_2 )
+ // InternalRoom.g:10760:2: rule__OutMessageHandler__MsgAssignment_2
{
pushFollow(FOLLOW_2);
rule__OutMessageHandler__MsgAssignment_2();
@@ -30761,14 +30857,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutMessageHandler__Group__3"
- // InternalRoom.g:10750:1: rule__OutMessageHandler__Group__3 : rule__OutMessageHandler__Group__3__Impl ;
+ // InternalRoom.g:10770:1: rule__OutMessageHandler__Group__3 : rule__OutMessageHandler__Group__3__Impl ;
public final void rule__OutMessageHandler__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10754:1: ( rule__OutMessageHandler__Group__3__Impl )
- // InternalRoom.g:10755:2: rule__OutMessageHandler__Group__3__Impl
+ // InternalRoom.g:10774:1: ( rule__OutMessageHandler__Group__3__Impl )
+ // InternalRoom.g:10775:2: rule__OutMessageHandler__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__OutMessageHandler__Group__3__Impl();
@@ -30794,21 +30890,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutMessageHandler__Group__3__Impl"
- // InternalRoom.g:10761:1: rule__OutMessageHandler__Group__3__Impl : ( ( rule__OutMessageHandler__DetailCodeAssignment_3 ) ) ;
+ // InternalRoom.g:10781:1: rule__OutMessageHandler__Group__3__Impl : ( ( rule__OutMessageHandler__DetailCodeAssignment_3 ) ) ;
public final void rule__OutMessageHandler__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10765:1: ( ( ( rule__OutMessageHandler__DetailCodeAssignment_3 ) ) )
- // InternalRoom.g:10766:1: ( ( rule__OutMessageHandler__DetailCodeAssignment_3 ) )
+ // InternalRoom.g:10785:1: ( ( ( rule__OutMessageHandler__DetailCodeAssignment_3 ) ) )
+ // InternalRoom.g:10786:1: ( ( rule__OutMessageHandler__DetailCodeAssignment_3 ) )
{
- // InternalRoom.g:10766:1: ( ( rule__OutMessageHandler__DetailCodeAssignment_3 ) )
- // InternalRoom.g:10767:1: ( rule__OutMessageHandler__DetailCodeAssignment_3 )
+ // InternalRoom.g:10786:1: ( ( rule__OutMessageHandler__DetailCodeAssignment_3 ) )
+ // InternalRoom.g:10787:1: ( rule__OutMessageHandler__DetailCodeAssignment_3 )
{
before(grammarAccess.getOutMessageHandlerAccess().getDetailCodeAssignment_3());
- // InternalRoom.g:10768:1: ( rule__OutMessageHandler__DetailCodeAssignment_3 )
- // InternalRoom.g:10768:2: rule__OutMessageHandler__DetailCodeAssignment_3
+ // InternalRoom.g:10788:1: ( rule__OutMessageHandler__DetailCodeAssignment_3 )
+ // InternalRoom.g:10788:2: rule__OutMessageHandler__DetailCodeAssignment_3
{
pushFollow(FOLLOW_2);
rule__OutMessageHandler__DetailCodeAssignment_3();
@@ -30841,16 +30937,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__0"
- // InternalRoom.g:10786:1: rule__ActorClass__Group__0 : rule__ActorClass__Group__0__Impl rule__ActorClass__Group__1 ;
+ // InternalRoom.g:10806:1: rule__ActorClass__Group__0 : rule__ActorClass__Group__0__Impl rule__ActorClass__Group__1 ;
public final void rule__ActorClass__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10790:1: ( rule__ActorClass__Group__0__Impl rule__ActorClass__Group__1 )
- // InternalRoom.g:10791:2: rule__ActorClass__Group__0__Impl rule__ActorClass__Group__1
+ // InternalRoom.g:10810:1: ( rule__ActorClass__Group__0__Impl rule__ActorClass__Group__1 )
+ // InternalRoom.g:10811:2: rule__ActorClass__Group__0__Impl rule__ActorClass__Group__1
{
- pushFollow(FOLLOW_53);
+ pushFollow(FOLLOW_54);
rule__ActorClass__Group__0__Impl();
state._fsp--;
@@ -30879,21 +30975,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__0__Impl"
- // InternalRoom.g:10798:1: rule__ActorClass__Group__0__Impl : ( ( rule__ActorClass__UnorderedGroup_0 ) ) ;
+ // InternalRoom.g:10818:1: rule__ActorClass__Group__0__Impl : ( ( rule__ActorClass__UnorderedGroup_0 ) ) ;
public final void rule__ActorClass__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10802:1: ( ( ( rule__ActorClass__UnorderedGroup_0 ) ) )
- // InternalRoom.g:10803:1: ( ( rule__ActorClass__UnorderedGroup_0 ) )
+ // InternalRoom.g:10822:1: ( ( ( rule__ActorClass__UnorderedGroup_0 ) ) )
+ // InternalRoom.g:10823:1: ( ( rule__ActorClass__UnorderedGroup_0 ) )
{
- // InternalRoom.g:10803:1: ( ( rule__ActorClass__UnorderedGroup_0 ) )
- // InternalRoom.g:10804:1: ( rule__ActorClass__UnorderedGroup_0 )
+ // InternalRoom.g:10823:1: ( ( rule__ActorClass__UnorderedGroup_0 ) )
+ // InternalRoom.g:10824:1: ( rule__ActorClass__UnorderedGroup_0 )
{
before(grammarAccess.getActorClassAccess().getUnorderedGroup_0());
- // InternalRoom.g:10805:1: ( rule__ActorClass__UnorderedGroup_0 )
- // InternalRoom.g:10805:2: rule__ActorClass__UnorderedGroup_0
+ // InternalRoom.g:10825:1: ( rule__ActorClass__UnorderedGroup_0 )
+ // InternalRoom.g:10825:2: rule__ActorClass__UnorderedGroup_0
{
pushFollow(FOLLOW_2);
rule__ActorClass__UnorderedGroup_0();
@@ -30926,14 +31022,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__1"
- // InternalRoom.g:10815:1: rule__ActorClass__Group__1 : rule__ActorClass__Group__1__Impl rule__ActorClass__Group__2 ;
+ // InternalRoom.g:10835:1: rule__ActorClass__Group__1 : rule__ActorClass__Group__1__Impl rule__ActorClass__Group__2 ;
public final void rule__ActorClass__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10819:1: ( rule__ActorClass__Group__1__Impl rule__ActorClass__Group__2 )
- // InternalRoom.g:10820:2: rule__ActorClass__Group__1__Impl rule__ActorClass__Group__2
+ // InternalRoom.g:10839:1: ( rule__ActorClass__Group__1__Impl rule__ActorClass__Group__2 )
+ // InternalRoom.g:10840:2: rule__ActorClass__Group__1__Impl rule__ActorClass__Group__2
{
pushFollow(FOLLOW_3);
rule__ActorClass__Group__1__Impl();
@@ -30964,17 +31060,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__1__Impl"
- // InternalRoom.g:10827:1: rule__ActorClass__Group__1__Impl : ( 'ActorClass' ) ;
+ // InternalRoom.g:10847:1: rule__ActorClass__Group__1__Impl : ( 'ActorClass' ) ;
public final void rule__ActorClass__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10831:1: ( ( 'ActorClass' ) )
- // InternalRoom.g:10832:1: ( 'ActorClass' )
+ // InternalRoom.g:10851:1: ( ( 'ActorClass' ) )
+ // InternalRoom.g:10852:1: ( 'ActorClass' )
{
- // InternalRoom.g:10832:1: ( 'ActorClass' )
- // InternalRoom.g:10833:1: 'ActorClass'
+ // InternalRoom.g:10852:1: ( 'ActorClass' )
+ // InternalRoom.g:10853:1: 'ActorClass'
{
before(grammarAccess.getActorClassAccess().getActorClassKeyword_1());
match(input,18,FOLLOW_2);
@@ -31001,16 +31097,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__2"
- // InternalRoom.g:10846:1: rule__ActorClass__Group__2 : rule__ActorClass__Group__2__Impl rule__ActorClass__Group__3 ;
+ // InternalRoom.g:10866:1: rule__ActorClass__Group__2 : rule__ActorClass__Group__2__Impl rule__ActorClass__Group__3 ;
public final void rule__ActorClass__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10850:1: ( rule__ActorClass__Group__2__Impl rule__ActorClass__Group__3 )
- // InternalRoom.g:10851:2: rule__ActorClass__Group__2__Impl rule__ActorClass__Group__3
+ // InternalRoom.g:10870:1: ( rule__ActorClass__Group__2__Impl rule__ActorClass__Group__3 )
+ // InternalRoom.g:10871:2: rule__ActorClass__Group__2__Impl rule__ActorClass__Group__3
{
- pushFollow(FOLLOW_25);
+ pushFollow(FOLLOW_26);
rule__ActorClass__Group__2__Impl();
state._fsp--;
@@ -31039,21 +31135,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__2__Impl"
- // InternalRoom.g:10858:1: rule__ActorClass__Group__2__Impl : ( ( rule__ActorClass__NameAssignment_2 ) ) ;
+ // InternalRoom.g:10878:1: rule__ActorClass__Group__2__Impl : ( ( rule__ActorClass__NameAssignment_2 ) ) ;
public final void rule__ActorClass__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10862:1: ( ( ( rule__ActorClass__NameAssignment_2 ) ) )
- // InternalRoom.g:10863:1: ( ( rule__ActorClass__NameAssignment_2 ) )
+ // InternalRoom.g:10882:1: ( ( ( rule__ActorClass__NameAssignment_2 ) ) )
+ // InternalRoom.g:10883:1: ( ( rule__ActorClass__NameAssignment_2 ) )
{
- // InternalRoom.g:10863:1: ( ( rule__ActorClass__NameAssignment_2 ) )
- // InternalRoom.g:10864:1: ( rule__ActorClass__NameAssignment_2 )
+ // InternalRoom.g:10883:1: ( ( rule__ActorClass__NameAssignment_2 ) )
+ // InternalRoom.g:10884:1: ( rule__ActorClass__NameAssignment_2 )
{
before(grammarAccess.getActorClassAccess().getNameAssignment_2());
- // InternalRoom.g:10865:1: ( rule__ActorClass__NameAssignment_2 )
- // InternalRoom.g:10865:2: rule__ActorClass__NameAssignment_2
+ // InternalRoom.g:10885:1: ( rule__ActorClass__NameAssignment_2 )
+ // InternalRoom.g:10885:2: rule__ActorClass__NameAssignment_2
{
pushFollow(FOLLOW_2);
rule__ActorClass__NameAssignment_2();
@@ -31086,16 +31182,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__3"
- // InternalRoom.g:10875:1: rule__ActorClass__Group__3 : rule__ActorClass__Group__3__Impl rule__ActorClass__Group__4 ;
+ // InternalRoom.g:10895:1: rule__ActorClass__Group__3 : rule__ActorClass__Group__3__Impl rule__ActorClass__Group__4 ;
public final void rule__ActorClass__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10879:1: ( rule__ActorClass__Group__3__Impl rule__ActorClass__Group__4 )
- // InternalRoom.g:10880:2: rule__ActorClass__Group__3__Impl rule__ActorClass__Group__4
+ // InternalRoom.g:10899:1: ( rule__ActorClass__Group__3__Impl rule__ActorClass__Group__4 )
+ // InternalRoom.g:10900:2: rule__ActorClass__Group__3__Impl rule__ActorClass__Group__4
{
- pushFollow(FOLLOW_25);
+ pushFollow(FOLLOW_26);
rule__ActorClass__Group__3__Impl();
state._fsp--;
@@ -31124,29 +31220,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__3__Impl"
- // InternalRoom.g:10887:1: rule__ActorClass__Group__3__Impl : ( ( rule__ActorClass__DocuAssignment_3 )? ) ;
+ // InternalRoom.g:10907:1: rule__ActorClass__Group__3__Impl : ( ( rule__ActorClass__DocuAssignment_3 )? ) ;
public final void rule__ActorClass__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10891:1: ( ( ( rule__ActorClass__DocuAssignment_3 )? ) )
- // InternalRoom.g:10892:1: ( ( rule__ActorClass__DocuAssignment_3 )? )
+ // InternalRoom.g:10911:1: ( ( ( rule__ActorClass__DocuAssignment_3 )? ) )
+ // InternalRoom.g:10912:1: ( ( rule__ActorClass__DocuAssignment_3 )? )
{
- // InternalRoom.g:10892:1: ( ( rule__ActorClass__DocuAssignment_3 )? )
- // InternalRoom.g:10893:1: ( rule__ActorClass__DocuAssignment_3 )?
+ // InternalRoom.g:10912:1: ( ( rule__ActorClass__DocuAssignment_3 )? )
+ // InternalRoom.g:10913:1: ( rule__ActorClass__DocuAssignment_3 )?
{
before(grammarAccess.getActorClassAccess().getDocuAssignment_3());
- // InternalRoom.g:10894:1: ( rule__ActorClass__DocuAssignment_3 )?
- int alt116=2;
- int LA116_0 = input.LA(1);
+ // InternalRoom.g:10914:1: ( rule__ActorClass__DocuAssignment_3 )?
+ int alt117=2;
+ int LA117_0 = input.LA(1);
- if ( (LA116_0==63) ) {
- alt116=1;
+ if ( (LA117_0==63) ) {
+ alt117=1;
}
- switch (alt116) {
+ switch (alt117) {
case 1 :
- // InternalRoom.g:10894:2: rule__ActorClass__DocuAssignment_3
+ // InternalRoom.g:10914:2: rule__ActorClass__DocuAssignment_3
{
pushFollow(FOLLOW_2);
rule__ActorClass__DocuAssignment_3();
@@ -31182,16 +31278,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__4"
- // InternalRoom.g:10904:1: rule__ActorClass__Group__4 : rule__ActorClass__Group__4__Impl rule__ActorClass__Group__5 ;
+ // InternalRoom.g:10924:1: rule__ActorClass__Group__4 : rule__ActorClass__Group__4__Impl rule__ActorClass__Group__5 ;
public final void rule__ActorClass__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10908:1: ( rule__ActorClass__Group__4__Impl rule__ActorClass__Group__5 )
- // InternalRoom.g:10909:2: rule__ActorClass__Group__4__Impl rule__ActorClass__Group__5
+ // InternalRoom.g:10928:1: ( rule__ActorClass__Group__4__Impl rule__ActorClass__Group__5 )
+ // InternalRoom.g:10929:2: rule__ActorClass__Group__4__Impl rule__ActorClass__Group__5
{
- pushFollow(FOLLOW_25);
+ pushFollow(FOLLOW_26);
rule__ActorClass__Group__4__Impl();
state._fsp--;
@@ -31220,29 +31316,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__4__Impl"
- // InternalRoom.g:10916:1: rule__ActorClass__Group__4__Impl : ( ( rule__ActorClass__Group_4__0 )? ) ;
+ // InternalRoom.g:10936:1: rule__ActorClass__Group__4__Impl : ( ( rule__ActorClass__Group_4__0 )? ) ;
public final void rule__ActorClass__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10920:1: ( ( ( rule__ActorClass__Group_4__0 )? ) )
- // InternalRoom.g:10921:1: ( ( rule__ActorClass__Group_4__0 )? )
+ // InternalRoom.g:10940:1: ( ( ( rule__ActorClass__Group_4__0 )? ) )
+ // InternalRoom.g:10941:1: ( ( rule__ActorClass__Group_4__0 )? )
{
- // InternalRoom.g:10921:1: ( ( rule__ActorClass__Group_4__0 )? )
- // InternalRoom.g:10922:1: ( rule__ActorClass__Group_4__0 )?
+ // InternalRoom.g:10941:1: ( ( rule__ActorClass__Group_4__0 )? )
+ // InternalRoom.g:10942:1: ( rule__ActorClass__Group_4__0 )?
{
before(grammarAccess.getActorClassAccess().getGroup_4());
- // InternalRoom.g:10923:1: ( rule__ActorClass__Group_4__0 )?
- int alt117=2;
- int LA117_0 = input.LA(1);
+ // InternalRoom.g:10943:1: ( rule__ActorClass__Group_4__0 )?
+ int alt118=2;
+ int LA118_0 = input.LA(1);
- if ( (LA117_0==58) ) {
- alt117=1;
+ if ( (LA118_0==58) ) {
+ alt118=1;
}
- switch (alt117) {
+ switch (alt118) {
case 1 :
- // InternalRoom.g:10923:2: rule__ActorClass__Group_4__0
+ // InternalRoom.g:10943:2: rule__ActorClass__Group_4__0
{
pushFollow(FOLLOW_2);
rule__ActorClass__Group_4__0();
@@ -31278,16 +31374,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__5"
- // InternalRoom.g:10933:1: rule__ActorClass__Group__5 : rule__ActorClass__Group__5__Impl rule__ActorClass__Group__6 ;
+ // InternalRoom.g:10953:1: rule__ActorClass__Group__5 : rule__ActorClass__Group__5__Impl rule__ActorClass__Group__6 ;
public final void rule__ActorClass__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10937:1: ( rule__ActorClass__Group__5__Impl rule__ActorClass__Group__6 )
- // InternalRoom.g:10938:2: rule__ActorClass__Group__5__Impl rule__ActorClass__Group__6
+ // InternalRoom.g:10957:1: ( rule__ActorClass__Group__5__Impl rule__ActorClass__Group__6 )
+ // InternalRoom.g:10958:2: rule__ActorClass__Group__5__Impl rule__ActorClass__Group__6
{
- pushFollow(FOLLOW_54);
+ pushFollow(FOLLOW_55);
rule__ActorClass__Group__5__Impl();
state._fsp--;
@@ -31316,17 +31412,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__5__Impl"
- // InternalRoom.g:10945:1: rule__ActorClass__Group__5__Impl : ( '{' ) ;
+ // InternalRoom.g:10965:1: rule__ActorClass__Group__5__Impl : ( '{' ) ;
public final void rule__ActorClass__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10949:1: ( ( '{' ) )
- // InternalRoom.g:10950:1: ( '{' )
+ // InternalRoom.g:10969:1: ( ( '{' ) )
+ // InternalRoom.g:10970:1: ( '{' )
{
- // InternalRoom.g:10950:1: ( '{' )
- // InternalRoom.g:10951:1: '{'
+ // InternalRoom.g:10970:1: ( '{' )
+ // InternalRoom.g:10971:1: '{'
{
before(grammarAccess.getActorClassAccess().getLeftCurlyBracketKeyword_5());
match(input,45,FOLLOW_2);
@@ -31353,16 +31449,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__6"
- // InternalRoom.g:10964:1: rule__ActorClass__Group__6 : rule__ActorClass__Group__6__Impl rule__ActorClass__Group__7 ;
+ // InternalRoom.g:10984:1: rule__ActorClass__Group__6 : rule__ActorClass__Group__6__Impl rule__ActorClass__Group__7 ;
public final void rule__ActorClass__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10968:1: ( rule__ActorClass__Group__6__Impl rule__ActorClass__Group__7 )
- // InternalRoom.g:10969:2: rule__ActorClass__Group__6__Impl rule__ActorClass__Group__7
+ // InternalRoom.g:10988:1: ( rule__ActorClass__Group__6__Impl rule__ActorClass__Group__7 )
+ // InternalRoom.g:10989:2: rule__ActorClass__Group__6__Impl rule__ActorClass__Group__7
{
- pushFollow(FOLLOW_54);
+ pushFollow(FOLLOW_55);
rule__ActorClass__Group__6__Impl();
state._fsp--;
@@ -31391,33 +31487,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__6__Impl"
- // InternalRoom.g:10976:1: rule__ActorClass__Group__6__Impl : ( ( rule__ActorClass__AnnotationsAssignment_6 )* ) ;
+ // InternalRoom.g:10996:1: rule__ActorClass__Group__6__Impl : ( ( rule__ActorClass__AnnotationsAssignment_6 )* ) ;
public final void rule__ActorClass__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10980:1: ( ( ( rule__ActorClass__AnnotationsAssignment_6 )* ) )
- // InternalRoom.g:10981:1: ( ( rule__ActorClass__AnnotationsAssignment_6 )* )
+ // InternalRoom.g:11000:1: ( ( ( rule__ActorClass__AnnotationsAssignment_6 )* ) )
+ // InternalRoom.g:11001:1: ( ( rule__ActorClass__AnnotationsAssignment_6 )* )
{
- // InternalRoom.g:10981:1: ( ( rule__ActorClass__AnnotationsAssignment_6 )* )
- // InternalRoom.g:10982:1: ( rule__ActorClass__AnnotationsAssignment_6 )*
+ // InternalRoom.g:11001:1: ( ( rule__ActorClass__AnnotationsAssignment_6 )* )
+ // InternalRoom.g:11002:1: ( rule__ActorClass__AnnotationsAssignment_6 )*
{
before(grammarAccess.getActorClassAccess().getAnnotationsAssignment_6());
- // InternalRoom.g:10983:1: ( rule__ActorClass__AnnotationsAssignment_6 )*
- loop118:
+ // InternalRoom.g:11003:1: ( rule__ActorClass__AnnotationsAssignment_6 )*
+ loop119:
do {
- int alt118=2;
- int LA118_0 = input.LA(1);
+ int alt119=2;
+ int LA119_0 = input.LA(1);
- if ( (LA118_0==120) ) {
- alt118=1;
+ if ( (LA119_0==120) ) {
+ alt119=1;
}
- switch (alt118) {
+ switch (alt119) {
case 1 :
- // InternalRoom.g:10983:2: rule__ActorClass__AnnotationsAssignment_6
+ // InternalRoom.g:11003:2: rule__ActorClass__AnnotationsAssignment_6
{
pushFollow(FOLLOW_6);
rule__ActorClass__AnnotationsAssignment_6();
@@ -31429,7 +31525,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop118;
+ break loop119;
}
} while (true);
@@ -31456,16 +31552,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__7"
- // InternalRoom.g:10993:1: rule__ActorClass__Group__7 : rule__ActorClass__Group__7__Impl rule__ActorClass__Group__8 ;
+ // InternalRoom.g:11013:1: rule__ActorClass__Group__7 : rule__ActorClass__Group__7__Impl rule__ActorClass__Group__8 ;
public final void rule__ActorClass__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:10997:1: ( rule__ActorClass__Group__7__Impl rule__ActorClass__Group__8 )
- // InternalRoom.g:10998:2: rule__ActorClass__Group__7__Impl rule__ActorClass__Group__8
+ // InternalRoom.g:11017:1: ( rule__ActorClass__Group__7__Impl rule__ActorClass__Group__8 )
+ // InternalRoom.g:11018:2: rule__ActorClass__Group__7__Impl rule__ActorClass__Group__8
{
- pushFollow(FOLLOW_54);
+ pushFollow(FOLLOW_55);
rule__ActorClass__Group__7__Impl();
state._fsp--;
@@ -31494,29 +31590,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__7__Impl"
- // InternalRoom.g:11005:1: rule__ActorClass__Group__7__Impl : ( ( rule__ActorClass__Group_7__0 )? ) ;
+ // InternalRoom.g:11025:1: rule__ActorClass__Group__7__Impl : ( ( rule__ActorClass__Group_7__0 )? ) ;
public final void rule__ActorClass__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11009:1: ( ( ( rule__ActorClass__Group_7__0 )? ) )
- // InternalRoom.g:11010:1: ( ( rule__ActorClass__Group_7__0 )? )
+ // InternalRoom.g:11029:1: ( ( ( rule__ActorClass__Group_7__0 )? ) )
+ // InternalRoom.g:11030:1: ( ( rule__ActorClass__Group_7__0 )? )
{
- // InternalRoom.g:11010:1: ( ( rule__ActorClass__Group_7__0 )? )
- // InternalRoom.g:11011:1: ( rule__ActorClass__Group_7__0 )?
+ // InternalRoom.g:11030:1: ( ( rule__ActorClass__Group_7__0 )? )
+ // InternalRoom.g:11031:1: ( rule__ActorClass__Group_7__0 )?
{
before(grammarAccess.getActorClassAccess().getGroup_7());
- // InternalRoom.g:11012:1: ( rule__ActorClass__Group_7__0 )?
- int alt119=2;
- int LA119_0 = input.LA(1);
+ // InternalRoom.g:11032:1: ( rule__ActorClass__Group_7__0 )?
+ int alt120=2;
+ int LA120_0 = input.LA(1);
- if ( (LA119_0==75) ) {
- alt119=1;
+ if ( (LA120_0==75) ) {
+ alt120=1;
}
- switch (alt119) {
+ switch (alt120) {
case 1 :
- // InternalRoom.g:11012:2: rule__ActorClass__Group_7__0
+ // InternalRoom.g:11032:2: rule__ActorClass__Group_7__0
{
pushFollow(FOLLOW_2);
rule__ActorClass__Group_7__0();
@@ -31552,16 +31648,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__8"
- // InternalRoom.g:11022:1: rule__ActorClass__Group__8 : rule__ActorClass__Group__8__Impl rule__ActorClass__Group__9 ;
+ // InternalRoom.g:11042:1: rule__ActorClass__Group__8 : rule__ActorClass__Group__8__Impl rule__ActorClass__Group__9 ;
public final void rule__ActorClass__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11026:1: ( rule__ActorClass__Group__8__Impl rule__ActorClass__Group__9 )
- // InternalRoom.g:11027:2: rule__ActorClass__Group__8__Impl rule__ActorClass__Group__9
+ // InternalRoom.g:11046:1: ( rule__ActorClass__Group__8__Impl rule__ActorClass__Group__9 )
+ // InternalRoom.g:11047:2: rule__ActorClass__Group__8__Impl rule__ActorClass__Group__9
{
- pushFollow(FOLLOW_54);
+ pushFollow(FOLLOW_55);
rule__ActorClass__Group__8__Impl();
state._fsp--;
@@ -31590,29 +31686,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__8__Impl"
- // InternalRoom.g:11034:1: rule__ActorClass__Group__8__Impl : ( ( rule__ActorClass__Group_8__0 )? ) ;
+ // InternalRoom.g:11054:1: rule__ActorClass__Group__8__Impl : ( ( rule__ActorClass__Group_8__0 )? ) ;
public final void rule__ActorClass__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11038:1: ( ( ( rule__ActorClass__Group_8__0 )? ) )
- // InternalRoom.g:11039:1: ( ( rule__ActorClass__Group_8__0 )? )
+ // InternalRoom.g:11058:1: ( ( ( rule__ActorClass__Group_8__0 )? ) )
+ // InternalRoom.g:11059:1: ( ( rule__ActorClass__Group_8__0 )? )
{
- // InternalRoom.g:11039:1: ( ( rule__ActorClass__Group_8__0 )? )
- // InternalRoom.g:11040:1: ( rule__ActorClass__Group_8__0 )?
+ // InternalRoom.g:11059:1: ( ( rule__ActorClass__Group_8__0 )? )
+ // InternalRoom.g:11060:1: ( rule__ActorClass__Group_8__0 )?
{
before(grammarAccess.getActorClassAccess().getGroup_8());
- // InternalRoom.g:11041:1: ( rule__ActorClass__Group_8__0 )?
- int alt120=2;
- int LA120_0 = input.LA(1);
+ // InternalRoom.g:11061:1: ( rule__ActorClass__Group_8__0 )?
+ int alt121=2;
+ int LA121_0 = input.LA(1);
- if ( (LA120_0==76) ) {
- alt120=1;
+ if ( (LA121_0==76) ) {
+ alt121=1;
}
- switch (alt120) {
+ switch (alt121) {
case 1 :
- // InternalRoom.g:11041:2: rule__ActorClass__Group_8__0
+ // InternalRoom.g:11061:2: rule__ActorClass__Group_8__0
{
pushFollow(FOLLOW_2);
rule__ActorClass__Group_8__0();
@@ -31648,16 +31744,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__9"
- // InternalRoom.g:11051:1: rule__ActorClass__Group__9 : rule__ActorClass__Group__9__Impl rule__ActorClass__Group__10 ;
+ // InternalRoom.g:11071:1: rule__ActorClass__Group__9 : rule__ActorClass__Group__9__Impl rule__ActorClass__Group__10 ;
public final void rule__ActorClass__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11055:1: ( rule__ActorClass__Group__9__Impl rule__ActorClass__Group__10 )
- // InternalRoom.g:11056:2: rule__ActorClass__Group__9__Impl rule__ActorClass__Group__10
+ // InternalRoom.g:11075:1: ( rule__ActorClass__Group__9__Impl rule__ActorClass__Group__10 )
+ // InternalRoom.g:11076:2: rule__ActorClass__Group__9__Impl rule__ActorClass__Group__10
{
- pushFollow(FOLLOW_54);
+ pushFollow(FOLLOW_55);
rule__ActorClass__Group__9__Impl();
state._fsp--;
@@ -31686,29 +31782,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__9__Impl"
- // InternalRoom.g:11063:1: rule__ActorClass__Group__9__Impl : ( ( rule__ActorClass__Group_9__0 )? ) ;
+ // InternalRoom.g:11083:1: rule__ActorClass__Group__9__Impl : ( ( rule__ActorClass__Group_9__0 )? ) ;
public final void rule__ActorClass__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11067:1: ( ( ( rule__ActorClass__Group_9__0 )? ) )
- // InternalRoom.g:11068:1: ( ( rule__ActorClass__Group_9__0 )? )
+ // InternalRoom.g:11087:1: ( ( ( rule__ActorClass__Group_9__0 )? ) )
+ // InternalRoom.g:11088:1: ( ( rule__ActorClass__Group_9__0 )? )
{
- // InternalRoom.g:11068:1: ( ( rule__ActorClass__Group_9__0 )? )
- // InternalRoom.g:11069:1: ( rule__ActorClass__Group_9__0 )?
+ // InternalRoom.g:11088:1: ( ( rule__ActorClass__Group_9__0 )? )
+ // InternalRoom.g:11089:1: ( rule__ActorClass__Group_9__0 )?
{
before(grammarAccess.getActorClassAccess().getGroup_9());
- // InternalRoom.g:11070:1: ( rule__ActorClass__Group_9__0 )?
- int alt121=2;
- int LA121_0 = input.LA(1);
+ // InternalRoom.g:11090:1: ( rule__ActorClass__Group_9__0 )?
+ int alt122=2;
+ int LA122_0 = input.LA(1);
- if ( (LA121_0==77) ) {
- alt121=1;
+ if ( (LA122_0==77) ) {
+ alt122=1;
}
- switch (alt121) {
+ switch (alt122) {
case 1 :
- // InternalRoom.g:11070:2: rule__ActorClass__Group_9__0
+ // InternalRoom.g:11090:2: rule__ActorClass__Group_9__0
{
pushFollow(FOLLOW_2);
rule__ActorClass__Group_9__0();
@@ -31744,14 +31840,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__10"
- // InternalRoom.g:11080:1: rule__ActorClass__Group__10 : rule__ActorClass__Group__10__Impl ;
+ // InternalRoom.g:11100:1: rule__ActorClass__Group__10 : rule__ActorClass__Group__10__Impl ;
public final void rule__ActorClass__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11084:1: ( rule__ActorClass__Group__10__Impl )
- // InternalRoom.g:11085:2: rule__ActorClass__Group__10__Impl
+ // InternalRoom.g:11104:1: ( rule__ActorClass__Group__10__Impl )
+ // InternalRoom.g:11105:2: rule__ActorClass__Group__10__Impl
{
pushFollow(FOLLOW_2);
rule__ActorClass__Group__10__Impl();
@@ -31777,17 +31873,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group__10__Impl"
- // InternalRoom.g:11091:1: rule__ActorClass__Group__10__Impl : ( '}' ) ;
+ // InternalRoom.g:11111:1: rule__ActorClass__Group__10__Impl : ( '}' ) ;
public final void rule__ActorClass__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11095:1: ( ( '}' ) )
- // InternalRoom.g:11096:1: ( '}' )
+ // InternalRoom.g:11115:1: ( ( '}' ) )
+ // InternalRoom.g:11116:1: ( '}' )
{
- // InternalRoom.g:11096:1: ( '}' )
- // InternalRoom.g:11097:1: '}'
+ // InternalRoom.g:11116:1: ( '}' )
+ // InternalRoom.g:11117:1: '}'
{
before(grammarAccess.getActorClassAccess().getRightCurlyBracketKeyword_10());
match(input,46,FOLLOW_2);
@@ -31814,14 +31910,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_4__0"
- // InternalRoom.g:11132:1: rule__ActorClass__Group_4__0 : rule__ActorClass__Group_4__0__Impl rule__ActorClass__Group_4__1 ;
+ // InternalRoom.g:11152:1: rule__ActorClass__Group_4__0 : rule__ActorClass__Group_4__0__Impl rule__ActorClass__Group_4__1 ;
public final void rule__ActorClass__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11136:1: ( rule__ActorClass__Group_4__0__Impl rule__ActorClass__Group_4__1 )
- // InternalRoom.g:11137:2: rule__ActorClass__Group_4__0__Impl rule__ActorClass__Group_4__1
+ // InternalRoom.g:11156:1: ( rule__ActorClass__Group_4__0__Impl rule__ActorClass__Group_4__1 )
+ // InternalRoom.g:11157:2: rule__ActorClass__Group_4__0__Impl rule__ActorClass__Group_4__1
{
pushFollow(FOLLOW_3);
rule__ActorClass__Group_4__0__Impl();
@@ -31852,17 +31948,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_4__0__Impl"
- // InternalRoom.g:11144:1: rule__ActorClass__Group_4__0__Impl : ( 'extends' ) ;
+ // InternalRoom.g:11164:1: rule__ActorClass__Group_4__0__Impl : ( 'extends' ) ;
public final void rule__ActorClass__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11148:1: ( ( 'extends' ) )
- // InternalRoom.g:11149:1: ( 'extends' )
+ // InternalRoom.g:11168:1: ( ( 'extends' ) )
+ // InternalRoom.g:11169:1: ( 'extends' )
{
- // InternalRoom.g:11149:1: ( 'extends' )
- // InternalRoom.g:11150:1: 'extends'
+ // InternalRoom.g:11169:1: ( 'extends' )
+ // InternalRoom.g:11170:1: 'extends'
{
before(grammarAccess.getActorClassAccess().getExtendsKeyword_4_0());
match(input,58,FOLLOW_2);
@@ -31889,14 +31985,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_4__1"
- // InternalRoom.g:11163:1: rule__ActorClass__Group_4__1 : rule__ActorClass__Group_4__1__Impl ;
+ // InternalRoom.g:11183:1: rule__ActorClass__Group_4__1 : rule__ActorClass__Group_4__1__Impl ;
public final void rule__ActorClass__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11167:1: ( rule__ActorClass__Group_4__1__Impl )
- // InternalRoom.g:11168:2: rule__ActorClass__Group_4__1__Impl
+ // InternalRoom.g:11187:1: ( rule__ActorClass__Group_4__1__Impl )
+ // InternalRoom.g:11188:2: rule__ActorClass__Group_4__1__Impl
{
pushFollow(FOLLOW_2);
rule__ActorClass__Group_4__1__Impl();
@@ -31922,21 +32018,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_4__1__Impl"
- // InternalRoom.g:11174:1: rule__ActorClass__Group_4__1__Impl : ( ( rule__ActorClass__BaseAssignment_4_1 ) ) ;
+ // InternalRoom.g:11194:1: rule__ActorClass__Group_4__1__Impl : ( ( rule__ActorClass__BaseAssignment_4_1 ) ) ;
public final void rule__ActorClass__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11178:1: ( ( ( rule__ActorClass__BaseAssignment_4_1 ) ) )
- // InternalRoom.g:11179:1: ( ( rule__ActorClass__BaseAssignment_4_1 ) )
+ // InternalRoom.g:11198:1: ( ( ( rule__ActorClass__BaseAssignment_4_1 ) ) )
+ // InternalRoom.g:11199:1: ( ( rule__ActorClass__BaseAssignment_4_1 ) )
{
- // InternalRoom.g:11179:1: ( ( rule__ActorClass__BaseAssignment_4_1 ) )
- // InternalRoom.g:11180:1: ( rule__ActorClass__BaseAssignment_4_1 )
+ // InternalRoom.g:11199:1: ( ( rule__ActorClass__BaseAssignment_4_1 ) )
+ // InternalRoom.g:11200:1: ( rule__ActorClass__BaseAssignment_4_1 )
{
before(grammarAccess.getActorClassAccess().getBaseAssignment_4_1());
- // InternalRoom.g:11181:1: ( rule__ActorClass__BaseAssignment_4_1 )
- // InternalRoom.g:11181:2: rule__ActorClass__BaseAssignment_4_1
+ // InternalRoom.g:11201:1: ( rule__ActorClass__BaseAssignment_4_1 )
+ // InternalRoom.g:11201:2: rule__ActorClass__BaseAssignment_4_1
{
pushFollow(FOLLOW_2);
rule__ActorClass__BaseAssignment_4_1();
@@ -31969,16 +32065,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_7__0"
- // InternalRoom.g:11195:1: rule__ActorClass__Group_7__0 : rule__ActorClass__Group_7__0__Impl rule__ActorClass__Group_7__1 ;
+ // InternalRoom.g:11215:1: rule__ActorClass__Group_7__0 : rule__ActorClass__Group_7__0__Impl rule__ActorClass__Group_7__1 ;
public final void rule__ActorClass__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11199:1: ( rule__ActorClass__Group_7__0__Impl rule__ActorClass__Group_7__1 )
- // InternalRoom.g:11200:2: rule__ActorClass__Group_7__0__Impl rule__ActorClass__Group_7__1
+ // InternalRoom.g:11219:1: ( rule__ActorClass__Group_7__0__Impl rule__ActorClass__Group_7__1 )
+ // InternalRoom.g:11220:2: rule__ActorClass__Group_7__0__Impl rule__ActorClass__Group_7__1
{
- pushFollow(FOLLOW_41);
+ pushFollow(FOLLOW_42);
rule__ActorClass__Group_7__0__Impl();
state._fsp--;
@@ -32007,17 +32103,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_7__0__Impl"
- // InternalRoom.g:11207:1: rule__ActorClass__Group_7__0__Impl : ( 'Interface' ) ;
+ // InternalRoom.g:11227:1: rule__ActorClass__Group_7__0__Impl : ( 'Interface' ) ;
public final void rule__ActorClass__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11211:1: ( ( 'Interface' ) )
- // InternalRoom.g:11212:1: ( 'Interface' )
+ // InternalRoom.g:11231:1: ( ( 'Interface' ) )
+ // InternalRoom.g:11232:1: ( 'Interface' )
{
- // InternalRoom.g:11212:1: ( 'Interface' )
- // InternalRoom.g:11213:1: 'Interface'
+ // InternalRoom.g:11232:1: ( 'Interface' )
+ // InternalRoom.g:11233:1: 'Interface'
{
before(grammarAccess.getActorClassAccess().getInterfaceKeyword_7_0());
match(input,75,FOLLOW_2);
@@ -32044,16 +32140,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_7__1"
- // InternalRoom.g:11226:1: rule__ActorClass__Group_7__1 : rule__ActorClass__Group_7__1__Impl rule__ActorClass__Group_7__2 ;
+ // InternalRoom.g:11246:1: rule__ActorClass__Group_7__1 : rule__ActorClass__Group_7__1__Impl rule__ActorClass__Group_7__2 ;
public final void rule__ActorClass__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11230:1: ( rule__ActorClass__Group_7__1__Impl rule__ActorClass__Group_7__2 )
- // InternalRoom.g:11231:2: rule__ActorClass__Group_7__1__Impl rule__ActorClass__Group_7__2
+ // InternalRoom.g:11250:1: ( rule__ActorClass__Group_7__1__Impl rule__ActorClass__Group_7__2 )
+ // InternalRoom.g:11251:2: rule__ActorClass__Group_7__1__Impl rule__ActorClass__Group_7__2
{
- pushFollow(FOLLOW_55);
+ pushFollow(FOLLOW_56);
rule__ActorClass__Group_7__1__Impl();
state._fsp--;
@@ -32082,17 +32178,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_7__1__Impl"
- // InternalRoom.g:11238:1: rule__ActorClass__Group_7__1__Impl : ( '{' ) ;
+ // InternalRoom.g:11258:1: rule__ActorClass__Group_7__1__Impl : ( '{' ) ;
public final void rule__ActorClass__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11242:1: ( ( '{' ) )
- // InternalRoom.g:11243:1: ( '{' )
+ // InternalRoom.g:11262:1: ( ( '{' ) )
+ // InternalRoom.g:11263:1: ( '{' )
{
- // InternalRoom.g:11243:1: ( '{' )
- // InternalRoom.g:11244:1: '{'
+ // InternalRoom.g:11263:1: ( '{' )
+ // InternalRoom.g:11264:1: '{'
{
before(grammarAccess.getActorClassAccess().getLeftCurlyBracketKeyword_7_1());
match(input,45,FOLLOW_2);
@@ -32119,16 +32215,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_7__2"
- // InternalRoom.g:11257:1: rule__ActorClass__Group_7__2 : rule__ActorClass__Group_7__2__Impl rule__ActorClass__Group_7__3 ;
+ // InternalRoom.g:11277:1: rule__ActorClass__Group_7__2 : rule__ActorClass__Group_7__2__Impl rule__ActorClass__Group_7__3 ;
public final void rule__ActorClass__Group_7__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11261:1: ( rule__ActorClass__Group_7__2__Impl rule__ActorClass__Group_7__3 )
- // InternalRoom.g:11262:2: rule__ActorClass__Group_7__2__Impl rule__ActorClass__Group_7__3
+ // InternalRoom.g:11281:1: ( rule__ActorClass__Group_7__2__Impl rule__ActorClass__Group_7__3 )
+ // InternalRoom.g:11282:2: rule__ActorClass__Group_7__2__Impl rule__ActorClass__Group_7__3
{
- pushFollow(FOLLOW_55);
+ pushFollow(FOLLOW_56);
rule__ActorClass__Group_7__2__Impl();
state._fsp--;
@@ -32157,35 +32253,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_7__2__Impl"
- // InternalRoom.g:11269:1: rule__ActorClass__Group_7__2__Impl : ( ( rule__ActorClass__Alternatives_7_2 )* ) ;
+ // InternalRoom.g:11289:1: rule__ActorClass__Group_7__2__Impl : ( ( rule__ActorClass__Alternatives_7_2 )* ) ;
public final void rule__ActorClass__Group_7__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11273:1: ( ( ( rule__ActorClass__Alternatives_7_2 )* ) )
- // InternalRoom.g:11274:1: ( ( rule__ActorClass__Alternatives_7_2 )* )
+ // InternalRoom.g:11293:1: ( ( ( rule__ActorClass__Alternatives_7_2 )* ) )
+ // InternalRoom.g:11294:1: ( ( rule__ActorClass__Alternatives_7_2 )* )
{
- // InternalRoom.g:11274:1: ( ( rule__ActorClass__Alternatives_7_2 )* )
- // InternalRoom.g:11275:1: ( rule__ActorClass__Alternatives_7_2 )*
+ // InternalRoom.g:11294:1: ( ( rule__ActorClass__Alternatives_7_2 )* )
+ // InternalRoom.g:11295:1: ( rule__ActorClass__Alternatives_7_2 )*
{
before(grammarAccess.getActorClassAccess().getAlternatives_7_2());
- // InternalRoom.g:11276:1: ( rule__ActorClass__Alternatives_7_2 )*
- loop122:
+ // InternalRoom.g:11296:1: ( rule__ActorClass__Alternatives_7_2 )*
+ loop123:
do {
- int alt122=2;
- int LA122_0 = input.LA(1);
+ int alt123=2;
+ int LA123_0 = input.LA(1);
- if ( (LA122_0==24||LA122_0==71||LA122_0==80) ) {
- alt122=1;
+ if ( (LA123_0==24||LA123_0==71||LA123_0==80) ) {
+ alt123=1;
}
- switch (alt122) {
+ switch (alt123) {
case 1 :
- // InternalRoom.g:11276:2: rule__ActorClass__Alternatives_7_2
+ // InternalRoom.g:11296:2: rule__ActorClass__Alternatives_7_2
{
- pushFollow(FOLLOW_56);
+ pushFollow(FOLLOW_57);
rule__ActorClass__Alternatives_7_2();
state._fsp--;
@@ -32195,7 +32291,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop122;
+ break loop123;
}
} while (true);
@@ -32222,14 +32318,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_7__3"
- // InternalRoom.g:11286:1: rule__ActorClass__Group_7__3 : rule__ActorClass__Group_7__3__Impl ;
+ // InternalRoom.g:11306:1: rule__ActorClass__Group_7__3 : rule__ActorClass__Group_7__3__Impl ;
public final void rule__ActorClass__Group_7__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11290:1: ( rule__ActorClass__Group_7__3__Impl )
- // InternalRoom.g:11291:2: rule__ActorClass__Group_7__3__Impl
+ // InternalRoom.g:11310:1: ( rule__ActorClass__Group_7__3__Impl )
+ // InternalRoom.g:11311:2: rule__ActorClass__Group_7__3__Impl
{
pushFollow(FOLLOW_2);
rule__ActorClass__Group_7__3__Impl();
@@ -32255,17 +32351,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_7__3__Impl"
- // InternalRoom.g:11297:1: rule__ActorClass__Group_7__3__Impl : ( '}' ) ;
+ // InternalRoom.g:11317:1: rule__ActorClass__Group_7__3__Impl : ( '}' ) ;
public final void rule__ActorClass__Group_7__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11301:1: ( ( '}' ) )
- // InternalRoom.g:11302:1: ( '}' )
+ // InternalRoom.g:11321:1: ( ( '}' ) )
+ // InternalRoom.g:11322:1: ( '}' )
{
- // InternalRoom.g:11302:1: ( '}' )
- // InternalRoom.g:11303:1: '}'
+ // InternalRoom.g:11322:1: ( '}' )
+ // InternalRoom.g:11323:1: '}'
{
before(grammarAccess.getActorClassAccess().getRightCurlyBracketKeyword_7_3());
match(input,46,FOLLOW_2);
@@ -32292,14 +32388,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8__0"
- // InternalRoom.g:11324:1: rule__ActorClass__Group_8__0 : rule__ActorClass__Group_8__0__Impl rule__ActorClass__Group_8__1 ;
+ // InternalRoom.g:11344:1: rule__ActorClass__Group_8__0 : rule__ActorClass__Group_8__0__Impl rule__ActorClass__Group_8__1 ;
public final void rule__ActorClass__Group_8__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11328:1: ( rule__ActorClass__Group_8__0__Impl rule__ActorClass__Group_8__1 )
- // InternalRoom.g:11329:2: rule__ActorClass__Group_8__0__Impl rule__ActorClass__Group_8__1
+ // InternalRoom.g:11348:1: ( rule__ActorClass__Group_8__0__Impl rule__ActorClass__Group_8__1 )
+ // InternalRoom.g:11349:2: rule__ActorClass__Group_8__0__Impl rule__ActorClass__Group_8__1
{
pushFollow(FOLLOW_4);
rule__ActorClass__Group_8__0__Impl();
@@ -32330,17 +32426,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8__0__Impl"
- // InternalRoom.g:11336:1: rule__ActorClass__Group_8__0__Impl : ( 'Structure' ) ;
+ // InternalRoom.g:11356:1: rule__ActorClass__Group_8__0__Impl : ( 'Structure' ) ;
public final void rule__ActorClass__Group_8__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11340:1: ( ( 'Structure' ) )
- // InternalRoom.g:11341:1: ( 'Structure' )
+ // InternalRoom.g:11360:1: ( ( 'Structure' ) )
+ // InternalRoom.g:11361:1: ( 'Structure' )
{
- // InternalRoom.g:11341:1: ( 'Structure' )
- // InternalRoom.g:11342:1: 'Structure'
+ // InternalRoom.g:11361:1: ( 'Structure' )
+ // InternalRoom.g:11362:1: 'Structure'
{
before(grammarAccess.getActorClassAccess().getStructureKeyword_8_0());
match(input,76,FOLLOW_2);
@@ -32367,14 +32463,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8__1"
- // InternalRoom.g:11355:1: rule__ActorClass__Group_8__1 : rule__ActorClass__Group_8__1__Impl rule__ActorClass__Group_8__2 ;
+ // InternalRoom.g:11375:1: rule__ActorClass__Group_8__1 : rule__ActorClass__Group_8__1__Impl rule__ActorClass__Group_8__2 ;
public final void rule__ActorClass__Group_8__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11359:1: ( rule__ActorClass__Group_8__1__Impl rule__ActorClass__Group_8__2 )
- // InternalRoom.g:11360:2: rule__ActorClass__Group_8__1__Impl rule__ActorClass__Group_8__2
+ // InternalRoom.g:11379:1: ( rule__ActorClass__Group_8__1__Impl rule__ActorClass__Group_8__2 )
+ // InternalRoom.g:11380:2: rule__ActorClass__Group_8__1__Impl rule__ActorClass__Group_8__2
{
pushFollow(FOLLOW_4);
rule__ActorClass__Group_8__1__Impl();
@@ -32405,29 +32501,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8__1__Impl"
- // InternalRoom.g:11367:1: rule__ActorClass__Group_8__1__Impl : ( ( rule__ActorClass__StructureDocuAssignment_8_1 )? ) ;
+ // InternalRoom.g:11387:1: rule__ActorClass__Group_8__1__Impl : ( ( rule__ActorClass__StructureDocuAssignment_8_1 )? ) ;
public final void rule__ActorClass__Group_8__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11371:1: ( ( ( rule__ActorClass__StructureDocuAssignment_8_1 )? ) )
- // InternalRoom.g:11372:1: ( ( rule__ActorClass__StructureDocuAssignment_8_1 )? )
+ // InternalRoom.g:11391:1: ( ( ( rule__ActorClass__StructureDocuAssignment_8_1 )? ) )
+ // InternalRoom.g:11392:1: ( ( rule__ActorClass__StructureDocuAssignment_8_1 )? )
{
- // InternalRoom.g:11372:1: ( ( rule__ActorClass__StructureDocuAssignment_8_1 )? )
- // InternalRoom.g:11373:1: ( rule__ActorClass__StructureDocuAssignment_8_1 )?
+ // InternalRoom.g:11392:1: ( ( rule__ActorClass__StructureDocuAssignment_8_1 )? )
+ // InternalRoom.g:11393:1: ( rule__ActorClass__StructureDocuAssignment_8_1 )?
{
before(grammarAccess.getActorClassAccess().getStructureDocuAssignment_8_1());
- // InternalRoom.g:11374:1: ( rule__ActorClass__StructureDocuAssignment_8_1 )?
- int alt123=2;
- int LA123_0 = input.LA(1);
+ // InternalRoom.g:11394:1: ( rule__ActorClass__StructureDocuAssignment_8_1 )?
+ int alt124=2;
+ int LA124_0 = input.LA(1);
- if ( (LA123_0==63) ) {
- alt123=1;
+ if ( (LA124_0==63) ) {
+ alt124=1;
}
- switch (alt123) {
+ switch (alt124) {
case 1 :
- // InternalRoom.g:11374:2: rule__ActorClass__StructureDocuAssignment_8_1
+ // InternalRoom.g:11394:2: rule__ActorClass__StructureDocuAssignment_8_1
{
pushFollow(FOLLOW_2);
rule__ActorClass__StructureDocuAssignment_8_1();
@@ -32463,16 +32559,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8__2"
- // InternalRoom.g:11384:1: rule__ActorClass__Group_8__2 : rule__ActorClass__Group_8__2__Impl rule__ActorClass__Group_8__3 ;
+ // InternalRoom.g:11404:1: rule__ActorClass__Group_8__2 : rule__ActorClass__Group_8__2__Impl rule__ActorClass__Group_8__3 ;
public final void rule__ActorClass__Group_8__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11388:1: ( rule__ActorClass__Group_8__2__Impl rule__ActorClass__Group_8__3 )
- // InternalRoom.g:11389:2: rule__ActorClass__Group_8__2__Impl rule__ActorClass__Group_8__3
+ // InternalRoom.g:11408:1: ( rule__ActorClass__Group_8__2__Impl rule__ActorClass__Group_8__3 )
+ // InternalRoom.g:11409:2: rule__ActorClass__Group_8__2__Impl rule__ActorClass__Group_8__3
{
- pushFollow(FOLLOW_57);
+ pushFollow(FOLLOW_58);
rule__ActorClass__Group_8__2__Impl();
state._fsp--;
@@ -32501,17 +32597,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8__2__Impl"
- // InternalRoom.g:11396:1: rule__ActorClass__Group_8__2__Impl : ( '{' ) ;
+ // InternalRoom.g:11416:1: rule__ActorClass__Group_8__2__Impl : ( '{' ) ;
public final void rule__ActorClass__Group_8__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11400:1: ( ( '{' ) )
- // InternalRoom.g:11401:1: ( '{' )
+ // InternalRoom.g:11420:1: ( ( '{' ) )
+ // InternalRoom.g:11421:1: ( '{' )
{
- // InternalRoom.g:11401:1: ( '{' )
- // InternalRoom.g:11402:1: '{'
+ // InternalRoom.g:11421:1: ( '{' )
+ // InternalRoom.g:11422:1: '{'
{
before(grammarAccess.getActorClassAccess().getLeftCurlyBracketKeyword_8_2());
match(input,45,FOLLOW_2);
@@ -32538,16 +32634,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8__3"
- // InternalRoom.g:11415:1: rule__ActorClass__Group_8__3 : rule__ActorClass__Group_8__3__Impl rule__ActorClass__Group_8__4 ;
+ // InternalRoom.g:11435:1: rule__ActorClass__Group_8__3 : rule__ActorClass__Group_8__3__Impl rule__ActorClass__Group_8__4 ;
public final void rule__ActorClass__Group_8__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11419:1: ( rule__ActorClass__Group_8__3__Impl rule__ActorClass__Group_8__4 )
- // InternalRoom.g:11420:2: rule__ActorClass__Group_8__3__Impl rule__ActorClass__Group_8__4
+ // InternalRoom.g:11439:1: ( rule__ActorClass__Group_8__3__Impl rule__ActorClass__Group_8__4 )
+ // InternalRoom.g:11440:2: rule__ActorClass__Group_8__3__Impl rule__ActorClass__Group_8__4
{
- pushFollow(FOLLOW_57);
+ pushFollow(FOLLOW_58);
rule__ActorClass__Group_8__3__Impl();
state._fsp--;
@@ -32576,29 +32672,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8__3__Impl"
- // InternalRoom.g:11427:1: rule__ActorClass__Group_8__3__Impl : ( ( rule__ActorClass__Group_8_3__0 )? ) ;
+ // InternalRoom.g:11447:1: rule__ActorClass__Group_8__3__Impl : ( ( rule__ActorClass__Group_8_3__0 )? ) ;
public final void rule__ActorClass__Group_8__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11431:1: ( ( ( rule__ActorClass__Group_8_3__0 )? ) )
- // InternalRoom.g:11432:1: ( ( rule__ActorClass__Group_8_3__0 )? )
+ // InternalRoom.g:11451:1: ( ( ( rule__ActorClass__Group_8_3__0 )? ) )
+ // InternalRoom.g:11452:1: ( ( rule__ActorClass__Group_8_3__0 )? )
{
- // InternalRoom.g:11432:1: ( ( rule__ActorClass__Group_8_3__0 )? )
- // InternalRoom.g:11433:1: ( rule__ActorClass__Group_8_3__0 )?
+ // InternalRoom.g:11452:1: ( ( rule__ActorClass__Group_8_3__0 )? )
+ // InternalRoom.g:11453:1: ( rule__ActorClass__Group_8_3__0 )?
{
before(grammarAccess.getActorClassAccess().getGroup_8_3());
- // InternalRoom.g:11434:1: ( rule__ActorClass__Group_8_3__0 )?
- int alt124=2;
- int LA124_0 = input.LA(1);
+ // InternalRoom.g:11454:1: ( rule__ActorClass__Group_8_3__0 )?
+ int alt125=2;
+ int LA125_0 = input.LA(1);
- if ( (LA124_0==59) ) {
- alt124=1;
+ if ( (LA125_0==59) ) {
+ alt125=1;
}
- switch (alt124) {
+ switch (alt125) {
case 1 :
- // InternalRoom.g:11434:2: rule__ActorClass__Group_8_3__0
+ // InternalRoom.g:11454:2: rule__ActorClass__Group_8_3__0
{
pushFollow(FOLLOW_2);
rule__ActorClass__Group_8_3__0();
@@ -32634,16 +32730,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8__4"
- // InternalRoom.g:11444:1: rule__ActorClass__Group_8__4 : rule__ActorClass__Group_8__4__Impl rule__ActorClass__Group_8__5 ;
+ // InternalRoom.g:11464:1: rule__ActorClass__Group_8__4 : rule__ActorClass__Group_8__4__Impl rule__ActorClass__Group_8__5 ;
public final void rule__ActorClass__Group_8__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11448:1: ( rule__ActorClass__Group_8__4__Impl rule__ActorClass__Group_8__5 )
- // InternalRoom.g:11449:2: rule__ActorClass__Group_8__4__Impl rule__ActorClass__Group_8__5
+ // InternalRoom.g:11468:1: ( rule__ActorClass__Group_8__4__Impl rule__ActorClass__Group_8__5 )
+ // InternalRoom.g:11469:2: rule__ActorClass__Group_8__4__Impl rule__ActorClass__Group_8__5
{
- pushFollow(FOLLOW_57);
+ pushFollow(FOLLOW_58);
rule__ActorClass__Group_8__4__Impl();
state._fsp--;
@@ -32672,29 +32768,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8__4__Impl"
- // InternalRoom.g:11456:1: rule__ActorClass__Group_8__4__Impl : ( ( rule__ActorClass__Group_8_4__0 )? ) ;
+ // InternalRoom.g:11476:1: rule__ActorClass__Group_8__4__Impl : ( ( rule__ActorClass__Group_8_4__0 )? ) ;
public final void rule__ActorClass__Group_8__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11460:1: ( ( ( rule__ActorClass__Group_8_4__0 )? ) )
- // InternalRoom.g:11461:1: ( ( rule__ActorClass__Group_8_4__0 )? )
+ // InternalRoom.g:11480:1: ( ( ( rule__ActorClass__Group_8_4__0 )? ) )
+ // InternalRoom.g:11481:1: ( ( rule__ActorClass__Group_8_4__0 )? )
{
- // InternalRoom.g:11461:1: ( ( rule__ActorClass__Group_8_4__0 )? )
- // InternalRoom.g:11462:1: ( rule__ActorClass__Group_8_4__0 )?
+ // InternalRoom.g:11481:1: ( ( rule__ActorClass__Group_8_4__0 )? )
+ // InternalRoom.g:11482:1: ( rule__ActorClass__Group_8_4__0 )?
{
before(grammarAccess.getActorClassAccess().getGroup_8_4());
- // InternalRoom.g:11463:1: ( rule__ActorClass__Group_8_4__0 )?
- int alt125=2;
- int LA125_0 = input.LA(1);
+ // InternalRoom.g:11483:1: ( rule__ActorClass__Group_8_4__0 )?
+ int alt126=2;
+ int LA126_0 = input.LA(1);
- if ( (LA125_0==60) ) {
- alt125=1;
+ if ( (LA126_0==60) ) {
+ alt126=1;
}
- switch (alt125) {
+ switch (alt126) {
case 1 :
- // InternalRoom.g:11463:2: rule__ActorClass__Group_8_4__0
+ // InternalRoom.g:11483:2: rule__ActorClass__Group_8_4__0
{
pushFollow(FOLLOW_2);
rule__ActorClass__Group_8_4__0();
@@ -32730,16 +32826,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8__5"
- // InternalRoom.g:11473:1: rule__ActorClass__Group_8__5 : rule__ActorClass__Group_8__5__Impl rule__ActorClass__Group_8__6 ;
+ // InternalRoom.g:11493:1: rule__ActorClass__Group_8__5 : rule__ActorClass__Group_8__5__Impl rule__ActorClass__Group_8__6 ;
public final void rule__ActorClass__Group_8__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11477:1: ( rule__ActorClass__Group_8__5__Impl rule__ActorClass__Group_8__6 )
- // InternalRoom.g:11478:2: rule__ActorClass__Group_8__5__Impl rule__ActorClass__Group_8__6
+ // InternalRoom.g:11497:1: ( rule__ActorClass__Group_8__5__Impl rule__ActorClass__Group_8__6 )
+ // InternalRoom.g:11498:2: rule__ActorClass__Group_8__5__Impl rule__ActorClass__Group_8__6
{
- pushFollow(FOLLOW_57);
+ pushFollow(FOLLOW_58);
rule__ActorClass__Group_8__5__Impl();
state._fsp--;
@@ -32768,29 +32864,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8__5__Impl"
- // InternalRoom.g:11485:1: rule__ActorClass__Group_8__5__Impl : ( ( rule__ActorClass__Group_8_5__0 )? ) ;
+ // InternalRoom.g:11505:1: rule__ActorClass__Group_8__5__Impl : ( ( rule__ActorClass__Group_8_5__0 )? ) ;
public final void rule__ActorClass__Group_8__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11489:1: ( ( ( rule__ActorClass__Group_8_5__0 )? ) )
- // InternalRoom.g:11490:1: ( ( rule__ActorClass__Group_8_5__0 )? )
+ // InternalRoom.g:11509:1: ( ( ( rule__ActorClass__Group_8_5__0 )? ) )
+ // InternalRoom.g:11510:1: ( ( rule__ActorClass__Group_8_5__0 )? )
{
- // InternalRoom.g:11490:1: ( ( rule__ActorClass__Group_8_5__0 )? )
- // InternalRoom.g:11491:1: ( rule__ActorClass__Group_8_5__0 )?
+ // InternalRoom.g:11510:1: ( ( rule__ActorClass__Group_8_5__0 )? )
+ // InternalRoom.g:11511:1: ( rule__ActorClass__Group_8_5__0 )?
{
before(grammarAccess.getActorClassAccess().getGroup_8_5());
- // InternalRoom.g:11492:1: ( rule__ActorClass__Group_8_5__0 )?
- int alt126=2;
- int LA126_0 = input.LA(1);
+ // InternalRoom.g:11512:1: ( rule__ActorClass__Group_8_5__0 )?
+ int alt127=2;
+ int LA127_0 = input.LA(1);
- if ( (LA126_0==61) ) {
- alt126=1;
+ if ( (LA127_0==61) ) {
+ alt127=1;
}
- switch (alt126) {
+ switch (alt127) {
case 1 :
- // InternalRoom.g:11492:2: rule__ActorClass__Group_8_5__0
+ // InternalRoom.g:11512:2: rule__ActorClass__Group_8_5__0
{
pushFollow(FOLLOW_2);
rule__ActorClass__Group_8_5__0();
@@ -32826,16 +32922,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8__6"
- // InternalRoom.g:11502:1: rule__ActorClass__Group_8__6 : rule__ActorClass__Group_8__6__Impl rule__ActorClass__Group_8__7 ;
+ // InternalRoom.g:11522:1: rule__ActorClass__Group_8__6 : rule__ActorClass__Group_8__6__Impl rule__ActorClass__Group_8__7 ;
public final void rule__ActorClass__Group_8__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11506:1: ( rule__ActorClass__Group_8__6__Impl rule__ActorClass__Group_8__7 )
- // InternalRoom.g:11507:2: rule__ActorClass__Group_8__6__Impl rule__ActorClass__Group_8__7
+ // InternalRoom.g:11526:1: ( rule__ActorClass__Group_8__6__Impl rule__ActorClass__Group_8__7 )
+ // InternalRoom.g:11527:2: rule__ActorClass__Group_8__6__Impl rule__ActorClass__Group_8__7
{
- pushFollow(FOLLOW_57);
+ pushFollow(FOLLOW_58);
rule__ActorClass__Group_8__6__Impl();
state._fsp--;
@@ -32864,35 +32960,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8__6__Impl"
- // InternalRoom.g:11514:1: rule__ActorClass__Group_8__6__Impl : ( ( rule__ActorClass__Alternatives_8_6 )* ) ;
+ // InternalRoom.g:11534:1: rule__ActorClass__Group_8__6__Impl : ( ( rule__ActorClass__Alternatives_8_6 )* ) ;
public final void rule__ActorClass__Group_8__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11518:1: ( ( ( rule__ActorClass__Alternatives_8_6 )* ) )
- // InternalRoom.g:11519:1: ( ( rule__ActorClass__Alternatives_8_6 )* )
+ // InternalRoom.g:11538:1: ( ( ( rule__ActorClass__Alternatives_8_6 )* ) )
+ // InternalRoom.g:11539:1: ( ( rule__ActorClass__Alternatives_8_6 )* )
{
- // InternalRoom.g:11519:1: ( ( rule__ActorClass__Alternatives_8_6 )* )
- // InternalRoom.g:11520:1: ( rule__ActorClass__Alternatives_8_6 )*
+ // InternalRoom.g:11539:1: ( ( rule__ActorClass__Alternatives_8_6 )* )
+ // InternalRoom.g:11540:1: ( rule__ActorClass__Alternatives_8_6 )*
{
before(grammarAccess.getActorClassAccess().getAlternatives_8_6());
- // InternalRoom.g:11521:1: ( rule__ActorClass__Alternatives_8_6 )*
- loop127:
+ // InternalRoom.g:11541:1: ( rule__ActorClass__Alternatives_8_6 )*
+ loop128:
do {
- int alt127=2;
- int LA127_0 = input.LA(1);
+ int alt128=2;
+ int LA128_0 = input.LA(1);
- if ( (LA127_0==24||(LA127_0>=38 && LA127_0<=39)||LA127_0==62||LA127_0==71||(LA127_0>=78 && LA127_0<=79)||LA127_0==81||LA127_0==86||LA127_0==90||LA127_0==94) ) {
- alt127=1;
+ if ( (LA128_0==24||(LA128_0>=38 && LA128_0<=39)||LA128_0==62||LA128_0==71||(LA128_0>=78 && LA128_0<=79)||LA128_0==81||LA128_0==86||LA128_0==90||LA128_0==94) ) {
+ alt128=1;
}
- switch (alt127) {
+ switch (alt128) {
case 1 :
- // InternalRoom.g:11521:2: rule__ActorClass__Alternatives_8_6
+ // InternalRoom.g:11541:2: rule__ActorClass__Alternatives_8_6
{
- pushFollow(FOLLOW_58);
+ pushFollow(FOLLOW_59);
rule__ActorClass__Alternatives_8_6();
state._fsp--;
@@ -32902,7 +32998,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop127;
+ break loop128;
}
} while (true);
@@ -32929,14 +33025,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8__7"
- // InternalRoom.g:11531:1: rule__ActorClass__Group_8__7 : rule__ActorClass__Group_8__7__Impl ;
+ // InternalRoom.g:11551:1: rule__ActorClass__Group_8__7 : rule__ActorClass__Group_8__7__Impl ;
public final void rule__ActorClass__Group_8__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11535:1: ( rule__ActorClass__Group_8__7__Impl )
- // InternalRoom.g:11536:2: rule__ActorClass__Group_8__7__Impl
+ // InternalRoom.g:11555:1: ( rule__ActorClass__Group_8__7__Impl )
+ // InternalRoom.g:11556:2: rule__ActorClass__Group_8__7__Impl
{
pushFollow(FOLLOW_2);
rule__ActorClass__Group_8__7__Impl();
@@ -32962,17 +33058,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8__7__Impl"
- // InternalRoom.g:11542:1: rule__ActorClass__Group_8__7__Impl : ( '}' ) ;
+ // InternalRoom.g:11562:1: rule__ActorClass__Group_8__7__Impl : ( '}' ) ;
public final void rule__ActorClass__Group_8__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11546:1: ( ( '}' ) )
- // InternalRoom.g:11547:1: ( '}' )
+ // InternalRoom.g:11566:1: ( ( '}' ) )
+ // InternalRoom.g:11567:1: ( '}' )
{
- // InternalRoom.g:11547:1: ( '}' )
- // InternalRoom.g:11548:1: '}'
+ // InternalRoom.g:11567:1: ( '}' )
+ // InternalRoom.g:11568:1: '}'
{
before(grammarAccess.getActorClassAccess().getRightCurlyBracketKeyword_8_7());
match(input,46,FOLLOW_2);
@@ -32999,16 +33095,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8_3__0"
- // InternalRoom.g:11577:1: rule__ActorClass__Group_8_3__0 : rule__ActorClass__Group_8_3__0__Impl rule__ActorClass__Group_8_3__1 ;
+ // InternalRoom.g:11597:1: rule__ActorClass__Group_8_3__0 : rule__ActorClass__Group_8_3__0__Impl rule__ActorClass__Group_8_3__1 ;
public final void rule__ActorClass__Group_8_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11581:1: ( rule__ActorClass__Group_8_3__0__Impl rule__ActorClass__Group_8_3__1 )
- // InternalRoom.g:11582:2: rule__ActorClass__Group_8_3__0__Impl rule__ActorClass__Group_8_3__1
+ // InternalRoom.g:11601:1: ( rule__ActorClass__Group_8_3__0__Impl rule__ActorClass__Group_8_3__1 )
+ // InternalRoom.g:11602:2: rule__ActorClass__Group_8_3__0__Impl rule__ActorClass__Group_8_3__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__ActorClass__Group_8_3__0__Impl();
state._fsp--;
@@ -33037,17 +33133,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8_3__0__Impl"
- // InternalRoom.g:11589:1: rule__ActorClass__Group_8_3__0__Impl : ( 'usercode1' ) ;
+ // InternalRoom.g:11609:1: rule__ActorClass__Group_8_3__0__Impl : ( 'usercode1' ) ;
public final void rule__ActorClass__Group_8_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11593:1: ( ( 'usercode1' ) )
- // InternalRoom.g:11594:1: ( 'usercode1' )
+ // InternalRoom.g:11613:1: ( ( 'usercode1' ) )
+ // InternalRoom.g:11614:1: ( 'usercode1' )
{
- // InternalRoom.g:11594:1: ( 'usercode1' )
- // InternalRoom.g:11595:1: 'usercode1'
+ // InternalRoom.g:11614:1: ( 'usercode1' )
+ // InternalRoom.g:11615:1: 'usercode1'
{
before(grammarAccess.getActorClassAccess().getUsercode1Keyword_8_3_0());
match(input,59,FOLLOW_2);
@@ -33074,14 +33170,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8_3__1"
- // InternalRoom.g:11608:1: rule__ActorClass__Group_8_3__1 : rule__ActorClass__Group_8_3__1__Impl ;
+ // InternalRoom.g:11628:1: rule__ActorClass__Group_8_3__1 : rule__ActorClass__Group_8_3__1__Impl ;
public final void rule__ActorClass__Group_8_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11612:1: ( rule__ActorClass__Group_8_3__1__Impl )
- // InternalRoom.g:11613:2: rule__ActorClass__Group_8_3__1__Impl
+ // InternalRoom.g:11632:1: ( rule__ActorClass__Group_8_3__1__Impl )
+ // InternalRoom.g:11633:2: rule__ActorClass__Group_8_3__1__Impl
{
pushFollow(FOLLOW_2);
rule__ActorClass__Group_8_3__1__Impl();
@@ -33107,21 +33203,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8_3__1__Impl"
- // InternalRoom.g:11619:1: rule__ActorClass__Group_8_3__1__Impl : ( ( rule__ActorClass__UserCode1Assignment_8_3_1 ) ) ;
+ // InternalRoom.g:11639:1: rule__ActorClass__Group_8_3__1__Impl : ( ( rule__ActorClass__UserCode1Assignment_8_3_1 ) ) ;
public final void rule__ActorClass__Group_8_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11623:1: ( ( ( rule__ActorClass__UserCode1Assignment_8_3_1 ) ) )
- // InternalRoom.g:11624:1: ( ( rule__ActorClass__UserCode1Assignment_8_3_1 ) )
+ // InternalRoom.g:11643:1: ( ( ( rule__ActorClass__UserCode1Assignment_8_3_1 ) ) )
+ // InternalRoom.g:11644:1: ( ( rule__ActorClass__UserCode1Assignment_8_3_1 ) )
{
- // InternalRoom.g:11624:1: ( ( rule__ActorClass__UserCode1Assignment_8_3_1 ) )
- // InternalRoom.g:11625:1: ( rule__ActorClass__UserCode1Assignment_8_3_1 )
+ // InternalRoom.g:11644:1: ( ( rule__ActorClass__UserCode1Assignment_8_3_1 ) )
+ // InternalRoom.g:11645:1: ( rule__ActorClass__UserCode1Assignment_8_3_1 )
{
before(grammarAccess.getActorClassAccess().getUserCode1Assignment_8_3_1());
- // InternalRoom.g:11626:1: ( rule__ActorClass__UserCode1Assignment_8_3_1 )
- // InternalRoom.g:11626:2: rule__ActorClass__UserCode1Assignment_8_3_1
+ // InternalRoom.g:11646:1: ( rule__ActorClass__UserCode1Assignment_8_3_1 )
+ // InternalRoom.g:11646:2: rule__ActorClass__UserCode1Assignment_8_3_1
{
pushFollow(FOLLOW_2);
rule__ActorClass__UserCode1Assignment_8_3_1();
@@ -33154,16 +33250,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8_4__0"
- // InternalRoom.g:11640:1: rule__ActorClass__Group_8_4__0 : rule__ActorClass__Group_8_4__0__Impl rule__ActorClass__Group_8_4__1 ;
+ // InternalRoom.g:11660:1: rule__ActorClass__Group_8_4__0 : rule__ActorClass__Group_8_4__0__Impl rule__ActorClass__Group_8_4__1 ;
public final void rule__ActorClass__Group_8_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11644:1: ( rule__ActorClass__Group_8_4__0__Impl rule__ActorClass__Group_8_4__1 )
- // InternalRoom.g:11645:2: rule__ActorClass__Group_8_4__0__Impl rule__ActorClass__Group_8_4__1
+ // InternalRoom.g:11664:1: ( rule__ActorClass__Group_8_4__0__Impl rule__ActorClass__Group_8_4__1 )
+ // InternalRoom.g:11665:2: rule__ActorClass__Group_8_4__0__Impl rule__ActorClass__Group_8_4__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__ActorClass__Group_8_4__0__Impl();
state._fsp--;
@@ -33192,17 +33288,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8_4__0__Impl"
- // InternalRoom.g:11652:1: rule__ActorClass__Group_8_4__0__Impl : ( 'usercode2' ) ;
+ // InternalRoom.g:11672:1: rule__ActorClass__Group_8_4__0__Impl : ( 'usercode2' ) ;
public final void rule__ActorClass__Group_8_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11656:1: ( ( 'usercode2' ) )
- // InternalRoom.g:11657:1: ( 'usercode2' )
+ // InternalRoom.g:11676:1: ( ( 'usercode2' ) )
+ // InternalRoom.g:11677:1: ( 'usercode2' )
{
- // InternalRoom.g:11657:1: ( 'usercode2' )
- // InternalRoom.g:11658:1: 'usercode2'
+ // InternalRoom.g:11677:1: ( 'usercode2' )
+ // InternalRoom.g:11678:1: 'usercode2'
{
before(grammarAccess.getActorClassAccess().getUsercode2Keyword_8_4_0());
match(input,60,FOLLOW_2);
@@ -33229,14 +33325,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8_4__1"
- // InternalRoom.g:11671:1: rule__ActorClass__Group_8_4__1 : rule__ActorClass__Group_8_4__1__Impl ;
+ // InternalRoom.g:11691:1: rule__ActorClass__Group_8_4__1 : rule__ActorClass__Group_8_4__1__Impl ;
public final void rule__ActorClass__Group_8_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11675:1: ( rule__ActorClass__Group_8_4__1__Impl )
- // InternalRoom.g:11676:2: rule__ActorClass__Group_8_4__1__Impl
+ // InternalRoom.g:11695:1: ( rule__ActorClass__Group_8_4__1__Impl )
+ // InternalRoom.g:11696:2: rule__ActorClass__Group_8_4__1__Impl
{
pushFollow(FOLLOW_2);
rule__ActorClass__Group_8_4__1__Impl();
@@ -33262,21 +33358,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8_4__1__Impl"
- // InternalRoom.g:11682:1: rule__ActorClass__Group_8_4__1__Impl : ( ( rule__ActorClass__UserCode2Assignment_8_4_1 ) ) ;
+ // InternalRoom.g:11702:1: rule__ActorClass__Group_8_4__1__Impl : ( ( rule__ActorClass__UserCode2Assignment_8_4_1 ) ) ;
public final void rule__ActorClass__Group_8_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11686:1: ( ( ( rule__ActorClass__UserCode2Assignment_8_4_1 ) ) )
- // InternalRoom.g:11687:1: ( ( rule__ActorClass__UserCode2Assignment_8_4_1 ) )
+ // InternalRoom.g:11706:1: ( ( ( rule__ActorClass__UserCode2Assignment_8_4_1 ) ) )
+ // InternalRoom.g:11707:1: ( ( rule__ActorClass__UserCode2Assignment_8_4_1 ) )
{
- // InternalRoom.g:11687:1: ( ( rule__ActorClass__UserCode2Assignment_8_4_1 ) )
- // InternalRoom.g:11688:1: ( rule__ActorClass__UserCode2Assignment_8_4_1 )
+ // InternalRoom.g:11707:1: ( ( rule__ActorClass__UserCode2Assignment_8_4_1 ) )
+ // InternalRoom.g:11708:1: ( rule__ActorClass__UserCode2Assignment_8_4_1 )
{
before(grammarAccess.getActorClassAccess().getUserCode2Assignment_8_4_1());
- // InternalRoom.g:11689:1: ( rule__ActorClass__UserCode2Assignment_8_4_1 )
- // InternalRoom.g:11689:2: rule__ActorClass__UserCode2Assignment_8_4_1
+ // InternalRoom.g:11709:1: ( rule__ActorClass__UserCode2Assignment_8_4_1 )
+ // InternalRoom.g:11709:2: rule__ActorClass__UserCode2Assignment_8_4_1
{
pushFollow(FOLLOW_2);
rule__ActorClass__UserCode2Assignment_8_4_1();
@@ -33309,16 +33405,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8_5__0"
- // InternalRoom.g:11703:1: rule__ActorClass__Group_8_5__0 : rule__ActorClass__Group_8_5__0__Impl rule__ActorClass__Group_8_5__1 ;
+ // InternalRoom.g:11723:1: rule__ActorClass__Group_8_5__0 : rule__ActorClass__Group_8_5__0__Impl rule__ActorClass__Group_8_5__1 ;
public final void rule__ActorClass__Group_8_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11707:1: ( rule__ActorClass__Group_8_5__0__Impl rule__ActorClass__Group_8_5__1 )
- // InternalRoom.g:11708:2: rule__ActorClass__Group_8_5__0__Impl rule__ActorClass__Group_8_5__1
+ // InternalRoom.g:11727:1: ( rule__ActorClass__Group_8_5__0__Impl rule__ActorClass__Group_8_5__1 )
+ // InternalRoom.g:11728:2: rule__ActorClass__Group_8_5__0__Impl rule__ActorClass__Group_8_5__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__ActorClass__Group_8_5__0__Impl();
state._fsp--;
@@ -33347,17 +33443,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8_5__0__Impl"
- // InternalRoom.g:11715:1: rule__ActorClass__Group_8_5__0__Impl : ( 'usercode3' ) ;
+ // InternalRoom.g:11735:1: rule__ActorClass__Group_8_5__0__Impl : ( 'usercode3' ) ;
public final void rule__ActorClass__Group_8_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11719:1: ( ( 'usercode3' ) )
- // InternalRoom.g:11720:1: ( 'usercode3' )
+ // InternalRoom.g:11739:1: ( ( 'usercode3' ) )
+ // InternalRoom.g:11740:1: ( 'usercode3' )
{
- // InternalRoom.g:11720:1: ( 'usercode3' )
- // InternalRoom.g:11721:1: 'usercode3'
+ // InternalRoom.g:11740:1: ( 'usercode3' )
+ // InternalRoom.g:11741:1: 'usercode3'
{
before(grammarAccess.getActorClassAccess().getUsercode3Keyword_8_5_0());
match(input,61,FOLLOW_2);
@@ -33384,14 +33480,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8_5__1"
- // InternalRoom.g:11734:1: rule__ActorClass__Group_8_5__1 : rule__ActorClass__Group_8_5__1__Impl ;
+ // InternalRoom.g:11754:1: rule__ActorClass__Group_8_5__1 : rule__ActorClass__Group_8_5__1__Impl ;
public final void rule__ActorClass__Group_8_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11738:1: ( rule__ActorClass__Group_8_5__1__Impl )
- // InternalRoom.g:11739:2: rule__ActorClass__Group_8_5__1__Impl
+ // InternalRoom.g:11758:1: ( rule__ActorClass__Group_8_5__1__Impl )
+ // InternalRoom.g:11759:2: rule__ActorClass__Group_8_5__1__Impl
{
pushFollow(FOLLOW_2);
rule__ActorClass__Group_8_5__1__Impl();
@@ -33417,21 +33513,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_8_5__1__Impl"
- // InternalRoom.g:11745:1: rule__ActorClass__Group_8_5__1__Impl : ( ( rule__ActorClass__UserCode3Assignment_8_5_1 ) ) ;
+ // InternalRoom.g:11765:1: rule__ActorClass__Group_8_5__1__Impl : ( ( rule__ActorClass__UserCode3Assignment_8_5_1 ) ) ;
public final void rule__ActorClass__Group_8_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11749:1: ( ( ( rule__ActorClass__UserCode3Assignment_8_5_1 ) ) )
- // InternalRoom.g:11750:1: ( ( rule__ActorClass__UserCode3Assignment_8_5_1 ) )
+ // InternalRoom.g:11769:1: ( ( ( rule__ActorClass__UserCode3Assignment_8_5_1 ) ) )
+ // InternalRoom.g:11770:1: ( ( rule__ActorClass__UserCode3Assignment_8_5_1 ) )
{
- // InternalRoom.g:11750:1: ( ( rule__ActorClass__UserCode3Assignment_8_5_1 ) )
- // InternalRoom.g:11751:1: ( rule__ActorClass__UserCode3Assignment_8_5_1 )
+ // InternalRoom.g:11770:1: ( ( rule__ActorClass__UserCode3Assignment_8_5_1 ) )
+ // InternalRoom.g:11771:1: ( rule__ActorClass__UserCode3Assignment_8_5_1 )
{
before(grammarAccess.getActorClassAccess().getUserCode3Assignment_8_5_1());
- // InternalRoom.g:11752:1: ( rule__ActorClass__UserCode3Assignment_8_5_1 )
- // InternalRoom.g:11752:2: rule__ActorClass__UserCode3Assignment_8_5_1
+ // InternalRoom.g:11772:1: ( rule__ActorClass__UserCode3Assignment_8_5_1 )
+ // InternalRoom.g:11772:2: rule__ActorClass__UserCode3Assignment_8_5_1
{
pushFollow(FOLLOW_2);
rule__ActorClass__UserCode3Assignment_8_5_1();
@@ -33464,14 +33560,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_9__0"
- // InternalRoom.g:11766:1: rule__ActorClass__Group_9__0 : rule__ActorClass__Group_9__0__Impl rule__ActorClass__Group_9__1 ;
+ // InternalRoom.g:11786:1: rule__ActorClass__Group_9__0 : rule__ActorClass__Group_9__0__Impl rule__ActorClass__Group_9__1 ;
public final void rule__ActorClass__Group_9__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11770:1: ( rule__ActorClass__Group_9__0__Impl rule__ActorClass__Group_9__1 )
- // InternalRoom.g:11771:2: rule__ActorClass__Group_9__0__Impl rule__ActorClass__Group_9__1
+ // InternalRoom.g:11790:1: ( rule__ActorClass__Group_9__0__Impl rule__ActorClass__Group_9__1 )
+ // InternalRoom.g:11791:2: rule__ActorClass__Group_9__0__Impl rule__ActorClass__Group_9__1
{
pushFollow(FOLLOW_4);
rule__ActorClass__Group_9__0__Impl();
@@ -33502,17 +33598,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_9__0__Impl"
- // InternalRoom.g:11778:1: rule__ActorClass__Group_9__0__Impl : ( 'Behavior' ) ;
+ // InternalRoom.g:11798:1: rule__ActorClass__Group_9__0__Impl : ( 'Behavior' ) ;
public final void rule__ActorClass__Group_9__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11782:1: ( ( 'Behavior' ) )
- // InternalRoom.g:11783:1: ( 'Behavior' )
+ // InternalRoom.g:11802:1: ( ( 'Behavior' ) )
+ // InternalRoom.g:11803:1: ( 'Behavior' )
{
- // InternalRoom.g:11783:1: ( 'Behavior' )
- // InternalRoom.g:11784:1: 'Behavior'
+ // InternalRoom.g:11803:1: ( 'Behavior' )
+ // InternalRoom.g:11804:1: 'Behavior'
{
before(grammarAccess.getActorClassAccess().getBehaviorKeyword_9_0());
match(input,77,FOLLOW_2);
@@ -33539,14 +33635,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_9__1"
- // InternalRoom.g:11797:1: rule__ActorClass__Group_9__1 : rule__ActorClass__Group_9__1__Impl rule__ActorClass__Group_9__2 ;
+ // InternalRoom.g:11817:1: rule__ActorClass__Group_9__1 : rule__ActorClass__Group_9__1__Impl rule__ActorClass__Group_9__2 ;
public final void rule__ActorClass__Group_9__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11801:1: ( rule__ActorClass__Group_9__1__Impl rule__ActorClass__Group_9__2 )
- // InternalRoom.g:11802:2: rule__ActorClass__Group_9__1__Impl rule__ActorClass__Group_9__2
+ // InternalRoom.g:11821:1: ( rule__ActorClass__Group_9__1__Impl rule__ActorClass__Group_9__2 )
+ // InternalRoom.g:11822:2: rule__ActorClass__Group_9__1__Impl rule__ActorClass__Group_9__2
{
pushFollow(FOLLOW_4);
rule__ActorClass__Group_9__1__Impl();
@@ -33577,29 +33673,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_9__1__Impl"
- // InternalRoom.g:11809:1: rule__ActorClass__Group_9__1__Impl : ( ( rule__ActorClass__BehaviorDocuAssignment_9_1 )? ) ;
+ // InternalRoom.g:11829:1: rule__ActorClass__Group_9__1__Impl : ( ( rule__ActorClass__BehaviorDocuAssignment_9_1 )? ) ;
public final void rule__ActorClass__Group_9__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11813:1: ( ( ( rule__ActorClass__BehaviorDocuAssignment_9_1 )? ) )
- // InternalRoom.g:11814:1: ( ( rule__ActorClass__BehaviorDocuAssignment_9_1 )? )
+ // InternalRoom.g:11833:1: ( ( ( rule__ActorClass__BehaviorDocuAssignment_9_1 )? ) )
+ // InternalRoom.g:11834:1: ( ( rule__ActorClass__BehaviorDocuAssignment_9_1 )? )
{
- // InternalRoom.g:11814:1: ( ( rule__ActorClass__BehaviorDocuAssignment_9_1 )? )
- // InternalRoom.g:11815:1: ( rule__ActorClass__BehaviorDocuAssignment_9_1 )?
+ // InternalRoom.g:11834:1: ( ( rule__ActorClass__BehaviorDocuAssignment_9_1 )? )
+ // InternalRoom.g:11835:1: ( rule__ActorClass__BehaviorDocuAssignment_9_1 )?
{
before(grammarAccess.getActorClassAccess().getBehaviorDocuAssignment_9_1());
- // InternalRoom.g:11816:1: ( rule__ActorClass__BehaviorDocuAssignment_9_1 )?
- int alt128=2;
- int LA128_0 = input.LA(1);
+ // InternalRoom.g:11836:1: ( rule__ActorClass__BehaviorDocuAssignment_9_1 )?
+ int alt129=2;
+ int LA129_0 = input.LA(1);
- if ( (LA128_0==63) ) {
- alt128=1;
+ if ( (LA129_0==63) ) {
+ alt129=1;
}
- switch (alt128) {
+ switch (alt129) {
case 1 :
- // InternalRoom.g:11816:2: rule__ActorClass__BehaviorDocuAssignment_9_1
+ // InternalRoom.g:11836:2: rule__ActorClass__BehaviorDocuAssignment_9_1
{
pushFollow(FOLLOW_2);
rule__ActorClass__BehaviorDocuAssignment_9_1();
@@ -33635,16 +33731,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_9__2"
- // InternalRoom.g:11826:1: rule__ActorClass__Group_9__2 : rule__ActorClass__Group_9__2__Impl rule__ActorClass__Group_9__3 ;
+ // InternalRoom.g:11846:1: rule__ActorClass__Group_9__2 : rule__ActorClass__Group_9__2__Impl rule__ActorClass__Group_9__3 ;
public final void rule__ActorClass__Group_9__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11830:1: ( rule__ActorClass__Group_9__2__Impl rule__ActorClass__Group_9__3 )
- // InternalRoom.g:11831:2: rule__ActorClass__Group_9__2__Impl rule__ActorClass__Group_9__3
+ // InternalRoom.g:11850:1: ( rule__ActorClass__Group_9__2__Impl rule__ActorClass__Group_9__3 )
+ // InternalRoom.g:11851:2: rule__ActorClass__Group_9__2__Impl rule__ActorClass__Group_9__3
{
- pushFollow(FOLLOW_59);
+ pushFollow(FOLLOW_60);
rule__ActorClass__Group_9__2__Impl();
state._fsp--;
@@ -33673,17 +33769,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_9__2__Impl"
- // InternalRoom.g:11838:1: rule__ActorClass__Group_9__2__Impl : ( '{' ) ;
+ // InternalRoom.g:11858:1: rule__ActorClass__Group_9__2__Impl : ( '{' ) ;
public final void rule__ActorClass__Group_9__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11842:1: ( ( '{' ) )
- // InternalRoom.g:11843:1: ( '{' )
+ // InternalRoom.g:11862:1: ( ( '{' ) )
+ // InternalRoom.g:11863:1: ( '{' )
{
- // InternalRoom.g:11843:1: ( '{' )
- // InternalRoom.g:11844:1: '{'
+ // InternalRoom.g:11863:1: ( '{' )
+ // InternalRoom.g:11864:1: '{'
{
before(grammarAccess.getActorClassAccess().getLeftCurlyBracketKeyword_9_2());
match(input,45,FOLLOW_2);
@@ -33710,16 +33806,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_9__3"
- // InternalRoom.g:11857:1: rule__ActorClass__Group_9__3 : rule__ActorClass__Group_9__3__Impl rule__ActorClass__Group_9__4 ;
+ // InternalRoom.g:11877:1: rule__ActorClass__Group_9__3 : rule__ActorClass__Group_9__3__Impl rule__ActorClass__Group_9__4 ;
public final void rule__ActorClass__Group_9__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11861:1: ( rule__ActorClass__Group_9__3__Impl rule__ActorClass__Group_9__4 )
- // InternalRoom.g:11862:2: rule__ActorClass__Group_9__3__Impl rule__ActorClass__Group_9__4
+ // InternalRoom.g:11881:1: ( rule__ActorClass__Group_9__3__Impl rule__ActorClass__Group_9__4 )
+ // InternalRoom.g:11882:2: rule__ActorClass__Group_9__3__Impl rule__ActorClass__Group_9__4
{
- pushFollow(FOLLOW_59);
+ pushFollow(FOLLOW_60);
rule__ActorClass__Group_9__3__Impl();
state._fsp--;
@@ -33748,33 +33844,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_9__3__Impl"
- // InternalRoom.g:11869:1: rule__ActorClass__Group_9__3__Impl : ( ( rule__ActorClass__BehaviorAnnotationsAssignment_9_3 )* ) ;
+ // InternalRoom.g:11889:1: rule__ActorClass__Group_9__3__Impl : ( ( rule__ActorClass__BehaviorAnnotationsAssignment_9_3 )* ) ;
public final void rule__ActorClass__Group_9__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11873:1: ( ( ( rule__ActorClass__BehaviorAnnotationsAssignment_9_3 )* ) )
- // InternalRoom.g:11874:1: ( ( rule__ActorClass__BehaviorAnnotationsAssignment_9_3 )* )
+ // InternalRoom.g:11893:1: ( ( ( rule__ActorClass__BehaviorAnnotationsAssignment_9_3 )* ) )
+ // InternalRoom.g:11894:1: ( ( rule__ActorClass__BehaviorAnnotationsAssignment_9_3 )* )
{
- // InternalRoom.g:11874:1: ( ( rule__ActorClass__BehaviorAnnotationsAssignment_9_3 )* )
- // InternalRoom.g:11875:1: ( rule__ActorClass__BehaviorAnnotationsAssignment_9_3 )*
+ // InternalRoom.g:11894:1: ( ( rule__ActorClass__BehaviorAnnotationsAssignment_9_3 )* )
+ // InternalRoom.g:11895:1: ( rule__ActorClass__BehaviorAnnotationsAssignment_9_3 )*
{
before(grammarAccess.getActorClassAccess().getBehaviorAnnotationsAssignment_9_3());
- // InternalRoom.g:11876:1: ( rule__ActorClass__BehaviorAnnotationsAssignment_9_3 )*
- loop129:
+ // InternalRoom.g:11896:1: ( rule__ActorClass__BehaviorAnnotationsAssignment_9_3 )*
+ loop130:
do {
- int alt129=2;
- int LA129_0 = input.LA(1);
+ int alt130=2;
+ int LA130_0 = input.LA(1);
- if ( (LA129_0==120) ) {
- alt129=1;
+ if ( (LA130_0==120) ) {
+ alt130=1;
}
- switch (alt129) {
+ switch (alt130) {
case 1 :
- // InternalRoom.g:11876:2: rule__ActorClass__BehaviorAnnotationsAssignment_9_3
+ // InternalRoom.g:11896:2: rule__ActorClass__BehaviorAnnotationsAssignment_9_3
{
pushFollow(FOLLOW_6);
rule__ActorClass__BehaviorAnnotationsAssignment_9_3();
@@ -33786,7 +33882,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop129;
+ break loop130;
}
} while (true);
@@ -33813,16 +33909,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_9__4"
- // InternalRoom.g:11886:1: rule__ActorClass__Group_9__4 : rule__ActorClass__Group_9__4__Impl rule__ActorClass__Group_9__5 ;
+ // InternalRoom.g:11906:1: rule__ActorClass__Group_9__4 : rule__ActorClass__Group_9__4__Impl rule__ActorClass__Group_9__5 ;
public final void rule__ActorClass__Group_9__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11890:1: ( rule__ActorClass__Group_9__4__Impl rule__ActorClass__Group_9__5 )
- // InternalRoom.g:11891:2: rule__ActorClass__Group_9__4__Impl rule__ActorClass__Group_9__5
+ // InternalRoom.g:11910:1: ( rule__ActorClass__Group_9__4__Impl rule__ActorClass__Group_9__5 )
+ // InternalRoom.g:11911:2: rule__ActorClass__Group_9__4__Impl rule__ActorClass__Group_9__5
{
- pushFollow(FOLLOW_59);
+ pushFollow(FOLLOW_60);
rule__ActorClass__Group_9__4__Impl();
state._fsp--;
@@ -33851,35 +33947,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_9__4__Impl"
- // InternalRoom.g:11898:1: rule__ActorClass__Group_9__4__Impl : ( ( rule__ActorClass__Alternatives_9_4 )* ) ;
+ // InternalRoom.g:11918:1: rule__ActorClass__Group_9__4__Impl : ( ( rule__ActorClass__Alternatives_9_4 )* ) ;
public final void rule__ActorClass__Group_9__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11902:1: ( ( ( rule__ActorClass__Alternatives_9_4 )* ) )
- // InternalRoom.g:11903:1: ( ( rule__ActorClass__Alternatives_9_4 )* )
+ // InternalRoom.g:11922:1: ( ( ( rule__ActorClass__Alternatives_9_4 )* ) )
+ // InternalRoom.g:11923:1: ( ( rule__ActorClass__Alternatives_9_4 )* )
{
- // InternalRoom.g:11903:1: ( ( rule__ActorClass__Alternatives_9_4 )* )
- // InternalRoom.g:11904:1: ( rule__ActorClass__Alternatives_9_4 )*
+ // InternalRoom.g:11923:1: ( ( rule__ActorClass__Alternatives_9_4 )* )
+ // InternalRoom.g:11924:1: ( rule__ActorClass__Alternatives_9_4 )*
{
before(grammarAccess.getActorClassAccess().getAlternatives_9_4());
- // InternalRoom.g:11905:1: ( rule__ActorClass__Alternatives_9_4 )*
- loop130:
+ // InternalRoom.g:11925:1: ( rule__ActorClass__Alternatives_9_4 )*
+ loop131:
do {
- int alt130=2;
- int LA130_0 = input.LA(1);
+ int alt131=2;
+ int LA131_0 = input.LA(1);
- if ( ((LA130_0>=14 && LA130_0<=15)||LA130_0==65||LA130_0==129) ) {
- alt130=1;
+ if ( ((LA131_0>=14 && LA131_0<=15)||LA131_0==65||LA131_0==129) ) {
+ alt131=1;
}
- switch (alt130) {
+ switch (alt131) {
case 1 :
- // InternalRoom.g:11905:2: rule__ActorClass__Alternatives_9_4
+ // InternalRoom.g:11925:2: rule__ActorClass__Alternatives_9_4
{
- pushFollow(FOLLOW_60);
+ pushFollow(FOLLOW_61);
rule__ActorClass__Alternatives_9_4();
state._fsp--;
@@ -33889,7 +33985,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop130;
+ break loop131;
}
} while (true);
@@ -33916,16 +34012,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_9__5"
- // InternalRoom.g:11915:1: rule__ActorClass__Group_9__5 : rule__ActorClass__Group_9__5__Impl rule__ActorClass__Group_9__6 ;
+ // InternalRoom.g:11935:1: rule__ActorClass__Group_9__5 : rule__ActorClass__Group_9__5__Impl rule__ActorClass__Group_9__6 ;
public final void rule__ActorClass__Group_9__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11919:1: ( rule__ActorClass__Group_9__5__Impl rule__ActorClass__Group_9__6 )
- // InternalRoom.g:11920:2: rule__ActorClass__Group_9__5__Impl rule__ActorClass__Group_9__6
+ // InternalRoom.g:11939:1: ( rule__ActorClass__Group_9__5__Impl rule__ActorClass__Group_9__6 )
+ // InternalRoom.g:11940:2: rule__ActorClass__Group_9__5__Impl rule__ActorClass__Group_9__6
{
- pushFollow(FOLLOW_59);
+ pushFollow(FOLLOW_60);
rule__ActorClass__Group_9__5__Impl();
state._fsp--;
@@ -33954,29 +34050,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_9__5__Impl"
- // InternalRoom.g:11927:1: rule__ActorClass__Group_9__5__Impl : ( ( rule__ActorClass__StateMachineAssignment_9_5 )? ) ;
+ // InternalRoom.g:11947:1: rule__ActorClass__Group_9__5__Impl : ( ( rule__ActorClass__StateMachineAssignment_9_5 )? ) ;
public final void rule__ActorClass__Group_9__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11931:1: ( ( ( rule__ActorClass__StateMachineAssignment_9_5 )? ) )
- // InternalRoom.g:11932:1: ( ( rule__ActorClass__StateMachineAssignment_9_5 )? )
+ // InternalRoom.g:11951:1: ( ( ( rule__ActorClass__StateMachineAssignment_9_5 )? ) )
+ // InternalRoom.g:11952:1: ( ( rule__ActorClass__StateMachineAssignment_9_5 )? )
{
- // InternalRoom.g:11932:1: ( ( rule__ActorClass__StateMachineAssignment_9_5 )? )
- // InternalRoom.g:11933:1: ( rule__ActorClass__StateMachineAssignment_9_5 )?
+ // InternalRoom.g:11952:1: ( ( rule__ActorClass__StateMachineAssignment_9_5 )? )
+ // InternalRoom.g:11953:1: ( rule__ActorClass__StateMachineAssignment_9_5 )?
{
before(grammarAccess.getActorClassAccess().getStateMachineAssignment_9_5());
- // InternalRoom.g:11934:1: ( rule__ActorClass__StateMachineAssignment_9_5 )?
- int alt131=2;
- int LA131_0 = input.LA(1);
+ // InternalRoom.g:11954:1: ( rule__ActorClass__StateMachineAssignment_9_5 )?
+ int alt132=2;
+ int LA132_0 = input.LA(1);
- if ( (LA131_0==95) ) {
- alt131=1;
+ if ( (LA132_0==95) ) {
+ alt132=1;
}
- switch (alt131) {
+ switch (alt132) {
case 1 :
- // InternalRoom.g:11934:2: rule__ActorClass__StateMachineAssignment_9_5
+ // InternalRoom.g:11954:2: rule__ActorClass__StateMachineAssignment_9_5
{
pushFollow(FOLLOW_2);
rule__ActorClass__StateMachineAssignment_9_5();
@@ -34012,14 +34108,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_9__6"
- // InternalRoom.g:11944:1: rule__ActorClass__Group_9__6 : rule__ActorClass__Group_9__6__Impl ;
+ // InternalRoom.g:11964:1: rule__ActorClass__Group_9__6 : rule__ActorClass__Group_9__6__Impl ;
public final void rule__ActorClass__Group_9__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11948:1: ( rule__ActorClass__Group_9__6__Impl )
- // InternalRoom.g:11949:2: rule__ActorClass__Group_9__6__Impl
+ // InternalRoom.g:11968:1: ( rule__ActorClass__Group_9__6__Impl )
+ // InternalRoom.g:11969:2: rule__ActorClass__Group_9__6__Impl
{
pushFollow(FOLLOW_2);
rule__ActorClass__Group_9__6__Impl();
@@ -34045,17 +34141,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__Group_9__6__Impl"
- // InternalRoom.g:11955:1: rule__ActorClass__Group_9__6__Impl : ( '}' ) ;
+ // InternalRoom.g:11975:1: rule__ActorClass__Group_9__6__Impl : ( '}' ) ;
public final void rule__ActorClass__Group_9__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11959:1: ( ( '}' ) )
- // InternalRoom.g:11960:1: ( '}' )
+ // InternalRoom.g:11979:1: ( ( '}' ) )
+ // InternalRoom.g:11980:1: ( '}' )
{
- // InternalRoom.g:11960:1: ( '}' )
- // InternalRoom.g:11961:1: '}'
+ // InternalRoom.g:11980:1: ( '}' )
+ // InternalRoom.g:11981:1: '}'
{
before(grammarAccess.getActorClassAccess().getRightCurlyBracketKeyword_9_6());
match(input,46,FOLLOW_2);
@@ -34082,16 +34178,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__Group__0"
- // InternalRoom.g:11988:1: rule__Port__Group__0 : rule__Port__Group__0__Impl rule__Port__Group__1 ;
+ // InternalRoom.g:12008:1: rule__Port__Group__0 : rule__Port__Group__0__Impl rule__Port__Group__1 ;
public final void rule__Port__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:11992:1: ( rule__Port__Group__0__Impl rule__Port__Group__1 )
- // InternalRoom.g:11993:2: rule__Port__Group__0__Impl rule__Port__Group__1
+ // InternalRoom.g:12012:1: ( rule__Port__Group__0__Impl rule__Port__Group__1 )
+ // InternalRoom.g:12013:2: rule__Port__Group__0__Impl rule__Port__Group__1
{
- pushFollow(FOLLOW_61);
+ pushFollow(FOLLOW_62);
rule__Port__Group__0__Impl();
state._fsp--;
@@ -34120,29 +34216,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__Group__0__Impl"
- // InternalRoom.g:12000:1: rule__Port__Group__0__Impl : ( ( rule__Port__ConjugatedAssignment_0 )? ) ;
+ // InternalRoom.g:12020:1: rule__Port__Group__0__Impl : ( ( rule__Port__ConjugatedAssignment_0 )? ) ;
public final void rule__Port__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12004:1: ( ( ( rule__Port__ConjugatedAssignment_0 )? ) )
- // InternalRoom.g:12005:1: ( ( rule__Port__ConjugatedAssignment_0 )? )
+ // InternalRoom.g:12024:1: ( ( ( rule__Port__ConjugatedAssignment_0 )? ) )
+ // InternalRoom.g:12025:1: ( ( rule__Port__ConjugatedAssignment_0 )? )
{
- // InternalRoom.g:12005:1: ( ( rule__Port__ConjugatedAssignment_0 )? )
- // InternalRoom.g:12006:1: ( rule__Port__ConjugatedAssignment_0 )?
+ // InternalRoom.g:12025:1: ( ( rule__Port__ConjugatedAssignment_0 )? )
+ // InternalRoom.g:12026:1: ( rule__Port__ConjugatedAssignment_0 )?
{
before(grammarAccess.getPortAccess().getConjugatedAssignment_0());
- // InternalRoom.g:12007:1: ( rule__Port__ConjugatedAssignment_0 )?
- int alt132=2;
- int LA132_0 = input.LA(1);
+ // InternalRoom.g:12027:1: ( rule__Port__ConjugatedAssignment_0 )?
+ int alt133=2;
+ int LA133_0 = input.LA(1);
- if ( (LA132_0==71) ) {
- alt132=1;
+ if ( (LA133_0==71) ) {
+ alt133=1;
}
- switch (alt132) {
+ switch (alt133) {
case 1 :
- // InternalRoom.g:12007:2: rule__Port__ConjugatedAssignment_0
+ // InternalRoom.g:12027:2: rule__Port__ConjugatedAssignment_0
{
pushFollow(FOLLOW_2);
rule__Port__ConjugatedAssignment_0();
@@ -34178,14 +34274,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__Group__1"
- // InternalRoom.g:12017:1: rule__Port__Group__1 : rule__Port__Group__1__Impl rule__Port__Group__2 ;
+ // InternalRoom.g:12037:1: rule__Port__Group__1 : rule__Port__Group__1__Impl rule__Port__Group__2 ;
public final void rule__Port__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12021:1: ( rule__Port__Group__1__Impl rule__Port__Group__2 )
- // InternalRoom.g:12022:2: rule__Port__Group__1__Impl rule__Port__Group__2
+ // InternalRoom.g:12041:1: ( rule__Port__Group__1__Impl rule__Port__Group__2 )
+ // InternalRoom.g:12042:2: rule__Port__Group__1__Impl rule__Port__Group__2
{
pushFollow(FOLLOW_3);
rule__Port__Group__1__Impl();
@@ -34216,17 +34312,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__Group__1__Impl"
- // InternalRoom.g:12029:1: rule__Port__Group__1__Impl : ( 'Port' ) ;
+ // InternalRoom.g:12049:1: rule__Port__Group__1__Impl : ( 'Port' ) ;
public final void rule__Port__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12033:1: ( ( 'Port' ) )
- // InternalRoom.g:12034:1: ( 'Port' )
+ // InternalRoom.g:12053:1: ( ( 'Port' ) )
+ // InternalRoom.g:12054:1: ( 'Port' )
{
- // InternalRoom.g:12034:1: ( 'Port' )
- // InternalRoom.g:12035:1: 'Port'
+ // InternalRoom.g:12054:1: ( 'Port' )
+ // InternalRoom.g:12055:1: 'Port'
{
before(grammarAccess.getPortAccess().getPortKeyword_1());
match(input,24,FOLLOW_2);
@@ -34253,16 +34349,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__Group__2"
- // InternalRoom.g:12048:1: rule__Port__Group__2 : rule__Port__Group__2__Impl rule__Port__Group__3 ;
+ // InternalRoom.g:12068:1: rule__Port__Group__2 : rule__Port__Group__2__Impl rule__Port__Group__3 ;
public final void rule__Port__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12052:1: ( rule__Port__Group__2__Impl rule__Port__Group__3 )
- // InternalRoom.g:12053:2: rule__Port__Group__2__Impl rule__Port__Group__3
+ // InternalRoom.g:12072:1: ( rule__Port__Group__2__Impl rule__Port__Group__3 )
+ // InternalRoom.g:12073:2: rule__Port__Group__2__Impl rule__Port__Group__3
{
- pushFollow(FOLLOW_29);
+ pushFollow(FOLLOW_30);
rule__Port__Group__2__Impl();
state._fsp--;
@@ -34291,21 +34387,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__Group__2__Impl"
- // InternalRoom.g:12060:1: rule__Port__Group__2__Impl : ( ( rule__Port__NameAssignment_2 ) ) ;
+ // InternalRoom.g:12080:1: rule__Port__Group__2__Impl : ( ( rule__Port__NameAssignment_2 ) ) ;
public final void rule__Port__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12064:1: ( ( ( rule__Port__NameAssignment_2 ) ) )
- // InternalRoom.g:12065:1: ( ( rule__Port__NameAssignment_2 ) )
+ // InternalRoom.g:12084:1: ( ( ( rule__Port__NameAssignment_2 ) ) )
+ // InternalRoom.g:12085:1: ( ( rule__Port__NameAssignment_2 ) )
{
- // InternalRoom.g:12065:1: ( ( rule__Port__NameAssignment_2 ) )
- // InternalRoom.g:12066:1: ( rule__Port__NameAssignment_2 )
+ // InternalRoom.g:12085:1: ( ( rule__Port__NameAssignment_2 ) )
+ // InternalRoom.g:12086:1: ( rule__Port__NameAssignment_2 )
{
before(grammarAccess.getPortAccess().getNameAssignment_2());
- // InternalRoom.g:12067:1: ( rule__Port__NameAssignment_2 )
- // InternalRoom.g:12067:2: rule__Port__NameAssignment_2
+ // InternalRoom.g:12087:1: ( rule__Port__NameAssignment_2 )
+ // InternalRoom.g:12087:2: rule__Port__NameAssignment_2
{
pushFollow(FOLLOW_2);
rule__Port__NameAssignment_2();
@@ -34338,16 +34434,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__Group__3"
- // InternalRoom.g:12077:1: rule__Port__Group__3 : rule__Port__Group__3__Impl rule__Port__Group__4 ;
+ // InternalRoom.g:12097:1: rule__Port__Group__3 : rule__Port__Group__3__Impl rule__Port__Group__4 ;
public final void rule__Port__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12081:1: ( rule__Port__Group__3__Impl rule__Port__Group__4 )
- // InternalRoom.g:12082:2: rule__Port__Group__3__Impl rule__Port__Group__4
+ // InternalRoom.g:12101:1: ( rule__Port__Group__3__Impl rule__Port__Group__4 )
+ // InternalRoom.g:12102:2: rule__Port__Group__3__Impl rule__Port__Group__4
{
- pushFollow(FOLLOW_29);
+ pushFollow(FOLLOW_30);
rule__Port__Group__3__Impl();
state._fsp--;
@@ -34376,29 +34472,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__Group__3__Impl"
- // InternalRoom.g:12089:1: rule__Port__Group__3__Impl : ( ( rule__Port__MultiplicityAssignment_3 )? ) ;
+ // InternalRoom.g:12109:1: rule__Port__Group__3__Impl : ( ( rule__Port__MultiplicityAssignment_3 )? ) ;
public final void rule__Port__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12093:1: ( ( ( rule__Port__MultiplicityAssignment_3 )? ) )
- // InternalRoom.g:12094:1: ( ( rule__Port__MultiplicityAssignment_3 )? )
+ // InternalRoom.g:12113:1: ( ( ( rule__Port__MultiplicityAssignment_3 )? ) )
+ // InternalRoom.g:12114:1: ( ( rule__Port__MultiplicityAssignment_3 )? )
{
- // InternalRoom.g:12094:1: ( ( rule__Port__MultiplicityAssignment_3 )? )
- // InternalRoom.g:12095:1: ( rule__Port__MultiplicityAssignment_3 )?
+ // InternalRoom.g:12114:1: ( ( rule__Port__MultiplicityAssignment_3 )? )
+ // InternalRoom.g:12115:1: ( rule__Port__MultiplicityAssignment_3 )?
{
before(grammarAccess.getPortAccess().getMultiplicityAssignment_3());
- // InternalRoom.g:12096:1: ( rule__Port__MultiplicityAssignment_3 )?
- int alt133=2;
- int LA133_0 = input.LA(1);
+ // InternalRoom.g:12116:1: ( rule__Port__MultiplicityAssignment_3 )?
+ int alt134=2;
+ int LA134_0 = input.LA(1);
- if ( (LA133_0==63) ) {
- alt133=1;
+ if ( (LA134_0==63) ) {
+ alt134=1;
}
- switch (alt133) {
+ switch (alt134) {
case 1 :
- // InternalRoom.g:12096:2: rule__Port__MultiplicityAssignment_3
+ // InternalRoom.g:12116:2: rule__Port__MultiplicityAssignment_3
{
pushFollow(FOLLOW_2);
rule__Port__MultiplicityAssignment_3();
@@ -34434,14 +34530,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__Group__4"
- // InternalRoom.g:12106:1: rule__Port__Group__4 : rule__Port__Group__4__Impl rule__Port__Group__5 ;
+ // InternalRoom.g:12126:1: rule__Port__Group__4 : rule__Port__Group__4__Impl rule__Port__Group__5 ;
public final void rule__Port__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12110:1: ( rule__Port__Group__4__Impl rule__Port__Group__5 )
- // InternalRoom.g:12111:2: rule__Port__Group__4__Impl rule__Port__Group__5
+ // InternalRoom.g:12130:1: ( rule__Port__Group__4__Impl rule__Port__Group__5 )
+ // InternalRoom.g:12131:2: rule__Port__Group__4__Impl rule__Port__Group__5
{
pushFollow(FOLLOW_3);
rule__Port__Group__4__Impl();
@@ -34472,17 +34568,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__Group__4__Impl"
- // InternalRoom.g:12118:1: rule__Port__Group__4__Impl : ( ':' ) ;
+ // InternalRoom.g:12138:1: rule__Port__Group__4__Impl : ( ':' ) ;
public final void rule__Port__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12122:1: ( ( ':' ) )
- // InternalRoom.g:12123:1: ( ':' )
+ // InternalRoom.g:12142:1: ( ( ':' ) )
+ // InternalRoom.g:12143:1: ( ':' )
{
- // InternalRoom.g:12123:1: ( ':' )
- // InternalRoom.g:12124:1: ':'
+ // InternalRoom.g:12143:1: ( ':' )
+ // InternalRoom.g:12144:1: ':'
{
before(grammarAccess.getPortAccess().getColonKeyword_4());
match(input,47,FOLLOW_2);
@@ -34509,16 +34605,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__Group__5"
- // InternalRoom.g:12137:1: rule__Port__Group__5 : rule__Port__Group__5__Impl rule__Port__Group__6 ;
+ // InternalRoom.g:12157:1: rule__Port__Group__5 : rule__Port__Group__5__Impl rule__Port__Group__6 ;
public final void rule__Port__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12141:1: ( rule__Port__Group__5__Impl rule__Port__Group__6 )
- // InternalRoom.g:12142:2: rule__Port__Group__5__Impl rule__Port__Group__6
+ // InternalRoom.g:12161:1: ( rule__Port__Group__5__Impl rule__Port__Group__6 )
+ // InternalRoom.g:12162:2: rule__Port__Group__5__Impl rule__Port__Group__6
{
- pushFollow(FOLLOW_62);
+ pushFollow(FOLLOW_63);
rule__Port__Group__5__Impl();
state._fsp--;
@@ -34547,21 +34643,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__Group__5__Impl"
- // InternalRoom.g:12149:1: rule__Port__Group__5__Impl : ( ( rule__Port__ProtocolAssignment_5 ) ) ;
+ // InternalRoom.g:12169:1: rule__Port__Group__5__Impl : ( ( rule__Port__ProtocolAssignment_5 ) ) ;
public final void rule__Port__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12153:1: ( ( ( rule__Port__ProtocolAssignment_5 ) ) )
- // InternalRoom.g:12154:1: ( ( rule__Port__ProtocolAssignment_5 ) )
+ // InternalRoom.g:12173:1: ( ( ( rule__Port__ProtocolAssignment_5 ) ) )
+ // InternalRoom.g:12174:1: ( ( rule__Port__ProtocolAssignment_5 ) )
{
- // InternalRoom.g:12154:1: ( ( rule__Port__ProtocolAssignment_5 ) )
- // InternalRoom.g:12155:1: ( rule__Port__ProtocolAssignment_5 )
+ // InternalRoom.g:12174:1: ( ( rule__Port__ProtocolAssignment_5 ) )
+ // InternalRoom.g:12175:1: ( rule__Port__ProtocolAssignment_5 )
{
before(grammarAccess.getPortAccess().getProtocolAssignment_5());
- // InternalRoom.g:12156:1: ( rule__Port__ProtocolAssignment_5 )
- // InternalRoom.g:12156:2: rule__Port__ProtocolAssignment_5
+ // InternalRoom.g:12176:1: ( rule__Port__ProtocolAssignment_5 )
+ // InternalRoom.g:12176:2: rule__Port__ProtocolAssignment_5
{
pushFollow(FOLLOW_2);
rule__Port__ProtocolAssignment_5();
@@ -34594,16 +34690,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__Group__6"
- // InternalRoom.g:12166:1: rule__Port__Group__6 : rule__Port__Group__6__Impl rule__Port__Group__7 ;
+ // InternalRoom.g:12186:1: rule__Port__Group__6 : rule__Port__Group__6__Impl rule__Port__Group__7 ;
public final void rule__Port__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12170:1: ( rule__Port__Group__6__Impl rule__Port__Group__7 )
- // InternalRoom.g:12171:2: rule__Port__Group__6__Impl rule__Port__Group__7
+ // InternalRoom.g:12190:1: ( rule__Port__Group__6__Impl rule__Port__Group__7 )
+ // InternalRoom.g:12191:2: rule__Port__Group__6__Impl rule__Port__Group__7
{
- pushFollow(FOLLOW_62);
+ pushFollow(FOLLOW_63);
rule__Port__Group__6__Impl();
state._fsp--;
@@ -34632,33 +34728,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__Group__6__Impl"
- // InternalRoom.g:12178:1: rule__Port__Group__6__Impl : ( ( rule__Port__AnnotationsAssignment_6 )* ) ;
+ // InternalRoom.g:12198:1: rule__Port__Group__6__Impl : ( ( rule__Port__AnnotationsAssignment_6 )* ) ;
public final void rule__Port__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12182:1: ( ( ( rule__Port__AnnotationsAssignment_6 )* ) )
- // InternalRoom.g:12183:1: ( ( rule__Port__AnnotationsAssignment_6 )* )
+ // InternalRoom.g:12202:1: ( ( ( rule__Port__AnnotationsAssignment_6 )* ) )
+ // InternalRoom.g:12203:1: ( ( rule__Port__AnnotationsAssignment_6 )* )
{
- // InternalRoom.g:12183:1: ( ( rule__Port__AnnotationsAssignment_6 )* )
- // InternalRoom.g:12184:1: ( rule__Port__AnnotationsAssignment_6 )*
+ // InternalRoom.g:12203:1: ( ( rule__Port__AnnotationsAssignment_6 )* )
+ // InternalRoom.g:12204:1: ( rule__Port__AnnotationsAssignment_6 )*
{
before(grammarAccess.getPortAccess().getAnnotationsAssignment_6());
- // InternalRoom.g:12185:1: ( rule__Port__AnnotationsAssignment_6 )*
- loop134:
+ // InternalRoom.g:12205:1: ( rule__Port__AnnotationsAssignment_6 )*
+ loop135:
do {
- int alt134=2;
- int LA134_0 = input.LA(1);
+ int alt135=2;
+ int LA135_0 = input.LA(1);
- if ( (LA134_0==120) ) {
- alt134=1;
+ if ( (LA135_0==120) ) {
+ alt135=1;
}
- switch (alt134) {
+ switch (alt135) {
case 1 :
- // InternalRoom.g:12185:2: rule__Port__AnnotationsAssignment_6
+ // InternalRoom.g:12205:2: rule__Port__AnnotationsAssignment_6
{
pushFollow(FOLLOW_6);
rule__Port__AnnotationsAssignment_6();
@@ -34670,7 +34766,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop134;
+ break loop135;
}
} while (true);
@@ -34697,14 +34793,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__Group__7"
- // InternalRoom.g:12195:1: rule__Port__Group__7 : rule__Port__Group__7__Impl ;
+ // InternalRoom.g:12215:1: rule__Port__Group__7 : rule__Port__Group__7__Impl ;
public final void rule__Port__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12199:1: ( rule__Port__Group__7__Impl )
- // InternalRoom.g:12200:2: rule__Port__Group__7__Impl
+ // InternalRoom.g:12219:1: ( rule__Port__Group__7__Impl )
+ // InternalRoom.g:12220:2: rule__Port__Group__7__Impl
{
pushFollow(FOLLOW_2);
rule__Port__Group__7__Impl();
@@ -34730,29 +34826,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__Group__7__Impl"
- // InternalRoom.g:12206:1: rule__Port__Group__7__Impl : ( ( rule__Port__DocuAssignment_7 )? ) ;
+ // InternalRoom.g:12226:1: rule__Port__Group__7__Impl : ( ( rule__Port__DocuAssignment_7 )? ) ;
public final void rule__Port__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12210:1: ( ( ( rule__Port__DocuAssignment_7 )? ) )
- // InternalRoom.g:12211:1: ( ( rule__Port__DocuAssignment_7 )? )
+ // InternalRoom.g:12230:1: ( ( ( rule__Port__DocuAssignment_7 )? ) )
+ // InternalRoom.g:12231:1: ( ( rule__Port__DocuAssignment_7 )? )
{
- // InternalRoom.g:12211:1: ( ( rule__Port__DocuAssignment_7 )? )
- // InternalRoom.g:12212:1: ( rule__Port__DocuAssignment_7 )?
+ // InternalRoom.g:12231:1: ( ( rule__Port__DocuAssignment_7 )? )
+ // InternalRoom.g:12232:1: ( rule__Port__DocuAssignment_7 )?
{
before(grammarAccess.getPortAccess().getDocuAssignment_7());
- // InternalRoom.g:12213:1: ( rule__Port__DocuAssignment_7 )?
- int alt135=2;
- int LA135_0 = input.LA(1);
+ // InternalRoom.g:12233:1: ( rule__Port__DocuAssignment_7 )?
+ int alt136=2;
+ int LA136_0 = input.LA(1);
- if ( (LA135_0==63) ) {
- alt135=1;
+ if ( (LA136_0==63) ) {
+ alt136=1;
}
- switch (alt135) {
+ switch (alt136) {
case 1 :
- // InternalRoom.g:12213:2: rule__Port__DocuAssignment_7
+ // InternalRoom.g:12233:2: rule__Port__DocuAssignment_7
{
pushFollow(FOLLOW_2);
rule__Port__DocuAssignment_7();
@@ -34788,16 +34884,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalPort__Group__0"
- // InternalRoom.g:12239:1: rule__ExternalPort__Group__0 : rule__ExternalPort__Group__0__Impl rule__ExternalPort__Group__1 ;
+ // InternalRoom.g:12259:1: rule__ExternalPort__Group__0 : rule__ExternalPort__Group__0__Impl rule__ExternalPort__Group__1 ;
public final void rule__ExternalPort__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12243:1: ( rule__ExternalPort__Group__0__Impl rule__ExternalPort__Group__1 )
- // InternalRoom.g:12244:2: rule__ExternalPort__Group__0__Impl rule__ExternalPort__Group__1
+ // InternalRoom.g:12263:1: ( rule__ExternalPort__Group__0__Impl rule__ExternalPort__Group__1 )
+ // InternalRoom.g:12264:2: rule__ExternalPort__Group__0__Impl rule__ExternalPort__Group__1
{
- pushFollow(FOLLOW_63);
+ pushFollow(FOLLOW_64);
rule__ExternalPort__Group__0__Impl();
state._fsp--;
@@ -34826,17 +34922,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalPort__Group__0__Impl"
- // InternalRoom.g:12251:1: rule__ExternalPort__Group__0__Impl : ( 'external' ) ;
+ // InternalRoom.g:12271:1: rule__ExternalPort__Group__0__Impl : ( 'external' ) ;
public final void rule__ExternalPort__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12255:1: ( ( 'external' ) )
- // InternalRoom.g:12256:1: ( 'external' )
+ // InternalRoom.g:12275:1: ( ( 'external' ) )
+ // InternalRoom.g:12276:1: ( 'external' )
{
- // InternalRoom.g:12256:1: ( 'external' )
- // InternalRoom.g:12257:1: 'external'
+ // InternalRoom.g:12276:1: ( 'external' )
+ // InternalRoom.g:12277:1: 'external'
{
before(grammarAccess.getExternalPortAccess().getExternalKeyword_0());
match(input,78,FOLLOW_2);
@@ -34863,14 +34959,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalPort__Group__1"
- // InternalRoom.g:12270:1: rule__ExternalPort__Group__1 : rule__ExternalPort__Group__1__Impl rule__ExternalPort__Group__2 ;
+ // InternalRoom.g:12290:1: rule__ExternalPort__Group__1 : rule__ExternalPort__Group__1__Impl rule__ExternalPort__Group__2 ;
public final void rule__ExternalPort__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12274:1: ( rule__ExternalPort__Group__1__Impl rule__ExternalPort__Group__2 )
- // InternalRoom.g:12275:2: rule__ExternalPort__Group__1__Impl rule__ExternalPort__Group__2
+ // InternalRoom.g:12294:1: ( rule__ExternalPort__Group__1__Impl rule__ExternalPort__Group__2 )
+ // InternalRoom.g:12295:2: rule__ExternalPort__Group__1__Impl rule__ExternalPort__Group__2
{
pushFollow(FOLLOW_3);
rule__ExternalPort__Group__1__Impl();
@@ -34901,17 +34997,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalPort__Group__1__Impl"
- // InternalRoom.g:12282:1: rule__ExternalPort__Group__1__Impl : ( 'Port' ) ;
+ // InternalRoom.g:12302:1: rule__ExternalPort__Group__1__Impl : ( 'Port' ) ;
public final void rule__ExternalPort__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12286:1: ( ( 'Port' ) )
- // InternalRoom.g:12287:1: ( 'Port' )
+ // InternalRoom.g:12306:1: ( ( 'Port' ) )
+ // InternalRoom.g:12307:1: ( 'Port' )
{
- // InternalRoom.g:12287:1: ( 'Port' )
- // InternalRoom.g:12288:1: 'Port'
+ // InternalRoom.g:12307:1: ( 'Port' )
+ // InternalRoom.g:12308:1: 'Port'
{
before(grammarAccess.getExternalPortAccess().getPortKeyword_1());
match(input,24,FOLLOW_2);
@@ -34938,14 +35034,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalPort__Group__2"
- // InternalRoom.g:12301:1: rule__ExternalPort__Group__2 : rule__ExternalPort__Group__2__Impl ;
+ // InternalRoom.g:12321:1: rule__ExternalPort__Group__2 : rule__ExternalPort__Group__2__Impl ;
public final void rule__ExternalPort__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12305:1: ( rule__ExternalPort__Group__2__Impl )
- // InternalRoom.g:12306:2: rule__ExternalPort__Group__2__Impl
+ // InternalRoom.g:12325:1: ( rule__ExternalPort__Group__2__Impl )
+ // InternalRoom.g:12326:2: rule__ExternalPort__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__ExternalPort__Group__2__Impl();
@@ -34971,21 +35067,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalPort__Group__2__Impl"
- // InternalRoom.g:12312:1: rule__ExternalPort__Group__2__Impl : ( ( rule__ExternalPort__InterfacePortAssignment_2 ) ) ;
+ // InternalRoom.g:12332:1: rule__ExternalPort__Group__2__Impl : ( ( rule__ExternalPort__InterfacePortAssignment_2 ) ) ;
public final void rule__ExternalPort__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12316:1: ( ( ( rule__ExternalPort__InterfacePortAssignment_2 ) ) )
- // InternalRoom.g:12317:1: ( ( rule__ExternalPort__InterfacePortAssignment_2 ) )
+ // InternalRoom.g:12336:1: ( ( ( rule__ExternalPort__InterfacePortAssignment_2 ) ) )
+ // InternalRoom.g:12337:1: ( ( rule__ExternalPort__InterfacePortAssignment_2 ) )
{
- // InternalRoom.g:12317:1: ( ( rule__ExternalPort__InterfacePortAssignment_2 ) )
- // InternalRoom.g:12318:1: ( rule__ExternalPort__InterfacePortAssignment_2 )
+ // InternalRoom.g:12337:1: ( ( rule__ExternalPort__InterfacePortAssignment_2 ) )
+ // InternalRoom.g:12338:1: ( rule__ExternalPort__InterfacePortAssignment_2 )
{
before(grammarAccess.getExternalPortAccess().getInterfacePortAssignment_2());
- // InternalRoom.g:12319:1: ( rule__ExternalPort__InterfacePortAssignment_2 )
- // InternalRoom.g:12319:2: rule__ExternalPort__InterfacePortAssignment_2
+ // InternalRoom.g:12339:1: ( rule__ExternalPort__InterfacePortAssignment_2 )
+ // InternalRoom.g:12339:2: rule__ExternalPort__InterfacePortAssignment_2
{
pushFollow(FOLLOW_2);
rule__ExternalPort__InterfacePortAssignment_2();
@@ -35018,14 +35114,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SAP__Group__0"
- // InternalRoom.g:12335:1: rule__SAP__Group__0 : rule__SAP__Group__0__Impl rule__SAP__Group__1 ;
+ // InternalRoom.g:12355:1: rule__SAP__Group__0 : rule__SAP__Group__0__Impl rule__SAP__Group__1 ;
public final void rule__SAP__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12339:1: ( rule__SAP__Group__0__Impl rule__SAP__Group__1 )
- // InternalRoom.g:12340:2: rule__SAP__Group__0__Impl rule__SAP__Group__1
+ // InternalRoom.g:12359:1: ( rule__SAP__Group__0__Impl rule__SAP__Group__1 )
+ // InternalRoom.g:12360:2: rule__SAP__Group__0__Impl rule__SAP__Group__1
{
pushFollow(FOLLOW_3);
rule__SAP__Group__0__Impl();
@@ -35056,17 +35152,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SAP__Group__0__Impl"
- // InternalRoom.g:12347:1: rule__SAP__Group__0__Impl : ( 'SAP' ) ;
+ // InternalRoom.g:12367:1: rule__SAP__Group__0__Impl : ( 'SAP' ) ;
public final void rule__SAP__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12351:1: ( ( 'SAP' ) )
- // InternalRoom.g:12352:1: ( 'SAP' )
+ // InternalRoom.g:12371:1: ( ( 'SAP' ) )
+ // InternalRoom.g:12372:1: ( 'SAP' )
{
- // InternalRoom.g:12352:1: ( 'SAP' )
- // InternalRoom.g:12353:1: 'SAP'
+ // InternalRoom.g:12372:1: ( 'SAP' )
+ // InternalRoom.g:12373:1: 'SAP'
{
before(grammarAccess.getSAPAccess().getSAPKeyword_0());
match(input,79,FOLLOW_2);
@@ -35093,16 +35189,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SAP__Group__1"
- // InternalRoom.g:12366:1: rule__SAP__Group__1 : rule__SAP__Group__1__Impl rule__SAP__Group__2 ;
+ // InternalRoom.g:12386:1: rule__SAP__Group__1 : rule__SAP__Group__1__Impl rule__SAP__Group__2 ;
public final void rule__SAP__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12370:1: ( rule__SAP__Group__1__Impl rule__SAP__Group__2 )
- // InternalRoom.g:12371:2: rule__SAP__Group__1__Impl rule__SAP__Group__2
+ // InternalRoom.g:12390:1: ( rule__SAP__Group__1__Impl rule__SAP__Group__2 )
+ // InternalRoom.g:12391:2: rule__SAP__Group__1__Impl rule__SAP__Group__2
{
- pushFollow(FOLLOW_9);
+ pushFollow(FOLLOW_10);
rule__SAP__Group__1__Impl();
state._fsp--;
@@ -35131,21 +35227,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SAP__Group__1__Impl"
- // InternalRoom.g:12378:1: rule__SAP__Group__1__Impl : ( ( rule__SAP__NameAssignment_1 ) ) ;
+ // InternalRoom.g:12398:1: rule__SAP__Group__1__Impl : ( ( rule__SAP__NameAssignment_1 ) ) ;
public final void rule__SAP__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12382:1: ( ( ( rule__SAP__NameAssignment_1 ) ) )
- // InternalRoom.g:12383:1: ( ( rule__SAP__NameAssignment_1 ) )
+ // InternalRoom.g:12402:1: ( ( ( rule__SAP__NameAssignment_1 ) ) )
+ // InternalRoom.g:12403:1: ( ( rule__SAP__NameAssignment_1 ) )
{
- // InternalRoom.g:12383:1: ( ( rule__SAP__NameAssignment_1 ) )
- // InternalRoom.g:12384:1: ( rule__SAP__NameAssignment_1 )
+ // InternalRoom.g:12403:1: ( ( rule__SAP__NameAssignment_1 ) )
+ // InternalRoom.g:12404:1: ( rule__SAP__NameAssignment_1 )
{
before(grammarAccess.getSAPAccess().getNameAssignment_1());
- // InternalRoom.g:12385:1: ( rule__SAP__NameAssignment_1 )
- // InternalRoom.g:12385:2: rule__SAP__NameAssignment_1
+ // InternalRoom.g:12405:1: ( rule__SAP__NameAssignment_1 )
+ // InternalRoom.g:12405:2: rule__SAP__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__SAP__NameAssignment_1();
@@ -35178,14 +35274,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SAP__Group__2"
- // InternalRoom.g:12395:1: rule__SAP__Group__2 : rule__SAP__Group__2__Impl rule__SAP__Group__3 ;
+ // InternalRoom.g:12415:1: rule__SAP__Group__2 : rule__SAP__Group__2__Impl rule__SAP__Group__3 ;
public final void rule__SAP__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12399:1: ( rule__SAP__Group__2__Impl rule__SAP__Group__3 )
- // InternalRoom.g:12400:2: rule__SAP__Group__2__Impl rule__SAP__Group__3
+ // InternalRoom.g:12419:1: ( rule__SAP__Group__2__Impl rule__SAP__Group__3 )
+ // InternalRoom.g:12420:2: rule__SAP__Group__2__Impl rule__SAP__Group__3
{
pushFollow(FOLLOW_3);
rule__SAP__Group__2__Impl();
@@ -35216,17 +35312,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SAP__Group__2__Impl"
- // InternalRoom.g:12407:1: rule__SAP__Group__2__Impl : ( ':' ) ;
+ // InternalRoom.g:12427:1: rule__SAP__Group__2__Impl : ( ':' ) ;
public final void rule__SAP__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12411:1: ( ( ':' ) )
- // InternalRoom.g:12412:1: ( ':' )
+ // InternalRoom.g:12431:1: ( ( ':' ) )
+ // InternalRoom.g:12432:1: ( ':' )
{
- // InternalRoom.g:12412:1: ( ':' )
- // InternalRoom.g:12413:1: ':'
+ // InternalRoom.g:12432:1: ( ':' )
+ // InternalRoom.g:12433:1: ':'
{
before(grammarAccess.getSAPAccess().getColonKeyword_2());
match(input,47,FOLLOW_2);
@@ -35253,16 +35349,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SAP__Group__3"
- // InternalRoom.g:12426:1: rule__SAP__Group__3 : rule__SAP__Group__3__Impl rule__SAP__Group__4 ;
+ // InternalRoom.g:12446:1: rule__SAP__Group__3 : rule__SAP__Group__3__Impl rule__SAP__Group__4 ;
public final void rule__SAP__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12430:1: ( rule__SAP__Group__3__Impl rule__SAP__Group__4 )
- // InternalRoom.g:12431:2: rule__SAP__Group__3__Impl rule__SAP__Group__4
+ // InternalRoom.g:12450:1: ( rule__SAP__Group__3__Impl rule__SAP__Group__4 )
+ // InternalRoom.g:12451:2: rule__SAP__Group__3__Impl rule__SAP__Group__4
{
- pushFollow(FOLLOW_16);
+ pushFollow(FOLLOW_17);
rule__SAP__Group__3__Impl();
state._fsp--;
@@ -35291,21 +35387,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SAP__Group__3__Impl"
- // InternalRoom.g:12438:1: rule__SAP__Group__3__Impl : ( ( rule__SAP__ProtocolAssignment_3 ) ) ;
+ // InternalRoom.g:12458:1: rule__SAP__Group__3__Impl : ( ( rule__SAP__ProtocolAssignment_3 ) ) ;
public final void rule__SAP__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12442:1: ( ( ( rule__SAP__ProtocolAssignment_3 ) ) )
- // InternalRoom.g:12443:1: ( ( rule__SAP__ProtocolAssignment_3 ) )
+ // InternalRoom.g:12462:1: ( ( ( rule__SAP__ProtocolAssignment_3 ) ) )
+ // InternalRoom.g:12463:1: ( ( rule__SAP__ProtocolAssignment_3 ) )
{
- // InternalRoom.g:12443:1: ( ( rule__SAP__ProtocolAssignment_3 ) )
- // InternalRoom.g:12444:1: ( rule__SAP__ProtocolAssignment_3 )
+ // InternalRoom.g:12463:1: ( ( rule__SAP__ProtocolAssignment_3 ) )
+ // InternalRoom.g:12464:1: ( rule__SAP__ProtocolAssignment_3 )
{
before(grammarAccess.getSAPAccess().getProtocolAssignment_3());
- // InternalRoom.g:12445:1: ( rule__SAP__ProtocolAssignment_3 )
- // InternalRoom.g:12445:2: rule__SAP__ProtocolAssignment_3
+ // InternalRoom.g:12465:1: ( rule__SAP__ProtocolAssignment_3 )
+ // InternalRoom.g:12465:2: rule__SAP__ProtocolAssignment_3
{
pushFollow(FOLLOW_2);
rule__SAP__ProtocolAssignment_3();
@@ -35338,14 +35434,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SAP__Group__4"
- // InternalRoom.g:12455:1: rule__SAP__Group__4 : rule__SAP__Group__4__Impl ;
+ // InternalRoom.g:12475:1: rule__SAP__Group__4 : rule__SAP__Group__4__Impl ;
public final void rule__SAP__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12459:1: ( rule__SAP__Group__4__Impl )
- // InternalRoom.g:12460:2: rule__SAP__Group__4__Impl
+ // InternalRoom.g:12479:1: ( rule__SAP__Group__4__Impl )
+ // InternalRoom.g:12480:2: rule__SAP__Group__4__Impl
{
pushFollow(FOLLOW_2);
rule__SAP__Group__4__Impl();
@@ -35371,29 +35467,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SAP__Group__4__Impl"
- // InternalRoom.g:12466:1: rule__SAP__Group__4__Impl : ( ( rule__SAP__DocuAssignment_4 )? ) ;
+ // InternalRoom.g:12486:1: rule__SAP__Group__4__Impl : ( ( rule__SAP__DocuAssignment_4 )? ) ;
public final void rule__SAP__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12470:1: ( ( ( rule__SAP__DocuAssignment_4 )? ) )
- // InternalRoom.g:12471:1: ( ( rule__SAP__DocuAssignment_4 )? )
+ // InternalRoom.g:12490:1: ( ( ( rule__SAP__DocuAssignment_4 )? ) )
+ // InternalRoom.g:12491:1: ( ( rule__SAP__DocuAssignment_4 )? )
{
- // InternalRoom.g:12471:1: ( ( rule__SAP__DocuAssignment_4 )? )
- // InternalRoom.g:12472:1: ( rule__SAP__DocuAssignment_4 )?
+ // InternalRoom.g:12491:1: ( ( rule__SAP__DocuAssignment_4 )? )
+ // InternalRoom.g:12492:1: ( rule__SAP__DocuAssignment_4 )?
{
before(grammarAccess.getSAPAccess().getDocuAssignment_4());
- // InternalRoom.g:12473:1: ( rule__SAP__DocuAssignment_4 )?
- int alt136=2;
- int LA136_0 = input.LA(1);
+ // InternalRoom.g:12493:1: ( rule__SAP__DocuAssignment_4 )?
+ int alt137=2;
+ int LA137_0 = input.LA(1);
- if ( (LA136_0==63) ) {
- alt136=1;
+ if ( (LA137_0==63) ) {
+ alt137=1;
}
- switch (alt136) {
+ switch (alt137) {
case 1 :
- // InternalRoom.g:12473:2: rule__SAP__DocuAssignment_4
+ // InternalRoom.g:12493:2: rule__SAP__DocuAssignment_4
{
pushFollow(FOLLOW_2);
rule__SAP__DocuAssignment_4();
@@ -35429,14 +35525,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPP__Group__0"
- // InternalRoom.g:12493:1: rule__SPP__Group__0 : rule__SPP__Group__0__Impl rule__SPP__Group__1 ;
+ // InternalRoom.g:12513:1: rule__SPP__Group__0 : rule__SPP__Group__0__Impl rule__SPP__Group__1 ;
public final void rule__SPP__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12497:1: ( rule__SPP__Group__0__Impl rule__SPP__Group__1 )
- // InternalRoom.g:12498:2: rule__SPP__Group__0__Impl rule__SPP__Group__1
+ // InternalRoom.g:12517:1: ( rule__SPP__Group__0__Impl rule__SPP__Group__1 )
+ // InternalRoom.g:12518:2: rule__SPP__Group__0__Impl rule__SPP__Group__1
{
pushFollow(FOLLOW_3);
rule__SPP__Group__0__Impl();
@@ -35467,17 +35563,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPP__Group__0__Impl"
- // InternalRoom.g:12505:1: rule__SPP__Group__0__Impl : ( 'SPP' ) ;
+ // InternalRoom.g:12525:1: rule__SPP__Group__0__Impl : ( 'SPP' ) ;
public final void rule__SPP__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12509:1: ( ( 'SPP' ) )
- // InternalRoom.g:12510:1: ( 'SPP' )
+ // InternalRoom.g:12529:1: ( ( 'SPP' ) )
+ // InternalRoom.g:12530:1: ( 'SPP' )
{
- // InternalRoom.g:12510:1: ( 'SPP' )
- // InternalRoom.g:12511:1: 'SPP'
+ // InternalRoom.g:12530:1: ( 'SPP' )
+ // InternalRoom.g:12531:1: 'SPP'
{
before(grammarAccess.getSPPAccess().getSPPKeyword_0());
match(input,80,FOLLOW_2);
@@ -35504,16 +35600,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPP__Group__1"
- // InternalRoom.g:12524:1: rule__SPP__Group__1 : rule__SPP__Group__1__Impl rule__SPP__Group__2 ;
+ // InternalRoom.g:12544:1: rule__SPP__Group__1 : rule__SPP__Group__1__Impl rule__SPP__Group__2 ;
public final void rule__SPP__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12528:1: ( rule__SPP__Group__1__Impl rule__SPP__Group__2 )
- // InternalRoom.g:12529:2: rule__SPP__Group__1__Impl rule__SPP__Group__2
+ // InternalRoom.g:12548:1: ( rule__SPP__Group__1__Impl rule__SPP__Group__2 )
+ // InternalRoom.g:12549:2: rule__SPP__Group__1__Impl rule__SPP__Group__2
{
- pushFollow(FOLLOW_9);
+ pushFollow(FOLLOW_10);
rule__SPP__Group__1__Impl();
state._fsp--;
@@ -35542,21 +35638,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPP__Group__1__Impl"
- // InternalRoom.g:12536:1: rule__SPP__Group__1__Impl : ( ( rule__SPP__NameAssignment_1 ) ) ;
+ // InternalRoom.g:12556:1: rule__SPP__Group__1__Impl : ( ( rule__SPP__NameAssignment_1 ) ) ;
public final void rule__SPP__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12540:1: ( ( ( rule__SPP__NameAssignment_1 ) ) )
- // InternalRoom.g:12541:1: ( ( rule__SPP__NameAssignment_1 ) )
+ // InternalRoom.g:12560:1: ( ( ( rule__SPP__NameAssignment_1 ) ) )
+ // InternalRoom.g:12561:1: ( ( rule__SPP__NameAssignment_1 ) )
{
- // InternalRoom.g:12541:1: ( ( rule__SPP__NameAssignment_1 ) )
- // InternalRoom.g:12542:1: ( rule__SPP__NameAssignment_1 )
+ // InternalRoom.g:12561:1: ( ( rule__SPP__NameAssignment_1 ) )
+ // InternalRoom.g:12562:1: ( rule__SPP__NameAssignment_1 )
{
before(grammarAccess.getSPPAccess().getNameAssignment_1());
- // InternalRoom.g:12543:1: ( rule__SPP__NameAssignment_1 )
- // InternalRoom.g:12543:2: rule__SPP__NameAssignment_1
+ // InternalRoom.g:12563:1: ( rule__SPP__NameAssignment_1 )
+ // InternalRoom.g:12563:2: rule__SPP__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__SPP__NameAssignment_1();
@@ -35589,14 +35685,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPP__Group__2"
- // InternalRoom.g:12553:1: rule__SPP__Group__2 : rule__SPP__Group__2__Impl rule__SPP__Group__3 ;
+ // InternalRoom.g:12573:1: rule__SPP__Group__2 : rule__SPP__Group__2__Impl rule__SPP__Group__3 ;
public final void rule__SPP__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12557:1: ( rule__SPP__Group__2__Impl rule__SPP__Group__3 )
- // InternalRoom.g:12558:2: rule__SPP__Group__2__Impl rule__SPP__Group__3
+ // InternalRoom.g:12577:1: ( rule__SPP__Group__2__Impl rule__SPP__Group__3 )
+ // InternalRoom.g:12578:2: rule__SPP__Group__2__Impl rule__SPP__Group__3
{
pushFollow(FOLLOW_3);
rule__SPP__Group__2__Impl();
@@ -35627,17 +35723,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPP__Group__2__Impl"
- // InternalRoom.g:12565:1: rule__SPP__Group__2__Impl : ( ':' ) ;
+ // InternalRoom.g:12585:1: rule__SPP__Group__2__Impl : ( ':' ) ;
public final void rule__SPP__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12569:1: ( ( ':' ) )
- // InternalRoom.g:12570:1: ( ':' )
+ // InternalRoom.g:12589:1: ( ( ':' ) )
+ // InternalRoom.g:12590:1: ( ':' )
{
- // InternalRoom.g:12570:1: ( ':' )
- // InternalRoom.g:12571:1: ':'
+ // InternalRoom.g:12590:1: ( ':' )
+ // InternalRoom.g:12591:1: ':'
{
before(grammarAccess.getSPPAccess().getColonKeyword_2());
match(input,47,FOLLOW_2);
@@ -35664,16 +35760,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPP__Group__3"
- // InternalRoom.g:12584:1: rule__SPP__Group__3 : rule__SPP__Group__3__Impl rule__SPP__Group__4 ;
+ // InternalRoom.g:12604:1: rule__SPP__Group__3 : rule__SPP__Group__3__Impl rule__SPP__Group__4 ;
public final void rule__SPP__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12588:1: ( rule__SPP__Group__3__Impl rule__SPP__Group__4 )
- // InternalRoom.g:12589:2: rule__SPP__Group__3__Impl rule__SPP__Group__4
+ // InternalRoom.g:12608:1: ( rule__SPP__Group__3__Impl rule__SPP__Group__4 )
+ // InternalRoom.g:12609:2: rule__SPP__Group__3__Impl rule__SPP__Group__4
{
- pushFollow(FOLLOW_16);
+ pushFollow(FOLLOW_17);
rule__SPP__Group__3__Impl();
state._fsp--;
@@ -35702,21 +35798,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPP__Group__3__Impl"
- // InternalRoom.g:12596:1: rule__SPP__Group__3__Impl : ( ( rule__SPP__ProtocolAssignment_3 ) ) ;
+ // InternalRoom.g:12616:1: rule__SPP__Group__3__Impl : ( ( rule__SPP__ProtocolAssignment_3 ) ) ;
public final void rule__SPP__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12600:1: ( ( ( rule__SPP__ProtocolAssignment_3 ) ) )
- // InternalRoom.g:12601:1: ( ( rule__SPP__ProtocolAssignment_3 ) )
+ // InternalRoom.g:12620:1: ( ( ( rule__SPP__ProtocolAssignment_3 ) ) )
+ // InternalRoom.g:12621:1: ( ( rule__SPP__ProtocolAssignment_3 ) )
{
- // InternalRoom.g:12601:1: ( ( rule__SPP__ProtocolAssignment_3 ) )
- // InternalRoom.g:12602:1: ( rule__SPP__ProtocolAssignment_3 )
+ // InternalRoom.g:12621:1: ( ( rule__SPP__ProtocolAssignment_3 ) )
+ // InternalRoom.g:12622:1: ( rule__SPP__ProtocolAssignment_3 )
{
before(grammarAccess.getSPPAccess().getProtocolAssignment_3());
- // InternalRoom.g:12603:1: ( rule__SPP__ProtocolAssignment_3 )
- // InternalRoom.g:12603:2: rule__SPP__ProtocolAssignment_3
+ // InternalRoom.g:12623:1: ( rule__SPP__ProtocolAssignment_3 )
+ // InternalRoom.g:12623:2: rule__SPP__ProtocolAssignment_3
{
pushFollow(FOLLOW_2);
rule__SPP__ProtocolAssignment_3();
@@ -35749,14 +35845,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPP__Group__4"
- // InternalRoom.g:12613:1: rule__SPP__Group__4 : rule__SPP__Group__4__Impl ;
+ // InternalRoom.g:12633:1: rule__SPP__Group__4 : rule__SPP__Group__4__Impl ;
public final void rule__SPP__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12617:1: ( rule__SPP__Group__4__Impl )
- // InternalRoom.g:12618:2: rule__SPP__Group__4__Impl
+ // InternalRoom.g:12637:1: ( rule__SPP__Group__4__Impl )
+ // InternalRoom.g:12638:2: rule__SPP__Group__4__Impl
{
pushFollow(FOLLOW_2);
rule__SPP__Group__4__Impl();
@@ -35782,29 +35878,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPP__Group__4__Impl"
- // InternalRoom.g:12624:1: rule__SPP__Group__4__Impl : ( ( rule__SPP__DocuAssignment_4 )? ) ;
+ // InternalRoom.g:12644:1: rule__SPP__Group__4__Impl : ( ( rule__SPP__DocuAssignment_4 )? ) ;
public final void rule__SPP__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12628:1: ( ( ( rule__SPP__DocuAssignment_4 )? ) )
- // InternalRoom.g:12629:1: ( ( rule__SPP__DocuAssignment_4 )? )
+ // InternalRoom.g:12648:1: ( ( ( rule__SPP__DocuAssignment_4 )? ) )
+ // InternalRoom.g:12649:1: ( ( rule__SPP__DocuAssignment_4 )? )
{
- // InternalRoom.g:12629:1: ( ( rule__SPP__DocuAssignment_4 )? )
- // InternalRoom.g:12630:1: ( rule__SPP__DocuAssignment_4 )?
+ // InternalRoom.g:12649:1: ( ( rule__SPP__DocuAssignment_4 )? )
+ // InternalRoom.g:12650:1: ( rule__SPP__DocuAssignment_4 )?
{
before(grammarAccess.getSPPAccess().getDocuAssignment_4());
- // InternalRoom.g:12631:1: ( rule__SPP__DocuAssignment_4 )?
- int alt137=2;
- int LA137_0 = input.LA(1);
+ // InternalRoom.g:12651:1: ( rule__SPP__DocuAssignment_4 )?
+ int alt138=2;
+ int LA138_0 = input.LA(1);
- if ( (LA137_0==63) ) {
- alt137=1;
+ if ( (LA138_0==63) ) {
+ alt138=1;
}
- switch (alt137) {
+ switch (alt138) {
case 1 :
- // InternalRoom.g:12631:2: rule__SPP__DocuAssignment_4
+ // InternalRoom.g:12651:2: rule__SPP__DocuAssignment_4
{
pushFollow(FOLLOW_2);
rule__SPP__DocuAssignment_4();
@@ -35840,16 +35936,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ServiceImplementation__Group__0"
- // InternalRoom.g:12651:1: rule__ServiceImplementation__Group__0 : rule__ServiceImplementation__Group__0__Impl rule__ServiceImplementation__Group__1 ;
+ // InternalRoom.g:12671:1: rule__ServiceImplementation__Group__0 : rule__ServiceImplementation__Group__0__Impl rule__ServiceImplementation__Group__1 ;
public final void rule__ServiceImplementation__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12655:1: ( rule__ServiceImplementation__Group__0__Impl rule__ServiceImplementation__Group__1 )
- // InternalRoom.g:12656:2: rule__ServiceImplementation__Group__0__Impl rule__ServiceImplementation__Group__1
+ // InternalRoom.g:12675:1: ( rule__ServiceImplementation__Group__0__Impl rule__ServiceImplementation__Group__1 )
+ // InternalRoom.g:12676:2: rule__ServiceImplementation__Group__0__Impl rule__ServiceImplementation__Group__1
{
- pushFollow(FOLLOW_64);
+ pushFollow(FOLLOW_65);
rule__ServiceImplementation__Group__0__Impl();
state._fsp--;
@@ -35878,17 +35974,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ServiceImplementation__Group__0__Impl"
- // InternalRoom.g:12663:1: rule__ServiceImplementation__Group__0__Impl : ( 'ServiceImplementation' ) ;
+ // InternalRoom.g:12683:1: rule__ServiceImplementation__Group__0__Impl : ( 'ServiceImplementation' ) ;
public final void rule__ServiceImplementation__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12667:1: ( ( 'ServiceImplementation' ) )
- // InternalRoom.g:12668:1: ( 'ServiceImplementation' )
+ // InternalRoom.g:12687:1: ( ( 'ServiceImplementation' ) )
+ // InternalRoom.g:12688:1: ( 'ServiceImplementation' )
{
- // InternalRoom.g:12668:1: ( 'ServiceImplementation' )
- // InternalRoom.g:12669:1: 'ServiceImplementation'
+ // InternalRoom.g:12688:1: ( 'ServiceImplementation' )
+ // InternalRoom.g:12689:1: 'ServiceImplementation'
{
before(grammarAccess.getServiceImplementationAccess().getServiceImplementationKeyword_0());
match(input,81,FOLLOW_2);
@@ -35915,14 +36011,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ServiceImplementation__Group__1"
- // InternalRoom.g:12682:1: rule__ServiceImplementation__Group__1 : rule__ServiceImplementation__Group__1__Impl rule__ServiceImplementation__Group__2 ;
+ // InternalRoom.g:12702:1: rule__ServiceImplementation__Group__1 : rule__ServiceImplementation__Group__1__Impl rule__ServiceImplementation__Group__2 ;
public final void rule__ServiceImplementation__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12686:1: ( rule__ServiceImplementation__Group__1__Impl rule__ServiceImplementation__Group__2 )
- // InternalRoom.g:12687:2: rule__ServiceImplementation__Group__1__Impl rule__ServiceImplementation__Group__2
+ // InternalRoom.g:12706:1: ( rule__ServiceImplementation__Group__1__Impl rule__ServiceImplementation__Group__2 )
+ // InternalRoom.g:12707:2: rule__ServiceImplementation__Group__1__Impl rule__ServiceImplementation__Group__2
{
pushFollow(FOLLOW_3);
rule__ServiceImplementation__Group__1__Impl();
@@ -35953,17 +36049,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ServiceImplementation__Group__1__Impl"
- // InternalRoom.g:12694:1: rule__ServiceImplementation__Group__1__Impl : ( 'of' ) ;
+ // InternalRoom.g:12714:1: rule__ServiceImplementation__Group__1__Impl : ( 'of' ) ;
public final void rule__ServiceImplementation__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12698:1: ( ( 'of' ) )
- // InternalRoom.g:12699:1: ( 'of' )
+ // InternalRoom.g:12718:1: ( ( 'of' ) )
+ // InternalRoom.g:12719:1: ( 'of' )
{
- // InternalRoom.g:12699:1: ( 'of' )
- // InternalRoom.g:12700:1: 'of'
+ // InternalRoom.g:12719:1: ( 'of' )
+ // InternalRoom.g:12720:1: 'of'
{
before(grammarAccess.getServiceImplementationAccess().getOfKeyword_1());
match(input,54,FOLLOW_2);
@@ -35990,14 +36086,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ServiceImplementation__Group__2"
- // InternalRoom.g:12713:1: rule__ServiceImplementation__Group__2 : rule__ServiceImplementation__Group__2__Impl ;
+ // InternalRoom.g:12733:1: rule__ServiceImplementation__Group__2 : rule__ServiceImplementation__Group__2__Impl ;
public final void rule__ServiceImplementation__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12717:1: ( rule__ServiceImplementation__Group__2__Impl )
- // InternalRoom.g:12718:2: rule__ServiceImplementation__Group__2__Impl
+ // InternalRoom.g:12737:1: ( rule__ServiceImplementation__Group__2__Impl )
+ // InternalRoom.g:12738:2: rule__ServiceImplementation__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__ServiceImplementation__Group__2__Impl();
@@ -36023,21 +36119,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ServiceImplementation__Group__2__Impl"
- // InternalRoom.g:12724:1: rule__ServiceImplementation__Group__2__Impl : ( ( rule__ServiceImplementation__SppAssignment_2 ) ) ;
+ // InternalRoom.g:12744:1: rule__ServiceImplementation__Group__2__Impl : ( ( rule__ServiceImplementation__SppAssignment_2 ) ) ;
public final void rule__ServiceImplementation__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12728:1: ( ( ( rule__ServiceImplementation__SppAssignment_2 ) ) )
- // InternalRoom.g:12729:1: ( ( rule__ServiceImplementation__SppAssignment_2 ) )
+ // InternalRoom.g:12748:1: ( ( ( rule__ServiceImplementation__SppAssignment_2 ) ) )
+ // InternalRoom.g:12749:1: ( ( rule__ServiceImplementation__SppAssignment_2 ) )
{
- // InternalRoom.g:12729:1: ( ( rule__ServiceImplementation__SppAssignment_2 ) )
- // InternalRoom.g:12730:1: ( rule__ServiceImplementation__SppAssignment_2 )
+ // InternalRoom.g:12749:1: ( ( rule__ServiceImplementation__SppAssignment_2 ) )
+ // InternalRoom.g:12750:1: ( rule__ServiceImplementation__SppAssignment_2 )
{
before(grammarAccess.getServiceImplementationAccess().getSppAssignment_2());
- // InternalRoom.g:12731:1: ( rule__ServiceImplementation__SppAssignment_2 )
- // InternalRoom.g:12731:2: rule__ServiceImplementation__SppAssignment_2
+ // InternalRoom.g:12751:1: ( rule__ServiceImplementation__SppAssignment_2 )
+ // InternalRoom.g:12751:2: rule__ServiceImplementation__SppAssignment_2
{
pushFollow(FOLLOW_2);
rule__ServiceImplementation__SppAssignment_2();
@@ -36070,14 +36166,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__Group__0"
- // InternalRoom.g:12747:1: rule__LogicalSystem__Group__0 : rule__LogicalSystem__Group__0__Impl rule__LogicalSystem__Group__1 ;
+ // InternalRoom.g:12767:1: rule__LogicalSystem__Group__0 : rule__LogicalSystem__Group__0__Impl rule__LogicalSystem__Group__1 ;
public final void rule__LogicalSystem__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12751:1: ( rule__LogicalSystem__Group__0__Impl rule__LogicalSystem__Group__1 )
- // InternalRoom.g:12752:2: rule__LogicalSystem__Group__0__Impl rule__LogicalSystem__Group__1
+ // InternalRoom.g:12771:1: ( rule__LogicalSystem__Group__0__Impl rule__LogicalSystem__Group__1 )
+ // InternalRoom.g:12772:2: rule__LogicalSystem__Group__0__Impl rule__LogicalSystem__Group__1
{
pushFollow(FOLLOW_3);
rule__LogicalSystem__Group__0__Impl();
@@ -36108,17 +36204,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__Group__0__Impl"
- // InternalRoom.g:12759:1: rule__LogicalSystem__Group__0__Impl : ( 'LogicalSystem' ) ;
+ // InternalRoom.g:12779:1: rule__LogicalSystem__Group__0__Impl : ( 'LogicalSystem' ) ;
public final void rule__LogicalSystem__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12763:1: ( ( 'LogicalSystem' ) )
- // InternalRoom.g:12764:1: ( 'LogicalSystem' )
+ // InternalRoom.g:12783:1: ( ( 'LogicalSystem' ) )
+ // InternalRoom.g:12784:1: ( 'LogicalSystem' )
{
- // InternalRoom.g:12764:1: ( 'LogicalSystem' )
- // InternalRoom.g:12765:1: 'LogicalSystem'
+ // InternalRoom.g:12784:1: ( 'LogicalSystem' )
+ // InternalRoom.g:12785:1: 'LogicalSystem'
{
before(grammarAccess.getLogicalSystemAccess().getLogicalSystemKeyword_0());
match(input,23,FOLLOW_2);
@@ -36145,14 +36241,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__Group__1"
- // InternalRoom.g:12778:1: rule__LogicalSystem__Group__1 : rule__LogicalSystem__Group__1__Impl rule__LogicalSystem__Group__2 ;
+ // InternalRoom.g:12798:1: rule__LogicalSystem__Group__1 : rule__LogicalSystem__Group__1__Impl rule__LogicalSystem__Group__2 ;
public final void rule__LogicalSystem__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12782:1: ( rule__LogicalSystem__Group__1__Impl rule__LogicalSystem__Group__2 )
- // InternalRoom.g:12783:2: rule__LogicalSystem__Group__1__Impl rule__LogicalSystem__Group__2
+ // InternalRoom.g:12802:1: ( rule__LogicalSystem__Group__1__Impl rule__LogicalSystem__Group__2 )
+ // InternalRoom.g:12803:2: rule__LogicalSystem__Group__1__Impl rule__LogicalSystem__Group__2
{
pushFollow(FOLLOW_4);
rule__LogicalSystem__Group__1__Impl();
@@ -36183,21 +36279,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__Group__1__Impl"
- // InternalRoom.g:12790:1: rule__LogicalSystem__Group__1__Impl : ( ( rule__LogicalSystem__NameAssignment_1 ) ) ;
+ // InternalRoom.g:12810:1: rule__LogicalSystem__Group__1__Impl : ( ( rule__LogicalSystem__NameAssignment_1 ) ) ;
public final void rule__LogicalSystem__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12794:1: ( ( ( rule__LogicalSystem__NameAssignment_1 ) ) )
- // InternalRoom.g:12795:1: ( ( rule__LogicalSystem__NameAssignment_1 ) )
+ // InternalRoom.g:12814:1: ( ( ( rule__LogicalSystem__NameAssignment_1 ) ) )
+ // InternalRoom.g:12815:1: ( ( rule__LogicalSystem__NameAssignment_1 ) )
{
- // InternalRoom.g:12795:1: ( ( rule__LogicalSystem__NameAssignment_1 ) )
- // InternalRoom.g:12796:1: ( rule__LogicalSystem__NameAssignment_1 )
+ // InternalRoom.g:12815:1: ( ( rule__LogicalSystem__NameAssignment_1 ) )
+ // InternalRoom.g:12816:1: ( rule__LogicalSystem__NameAssignment_1 )
{
before(grammarAccess.getLogicalSystemAccess().getNameAssignment_1());
- // InternalRoom.g:12797:1: ( rule__LogicalSystem__NameAssignment_1 )
- // InternalRoom.g:12797:2: rule__LogicalSystem__NameAssignment_1
+ // InternalRoom.g:12817:1: ( rule__LogicalSystem__NameAssignment_1 )
+ // InternalRoom.g:12817:2: rule__LogicalSystem__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__LogicalSystem__NameAssignment_1();
@@ -36230,14 +36326,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__Group__2"
- // InternalRoom.g:12807:1: rule__LogicalSystem__Group__2 : rule__LogicalSystem__Group__2__Impl rule__LogicalSystem__Group__3 ;
+ // InternalRoom.g:12827:1: rule__LogicalSystem__Group__2 : rule__LogicalSystem__Group__2__Impl rule__LogicalSystem__Group__3 ;
public final void rule__LogicalSystem__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12811:1: ( rule__LogicalSystem__Group__2__Impl rule__LogicalSystem__Group__3 )
- // InternalRoom.g:12812:2: rule__LogicalSystem__Group__2__Impl rule__LogicalSystem__Group__3
+ // InternalRoom.g:12831:1: ( rule__LogicalSystem__Group__2__Impl rule__LogicalSystem__Group__3 )
+ // InternalRoom.g:12832:2: rule__LogicalSystem__Group__2__Impl rule__LogicalSystem__Group__3
{
pushFollow(FOLLOW_4);
rule__LogicalSystem__Group__2__Impl();
@@ -36268,29 +36364,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__Group__2__Impl"
- // InternalRoom.g:12819:1: rule__LogicalSystem__Group__2__Impl : ( ( rule__LogicalSystem__DocuAssignment_2 )? ) ;
+ // InternalRoom.g:12839:1: rule__LogicalSystem__Group__2__Impl : ( ( rule__LogicalSystem__DocuAssignment_2 )? ) ;
public final void rule__LogicalSystem__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12823:1: ( ( ( rule__LogicalSystem__DocuAssignment_2 )? ) )
- // InternalRoom.g:12824:1: ( ( rule__LogicalSystem__DocuAssignment_2 )? )
+ // InternalRoom.g:12843:1: ( ( ( rule__LogicalSystem__DocuAssignment_2 )? ) )
+ // InternalRoom.g:12844:1: ( ( rule__LogicalSystem__DocuAssignment_2 )? )
{
- // InternalRoom.g:12824:1: ( ( rule__LogicalSystem__DocuAssignment_2 )? )
- // InternalRoom.g:12825:1: ( rule__LogicalSystem__DocuAssignment_2 )?
+ // InternalRoom.g:12844:1: ( ( rule__LogicalSystem__DocuAssignment_2 )? )
+ // InternalRoom.g:12845:1: ( rule__LogicalSystem__DocuAssignment_2 )?
{
before(grammarAccess.getLogicalSystemAccess().getDocuAssignment_2());
- // InternalRoom.g:12826:1: ( rule__LogicalSystem__DocuAssignment_2 )?
- int alt138=2;
- int LA138_0 = input.LA(1);
+ // InternalRoom.g:12846:1: ( rule__LogicalSystem__DocuAssignment_2 )?
+ int alt139=2;
+ int LA139_0 = input.LA(1);
- if ( (LA138_0==63) ) {
- alt138=1;
+ if ( (LA139_0==63) ) {
+ alt139=1;
}
- switch (alt138) {
+ switch (alt139) {
case 1 :
- // InternalRoom.g:12826:2: rule__LogicalSystem__DocuAssignment_2
+ // InternalRoom.g:12846:2: rule__LogicalSystem__DocuAssignment_2
{
pushFollow(FOLLOW_2);
rule__LogicalSystem__DocuAssignment_2();
@@ -36326,16 +36422,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__Group__3"
- // InternalRoom.g:12836:1: rule__LogicalSystem__Group__3 : rule__LogicalSystem__Group__3__Impl rule__LogicalSystem__Group__4 ;
+ // InternalRoom.g:12856:1: rule__LogicalSystem__Group__3 : rule__LogicalSystem__Group__3__Impl rule__LogicalSystem__Group__4 ;
public final void rule__LogicalSystem__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12840:1: ( rule__LogicalSystem__Group__3__Impl rule__LogicalSystem__Group__4 )
- // InternalRoom.g:12841:2: rule__LogicalSystem__Group__3__Impl rule__LogicalSystem__Group__4
+ // InternalRoom.g:12860:1: ( rule__LogicalSystem__Group__3__Impl rule__LogicalSystem__Group__4 )
+ // InternalRoom.g:12861:2: rule__LogicalSystem__Group__3__Impl rule__LogicalSystem__Group__4
{
- pushFollow(FOLLOW_65);
+ pushFollow(FOLLOW_66);
rule__LogicalSystem__Group__3__Impl();
state._fsp--;
@@ -36364,17 +36460,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__Group__3__Impl"
- // InternalRoom.g:12848:1: rule__LogicalSystem__Group__3__Impl : ( '{' ) ;
+ // InternalRoom.g:12868:1: rule__LogicalSystem__Group__3__Impl : ( '{' ) ;
public final void rule__LogicalSystem__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12852:1: ( ( '{' ) )
- // InternalRoom.g:12853:1: ( '{' )
+ // InternalRoom.g:12872:1: ( ( '{' ) )
+ // InternalRoom.g:12873:1: ( '{' )
{
- // InternalRoom.g:12853:1: ( '{' )
- // InternalRoom.g:12854:1: '{'
+ // InternalRoom.g:12873:1: ( '{' )
+ // InternalRoom.g:12874:1: '{'
{
before(grammarAccess.getLogicalSystemAccess().getLeftCurlyBracketKeyword_3());
match(input,45,FOLLOW_2);
@@ -36401,16 +36497,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__Group__4"
- // InternalRoom.g:12867:1: rule__LogicalSystem__Group__4 : rule__LogicalSystem__Group__4__Impl rule__LogicalSystem__Group__5 ;
+ // InternalRoom.g:12887:1: rule__LogicalSystem__Group__4 : rule__LogicalSystem__Group__4__Impl rule__LogicalSystem__Group__5 ;
public final void rule__LogicalSystem__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12871:1: ( rule__LogicalSystem__Group__4__Impl rule__LogicalSystem__Group__5 )
- // InternalRoom.g:12872:2: rule__LogicalSystem__Group__4__Impl rule__LogicalSystem__Group__5
+ // InternalRoom.g:12891:1: ( rule__LogicalSystem__Group__4__Impl rule__LogicalSystem__Group__5 )
+ // InternalRoom.g:12892:2: rule__LogicalSystem__Group__4__Impl rule__LogicalSystem__Group__5
{
- pushFollow(FOLLOW_65);
+ pushFollow(FOLLOW_66);
rule__LogicalSystem__Group__4__Impl();
state._fsp--;
@@ -36439,33 +36535,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__Group__4__Impl"
- // InternalRoom.g:12879:1: rule__LogicalSystem__Group__4__Impl : ( ( rule__LogicalSystem__AnnotationsAssignment_4 )* ) ;
+ // InternalRoom.g:12899:1: rule__LogicalSystem__Group__4__Impl : ( ( rule__LogicalSystem__AnnotationsAssignment_4 )* ) ;
public final void rule__LogicalSystem__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12883:1: ( ( ( rule__LogicalSystem__AnnotationsAssignment_4 )* ) )
- // InternalRoom.g:12884:1: ( ( rule__LogicalSystem__AnnotationsAssignment_4 )* )
+ // InternalRoom.g:12903:1: ( ( ( rule__LogicalSystem__AnnotationsAssignment_4 )* ) )
+ // InternalRoom.g:12904:1: ( ( rule__LogicalSystem__AnnotationsAssignment_4 )* )
{
- // InternalRoom.g:12884:1: ( ( rule__LogicalSystem__AnnotationsAssignment_4 )* )
- // InternalRoom.g:12885:1: ( rule__LogicalSystem__AnnotationsAssignment_4 )*
+ // InternalRoom.g:12904:1: ( ( rule__LogicalSystem__AnnotationsAssignment_4 )* )
+ // InternalRoom.g:12905:1: ( rule__LogicalSystem__AnnotationsAssignment_4 )*
{
before(grammarAccess.getLogicalSystemAccess().getAnnotationsAssignment_4());
- // InternalRoom.g:12886:1: ( rule__LogicalSystem__AnnotationsAssignment_4 )*
- loop139:
+ // InternalRoom.g:12906:1: ( rule__LogicalSystem__AnnotationsAssignment_4 )*
+ loop140:
do {
- int alt139=2;
- int LA139_0 = input.LA(1);
+ int alt140=2;
+ int LA140_0 = input.LA(1);
- if ( (LA139_0==120) ) {
- alt139=1;
+ if ( (LA140_0==120) ) {
+ alt140=1;
}
- switch (alt139) {
+ switch (alt140) {
case 1 :
- // InternalRoom.g:12886:2: rule__LogicalSystem__AnnotationsAssignment_4
+ // InternalRoom.g:12906:2: rule__LogicalSystem__AnnotationsAssignment_4
{
pushFollow(FOLLOW_6);
rule__LogicalSystem__AnnotationsAssignment_4();
@@ -36477,7 +36573,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop139;
+ break loop140;
}
} while (true);
@@ -36504,16 +36600,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__Group__5"
- // InternalRoom.g:12896:1: rule__LogicalSystem__Group__5 : rule__LogicalSystem__Group__5__Impl rule__LogicalSystem__Group__6 ;
+ // InternalRoom.g:12916:1: rule__LogicalSystem__Group__5 : rule__LogicalSystem__Group__5__Impl rule__LogicalSystem__Group__6 ;
public final void rule__LogicalSystem__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12900:1: ( rule__LogicalSystem__Group__5__Impl rule__LogicalSystem__Group__6 )
- // InternalRoom.g:12901:2: rule__LogicalSystem__Group__5__Impl rule__LogicalSystem__Group__6
+ // InternalRoom.g:12920:1: ( rule__LogicalSystem__Group__5__Impl rule__LogicalSystem__Group__6 )
+ // InternalRoom.g:12921:2: rule__LogicalSystem__Group__5__Impl rule__LogicalSystem__Group__6
{
- pushFollow(FOLLOW_65);
+ pushFollow(FOLLOW_66);
rule__LogicalSystem__Group__5__Impl();
state._fsp--;
@@ -36542,35 +36638,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__Group__5__Impl"
- // InternalRoom.g:12908:1: rule__LogicalSystem__Group__5__Impl : ( ( rule__LogicalSystem__Alternatives_5 )* ) ;
+ // InternalRoom.g:12928:1: rule__LogicalSystem__Group__5__Impl : ( ( rule__LogicalSystem__Alternatives_5 )* ) ;
public final void rule__LogicalSystem__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12912:1: ( ( ( rule__LogicalSystem__Alternatives_5 )* ) )
- // InternalRoom.g:12913:1: ( ( rule__LogicalSystem__Alternatives_5 )* )
+ // InternalRoom.g:12932:1: ( ( ( rule__LogicalSystem__Alternatives_5 )* ) )
+ // InternalRoom.g:12933:1: ( ( rule__LogicalSystem__Alternatives_5 )* )
{
- // InternalRoom.g:12913:1: ( ( rule__LogicalSystem__Alternatives_5 )* )
- // InternalRoom.g:12914:1: ( rule__LogicalSystem__Alternatives_5 )*
+ // InternalRoom.g:12933:1: ( ( rule__LogicalSystem__Alternatives_5 )* )
+ // InternalRoom.g:12934:1: ( rule__LogicalSystem__Alternatives_5 )*
{
before(grammarAccess.getLogicalSystemAccess().getAlternatives_5());
- // InternalRoom.g:12915:1: ( rule__LogicalSystem__Alternatives_5 )*
- loop140:
+ // InternalRoom.g:12935:1: ( rule__LogicalSystem__Alternatives_5 )*
+ loop141:
do {
- int alt140=2;
- int LA140_0 = input.LA(1);
+ int alt141=2;
+ int LA141_0 = input.LA(1);
- if ( (LA140_0==82||LA140_0==86||LA140_0==90) ) {
- alt140=1;
+ if ( (LA141_0==82||LA141_0==86||LA141_0==90) ) {
+ alt141=1;
}
- switch (alt140) {
+ switch (alt141) {
case 1 :
- // InternalRoom.g:12915:2: rule__LogicalSystem__Alternatives_5
+ // InternalRoom.g:12935:2: rule__LogicalSystem__Alternatives_5
{
- pushFollow(FOLLOW_66);
+ pushFollow(FOLLOW_67);
rule__LogicalSystem__Alternatives_5();
state._fsp--;
@@ -36580,7 +36676,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop140;
+ break loop141;
}
} while (true);
@@ -36607,14 +36703,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__Group__6"
- // InternalRoom.g:12925:1: rule__LogicalSystem__Group__6 : rule__LogicalSystem__Group__6__Impl ;
+ // InternalRoom.g:12945:1: rule__LogicalSystem__Group__6 : rule__LogicalSystem__Group__6__Impl ;
public final void rule__LogicalSystem__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12929:1: ( rule__LogicalSystem__Group__6__Impl )
- // InternalRoom.g:12930:2: rule__LogicalSystem__Group__6__Impl
+ // InternalRoom.g:12949:1: ( rule__LogicalSystem__Group__6__Impl )
+ // InternalRoom.g:12950:2: rule__LogicalSystem__Group__6__Impl
{
pushFollow(FOLLOW_2);
rule__LogicalSystem__Group__6__Impl();
@@ -36640,17 +36736,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__Group__6__Impl"
- // InternalRoom.g:12936:1: rule__LogicalSystem__Group__6__Impl : ( '}' ) ;
+ // InternalRoom.g:12956:1: rule__LogicalSystem__Group__6__Impl : ( '}' ) ;
public final void rule__LogicalSystem__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12940:1: ( ( '}' ) )
- // InternalRoom.g:12941:1: ( '}' )
+ // InternalRoom.g:12960:1: ( ( '}' ) )
+ // InternalRoom.g:12961:1: ( '}' )
{
- // InternalRoom.g:12941:1: ( '}' )
- // InternalRoom.g:12942:1: '}'
+ // InternalRoom.g:12961:1: ( '}' )
+ // InternalRoom.g:12962:1: '}'
{
before(grammarAccess.getLogicalSystemAccess().getRightCurlyBracketKeyword_6());
match(input,46,FOLLOW_2);
@@ -36677,14 +36773,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemRef__Group__0"
- // InternalRoom.g:12969:1: rule__SubSystemRef__Group__0 : rule__SubSystemRef__Group__0__Impl rule__SubSystemRef__Group__1 ;
+ // InternalRoom.g:12989:1: rule__SubSystemRef__Group__0 : rule__SubSystemRef__Group__0__Impl rule__SubSystemRef__Group__1 ;
public final void rule__SubSystemRef__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12973:1: ( rule__SubSystemRef__Group__0__Impl rule__SubSystemRef__Group__1 )
- // InternalRoom.g:12974:2: rule__SubSystemRef__Group__0__Impl rule__SubSystemRef__Group__1
+ // InternalRoom.g:12993:1: ( rule__SubSystemRef__Group__0__Impl rule__SubSystemRef__Group__1 )
+ // InternalRoom.g:12994:2: rule__SubSystemRef__Group__0__Impl rule__SubSystemRef__Group__1
{
pushFollow(FOLLOW_3);
rule__SubSystemRef__Group__0__Impl();
@@ -36715,17 +36811,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemRef__Group__0__Impl"
- // InternalRoom.g:12981:1: rule__SubSystemRef__Group__0__Impl : ( 'SubSystemRef' ) ;
+ // InternalRoom.g:13001:1: rule__SubSystemRef__Group__0__Impl : ( 'SubSystemRef' ) ;
public final void rule__SubSystemRef__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:12985:1: ( ( 'SubSystemRef' ) )
- // InternalRoom.g:12986:1: ( 'SubSystemRef' )
+ // InternalRoom.g:13005:1: ( ( 'SubSystemRef' ) )
+ // InternalRoom.g:13006:1: ( 'SubSystemRef' )
{
- // InternalRoom.g:12986:1: ( 'SubSystemRef' )
- // InternalRoom.g:12987:1: 'SubSystemRef'
+ // InternalRoom.g:13006:1: ( 'SubSystemRef' )
+ // InternalRoom.g:13007:1: 'SubSystemRef'
{
before(grammarAccess.getSubSystemRefAccess().getSubSystemRefKeyword_0());
match(input,82,FOLLOW_2);
@@ -36752,16 +36848,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemRef__Group__1"
- // InternalRoom.g:13000:1: rule__SubSystemRef__Group__1 : rule__SubSystemRef__Group__1__Impl rule__SubSystemRef__Group__2 ;
+ // InternalRoom.g:13020:1: rule__SubSystemRef__Group__1 : rule__SubSystemRef__Group__1__Impl rule__SubSystemRef__Group__2 ;
public final void rule__SubSystemRef__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13004:1: ( rule__SubSystemRef__Group__1__Impl rule__SubSystemRef__Group__2 )
- // InternalRoom.g:13005:2: rule__SubSystemRef__Group__1__Impl rule__SubSystemRef__Group__2
+ // InternalRoom.g:13024:1: ( rule__SubSystemRef__Group__1__Impl rule__SubSystemRef__Group__2 )
+ // InternalRoom.g:13025:2: rule__SubSystemRef__Group__1__Impl rule__SubSystemRef__Group__2
{
- pushFollow(FOLLOW_9);
+ pushFollow(FOLLOW_10);
rule__SubSystemRef__Group__1__Impl();
state._fsp--;
@@ -36790,21 +36886,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemRef__Group__1__Impl"
- // InternalRoom.g:13012:1: rule__SubSystemRef__Group__1__Impl : ( ( rule__SubSystemRef__NameAssignment_1 ) ) ;
+ // InternalRoom.g:13032:1: rule__SubSystemRef__Group__1__Impl : ( ( rule__SubSystemRef__NameAssignment_1 ) ) ;
public final void rule__SubSystemRef__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13016:1: ( ( ( rule__SubSystemRef__NameAssignment_1 ) ) )
- // InternalRoom.g:13017:1: ( ( rule__SubSystemRef__NameAssignment_1 ) )
+ // InternalRoom.g:13036:1: ( ( ( rule__SubSystemRef__NameAssignment_1 ) ) )
+ // InternalRoom.g:13037:1: ( ( rule__SubSystemRef__NameAssignment_1 ) )
{
- // InternalRoom.g:13017:1: ( ( rule__SubSystemRef__NameAssignment_1 ) )
- // InternalRoom.g:13018:1: ( rule__SubSystemRef__NameAssignment_1 )
+ // InternalRoom.g:13037:1: ( ( rule__SubSystemRef__NameAssignment_1 ) )
+ // InternalRoom.g:13038:1: ( rule__SubSystemRef__NameAssignment_1 )
{
before(grammarAccess.getSubSystemRefAccess().getNameAssignment_1());
- // InternalRoom.g:13019:1: ( rule__SubSystemRef__NameAssignment_1 )
- // InternalRoom.g:13019:2: rule__SubSystemRef__NameAssignment_1
+ // InternalRoom.g:13039:1: ( rule__SubSystemRef__NameAssignment_1 )
+ // InternalRoom.g:13039:2: rule__SubSystemRef__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__SubSystemRef__NameAssignment_1();
@@ -36837,14 +36933,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemRef__Group__2"
- // InternalRoom.g:13029:1: rule__SubSystemRef__Group__2 : rule__SubSystemRef__Group__2__Impl rule__SubSystemRef__Group__3 ;
+ // InternalRoom.g:13049:1: rule__SubSystemRef__Group__2 : rule__SubSystemRef__Group__2__Impl rule__SubSystemRef__Group__3 ;
public final void rule__SubSystemRef__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13033:1: ( rule__SubSystemRef__Group__2__Impl rule__SubSystemRef__Group__3 )
- // InternalRoom.g:13034:2: rule__SubSystemRef__Group__2__Impl rule__SubSystemRef__Group__3
+ // InternalRoom.g:13053:1: ( rule__SubSystemRef__Group__2__Impl rule__SubSystemRef__Group__3 )
+ // InternalRoom.g:13054:2: rule__SubSystemRef__Group__2__Impl rule__SubSystemRef__Group__3
{
pushFollow(FOLLOW_3);
rule__SubSystemRef__Group__2__Impl();
@@ -36875,17 +36971,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemRef__Group__2__Impl"
- // InternalRoom.g:13041:1: rule__SubSystemRef__Group__2__Impl : ( ':' ) ;
+ // InternalRoom.g:13061:1: rule__SubSystemRef__Group__2__Impl : ( ':' ) ;
public final void rule__SubSystemRef__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13045:1: ( ( ':' ) )
- // InternalRoom.g:13046:1: ( ':' )
+ // InternalRoom.g:13065:1: ( ( ':' ) )
+ // InternalRoom.g:13066:1: ( ':' )
{
- // InternalRoom.g:13046:1: ( ':' )
- // InternalRoom.g:13047:1: ':'
+ // InternalRoom.g:13066:1: ( ':' )
+ // InternalRoom.g:13067:1: ':'
{
before(grammarAccess.getSubSystemRefAccess().getColonKeyword_2());
match(input,47,FOLLOW_2);
@@ -36912,16 +37008,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemRef__Group__3"
- // InternalRoom.g:13060:1: rule__SubSystemRef__Group__3 : rule__SubSystemRef__Group__3__Impl rule__SubSystemRef__Group__4 ;
+ // InternalRoom.g:13080:1: rule__SubSystemRef__Group__3 : rule__SubSystemRef__Group__3__Impl rule__SubSystemRef__Group__4 ;
public final void rule__SubSystemRef__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13064:1: ( rule__SubSystemRef__Group__3__Impl rule__SubSystemRef__Group__4 )
- // InternalRoom.g:13065:2: rule__SubSystemRef__Group__3__Impl rule__SubSystemRef__Group__4
+ // InternalRoom.g:13084:1: ( rule__SubSystemRef__Group__3__Impl rule__SubSystemRef__Group__4 )
+ // InternalRoom.g:13085:2: rule__SubSystemRef__Group__3__Impl rule__SubSystemRef__Group__4
{
- pushFollow(FOLLOW_16);
+ pushFollow(FOLLOW_17);
rule__SubSystemRef__Group__3__Impl();
state._fsp--;
@@ -36950,21 +37046,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemRef__Group__3__Impl"
- // InternalRoom.g:13072:1: rule__SubSystemRef__Group__3__Impl : ( ( rule__SubSystemRef__TypeAssignment_3 ) ) ;
+ // InternalRoom.g:13092:1: rule__SubSystemRef__Group__3__Impl : ( ( rule__SubSystemRef__TypeAssignment_3 ) ) ;
public final void rule__SubSystemRef__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13076:1: ( ( ( rule__SubSystemRef__TypeAssignment_3 ) ) )
- // InternalRoom.g:13077:1: ( ( rule__SubSystemRef__TypeAssignment_3 ) )
+ // InternalRoom.g:13096:1: ( ( ( rule__SubSystemRef__TypeAssignment_3 ) ) )
+ // InternalRoom.g:13097:1: ( ( rule__SubSystemRef__TypeAssignment_3 ) )
{
- // InternalRoom.g:13077:1: ( ( rule__SubSystemRef__TypeAssignment_3 ) )
- // InternalRoom.g:13078:1: ( rule__SubSystemRef__TypeAssignment_3 )
+ // InternalRoom.g:13097:1: ( ( rule__SubSystemRef__TypeAssignment_3 ) )
+ // InternalRoom.g:13098:1: ( rule__SubSystemRef__TypeAssignment_3 )
{
before(grammarAccess.getSubSystemRefAccess().getTypeAssignment_3());
- // InternalRoom.g:13079:1: ( rule__SubSystemRef__TypeAssignment_3 )
- // InternalRoom.g:13079:2: rule__SubSystemRef__TypeAssignment_3
+ // InternalRoom.g:13099:1: ( rule__SubSystemRef__TypeAssignment_3 )
+ // InternalRoom.g:13099:2: rule__SubSystemRef__TypeAssignment_3
{
pushFollow(FOLLOW_2);
rule__SubSystemRef__TypeAssignment_3();
@@ -36997,14 +37093,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemRef__Group__4"
- // InternalRoom.g:13089:1: rule__SubSystemRef__Group__4 : rule__SubSystemRef__Group__4__Impl ;
+ // InternalRoom.g:13109:1: rule__SubSystemRef__Group__4 : rule__SubSystemRef__Group__4__Impl ;
public final void rule__SubSystemRef__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13093:1: ( rule__SubSystemRef__Group__4__Impl )
- // InternalRoom.g:13094:2: rule__SubSystemRef__Group__4__Impl
+ // InternalRoom.g:13113:1: ( rule__SubSystemRef__Group__4__Impl )
+ // InternalRoom.g:13114:2: rule__SubSystemRef__Group__4__Impl
{
pushFollow(FOLLOW_2);
rule__SubSystemRef__Group__4__Impl();
@@ -37030,29 +37126,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemRef__Group__4__Impl"
- // InternalRoom.g:13100:1: rule__SubSystemRef__Group__4__Impl : ( ( rule__SubSystemRef__DocuAssignment_4 )? ) ;
+ // InternalRoom.g:13120:1: rule__SubSystemRef__Group__4__Impl : ( ( rule__SubSystemRef__DocuAssignment_4 )? ) ;
public final void rule__SubSystemRef__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13104:1: ( ( ( rule__SubSystemRef__DocuAssignment_4 )? ) )
- // InternalRoom.g:13105:1: ( ( rule__SubSystemRef__DocuAssignment_4 )? )
+ // InternalRoom.g:13124:1: ( ( ( rule__SubSystemRef__DocuAssignment_4 )? ) )
+ // InternalRoom.g:13125:1: ( ( rule__SubSystemRef__DocuAssignment_4 )? )
{
- // InternalRoom.g:13105:1: ( ( rule__SubSystemRef__DocuAssignment_4 )? )
- // InternalRoom.g:13106:1: ( rule__SubSystemRef__DocuAssignment_4 )?
+ // InternalRoom.g:13125:1: ( ( rule__SubSystemRef__DocuAssignment_4 )? )
+ // InternalRoom.g:13126:1: ( rule__SubSystemRef__DocuAssignment_4 )?
{
before(grammarAccess.getSubSystemRefAccess().getDocuAssignment_4());
- // InternalRoom.g:13107:1: ( rule__SubSystemRef__DocuAssignment_4 )?
- int alt141=2;
- int LA141_0 = input.LA(1);
+ // InternalRoom.g:13127:1: ( rule__SubSystemRef__DocuAssignment_4 )?
+ int alt142=2;
+ int LA142_0 = input.LA(1);
- if ( (LA141_0==63) ) {
- alt141=1;
+ if ( (LA142_0==63) ) {
+ alt142=1;
}
- switch (alt141) {
+ switch (alt142) {
case 1 :
- // InternalRoom.g:13107:2: rule__SubSystemRef__DocuAssignment_4
+ // InternalRoom.g:13127:2: rule__SubSystemRef__DocuAssignment_4
{
pushFollow(FOLLOW_2);
rule__SubSystemRef__DocuAssignment_4();
@@ -37088,14 +37184,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__0"
- // InternalRoom.g:13127:1: rule__SubSystemClass__Group__0 : rule__SubSystemClass__Group__0__Impl rule__SubSystemClass__Group__1 ;
+ // InternalRoom.g:13147:1: rule__SubSystemClass__Group__0 : rule__SubSystemClass__Group__0__Impl rule__SubSystemClass__Group__1 ;
public final void rule__SubSystemClass__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13131:1: ( rule__SubSystemClass__Group__0__Impl rule__SubSystemClass__Group__1 )
- // InternalRoom.g:13132:2: rule__SubSystemClass__Group__0__Impl rule__SubSystemClass__Group__1
+ // InternalRoom.g:13151:1: ( rule__SubSystemClass__Group__0__Impl rule__SubSystemClass__Group__1 )
+ // InternalRoom.g:13152:2: rule__SubSystemClass__Group__0__Impl rule__SubSystemClass__Group__1
{
pushFollow(FOLLOW_3);
rule__SubSystemClass__Group__0__Impl();
@@ -37126,17 +37222,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__0__Impl"
- // InternalRoom.g:13139:1: rule__SubSystemClass__Group__0__Impl : ( 'SubSystemClass' ) ;
+ // InternalRoom.g:13159:1: rule__SubSystemClass__Group__0__Impl : ( 'SubSystemClass' ) ;
public final void rule__SubSystemClass__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13143:1: ( ( 'SubSystemClass' ) )
- // InternalRoom.g:13144:1: ( 'SubSystemClass' )
+ // InternalRoom.g:13163:1: ( ( 'SubSystemClass' ) )
+ // InternalRoom.g:13164:1: ( 'SubSystemClass' )
{
- // InternalRoom.g:13144:1: ( 'SubSystemClass' )
- // InternalRoom.g:13145:1: 'SubSystemClass'
+ // InternalRoom.g:13164:1: ( 'SubSystemClass' )
+ // InternalRoom.g:13165:1: 'SubSystemClass'
{
before(grammarAccess.getSubSystemClassAccess().getSubSystemClassKeyword_0());
match(input,22,FOLLOW_2);
@@ -37163,14 +37259,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__1"
- // InternalRoom.g:13158:1: rule__SubSystemClass__Group__1 : rule__SubSystemClass__Group__1__Impl rule__SubSystemClass__Group__2 ;
+ // InternalRoom.g:13178:1: rule__SubSystemClass__Group__1 : rule__SubSystemClass__Group__1__Impl rule__SubSystemClass__Group__2 ;
public final void rule__SubSystemClass__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13162:1: ( rule__SubSystemClass__Group__1__Impl rule__SubSystemClass__Group__2 )
- // InternalRoom.g:13163:2: rule__SubSystemClass__Group__1__Impl rule__SubSystemClass__Group__2
+ // InternalRoom.g:13182:1: ( rule__SubSystemClass__Group__1__Impl rule__SubSystemClass__Group__2 )
+ // InternalRoom.g:13183:2: rule__SubSystemClass__Group__1__Impl rule__SubSystemClass__Group__2
{
pushFollow(FOLLOW_4);
rule__SubSystemClass__Group__1__Impl();
@@ -37201,21 +37297,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__1__Impl"
- // InternalRoom.g:13170:1: rule__SubSystemClass__Group__1__Impl : ( ( rule__SubSystemClass__NameAssignment_1 ) ) ;
+ // InternalRoom.g:13190:1: rule__SubSystemClass__Group__1__Impl : ( ( rule__SubSystemClass__NameAssignment_1 ) ) ;
public final void rule__SubSystemClass__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13174:1: ( ( ( rule__SubSystemClass__NameAssignment_1 ) ) )
- // InternalRoom.g:13175:1: ( ( rule__SubSystemClass__NameAssignment_1 ) )
+ // InternalRoom.g:13194:1: ( ( ( rule__SubSystemClass__NameAssignment_1 ) ) )
+ // InternalRoom.g:13195:1: ( ( rule__SubSystemClass__NameAssignment_1 ) )
{
- // InternalRoom.g:13175:1: ( ( rule__SubSystemClass__NameAssignment_1 ) )
- // InternalRoom.g:13176:1: ( rule__SubSystemClass__NameAssignment_1 )
+ // InternalRoom.g:13195:1: ( ( rule__SubSystemClass__NameAssignment_1 ) )
+ // InternalRoom.g:13196:1: ( rule__SubSystemClass__NameAssignment_1 )
{
before(grammarAccess.getSubSystemClassAccess().getNameAssignment_1());
- // InternalRoom.g:13177:1: ( rule__SubSystemClass__NameAssignment_1 )
- // InternalRoom.g:13177:2: rule__SubSystemClass__NameAssignment_1
+ // InternalRoom.g:13197:1: ( rule__SubSystemClass__NameAssignment_1 )
+ // InternalRoom.g:13197:2: rule__SubSystemClass__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__NameAssignment_1();
@@ -37248,14 +37344,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__2"
- // InternalRoom.g:13187:1: rule__SubSystemClass__Group__2 : rule__SubSystemClass__Group__2__Impl rule__SubSystemClass__Group__3 ;
+ // InternalRoom.g:13207:1: rule__SubSystemClass__Group__2 : rule__SubSystemClass__Group__2__Impl rule__SubSystemClass__Group__3 ;
public final void rule__SubSystemClass__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13191:1: ( rule__SubSystemClass__Group__2__Impl rule__SubSystemClass__Group__3 )
- // InternalRoom.g:13192:2: rule__SubSystemClass__Group__2__Impl rule__SubSystemClass__Group__3
+ // InternalRoom.g:13211:1: ( rule__SubSystemClass__Group__2__Impl rule__SubSystemClass__Group__3 )
+ // InternalRoom.g:13212:2: rule__SubSystemClass__Group__2__Impl rule__SubSystemClass__Group__3
{
pushFollow(FOLLOW_4);
rule__SubSystemClass__Group__2__Impl();
@@ -37286,29 +37382,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__2__Impl"
- // InternalRoom.g:13199:1: rule__SubSystemClass__Group__2__Impl : ( ( rule__SubSystemClass__DocuAssignment_2 )? ) ;
+ // InternalRoom.g:13219:1: rule__SubSystemClass__Group__2__Impl : ( ( rule__SubSystemClass__DocuAssignment_2 )? ) ;
public final void rule__SubSystemClass__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13203:1: ( ( ( rule__SubSystemClass__DocuAssignment_2 )? ) )
- // InternalRoom.g:13204:1: ( ( rule__SubSystemClass__DocuAssignment_2 )? )
+ // InternalRoom.g:13223:1: ( ( ( rule__SubSystemClass__DocuAssignment_2 )? ) )
+ // InternalRoom.g:13224:1: ( ( rule__SubSystemClass__DocuAssignment_2 )? )
{
- // InternalRoom.g:13204:1: ( ( rule__SubSystemClass__DocuAssignment_2 )? )
- // InternalRoom.g:13205:1: ( rule__SubSystemClass__DocuAssignment_2 )?
+ // InternalRoom.g:13224:1: ( ( rule__SubSystemClass__DocuAssignment_2 )? )
+ // InternalRoom.g:13225:1: ( rule__SubSystemClass__DocuAssignment_2 )?
{
before(grammarAccess.getSubSystemClassAccess().getDocuAssignment_2());
- // InternalRoom.g:13206:1: ( rule__SubSystemClass__DocuAssignment_2 )?
- int alt142=2;
- int LA142_0 = input.LA(1);
+ // InternalRoom.g:13226:1: ( rule__SubSystemClass__DocuAssignment_2 )?
+ int alt143=2;
+ int LA143_0 = input.LA(1);
- if ( (LA142_0==63) ) {
- alt142=1;
+ if ( (LA143_0==63) ) {
+ alt143=1;
}
- switch (alt142) {
+ switch (alt143) {
case 1 :
- // InternalRoom.g:13206:2: rule__SubSystemClass__DocuAssignment_2
+ // InternalRoom.g:13226:2: rule__SubSystemClass__DocuAssignment_2
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__DocuAssignment_2();
@@ -37344,16 +37440,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__3"
- // InternalRoom.g:13216:1: rule__SubSystemClass__Group__3 : rule__SubSystemClass__Group__3__Impl rule__SubSystemClass__Group__4 ;
+ // InternalRoom.g:13236:1: rule__SubSystemClass__Group__3 : rule__SubSystemClass__Group__3__Impl rule__SubSystemClass__Group__4 ;
public final void rule__SubSystemClass__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13220:1: ( rule__SubSystemClass__Group__3__Impl rule__SubSystemClass__Group__4 )
- // InternalRoom.g:13221:2: rule__SubSystemClass__Group__3__Impl rule__SubSystemClass__Group__4
+ // InternalRoom.g:13240:1: ( rule__SubSystemClass__Group__3__Impl rule__SubSystemClass__Group__4 )
+ // InternalRoom.g:13241:2: rule__SubSystemClass__Group__3__Impl rule__SubSystemClass__Group__4
{
- pushFollow(FOLLOW_67);
+ pushFollow(FOLLOW_68);
rule__SubSystemClass__Group__3__Impl();
state._fsp--;
@@ -37382,17 +37478,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__3__Impl"
- // InternalRoom.g:13228:1: rule__SubSystemClass__Group__3__Impl : ( '{' ) ;
+ // InternalRoom.g:13248:1: rule__SubSystemClass__Group__3__Impl : ( '{' ) ;
public final void rule__SubSystemClass__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13232:1: ( ( '{' ) )
- // InternalRoom.g:13233:1: ( '{' )
+ // InternalRoom.g:13252:1: ( ( '{' ) )
+ // InternalRoom.g:13253:1: ( '{' )
{
- // InternalRoom.g:13233:1: ( '{' )
- // InternalRoom.g:13234:1: '{'
+ // InternalRoom.g:13253:1: ( '{' )
+ // InternalRoom.g:13254:1: '{'
{
before(grammarAccess.getSubSystemClassAccess().getLeftCurlyBracketKeyword_3());
match(input,45,FOLLOW_2);
@@ -37419,16 +37515,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__4"
- // InternalRoom.g:13247:1: rule__SubSystemClass__Group__4 : rule__SubSystemClass__Group__4__Impl rule__SubSystemClass__Group__5 ;
+ // InternalRoom.g:13267:1: rule__SubSystemClass__Group__4 : rule__SubSystemClass__Group__4__Impl rule__SubSystemClass__Group__5 ;
public final void rule__SubSystemClass__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13251:1: ( rule__SubSystemClass__Group__4__Impl rule__SubSystemClass__Group__5 )
- // InternalRoom.g:13252:2: rule__SubSystemClass__Group__4__Impl rule__SubSystemClass__Group__5
+ // InternalRoom.g:13271:1: ( rule__SubSystemClass__Group__4__Impl rule__SubSystemClass__Group__5 )
+ // InternalRoom.g:13272:2: rule__SubSystemClass__Group__4__Impl rule__SubSystemClass__Group__5
{
- pushFollow(FOLLOW_67);
+ pushFollow(FOLLOW_68);
rule__SubSystemClass__Group__4__Impl();
state._fsp--;
@@ -37457,33 +37553,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__4__Impl"
- // InternalRoom.g:13259:1: rule__SubSystemClass__Group__4__Impl : ( ( rule__SubSystemClass__AnnotationsAssignment_4 )* ) ;
+ // InternalRoom.g:13279:1: rule__SubSystemClass__Group__4__Impl : ( ( rule__SubSystemClass__AnnotationsAssignment_4 )* ) ;
public final void rule__SubSystemClass__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13263:1: ( ( ( rule__SubSystemClass__AnnotationsAssignment_4 )* ) )
- // InternalRoom.g:13264:1: ( ( rule__SubSystemClass__AnnotationsAssignment_4 )* )
+ // InternalRoom.g:13283:1: ( ( ( rule__SubSystemClass__AnnotationsAssignment_4 )* ) )
+ // InternalRoom.g:13284:1: ( ( rule__SubSystemClass__AnnotationsAssignment_4 )* )
{
- // InternalRoom.g:13264:1: ( ( rule__SubSystemClass__AnnotationsAssignment_4 )* )
- // InternalRoom.g:13265:1: ( rule__SubSystemClass__AnnotationsAssignment_4 )*
+ // InternalRoom.g:13284:1: ( ( rule__SubSystemClass__AnnotationsAssignment_4 )* )
+ // InternalRoom.g:13285:1: ( rule__SubSystemClass__AnnotationsAssignment_4 )*
{
before(grammarAccess.getSubSystemClassAccess().getAnnotationsAssignment_4());
- // InternalRoom.g:13266:1: ( rule__SubSystemClass__AnnotationsAssignment_4 )*
- loop143:
+ // InternalRoom.g:13286:1: ( rule__SubSystemClass__AnnotationsAssignment_4 )*
+ loop144:
do {
- int alt143=2;
- int LA143_0 = input.LA(1);
+ int alt144=2;
+ int LA144_0 = input.LA(1);
- if ( (LA143_0==120) ) {
- alt143=1;
+ if ( (LA144_0==120) ) {
+ alt144=1;
}
- switch (alt143) {
+ switch (alt144) {
case 1 :
- // InternalRoom.g:13266:2: rule__SubSystemClass__AnnotationsAssignment_4
+ // InternalRoom.g:13286:2: rule__SubSystemClass__AnnotationsAssignment_4
{
pushFollow(FOLLOW_6);
rule__SubSystemClass__AnnotationsAssignment_4();
@@ -37495,7 +37591,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop143;
+ break loop144;
}
} while (true);
@@ -37522,16 +37618,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__5"
- // InternalRoom.g:13276:1: rule__SubSystemClass__Group__5 : rule__SubSystemClass__Group__5__Impl rule__SubSystemClass__Group__6 ;
+ // InternalRoom.g:13296:1: rule__SubSystemClass__Group__5 : rule__SubSystemClass__Group__5__Impl rule__SubSystemClass__Group__6 ;
public final void rule__SubSystemClass__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13280:1: ( rule__SubSystemClass__Group__5__Impl rule__SubSystemClass__Group__6 )
- // InternalRoom.g:13281:2: rule__SubSystemClass__Group__5__Impl rule__SubSystemClass__Group__6
+ // InternalRoom.g:13300:1: ( rule__SubSystemClass__Group__5__Impl rule__SubSystemClass__Group__6 )
+ // InternalRoom.g:13301:2: rule__SubSystemClass__Group__5__Impl rule__SubSystemClass__Group__6
{
- pushFollow(FOLLOW_67);
+ pushFollow(FOLLOW_68);
rule__SubSystemClass__Group__5__Impl();
state._fsp--;
@@ -37560,29 +37656,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__5__Impl"
- // InternalRoom.g:13288:1: rule__SubSystemClass__Group__5__Impl : ( ( rule__SubSystemClass__Group_5__0 )? ) ;
+ // InternalRoom.g:13308:1: rule__SubSystemClass__Group__5__Impl : ( ( rule__SubSystemClass__Group_5__0 )? ) ;
public final void rule__SubSystemClass__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13292:1: ( ( ( rule__SubSystemClass__Group_5__0 )? ) )
- // InternalRoom.g:13293:1: ( ( rule__SubSystemClass__Group_5__0 )? )
+ // InternalRoom.g:13312:1: ( ( ( rule__SubSystemClass__Group_5__0 )? ) )
+ // InternalRoom.g:13313:1: ( ( rule__SubSystemClass__Group_5__0 )? )
{
- // InternalRoom.g:13293:1: ( ( rule__SubSystemClass__Group_5__0 )? )
- // InternalRoom.g:13294:1: ( rule__SubSystemClass__Group_5__0 )?
+ // InternalRoom.g:13313:1: ( ( rule__SubSystemClass__Group_5__0 )? )
+ // InternalRoom.g:13314:1: ( rule__SubSystemClass__Group_5__0 )?
{
before(grammarAccess.getSubSystemClassAccess().getGroup_5());
- // InternalRoom.g:13295:1: ( rule__SubSystemClass__Group_5__0 )?
- int alt144=2;
- int LA144_0 = input.LA(1);
+ // InternalRoom.g:13315:1: ( rule__SubSystemClass__Group_5__0 )?
+ int alt145=2;
+ int LA145_0 = input.LA(1);
- if ( (LA144_0==59) ) {
- alt144=1;
+ if ( (LA145_0==59) ) {
+ alt145=1;
}
- switch (alt144) {
+ switch (alt145) {
case 1 :
- // InternalRoom.g:13295:2: rule__SubSystemClass__Group_5__0
+ // InternalRoom.g:13315:2: rule__SubSystemClass__Group_5__0
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__Group_5__0();
@@ -37618,16 +37714,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__6"
- // InternalRoom.g:13305:1: rule__SubSystemClass__Group__6 : rule__SubSystemClass__Group__6__Impl rule__SubSystemClass__Group__7 ;
+ // InternalRoom.g:13325:1: rule__SubSystemClass__Group__6 : rule__SubSystemClass__Group__6__Impl rule__SubSystemClass__Group__7 ;
public final void rule__SubSystemClass__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13309:1: ( rule__SubSystemClass__Group__6__Impl rule__SubSystemClass__Group__7 )
- // InternalRoom.g:13310:2: rule__SubSystemClass__Group__6__Impl rule__SubSystemClass__Group__7
+ // InternalRoom.g:13329:1: ( rule__SubSystemClass__Group__6__Impl rule__SubSystemClass__Group__7 )
+ // InternalRoom.g:13330:2: rule__SubSystemClass__Group__6__Impl rule__SubSystemClass__Group__7
{
- pushFollow(FOLLOW_67);
+ pushFollow(FOLLOW_68);
rule__SubSystemClass__Group__6__Impl();
state._fsp--;
@@ -37656,29 +37752,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__6__Impl"
- // InternalRoom.g:13317:1: rule__SubSystemClass__Group__6__Impl : ( ( rule__SubSystemClass__Group_6__0 )? ) ;
+ // InternalRoom.g:13337:1: rule__SubSystemClass__Group__6__Impl : ( ( rule__SubSystemClass__Group_6__0 )? ) ;
public final void rule__SubSystemClass__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13321:1: ( ( ( rule__SubSystemClass__Group_6__0 )? ) )
- // InternalRoom.g:13322:1: ( ( rule__SubSystemClass__Group_6__0 )? )
+ // InternalRoom.g:13341:1: ( ( ( rule__SubSystemClass__Group_6__0 )? ) )
+ // InternalRoom.g:13342:1: ( ( rule__SubSystemClass__Group_6__0 )? )
{
- // InternalRoom.g:13322:1: ( ( rule__SubSystemClass__Group_6__0 )? )
- // InternalRoom.g:13323:1: ( rule__SubSystemClass__Group_6__0 )?
+ // InternalRoom.g:13342:1: ( ( rule__SubSystemClass__Group_6__0 )? )
+ // InternalRoom.g:13343:1: ( rule__SubSystemClass__Group_6__0 )?
{
before(grammarAccess.getSubSystemClassAccess().getGroup_6());
- // InternalRoom.g:13324:1: ( rule__SubSystemClass__Group_6__0 )?
- int alt145=2;
- int LA145_0 = input.LA(1);
+ // InternalRoom.g:13344:1: ( rule__SubSystemClass__Group_6__0 )?
+ int alt146=2;
+ int LA146_0 = input.LA(1);
- if ( (LA145_0==60) ) {
- alt145=1;
+ if ( (LA146_0==60) ) {
+ alt146=1;
}
- switch (alt145) {
+ switch (alt146) {
case 1 :
- // InternalRoom.g:13324:2: rule__SubSystemClass__Group_6__0
+ // InternalRoom.g:13344:2: rule__SubSystemClass__Group_6__0
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__Group_6__0();
@@ -37714,16 +37810,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__7"
- // InternalRoom.g:13334:1: rule__SubSystemClass__Group__7 : rule__SubSystemClass__Group__7__Impl rule__SubSystemClass__Group__8 ;
+ // InternalRoom.g:13354:1: rule__SubSystemClass__Group__7 : rule__SubSystemClass__Group__7__Impl rule__SubSystemClass__Group__8 ;
public final void rule__SubSystemClass__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13338:1: ( rule__SubSystemClass__Group__7__Impl rule__SubSystemClass__Group__8 )
- // InternalRoom.g:13339:2: rule__SubSystemClass__Group__7__Impl rule__SubSystemClass__Group__8
+ // InternalRoom.g:13358:1: ( rule__SubSystemClass__Group__7__Impl rule__SubSystemClass__Group__8 )
+ // InternalRoom.g:13359:2: rule__SubSystemClass__Group__7__Impl rule__SubSystemClass__Group__8
{
- pushFollow(FOLLOW_67);
+ pushFollow(FOLLOW_68);
rule__SubSystemClass__Group__7__Impl();
state._fsp--;
@@ -37752,29 +37848,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__7__Impl"
- // InternalRoom.g:13346:1: rule__SubSystemClass__Group__7__Impl : ( ( rule__SubSystemClass__Group_7__0 )? ) ;
+ // InternalRoom.g:13366:1: rule__SubSystemClass__Group__7__Impl : ( ( rule__SubSystemClass__Group_7__0 )? ) ;
public final void rule__SubSystemClass__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13350:1: ( ( ( rule__SubSystemClass__Group_7__0 )? ) )
- // InternalRoom.g:13351:1: ( ( rule__SubSystemClass__Group_7__0 )? )
+ // InternalRoom.g:13370:1: ( ( ( rule__SubSystemClass__Group_7__0 )? ) )
+ // InternalRoom.g:13371:1: ( ( rule__SubSystemClass__Group_7__0 )? )
{
- // InternalRoom.g:13351:1: ( ( rule__SubSystemClass__Group_7__0 )? )
- // InternalRoom.g:13352:1: ( rule__SubSystemClass__Group_7__0 )?
+ // InternalRoom.g:13371:1: ( ( rule__SubSystemClass__Group_7__0 )? )
+ // InternalRoom.g:13372:1: ( rule__SubSystemClass__Group_7__0 )?
{
before(grammarAccess.getSubSystemClassAccess().getGroup_7());
- // InternalRoom.g:13353:1: ( rule__SubSystemClass__Group_7__0 )?
- int alt146=2;
- int LA146_0 = input.LA(1);
+ // InternalRoom.g:13373:1: ( rule__SubSystemClass__Group_7__0 )?
+ int alt147=2;
+ int LA147_0 = input.LA(1);
- if ( (LA146_0==61) ) {
- alt146=1;
+ if ( (LA147_0==61) ) {
+ alt147=1;
}
- switch (alt146) {
+ switch (alt147) {
case 1 :
- // InternalRoom.g:13353:2: rule__SubSystemClass__Group_7__0
+ // InternalRoom.g:13373:2: rule__SubSystemClass__Group_7__0
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__Group_7__0();
@@ -37810,16 +37906,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__8"
- // InternalRoom.g:13363:1: rule__SubSystemClass__Group__8 : rule__SubSystemClass__Group__8__Impl rule__SubSystemClass__Group__9 ;
+ // InternalRoom.g:13383:1: rule__SubSystemClass__Group__8 : rule__SubSystemClass__Group__8__Impl rule__SubSystemClass__Group__9 ;
public final void rule__SubSystemClass__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13367:1: ( rule__SubSystemClass__Group__8__Impl rule__SubSystemClass__Group__9 )
- // InternalRoom.g:13368:2: rule__SubSystemClass__Group__8__Impl rule__SubSystemClass__Group__9
+ // InternalRoom.g:13387:1: ( rule__SubSystemClass__Group__8__Impl rule__SubSystemClass__Group__9 )
+ // InternalRoom.g:13388:2: rule__SubSystemClass__Group__8__Impl rule__SubSystemClass__Group__9
{
- pushFollow(FOLLOW_67);
+ pushFollow(FOLLOW_68);
rule__SubSystemClass__Group__8__Impl();
state._fsp--;
@@ -37848,35 +37944,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__8__Impl"
- // InternalRoom.g:13375:1: rule__SubSystemClass__Group__8__Impl : ( ( rule__SubSystemClass__Alternatives_8 )* ) ;
+ // InternalRoom.g:13395:1: rule__SubSystemClass__Group__8__Impl : ( ( rule__SubSystemClass__Alternatives_8 )* ) ;
public final void rule__SubSystemClass__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13379:1: ( ( ( rule__SubSystemClass__Alternatives_8 )* ) )
- // InternalRoom.g:13380:1: ( ( rule__SubSystemClass__Alternatives_8 )* )
+ // InternalRoom.g:13399:1: ( ( ( rule__SubSystemClass__Alternatives_8 )* ) )
+ // InternalRoom.g:13400:1: ( ( rule__SubSystemClass__Alternatives_8 )* )
{
- // InternalRoom.g:13380:1: ( ( rule__SubSystemClass__Alternatives_8 )* )
- // InternalRoom.g:13381:1: ( rule__SubSystemClass__Alternatives_8 )*
+ // InternalRoom.g:13400:1: ( ( rule__SubSystemClass__Alternatives_8 )* )
+ // InternalRoom.g:13401:1: ( rule__SubSystemClass__Alternatives_8 )*
{
before(grammarAccess.getSubSystemClassAccess().getAlternatives_8());
- // InternalRoom.g:13382:1: ( rule__SubSystemClass__Alternatives_8 )*
- loop147:
+ // InternalRoom.g:13402:1: ( rule__SubSystemClass__Alternatives_8 )*
+ loop148:
do {
- int alt147=2;
- int LA147_0 = input.LA(1);
+ int alt148=2;
+ int LA148_0 = input.LA(1);
- if ( (LA147_0==24||(LA147_0>=38 && LA147_0<=39)||LA147_0==71||LA147_0==80||(LA147_0>=83 && LA147_0<=84)||LA147_0==86||LA147_0==90||LA147_0==94) ) {
- alt147=1;
+ if ( (LA148_0==24||(LA148_0>=38 && LA148_0<=39)||LA148_0==71||LA148_0==80||(LA148_0>=83 && LA148_0<=84)||LA148_0==86||LA148_0==90||LA148_0==94) ) {
+ alt148=1;
}
- switch (alt147) {
+ switch (alt148) {
case 1 :
- // InternalRoom.g:13382:2: rule__SubSystemClass__Alternatives_8
+ // InternalRoom.g:13402:2: rule__SubSystemClass__Alternatives_8
{
- pushFollow(FOLLOW_68);
+ pushFollow(FOLLOW_69);
rule__SubSystemClass__Alternatives_8();
state._fsp--;
@@ -37886,7 +37982,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop147;
+ break loop148;
}
} while (true);
@@ -37913,14 +38009,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__9"
- // InternalRoom.g:13392:1: rule__SubSystemClass__Group__9 : rule__SubSystemClass__Group__9__Impl ;
+ // InternalRoom.g:13412:1: rule__SubSystemClass__Group__9 : rule__SubSystemClass__Group__9__Impl ;
public final void rule__SubSystemClass__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13396:1: ( rule__SubSystemClass__Group__9__Impl )
- // InternalRoom.g:13397:2: rule__SubSystemClass__Group__9__Impl
+ // InternalRoom.g:13416:1: ( rule__SubSystemClass__Group__9__Impl )
+ // InternalRoom.g:13417:2: rule__SubSystemClass__Group__9__Impl
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__Group__9__Impl();
@@ -37946,17 +38042,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group__9__Impl"
- // InternalRoom.g:13403:1: rule__SubSystemClass__Group__9__Impl : ( '}' ) ;
+ // InternalRoom.g:13423:1: rule__SubSystemClass__Group__9__Impl : ( '}' ) ;
public final void rule__SubSystemClass__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13407:1: ( ( '}' ) )
- // InternalRoom.g:13408:1: ( '}' )
+ // InternalRoom.g:13427:1: ( ( '}' ) )
+ // InternalRoom.g:13428:1: ( '}' )
{
- // InternalRoom.g:13408:1: ( '}' )
- // InternalRoom.g:13409:1: '}'
+ // InternalRoom.g:13428:1: ( '}' )
+ // InternalRoom.g:13429:1: '}'
{
before(grammarAccess.getSubSystemClassAccess().getRightCurlyBracketKeyword_9());
match(input,46,FOLLOW_2);
@@ -37983,16 +38079,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group_5__0"
- // InternalRoom.g:13442:1: rule__SubSystemClass__Group_5__0 : rule__SubSystemClass__Group_5__0__Impl rule__SubSystemClass__Group_5__1 ;
+ // InternalRoom.g:13462:1: rule__SubSystemClass__Group_5__0 : rule__SubSystemClass__Group_5__0__Impl rule__SubSystemClass__Group_5__1 ;
public final void rule__SubSystemClass__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13446:1: ( rule__SubSystemClass__Group_5__0__Impl rule__SubSystemClass__Group_5__1 )
- // InternalRoom.g:13447:2: rule__SubSystemClass__Group_5__0__Impl rule__SubSystemClass__Group_5__1
+ // InternalRoom.g:13466:1: ( rule__SubSystemClass__Group_5__0__Impl rule__SubSystemClass__Group_5__1 )
+ // InternalRoom.g:13467:2: rule__SubSystemClass__Group_5__0__Impl rule__SubSystemClass__Group_5__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__SubSystemClass__Group_5__0__Impl();
state._fsp--;
@@ -38021,17 +38117,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group_5__0__Impl"
- // InternalRoom.g:13454:1: rule__SubSystemClass__Group_5__0__Impl : ( 'usercode1' ) ;
+ // InternalRoom.g:13474:1: rule__SubSystemClass__Group_5__0__Impl : ( 'usercode1' ) ;
public final void rule__SubSystemClass__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13458:1: ( ( 'usercode1' ) )
- // InternalRoom.g:13459:1: ( 'usercode1' )
+ // InternalRoom.g:13478:1: ( ( 'usercode1' ) )
+ // InternalRoom.g:13479:1: ( 'usercode1' )
{
- // InternalRoom.g:13459:1: ( 'usercode1' )
- // InternalRoom.g:13460:1: 'usercode1'
+ // InternalRoom.g:13479:1: ( 'usercode1' )
+ // InternalRoom.g:13480:1: 'usercode1'
{
before(grammarAccess.getSubSystemClassAccess().getUsercode1Keyword_5_0());
match(input,59,FOLLOW_2);
@@ -38058,14 +38154,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group_5__1"
- // InternalRoom.g:13473:1: rule__SubSystemClass__Group_5__1 : rule__SubSystemClass__Group_5__1__Impl ;
+ // InternalRoom.g:13493:1: rule__SubSystemClass__Group_5__1 : rule__SubSystemClass__Group_5__1__Impl ;
public final void rule__SubSystemClass__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13477:1: ( rule__SubSystemClass__Group_5__1__Impl )
- // InternalRoom.g:13478:2: rule__SubSystemClass__Group_5__1__Impl
+ // InternalRoom.g:13497:1: ( rule__SubSystemClass__Group_5__1__Impl )
+ // InternalRoom.g:13498:2: rule__SubSystemClass__Group_5__1__Impl
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__Group_5__1__Impl();
@@ -38091,21 +38187,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group_5__1__Impl"
- // InternalRoom.g:13484:1: rule__SubSystemClass__Group_5__1__Impl : ( ( rule__SubSystemClass__UserCode1Assignment_5_1 ) ) ;
+ // InternalRoom.g:13504:1: rule__SubSystemClass__Group_5__1__Impl : ( ( rule__SubSystemClass__UserCode1Assignment_5_1 ) ) ;
public final void rule__SubSystemClass__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13488:1: ( ( ( rule__SubSystemClass__UserCode1Assignment_5_1 ) ) )
- // InternalRoom.g:13489:1: ( ( rule__SubSystemClass__UserCode1Assignment_5_1 ) )
+ // InternalRoom.g:13508:1: ( ( ( rule__SubSystemClass__UserCode1Assignment_5_1 ) ) )
+ // InternalRoom.g:13509:1: ( ( rule__SubSystemClass__UserCode1Assignment_5_1 ) )
{
- // InternalRoom.g:13489:1: ( ( rule__SubSystemClass__UserCode1Assignment_5_1 ) )
- // InternalRoom.g:13490:1: ( rule__SubSystemClass__UserCode1Assignment_5_1 )
+ // InternalRoom.g:13509:1: ( ( rule__SubSystemClass__UserCode1Assignment_5_1 ) )
+ // InternalRoom.g:13510:1: ( rule__SubSystemClass__UserCode1Assignment_5_1 )
{
before(grammarAccess.getSubSystemClassAccess().getUserCode1Assignment_5_1());
- // InternalRoom.g:13491:1: ( rule__SubSystemClass__UserCode1Assignment_5_1 )
- // InternalRoom.g:13491:2: rule__SubSystemClass__UserCode1Assignment_5_1
+ // InternalRoom.g:13511:1: ( rule__SubSystemClass__UserCode1Assignment_5_1 )
+ // InternalRoom.g:13511:2: rule__SubSystemClass__UserCode1Assignment_5_1
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__UserCode1Assignment_5_1();
@@ -38138,16 +38234,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group_6__0"
- // InternalRoom.g:13505:1: rule__SubSystemClass__Group_6__0 : rule__SubSystemClass__Group_6__0__Impl rule__SubSystemClass__Group_6__1 ;
+ // InternalRoom.g:13525:1: rule__SubSystemClass__Group_6__0 : rule__SubSystemClass__Group_6__0__Impl rule__SubSystemClass__Group_6__1 ;
public final void rule__SubSystemClass__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13509:1: ( rule__SubSystemClass__Group_6__0__Impl rule__SubSystemClass__Group_6__1 )
- // InternalRoom.g:13510:2: rule__SubSystemClass__Group_6__0__Impl rule__SubSystemClass__Group_6__1
+ // InternalRoom.g:13529:1: ( rule__SubSystemClass__Group_6__0__Impl rule__SubSystemClass__Group_6__1 )
+ // InternalRoom.g:13530:2: rule__SubSystemClass__Group_6__0__Impl rule__SubSystemClass__Group_6__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__SubSystemClass__Group_6__0__Impl();
state._fsp--;
@@ -38176,17 +38272,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group_6__0__Impl"
- // InternalRoom.g:13517:1: rule__SubSystemClass__Group_6__0__Impl : ( 'usercode2' ) ;
+ // InternalRoom.g:13537:1: rule__SubSystemClass__Group_6__0__Impl : ( 'usercode2' ) ;
public final void rule__SubSystemClass__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13521:1: ( ( 'usercode2' ) )
- // InternalRoom.g:13522:1: ( 'usercode2' )
+ // InternalRoom.g:13541:1: ( ( 'usercode2' ) )
+ // InternalRoom.g:13542:1: ( 'usercode2' )
{
- // InternalRoom.g:13522:1: ( 'usercode2' )
- // InternalRoom.g:13523:1: 'usercode2'
+ // InternalRoom.g:13542:1: ( 'usercode2' )
+ // InternalRoom.g:13543:1: 'usercode2'
{
before(grammarAccess.getSubSystemClassAccess().getUsercode2Keyword_6_0());
match(input,60,FOLLOW_2);
@@ -38213,14 +38309,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group_6__1"
- // InternalRoom.g:13536:1: rule__SubSystemClass__Group_6__1 : rule__SubSystemClass__Group_6__1__Impl ;
+ // InternalRoom.g:13556:1: rule__SubSystemClass__Group_6__1 : rule__SubSystemClass__Group_6__1__Impl ;
public final void rule__SubSystemClass__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13540:1: ( rule__SubSystemClass__Group_6__1__Impl )
- // InternalRoom.g:13541:2: rule__SubSystemClass__Group_6__1__Impl
+ // InternalRoom.g:13560:1: ( rule__SubSystemClass__Group_6__1__Impl )
+ // InternalRoom.g:13561:2: rule__SubSystemClass__Group_6__1__Impl
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__Group_6__1__Impl();
@@ -38246,21 +38342,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group_6__1__Impl"
- // InternalRoom.g:13547:1: rule__SubSystemClass__Group_6__1__Impl : ( ( rule__SubSystemClass__UserCode2Assignment_6_1 ) ) ;
+ // InternalRoom.g:13567:1: rule__SubSystemClass__Group_6__1__Impl : ( ( rule__SubSystemClass__UserCode2Assignment_6_1 ) ) ;
public final void rule__SubSystemClass__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13551:1: ( ( ( rule__SubSystemClass__UserCode2Assignment_6_1 ) ) )
- // InternalRoom.g:13552:1: ( ( rule__SubSystemClass__UserCode2Assignment_6_1 ) )
+ // InternalRoom.g:13571:1: ( ( ( rule__SubSystemClass__UserCode2Assignment_6_1 ) ) )
+ // InternalRoom.g:13572:1: ( ( rule__SubSystemClass__UserCode2Assignment_6_1 ) )
{
- // InternalRoom.g:13552:1: ( ( rule__SubSystemClass__UserCode2Assignment_6_1 ) )
- // InternalRoom.g:13553:1: ( rule__SubSystemClass__UserCode2Assignment_6_1 )
+ // InternalRoom.g:13572:1: ( ( rule__SubSystemClass__UserCode2Assignment_6_1 ) )
+ // InternalRoom.g:13573:1: ( rule__SubSystemClass__UserCode2Assignment_6_1 )
{
before(grammarAccess.getSubSystemClassAccess().getUserCode2Assignment_6_1());
- // InternalRoom.g:13554:1: ( rule__SubSystemClass__UserCode2Assignment_6_1 )
- // InternalRoom.g:13554:2: rule__SubSystemClass__UserCode2Assignment_6_1
+ // InternalRoom.g:13574:1: ( rule__SubSystemClass__UserCode2Assignment_6_1 )
+ // InternalRoom.g:13574:2: rule__SubSystemClass__UserCode2Assignment_6_1
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__UserCode2Assignment_6_1();
@@ -38293,16 +38389,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group_7__0"
- // InternalRoom.g:13568:1: rule__SubSystemClass__Group_7__0 : rule__SubSystemClass__Group_7__0__Impl rule__SubSystemClass__Group_7__1 ;
+ // InternalRoom.g:13588:1: rule__SubSystemClass__Group_7__0 : rule__SubSystemClass__Group_7__0__Impl rule__SubSystemClass__Group_7__1 ;
public final void rule__SubSystemClass__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13572:1: ( rule__SubSystemClass__Group_7__0__Impl rule__SubSystemClass__Group_7__1 )
- // InternalRoom.g:13573:2: rule__SubSystemClass__Group_7__0__Impl rule__SubSystemClass__Group_7__1
+ // InternalRoom.g:13592:1: ( rule__SubSystemClass__Group_7__0__Impl rule__SubSystemClass__Group_7__1 )
+ // InternalRoom.g:13593:2: rule__SubSystemClass__Group_7__0__Impl rule__SubSystemClass__Group_7__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__SubSystemClass__Group_7__0__Impl();
state._fsp--;
@@ -38331,17 +38427,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group_7__0__Impl"
- // InternalRoom.g:13580:1: rule__SubSystemClass__Group_7__0__Impl : ( 'usercode3' ) ;
+ // InternalRoom.g:13600:1: rule__SubSystemClass__Group_7__0__Impl : ( 'usercode3' ) ;
public final void rule__SubSystemClass__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13584:1: ( ( 'usercode3' ) )
- // InternalRoom.g:13585:1: ( 'usercode3' )
+ // InternalRoom.g:13604:1: ( ( 'usercode3' ) )
+ // InternalRoom.g:13605:1: ( 'usercode3' )
{
- // InternalRoom.g:13585:1: ( 'usercode3' )
- // InternalRoom.g:13586:1: 'usercode3'
+ // InternalRoom.g:13605:1: ( 'usercode3' )
+ // InternalRoom.g:13606:1: 'usercode3'
{
before(grammarAccess.getSubSystemClassAccess().getUsercode3Keyword_7_0());
match(input,61,FOLLOW_2);
@@ -38368,14 +38464,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group_7__1"
- // InternalRoom.g:13599:1: rule__SubSystemClass__Group_7__1 : rule__SubSystemClass__Group_7__1__Impl ;
+ // InternalRoom.g:13619:1: rule__SubSystemClass__Group_7__1 : rule__SubSystemClass__Group_7__1__Impl ;
public final void rule__SubSystemClass__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13603:1: ( rule__SubSystemClass__Group_7__1__Impl )
- // InternalRoom.g:13604:2: rule__SubSystemClass__Group_7__1__Impl
+ // InternalRoom.g:13623:1: ( rule__SubSystemClass__Group_7__1__Impl )
+ // InternalRoom.g:13624:2: rule__SubSystemClass__Group_7__1__Impl
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__Group_7__1__Impl();
@@ -38401,21 +38497,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__Group_7__1__Impl"
- // InternalRoom.g:13610:1: rule__SubSystemClass__Group_7__1__Impl : ( ( rule__SubSystemClass__UserCode3Assignment_7_1 ) ) ;
+ // InternalRoom.g:13630:1: rule__SubSystemClass__Group_7__1__Impl : ( ( rule__SubSystemClass__UserCode3Assignment_7_1 ) ) ;
public final void rule__SubSystemClass__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13614:1: ( ( ( rule__SubSystemClass__UserCode3Assignment_7_1 ) ) )
- // InternalRoom.g:13615:1: ( ( rule__SubSystemClass__UserCode3Assignment_7_1 ) )
+ // InternalRoom.g:13634:1: ( ( ( rule__SubSystemClass__UserCode3Assignment_7_1 ) ) )
+ // InternalRoom.g:13635:1: ( ( rule__SubSystemClass__UserCode3Assignment_7_1 ) )
{
- // InternalRoom.g:13615:1: ( ( rule__SubSystemClass__UserCode3Assignment_7_1 ) )
- // InternalRoom.g:13616:1: ( rule__SubSystemClass__UserCode3Assignment_7_1 )
+ // InternalRoom.g:13635:1: ( ( rule__SubSystemClass__UserCode3Assignment_7_1 ) )
+ // InternalRoom.g:13636:1: ( rule__SubSystemClass__UserCode3Assignment_7_1 )
{
before(grammarAccess.getSubSystemClassAccess().getUserCode3Assignment_7_1());
- // InternalRoom.g:13617:1: ( rule__SubSystemClass__UserCode3Assignment_7_1 )
- // InternalRoom.g:13617:2: rule__SubSystemClass__UserCode3Assignment_7_1
+ // InternalRoom.g:13637:1: ( rule__SubSystemClass__UserCode3Assignment_7_1 )
+ // InternalRoom.g:13637:2: rule__SubSystemClass__UserCode3Assignment_7_1
{
pushFollow(FOLLOW_2);
rule__SubSystemClass__UserCode3Assignment_7_1();
@@ -38448,14 +38544,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalThread__Group__0"
- // InternalRoom.g:13631:1: rule__LogicalThread__Group__0 : rule__LogicalThread__Group__0__Impl rule__LogicalThread__Group__1 ;
+ // InternalRoom.g:13651:1: rule__LogicalThread__Group__0 : rule__LogicalThread__Group__0__Impl rule__LogicalThread__Group__1 ;
public final void rule__LogicalThread__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13635:1: ( rule__LogicalThread__Group__0__Impl rule__LogicalThread__Group__1 )
- // InternalRoom.g:13636:2: rule__LogicalThread__Group__0__Impl rule__LogicalThread__Group__1
+ // InternalRoom.g:13655:1: ( rule__LogicalThread__Group__0__Impl rule__LogicalThread__Group__1 )
+ // InternalRoom.g:13656:2: rule__LogicalThread__Group__0__Impl rule__LogicalThread__Group__1
{
pushFollow(FOLLOW_3);
rule__LogicalThread__Group__0__Impl();
@@ -38486,17 +38582,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalThread__Group__0__Impl"
- // InternalRoom.g:13643:1: rule__LogicalThread__Group__0__Impl : ( 'LogicalThread' ) ;
+ // InternalRoom.g:13663:1: rule__LogicalThread__Group__0__Impl : ( 'LogicalThread' ) ;
public final void rule__LogicalThread__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13647:1: ( ( 'LogicalThread' ) )
- // InternalRoom.g:13648:1: ( 'LogicalThread' )
+ // InternalRoom.g:13667:1: ( ( 'LogicalThread' ) )
+ // InternalRoom.g:13668:1: ( 'LogicalThread' )
{
- // InternalRoom.g:13648:1: ( 'LogicalThread' )
- // InternalRoom.g:13649:1: 'LogicalThread'
+ // InternalRoom.g:13668:1: ( 'LogicalThread' )
+ // InternalRoom.g:13669:1: 'LogicalThread'
{
before(grammarAccess.getLogicalThreadAccess().getLogicalThreadKeyword_0());
match(input,83,FOLLOW_2);
@@ -38523,14 +38619,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalThread__Group__1"
- // InternalRoom.g:13662:1: rule__LogicalThread__Group__1 : rule__LogicalThread__Group__1__Impl ;
+ // InternalRoom.g:13682:1: rule__LogicalThread__Group__1 : rule__LogicalThread__Group__1__Impl ;
public final void rule__LogicalThread__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13666:1: ( rule__LogicalThread__Group__1__Impl )
- // InternalRoom.g:13667:2: rule__LogicalThread__Group__1__Impl
+ // InternalRoom.g:13686:1: ( rule__LogicalThread__Group__1__Impl )
+ // InternalRoom.g:13687:2: rule__LogicalThread__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__LogicalThread__Group__1__Impl();
@@ -38556,21 +38652,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalThread__Group__1__Impl"
- // InternalRoom.g:13673:1: rule__LogicalThread__Group__1__Impl : ( ( rule__LogicalThread__NameAssignment_1 ) ) ;
+ // InternalRoom.g:13693:1: rule__LogicalThread__Group__1__Impl : ( ( rule__LogicalThread__NameAssignment_1 ) ) ;
public final void rule__LogicalThread__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13677:1: ( ( ( rule__LogicalThread__NameAssignment_1 ) ) )
- // InternalRoom.g:13678:1: ( ( rule__LogicalThread__NameAssignment_1 ) )
+ // InternalRoom.g:13697:1: ( ( ( rule__LogicalThread__NameAssignment_1 ) ) )
+ // InternalRoom.g:13698:1: ( ( rule__LogicalThread__NameAssignment_1 ) )
{
- // InternalRoom.g:13678:1: ( ( rule__LogicalThread__NameAssignment_1 ) )
- // InternalRoom.g:13679:1: ( rule__LogicalThread__NameAssignment_1 )
+ // InternalRoom.g:13698:1: ( ( rule__LogicalThread__NameAssignment_1 ) )
+ // InternalRoom.g:13699:1: ( rule__LogicalThread__NameAssignment_1 )
{
before(grammarAccess.getLogicalThreadAccess().getNameAssignment_1());
- // InternalRoom.g:13680:1: ( rule__LogicalThread__NameAssignment_1 )
- // InternalRoom.g:13680:2: rule__LogicalThread__NameAssignment_1
+ // InternalRoom.g:13700:1: ( rule__LogicalThread__NameAssignment_1 )
+ // InternalRoom.g:13700:2: rule__LogicalThread__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__LogicalThread__NameAssignment_1();
@@ -38603,14 +38699,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__Group__0"
- // InternalRoom.g:13694:1: rule__ActorInstanceMapping__Group__0 : rule__ActorInstanceMapping__Group__0__Impl rule__ActorInstanceMapping__Group__1 ;
+ // InternalRoom.g:13714:1: rule__ActorInstanceMapping__Group__0 : rule__ActorInstanceMapping__Group__0__Impl rule__ActorInstanceMapping__Group__1 ;
public final void rule__ActorInstanceMapping__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13698:1: ( rule__ActorInstanceMapping__Group__0__Impl rule__ActorInstanceMapping__Group__1 )
- // InternalRoom.g:13699:2: rule__ActorInstanceMapping__Group__0__Impl rule__ActorInstanceMapping__Group__1
+ // InternalRoom.g:13718:1: ( rule__ActorInstanceMapping__Group__0__Impl rule__ActorInstanceMapping__Group__1 )
+ // InternalRoom.g:13719:2: rule__ActorInstanceMapping__Group__0__Impl rule__ActorInstanceMapping__Group__1
{
pushFollow(FOLLOW_3);
rule__ActorInstanceMapping__Group__0__Impl();
@@ -38641,17 +38737,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__Group__0__Impl"
- // InternalRoom.g:13706:1: rule__ActorInstanceMapping__Group__0__Impl : ( 'ActorInstanceMapping' ) ;
+ // InternalRoom.g:13726:1: rule__ActorInstanceMapping__Group__0__Impl : ( 'ActorInstanceMapping' ) ;
public final void rule__ActorInstanceMapping__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13710:1: ( ( 'ActorInstanceMapping' ) )
- // InternalRoom.g:13711:1: ( 'ActorInstanceMapping' )
+ // InternalRoom.g:13730:1: ( ( 'ActorInstanceMapping' ) )
+ // InternalRoom.g:13731:1: ( 'ActorInstanceMapping' )
{
- // InternalRoom.g:13711:1: ( 'ActorInstanceMapping' )
- // InternalRoom.g:13712:1: 'ActorInstanceMapping'
+ // InternalRoom.g:13731:1: ( 'ActorInstanceMapping' )
+ // InternalRoom.g:13732:1: 'ActorInstanceMapping'
{
before(grammarAccess.getActorInstanceMappingAccess().getActorInstanceMappingKeyword_0());
match(input,84,FOLLOW_2);
@@ -38678,16 +38774,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__Group__1"
- // InternalRoom.g:13725:1: rule__ActorInstanceMapping__Group__1 : rule__ActorInstanceMapping__Group__1__Impl rule__ActorInstanceMapping__Group__2 ;
+ // InternalRoom.g:13745:1: rule__ActorInstanceMapping__Group__1 : rule__ActorInstanceMapping__Group__1__Impl rule__ActorInstanceMapping__Group__2 ;
public final void rule__ActorInstanceMapping__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13729:1: ( rule__ActorInstanceMapping__Group__1__Impl rule__ActorInstanceMapping__Group__2 )
- // InternalRoom.g:13730:2: rule__ActorInstanceMapping__Group__1__Impl rule__ActorInstanceMapping__Group__2
+ // InternalRoom.g:13749:1: ( rule__ActorInstanceMapping__Group__1__Impl rule__ActorInstanceMapping__Group__2 )
+ // InternalRoom.g:13750:2: rule__ActorInstanceMapping__Group__1__Impl rule__ActorInstanceMapping__Group__2
{
- pushFollow(FOLLOW_13);
+ pushFollow(FOLLOW_14);
rule__ActorInstanceMapping__Group__1__Impl();
state._fsp--;
@@ -38716,21 +38812,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__Group__1__Impl"
- // InternalRoom.g:13737:1: rule__ActorInstanceMapping__Group__1__Impl : ( ( rule__ActorInstanceMapping__PathAssignment_1 ) ) ;
+ // InternalRoom.g:13757:1: rule__ActorInstanceMapping__Group__1__Impl : ( ( rule__ActorInstanceMapping__PathAssignment_1 ) ) ;
public final void rule__ActorInstanceMapping__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13741:1: ( ( ( rule__ActorInstanceMapping__PathAssignment_1 ) ) )
- // InternalRoom.g:13742:1: ( ( rule__ActorInstanceMapping__PathAssignment_1 ) )
+ // InternalRoom.g:13761:1: ( ( ( rule__ActorInstanceMapping__PathAssignment_1 ) ) )
+ // InternalRoom.g:13762:1: ( ( rule__ActorInstanceMapping__PathAssignment_1 ) )
{
- // InternalRoom.g:13742:1: ( ( rule__ActorInstanceMapping__PathAssignment_1 ) )
- // InternalRoom.g:13743:1: ( rule__ActorInstanceMapping__PathAssignment_1 )
+ // InternalRoom.g:13762:1: ( ( rule__ActorInstanceMapping__PathAssignment_1 ) )
+ // InternalRoom.g:13763:1: ( rule__ActorInstanceMapping__PathAssignment_1 )
{
before(grammarAccess.getActorInstanceMappingAccess().getPathAssignment_1());
- // InternalRoom.g:13744:1: ( rule__ActorInstanceMapping__PathAssignment_1 )
- // InternalRoom.g:13744:2: rule__ActorInstanceMapping__PathAssignment_1
+ // InternalRoom.g:13764:1: ( rule__ActorInstanceMapping__PathAssignment_1 )
+ // InternalRoom.g:13764:2: rule__ActorInstanceMapping__PathAssignment_1
{
pushFollow(FOLLOW_2);
rule__ActorInstanceMapping__PathAssignment_1();
@@ -38763,14 +38859,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__Group__2"
- // InternalRoom.g:13754:1: rule__ActorInstanceMapping__Group__2 : rule__ActorInstanceMapping__Group__2__Impl rule__ActorInstanceMapping__Group__3 ;
+ // InternalRoom.g:13774:1: rule__ActorInstanceMapping__Group__2 : rule__ActorInstanceMapping__Group__2__Impl rule__ActorInstanceMapping__Group__3 ;
public final void rule__ActorInstanceMapping__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13758:1: ( rule__ActorInstanceMapping__Group__2__Impl rule__ActorInstanceMapping__Group__3 )
- // InternalRoom.g:13759:2: rule__ActorInstanceMapping__Group__2__Impl rule__ActorInstanceMapping__Group__3
+ // InternalRoom.g:13778:1: ( rule__ActorInstanceMapping__Group__2__Impl rule__ActorInstanceMapping__Group__3 )
+ // InternalRoom.g:13779:2: rule__ActorInstanceMapping__Group__2__Impl rule__ActorInstanceMapping__Group__3
{
pushFollow(FOLLOW_3);
rule__ActorInstanceMapping__Group__2__Impl();
@@ -38801,17 +38897,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__Group__2__Impl"
- // InternalRoom.g:13766:1: rule__ActorInstanceMapping__Group__2__Impl : ( '->' ) ;
+ // InternalRoom.g:13786:1: rule__ActorInstanceMapping__Group__2__Impl : ( '->' ) ;
public final void rule__ActorInstanceMapping__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13770:1: ( ( '->' ) )
- // InternalRoom.g:13771:1: ( '->' )
+ // InternalRoom.g:13790:1: ( ( '->' ) )
+ // InternalRoom.g:13791:1: ( '->' )
{
- // InternalRoom.g:13771:1: ( '->' )
- // InternalRoom.g:13772:1: '->'
+ // InternalRoom.g:13791:1: ( '->' )
+ // InternalRoom.g:13792:1: '->'
{
before(grammarAccess.getActorInstanceMappingAccess().getHyphenMinusGreaterThanSignKeyword_2());
match(input,49,FOLLOW_2);
@@ -38838,16 +38934,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__Group__3"
- // InternalRoom.g:13785:1: rule__ActorInstanceMapping__Group__3 : rule__ActorInstanceMapping__Group__3__Impl rule__ActorInstanceMapping__Group__4 ;
+ // InternalRoom.g:13805:1: rule__ActorInstanceMapping__Group__3 : rule__ActorInstanceMapping__Group__3__Impl rule__ActorInstanceMapping__Group__4 ;
public final void rule__ActorInstanceMapping__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13789:1: ( rule__ActorInstanceMapping__Group__3__Impl rule__ActorInstanceMapping__Group__4 )
- // InternalRoom.g:13790:2: rule__ActorInstanceMapping__Group__3__Impl rule__ActorInstanceMapping__Group__4
+ // InternalRoom.g:13809:1: ( rule__ActorInstanceMapping__Group__3__Impl rule__ActorInstanceMapping__Group__4 )
+ // InternalRoom.g:13810:2: rule__ActorInstanceMapping__Group__3__Impl rule__ActorInstanceMapping__Group__4
{
- pushFollow(FOLLOW_41);
+ pushFollow(FOLLOW_42);
rule__ActorInstanceMapping__Group__3__Impl();
state._fsp--;
@@ -38876,21 +38972,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__Group__3__Impl"
- // InternalRoom.g:13797:1: rule__ActorInstanceMapping__Group__3__Impl : ( ( rule__ActorInstanceMapping__ThreadAssignment_3 ) ) ;
+ // InternalRoom.g:13817:1: rule__ActorInstanceMapping__Group__3__Impl : ( ( rule__ActorInstanceMapping__ThreadAssignment_3 ) ) ;
public final void rule__ActorInstanceMapping__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13801:1: ( ( ( rule__ActorInstanceMapping__ThreadAssignment_3 ) ) )
- // InternalRoom.g:13802:1: ( ( rule__ActorInstanceMapping__ThreadAssignment_3 ) )
+ // InternalRoom.g:13821:1: ( ( ( rule__ActorInstanceMapping__ThreadAssignment_3 ) ) )
+ // InternalRoom.g:13822:1: ( ( rule__ActorInstanceMapping__ThreadAssignment_3 ) )
{
- // InternalRoom.g:13802:1: ( ( rule__ActorInstanceMapping__ThreadAssignment_3 ) )
- // InternalRoom.g:13803:1: ( rule__ActorInstanceMapping__ThreadAssignment_3 )
+ // InternalRoom.g:13822:1: ( ( rule__ActorInstanceMapping__ThreadAssignment_3 ) )
+ // InternalRoom.g:13823:1: ( rule__ActorInstanceMapping__ThreadAssignment_3 )
{
before(grammarAccess.getActorInstanceMappingAccess().getThreadAssignment_3());
- // InternalRoom.g:13804:1: ( rule__ActorInstanceMapping__ThreadAssignment_3 )
- // InternalRoom.g:13804:2: rule__ActorInstanceMapping__ThreadAssignment_3
+ // InternalRoom.g:13824:1: ( rule__ActorInstanceMapping__ThreadAssignment_3 )
+ // InternalRoom.g:13824:2: rule__ActorInstanceMapping__ThreadAssignment_3
{
pushFollow(FOLLOW_2);
rule__ActorInstanceMapping__ThreadAssignment_3();
@@ -38923,14 +39019,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__Group__4"
- // InternalRoom.g:13814:1: rule__ActorInstanceMapping__Group__4 : rule__ActorInstanceMapping__Group__4__Impl ;
+ // InternalRoom.g:13834:1: rule__ActorInstanceMapping__Group__4 : rule__ActorInstanceMapping__Group__4__Impl ;
public final void rule__ActorInstanceMapping__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13818:1: ( rule__ActorInstanceMapping__Group__4__Impl )
- // InternalRoom.g:13819:2: rule__ActorInstanceMapping__Group__4__Impl
+ // InternalRoom.g:13838:1: ( rule__ActorInstanceMapping__Group__4__Impl )
+ // InternalRoom.g:13839:2: rule__ActorInstanceMapping__Group__4__Impl
{
pushFollow(FOLLOW_2);
rule__ActorInstanceMapping__Group__4__Impl();
@@ -38956,29 +39052,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__Group__4__Impl"
- // InternalRoom.g:13825:1: rule__ActorInstanceMapping__Group__4__Impl : ( ( rule__ActorInstanceMapping__Group_4__0 )? ) ;
+ // InternalRoom.g:13845:1: rule__ActorInstanceMapping__Group__4__Impl : ( ( rule__ActorInstanceMapping__Group_4__0 )? ) ;
public final void rule__ActorInstanceMapping__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13829:1: ( ( ( rule__ActorInstanceMapping__Group_4__0 )? ) )
- // InternalRoom.g:13830:1: ( ( rule__ActorInstanceMapping__Group_4__0 )? )
+ // InternalRoom.g:13849:1: ( ( ( rule__ActorInstanceMapping__Group_4__0 )? ) )
+ // InternalRoom.g:13850:1: ( ( rule__ActorInstanceMapping__Group_4__0 )? )
{
- // InternalRoom.g:13830:1: ( ( rule__ActorInstanceMapping__Group_4__0 )? )
- // InternalRoom.g:13831:1: ( rule__ActorInstanceMapping__Group_4__0 )?
+ // InternalRoom.g:13850:1: ( ( rule__ActorInstanceMapping__Group_4__0 )? )
+ // InternalRoom.g:13851:1: ( rule__ActorInstanceMapping__Group_4__0 )?
{
before(grammarAccess.getActorInstanceMappingAccess().getGroup_4());
- // InternalRoom.g:13832:1: ( rule__ActorInstanceMapping__Group_4__0 )?
- int alt148=2;
- int LA148_0 = input.LA(1);
+ // InternalRoom.g:13852:1: ( rule__ActorInstanceMapping__Group_4__0 )?
+ int alt149=2;
+ int LA149_0 = input.LA(1);
- if ( (LA148_0==45) ) {
- alt148=1;
+ if ( (LA149_0==45) ) {
+ alt149=1;
}
- switch (alt148) {
+ switch (alt149) {
case 1 :
- // InternalRoom.g:13832:2: rule__ActorInstanceMapping__Group_4__0
+ // InternalRoom.g:13852:2: rule__ActorInstanceMapping__Group_4__0
{
pushFollow(FOLLOW_2);
rule__ActorInstanceMapping__Group_4__0();
@@ -39014,16 +39110,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__Group_4__0"
- // InternalRoom.g:13852:1: rule__ActorInstanceMapping__Group_4__0 : rule__ActorInstanceMapping__Group_4__0__Impl rule__ActorInstanceMapping__Group_4__1 ;
+ // InternalRoom.g:13872:1: rule__ActorInstanceMapping__Group_4__0 : rule__ActorInstanceMapping__Group_4__0__Impl rule__ActorInstanceMapping__Group_4__1 ;
public final void rule__ActorInstanceMapping__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13856:1: ( rule__ActorInstanceMapping__Group_4__0__Impl rule__ActorInstanceMapping__Group_4__1 )
- // InternalRoom.g:13857:2: rule__ActorInstanceMapping__Group_4__0__Impl rule__ActorInstanceMapping__Group_4__1
+ // InternalRoom.g:13876:1: ( rule__ActorInstanceMapping__Group_4__0__Impl rule__ActorInstanceMapping__Group_4__1 )
+ // InternalRoom.g:13877:2: rule__ActorInstanceMapping__Group_4__0__Impl rule__ActorInstanceMapping__Group_4__1
{
- pushFollow(FOLLOW_69);
+ pushFollow(FOLLOW_70);
rule__ActorInstanceMapping__Group_4__0__Impl();
state._fsp--;
@@ -39052,17 +39148,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__Group_4__0__Impl"
- // InternalRoom.g:13864:1: rule__ActorInstanceMapping__Group_4__0__Impl : ( '{' ) ;
+ // InternalRoom.g:13884:1: rule__ActorInstanceMapping__Group_4__0__Impl : ( '{' ) ;
public final void rule__ActorInstanceMapping__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13868:1: ( ( '{' ) )
- // InternalRoom.g:13869:1: ( '{' )
+ // InternalRoom.g:13888:1: ( ( '{' ) )
+ // InternalRoom.g:13889:1: ( '{' )
{
- // InternalRoom.g:13869:1: ( '{' )
- // InternalRoom.g:13870:1: '{'
+ // InternalRoom.g:13889:1: ( '{' )
+ // InternalRoom.g:13890:1: '{'
{
before(grammarAccess.getActorInstanceMappingAccess().getLeftCurlyBracketKeyword_4_0());
match(input,45,FOLLOW_2);
@@ -39089,16 +39185,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__Group_4__1"
- // InternalRoom.g:13883:1: rule__ActorInstanceMapping__Group_4__1 : rule__ActorInstanceMapping__Group_4__1__Impl rule__ActorInstanceMapping__Group_4__2 ;
+ // InternalRoom.g:13903:1: rule__ActorInstanceMapping__Group_4__1 : rule__ActorInstanceMapping__Group_4__1__Impl rule__ActorInstanceMapping__Group_4__2 ;
public final void rule__ActorInstanceMapping__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13887:1: ( rule__ActorInstanceMapping__Group_4__1__Impl rule__ActorInstanceMapping__Group_4__2 )
- // InternalRoom.g:13888:2: rule__ActorInstanceMapping__Group_4__1__Impl rule__ActorInstanceMapping__Group_4__2
+ // InternalRoom.g:13907:1: ( rule__ActorInstanceMapping__Group_4__1__Impl rule__ActorInstanceMapping__Group_4__2 )
+ // InternalRoom.g:13908:2: rule__ActorInstanceMapping__Group_4__1__Impl rule__ActorInstanceMapping__Group_4__2
{
- pushFollow(FOLLOW_69);
+ pushFollow(FOLLOW_70);
rule__ActorInstanceMapping__Group_4__1__Impl();
state._fsp--;
@@ -39127,35 +39223,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__Group_4__1__Impl"
- // InternalRoom.g:13895:1: rule__ActorInstanceMapping__Group_4__1__Impl : ( ( rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1 )* ) ;
+ // InternalRoom.g:13915:1: rule__ActorInstanceMapping__Group_4__1__Impl : ( ( rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1 )* ) ;
public final void rule__ActorInstanceMapping__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13899:1: ( ( ( rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1 )* ) )
- // InternalRoom.g:13900:1: ( ( rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1 )* )
+ // InternalRoom.g:13919:1: ( ( ( rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1 )* ) )
+ // InternalRoom.g:13920:1: ( ( rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1 )* )
{
- // InternalRoom.g:13900:1: ( ( rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1 )* )
- // InternalRoom.g:13901:1: ( rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1 )*
+ // InternalRoom.g:13920:1: ( ( rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1 )* )
+ // InternalRoom.g:13921:1: ( rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1 )*
{
before(grammarAccess.getActorInstanceMappingAccess().getActorInstanceMappingsAssignment_4_1());
- // InternalRoom.g:13902:1: ( rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1 )*
- loop149:
+ // InternalRoom.g:13922:1: ( rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1 )*
+ loop150:
do {
- int alt149=2;
- int LA149_0 = input.LA(1);
+ int alt150=2;
+ int LA150_0 = input.LA(1);
- if ( (LA149_0==84) ) {
- alt149=1;
+ if ( (LA150_0==84) ) {
+ alt150=1;
}
- switch (alt149) {
+ switch (alt150) {
case 1 :
- // InternalRoom.g:13902:2: rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1
+ // InternalRoom.g:13922:2: rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1
{
- pushFollow(FOLLOW_70);
+ pushFollow(FOLLOW_71);
rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1();
state._fsp--;
@@ -39165,7 +39261,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop149;
+ break loop150;
}
} while (true);
@@ -39192,14 +39288,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__Group_4__2"
- // InternalRoom.g:13912:1: rule__ActorInstanceMapping__Group_4__2 : rule__ActorInstanceMapping__Group_4__2__Impl ;
+ // InternalRoom.g:13932:1: rule__ActorInstanceMapping__Group_4__2 : rule__ActorInstanceMapping__Group_4__2__Impl ;
public final void rule__ActorInstanceMapping__Group_4__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13916:1: ( rule__ActorInstanceMapping__Group_4__2__Impl )
- // InternalRoom.g:13917:2: rule__ActorInstanceMapping__Group_4__2__Impl
+ // InternalRoom.g:13936:1: ( rule__ActorInstanceMapping__Group_4__2__Impl )
+ // InternalRoom.g:13937:2: rule__ActorInstanceMapping__Group_4__2__Impl
{
pushFollow(FOLLOW_2);
rule__ActorInstanceMapping__Group_4__2__Impl();
@@ -39225,17 +39321,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__Group_4__2__Impl"
- // InternalRoom.g:13923:1: rule__ActorInstanceMapping__Group_4__2__Impl : ( '}' ) ;
+ // InternalRoom.g:13943:1: rule__ActorInstanceMapping__Group_4__2__Impl : ( '}' ) ;
public final void rule__ActorInstanceMapping__Group_4__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13927:1: ( ( '}' ) )
- // InternalRoom.g:13928:1: ( '}' )
+ // InternalRoom.g:13947:1: ( ( '}' ) )
+ // InternalRoom.g:13948:1: ( '}' )
{
- // InternalRoom.g:13928:1: ( '}' )
- // InternalRoom.g:13929:1: '}'
+ // InternalRoom.g:13948:1: ( '}' )
+ // InternalRoom.g:13949:1: '}'
{
before(grammarAccess.getActorInstanceMappingAccess().getRightCurlyBracketKeyword_4_2());
match(input,46,FOLLOW_2);
@@ -39262,16 +39358,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefPath__Group__0"
- // InternalRoom.g:13948:1: rule__RefPath__Group__0 : rule__RefPath__Group__0__Impl rule__RefPath__Group__1 ;
+ // InternalRoom.g:13968:1: rule__RefPath__Group__0 : rule__RefPath__Group__0__Impl rule__RefPath__Group__1 ;
public final void rule__RefPath__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13952:1: ( rule__RefPath__Group__0__Impl rule__RefPath__Group__1 )
- // InternalRoom.g:13953:2: rule__RefPath__Group__0__Impl rule__RefPath__Group__1
+ // InternalRoom.g:13972:1: ( rule__RefPath__Group__0__Impl rule__RefPath__Group__1 )
+ // InternalRoom.g:13973:2: rule__RefPath__Group__0__Impl rule__RefPath__Group__1
{
- pushFollow(FOLLOW_71);
+ pushFollow(FOLLOW_72);
rule__RefPath__Group__0__Impl();
state._fsp--;
@@ -39300,21 +39396,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefPath__Group__0__Impl"
- // InternalRoom.g:13960:1: rule__RefPath__Group__0__Impl : ( ( rule__RefPath__RefsAssignment_0 ) ) ;
+ // InternalRoom.g:13980:1: rule__RefPath__Group__0__Impl : ( ( rule__RefPath__RefsAssignment_0 ) ) ;
public final void rule__RefPath__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13964:1: ( ( ( rule__RefPath__RefsAssignment_0 ) ) )
- // InternalRoom.g:13965:1: ( ( rule__RefPath__RefsAssignment_0 ) )
+ // InternalRoom.g:13984:1: ( ( ( rule__RefPath__RefsAssignment_0 ) ) )
+ // InternalRoom.g:13985:1: ( ( rule__RefPath__RefsAssignment_0 ) )
{
- // InternalRoom.g:13965:1: ( ( rule__RefPath__RefsAssignment_0 ) )
- // InternalRoom.g:13966:1: ( rule__RefPath__RefsAssignment_0 )
+ // InternalRoom.g:13985:1: ( ( rule__RefPath__RefsAssignment_0 ) )
+ // InternalRoom.g:13986:1: ( rule__RefPath__RefsAssignment_0 )
{
before(grammarAccess.getRefPathAccess().getRefsAssignment_0());
- // InternalRoom.g:13967:1: ( rule__RefPath__RefsAssignment_0 )
- // InternalRoom.g:13967:2: rule__RefPath__RefsAssignment_0
+ // InternalRoom.g:13987:1: ( rule__RefPath__RefsAssignment_0 )
+ // InternalRoom.g:13987:2: rule__RefPath__RefsAssignment_0
{
pushFollow(FOLLOW_2);
rule__RefPath__RefsAssignment_0();
@@ -39347,14 +39443,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefPath__Group__1"
- // InternalRoom.g:13977:1: rule__RefPath__Group__1 : rule__RefPath__Group__1__Impl ;
+ // InternalRoom.g:13997:1: rule__RefPath__Group__1 : rule__RefPath__Group__1__Impl ;
public final void rule__RefPath__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13981:1: ( rule__RefPath__Group__1__Impl )
- // InternalRoom.g:13982:2: rule__RefPath__Group__1__Impl
+ // InternalRoom.g:14001:1: ( rule__RefPath__Group__1__Impl )
+ // InternalRoom.g:14002:2: rule__RefPath__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__RefPath__Group__1__Impl();
@@ -39380,35 +39476,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefPath__Group__1__Impl"
- // InternalRoom.g:13988:1: rule__RefPath__Group__1__Impl : ( ( rule__RefPath__Group_1__0 )* ) ;
+ // InternalRoom.g:14008:1: rule__RefPath__Group__1__Impl : ( ( rule__RefPath__Group_1__0 )* ) ;
public final void rule__RefPath__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:13992:1: ( ( ( rule__RefPath__Group_1__0 )* ) )
- // InternalRoom.g:13993:1: ( ( rule__RefPath__Group_1__0 )* )
+ // InternalRoom.g:14012:1: ( ( ( rule__RefPath__Group_1__0 )* ) )
+ // InternalRoom.g:14013:1: ( ( rule__RefPath__Group_1__0 )* )
{
- // InternalRoom.g:13993:1: ( ( rule__RefPath__Group_1__0 )* )
- // InternalRoom.g:13994:1: ( rule__RefPath__Group_1__0 )*
+ // InternalRoom.g:14013:1: ( ( rule__RefPath__Group_1__0 )* )
+ // InternalRoom.g:14014:1: ( rule__RefPath__Group_1__0 )*
{
before(grammarAccess.getRefPathAccess().getGroup_1());
- // InternalRoom.g:13995:1: ( rule__RefPath__Group_1__0 )*
- loop150:
+ // InternalRoom.g:14015:1: ( rule__RefPath__Group_1__0 )*
+ loop151:
do {
- int alt150=2;
- int LA150_0 = input.LA(1);
+ int alt151=2;
+ int LA151_0 = input.LA(1);
- if ( (LA150_0==85) ) {
- alt150=1;
+ if ( (LA151_0==85) ) {
+ alt151=1;
}
- switch (alt150) {
+ switch (alt151) {
case 1 :
- // InternalRoom.g:13995:2: rule__RefPath__Group_1__0
+ // InternalRoom.g:14015:2: rule__RefPath__Group_1__0
{
- pushFollow(FOLLOW_72);
+ pushFollow(FOLLOW_73);
rule__RefPath__Group_1__0();
state._fsp--;
@@ -39418,7 +39514,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop150;
+ break loop151;
}
} while (true);
@@ -39445,14 +39541,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefPath__Group_1__0"
- // InternalRoom.g:14009:1: rule__RefPath__Group_1__0 : rule__RefPath__Group_1__0__Impl rule__RefPath__Group_1__1 ;
+ // InternalRoom.g:14029:1: rule__RefPath__Group_1__0 : rule__RefPath__Group_1__0__Impl rule__RefPath__Group_1__1 ;
public final void rule__RefPath__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14013:1: ( rule__RefPath__Group_1__0__Impl rule__RefPath__Group_1__1 )
- // InternalRoom.g:14014:2: rule__RefPath__Group_1__0__Impl rule__RefPath__Group_1__1
+ // InternalRoom.g:14033:1: ( rule__RefPath__Group_1__0__Impl rule__RefPath__Group_1__1 )
+ // InternalRoom.g:14034:2: rule__RefPath__Group_1__0__Impl rule__RefPath__Group_1__1
{
pushFollow(FOLLOW_3);
rule__RefPath__Group_1__0__Impl();
@@ -39483,17 +39579,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefPath__Group_1__0__Impl"
- // InternalRoom.g:14021:1: rule__RefPath__Group_1__0__Impl : ( '/' ) ;
+ // InternalRoom.g:14041:1: rule__RefPath__Group_1__0__Impl : ( '/' ) ;
public final void rule__RefPath__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14025:1: ( ( '/' ) )
- // InternalRoom.g:14026:1: ( '/' )
+ // InternalRoom.g:14045:1: ( ( '/' ) )
+ // InternalRoom.g:14046:1: ( '/' )
{
- // InternalRoom.g:14026:1: ( '/' )
- // InternalRoom.g:14027:1: '/'
+ // InternalRoom.g:14046:1: ( '/' )
+ // InternalRoom.g:14047:1: '/'
{
before(grammarAccess.getRefPathAccess().getSolidusKeyword_1_0());
match(input,85,FOLLOW_2);
@@ -39520,14 +39616,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefPath__Group_1__1"
- // InternalRoom.g:14040:1: rule__RefPath__Group_1__1 : rule__RefPath__Group_1__1__Impl ;
+ // InternalRoom.g:14060:1: rule__RefPath__Group_1__1 : rule__RefPath__Group_1__1__Impl ;
public final void rule__RefPath__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14044:1: ( rule__RefPath__Group_1__1__Impl )
- // InternalRoom.g:14045:2: rule__RefPath__Group_1__1__Impl
+ // InternalRoom.g:14064:1: ( rule__RefPath__Group_1__1__Impl )
+ // InternalRoom.g:14065:2: rule__RefPath__Group_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__RefPath__Group_1__1__Impl();
@@ -39553,21 +39649,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefPath__Group_1__1__Impl"
- // InternalRoom.g:14051:1: rule__RefPath__Group_1__1__Impl : ( ( rule__RefPath__RefsAssignment_1_1 ) ) ;
+ // InternalRoom.g:14071:1: rule__RefPath__Group_1__1__Impl : ( ( rule__RefPath__RefsAssignment_1_1 ) ) ;
public final void rule__RefPath__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14055:1: ( ( ( rule__RefPath__RefsAssignment_1_1 ) ) )
- // InternalRoom.g:14056:1: ( ( rule__RefPath__RefsAssignment_1_1 ) )
+ // InternalRoom.g:14075:1: ( ( ( rule__RefPath__RefsAssignment_1_1 ) ) )
+ // InternalRoom.g:14076:1: ( ( rule__RefPath__RefsAssignment_1_1 ) )
{
- // InternalRoom.g:14056:1: ( ( rule__RefPath__RefsAssignment_1_1 ) )
- // InternalRoom.g:14057:1: ( rule__RefPath__RefsAssignment_1_1 )
+ // InternalRoom.g:14076:1: ( ( rule__RefPath__RefsAssignment_1_1 ) )
+ // InternalRoom.g:14077:1: ( rule__RefPath__RefsAssignment_1_1 )
{
before(grammarAccess.getRefPathAccess().getRefsAssignment_1_1());
- // InternalRoom.g:14058:1: ( rule__RefPath__RefsAssignment_1_1 )
- // InternalRoom.g:14058:2: rule__RefPath__RefsAssignment_1_1
+ // InternalRoom.g:14078:1: ( rule__RefPath__RefsAssignment_1_1 )
+ // InternalRoom.g:14078:2: rule__RefPath__RefsAssignment_1_1
{
pushFollow(FOLLOW_2);
rule__RefPath__RefsAssignment_1_1();
@@ -39600,16 +39696,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefSegment__Group__0"
- // InternalRoom.g:14072:1: rule__RefSegment__Group__0 : rule__RefSegment__Group__0__Impl rule__RefSegment__Group__1 ;
+ // InternalRoom.g:14092:1: rule__RefSegment__Group__0 : rule__RefSegment__Group__0__Impl rule__RefSegment__Group__1 ;
public final void rule__RefSegment__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14076:1: ( rule__RefSegment__Group__0__Impl rule__RefSegment__Group__1 )
- // InternalRoom.g:14077:2: rule__RefSegment__Group__0__Impl rule__RefSegment__Group__1
+ // InternalRoom.g:14096:1: ( rule__RefSegment__Group__0__Impl rule__RefSegment__Group__1 )
+ // InternalRoom.g:14097:2: rule__RefSegment__Group__0__Impl rule__RefSegment__Group__1
{
- pushFollow(FOLLOW_9);
+ pushFollow(FOLLOW_10);
rule__RefSegment__Group__0__Impl();
state._fsp--;
@@ -39638,21 +39734,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefSegment__Group__0__Impl"
- // InternalRoom.g:14084:1: rule__RefSegment__Group__0__Impl : ( ( rule__RefSegment__RefAssignment_0 ) ) ;
+ // InternalRoom.g:14104:1: rule__RefSegment__Group__0__Impl : ( ( rule__RefSegment__RefAssignment_0 ) ) ;
public final void rule__RefSegment__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14088:1: ( ( ( rule__RefSegment__RefAssignment_0 ) ) )
- // InternalRoom.g:14089:1: ( ( rule__RefSegment__RefAssignment_0 ) )
+ // InternalRoom.g:14108:1: ( ( ( rule__RefSegment__RefAssignment_0 ) ) )
+ // InternalRoom.g:14109:1: ( ( rule__RefSegment__RefAssignment_0 ) )
{
- // InternalRoom.g:14089:1: ( ( rule__RefSegment__RefAssignment_0 ) )
- // InternalRoom.g:14090:1: ( rule__RefSegment__RefAssignment_0 )
+ // InternalRoom.g:14109:1: ( ( rule__RefSegment__RefAssignment_0 ) )
+ // InternalRoom.g:14110:1: ( rule__RefSegment__RefAssignment_0 )
{
before(grammarAccess.getRefSegmentAccess().getRefAssignment_0());
- // InternalRoom.g:14091:1: ( rule__RefSegment__RefAssignment_0 )
- // InternalRoom.g:14091:2: rule__RefSegment__RefAssignment_0
+ // InternalRoom.g:14111:1: ( rule__RefSegment__RefAssignment_0 )
+ // InternalRoom.g:14111:2: rule__RefSegment__RefAssignment_0
{
pushFollow(FOLLOW_2);
rule__RefSegment__RefAssignment_0();
@@ -39685,14 +39781,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefSegment__Group__1"
- // InternalRoom.g:14101:1: rule__RefSegment__Group__1 : rule__RefSegment__Group__1__Impl ;
+ // InternalRoom.g:14121:1: rule__RefSegment__Group__1 : rule__RefSegment__Group__1__Impl ;
public final void rule__RefSegment__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14105:1: ( rule__RefSegment__Group__1__Impl )
- // InternalRoom.g:14106:2: rule__RefSegment__Group__1__Impl
+ // InternalRoom.g:14125:1: ( rule__RefSegment__Group__1__Impl )
+ // InternalRoom.g:14126:2: rule__RefSegment__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__RefSegment__Group__1__Impl();
@@ -39718,29 +39814,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefSegment__Group__1__Impl"
- // InternalRoom.g:14112:1: rule__RefSegment__Group__1__Impl : ( ( rule__RefSegment__Group_1__0 )? ) ;
+ // InternalRoom.g:14132:1: rule__RefSegment__Group__1__Impl : ( ( rule__RefSegment__Group_1__0 )? ) ;
public final void rule__RefSegment__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14116:1: ( ( ( rule__RefSegment__Group_1__0 )? ) )
- // InternalRoom.g:14117:1: ( ( rule__RefSegment__Group_1__0 )? )
+ // InternalRoom.g:14136:1: ( ( ( rule__RefSegment__Group_1__0 )? ) )
+ // InternalRoom.g:14137:1: ( ( rule__RefSegment__Group_1__0 )? )
{
- // InternalRoom.g:14117:1: ( ( rule__RefSegment__Group_1__0 )? )
- // InternalRoom.g:14118:1: ( rule__RefSegment__Group_1__0 )?
+ // InternalRoom.g:14137:1: ( ( rule__RefSegment__Group_1__0 )? )
+ // InternalRoom.g:14138:1: ( rule__RefSegment__Group_1__0 )?
{
before(grammarAccess.getRefSegmentAccess().getGroup_1());
- // InternalRoom.g:14119:1: ( rule__RefSegment__Group_1__0 )?
- int alt151=2;
- int LA151_0 = input.LA(1);
+ // InternalRoom.g:14139:1: ( rule__RefSegment__Group_1__0 )?
+ int alt152=2;
+ int LA152_0 = input.LA(1);
- if ( (LA151_0==47) ) {
- alt151=1;
+ if ( (LA152_0==47) ) {
+ alt152=1;
}
- switch (alt151) {
+ switch (alt152) {
case 1 :
- // InternalRoom.g:14119:2: rule__RefSegment__Group_1__0
+ // InternalRoom.g:14139:2: rule__RefSegment__Group_1__0
{
pushFollow(FOLLOW_2);
rule__RefSegment__Group_1__0();
@@ -39776,16 +39872,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefSegment__Group_1__0"
- // InternalRoom.g:14133:1: rule__RefSegment__Group_1__0 : rule__RefSegment__Group_1__0__Impl rule__RefSegment__Group_1__1 ;
+ // InternalRoom.g:14153:1: rule__RefSegment__Group_1__0 : rule__RefSegment__Group_1__0__Impl rule__RefSegment__Group_1__1 ;
public final void rule__RefSegment__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14137:1: ( rule__RefSegment__Group_1__0__Impl rule__RefSegment__Group_1__1 )
- // InternalRoom.g:14138:2: rule__RefSegment__Group_1__0__Impl rule__RefSegment__Group_1__1
+ // InternalRoom.g:14157:1: ( rule__RefSegment__Group_1__0__Impl rule__RefSegment__Group_1__1 )
+ // InternalRoom.g:14158:2: rule__RefSegment__Group_1__0__Impl rule__RefSegment__Group_1__1
{
- pushFollow(FOLLOW_31);
+ pushFollow(FOLLOW_32);
rule__RefSegment__Group_1__0__Impl();
state._fsp--;
@@ -39814,17 +39910,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefSegment__Group_1__0__Impl"
- // InternalRoom.g:14145:1: rule__RefSegment__Group_1__0__Impl : ( ':' ) ;
+ // InternalRoom.g:14165:1: rule__RefSegment__Group_1__0__Impl : ( ':' ) ;
public final void rule__RefSegment__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14149:1: ( ( ':' ) )
- // InternalRoom.g:14150:1: ( ':' )
+ // InternalRoom.g:14169:1: ( ( ':' ) )
+ // InternalRoom.g:14170:1: ( ':' )
{
- // InternalRoom.g:14150:1: ( ':' )
- // InternalRoom.g:14151:1: ':'
+ // InternalRoom.g:14170:1: ( ':' )
+ // InternalRoom.g:14171:1: ':'
{
before(grammarAccess.getRefSegmentAccess().getColonKeyword_1_0());
match(input,47,FOLLOW_2);
@@ -39851,14 +39947,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefSegment__Group_1__1"
- // InternalRoom.g:14164:1: rule__RefSegment__Group_1__1 : rule__RefSegment__Group_1__1__Impl ;
+ // InternalRoom.g:14184:1: rule__RefSegment__Group_1__1 : rule__RefSegment__Group_1__1__Impl ;
public final void rule__RefSegment__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14168:1: ( rule__RefSegment__Group_1__1__Impl )
- // InternalRoom.g:14169:2: rule__RefSegment__Group_1__1__Impl
+ // InternalRoom.g:14188:1: ( rule__RefSegment__Group_1__1__Impl )
+ // InternalRoom.g:14189:2: rule__RefSegment__Group_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__RefSegment__Group_1__1__Impl();
@@ -39884,21 +39980,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefSegment__Group_1__1__Impl"
- // InternalRoom.g:14175:1: rule__RefSegment__Group_1__1__Impl : ( ( rule__RefSegment__IdxAssignment_1_1 ) ) ;
+ // InternalRoom.g:14195:1: rule__RefSegment__Group_1__1__Impl : ( ( rule__RefSegment__IdxAssignment_1_1 ) ) ;
public final void rule__RefSegment__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14179:1: ( ( ( rule__RefSegment__IdxAssignment_1_1 ) ) )
- // InternalRoom.g:14180:1: ( ( rule__RefSegment__IdxAssignment_1_1 ) )
+ // InternalRoom.g:14199:1: ( ( ( rule__RefSegment__IdxAssignment_1_1 ) ) )
+ // InternalRoom.g:14200:1: ( ( rule__RefSegment__IdxAssignment_1_1 ) )
{
- // InternalRoom.g:14180:1: ( ( rule__RefSegment__IdxAssignment_1_1 ) )
- // InternalRoom.g:14181:1: ( rule__RefSegment__IdxAssignment_1_1 )
+ // InternalRoom.g:14200:1: ( ( rule__RefSegment__IdxAssignment_1_1 ) )
+ // InternalRoom.g:14201:1: ( rule__RefSegment__IdxAssignment_1_1 )
{
before(grammarAccess.getRefSegmentAccess().getIdxAssignment_1_1());
- // InternalRoom.g:14182:1: ( rule__RefSegment__IdxAssignment_1_1 )
- // InternalRoom.g:14182:2: rule__RefSegment__IdxAssignment_1_1
+ // InternalRoom.g:14202:1: ( rule__RefSegment__IdxAssignment_1_1 )
+ // InternalRoom.g:14202:2: rule__RefSegment__IdxAssignment_1_1
{
pushFollow(FOLLOW_2);
rule__RefSegment__IdxAssignment_1_1();
@@ -39931,14 +40027,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Binding__Group__0"
- // InternalRoom.g:14196:1: rule__Binding__Group__0 : rule__Binding__Group__0__Impl rule__Binding__Group__1 ;
+ // InternalRoom.g:14216:1: rule__Binding__Group__0 : rule__Binding__Group__0__Impl rule__Binding__Group__1 ;
public final void rule__Binding__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14200:1: ( rule__Binding__Group__0__Impl rule__Binding__Group__1 )
- // InternalRoom.g:14201:2: rule__Binding__Group__0__Impl rule__Binding__Group__1
+ // InternalRoom.g:14220:1: ( rule__Binding__Group__0__Impl rule__Binding__Group__1 )
+ // InternalRoom.g:14221:2: rule__Binding__Group__0__Impl rule__Binding__Group__1
{
pushFollow(FOLLOW_3);
rule__Binding__Group__0__Impl();
@@ -39969,17 +40065,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Binding__Group__0__Impl"
- // InternalRoom.g:14208:1: rule__Binding__Group__0__Impl : ( 'Binding' ) ;
+ // InternalRoom.g:14228:1: rule__Binding__Group__0__Impl : ( 'Binding' ) ;
public final void rule__Binding__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14212:1: ( ( 'Binding' ) )
- // InternalRoom.g:14213:1: ( 'Binding' )
+ // InternalRoom.g:14232:1: ( ( 'Binding' ) )
+ // InternalRoom.g:14233:1: ( 'Binding' )
{
- // InternalRoom.g:14213:1: ( 'Binding' )
- // InternalRoom.g:14214:1: 'Binding'
+ // InternalRoom.g:14233:1: ( 'Binding' )
+ // InternalRoom.g:14234:1: 'Binding'
{
before(grammarAccess.getBindingAccess().getBindingKeyword_0());
match(input,86,FOLLOW_2);
@@ -40006,16 +40102,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Binding__Group__1"
- // InternalRoom.g:14227:1: rule__Binding__Group__1 : rule__Binding__Group__1__Impl rule__Binding__Group__2 ;
+ // InternalRoom.g:14247:1: rule__Binding__Group__1 : rule__Binding__Group__1__Impl rule__Binding__Group__2 ;
public final void rule__Binding__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14231:1: ( rule__Binding__Group__1__Impl rule__Binding__Group__2 )
- // InternalRoom.g:14232:2: rule__Binding__Group__1__Impl rule__Binding__Group__2
+ // InternalRoom.g:14251:1: ( rule__Binding__Group__1__Impl rule__Binding__Group__2 )
+ // InternalRoom.g:14252:2: rule__Binding__Group__1__Impl rule__Binding__Group__2
{
- pushFollow(FOLLOW_73);
+ pushFollow(FOLLOW_74);
rule__Binding__Group__1__Impl();
state._fsp--;
@@ -40044,21 +40140,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Binding__Group__1__Impl"
- // InternalRoom.g:14239:1: rule__Binding__Group__1__Impl : ( ( rule__Binding__Endpoint1Assignment_1 ) ) ;
+ // InternalRoom.g:14259:1: rule__Binding__Group__1__Impl : ( ( rule__Binding__Endpoint1Assignment_1 ) ) ;
public final void rule__Binding__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14243:1: ( ( ( rule__Binding__Endpoint1Assignment_1 ) ) )
- // InternalRoom.g:14244:1: ( ( rule__Binding__Endpoint1Assignment_1 ) )
+ // InternalRoom.g:14263:1: ( ( ( rule__Binding__Endpoint1Assignment_1 ) ) )
+ // InternalRoom.g:14264:1: ( ( rule__Binding__Endpoint1Assignment_1 ) )
{
- // InternalRoom.g:14244:1: ( ( rule__Binding__Endpoint1Assignment_1 ) )
- // InternalRoom.g:14245:1: ( rule__Binding__Endpoint1Assignment_1 )
+ // InternalRoom.g:14264:1: ( ( rule__Binding__Endpoint1Assignment_1 ) )
+ // InternalRoom.g:14265:1: ( rule__Binding__Endpoint1Assignment_1 )
{
before(grammarAccess.getBindingAccess().getEndpoint1Assignment_1());
- // InternalRoom.g:14246:1: ( rule__Binding__Endpoint1Assignment_1 )
- // InternalRoom.g:14246:2: rule__Binding__Endpoint1Assignment_1
+ // InternalRoom.g:14266:1: ( rule__Binding__Endpoint1Assignment_1 )
+ // InternalRoom.g:14266:2: rule__Binding__Endpoint1Assignment_1
{
pushFollow(FOLLOW_2);
rule__Binding__Endpoint1Assignment_1();
@@ -40091,14 +40187,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Binding__Group__2"
- // InternalRoom.g:14256:1: rule__Binding__Group__2 : rule__Binding__Group__2__Impl rule__Binding__Group__3 ;
+ // InternalRoom.g:14276:1: rule__Binding__Group__2 : rule__Binding__Group__2__Impl rule__Binding__Group__3 ;
public final void rule__Binding__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14260:1: ( rule__Binding__Group__2__Impl rule__Binding__Group__3 )
- // InternalRoom.g:14261:2: rule__Binding__Group__2__Impl rule__Binding__Group__3
+ // InternalRoom.g:14280:1: ( rule__Binding__Group__2__Impl rule__Binding__Group__3 )
+ // InternalRoom.g:14281:2: rule__Binding__Group__2__Impl rule__Binding__Group__3
{
pushFollow(FOLLOW_3);
rule__Binding__Group__2__Impl();
@@ -40129,17 +40225,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Binding__Group__2__Impl"
- // InternalRoom.g:14268:1: rule__Binding__Group__2__Impl : ( 'and' ) ;
+ // InternalRoom.g:14288:1: rule__Binding__Group__2__Impl : ( 'and' ) ;
public final void rule__Binding__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14272:1: ( ( 'and' ) )
- // InternalRoom.g:14273:1: ( 'and' )
+ // InternalRoom.g:14292:1: ( ( 'and' ) )
+ // InternalRoom.g:14293:1: ( 'and' )
{
- // InternalRoom.g:14273:1: ( 'and' )
- // InternalRoom.g:14274:1: 'and'
+ // InternalRoom.g:14293:1: ( 'and' )
+ // InternalRoom.g:14294:1: 'and'
{
before(grammarAccess.getBindingAccess().getAndKeyword_2());
match(input,87,FOLLOW_2);
@@ -40166,14 +40262,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Binding__Group__3"
- // InternalRoom.g:14287:1: rule__Binding__Group__3 : rule__Binding__Group__3__Impl ;
+ // InternalRoom.g:14307:1: rule__Binding__Group__3 : rule__Binding__Group__3__Impl ;
public final void rule__Binding__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14291:1: ( rule__Binding__Group__3__Impl )
- // InternalRoom.g:14292:2: rule__Binding__Group__3__Impl
+ // InternalRoom.g:14311:1: ( rule__Binding__Group__3__Impl )
+ // InternalRoom.g:14312:2: rule__Binding__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__Binding__Group__3__Impl();
@@ -40199,21 +40295,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Binding__Group__3__Impl"
- // InternalRoom.g:14298:1: rule__Binding__Group__3__Impl : ( ( rule__Binding__Endpoint2Assignment_3 ) ) ;
+ // InternalRoom.g:14318:1: rule__Binding__Group__3__Impl : ( ( rule__Binding__Endpoint2Assignment_3 ) ) ;
public final void rule__Binding__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14302:1: ( ( ( rule__Binding__Endpoint2Assignment_3 ) ) )
- // InternalRoom.g:14303:1: ( ( rule__Binding__Endpoint2Assignment_3 ) )
+ // InternalRoom.g:14322:1: ( ( ( rule__Binding__Endpoint2Assignment_3 ) ) )
+ // InternalRoom.g:14323:1: ( ( rule__Binding__Endpoint2Assignment_3 ) )
{
- // InternalRoom.g:14303:1: ( ( rule__Binding__Endpoint2Assignment_3 ) )
- // InternalRoom.g:14304:1: ( rule__Binding__Endpoint2Assignment_3 )
+ // InternalRoom.g:14323:1: ( ( rule__Binding__Endpoint2Assignment_3 ) )
+ // InternalRoom.g:14324:1: ( rule__Binding__Endpoint2Assignment_3 )
{
before(grammarAccess.getBindingAccess().getEndpoint2Assignment_3());
- // InternalRoom.g:14305:1: ( rule__Binding__Endpoint2Assignment_3 )
- // InternalRoom.g:14305:2: rule__Binding__Endpoint2Assignment_3
+ // InternalRoom.g:14325:1: ( rule__Binding__Endpoint2Assignment_3 )
+ // InternalRoom.g:14325:2: rule__Binding__Endpoint2Assignment_3
{
pushFollow(FOLLOW_2);
rule__Binding__Endpoint2Assignment_3();
@@ -40246,14 +40342,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BindingEndPoint__Group__0"
- // InternalRoom.g:14323:1: rule__BindingEndPoint__Group__0 : rule__BindingEndPoint__Group__0__Impl rule__BindingEndPoint__Group__1 ;
+ // InternalRoom.g:14343:1: rule__BindingEndPoint__Group__0 : rule__BindingEndPoint__Group__0__Impl rule__BindingEndPoint__Group__1 ;
public final void rule__BindingEndPoint__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14327:1: ( rule__BindingEndPoint__Group__0__Impl rule__BindingEndPoint__Group__1 )
- // InternalRoom.g:14328:2: rule__BindingEndPoint__Group__0__Impl rule__BindingEndPoint__Group__1
+ // InternalRoom.g:14347:1: ( rule__BindingEndPoint__Group__0__Impl rule__BindingEndPoint__Group__1 )
+ // InternalRoom.g:14348:2: rule__BindingEndPoint__Group__0__Impl rule__BindingEndPoint__Group__1
{
pushFollow(FOLLOW_3);
rule__BindingEndPoint__Group__0__Impl();
@@ -40284,33 +40380,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BindingEndPoint__Group__0__Impl"
- // InternalRoom.g:14335:1: rule__BindingEndPoint__Group__0__Impl : ( ( rule__BindingEndPoint__Group_0__0 )? ) ;
+ // InternalRoom.g:14355:1: rule__BindingEndPoint__Group__0__Impl : ( ( rule__BindingEndPoint__Group_0__0 )? ) ;
public final void rule__BindingEndPoint__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14339:1: ( ( ( rule__BindingEndPoint__Group_0__0 )? ) )
- // InternalRoom.g:14340:1: ( ( rule__BindingEndPoint__Group_0__0 )? )
+ // InternalRoom.g:14359:1: ( ( ( rule__BindingEndPoint__Group_0__0 )? ) )
+ // InternalRoom.g:14360:1: ( ( rule__BindingEndPoint__Group_0__0 )? )
{
- // InternalRoom.g:14340:1: ( ( rule__BindingEndPoint__Group_0__0 )? )
- // InternalRoom.g:14341:1: ( rule__BindingEndPoint__Group_0__0 )?
+ // InternalRoom.g:14360:1: ( ( rule__BindingEndPoint__Group_0__0 )? )
+ // InternalRoom.g:14361:1: ( rule__BindingEndPoint__Group_0__0 )?
{
before(grammarAccess.getBindingEndPointAccess().getGroup_0());
- // InternalRoom.g:14342:1: ( rule__BindingEndPoint__Group_0__0 )?
- int alt152=2;
- int LA152_0 = input.LA(1);
+ // InternalRoom.g:14362:1: ( rule__BindingEndPoint__Group_0__0 )?
+ int alt153=2;
+ int LA153_0 = input.LA(1);
- if ( (LA152_0==RULE_ID) ) {
- int LA152_1 = input.LA(2);
+ if ( (LA153_0==RULE_ID) ) {
+ int LA153_1 = input.LA(2);
- if ( (LA152_1==88) ) {
- alt152=1;
+ if ( (LA153_1==88) ) {
+ alt153=1;
}
}
- switch (alt152) {
+ switch (alt153) {
case 1 :
- // InternalRoom.g:14342:2: rule__BindingEndPoint__Group_0__0
+ // InternalRoom.g:14362:2: rule__BindingEndPoint__Group_0__0
{
pushFollow(FOLLOW_2);
rule__BindingEndPoint__Group_0__0();
@@ -40346,16 +40442,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BindingEndPoint__Group__1"
- // InternalRoom.g:14352:1: rule__BindingEndPoint__Group__1 : rule__BindingEndPoint__Group__1__Impl rule__BindingEndPoint__Group__2 ;
+ // InternalRoom.g:14372:1: rule__BindingEndPoint__Group__1 : rule__BindingEndPoint__Group__1__Impl rule__BindingEndPoint__Group__2 ;
public final void rule__BindingEndPoint__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14356:1: ( rule__BindingEndPoint__Group__1__Impl rule__BindingEndPoint__Group__2 )
- // InternalRoom.g:14357:2: rule__BindingEndPoint__Group__1__Impl rule__BindingEndPoint__Group__2
+ // InternalRoom.g:14376:1: ( rule__BindingEndPoint__Group__1__Impl rule__BindingEndPoint__Group__2 )
+ // InternalRoom.g:14377:2: rule__BindingEndPoint__Group__1__Impl rule__BindingEndPoint__Group__2
{
- pushFollow(FOLLOW_74);
+ pushFollow(FOLLOW_75);
rule__BindingEndPoint__Group__1__Impl();
state._fsp--;
@@ -40384,21 +40480,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BindingEndPoint__Group__1__Impl"
- // InternalRoom.g:14364:1: rule__BindingEndPoint__Group__1__Impl : ( ( rule__BindingEndPoint__PortAssignment_1 ) ) ;
+ // InternalRoom.g:14384:1: rule__BindingEndPoint__Group__1__Impl : ( ( rule__BindingEndPoint__PortAssignment_1 ) ) ;
public final void rule__BindingEndPoint__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14368:1: ( ( ( rule__BindingEndPoint__PortAssignment_1 ) ) )
- // InternalRoom.g:14369:1: ( ( rule__BindingEndPoint__PortAssignment_1 ) )
+ // InternalRoom.g:14388:1: ( ( ( rule__BindingEndPoint__PortAssignment_1 ) ) )
+ // InternalRoom.g:14389:1: ( ( rule__BindingEndPoint__PortAssignment_1 ) )
{
- // InternalRoom.g:14369:1: ( ( rule__BindingEndPoint__PortAssignment_1 ) )
- // InternalRoom.g:14370:1: ( rule__BindingEndPoint__PortAssignment_1 )
+ // InternalRoom.g:14389:1: ( ( rule__BindingEndPoint__PortAssignment_1 ) )
+ // InternalRoom.g:14390:1: ( rule__BindingEndPoint__PortAssignment_1 )
{
before(grammarAccess.getBindingEndPointAccess().getPortAssignment_1());
- // InternalRoom.g:14371:1: ( rule__BindingEndPoint__PortAssignment_1 )
- // InternalRoom.g:14371:2: rule__BindingEndPoint__PortAssignment_1
+ // InternalRoom.g:14391:1: ( rule__BindingEndPoint__PortAssignment_1 )
+ // InternalRoom.g:14391:2: rule__BindingEndPoint__PortAssignment_1
{
pushFollow(FOLLOW_2);
rule__BindingEndPoint__PortAssignment_1();
@@ -40431,14 +40527,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BindingEndPoint__Group__2"
- // InternalRoom.g:14381:1: rule__BindingEndPoint__Group__2 : rule__BindingEndPoint__Group__2__Impl ;
+ // InternalRoom.g:14401:1: rule__BindingEndPoint__Group__2 : rule__BindingEndPoint__Group__2__Impl ;
public final void rule__BindingEndPoint__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14385:1: ( rule__BindingEndPoint__Group__2__Impl )
- // InternalRoom.g:14386:2: rule__BindingEndPoint__Group__2__Impl
+ // InternalRoom.g:14405:1: ( rule__BindingEndPoint__Group__2__Impl )
+ // InternalRoom.g:14406:2: rule__BindingEndPoint__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__BindingEndPoint__Group__2__Impl();
@@ -40464,29 +40560,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BindingEndPoint__Group__2__Impl"
- // InternalRoom.g:14392:1: rule__BindingEndPoint__Group__2__Impl : ( ( rule__BindingEndPoint__Group_2__0 )? ) ;
+ // InternalRoom.g:14412:1: rule__BindingEndPoint__Group__2__Impl : ( ( rule__BindingEndPoint__Group_2__0 )? ) ;
public final void rule__BindingEndPoint__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14396:1: ( ( ( rule__BindingEndPoint__Group_2__0 )? ) )
- // InternalRoom.g:14397:1: ( ( rule__BindingEndPoint__Group_2__0 )? )
+ // InternalRoom.g:14416:1: ( ( ( rule__BindingEndPoint__Group_2__0 )? ) )
+ // InternalRoom.g:14417:1: ( ( rule__BindingEndPoint__Group_2__0 )? )
{
- // InternalRoom.g:14397:1: ( ( rule__BindingEndPoint__Group_2__0 )? )
- // InternalRoom.g:14398:1: ( rule__BindingEndPoint__Group_2__0 )?
+ // InternalRoom.g:14417:1: ( ( rule__BindingEndPoint__Group_2__0 )? )
+ // InternalRoom.g:14418:1: ( rule__BindingEndPoint__Group_2__0 )?
{
before(grammarAccess.getBindingEndPointAccess().getGroup_2());
- // InternalRoom.g:14399:1: ( rule__BindingEndPoint__Group_2__0 )?
- int alt153=2;
- int LA153_0 = input.LA(1);
+ // InternalRoom.g:14419:1: ( rule__BindingEndPoint__Group_2__0 )?
+ int alt154=2;
+ int LA154_0 = input.LA(1);
- if ( (LA153_0==89) ) {
- alt153=1;
+ if ( (LA154_0==89) ) {
+ alt154=1;
}
- switch (alt153) {
+ switch (alt154) {
case 1 :
- // InternalRoom.g:14399:2: rule__BindingEndPoint__Group_2__0
+ // InternalRoom.g:14419:2: rule__BindingEndPoint__Group_2__0
{
pushFollow(FOLLOW_2);
rule__BindingEndPoint__Group_2__0();
@@ -40522,16 +40618,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BindingEndPoint__Group_0__0"
- // InternalRoom.g:14415:1: rule__BindingEndPoint__Group_0__0 : rule__BindingEndPoint__Group_0__0__Impl rule__BindingEndPoint__Group_0__1 ;
+ // InternalRoom.g:14435:1: rule__BindingEndPoint__Group_0__0 : rule__BindingEndPoint__Group_0__0__Impl rule__BindingEndPoint__Group_0__1 ;
public final void rule__BindingEndPoint__Group_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14419:1: ( rule__BindingEndPoint__Group_0__0__Impl rule__BindingEndPoint__Group_0__1 )
- // InternalRoom.g:14420:2: rule__BindingEndPoint__Group_0__0__Impl rule__BindingEndPoint__Group_0__1
+ // InternalRoom.g:14439:1: ( rule__BindingEndPoint__Group_0__0__Impl rule__BindingEndPoint__Group_0__1 )
+ // InternalRoom.g:14440:2: rule__BindingEndPoint__Group_0__0__Impl rule__BindingEndPoint__Group_0__1
{
- pushFollow(FOLLOW_75);
+ pushFollow(FOLLOW_76);
rule__BindingEndPoint__Group_0__0__Impl();
state._fsp--;
@@ -40560,21 +40656,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BindingEndPoint__Group_0__0__Impl"
- // InternalRoom.g:14427:1: rule__BindingEndPoint__Group_0__0__Impl : ( ( rule__BindingEndPoint__ActorRefAssignment_0_0 ) ) ;
+ // InternalRoom.g:14447:1: rule__BindingEndPoint__Group_0__0__Impl : ( ( rule__BindingEndPoint__ActorRefAssignment_0_0 ) ) ;
public final void rule__BindingEndPoint__Group_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14431:1: ( ( ( rule__BindingEndPoint__ActorRefAssignment_0_0 ) ) )
- // InternalRoom.g:14432:1: ( ( rule__BindingEndPoint__ActorRefAssignment_0_0 ) )
+ // InternalRoom.g:14451:1: ( ( ( rule__BindingEndPoint__ActorRefAssignment_0_0 ) ) )
+ // InternalRoom.g:14452:1: ( ( rule__BindingEndPoint__ActorRefAssignment_0_0 ) )
{
- // InternalRoom.g:14432:1: ( ( rule__BindingEndPoint__ActorRefAssignment_0_0 ) )
- // InternalRoom.g:14433:1: ( rule__BindingEndPoint__ActorRefAssignment_0_0 )
+ // InternalRoom.g:14452:1: ( ( rule__BindingEndPoint__ActorRefAssignment_0_0 ) )
+ // InternalRoom.g:14453:1: ( rule__BindingEndPoint__ActorRefAssignment_0_0 )
{
before(grammarAccess.getBindingEndPointAccess().getActorRefAssignment_0_0());
- // InternalRoom.g:14434:1: ( rule__BindingEndPoint__ActorRefAssignment_0_0 )
- // InternalRoom.g:14434:2: rule__BindingEndPoint__ActorRefAssignment_0_0
+ // InternalRoom.g:14454:1: ( rule__BindingEndPoint__ActorRefAssignment_0_0 )
+ // InternalRoom.g:14454:2: rule__BindingEndPoint__ActorRefAssignment_0_0
{
pushFollow(FOLLOW_2);
rule__BindingEndPoint__ActorRefAssignment_0_0();
@@ -40607,14 +40703,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BindingEndPoint__Group_0__1"
- // InternalRoom.g:14444:1: rule__BindingEndPoint__Group_0__1 : rule__BindingEndPoint__Group_0__1__Impl ;
+ // InternalRoom.g:14464:1: rule__BindingEndPoint__Group_0__1 : rule__BindingEndPoint__Group_0__1__Impl ;
public final void rule__BindingEndPoint__Group_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14448:1: ( rule__BindingEndPoint__Group_0__1__Impl )
- // InternalRoom.g:14449:2: rule__BindingEndPoint__Group_0__1__Impl
+ // InternalRoom.g:14468:1: ( rule__BindingEndPoint__Group_0__1__Impl )
+ // InternalRoom.g:14469:2: rule__BindingEndPoint__Group_0__1__Impl
{
pushFollow(FOLLOW_2);
rule__BindingEndPoint__Group_0__1__Impl();
@@ -40640,17 +40736,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BindingEndPoint__Group_0__1__Impl"
- // InternalRoom.g:14455:1: rule__BindingEndPoint__Group_0__1__Impl : ( '.' ) ;
+ // InternalRoom.g:14475:1: rule__BindingEndPoint__Group_0__1__Impl : ( '.' ) ;
public final void rule__BindingEndPoint__Group_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14459:1: ( ( '.' ) )
- // InternalRoom.g:14460:1: ( '.' )
+ // InternalRoom.g:14479:1: ( ( '.' ) )
+ // InternalRoom.g:14480:1: ( '.' )
{
- // InternalRoom.g:14460:1: ( '.' )
- // InternalRoom.g:14461:1: '.'
+ // InternalRoom.g:14480:1: ( '.' )
+ // InternalRoom.g:14481:1: '.'
{
before(grammarAccess.getBindingEndPointAccess().getFullStopKeyword_0_1());
match(input,88,FOLLOW_2);
@@ -40677,14 +40773,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BindingEndPoint__Group_2__0"
- // InternalRoom.g:14478:1: rule__BindingEndPoint__Group_2__0 : rule__BindingEndPoint__Group_2__0__Impl rule__BindingEndPoint__Group_2__1 ;
+ // InternalRoom.g:14498:1: rule__BindingEndPoint__Group_2__0 : rule__BindingEndPoint__Group_2__0__Impl rule__BindingEndPoint__Group_2__1 ;
public final void rule__BindingEndPoint__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14482:1: ( rule__BindingEndPoint__Group_2__0__Impl rule__BindingEndPoint__Group_2__1 )
- // InternalRoom.g:14483:2: rule__BindingEndPoint__Group_2__0__Impl rule__BindingEndPoint__Group_2__1
+ // InternalRoom.g:14502:1: ( rule__BindingEndPoint__Group_2__0__Impl rule__BindingEndPoint__Group_2__1 )
+ // InternalRoom.g:14503:2: rule__BindingEndPoint__Group_2__0__Impl rule__BindingEndPoint__Group_2__1
{
pushFollow(FOLLOW_3);
rule__BindingEndPoint__Group_2__0__Impl();
@@ -40715,17 +40811,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BindingEndPoint__Group_2__0__Impl"
- // InternalRoom.g:14490:1: rule__BindingEndPoint__Group_2__0__Impl : ( 'sub' ) ;
+ // InternalRoom.g:14510:1: rule__BindingEndPoint__Group_2__0__Impl : ( 'sub' ) ;
public final void rule__BindingEndPoint__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14494:1: ( ( 'sub' ) )
- // InternalRoom.g:14495:1: ( 'sub' )
+ // InternalRoom.g:14514:1: ( ( 'sub' ) )
+ // InternalRoom.g:14515:1: ( 'sub' )
{
- // InternalRoom.g:14495:1: ( 'sub' )
- // InternalRoom.g:14496:1: 'sub'
+ // InternalRoom.g:14515:1: ( 'sub' )
+ // InternalRoom.g:14516:1: 'sub'
{
before(grammarAccess.getBindingEndPointAccess().getSubKeyword_2_0());
match(input,89,FOLLOW_2);
@@ -40752,14 +40848,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BindingEndPoint__Group_2__1"
- // InternalRoom.g:14509:1: rule__BindingEndPoint__Group_2__1 : rule__BindingEndPoint__Group_2__1__Impl ;
+ // InternalRoom.g:14529:1: rule__BindingEndPoint__Group_2__1 : rule__BindingEndPoint__Group_2__1__Impl ;
public final void rule__BindingEndPoint__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14513:1: ( rule__BindingEndPoint__Group_2__1__Impl )
- // InternalRoom.g:14514:2: rule__BindingEndPoint__Group_2__1__Impl
+ // InternalRoom.g:14533:1: ( rule__BindingEndPoint__Group_2__1__Impl )
+ // InternalRoom.g:14534:2: rule__BindingEndPoint__Group_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__BindingEndPoint__Group_2__1__Impl();
@@ -40785,21 +40881,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BindingEndPoint__Group_2__1__Impl"
- // InternalRoom.g:14520:1: rule__BindingEndPoint__Group_2__1__Impl : ( ( rule__BindingEndPoint__SubAssignment_2_1 ) ) ;
+ // InternalRoom.g:14540:1: rule__BindingEndPoint__Group_2__1__Impl : ( ( rule__BindingEndPoint__SubAssignment_2_1 ) ) ;
public final void rule__BindingEndPoint__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14524:1: ( ( ( rule__BindingEndPoint__SubAssignment_2_1 ) ) )
- // InternalRoom.g:14525:1: ( ( rule__BindingEndPoint__SubAssignment_2_1 ) )
+ // InternalRoom.g:14544:1: ( ( ( rule__BindingEndPoint__SubAssignment_2_1 ) ) )
+ // InternalRoom.g:14545:1: ( ( rule__BindingEndPoint__SubAssignment_2_1 ) )
{
- // InternalRoom.g:14525:1: ( ( rule__BindingEndPoint__SubAssignment_2_1 ) )
- // InternalRoom.g:14526:1: ( rule__BindingEndPoint__SubAssignment_2_1 )
+ // InternalRoom.g:14545:1: ( ( rule__BindingEndPoint__SubAssignment_2_1 ) )
+ // InternalRoom.g:14546:1: ( rule__BindingEndPoint__SubAssignment_2_1 )
{
before(grammarAccess.getBindingEndPointAccess().getSubAssignment_2_1());
- // InternalRoom.g:14527:1: ( rule__BindingEndPoint__SubAssignment_2_1 )
- // InternalRoom.g:14527:2: rule__BindingEndPoint__SubAssignment_2_1
+ // InternalRoom.g:14547:1: ( rule__BindingEndPoint__SubAssignment_2_1 )
+ // InternalRoom.g:14547:2: rule__BindingEndPoint__SubAssignment_2_1
{
pushFollow(FOLLOW_2);
rule__BindingEndPoint__SubAssignment_2_1();
@@ -40832,16 +40928,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LayerConnection__Group__0"
- // InternalRoom.g:14541:1: rule__LayerConnection__Group__0 : rule__LayerConnection__Group__0__Impl rule__LayerConnection__Group__1 ;
+ // InternalRoom.g:14561:1: rule__LayerConnection__Group__0 : rule__LayerConnection__Group__0__Impl rule__LayerConnection__Group__1 ;
public final void rule__LayerConnection__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14545:1: ( rule__LayerConnection__Group__0__Impl rule__LayerConnection__Group__1 )
- // InternalRoom.g:14546:2: rule__LayerConnection__Group__0__Impl rule__LayerConnection__Group__1
+ // InternalRoom.g:14565:1: ( rule__LayerConnection__Group__0__Impl rule__LayerConnection__Group__1 )
+ // InternalRoom.g:14566:2: rule__LayerConnection__Group__0__Impl rule__LayerConnection__Group__1
{
- pushFollow(FOLLOW_76);
+ pushFollow(FOLLOW_77);
rule__LayerConnection__Group__0__Impl();
state._fsp--;
@@ -40870,17 +40966,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LayerConnection__Group__0__Impl"
- // InternalRoom.g:14553:1: rule__LayerConnection__Group__0__Impl : ( 'LayerConnection' ) ;
+ // InternalRoom.g:14573:1: rule__LayerConnection__Group__0__Impl : ( 'LayerConnection' ) ;
public final void rule__LayerConnection__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14557:1: ( ( 'LayerConnection' ) )
- // InternalRoom.g:14558:1: ( 'LayerConnection' )
+ // InternalRoom.g:14577:1: ( ( 'LayerConnection' ) )
+ // InternalRoom.g:14578:1: ( 'LayerConnection' )
{
- // InternalRoom.g:14558:1: ( 'LayerConnection' )
- // InternalRoom.g:14559:1: 'LayerConnection'
+ // InternalRoom.g:14578:1: ( 'LayerConnection' )
+ // InternalRoom.g:14579:1: 'LayerConnection'
{
before(grammarAccess.getLayerConnectionAccess().getLayerConnectionKeyword_0());
match(input,90,FOLLOW_2);
@@ -40907,16 +41003,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LayerConnection__Group__1"
- // InternalRoom.g:14572:1: rule__LayerConnection__Group__1 : rule__LayerConnection__Group__1__Impl rule__LayerConnection__Group__2 ;
+ // InternalRoom.g:14592:1: rule__LayerConnection__Group__1 : rule__LayerConnection__Group__1__Impl rule__LayerConnection__Group__2 ;
public final void rule__LayerConnection__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14576:1: ( rule__LayerConnection__Group__1__Impl rule__LayerConnection__Group__2 )
- // InternalRoom.g:14577:2: rule__LayerConnection__Group__1__Impl rule__LayerConnection__Group__2
+ // InternalRoom.g:14596:1: ( rule__LayerConnection__Group__1__Impl rule__LayerConnection__Group__2 )
+ // InternalRoom.g:14597:2: rule__LayerConnection__Group__1__Impl rule__LayerConnection__Group__2
{
- pushFollow(FOLLOW_77);
+ pushFollow(FOLLOW_78);
rule__LayerConnection__Group__1__Impl();
state._fsp--;
@@ -40945,21 +41041,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LayerConnection__Group__1__Impl"
- // InternalRoom.g:14584:1: rule__LayerConnection__Group__1__Impl : ( ( rule__LayerConnection__FromAssignment_1 ) ) ;
+ // InternalRoom.g:14604:1: rule__LayerConnection__Group__1__Impl : ( ( rule__LayerConnection__FromAssignment_1 ) ) ;
public final void rule__LayerConnection__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14588:1: ( ( ( rule__LayerConnection__FromAssignment_1 ) ) )
- // InternalRoom.g:14589:1: ( ( rule__LayerConnection__FromAssignment_1 ) )
+ // InternalRoom.g:14608:1: ( ( ( rule__LayerConnection__FromAssignment_1 ) ) )
+ // InternalRoom.g:14609:1: ( ( rule__LayerConnection__FromAssignment_1 ) )
{
- // InternalRoom.g:14589:1: ( ( rule__LayerConnection__FromAssignment_1 ) )
- // InternalRoom.g:14590:1: ( rule__LayerConnection__FromAssignment_1 )
+ // InternalRoom.g:14609:1: ( ( rule__LayerConnection__FromAssignment_1 ) )
+ // InternalRoom.g:14610:1: ( rule__LayerConnection__FromAssignment_1 )
{
before(grammarAccess.getLayerConnectionAccess().getFromAssignment_1());
- // InternalRoom.g:14591:1: ( rule__LayerConnection__FromAssignment_1 )
- // InternalRoom.g:14591:2: rule__LayerConnection__FromAssignment_1
+ // InternalRoom.g:14611:1: ( rule__LayerConnection__FromAssignment_1 )
+ // InternalRoom.g:14611:2: rule__LayerConnection__FromAssignment_1
{
pushFollow(FOLLOW_2);
rule__LayerConnection__FromAssignment_1();
@@ -40992,14 +41088,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LayerConnection__Group__2"
- // InternalRoom.g:14601:1: rule__LayerConnection__Group__2 : rule__LayerConnection__Group__2__Impl rule__LayerConnection__Group__3 ;
+ // InternalRoom.g:14621:1: rule__LayerConnection__Group__2 : rule__LayerConnection__Group__2__Impl rule__LayerConnection__Group__3 ;
public final void rule__LayerConnection__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14605:1: ( rule__LayerConnection__Group__2__Impl rule__LayerConnection__Group__3 )
- // InternalRoom.g:14606:2: rule__LayerConnection__Group__2__Impl rule__LayerConnection__Group__3
+ // InternalRoom.g:14625:1: ( rule__LayerConnection__Group__2__Impl rule__LayerConnection__Group__3 )
+ // InternalRoom.g:14626:2: rule__LayerConnection__Group__2__Impl rule__LayerConnection__Group__3
{
pushFollow(FOLLOW_3);
rule__LayerConnection__Group__2__Impl();
@@ -41030,17 +41126,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LayerConnection__Group__2__Impl"
- // InternalRoom.g:14613:1: rule__LayerConnection__Group__2__Impl : ( 'satisfied_by' ) ;
+ // InternalRoom.g:14633:1: rule__LayerConnection__Group__2__Impl : ( 'satisfied_by' ) ;
public final void rule__LayerConnection__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14617:1: ( ( 'satisfied_by' ) )
- // InternalRoom.g:14618:1: ( 'satisfied_by' )
+ // InternalRoom.g:14637:1: ( ( 'satisfied_by' ) )
+ // InternalRoom.g:14638:1: ( 'satisfied_by' )
{
- // InternalRoom.g:14618:1: ( 'satisfied_by' )
- // InternalRoom.g:14619:1: 'satisfied_by'
+ // InternalRoom.g:14638:1: ( 'satisfied_by' )
+ // InternalRoom.g:14639:1: 'satisfied_by'
{
before(grammarAccess.getLayerConnectionAccess().getSatisfied_byKeyword_2());
match(input,91,FOLLOW_2);
@@ -41067,14 +41163,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LayerConnection__Group__3"
- // InternalRoom.g:14632:1: rule__LayerConnection__Group__3 : rule__LayerConnection__Group__3__Impl ;
+ // InternalRoom.g:14652:1: rule__LayerConnection__Group__3 : rule__LayerConnection__Group__3__Impl ;
public final void rule__LayerConnection__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14636:1: ( rule__LayerConnection__Group__3__Impl )
- // InternalRoom.g:14637:2: rule__LayerConnection__Group__3__Impl
+ // InternalRoom.g:14656:1: ( rule__LayerConnection__Group__3__Impl )
+ // InternalRoom.g:14657:2: rule__LayerConnection__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__LayerConnection__Group__3__Impl();
@@ -41100,21 +41196,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LayerConnection__Group__3__Impl"
- // InternalRoom.g:14643:1: rule__LayerConnection__Group__3__Impl : ( ( rule__LayerConnection__ToAssignment_3 ) ) ;
+ // InternalRoom.g:14663:1: rule__LayerConnection__Group__3__Impl : ( ( rule__LayerConnection__ToAssignment_3 ) ) ;
public final void rule__LayerConnection__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14647:1: ( ( ( rule__LayerConnection__ToAssignment_3 ) ) )
- // InternalRoom.g:14648:1: ( ( rule__LayerConnection__ToAssignment_3 ) )
+ // InternalRoom.g:14667:1: ( ( ( rule__LayerConnection__ToAssignment_3 ) ) )
+ // InternalRoom.g:14668:1: ( ( rule__LayerConnection__ToAssignment_3 ) )
{
- // InternalRoom.g:14648:1: ( ( rule__LayerConnection__ToAssignment_3 ) )
- // InternalRoom.g:14649:1: ( rule__LayerConnection__ToAssignment_3 )
+ // InternalRoom.g:14668:1: ( ( rule__LayerConnection__ToAssignment_3 ) )
+ // InternalRoom.g:14669:1: ( rule__LayerConnection__ToAssignment_3 )
{
before(grammarAccess.getLayerConnectionAccess().getToAssignment_3());
- // InternalRoom.g:14650:1: ( rule__LayerConnection__ToAssignment_3 )
- // InternalRoom.g:14650:2: rule__LayerConnection__ToAssignment_3
+ // InternalRoom.g:14670:1: ( rule__LayerConnection__ToAssignment_3 )
+ // InternalRoom.g:14670:2: rule__LayerConnection__ToAssignment_3
{
pushFollow(FOLLOW_2);
rule__LayerConnection__ToAssignment_3();
@@ -41147,14 +41243,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefSAPoint__Group__0"
- // InternalRoom.g:14668:1: rule__RefSAPoint__Group__0 : rule__RefSAPoint__Group__0__Impl rule__RefSAPoint__Group__1 ;
+ // InternalRoom.g:14688:1: rule__RefSAPoint__Group__0 : rule__RefSAPoint__Group__0__Impl rule__RefSAPoint__Group__1 ;
public final void rule__RefSAPoint__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14672:1: ( rule__RefSAPoint__Group__0__Impl rule__RefSAPoint__Group__1 )
- // InternalRoom.g:14673:2: rule__RefSAPoint__Group__0__Impl rule__RefSAPoint__Group__1
+ // InternalRoom.g:14692:1: ( rule__RefSAPoint__Group__0__Impl rule__RefSAPoint__Group__1 )
+ // InternalRoom.g:14693:2: rule__RefSAPoint__Group__0__Impl rule__RefSAPoint__Group__1
{
pushFollow(FOLLOW_3);
rule__RefSAPoint__Group__0__Impl();
@@ -41185,17 +41281,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefSAPoint__Group__0__Impl"
- // InternalRoom.g:14680:1: rule__RefSAPoint__Group__0__Impl : ( 'ref' ) ;
+ // InternalRoom.g:14700:1: rule__RefSAPoint__Group__0__Impl : ( 'ref' ) ;
public final void rule__RefSAPoint__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14684:1: ( ( 'ref' ) )
- // InternalRoom.g:14685:1: ( 'ref' )
+ // InternalRoom.g:14704:1: ( ( 'ref' ) )
+ // InternalRoom.g:14705:1: ( 'ref' )
{
- // InternalRoom.g:14685:1: ( 'ref' )
- // InternalRoom.g:14686:1: 'ref'
+ // InternalRoom.g:14705:1: ( 'ref' )
+ // InternalRoom.g:14706:1: 'ref'
{
before(grammarAccess.getRefSAPointAccess().getRefKeyword_0());
match(input,92,FOLLOW_2);
@@ -41222,14 +41318,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefSAPoint__Group__1"
- // InternalRoom.g:14699:1: rule__RefSAPoint__Group__1 : rule__RefSAPoint__Group__1__Impl ;
+ // InternalRoom.g:14719:1: rule__RefSAPoint__Group__1 : rule__RefSAPoint__Group__1__Impl ;
public final void rule__RefSAPoint__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14703:1: ( rule__RefSAPoint__Group__1__Impl )
- // InternalRoom.g:14704:2: rule__RefSAPoint__Group__1__Impl
+ // InternalRoom.g:14723:1: ( rule__RefSAPoint__Group__1__Impl )
+ // InternalRoom.g:14724:2: rule__RefSAPoint__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__RefSAPoint__Group__1__Impl();
@@ -41255,21 +41351,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefSAPoint__Group__1__Impl"
- // InternalRoom.g:14710:1: rule__RefSAPoint__Group__1__Impl : ( ( rule__RefSAPoint__RefAssignment_1 ) ) ;
+ // InternalRoom.g:14730:1: rule__RefSAPoint__Group__1__Impl : ( ( rule__RefSAPoint__RefAssignment_1 ) ) ;
public final void rule__RefSAPoint__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14714:1: ( ( ( rule__RefSAPoint__RefAssignment_1 ) ) )
- // InternalRoom.g:14715:1: ( ( rule__RefSAPoint__RefAssignment_1 ) )
+ // InternalRoom.g:14734:1: ( ( ( rule__RefSAPoint__RefAssignment_1 ) ) )
+ // InternalRoom.g:14735:1: ( ( rule__RefSAPoint__RefAssignment_1 ) )
{
- // InternalRoom.g:14715:1: ( ( rule__RefSAPoint__RefAssignment_1 ) )
- // InternalRoom.g:14716:1: ( rule__RefSAPoint__RefAssignment_1 )
+ // InternalRoom.g:14735:1: ( ( rule__RefSAPoint__RefAssignment_1 ) )
+ // InternalRoom.g:14736:1: ( rule__RefSAPoint__RefAssignment_1 )
{
before(grammarAccess.getRefSAPointAccess().getRefAssignment_1());
- // InternalRoom.g:14717:1: ( rule__RefSAPoint__RefAssignment_1 )
- // InternalRoom.g:14717:2: rule__RefSAPoint__RefAssignment_1
+ // InternalRoom.g:14737:1: ( rule__RefSAPoint__RefAssignment_1 )
+ // InternalRoom.g:14737:2: rule__RefSAPoint__RefAssignment_1
{
pushFollow(FOLLOW_2);
rule__RefSAPoint__RefAssignment_1();
@@ -41302,14 +41398,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelaySAPoint__Group__0"
- // InternalRoom.g:14731:1: rule__RelaySAPoint__Group__0 : rule__RelaySAPoint__Group__0__Impl rule__RelaySAPoint__Group__1 ;
+ // InternalRoom.g:14751:1: rule__RelaySAPoint__Group__0 : rule__RelaySAPoint__Group__0__Impl rule__RelaySAPoint__Group__1 ;
public final void rule__RelaySAPoint__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14735:1: ( rule__RelaySAPoint__Group__0__Impl rule__RelaySAPoint__Group__1 )
- // InternalRoom.g:14736:2: rule__RelaySAPoint__Group__0__Impl rule__RelaySAPoint__Group__1
+ // InternalRoom.g:14755:1: ( rule__RelaySAPoint__Group__0__Impl rule__RelaySAPoint__Group__1 )
+ // InternalRoom.g:14756:2: rule__RelaySAPoint__Group__0__Impl rule__RelaySAPoint__Group__1
{
pushFollow(FOLLOW_3);
rule__RelaySAPoint__Group__0__Impl();
@@ -41340,17 +41436,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelaySAPoint__Group__0__Impl"
- // InternalRoom.g:14743:1: rule__RelaySAPoint__Group__0__Impl : ( 'relay_sap' ) ;
+ // InternalRoom.g:14763:1: rule__RelaySAPoint__Group__0__Impl : ( 'relay_sap' ) ;
public final void rule__RelaySAPoint__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14747:1: ( ( 'relay_sap' ) )
- // InternalRoom.g:14748:1: ( 'relay_sap' )
+ // InternalRoom.g:14767:1: ( ( 'relay_sap' ) )
+ // InternalRoom.g:14768:1: ( 'relay_sap' )
{
- // InternalRoom.g:14748:1: ( 'relay_sap' )
- // InternalRoom.g:14749:1: 'relay_sap'
+ // InternalRoom.g:14768:1: ( 'relay_sap' )
+ // InternalRoom.g:14769:1: 'relay_sap'
{
before(grammarAccess.getRelaySAPointAccess().getRelay_sapKeyword_0());
match(input,93,FOLLOW_2);
@@ -41377,14 +41473,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelaySAPoint__Group__1"
- // InternalRoom.g:14762:1: rule__RelaySAPoint__Group__1 : rule__RelaySAPoint__Group__1__Impl ;
+ // InternalRoom.g:14782:1: rule__RelaySAPoint__Group__1 : rule__RelaySAPoint__Group__1__Impl ;
public final void rule__RelaySAPoint__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14766:1: ( rule__RelaySAPoint__Group__1__Impl )
- // InternalRoom.g:14767:2: rule__RelaySAPoint__Group__1__Impl
+ // InternalRoom.g:14786:1: ( rule__RelaySAPoint__Group__1__Impl )
+ // InternalRoom.g:14787:2: rule__RelaySAPoint__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__RelaySAPoint__Group__1__Impl();
@@ -41410,21 +41506,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelaySAPoint__Group__1__Impl"
- // InternalRoom.g:14773:1: rule__RelaySAPoint__Group__1__Impl : ( ( rule__RelaySAPoint__RelayAssignment_1 ) ) ;
+ // InternalRoom.g:14793:1: rule__RelaySAPoint__Group__1__Impl : ( ( rule__RelaySAPoint__RelayAssignment_1 ) ) ;
public final void rule__RelaySAPoint__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14777:1: ( ( ( rule__RelaySAPoint__RelayAssignment_1 ) ) )
- // InternalRoom.g:14778:1: ( ( rule__RelaySAPoint__RelayAssignment_1 ) )
+ // InternalRoom.g:14797:1: ( ( ( rule__RelaySAPoint__RelayAssignment_1 ) ) )
+ // InternalRoom.g:14798:1: ( ( rule__RelaySAPoint__RelayAssignment_1 ) )
{
- // InternalRoom.g:14778:1: ( ( rule__RelaySAPoint__RelayAssignment_1 ) )
- // InternalRoom.g:14779:1: ( rule__RelaySAPoint__RelayAssignment_1 )
+ // InternalRoom.g:14798:1: ( ( rule__RelaySAPoint__RelayAssignment_1 ) )
+ // InternalRoom.g:14799:1: ( rule__RelaySAPoint__RelayAssignment_1 )
{
before(grammarAccess.getRelaySAPointAccess().getRelayAssignment_1());
- // InternalRoom.g:14780:1: ( rule__RelaySAPoint__RelayAssignment_1 )
- // InternalRoom.g:14780:2: rule__RelaySAPoint__RelayAssignment_1
+ // InternalRoom.g:14800:1: ( rule__RelaySAPoint__RelayAssignment_1 )
+ // InternalRoom.g:14800:2: rule__RelaySAPoint__RelayAssignment_1
{
pushFollow(FOLLOW_2);
rule__RelaySAPoint__RelayAssignment_1();
@@ -41457,16 +41553,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPPoint__Group__0"
- // InternalRoom.g:14794:1: rule__SPPoint__Group__0 : rule__SPPoint__Group__0__Impl rule__SPPoint__Group__1 ;
+ // InternalRoom.g:14814:1: rule__SPPoint__Group__0 : rule__SPPoint__Group__0__Impl rule__SPPoint__Group__1 ;
public final void rule__SPPoint__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14798:1: ( rule__SPPoint__Group__0__Impl rule__SPPoint__Group__1 )
- // InternalRoom.g:14799:2: rule__SPPoint__Group__0__Impl rule__SPPoint__Group__1
+ // InternalRoom.g:14818:1: ( rule__SPPoint__Group__0__Impl rule__SPPoint__Group__1 )
+ // InternalRoom.g:14819:2: rule__SPPoint__Group__0__Impl rule__SPPoint__Group__1
{
- pushFollow(FOLLOW_75);
+ pushFollow(FOLLOW_76);
rule__SPPoint__Group__0__Impl();
state._fsp--;
@@ -41495,21 +41591,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPPoint__Group__0__Impl"
- // InternalRoom.g:14806:1: rule__SPPoint__Group__0__Impl : ( ( rule__SPPoint__RefAssignment_0 ) ) ;
+ // InternalRoom.g:14826:1: rule__SPPoint__Group__0__Impl : ( ( rule__SPPoint__RefAssignment_0 ) ) ;
public final void rule__SPPoint__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14810:1: ( ( ( rule__SPPoint__RefAssignment_0 ) ) )
- // InternalRoom.g:14811:1: ( ( rule__SPPoint__RefAssignment_0 ) )
+ // InternalRoom.g:14830:1: ( ( ( rule__SPPoint__RefAssignment_0 ) ) )
+ // InternalRoom.g:14831:1: ( ( rule__SPPoint__RefAssignment_0 ) )
{
- // InternalRoom.g:14811:1: ( ( rule__SPPoint__RefAssignment_0 ) )
- // InternalRoom.g:14812:1: ( rule__SPPoint__RefAssignment_0 )
+ // InternalRoom.g:14831:1: ( ( rule__SPPoint__RefAssignment_0 ) )
+ // InternalRoom.g:14832:1: ( rule__SPPoint__RefAssignment_0 )
{
before(grammarAccess.getSPPointAccess().getRefAssignment_0());
- // InternalRoom.g:14813:1: ( rule__SPPoint__RefAssignment_0 )
- // InternalRoom.g:14813:2: rule__SPPoint__RefAssignment_0
+ // InternalRoom.g:14833:1: ( rule__SPPoint__RefAssignment_0 )
+ // InternalRoom.g:14833:2: rule__SPPoint__RefAssignment_0
{
pushFollow(FOLLOW_2);
rule__SPPoint__RefAssignment_0();
@@ -41542,14 +41638,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPPoint__Group__1"
- // InternalRoom.g:14823:1: rule__SPPoint__Group__1 : rule__SPPoint__Group__1__Impl rule__SPPoint__Group__2 ;
+ // InternalRoom.g:14843:1: rule__SPPoint__Group__1 : rule__SPPoint__Group__1__Impl rule__SPPoint__Group__2 ;
public final void rule__SPPoint__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14827:1: ( rule__SPPoint__Group__1__Impl rule__SPPoint__Group__2 )
- // InternalRoom.g:14828:2: rule__SPPoint__Group__1__Impl rule__SPPoint__Group__2
+ // InternalRoom.g:14847:1: ( rule__SPPoint__Group__1__Impl rule__SPPoint__Group__2 )
+ // InternalRoom.g:14848:2: rule__SPPoint__Group__1__Impl rule__SPPoint__Group__2
{
pushFollow(FOLLOW_3);
rule__SPPoint__Group__1__Impl();
@@ -41580,17 +41676,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPPoint__Group__1__Impl"
- // InternalRoom.g:14835:1: rule__SPPoint__Group__1__Impl : ( '.' ) ;
+ // InternalRoom.g:14855:1: rule__SPPoint__Group__1__Impl : ( '.' ) ;
public final void rule__SPPoint__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14839:1: ( ( '.' ) )
- // InternalRoom.g:14840:1: ( '.' )
+ // InternalRoom.g:14859:1: ( ( '.' ) )
+ // InternalRoom.g:14860:1: ( '.' )
{
- // InternalRoom.g:14840:1: ( '.' )
- // InternalRoom.g:14841:1: '.'
+ // InternalRoom.g:14860:1: ( '.' )
+ // InternalRoom.g:14861:1: '.'
{
before(grammarAccess.getSPPointAccess().getFullStopKeyword_1());
match(input,88,FOLLOW_2);
@@ -41617,14 +41713,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPPoint__Group__2"
- // InternalRoom.g:14854:1: rule__SPPoint__Group__2 : rule__SPPoint__Group__2__Impl ;
+ // InternalRoom.g:14874:1: rule__SPPoint__Group__2 : rule__SPPoint__Group__2__Impl ;
public final void rule__SPPoint__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14858:1: ( rule__SPPoint__Group__2__Impl )
- // InternalRoom.g:14859:2: rule__SPPoint__Group__2__Impl
+ // InternalRoom.g:14878:1: ( rule__SPPoint__Group__2__Impl )
+ // InternalRoom.g:14879:2: rule__SPPoint__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__SPPoint__Group__2__Impl();
@@ -41650,21 +41746,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPPoint__Group__2__Impl"
- // InternalRoom.g:14865:1: rule__SPPoint__Group__2__Impl : ( ( rule__SPPoint__ServiceAssignment_2 ) ) ;
+ // InternalRoom.g:14885:1: rule__SPPoint__Group__2__Impl : ( ( rule__SPPoint__ServiceAssignment_2 ) ) ;
public final void rule__SPPoint__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14869:1: ( ( ( rule__SPPoint__ServiceAssignment_2 ) ) )
- // InternalRoom.g:14870:1: ( ( rule__SPPoint__ServiceAssignment_2 ) )
+ // InternalRoom.g:14889:1: ( ( ( rule__SPPoint__ServiceAssignment_2 ) ) )
+ // InternalRoom.g:14890:1: ( ( rule__SPPoint__ServiceAssignment_2 ) )
{
- // InternalRoom.g:14870:1: ( ( rule__SPPoint__ServiceAssignment_2 ) )
- // InternalRoom.g:14871:1: ( rule__SPPoint__ServiceAssignment_2 )
+ // InternalRoom.g:14890:1: ( ( rule__SPPoint__ServiceAssignment_2 ) )
+ // InternalRoom.g:14891:1: ( rule__SPPoint__ServiceAssignment_2 )
{
before(grammarAccess.getSPPointAccess().getServiceAssignment_2());
- // InternalRoom.g:14872:1: ( rule__SPPoint__ServiceAssignment_2 )
- // InternalRoom.g:14872:2: rule__SPPoint__ServiceAssignment_2
+ // InternalRoom.g:14892:1: ( rule__SPPoint__ServiceAssignment_2 )
+ // InternalRoom.g:14892:2: rule__SPPoint__ServiceAssignment_2
{
pushFollow(FOLLOW_2);
rule__SPPoint__ServiceAssignment_2();
@@ -41697,16 +41793,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__Group__0"
- // InternalRoom.g:14888:1: rule__ActorRef__Group__0 : rule__ActorRef__Group__0__Impl rule__ActorRef__Group__1 ;
+ // InternalRoom.g:14908:1: rule__ActorRef__Group__0 : rule__ActorRef__Group__0__Impl rule__ActorRef__Group__1 ;
public final void rule__ActorRef__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14892:1: ( rule__ActorRef__Group__0__Impl rule__ActorRef__Group__1 )
- // InternalRoom.g:14893:2: rule__ActorRef__Group__0__Impl rule__ActorRef__Group__1
+ // InternalRoom.g:14912:1: ( rule__ActorRef__Group__0__Impl rule__ActorRef__Group__1 )
+ // InternalRoom.g:14913:2: rule__ActorRef__Group__0__Impl rule__ActorRef__Group__1
{
- pushFollow(FOLLOW_78);
+ pushFollow(FOLLOW_79);
rule__ActorRef__Group__0__Impl();
state._fsp--;
@@ -41735,29 +41831,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__Group__0__Impl"
- // InternalRoom.g:14900:1: rule__ActorRef__Group__0__Impl : ( ( rule__ActorRef__RefTypeAssignment_0 )? ) ;
+ // InternalRoom.g:14920:1: rule__ActorRef__Group__0__Impl : ( ( rule__ActorRef__RefTypeAssignment_0 )? ) ;
public final void rule__ActorRef__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14904:1: ( ( ( rule__ActorRef__RefTypeAssignment_0 )? ) )
- // InternalRoom.g:14905:1: ( ( rule__ActorRef__RefTypeAssignment_0 )? )
+ // InternalRoom.g:14924:1: ( ( ( rule__ActorRef__RefTypeAssignment_0 )? ) )
+ // InternalRoom.g:14925:1: ( ( rule__ActorRef__RefTypeAssignment_0 )? )
{
- // InternalRoom.g:14905:1: ( ( rule__ActorRef__RefTypeAssignment_0 )? )
- // InternalRoom.g:14906:1: ( rule__ActorRef__RefTypeAssignment_0 )?
+ // InternalRoom.g:14925:1: ( ( rule__ActorRef__RefTypeAssignment_0 )? )
+ // InternalRoom.g:14926:1: ( rule__ActorRef__RefTypeAssignment_0 )?
{
before(grammarAccess.getActorRefAccess().getRefTypeAssignment_0());
- // InternalRoom.g:14907:1: ( rule__ActorRef__RefTypeAssignment_0 )?
- int alt154=2;
- int LA154_0 = input.LA(1);
+ // InternalRoom.g:14927:1: ( rule__ActorRef__RefTypeAssignment_0 )?
+ int alt155=2;
+ int LA155_0 = input.LA(1);
- if ( ((LA154_0>=38 && LA154_0<=39)) ) {
- alt154=1;
+ if ( ((LA155_0>=38 && LA155_0<=39)) ) {
+ alt155=1;
}
- switch (alt154) {
+ switch (alt155) {
case 1 :
- // InternalRoom.g:14907:2: rule__ActorRef__RefTypeAssignment_0
+ // InternalRoom.g:14927:2: rule__ActorRef__RefTypeAssignment_0
{
pushFollow(FOLLOW_2);
rule__ActorRef__RefTypeAssignment_0();
@@ -41793,14 +41889,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__Group__1"
- // InternalRoom.g:14917:1: rule__ActorRef__Group__1 : rule__ActorRef__Group__1__Impl rule__ActorRef__Group__2 ;
+ // InternalRoom.g:14937:1: rule__ActorRef__Group__1 : rule__ActorRef__Group__1__Impl rule__ActorRef__Group__2 ;
public final void rule__ActorRef__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14921:1: ( rule__ActorRef__Group__1__Impl rule__ActorRef__Group__2 )
- // InternalRoom.g:14922:2: rule__ActorRef__Group__1__Impl rule__ActorRef__Group__2
+ // InternalRoom.g:14941:1: ( rule__ActorRef__Group__1__Impl rule__ActorRef__Group__2 )
+ // InternalRoom.g:14942:2: rule__ActorRef__Group__1__Impl rule__ActorRef__Group__2
{
pushFollow(FOLLOW_3);
rule__ActorRef__Group__1__Impl();
@@ -41831,17 +41927,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__Group__1__Impl"
- // InternalRoom.g:14929:1: rule__ActorRef__Group__1__Impl : ( 'ActorRef' ) ;
+ // InternalRoom.g:14949:1: rule__ActorRef__Group__1__Impl : ( 'ActorRef' ) ;
public final void rule__ActorRef__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14933:1: ( ( 'ActorRef' ) )
- // InternalRoom.g:14934:1: ( 'ActorRef' )
+ // InternalRoom.g:14953:1: ( ( 'ActorRef' ) )
+ // InternalRoom.g:14954:1: ( 'ActorRef' )
{
- // InternalRoom.g:14934:1: ( 'ActorRef' )
- // InternalRoom.g:14935:1: 'ActorRef'
+ // InternalRoom.g:14954:1: ( 'ActorRef' )
+ // InternalRoom.g:14955:1: 'ActorRef'
{
before(grammarAccess.getActorRefAccess().getActorRefKeyword_1());
match(input,94,FOLLOW_2);
@@ -41868,16 +41964,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__Group__2"
- // InternalRoom.g:14948:1: rule__ActorRef__Group__2 : rule__ActorRef__Group__2__Impl rule__ActorRef__Group__3 ;
+ // InternalRoom.g:14968:1: rule__ActorRef__Group__2 : rule__ActorRef__Group__2__Impl rule__ActorRef__Group__3 ;
public final void rule__ActorRef__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14952:1: ( rule__ActorRef__Group__2__Impl rule__ActorRef__Group__3 )
- // InternalRoom.g:14953:2: rule__ActorRef__Group__2__Impl rule__ActorRef__Group__3
+ // InternalRoom.g:14972:1: ( rule__ActorRef__Group__2__Impl rule__ActorRef__Group__3 )
+ // InternalRoom.g:14973:2: rule__ActorRef__Group__2__Impl rule__ActorRef__Group__3
{
- pushFollow(FOLLOW_29);
+ pushFollow(FOLLOW_30);
rule__ActorRef__Group__2__Impl();
state._fsp--;
@@ -41906,21 +42002,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__Group__2__Impl"
- // InternalRoom.g:14960:1: rule__ActorRef__Group__2__Impl : ( ( rule__ActorRef__NameAssignment_2 ) ) ;
+ // InternalRoom.g:14980:1: rule__ActorRef__Group__2__Impl : ( ( rule__ActorRef__NameAssignment_2 ) ) ;
public final void rule__ActorRef__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14964:1: ( ( ( rule__ActorRef__NameAssignment_2 ) ) )
- // InternalRoom.g:14965:1: ( ( rule__ActorRef__NameAssignment_2 ) )
+ // InternalRoom.g:14984:1: ( ( ( rule__ActorRef__NameAssignment_2 ) ) )
+ // InternalRoom.g:14985:1: ( ( rule__ActorRef__NameAssignment_2 ) )
{
- // InternalRoom.g:14965:1: ( ( rule__ActorRef__NameAssignment_2 ) )
- // InternalRoom.g:14966:1: ( rule__ActorRef__NameAssignment_2 )
+ // InternalRoom.g:14985:1: ( ( rule__ActorRef__NameAssignment_2 ) )
+ // InternalRoom.g:14986:1: ( rule__ActorRef__NameAssignment_2 )
{
before(grammarAccess.getActorRefAccess().getNameAssignment_2());
- // InternalRoom.g:14967:1: ( rule__ActorRef__NameAssignment_2 )
- // InternalRoom.g:14967:2: rule__ActorRef__NameAssignment_2
+ // InternalRoom.g:14987:1: ( rule__ActorRef__NameAssignment_2 )
+ // InternalRoom.g:14987:2: rule__ActorRef__NameAssignment_2
{
pushFollow(FOLLOW_2);
rule__ActorRef__NameAssignment_2();
@@ -41953,16 +42049,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__Group__3"
- // InternalRoom.g:14977:1: rule__ActorRef__Group__3 : rule__ActorRef__Group__3__Impl rule__ActorRef__Group__4 ;
+ // InternalRoom.g:14997:1: rule__ActorRef__Group__3 : rule__ActorRef__Group__3__Impl rule__ActorRef__Group__4 ;
public final void rule__ActorRef__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14981:1: ( rule__ActorRef__Group__3__Impl rule__ActorRef__Group__4 )
- // InternalRoom.g:14982:2: rule__ActorRef__Group__3__Impl rule__ActorRef__Group__4
+ // InternalRoom.g:15001:1: ( rule__ActorRef__Group__3__Impl rule__ActorRef__Group__4 )
+ // InternalRoom.g:15002:2: rule__ActorRef__Group__3__Impl rule__ActorRef__Group__4
{
- pushFollow(FOLLOW_29);
+ pushFollow(FOLLOW_30);
rule__ActorRef__Group__3__Impl();
state._fsp--;
@@ -41991,29 +42087,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__Group__3__Impl"
- // InternalRoom.g:14989:1: rule__ActorRef__Group__3__Impl : ( ( rule__ActorRef__MultiplicityAssignment_3 )? ) ;
+ // InternalRoom.g:15009:1: rule__ActorRef__Group__3__Impl : ( ( rule__ActorRef__MultiplicityAssignment_3 )? ) ;
public final void rule__ActorRef__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:14993:1: ( ( ( rule__ActorRef__MultiplicityAssignment_3 )? ) )
- // InternalRoom.g:14994:1: ( ( rule__ActorRef__MultiplicityAssignment_3 )? )
+ // InternalRoom.g:15013:1: ( ( ( rule__ActorRef__MultiplicityAssignment_3 )? ) )
+ // InternalRoom.g:15014:1: ( ( rule__ActorRef__MultiplicityAssignment_3 )? )
{
- // InternalRoom.g:14994:1: ( ( rule__ActorRef__MultiplicityAssignment_3 )? )
- // InternalRoom.g:14995:1: ( rule__ActorRef__MultiplicityAssignment_3 )?
+ // InternalRoom.g:15014:1: ( ( rule__ActorRef__MultiplicityAssignment_3 )? )
+ // InternalRoom.g:15015:1: ( rule__ActorRef__MultiplicityAssignment_3 )?
{
before(grammarAccess.getActorRefAccess().getMultiplicityAssignment_3());
- // InternalRoom.g:14996:1: ( rule__ActorRef__MultiplicityAssignment_3 )?
- int alt155=2;
- int LA155_0 = input.LA(1);
+ // InternalRoom.g:15016:1: ( rule__ActorRef__MultiplicityAssignment_3 )?
+ int alt156=2;
+ int LA156_0 = input.LA(1);
- if ( (LA155_0==63) ) {
- alt155=1;
+ if ( (LA156_0==63) ) {
+ alt156=1;
}
- switch (alt155) {
+ switch (alt156) {
case 1 :
- // InternalRoom.g:14996:2: rule__ActorRef__MultiplicityAssignment_3
+ // InternalRoom.g:15016:2: rule__ActorRef__MultiplicityAssignment_3
{
pushFollow(FOLLOW_2);
rule__ActorRef__MultiplicityAssignment_3();
@@ -42049,14 +42145,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__Group__4"
- // InternalRoom.g:15006:1: rule__ActorRef__Group__4 : rule__ActorRef__Group__4__Impl rule__ActorRef__Group__5 ;
+ // InternalRoom.g:15026:1: rule__ActorRef__Group__4 : rule__ActorRef__Group__4__Impl rule__ActorRef__Group__5 ;
public final void rule__ActorRef__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15010:1: ( rule__ActorRef__Group__4__Impl rule__ActorRef__Group__5 )
- // InternalRoom.g:15011:2: rule__ActorRef__Group__4__Impl rule__ActorRef__Group__5
+ // InternalRoom.g:15030:1: ( rule__ActorRef__Group__4__Impl rule__ActorRef__Group__5 )
+ // InternalRoom.g:15031:2: rule__ActorRef__Group__4__Impl rule__ActorRef__Group__5
{
pushFollow(FOLLOW_3);
rule__ActorRef__Group__4__Impl();
@@ -42087,17 +42183,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__Group__4__Impl"
- // InternalRoom.g:15018:1: rule__ActorRef__Group__4__Impl : ( ':' ) ;
+ // InternalRoom.g:15038:1: rule__ActorRef__Group__4__Impl : ( ':' ) ;
public final void rule__ActorRef__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15022:1: ( ( ':' ) )
- // InternalRoom.g:15023:1: ( ':' )
+ // InternalRoom.g:15042:1: ( ( ':' ) )
+ // InternalRoom.g:15043:1: ( ':' )
{
- // InternalRoom.g:15023:1: ( ':' )
- // InternalRoom.g:15024:1: ':'
+ // InternalRoom.g:15043:1: ( ':' )
+ // InternalRoom.g:15044:1: ':'
{
before(grammarAccess.getActorRefAccess().getColonKeyword_4());
match(input,47,FOLLOW_2);
@@ -42124,16 +42220,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__Group__5"
- // InternalRoom.g:15037:1: rule__ActorRef__Group__5 : rule__ActorRef__Group__5__Impl rule__ActorRef__Group__6 ;
+ // InternalRoom.g:15057:1: rule__ActorRef__Group__5 : rule__ActorRef__Group__5__Impl rule__ActorRef__Group__6 ;
public final void rule__ActorRef__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15041:1: ( rule__ActorRef__Group__5__Impl rule__ActorRef__Group__6 )
- // InternalRoom.g:15042:2: rule__ActorRef__Group__5__Impl rule__ActorRef__Group__6
+ // InternalRoom.g:15061:1: ( rule__ActorRef__Group__5__Impl rule__ActorRef__Group__6 )
+ // InternalRoom.g:15062:2: rule__ActorRef__Group__5__Impl rule__ActorRef__Group__6
{
- pushFollow(FOLLOW_16);
+ pushFollow(FOLLOW_17);
rule__ActorRef__Group__5__Impl();
state._fsp--;
@@ -42162,21 +42258,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__Group__5__Impl"
- // InternalRoom.g:15049:1: rule__ActorRef__Group__5__Impl : ( ( rule__ActorRef__TypeAssignment_5 ) ) ;
+ // InternalRoom.g:15069:1: rule__ActorRef__Group__5__Impl : ( ( rule__ActorRef__TypeAssignment_5 ) ) ;
public final void rule__ActorRef__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15053:1: ( ( ( rule__ActorRef__TypeAssignment_5 ) ) )
- // InternalRoom.g:15054:1: ( ( rule__ActorRef__TypeAssignment_5 ) )
+ // InternalRoom.g:15073:1: ( ( ( rule__ActorRef__TypeAssignment_5 ) ) )
+ // InternalRoom.g:15074:1: ( ( rule__ActorRef__TypeAssignment_5 ) )
{
- // InternalRoom.g:15054:1: ( ( rule__ActorRef__TypeAssignment_5 ) )
- // InternalRoom.g:15055:1: ( rule__ActorRef__TypeAssignment_5 )
+ // InternalRoom.g:15074:1: ( ( rule__ActorRef__TypeAssignment_5 ) )
+ // InternalRoom.g:15075:1: ( rule__ActorRef__TypeAssignment_5 )
{
before(grammarAccess.getActorRefAccess().getTypeAssignment_5());
- // InternalRoom.g:15056:1: ( rule__ActorRef__TypeAssignment_5 )
- // InternalRoom.g:15056:2: rule__ActorRef__TypeAssignment_5
+ // InternalRoom.g:15076:1: ( rule__ActorRef__TypeAssignment_5 )
+ // InternalRoom.g:15076:2: rule__ActorRef__TypeAssignment_5
{
pushFollow(FOLLOW_2);
rule__ActorRef__TypeAssignment_5();
@@ -42209,14 +42305,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__Group__6"
- // InternalRoom.g:15066:1: rule__ActorRef__Group__6 : rule__ActorRef__Group__6__Impl ;
+ // InternalRoom.g:15086:1: rule__ActorRef__Group__6 : rule__ActorRef__Group__6__Impl ;
public final void rule__ActorRef__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15070:1: ( rule__ActorRef__Group__6__Impl )
- // InternalRoom.g:15071:2: rule__ActorRef__Group__6__Impl
+ // InternalRoom.g:15090:1: ( rule__ActorRef__Group__6__Impl )
+ // InternalRoom.g:15091:2: rule__ActorRef__Group__6__Impl
{
pushFollow(FOLLOW_2);
rule__ActorRef__Group__6__Impl();
@@ -42242,29 +42338,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__Group__6__Impl"
- // InternalRoom.g:15077:1: rule__ActorRef__Group__6__Impl : ( ( rule__ActorRef__DocuAssignment_6 )? ) ;
+ // InternalRoom.g:15097:1: rule__ActorRef__Group__6__Impl : ( ( rule__ActorRef__DocuAssignment_6 )? ) ;
public final void rule__ActorRef__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15081:1: ( ( ( rule__ActorRef__DocuAssignment_6 )? ) )
- // InternalRoom.g:15082:1: ( ( rule__ActorRef__DocuAssignment_6 )? )
+ // InternalRoom.g:15101:1: ( ( ( rule__ActorRef__DocuAssignment_6 )? ) )
+ // InternalRoom.g:15102:1: ( ( rule__ActorRef__DocuAssignment_6 )? )
{
- // InternalRoom.g:15082:1: ( ( rule__ActorRef__DocuAssignment_6 )? )
- // InternalRoom.g:15083:1: ( rule__ActorRef__DocuAssignment_6 )?
+ // InternalRoom.g:15102:1: ( ( rule__ActorRef__DocuAssignment_6 )? )
+ // InternalRoom.g:15103:1: ( rule__ActorRef__DocuAssignment_6 )?
{
before(grammarAccess.getActorRefAccess().getDocuAssignment_6());
- // InternalRoom.g:15084:1: ( rule__ActorRef__DocuAssignment_6 )?
- int alt156=2;
- int LA156_0 = input.LA(1);
+ // InternalRoom.g:15104:1: ( rule__ActorRef__DocuAssignment_6 )?
+ int alt157=2;
+ int LA157_0 = input.LA(1);
- if ( (LA156_0==63) ) {
- alt156=1;
+ if ( (LA157_0==63) ) {
+ alt157=1;
}
- switch (alt156) {
+ switch (alt157) {
case 1 :
- // InternalRoom.g:15084:2: rule__ActorRef__DocuAssignment_6
+ // InternalRoom.g:15104:2: rule__ActorRef__DocuAssignment_6
{
pushFollow(FOLLOW_2);
rule__ActorRef__DocuAssignment_6();
@@ -42300,16 +42396,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MULTIPLICITY__Group__0"
- // InternalRoom.g:15108:1: rule__MULTIPLICITY__Group__0 : rule__MULTIPLICITY__Group__0__Impl rule__MULTIPLICITY__Group__1 ;
+ // InternalRoom.g:15128:1: rule__MULTIPLICITY__Group__0 : rule__MULTIPLICITY__Group__0__Impl rule__MULTIPLICITY__Group__1 ;
public final void rule__MULTIPLICITY__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15112:1: ( rule__MULTIPLICITY__Group__0__Impl rule__MULTIPLICITY__Group__1 )
- // InternalRoom.g:15113:2: rule__MULTIPLICITY__Group__0__Impl rule__MULTIPLICITY__Group__1
+ // InternalRoom.g:15132:1: ( rule__MULTIPLICITY__Group__0__Impl rule__MULTIPLICITY__Group__1 )
+ // InternalRoom.g:15133:2: rule__MULTIPLICITY__Group__0__Impl rule__MULTIPLICITY__Group__1
{
- pushFollow(FOLLOW_79);
+ pushFollow(FOLLOW_80);
rule__MULTIPLICITY__Group__0__Impl();
state._fsp--;
@@ -42338,17 +42434,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MULTIPLICITY__Group__0__Impl"
- // InternalRoom.g:15120:1: rule__MULTIPLICITY__Group__0__Impl : ( '[' ) ;
+ // InternalRoom.g:15140:1: rule__MULTIPLICITY__Group__0__Impl : ( '[' ) ;
public final void rule__MULTIPLICITY__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15124:1: ( ( '[' ) )
- // InternalRoom.g:15125:1: ( '[' )
+ // InternalRoom.g:15144:1: ( ( '[' ) )
+ // InternalRoom.g:15145:1: ( '[' )
{
- // InternalRoom.g:15125:1: ( '[' )
- // InternalRoom.g:15126:1: '['
+ // InternalRoom.g:15145:1: ( '[' )
+ // InternalRoom.g:15146:1: '['
{
before(grammarAccess.getMULTIPLICITYAccess().getLeftSquareBracketKeyword_0());
match(input,63,FOLLOW_2);
@@ -42375,16 +42471,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MULTIPLICITY__Group__1"
- // InternalRoom.g:15139:1: rule__MULTIPLICITY__Group__1 : rule__MULTIPLICITY__Group__1__Impl rule__MULTIPLICITY__Group__2 ;
+ // InternalRoom.g:15159:1: rule__MULTIPLICITY__Group__1 : rule__MULTIPLICITY__Group__1__Impl rule__MULTIPLICITY__Group__2 ;
public final void rule__MULTIPLICITY__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15143:1: ( rule__MULTIPLICITY__Group__1__Impl rule__MULTIPLICITY__Group__2 )
- // InternalRoom.g:15144:2: rule__MULTIPLICITY__Group__1__Impl rule__MULTIPLICITY__Group__2
+ // InternalRoom.g:15163:1: ( rule__MULTIPLICITY__Group__1__Impl rule__MULTIPLICITY__Group__2 )
+ // InternalRoom.g:15164:2: rule__MULTIPLICITY__Group__1__Impl rule__MULTIPLICITY__Group__2
{
- pushFollow(FOLLOW_32);
+ pushFollow(FOLLOW_33);
rule__MULTIPLICITY__Group__1__Impl();
state._fsp--;
@@ -42413,21 +42509,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MULTIPLICITY__Group__1__Impl"
- // InternalRoom.g:15151:1: rule__MULTIPLICITY__Group__1__Impl : ( ( rule__MULTIPLICITY__Alternatives_1 ) ) ;
+ // InternalRoom.g:15171:1: rule__MULTIPLICITY__Group__1__Impl : ( ( rule__MULTIPLICITY__Alternatives_1 ) ) ;
public final void rule__MULTIPLICITY__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15155:1: ( ( ( rule__MULTIPLICITY__Alternatives_1 ) ) )
- // InternalRoom.g:15156:1: ( ( rule__MULTIPLICITY__Alternatives_1 ) )
+ // InternalRoom.g:15175:1: ( ( ( rule__MULTIPLICITY__Alternatives_1 ) ) )
+ // InternalRoom.g:15176:1: ( ( rule__MULTIPLICITY__Alternatives_1 ) )
{
- // InternalRoom.g:15156:1: ( ( rule__MULTIPLICITY__Alternatives_1 ) )
- // InternalRoom.g:15157:1: ( rule__MULTIPLICITY__Alternatives_1 )
+ // InternalRoom.g:15176:1: ( ( rule__MULTIPLICITY__Alternatives_1 ) )
+ // InternalRoom.g:15177:1: ( rule__MULTIPLICITY__Alternatives_1 )
{
before(grammarAccess.getMULTIPLICITYAccess().getAlternatives_1());
- // InternalRoom.g:15158:1: ( rule__MULTIPLICITY__Alternatives_1 )
- // InternalRoom.g:15158:2: rule__MULTIPLICITY__Alternatives_1
+ // InternalRoom.g:15178:1: ( rule__MULTIPLICITY__Alternatives_1 )
+ // InternalRoom.g:15178:2: rule__MULTIPLICITY__Alternatives_1
{
pushFollow(FOLLOW_2);
rule__MULTIPLICITY__Alternatives_1();
@@ -42460,14 +42556,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MULTIPLICITY__Group__2"
- // InternalRoom.g:15168:1: rule__MULTIPLICITY__Group__2 : rule__MULTIPLICITY__Group__2__Impl ;
+ // InternalRoom.g:15188:1: rule__MULTIPLICITY__Group__2 : rule__MULTIPLICITY__Group__2__Impl ;
public final void rule__MULTIPLICITY__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15172:1: ( rule__MULTIPLICITY__Group__2__Impl )
- // InternalRoom.g:15173:2: rule__MULTIPLICITY__Group__2__Impl
+ // InternalRoom.g:15192:1: ( rule__MULTIPLICITY__Group__2__Impl )
+ // InternalRoom.g:15193:2: rule__MULTIPLICITY__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__MULTIPLICITY__Group__2__Impl();
@@ -42493,17 +42589,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MULTIPLICITY__Group__2__Impl"
- // InternalRoom.g:15179:1: rule__MULTIPLICITY__Group__2__Impl : ( ']' ) ;
+ // InternalRoom.g:15199:1: rule__MULTIPLICITY__Group__2__Impl : ( ']' ) ;
public final void rule__MULTIPLICITY__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15183:1: ( ( ']' ) )
- // InternalRoom.g:15184:1: ( ']' )
+ // InternalRoom.g:15203:1: ( ( ']' ) )
+ // InternalRoom.g:15204:1: ( ']' )
{
- // InternalRoom.g:15184:1: ( ']' )
- // InternalRoom.g:15185:1: ']'
+ // InternalRoom.g:15204:1: ( ']' )
+ // InternalRoom.g:15205:1: ']'
{
before(grammarAccess.getMULTIPLICITYAccess().getRightSquareBracketKeyword_2());
match(input,64,FOLLOW_2);
@@ -42530,16 +42626,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateGraph__Group__0"
- // InternalRoom.g:15204:1: rule__StateGraph__Group__0 : rule__StateGraph__Group__0__Impl rule__StateGraph__Group__1 ;
+ // InternalRoom.g:15224:1: rule__StateGraph__Group__0 : rule__StateGraph__Group__0__Impl rule__StateGraph__Group__1 ;
public final void rule__StateGraph__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15208:1: ( rule__StateGraph__Group__0__Impl rule__StateGraph__Group__1 )
- // InternalRoom.g:15209:2: rule__StateGraph__Group__0__Impl rule__StateGraph__Group__1
+ // InternalRoom.g:15228:1: ( rule__StateGraph__Group__0__Impl rule__StateGraph__Group__1 )
+ // InternalRoom.g:15229:2: rule__StateGraph__Group__0__Impl rule__StateGraph__Group__1
{
- pushFollow(FOLLOW_41);
+ pushFollow(FOLLOW_42);
rule__StateGraph__Group__0__Impl();
state._fsp--;
@@ -42568,21 +42664,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateGraph__Group__0__Impl"
- // InternalRoom.g:15216:1: rule__StateGraph__Group__0__Impl : ( () ) ;
+ // InternalRoom.g:15236:1: rule__StateGraph__Group__0__Impl : ( () ) ;
public final void rule__StateGraph__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15220:1: ( ( () ) )
- // InternalRoom.g:15221:1: ( () )
+ // InternalRoom.g:15240:1: ( ( () ) )
+ // InternalRoom.g:15241:1: ( () )
{
- // InternalRoom.g:15221:1: ( () )
- // InternalRoom.g:15222:1: ()
+ // InternalRoom.g:15241:1: ( () )
+ // InternalRoom.g:15242:1: ()
{
before(grammarAccess.getStateGraphAccess().getStateGraphAction_0());
- // InternalRoom.g:15223:1: ()
- // InternalRoom.g:15225:1:
+ // InternalRoom.g:15243:1: ()
+ // InternalRoom.g:15245:1:
{
}
@@ -42605,16 +42701,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateGraph__Group__1"
- // InternalRoom.g:15235:1: rule__StateGraph__Group__1 : rule__StateGraph__Group__1__Impl rule__StateGraph__Group__2 ;
+ // InternalRoom.g:15255:1: rule__StateGraph__Group__1 : rule__StateGraph__Group__1__Impl rule__StateGraph__Group__2 ;
public final void rule__StateGraph__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15239:1: ( rule__StateGraph__Group__1__Impl rule__StateGraph__Group__2 )
- // InternalRoom.g:15240:2: rule__StateGraph__Group__1__Impl rule__StateGraph__Group__2
+ // InternalRoom.g:15259:1: ( rule__StateGraph__Group__1__Impl rule__StateGraph__Group__2 )
+ // InternalRoom.g:15260:2: rule__StateGraph__Group__1__Impl rule__StateGraph__Group__2
{
- pushFollow(FOLLOW_80);
+ pushFollow(FOLLOW_81);
rule__StateGraph__Group__1__Impl();
state._fsp--;
@@ -42643,17 +42739,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateGraph__Group__1__Impl"
- // InternalRoom.g:15247:1: rule__StateGraph__Group__1__Impl : ( '{' ) ;
+ // InternalRoom.g:15267:1: rule__StateGraph__Group__1__Impl : ( '{' ) ;
public final void rule__StateGraph__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15251:1: ( ( '{' ) )
- // InternalRoom.g:15252:1: ( '{' )
+ // InternalRoom.g:15271:1: ( ( '{' ) )
+ // InternalRoom.g:15272:1: ( '{' )
{
- // InternalRoom.g:15252:1: ( '{' )
- // InternalRoom.g:15253:1: '{'
+ // InternalRoom.g:15272:1: ( '{' )
+ // InternalRoom.g:15273:1: '{'
{
before(grammarAccess.getStateGraphAccess().getLeftCurlyBracketKeyword_1());
match(input,45,FOLLOW_2);
@@ -42680,16 +42776,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateGraph__Group__2"
- // InternalRoom.g:15266:1: rule__StateGraph__Group__2 : rule__StateGraph__Group__2__Impl rule__StateGraph__Group__3 ;
+ // InternalRoom.g:15286:1: rule__StateGraph__Group__2 : rule__StateGraph__Group__2__Impl rule__StateGraph__Group__3 ;
public final void rule__StateGraph__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15270:1: ( rule__StateGraph__Group__2__Impl rule__StateGraph__Group__3 )
- // InternalRoom.g:15271:2: rule__StateGraph__Group__2__Impl rule__StateGraph__Group__3
+ // InternalRoom.g:15290:1: ( rule__StateGraph__Group__2__Impl rule__StateGraph__Group__3 )
+ // InternalRoom.g:15291:2: rule__StateGraph__Group__2__Impl rule__StateGraph__Group__3
{
- pushFollow(FOLLOW_80);
+ pushFollow(FOLLOW_81);
rule__StateGraph__Group__2__Impl();
state._fsp--;
@@ -42718,35 +42814,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateGraph__Group__2__Impl"
- // InternalRoom.g:15278:1: rule__StateGraph__Group__2__Impl : ( ( rule__StateGraph__Alternatives_2 )* ) ;
+ // InternalRoom.g:15298:1: rule__StateGraph__Group__2__Impl : ( ( rule__StateGraph__Alternatives_2 )* ) ;
public final void rule__StateGraph__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15282:1: ( ( ( rule__StateGraph__Alternatives_2 )* ) )
- // InternalRoom.g:15283:1: ( ( rule__StateGraph__Alternatives_2 )* )
+ // InternalRoom.g:15302:1: ( ( ( rule__StateGraph__Alternatives_2 )* ) )
+ // InternalRoom.g:15303:1: ( ( rule__StateGraph__Alternatives_2 )* )
{
- // InternalRoom.g:15283:1: ( ( rule__StateGraph__Alternatives_2 )* )
- // InternalRoom.g:15284:1: ( rule__StateGraph__Alternatives_2 )*
+ // InternalRoom.g:15303:1: ( ( rule__StateGraph__Alternatives_2 )* )
+ // InternalRoom.g:15304:1: ( rule__StateGraph__Alternatives_2 )*
{
before(grammarAccess.getStateGraphAccess().getAlternatives_2());
- // InternalRoom.g:15285:1: ( rule__StateGraph__Alternatives_2 )*
- loop157:
+ // InternalRoom.g:15305:1: ( rule__StateGraph__Alternatives_2 )*
+ loop158:
do {
- int alt157=2;
- int LA157_0 = input.LA(1);
+ int alt158=2;
+ int LA158_0 = input.LA(1);
- if ( ((LA157_0>=26 && LA157_0<=27)||(LA157_0>=100 && LA157_0<=104)||LA157_0==111||LA157_0==132) ) {
- alt157=1;
+ if ( ((LA158_0>=26 && LA158_0<=27)||(LA158_0>=100 && LA158_0<=104)||LA158_0==111||LA158_0==132) ) {
+ alt158=1;
}
- switch (alt157) {
+ switch (alt158) {
case 1 :
- // InternalRoom.g:15285:2: rule__StateGraph__Alternatives_2
+ // InternalRoom.g:15305:2: rule__StateGraph__Alternatives_2
{
- pushFollow(FOLLOW_81);
+ pushFollow(FOLLOW_82);
rule__StateGraph__Alternatives_2();
state._fsp--;
@@ -42756,7 +42852,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop157;
+ break loop158;
}
} while (true);
@@ -42783,14 +42879,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateGraph__Group__3"
- // InternalRoom.g:15295:1: rule__StateGraph__Group__3 : rule__StateGraph__Group__3__Impl ;
+ // InternalRoom.g:15315:1: rule__StateGraph__Group__3 : rule__StateGraph__Group__3__Impl ;
public final void rule__StateGraph__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15299:1: ( rule__StateGraph__Group__3__Impl )
- // InternalRoom.g:15300:2: rule__StateGraph__Group__3__Impl
+ // InternalRoom.g:15319:1: ( rule__StateGraph__Group__3__Impl )
+ // InternalRoom.g:15320:2: rule__StateGraph__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__StateGraph__Group__3__Impl();
@@ -42816,17 +42912,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateGraph__Group__3__Impl"
- // InternalRoom.g:15306:1: rule__StateGraph__Group__3__Impl : ( '}' ) ;
+ // InternalRoom.g:15326:1: rule__StateGraph__Group__3__Impl : ( '}' ) ;
public final void rule__StateGraph__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15310:1: ( ( '}' ) )
- // InternalRoom.g:15311:1: ( '}' )
+ // InternalRoom.g:15330:1: ( ( '}' ) )
+ // InternalRoom.g:15331:1: ( '}' )
{
- // InternalRoom.g:15311:1: ( '}' )
- // InternalRoom.g:15312:1: '}'
+ // InternalRoom.g:15331:1: ( '}' )
+ // InternalRoom.g:15332:1: '}'
{
before(grammarAccess.getStateGraphAccess().getRightCurlyBracketKeyword_3());
match(input,46,FOLLOW_2);
@@ -42853,16 +42949,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateMachine__Group__0"
- // InternalRoom.g:15333:1: rule__StateMachine__Group__0 : rule__StateMachine__Group__0__Impl rule__StateMachine__Group__1 ;
+ // InternalRoom.g:15353:1: rule__StateMachine__Group__0 : rule__StateMachine__Group__0__Impl rule__StateMachine__Group__1 ;
public final void rule__StateMachine__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15337:1: ( rule__StateMachine__Group__0__Impl rule__StateMachine__Group__1 )
- // InternalRoom.g:15338:2: rule__StateMachine__Group__0__Impl rule__StateMachine__Group__1
+ // InternalRoom.g:15357:1: ( rule__StateMachine__Group__0__Impl rule__StateMachine__Group__1 )
+ // InternalRoom.g:15358:2: rule__StateMachine__Group__0__Impl rule__StateMachine__Group__1
{
- pushFollow(FOLLOW_82);
+ pushFollow(FOLLOW_83);
rule__StateMachine__Group__0__Impl();
state._fsp--;
@@ -42891,21 +42987,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateMachine__Group__0__Impl"
- // InternalRoom.g:15345:1: rule__StateMachine__Group__0__Impl : ( () ) ;
+ // InternalRoom.g:15365:1: rule__StateMachine__Group__0__Impl : ( () ) ;
public final void rule__StateMachine__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15349:1: ( ( () ) )
- // InternalRoom.g:15350:1: ( () )
+ // InternalRoom.g:15369:1: ( ( () ) )
+ // InternalRoom.g:15370:1: ( () )
{
- // InternalRoom.g:15350:1: ( () )
- // InternalRoom.g:15351:1: ()
+ // InternalRoom.g:15370:1: ( () )
+ // InternalRoom.g:15371:1: ()
{
before(grammarAccess.getStateMachineAccess().getStateGraphAction_0());
- // InternalRoom.g:15352:1: ()
- // InternalRoom.g:15354:1:
+ // InternalRoom.g:15372:1: ()
+ // InternalRoom.g:15374:1:
{
}
@@ -42928,16 +43024,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateMachine__Group__1"
- // InternalRoom.g:15364:1: rule__StateMachine__Group__1 : rule__StateMachine__Group__1__Impl rule__StateMachine__Group__2 ;
+ // InternalRoom.g:15384:1: rule__StateMachine__Group__1 : rule__StateMachine__Group__1__Impl rule__StateMachine__Group__2 ;
public final void rule__StateMachine__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15368:1: ( rule__StateMachine__Group__1__Impl rule__StateMachine__Group__2 )
- // InternalRoom.g:15369:2: rule__StateMachine__Group__1__Impl rule__StateMachine__Group__2
+ // InternalRoom.g:15388:1: ( rule__StateMachine__Group__1__Impl rule__StateMachine__Group__2 )
+ // InternalRoom.g:15389:2: rule__StateMachine__Group__1__Impl rule__StateMachine__Group__2
{
- pushFollow(FOLLOW_41);
+ pushFollow(FOLLOW_42);
rule__StateMachine__Group__1__Impl();
state._fsp--;
@@ -42966,17 +43062,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateMachine__Group__1__Impl"
- // InternalRoom.g:15376:1: rule__StateMachine__Group__1__Impl : ( 'StateMachine' ) ;
+ // InternalRoom.g:15396:1: rule__StateMachine__Group__1__Impl : ( 'StateMachine' ) ;
public final void rule__StateMachine__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15380:1: ( ( 'StateMachine' ) )
- // InternalRoom.g:15381:1: ( 'StateMachine' )
+ // InternalRoom.g:15400:1: ( ( 'StateMachine' ) )
+ // InternalRoom.g:15401:1: ( 'StateMachine' )
{
- // InternalRoom.g:15381:1: ( 'StateMachine' )
- // InternalRoom.g:15382:1: 'StateMachine'
+ // InternalRoom.g:15401:1: ( 'StateMachine' )
+ // InternalRoom.g:15402:1: 'StateMachine'
{
before(grammarAccess.getStateMachineAccess().getStateMachineKeyword_1());
match(input,95,FOLLOW_2);
@@ -43003,16 +43099,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateMachine__Group__2"
- // InternalRoom.g:15395:1: rule__StateMachine__Group__2 : rule__StateMachine__Group__2__Impl rule__StateMachine__Group__3 ;
+ // InternalRoom.g:15415:1: rule__StateMachine__Group__2 : rule__StateMachine__Group__2__Impl rule__StateMachine__Group__3 ;
public final void rule__StateMachine__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15399:1: ( rule__StateMachine__Group__2__Impl rule__StateMachine__Group__3 )
- // InternalRoom.g:15400:2: rule__StateMachine__Group__2__Impl rule__StateMachine__Group__3
+ // InternalRoom.g:15419:1: ( rule__StateMachine__Group__2__Impl rule__StateMachine__Group__3 )
+ // InternalRoom.g:15420:2: rule__StateMachine__Group__2__Impl rule__StateMachine__Group__3
{
- pushFollow(FOLLOW_80);
+ pushFollow(FOLLOW_81);
rule__StateMachine__Group__2__Impl();
state._fsp--;
@@ -43041,17 +43137,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateMachine__Group__2__Impl"
- // InternalRoom.g:15407:1: rule__StateMachine__Group__2__Impl : ( '{' ) ;
+ // InternalRoom.g:15427:1: rule__StateMachine__Group__2__Impl : ( '{' ) ;
public final void rule__StateMachine__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15411:1: ( ( '{' ) )
- // InternalRoom.g:15412:1: ( '{' )
+ // InternalRoom.g:15431:1: ( ( '{' ) )
+ // InternalRoom.g:15432:1: ( '{' )
{
- // InternalRoom.g:15412:1: ( '{' )
- // InternalRoom.g:15413:1: '{'
+ // InternalRoom.g:15432:1: ( '{' )
+ // InternalRoom.g:15433:1: '{'
{
before(grammarAccess.getStateMachineAccess().getLeftCurlyBracketKeyword_2());
match(input,45,FOLLOW_2);
@@ -43078,16 +43174,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateMachine__Group__3"
- // InternalRoom.g:15426:1: rule__StateMachine__Group__3 : rule__StateMachine__Group__3__Impl rule__StateMachine__Group__4 ;
+ // InternalRoom.g:15446:1: rule__StateMachine__Group__3 : rule__StateMachine__Group__3__Impl rule__StateMachine__Group__4 ;
public final void rule__StateMachine__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15430:1: ( rule__StateMachine__Group__3__Impl rule__StateMachine__Group__4 )
- // InternalRoom.g:15431:2: rule__StateMachine__Group__3__Impl rule__StateMachine__Group__4
+ // InternalRoom.g:15450:1: ( rule__StateMachine__Group__3__Impl rule__StateMachine__Group__4 )
+ // InternalRoom.g:15451:2: rule__StateMachine__Group__3__Impl rule__StateMachine__Group__4
{
- pushFollow(FOLLOW_80);
+ pushFollow(FOLLOW_81);
rule__StateMachine__Group__3__Impl();
state._fsp--;
@@ -43116,35 +43212,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateMachine__Group__3__Impl"
- // InternalRoom.g:15438:1: rule__StateMachine__Group__3__Impl : ( ( rule__StateMachine__Alternatives_3 )* ) ;
+ // InternalRoom.g:15458:1: rule__StateMachine__Group__3__Impl : ( ( rule__StateMachine__Alternatives_3 )* ) ;
public final void rule__StateMachine__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15442:1: ( ( ( rule__StateMachine__Alternatives_3 )* ) )
- // InternalRoom.g:15443:1: ( ( rule__StateMachine__Alternatives_3 )* )
+ // InternalRoom.g:15462:1: ( ( ( rule__StateMachine__Alternatives_3 )* ) )
+ // InternalRoom.g:15463:1: ( ( rule__StateMachine__Alternatives_3 )* )
{
- // InternalRoom.g:15443:1: ( ( rule__StateMachine__Alternatives_3 )* )
- // InternalRoom.g:15444:1: ( rule__StateMachine__Alternatives_3 )*
+ // InternalRoom.g:15463:1: ( ( rule__StateMachine__Alternatives_3 )* )
+ // InternalRoom.g:15464:1: ( rule__StateMachine__Alternatives_3 )*
{
before(grammarAccess.getStateMachineAccess().getAlternatives_3());
- // InternalRoom.g:15445:1: ( rule__StateMachine__Alternatives_3 )*
- loop158:
+ // InternalRoom.g:15465:1: ( rule__StateMachine__Alternatives_3 )*
+ loop159:
do {
- int alt158=2;
- int LA158_0 = input.LA(1);
+ int alt159=2;
+ int LA159_0 = input.LA(1);
- if ( ((LA158_0>=26 && LA158_0<=27)||(LA158_0>=100 && LA158_0<=104)||LA158_0==111||LA158_0==132) ) {
- alt158=1;
+ if ( ((LA159_0>=26 && LA159_0<=27)||(LA159_0>=100 && LA159_0<=104)||LA159_0==111||LA159_0==132) ) {
+ alt159=1;
}
- switch (alt158) {
+ switch (alt159) {
case 1 :
- // InternalRoom.g:15445:2: rule__StateMachine__Alternatives_3
+ // InternalRoom.g:15465:2: rule__StateMachine__Alternatives_3
{
- pushFollow(FOLLOW_81);
+ pushFollow(FOLLOW_82);
rule__StateMachine__Alternatives_3();
state._fsp--;
@@ -43154,7 +43250,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop158;
+ break loop159;
}
} while (true);
@@ -43181,14 +43277,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateMachine__Group__4"
- // InternalRoom.g:15455:1: rule__StateMachine__Group__4 : rule__StateMachine__Group__4__Impl ;
+ // InternalRoom.g:15475:1: rule__StateMachine__Group__4 : rule__StateMachine__Group__4__Impl ;
public final void rule__StateMachine__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15459:1: ( rule__StateMachine__Group__4__Impl )
- // InternalRoom.g:15460:2: rule__StateMachine__Group__4__Impl
+ // InternalRoom.g:15479:1: ( rule__StateMachine__Group__4__Impl )
+ // InternalRoom.g:15480:2: rule__StateMachine__Group__4__Impl
{
pushFollow(FOLLOW_2);
rule__StateMachine__Group__4__Impl();
@@ -43214,17 +43310,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateMachine__Group__4__Impl"
- // InternalRoom.g:15466:1: rule__StateMachine__Group__4__Impl : ( '}' ) ;
+ // InternalRoom.g:15486:1: rule__StateMachine__Group__4__Impl : ( '}' ) ;
public final void rule__StateMachine__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15470:1: ( ( '}' ) )
- // InternalRoom.g:15471:1: ( '}' )
+ // InternalRoom.g:15490:1: ( ( '}' ) )
+ // InternalRoom.g:15491:1: ( '}' )
{
- // InternalRoom.g:15471:1: ( '}' )
- // InternalRoom.g:15472:1: '}'
+ // InternalRoom.g:15491:1: ( '}' )
+ // InternalRoom.g:15492:1: '}'
{
before(grammarAccess.getStateMachineAccess().getRightCurlyBracketKeyword_4());
match(input,46,FOLLOW_2);
@@ -43251,14 +43347,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group__0"
- // InternalRoom.g:15495:1: rule__SimpleState__Group__0 : rule__SimpleState__Group__0__Impl rule__SimpleState__Group__1 ;
+ // InternalRoom.g:15515:1: rule__SimpleState__Group__0 : rule__SimpleState__Group__0__Impl rule__SimpleState__Group__1 ;
public final void rule__SimpleState__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15499:1: ( rule__SimpleState__Group__0__Impl rule__SimpleState__Group__1 )
- // InternalRoom.g:15500:2: rule__SimpleState__Group__0__Impl rule__SimpleState__Group__1
+ // InternalRoom.g:15519:1: ( rule__SimpleState__Group__0__Impl rule__SimpleState__Group__1 )
+ // InternalRoom.g:15520:2: rule__SimpleState__Group__0__Impl rule__SimpleState__Group__1
{
pushFollow(FOLLOW_3);
rule__SimpleState__Group__0__Impl();
@@ -43289,17 +43385,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group__0__Impl"
- // InternalRoom.g:15507:1: rule__SimpleState__Group__0__Impl : ( 'State' ) ;
+ // InternalRoom.g:15527:1: rule__SimpleState__Group__0__Impl : ( 'State' ) ;
public final void rule__SimpleState__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15511:1: ( ( 'State' ) )
- // InternalRoom.g:15512:1: ( 'State' )
+ // InternalRoom.g:15531:1: ( ( 'State' ) )
+ // InternalRoom.g:15532:1: ( 'State' )
{
- // InternalRoom.g:15512:1: ( 'State' )
- // InternalRoom.g:15513:1: 'State'
+ // InternalRoom.g:15532:1: ( 'State' )
+ // InternalRoom.g:15533:1: 'State'
{
before(grammarAccess.getSimpleStateAccess().getStateKeyword_0());
match(input,26,FOLLOW_2);
@@ -43326,14 +43422,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group__1"
- // InternalRoom.g:15526:1: rule__SimpleState__Group__1 : rule__SimpleState__Group__1__Impl rule__SimpleState__Group__2 ;
+ // InternalRoom.g:15546:1: rule__SimpleState__Group__1 : rule__SimpleState__Group__1__Impl rule__SimpleState__Group__2 ;
public final void rule__SimpleState__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15530:1: ( rule__SimpleState__Group__1__Impl rule__SimpleState__Group__2 )
- // InternalRoom.g:15531:2: rule__SimpleState__Group__1__Impl rule__SimpleState__Group__2
+ // InternalRoom.g:15550:1: ( rule__SimpleState__Group__1__Impl rule__SimpleState__Group__2 )
+ // InternalRoom.g:15551:2: rule__SimpleState__Group__1__Impl rule__SimpleState__Group__2
{
pushFollow(FOLLOW_4);
rule__SimpleState__Group__1__Impl();
@@ -43364,21 +43460,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group__1__Impl"
- // InternalRoom.g:15538:1: rule__SimpleState__Group__1__Impl : ( ( rule__SimpleState__NameAssignment_1 ) ) ;
+ // InternalRoom.g:15558:1: rule__SimpleState__Group__1__Impl : ( ( rule__SimpleState__NameAssignment_1 ) ) ;
public final void rule__SimpleState__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15542:1: ( ( ( rule__SimpleState__NameAssignment_1 ) ) )
- // InternalRoom.g:15543:1: ( ( rule__SimpleState__NameAssignment_1 ) )
+ // InternalRoom.g:15562:1: ( ( ( rule__SimpleState__NameAssignment_1 ) ) )
+ // InternalRoom.g:15563:1: ( ( rule__SimpleState__NameAssignment_1 ) )
{
- // InternalRoom.g:15543:1: ( ( rule__SimpleState__NameAssignment_1 ) )
- // InternalRoom.g:15544:1: ( rule__SimpleState__NameAssignment_1 )
+ // InternalRoom.g:15563:1: ( ( rule__SimpleState__NameAssignment_1 ) )
+ // InternalRoom.g:15564:1: ( rule__SimpleState__NameAssignment_1 )
{
before(grammarAccess.getSimpleStateAccess().getNameAssignment_1());
- // InternalRoom.g:15545:1: ( rule__SimpleState__NameAssignment_1 )
- // InternalRoom.g:15545:2: rule__SimpleState__NameAssignment_1
+ // InternalRoom.g:15565:1: ( rule__SimpleState__NameAssignment_1 )
+ // InternalRoom.g:15565:2: rule__SimpleState__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__SimpleState__NameAssignment_1();
@@ -43411,14 +43507,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group__2"
- // InternalRoom.g:15555:1: rule__SimpleState__Group__2 : rule__SimpleState__Group__2__Impl rule__SimpleState__Group__3 ;
+ // InternalRoom.g:15575:1: rule__SimpleState__Group__2 : rule__SimpleState__Group__2__Impl rule__SimpleState__Group__3 ;
public final void rule__SimpleState__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15559:1: ( rule__SimpleState__Group__2__Impl rule__SimpleState__Group__3 )
- // InternalRoom.g:15560:2: rule__SimpleState__Group__2__Impl rule__SimpleState__Group__3
+ // InternalRoom.g:15579:1: ( rule__SimpleState__Group__2__Impl rule__SimpleState__Group__3 )
+ // InternalRoom.g:15580:2: rule__SimpleState__Group__2__Impl rule__SimpleState__Group__3
{
pushFollow(FOLLOW_4);
rule__SimpleState__Group__2__Impl();
@@ -43449,29 +43545,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group__2__Impl"
- // InternalRoom.g:15567:1: rule__SimpleState__Group__2__Impl : ( ( rule__SimpleState__DocuAssignment_2 )? ) ;
+ // InternalRoom.g:15587:1: rule__SimpleState__Group__2__Impl : ( ( rule__SimpleState__DocuAssignment_2 )? ) ;
public final void rule__SimpleState__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15571:1: ( ( ( rule__SimpleState__DocuAssignment_2 )? ) )
- // InternalRoom.g:15572:1: ( ( rule__SimpleState__DocuAssignment_2 )? )
+ // InternalRoom.g:15591:1: ( ( ( rule__SimpleState__DocuAssignment_2 )? ) )
+ // InternalRoom.g:15592:1: ( ( rule__SimpleState__DocuAssignment_2 )? )
{
- // InternalRoom.g:15572:1: ( ( rule__SimpleState__DocuAssignment_2 )? )
- // InternalRoom.g:15573:1: ( rule__SimpleState__DocuAssignment_2 )?
+ // InternalRoom.g:15592:1: ( ( rule__SimpleState__DocuAssignment_2 )? )
+ // InternalRoom.g:15593:1: ( rule__SimpleState__DocuAssignment_2 )?
{
before(grammarAccess.getSimpleStateAccess().getDocuAssignment_2());
- // InternalRoom.g:15574:1: ( rule__SimpleState__DocuAssignment_2 )?
- int alt159=2;
- int LA159_0 = input.LA(1);
+ // InternalRoom.g:15594:1: ( rule__SimpleState__DocuAssignment_2 )?
+ int alt160=2;
+ int LA160_0 = input.LA(1);
- if ( (LA159_0==63) ) {
- alt159=1;
+ if ( (LA160_0==63) ) {
+ alt160=1;
}
- switch (alt159) {
+ switch (alt160) {
case 1 :
- // InternalRoom.g:15574:2: rule__SimpleState__DocuAssignment_2
+ // InternalRoom.g:15594:2: rule__SimpleState__DocuAssignment_2
{
pushFollow(FOLLOW_2);
rule__SimpleState__DocuAssignment_2();
@@ -43507,14 +43603,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group__3"
- // InternalRoom.g:15584:1: rule__SimpleState__Group__3 : rule__SimpleState__Group__3__Impl ;
+ // InternalRoom.g:15604:1: rule__SimpleState__Group__3 : rule__SimpleState__Group__3__Impl ;
public final void rule__SimpleState__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15588:1: ( rule__SimpleState__Group__3__Impl )
- // InternalRoom.g:15589:2: rule__SimpleState__Group__3__Impl
+ // InternalRoom.g:15608:1: ( rule__SimpleState__Group__3__Impl )
+ // InternalRoom.g:15609:2: rule__SimpleState__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__SimpleState__Group__3__Impl();
@@ -43540,29 +43636,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group__3__Impl"
- // InternalRoom.g:15595:1: rule__SimpleState__Group__3__Impl : ( ( rule__SimpleState__Group_3__0 )? ) ;
+ // InternalRoom.g:15615:1: rule__SimpleState__Group__3__Impl : ( ( rule__SimpleState__Group_3__0 )? ) ;
public final void rule__SimpleState__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15599:1: ( ( ( rule__SimpleState__Group_3__0 )? ) )
- // InternalRoom.g:15600:1: ( ( rule__SimpleState__Group_3__0 )? )
+ // InternalRoom.g:15619:1: ( ( ( rule__SimpleState__Group_3__0 )? ) )
+ // InternalRoom.g:15620:1: ( ( rule__SimpleState__Group_3__0 )? )
{
- // InternalRoom.g:15600:1: ( ( rule__SimpleState__Group_3__0 )? )
- // InternalRoom.g:15601:1: ( rule__SimpleState__Group_3__0 )?
+ // InternalRoom.g:15620:1: ( ( rule__SimpleState__Group_3__0 )? )
+ // InternalRoom.g:15621:1: ( rule__SimpleState__Group_3__0 )?
{
before(grammarAccess.getSimpleStateAccess().getGroup_3());
- // InternalRoom.g:15602:1: ( rule__SimpleState__Group_3__0 )?
- int alt160=2;
- int LA160_0 = input.LA(1);
+ // InternalRoom.g:15622:1: ( rule__SimpleState__Group_3__0 )?
+ int alt161=2;
+ int LA161_0 = input.LA(1);
- if ( (LA160_0==45) ) {
- alt160=1;
+ if ( (LA161_0==45) ) {
+ alt161=1;
}
- switch (alt160) {
+ switch (alt161) {
case 1 :
- // InternalRoom.g:15602:2: rule__SimpleState__Group_3__0
+ // InternalRoom.g:15622:2: rule__SimpleState__Group_3__0
{
pushFollow(FOLLOW_2);
rule__SimpleState__Group_3__0();
@@ -43598,16 +43694,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3__0"
- // InternalRoom.g:15620:1: rule__SimpleState__Group_3__0 : rule__SimpleState__Group_3__0__Impl rule__SimpleState__Group_3__1 ;
+ // InternalRoom.g:15640:1: rule__SimpleState__Group_3__0 : rule__SimpleState__Group_3__0__Impl rule__SimpleState__Group_3__1 ;
public final void rule__SimpleState__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15624:1: ( rule__SimpleState__Group_3__0__Impl rule__SimpleState__Group_3__1 )
- // InternalRoom.g:15625:2: rule__SimpleState__Group_3__0__Impl rule__SimpleState__Group_3__1
+ // InternalRoom.g:15644:1: ( rule__SimpleState__Group_3__0__Impl rule__SimpleState__Group_3__1 )
+ // InternalRoom.g:15645:2: rule__SimpleState__Group_3__0__Impl rule__SimpleState__Group_3__1
{
- pushFollow(FOLLOW_83);
+ pushFollow(FOLLOW_84);
rule__SimpleState__Group_3__0__Impl();
state._fsp--;
@@ -43636,17 +43732,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3__0__Impl"
- // InternalRoom.g:15632:1: rule__SimpleState__Group_3__0__Impl : ( '{' ) ;
+ // InternalRoom.g:15652:1: rule__SimpleState__Group_3__0__Impl : ( '{' ) ;
public final void rule__SimpleState__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15636:1: ( ( '{' ) )
- // InternalRoom.g:15637:1: ( '{' )
+ // InternalRoom.g:15656:1: ( ( '{' ) )
+ // InternalRoom.g:15657:1: ( '{' )
{
- // InternalRoom.g:15637:1: ( '{' )
- // InternalRoom.g:15638:1: '{'
+ // InternalRoom.g:15657:1: ( '{' )
+ // InternalRoom.g:15658:1: '{'
{
before(grammarAccess.getSimpleStateAccess().getLeftCurlyBracketKeyword_3_0());
match(input,45,FOLLOW_2);
@@ -43673,16 +43769,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3__1"
- // InternalRoom.g:15651:1: rule__SimpleState__Group_3__1 : rule__SimpleState__Group_3__1__Impl rule__SimpleState__Group_3__2 ;
+ // InternalRoom.g:15671:1: rule__SimpleState__Group_3__1 : rule__SimpleState__Group_3__1__Impl rule__SimpleState__Group_3__2 ;
public final void rule__SimpleState__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15655:1: ( rule__SimpleState__Group_3__1__Impl rule__SimpleState__Group_3__2 )
- // InternalRoom.g:15656:2: rule__SimpleState__Group_3__1__Impl rule__SimpleState__Group_3__2
+ // InternalRoom.g:15675:1: ( rule__SimpleState__Group_3__1__Impl rule__SimpleState__Group_3__2 )
+ // InternalRoom.g:15676:2: rule__SimpleState__Group_3__1__Impl rule__SimpleState__Group_3__2
{
- pushFollow(FOLLOW_83);
+ pushFollow(FOLLOW_84);
rule__SimpleState__Group_3__1__Impl();
state._fsp--;
@@ -43711,33 +43807,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3__1__Impl"
- // InternalRoom.g:15663:1: rule__SimpleState__Group_3__1__Impl : ( ( rule__SimpleState__AnnotationsAssignment_3_1 )* ) ;
+ // InternalRoom.g:15683:1: rule__SimpleState__Group_3__1__Impl : ( ( rule__SimpleState__AnnotationsAssignment_3_1 )* ) ;
public final void rule__SimpleState__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15667:1: ( ( ( rule__SimpleState__AnnotationsAssignment_3_1 )* ) )
- // InternalRoom.g:15668:1: ( ( rule__SimpleState__AnnotationsAssignment_3_1 )* )
+ // InternalRoom.g:15687:1: ( ( ( rule__SimpleState__AnnotationsAssignment_3_1 )* ) )
+ // InternalRoom.g:15688:1: ( ( rule__SimpleState__AnnotationsAssignment_3_1 )* )
{
- // InternalRoom.g:15668:1: ( ( rule__SimpleState__AnnotationsAssignment_3_1 )* )
- // InternalRoom.g:15669:1: ( rule__SimpleState__AnnotationsAssignment_3_1 )*
+ // InternalRoom.g:15688:1: ( ( rule__SimpleState__AnnotationsAssignment_3_1 )* )
+ // InternalRoom.g:15689:1: ( rule__SimpleState__AnnotationsAssignment_3_1 )*
{
before(grammarAccess.getSimpleStateAccess().getAnnotationsAssignment_3_1());
- // InternalRoom.g:15670:1: ( rule__SimpleState__AnnotationsAssignment_3_1 )*
- loop161:
+ // InternalRoom.g:15690:1: ( rule__SimpleState__AnnotationsAssignment_3_1 )*
+ loop162:
do {
- int alt161=2;
- int LA161_0 = input.LA(1);
+ int alt162=2;
+ int LA162_0 = input.LA(1);
- if ( (LA161_0==120) ) {
- alt161=1;
+ if ( (LA162_0==120) ) {
+ alt162=1;
}
- switch (alt161) {
+ switch (alt162) {
case 1 :
- // InternalRoom.g:15670:2: rule__SimpleState__AnnotationsAssignment_3_1
+ // InternalRoom.g:15690:2: rule__SimpleState__AnnotationsAssignment_3_1
{
pushFollow(FOLLOW_6);
rule__SimpleState__AnnotationsAssignment_3_1();
@@ -43749,7 +43845,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop161;
+ break loop162;
}
} while (true);
@@ -43776,16 +43872,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3__2"
- // InternalRoom.g:15680:1: rule__SimpleState__Group_3__2 : rule__SimpleState__Group_3__2__Impl rule__SimpleState__Group_3__3 ;
+ // InternalRoom.g:15700:1: rule__SimpleState__Group_3__2 : rule__SimpleState__Group_3__2__Impl rule__SimpleState__Group_3__3 ;
public final void rule__SimpleState__Group_3__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15684:1: ( rule__SimpleState__Group_3__2__Impl rule__SimpleState__Group_3__3 )
- // InternalRoom.g:15685:2: rule__SimpleState__Group_3__2__Impl rule__SimpleState__Group_3__3
+ // InternalRoom.g:15704:1: ( rule__SimpleState__Group_3__2__Impl rule__SimpleState__Group_3__3 )
+ // InternalRoom.g:15705:2: rule__SimpleState__Group_3__2__Impl rule__SimpleState__Group_3__3
{
- pushFollow(FOLLOW_83);
+ pushFollow(FOLLOW_84);
rule__SimpleState__Group_3__2__Impl();
state._fsp--;
@@ -43814,29 +43910,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3__2__Impl"
- // InternalRoom.g:15692:1: rule__SimpleState__Group_3__2__Impl : ( ( rule__SimpleState__Group_3_2__0 )? ) ;
+ // InternalRoom.g:15712:1: rule__SimpleState__Group_3__2__Impl : ( ( rule__SimpleState__Group_3_2__0 )? ) ;
public final void rule__SimpleState__Group_3__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15696:1: ( ( ( rule__SimpleState__Group_3_2__0 )? ) )
- // InternalRoom.g:15697:1: ( ( rule__SimpleState__Group_3_2__0 )? )
+ // InternalRoom.g:15716:1: ( ( ( rule__SimpleState__Group_3_2__0 )? ) )
+ // InternalRoom.g:15717:1: ( ( rule__SimpleState__Group_3_2__0 )? )
{
- // InternalRoom.g:15697:1: ( ( rule__SimpleState__Group_3_2__0 )? )
- // InternalRoom.g:15698:1: ( rule__SimpleState__Group_3_2__0 )?
+ // InternalRoom.g:15717:1: ( ( rule__SimpleState__Group_3_2__0 )? )
+ // InternalRoom.g:15718:1: ( rule__SimpleState__Group_3_2__0 )?
{
before(grammarAccess.getSimpleStateAccess().getGroup_3_2());
- // InternalRoom.g:15699:1: ( rule__SimpleState__Group_3_2__0 )?
- int alt162=2;
- int LA162_0 = input.LA(1);
+ // InternalRoom.g:15719:1: ( rule__SimpleState__Group_3_2__0 )?
+ int alt163=2;
+ int LA163_0 = input.LA(1);
- if ( (LA162_0==96) ) {
- alt162=1;
+ if ( (LA163_0==96) ) {
+ alt163=1;
}
- switch (alt162) {
+ switch (alt163) {
case 1 :
- // InternalRoom.g:15699:2: rule__SimpleState__Group_3_2__0
+ // InternalRoom.g:15719:2: rule__SimpleState__Group_3_2__0
{
pushFollow(FOLLOW_2);
rule__SimpleState__Group_3_2__0();
@@ -43872,16 +43968,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3__3"
- // InternalRoom.g:15709:1: rule__SimpleState__Group_3__3 : rule__SimpleState__Group_3__3__Impl rule__SimpleState__Group_3__4 ;
+ // InternalRoom.g:15729:1: rule__SimpleState__Group_3__3 : rule__SimpleState__Group_3__3__Impl rule__SimpleState__Group_3__4 ;
public final void rule__SimpleState__Group_3__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15713:1: ( rule__SimpleState__Group_3__3__Impl rule__SimpleState__Group_3__4 )
- // InternalRoom.g:15714:2: rule__SimpleState__Group_3__3__Impl rule__SimpleState__Group_3__4
+ // InternalRoom.g:15733:1: ( rule__SimpleState__Group_3__3__Impl rule__SimpleState__Group_3__4 )
+ // InternalRoom.g:15734:2: rule__SimpleState__Group_3__3__Impl rule__SimpleState__Group_3__4
{
- pushFollow(FOLLOW_83);
+ pushFollow(FOLLOW_84);
rule__SimpleState__Group_3__3__Impl();
state._fsp--;
@@ -43910,29 +44006,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3__3__Impl"
- // InternalRoom.g:15721:1: rule__SimpleState__Group_3__3__Impl : ( ( rule__SimpleState__Group_3_3__0 )? ) ;
+ // InternalRoom.g:15741:1: rule__SimpleState__Group_3__3__Impl : ( ( rule__SimpleState__Group_3_3__0 )? ) ;
public final void rule__SimpleState__Group_3__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15725:1: ( ( ( rule__SimpleState__Group_3_3__0 )? ) )
- // InternalRoom.g:15726:1: ( ( rule__SimpleState__Group_3_3__0 )? )
+ // InternalRoom.g:15745:1: ( ( ( rule__SimpleState__Group_3_3__0 )? ) )
+ // InternalRoom.g:15746:1: ( ( rule__SimpleState__Group_3_3__0 )? )
{
- // InternalRoom.g:15726:1: ( ( rule__SimpleState__Group_3_3__0 )? )
- // InternalRoom.g:15727:1: ( rule__SimpleState__Group_3_3__0 )?
+ // InternalRoom.g:15746:1: ( ( rule__SimpleState__Group_3_3__0 )? )
+ // InternalRoom.g:15747:1: ( rule__SimpleState__Group_3_3__0 )?
{
before(grammarAccess.getSimpleStateAccess().getGroup_3_3());
- // InternalRoom.g:15728:1: ( rule__SimpleState__Group_3_3__0 )?
- int alt163=2;
- int LA163_0 = input.LA(1);
+ // InternalRoom.g:15748:1: ( rule__SimpleState__Group_3_3__0 )?
+ int alt164=2;
+ int LA164_0 = input.LA(1);
- if ( (LA163_0==97) ) {
- alt163=1;
+ if ( (LA164_0==97) ) {
+ alt164=1;
}
- switch (alt163) {
+ switch (alt164) {
case 1 :
- // InternalRoom.g:15728:2: rule__SimpleState__Group_3_3__0
+ // InternalRoom.g:15748:2: rule__SimpleState__Group_3_3__0
{
pushFollow(FOLLOW_2);
rule__SimpleState__Group_3_3__0();
@@ -43968,16 +44064,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3__4"
- // InternalRoom.g:15738:1: rule__SimpleState__Group_3__4 : rule__SimpleState__Group_3__4__Impl rule__SimpleState__Group_3__5 ;
+ // InternalRoom.g:15758:1: rule__SimpleState__Group_3__4 : rule__SimpleState__Group_3__4__Impl rule__SimpleState__Group_3__5 ;
public final void rule__SimpleState__Group_3__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15742:1: ( rule__SimpleState__Group_3__4__Impl rule__SimpleState__Group_3__5 )
- // InternalRoom.g:15743:2: rule__SimpleState__Group_3__4__Impl rule__SimpleState__Group_3__5
+ // InternalRoom.g:15762:1: ( rule__SimpleState__Group_3__4__Impl rule__SimpleState__Group_3__5 )
+ // InternalRoom.g:15763:2: rule__SimpleState__Group_3__4__Impl rule__SimpleState__Group_3__5
{
- pushFollow(FOLLOW_83);
+ pushFollow(FOLLOW_84);
rule__SimpleState__Group_3__4__Impl();
state._fsp--;
@@ -44006,29 +44102,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3__4__Impl"
- // InternalRoom.g:15750:1: rule__SimpleState__Group_3__4__Impl : ( ( rule__SimpleState__Group_3_4__0 )? ) ;
+ // InternalRoom.g:15770:1: rule__SimpleState__Group_3__4__Impl : ( ( rule__SimpleState__Group_3_4__0 )? ) ;
public final void rule__SimpleState__Group_3__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15754:1: ( ( ( rule__SimpleState__Group_3_4__0 )? ) )
- // InternalRoom.g:15755:1: ( ( rule__SimpleState__Group_3_4__0 )? )
+ // InternalRoom.g:15774:1: ( ( ( rule__SimpleState__Group_3_4__0 )? ) )
+ // InternalRoom.g:15775:1: ( ( rule__SimpleState__Group_3_4__0 )? )
{
- // InternalRoom.g:15755:1: ( ( rule__SimpleState__Group_3_4__0 )? )
- // InternalRoom.g:15756:1: ( rule__SimpleState__Group_3_4__0 )?
+ // InternalRoom.g:15775:1: ( ( rule__SimpleState__Group_3_4__0 )? )
+ // InternalRoom.g:15776:1: ( rule__SimpleState__Group_3_4__0 )?
{
before(grammarAccess.getSimpleStateAccess().getGroup_3_4());
- // InternalRoom.g:15757:1: ( rule__SimpleState__Group_3_4__0 )?
- int alt164=2;
- int LA164_0 = input.LA(1);
+ // InternalRoom.g:15777:1: ( rule__SimpleState__Group_3_4__0 )?
+ int alt165=2;
+ int LA165_0 = input.LA(1);
- if ( (LA164_0==98) ) {
- alt164=1;
+ if ( (LA165_0==98) ) {
+ alt165=1;
}
- switch (alt164) {
+ switch (alt165) {
case 1 :
- // InternalRoom.g:15757:2: rule__SimpleState__Group_3_4__0
+ // InternalRoom.g:15777:2: rule__SimpleState__Group_3_4__0
{
pushFollow(FOLLOW_2);
rule__SimpleState__Group_3_4__0();
@@ -44064,16 +44160,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3__5"
- // InternalRoom.g:15767:1: rule__SimpleState__Group_3__5 : rule__SimpleState__Group_3__5__Impl rule__SimpleState__Group_3__6 ;
+ // InternalRoom.g:15787:1: rule__SimpleState__Group_3__5 : rule__SimpleState__Group_3__5__Impl rule__SimpleState__Group_3__6 ;
public final void rule__SimpleState__Group_3__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15771:1: ( rule__SimpleState__Group_3__5__Impl rule__SimpleState__Group_3__6 )
- // InternalRoom.g:15772:2: rule__SimpleState__Group_3__5__Impl rule__SimpleState__Group_3__6
+ // InternalRoom.g:15791:1: ( rule__SimpleState__Group_3__5__Impl rule__SimpleState__Group_3__6 )
+ // InternalRoom.g:15792:2: rule__SimpleState__Group_3__5__Impl rule__SimpleState__Group_3__6
{
- pushFollow(FOLLOW_83);
+ pushFollow(FOLLOW_84);
rule__SimpleState__Group_3__5__Impl();
state._fsp--;
@@ -44102,29 +44198,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3__5__Impl"
- // InternalRoom.g:15779:1: rule__SimpleState__Group_3__5__Impl : ( ( rule__SimpleState__Group_3_5__0 )? ) ;
+ // InternalRoom.g:15799:1: rule__SimpleState__Group_3__5__Impl : ( ( rule__SimpleState__Group_3_5__0 )? ) ;
public final void rule__SimpleState__Group_3__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15783:1: ( ( ( rule__SimpleState__Group_3_5__0 )? ) )
- // InternalRoom.g:15784:1: ( ( rule__SimpleState__Group_3_5__0 )? )
+ // InternalRoom.g:15803:1: ( ( ( rule__SimpleState__Group_3_5__0 )? ) )
+ // InternalRoom.g:15804:1: ( ( rule__SimpleState__Group_3_5__0 )? )
{
- // InternalRoom.g:15784:1: ( ( rule__SimpleState__Group_3_5__0 )? )
- // InternalRoom.g:15785:1: ( rule__SimpleState__Group_3_5__0 )?
+ // InternalRoom.g:15804:1: ( ( rule__SimpleState__Group_3_5__0 )? )
+ // InternalRoom.g:15805:1: ( rule__SimpleState__Group_3_5__0 )?
{
before(grammarAccess.getSimpleStateAccess().getGroup_3_5());
- // InternalRoom.g:15786:1: ( rule__SimpleState__Group_3_5__0 )?
- int alt165=2;
- int LA165_0 = input.LA(1);
+ // InternalRoom.g:15806:1: ( rule__SimpleState__Group_3_5__0 )?
+ int alt166=2;
+ int LA166_0 = input.LA(1);
- if ( (LA165_0==99) ) {
- alt165=1;
+ if ( (LA166_0==99) ) {
+ alt166=1;
}
- switch (alt165) {
+ switch (alt166) {
case 1 :
- // InternalRoom.g:15786:2: rule__SimpleState__Group_3_5__0
+ // InternalRoom.g:15806:2: rule__SimpleState__Group_3_5__0
{
pushFollow(FOLLOW_2);
rule__SimpleState__Group_3_5__0();
@@ -44160,14 +44256,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3__6"
- // InternalRoom.g:15796:1: rule__SimpleState__Group_3__6 : rule__SimpleState__Group_3__6__Impl ;
+ // InternalRoom.g:15816:1: rule__SimpleState__Group_3__6 : rule__SimpleState__Group_3__6__Impl ;
public final void rule__SimpleState__Group_3__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15800:1: ( rule__SimpleState__Group_3__6__Impl )
- // InternalRoom.g:15801:2: rule__SimpleState__Group_3__6__Impl
+ // InternalRoom.g:15820:1: ( rule__SimpleState__Group_3__6__Impl )
+ // InternalRoom.g:15821:2: rule__SimpleState__Group_3__6__Impl
{
pushFollow(FOLLOW_2);
rule__SimpleState__Group_3__6__Impl();
@@ -44193,17 +44289,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3__6__Impl"
- // InternalRoom.g:15807:1: rule__SimpleState__Group_3__6__Impl : ( '}' ) ;
+ // InternalRoom.g:15827:1: rule__SimpleState__Group_3__6__Impl : ( '}' ) ;
public final void rule__SimpleState__Group_3__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15811:1: ( ( '}' ) )
- // InternalRoom.g:15812:1: ( '}' )
+ // InternalRoom.g:15831:1: ( ( '}' ) )
+ // InternalRoom.g:15832:1: ( '}' )
{
- // InternalRoom.g:15812:1: ( '}' )
- // InternalRoom.g:15813:1: '}'
+ // InternalRoom.g:15832:1: ( '}' )
+ // InternalRoom.g:15833:1: '}'
{
before(grammarAccess.getSimpleStateAccess().getRightCurlyBracketKeyword_3_6());
match(input,46,FOLLOW_2);
@@ -44230,16 +44326,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3_2__0"
- // InternalRoom.g:15840:1: rule__SimpleState__Group_3_2__0 : rule__SimpleState__Group_3_2__0__Impl rule__SimpleState__Group_3_2__1 ;
+ // InternalRoom.g:15860:1: rule__SimpleState__Group_3_2__0 : rule__SimpleState__Group_3_2__0__Impl rule__SimpleState__Group_3_2__1 ;
public final void rule__SimpleState__Group_3_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15844:1: ( rule__SimpleState__Group_3_2__0__Impl rule__SimpleState__Group_3_2__1 )
- // InternalRoom.g:15845:2: rule__SimpleState__Group_3_2__0__Impl rule__SimpleState__Group_3_2__1
+ // InternalRoom.g:15864:1: ( rule__SimpleState__Group_3_2__0__Impl rule__SimpleState__Group_3_2__1 )
+ // InternalRoom.g:15865:2: rule__SimpleState__Group_3_2__0__Impl rule__SimpleState__Group_3_2__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__SimpleState__Group_3_2__0__Impl();
state._fsp--;
@@ -44268,17 +44364,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3_2__0__Impl"
- // InternalRoom.g:15852:1: rule__SimpleState__Group_3_2__0__Impl : ( 'entry' ) ;
+ // InternalRoom.g:15872:1: rule__SimpleState__Group_3_2__0__Impl : ( 'entry' ) ;
public final void rule__SimpleState__Group_3_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15856:1: ( ( 'entry' ) )
- // InternalRoom.g:15857:1: ( 'entry' )
+ // InternalRoom.g:15876:1: ( ( 'entry' ) )
+ // InternalRoom.g:15877:1: ( 'entry' )
{
- // InternalRoom.g:15857:1: ( 'entry' )
- // InternalRoom.g:15858:1: 'entry'
+ // InternalRoom.g:15877:1: ( 'entry' )
+ // InternalRoom.g:15878:1: 'entry'
{
before(grammarAccess.getSimpleStateAccess().getEntryKeyword_3_2_0());
match(input,96,FOLLOW_2);
@@ -44305,14 +44401,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3_2__1"
- // InternalRoom.g:15871:1: rule__SimpleState__Group_3_2__1 : rule__SimpleState__Group_3_2__1__Impl ;
+ // InternalRoom.g:15891:1: rule__SimpleState__Group_3_2__1 : rule__SimpleState__Group_3_2__1__Impl ;
public final void rule__SimpleState__Group_3_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15875:1: ( rule__SimpleState__Group_3_2__1__Impl )
- // InternalRoom.g:15876:2: rule__SimpleState__Group_3_2__1__Impl
+ // InternalRoom.g:15895:1: ( rule__SimpleState__Group_3_2__1__Impl )
+ // InternalRoom.g:15896:2: rule__SimpleState__Group_3_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__SimpleState__Group_3_2__1__Impl();
@@ -44338,21 +44434,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3_2__1__Impl"
- // InternalRoom.g:15882:1: rule__SimpleState__Group_3_2__1__Impl : ( ( rule__SimpleState__EntryCodeAssignment_3_2_1 ) ) ;
+ // InternalRoom.g:15902:1: rule__SimpleState__Group_3_2__1__Impl : ( ( rule__SimpleState__EntryCodeAssignment_3_2_1 ) ) ;
public final void rule__SimpleState__Group_3_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15886:1: ( ( ( rule__SimpleState__EntryCodeAssignment_3_2_1 ) ) )
- // InternalRoom.g:15887:1: ( ( rule__SimpleState__EntryCodeAssignment_3_2_1 ) )
+ // InternalRoom.g:15906:1: ( ( ( rule__SimpleState__EntryCodeAssignment_3_2_1 ) ) )
+ // InternalRoom.g:15907:1: ( ( rule__SimpleState__EntryCodeAssignment_3_2_1 ) )
{
- // InternalRoom.g:15887:1: ( ( rule__SimpleState__EntryCodeAssignment_3_2_1 ) )
- // InternalRoom.g:15888:1: ( rule__SimpleState__EntryCodeAssignment_3_2_1 )
+ // InternalRoom.g:15907:1: ( ( rule__SimpleState__EntryCodeAssignment_3_2_1 ) )
+ // InternalRoom.g:15908:1: ( rule__SimpleState__EntryCodeAssignment_3_2_1 )
{
before(grammarAccess.getSimpleStateAccess().getEntryCodeAssignment_3_2_1());
- // InternalRoom.g:15889:1: ( rule__SimpleState__EntryCodeAssignment_3_2_1 )
- // InternalRoom.g:15889:2: rule__SimpleState__EntryCodeAssignment_3_2_1
+ // InternalRoom.g:15909:1: ( rule__SimpleState__EntryCodeAssignment_3_2_1 )
+ // InternalRoom.g:15909:2: rule__SimpleState__EntryCodeAssignment_3_2_1
{
pushFollow(FOLLOW_2);
rule__SimpleState__EntryCodeAssignment_3_2_1();
@@ -44385,16 +44481,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3_3__0"
- // InternalRoom.g:15903:1: rule__SimpleState__Group_3_3__0 : rule__SimpleState__Group_3_3__0__Impl rule__SimpleState__Group_3_3__1 ;
+ // InternalRoom.g:15923:1: rule__SimpleState__Group_3_3__0 : rule__SimpleState__Group_3_3__0__Impl rule__SimpleState__Group_3_3__1 ;
public final void rule__SimpleState__Group_3_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15907:1: ( rule__SimpleState__Group_3_3__0__Impl rule__SimpleState__Group_3_3__1 )
- // InternalRoom.g:15908:2: rule__SimpleState__Group_3_3__0__Impl rule__SimpleState__Group_3_3__1
+ // InternalRoom.g:15927:1: ( rule__SimpleState__Group_3_3__0__Impl rule__SimpleState__Group_3_3__1 )
+ // InternalRoom.g:15928:2: rule__SimpleState__Group_3_3__0__Impl rule__SimpleState__Group_3_3__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__SimpleState__Group_3_3__0__Impl();
state._fsp--;
@@ -44423,17 +44519,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3_3__0__Impl"
- // InternalRoom.g:15915:1: rule__SimpleState__Group_3_3__0__Impl : ( 'exit' ) ;
+ // InternalRoom.g:15935:1: rule__SimpleState__Group_3_3__0__Impl : ( 'exit' ) ;
public final void rule__SimpleState__Group_3_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15919:1: ( ( 'exit' ) )
- // InternalRoom.g:15920:1: ( 'exit' )
+ // InternalRoom.g:15939:1: ( ( 'exit' ) )
+ // InternalRoom.g:15940:1: ( 'exit' )
{
- // InternalRoom.g:15920:1: ( 'exit' )
- // InternalRoom.g:15921:1: 'exit'
+ // InternalRoom.g:15940:1: ( 'exit' )
+ // InternalRoom.g:15941:1: 'exit'
{
before(grammarAccess.getSimpleStateAccess().getExitKeyword_3_3_0());
match(input,97,FOLLOW_2);
@@ -44460,14 +44556,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3_3__1"
- // InternalRoom.g:15934:1: rule__SimpleState__Group_3_3__1 : rule__SimpleState__Group_3_3__1__Impl ;
+ // InternalRoom.g:15954:1: rule__SimpleState__Group_3_3__1 : rule__SimpleState__Group_3_3__1__Impl ;
public final void rule__SimpleState__Group_3_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15938:1: ( rule__SimpleState__Group_3_3__1__Impl )
- // InternalRoom.g:15939:2: rule__SimpleState__Group_3_3__1__Impl
+ // InternalRoom.g:15958:1: ( rule__SimpleState__Group_3_3__1__Impl )
+ // InternalRoom.g:15959:2: rule__SimpleState__Group_3_3__1__Impl
{
pushFollow(FOLLOW_2);
rule__SimpleState__Group_3_3__1__Impl();
@@ -44493,21 +44589,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3_3__1__Impl"
- // InternalRoom.g:15945:1: rule__SimpleState__Group_3_3__1__Impl : ( ( rule__SimpleState__ExitCodeAssignment_3_3_1 ) ) ;
+ // InternalRoom.g:15965:1: rule__SimpleState__Group_3_3__1__Impl : ( ( rule__SimpleState__ExitCodeAssignment_3_3_1 ) ) ;
public final void rule__SimpleState__Group_3_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15949:1: ( ( ( rule__SimpleState__ExitCodeAssignment_3_3_1 ) ) )
- // InternalRoom.g:15950:1: ( ( rule__SimpleState__ExitCodeAssignment_3_3_1 ) )
+ // InternalRoom.g:15969:1: ( ( ( rule__SimpleState__ExitCodeAssignment_3_3_1 ) ) )
+ // InternalRoom.g:15970:1: ( ( rule__SimpleState__ExitCodeAssignment_3_3_1 ) )
{
- // InternalRoom.g:15950:1: ( ( rule__SimpleState__ExitCodeAssignment_3_3_1 ) )
- // InternalRoom.g:15951:1: ( rule__SimpleState__ExitCodeAssignment_3_3_1 )
+ // InternalRoom.g:15970:1: ( ( rule__SimpleState__ExitCodeAssignment_3_3_1 ) )
+ // InternalRoom.g:15971:1: ( rule__SimpleState__ExitCodeAssignment_3_3_1 )
{
before(grammarAccess.getSimpleStateAccess().getExitCodeAssignment_3_3_1());
- // InternalRoom.g:15952:1: ( rule__SimpleState__ExitCodeAssignment_3_3_1 )
- // InternalRoom.g:15952:2: rule__SimpleState__ExitCodeAssignment_3_3_1
+ // InternalRoom.g:15972:1: ( rule__SimpleState__ExitCodeAssignment_3_3_1 )
+ // InternalRoom.g:15972:2: rule__SimpleState__ExitCodeAssignment_3_3_1
{
pushFollow(FOLLOW_2);
rule__SimpleState__ExitCodeAssignment_3_3_1();
@@ -44540,16 +44636,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3_4__0"
- // InternalRoom.g:15966:1: rule__SimpleState__Group_3_4__0 : rule__SimpleState__Group_3_4__0__Impl rule__SimpleState__Group_3_4__1 ;
+ // InternalRoom.g:15986:1: rule__SimpleState__Group_3_4__0 : rule__SimpleState__Group_3_4__0__Impl rule__SimpleState__Group_3_4__1 ;
public final void rule__SimpleState__Group_3_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15970:1: ( rule__SimpleState__Group_3_4__0__Impl rule__SimpleState__Group_3_4__1 )
- // InternalRoom.g:15971:2: rule__SimpleState__Group_3_4__0__Impl rule__SimpleState__Group_3_4__1
+ // InternalRoom.g:15990:1: ( rule__SimpleState__Group_3_4__0__Impl rule__SimpleState__Group_3_4__1 )
+ // InternalRoom.g:15991:2: rule__SimpleState__Group_3_4__0__Impl rule__SimpleState__Group_3_4__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__SimpleState__Group_3_4__0__Impl();
state._fsp--;
@@ -44578,17 +44674,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3_4__0__Impl"
- // InternalRoom.g:15978:1: rule__SimpleState__Group_3_4__0__Impl : ( 'do' ) ;
+ // InternalRoom.g:15998:1: rule__SimpleState__Group_3_4__0__Impl : ( 'do' ) ;
public final void rule__SimpleState__Group_3_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:15982:1: ( ( 'do' ) )
- // InternalRoom.g:15983:1: ( 'do' )
+ // InternalRoom.g:16002:1: ( ( 'do' ) )
+ // InternalRoom.g:16003:1: ( 'do' )
{
- // InternalRoom.g:15983:1: ( 'do' )
- // InternalRoom.g:15984:1: 'do'
+ // InternalRoom.g:16003:1: ( 'do' )
+ // InternalRoom.g:16004:1: 'do'
{
before(grammarAccess.getSimpleStateAccess().getDoKeyword_3_4_0());
match(input,98,FOLLOW_2);
@@ -44615,14 +44711,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3_4__1"
- // InternalRoom.g:15997:1: rule__SimpleState__Group_3_4__1 : rule__SimpleState__Group_3_4__1__Impl ;
+ // InternalRoom.g:16017:1: rule__SimpleState__Group_3_4__1 : rule__SimpleState__Group_3_4__1__Impl ;
public final void rule__SimpleState__Group_3_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16001:1: ( rule__SimpleState__Group_3_4__1__Impl )
- // InternalRoom.g:16002:2: rule__SimpleState__Group_3_4__1__Impl
+ // InternalRoom.g:16021:1: ( rule__SimpleState__Group_3_4__1__Impl )
+ // InternalRoom.g:16022:2: rule__SimpleState__Group_3_4__1__Impl
{
pushFollow(FOLLOW_2);
rule__SimpleState__Group_3_4__1__Impl();
@@ -44648,21 +44744,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3_4__1__Impl"
- // InternalRoom.g:16008:1: rule__SimpleState__Group_3_4__1__Impl : ( ( rule__SimpleState__DoCodeAssignment_3_4_1 ) ) ;
+ // InternalRoom.g:16028:1: rule__SimpleState__Group_3_4__1__Impl : ( ( rule__SimpleState__DoCodeAssignment_3_4_1 ) ) ;
public final void rule__SimpleState__Group_3_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16012:1: ( ( ( rule__SimpleState__DoCodeAssignment_3_4_1 ) ) )
- // InternalRoom.g:16013:1: ( ( rule__SimpleState__DoCodeAssignment_3_4_1 ) )
+ // InternalRoom.g:16032:1: ( ( ( rule__SimpleState__DoCodeAssignment_3_4_1 ) ) )
+ // InternalRoom.g:16033:1: ( ( rule__SimpleState__DoCodeAssignment_3_4_1 ) )
{
- // InternalRoom.g:16013:1: ( ( rule__SimpleState__DoCodeAssignment_3_4_1 ) )
- // InternalRoom.g:16014:1: ( rule__SimpleState__DoCodeAssignment_3_4_1 )
+ // InternalRoom.g:16033:1: ( ( rule__SimpleState__DoCodeAssignment_3_4_1 ) )
+ // InternalRoom.g:16034:1: ( rule__SimpleState__DoCodeAssignment_3_4_1 )
{
before(grammarAccess.getSimpleStateAccess().getDoCodeAssignment_3_4_1());
- // InternalRoom.g:16015:1: ( rule__SimpleState__DoCodeAssignment_3_4_1 )
- // InternalRoom.g:16015:2: rule__SimpleState__DoCodeAssignment_3_4_1
+ // InternalRoom.g:16035:1: ( rule__SimpleState__DoCodeAssignment_3_4_1 )
+ // InternalRoom.g:16035:2: rule__SimpleState__DoCodeAssignment_3_4_1
{
pushFollow(FOLLOW_2);
rule__SimpleState__DoCodeAssignment_3_4_1();
@@ -44695,16 +44791,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3_5__0"
- // InternalRoom.g:16029:1: rule__SimpleState__Group_3_5__0 : rule__SimpleState__Group_3_5__0__Impl rule__SimpleState__Group_3_5__1 ;
+ // InternalRoom.g:16049:1: rule__SimpleState__Group_3_5__0 : rule__SimpleState__Group_3_5__0__Impl rule__SimpleState__Group_3_5__1 ;
public final void rule__SimpleState__Group_3_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16033:1: ( rule__SimpleState__Group_3_5__0__Impl rule__SimpleState__Group_3_5__1 )
- // InternalRoom.g:16034:2: rule__SimpleState__Group_3_5__0__Impl rule__SimpleState__Group_3_5__1
+ // InternalRoom.g:16053:1: ( rule__SimpleState__Group_3_5__0__Impl rule__SimpleState__Group_3_5__1 )
+ // InternalRoom.g:16054:2: rule__SimpleState__Group_3_5__0__Impl rule__SimpleState__Group_3_5__1
{
- pushFollow(FOLLOW_41);
+ pushFollow(FOLLOW_42);
rule__SimpleState__Group_3_5__0__Impl();
state._fsp--;
@@ -44733,17 +44829,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3_5__0__Impl"
- // InternalRoom.g:16041:1: rule__SimpleState__Group_3_5__0__Impl : ( 'subgraph' ) ;
+ // InternalRoom.g:16061:1: rule__SimpleState__Group_3_5__0__Impl : ( 'subgraph' ) ;
public final void rule__SimpleState__Group_3_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16045:1: ( ( 'subgraph' ) )
- // InternalRoom.g:16046:1: ( 'subgraph' )
+ // InternalRoom.g:16065:1: ( ( 'subgraph' ) )
+ // InternalRoom.g:16066:1: ( 'subgraph' )
{
- // InternalRoom.g:16046:1: ( 'subgraph' )
- // InternalRoom.g:16047:1: 'subgraph'
+ // InternalRoom.g:16066:1: ( 'subgraph' )
+ // InternalRoom.g:16067:1: 'subgraph'
{
before(grammarAccess.getSimpleStateAccess().getSubgraphKeyword_3_5_0());
match(input,99,FOLLOW_2);
@@ -44770,14 +44866,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3_5__1"
- // InternalRoom.g:16060:1: rule__SimpleState__Group_3_5__1 : rule__SimpleState__Group_3_5__1__Impl ;
+ // InternalRoom.g:16080:1: rule__SimpleState__Group_3_5__1 : rule__SimpleState__Group_3_5__1__Impl ;
public final void rule__SimpleState__Group_3_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16064:1: ( rule__SimpleState__Group_3_5__1__Impl )
- // InternalRoom.g:16065:2: rule__SimpleState__Group_3_5__1__Impl
+ // InternalRoom.g:16084:1: ( rule__SimpleState__Group_3_5__1__Impl )
+ // InternalRoom.g:16085:2: rule__SimpleState__Group_3_5__1__Impl
{
pushFollow(FOLLOW_2);
rule__SimpleState__Group_3_5__1__Impl();
@@ -44803,21 +44899,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__Group_3_5__1__Impl"
- // InternalRoom.g:16071:1: rule__SimpleState__Group_3_5__1__Impl : ( ( rule__SimpleState__SubgraphAssignment_3_5_1 ) ) ;
+ // InternalRoom.g:16091:1: rule__SimpleState__Group_3_5__1__Impl : ( ( rule__SimpleState__SubgraphAssignment_3_5_1 ) ) ;
public final void rule__SimpleState__Group_3_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16075:1: ( ( ( rule__SimpleState__SubgraphAssignment_3_5_1 ) ) )
- // InternalRoom.g:16076:1: ( ( rule__SimpleState__SubgraphAssignment_3_5_1 ) )
+ // InternalRoom.g:16095:1: ( ( ( rule__SimpleState__SubgraphAssignment_3_5_1 ) ) )
+ // InternalRoom.g:16096:1: ( ( rule__SimpleState__SubgraphAssignment_3_5_1 ) )
{
- // InternalRoom.g:16076:1: ( ( rule__SimpleState__SubgraphAssignment_3_5_1 ) )
- // InternalRoom.g:16077:1: ( rule__SimpleState__SubgraphAssignment_3_5_1 )
+ // InternalRoom.g:16096:1: ( ( rule__SimpleState__SubgraphAssignment_3_5_1 ) )
+ // InternalRoom.g:16097:1: ( rule__SimpleState__SubgraphAssignment_3_5_1 )
{
before(grammarAccess.getSimpleStateAccess().getSubgraphAssignment_3_5_1());
- // InternalRoom.g:16078:1: ( rule__SimpleState__SubgraphAssignment_3_5_1 )
- // InternalRoom.g:16078:2: rule__SimpleState__SubgraphAssignment_3_5_1
+ // InternalRoom.g:16098:1: ( rule__SimpleState__SubgraphAssignment_3_5_1 )
+ // InternalRoom.g:16098:2: rule__SimpleState__SubgraphAssignment_3_5_1
{
pushFollow(FOLLOW_2);
rule__SimpleState__SubgraphAssignment_3_5_1();
@@ -44850,14 +44946,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__0"
- // InternalRoom.g:16092:1: rule__RefinedState__Group__0 : rule__RefinedState__Group__0__Impl rule__RefinedState__Group__1 ;
+ // InternalRoom.g:16112:1: rule__RefinedState__Group__0 : rule__RefinedState__Group__0__Impl rule__RefinedState__Group__1 ;
public final void rule__RefinedState__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16096:1: ( rule__RefinedState__Group__0__Impl rule__RefinedState__Group__1 )
- // InternalRoom.g:16097:2: rule__RefinedState__Group__0__Impl rule__RefinedState__Group__1
+ // InternalRoom.g:16116:1: ( rule__RefinedState__Group__0__Impl rule__RefinedState__Group__1 )
+ // InternalRoom.g:16117:2: rule__RefinedState__Group__0__Impl rule__RefinedState__Group__1
{
pushFollow(FOLLOW_3);
rule__RefinedState__Group__0__Impl();
@@ -44888,17 +44984,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__0__Impl"
- // InternalRoom.g:16104:1: rule__RefinedState__Group__0__Impl : ( 'RefinedState' ) ;
+ // InternalRoom.g:16124:1: rule__RefinedState__Group__0__Impl : ( 'RefinedState' ) ;
public final void rule__RefinedState__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16108:1: ( ( 'RefinedState' ) )
- // InternalRoom.g:16109:1: ( 'RefinedState' )
+ // InternalRoom.g:16128:1: ( ( 'RefinedState' ) )
+ // InternalRoom.g:16129:1: ( 'RefinedState' )
{
- // InternalRoom.g:16109:1: ( 'RefinedState' )
- // InternalRoom.g:16110:1: 'RefinedState'
+ // InternalRoom.g:16129:1: ( 'RefinedState' )
+ // InternalRoom.g:16130:1: 'RefinedState'
{
before(grammarAccess.getRefinedStateAccess().getRefinedStateKeyword_0());
match(input,100,FOLLOW_2);
@@ -44925,14 +45021,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__1"
- // InternalRoom.g:16123:1: rule__RefinedState__Group__1 : rule__RefinedState__Group__1__Impl rule__RefinedState__Group__2 ;
+ // InternalRoom.g:16143:1: rule__RefinedState__Group__1 : rule__RefinedState__Group__1__Impl rule__RefinedState__Group__2 ;
public final void rule__RefinedState__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16127:1: ( rule__RefinedState__Group__1__Impl rule__RefinedState__Group__2 )
- // InternalRoom.g:16128:2: rule__RefinedState__Group__1__Impl rule__RefinedState__Group__2
+ // InternalRoom.g:16147:1: ( rule__RefinedState__Group__1__Impl rule__RefinedState__Group__2 )
+ // InternalRoom.g:16148:2: rule__RefinedState__Group__1__Impl rule__RefinedState__Group__2
{
pushFollow(FOLLOW_4);
rule__RefinedState__Group__1__Impl();
@@ -44963,21 +45059,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__1__Impl"
- // InternalRoom.g:16135:1: rule__RefinedState__Group__1__Impl : ( ( rule__RefinedState__TargetAssignment_1 ) ) ;
+ // InternalRoom.g:16155:1: rule__RefinedState__Group__1__Impl : ( ( rule__RefinedState__TargetAssignment_1 ) ) ;
public final void rule__RefinedState__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16139:1: ( ( ( rule__RefinedState__TargetAssignment_1 ) ) )
- // InternalRoom.g:16140:1: ( ( rule__RefinedState__TargetAssignment_1 ) )
+ // InternalRoom.g:16159:1: ( ( ( rule__RefinedState__TargetAssignment_1 ) ) )
+ // InternalRoom.g:16160:1: ( ( rule__RefinedState__TargetAssignment_1 ) )
{
- // InternalRoom.g:16140:1: ( ( rule__RefinedState__TargetAssignment_1 ) )
- // InternalRoom.g:16141:1: ( rule__RefinedState__TargetAssignment_1 )
+ // InternalRoom.g:16160:1: ( ( rule__RefinedState__TargetAssignment_1 ) )
+ // InternalRoom.g:16161:1: ( rule__RefinedState__TargetAssignment_1 )
{
before(grammarAccess.getRefinedStateAccess().getTargetAssignment_1());
- // InternalRoom.g:16142:1: ( rule__RefinedState__TargetAssignment_1 )
- // InternalRoom.g:16142:2: rule__RefinedState__TargetAssignment_1
+ // InternalRoom.g:16162:1: ( rule__RefinedState__TargetAssignment_1 )
+ // InternalRoom.g:16162:2: rule__RefinedState__TargetAssignment_1
{
pushFollow(FOLLOW_2);
rule__RefinedState__TargetAssignment_1();
@@ -45010,14 +45106,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__2"
- // InternalRoom.g:16152:1: rule__RefinedState__Group__2 : rule__RefinedState__Group__2__Impl rule__RefinedState__Group__3 ;
+ // InternalRoom.g:16172:1: rule__RefinedState__Group__2 : rule__RefinedState__Group__2__Impl rule__RefinedState__Group__3 ;
public final void rule__RefinedState__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16156:1: ( rule__RefinedState__Group__2__Impl rule__RefinedState__Group__3 )
- // InternalRoom.g:16157:2: rule__RefinedState__Group__2__Impl rule__RefinedState__Group__3
+ // InternalRoom.g:16176:1: ( rule__RefinedState__Group__2__Impl rule__RefinedState__Group__3 )
+ // InternalRoom.g:16177:2: rule__RefinedState__Group__2__Impl rule__RefinedState__Group__3
{
pushFollow(FOLLOW_4);
rule__RefinedState__Group__2__Impl();
@@ -45048,29 +45144,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__2__Impl"
- // InternalRoom.g:16164:1: rule__RefinedState__Group__2__Impl : ( ( rule__RefinedState__DocuAssignment_2 )? ) ;
+ // InternalRoom.g:16184:1: rule__RefinedState__Group__2__Impl : ( ( rule__RefinedState__DocuAssignment_2 )? ) ;
public final void rule__RefinedState__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16168:1: ( ( ( rule__RefinedState__DocuAssignment_2 )? ) )
- // InternalRoom.g:16169:1: ( ( rule__RefinedState__DocuAssignment_2 )? )
+ // InternalRoom.g:16188:1: ( ( ( rule__RefinedState__DocuAssignment_2 )? ) )
+ // InternalRoom.g:16189:1: ( ( rule__RefinedState__DocuAssignment_2 )? )
{
- // InternalRoom.g:16169:1: ( ( rule__RefinedState__DocuAssignment_2 )? )
- // InternalRoom.g:16170:1: ( rule__RefinedState__DocuAssignment_2 )?
+ // InternalRoom.g:16189:1: ( ( rule__RefinedState__DocuAssignment_2 )? )
+ // InternalRoom.g:16190:1: ( rule__RefinedState__DocuAssignment_2 )?
{
before(grammarAccess.getRefinedStateAccess().getDocuAssignment_2());
- // InternalRoom.g:16171:1: ( rule__RefinedState__DocuAssignment_2 )?
- int alt166=2;
- int LA166_0 = input.LA(1);
+ // InternalRoom.g:16191:1: ( rule__RefinedState__DocuAssignment_2 )?
+ int alt167=2;
+ int LA167_0 = input.LA(1);
- if ( (LA166_0==63) ) {
- alt166=1;
+ if ( (LA167_0==63) ) {
+ alt167=1;
}
- switch (alt166) {
+ switch (alt167) {
case 1 :
- // InternalRoom.g:16171:2: rule__RefinedState__DocuAssignment_2
+ // InternalRoom.g:16191:2: rule__RefinedState__DocuAssignment_2
{
pushFollow(FOLLOW_2);
rule__RefinedState__DocuAssignment_2();
@@ -45106,16 +45202,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__3"
- // InternalRoom.g:16181:1: rule__RefinedState__Group__3 : rule__RefinedState__Group__3__Impl rule__RefinedState__Group__4 ;
+ // InternalRoom.g:16201:1: rule__RefinedState__Group__3 : rule__RefinedState__Group__3__Impl rule__RefinedState__Group__4 ;
public final void rule__RefinedState__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16185:1: ( rule__RefinedState__Group__3__Impl rule__RefinedState__Group__4 )
- // InternalRoom.g:16186:2: rule__RefinedState__Group__3__Impl rule__RefinedState__Group__4
+ // InternalRoom.g:16205:1: ( rule__RefinedState__Group__3__Impl rule__RefinedState__Group__4 )
+ // InternalRoom.g:16206:2: rule__RefinedState__Group__3__Impl rule__RefinedState__Group__4
{
- pushFollow(FOLLOW_83);
+ pushFollow(FOLLOW_84);
rule__RefinedState__Group__3__Impl();
state._fsp--;
@@ -45144,17 +45240,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__3__Impl"
- // InternalRoom.g:16193:1: rule__RefinedState__Group__3__Impl : ( '{' ) ;
+ // InternalRoom.g:16213:1: rule__RefinedState__Group__3__Impl : ( '{' ) ;
public final void rule__RefinedState__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16197:1: ( ( '{' ) )
- // InternalRoom.g:16198:1: ( '{' )
+ // InternalRoom.g:16217:1: ( ( '{' ) )
+ // InternalRoom.g:16218:1: ( '{' )
{
- // InternalRoom.g:16198:1: ( '{' )
- // InternalRoom.g:16199:1: '{'
+ // InternalRoom.g:16218:1: ( '{' )
+ // InternalRoom.g:16219:1: '{'
{
before(grammarAccess.getRefinedStateAccess().getLeftCurlyBracketKeyword_3());
match(input,45,FOLLOW_2);
@@ -45181,16 +45277,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__4"
- // InternalRoom.g:16212:1: rule__RefinedState__Group__4 : rule__RefinedState__Group__4__Impl rule__RefinedState__Group__5 ;
+ // InternalRoom.g:16232:1: rule__RefinedState__Group__4 : rule__RefinedState__Group__4__Impl rule__RefinedState__Group__5 ;
public final void rule__RefinedState__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16216:1: ( rule__RefinedState__Group__4__Impl rule__RefinedState__Group__5 )
- // InternalRoom.g:16217:2: rule__RefinedState__Group__4__Impl rule__RefinedState__Group__5
+ // InternalRoom.g:16236:1: ( rule__RefinedState__Group__4__Impl rule__RefinedState__Group__5 )
+ // InternalRoom.g:16237:2: rule__RefinedState__Group__4__Impl rule__RefinedState__Group__5
{
- pushFollow(FOLLOW_83);
+ pushFollow(FOLLOW_84);
rule__RefinedState__Group__4__Impl();
state._fsp--;
@@ -45219,33 +45315,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__4__Impl"
- // InternalRoom.g:16224:1: rule__RefinedState__Group__4__Impl : ( ( rule__RefinedState__AnnotationsAssignment_4 )* ) ;
+ // InternalRoom.g:16244:1: rule__RefinedState__Group__4__Impl : ( ( rule__RefinedState__AnnotationsAssignment_4 )* ) ;
public final void rule__RefinedState__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16228:1: ( ( ( rule__RefinedState__AnnotationsAssignment_4 )* ) )
- // InternalRoom.g:16229:1: ( ( rule__RefinedState__AnnotationsAssignment_4 )* )
+ // InternalRoom.g:16248:1: ( ( ( rule__RefinedState__AnnotationsAssignment_4 )* ) )
+ // InternalRoom.g:16249:1: ( ( rule__RefinedState__AnnotationsAssignment_4 )* )
{
- // InternalRoom.g:16229:1: ( ( rule__RefinedState__AnnotationsAssignment_4 )* )
- // InternalRoom.g:16230:1: ( rule__RefinedState__AnnotationsAssignment_4 )*
+ // InternalRoom.g:16249:1: ( ( rule__RefinedState__AnnotationsAssignment_4 )* )
+ // InternalRoom.g:16250:1: ( rule__RefinedState__AnnotationsAssignment_4 )*
{
before(grammarAccess.getRefinedStateAccess().getAnnotationsAssignment_4());
- // InternalRoom.g:16231:1: ( rule__RefinedState__AnnotationsAssignment_4 )*
- loop167:
+ // InternalRoom.g:16251:1: ( rule__RefinedState__AnnotationsAssignment_4 )*
+ loop168:
do {
- int alt167=2;
- int LA167_0 = input.LA(1);
+ int alt168=2;
+ int LA168_0 = input.LA(1);
- if ( (LA167_0==120) ) {
- alt167=1;
+ if ( (LA168_0==120) ) {
+ alt168=1;
}
- switch (alt167) {
+ switch (alt168) {
case 1 :
- // InternalRoom.g:16231:2: rule__RefinedState__AnnotationsAssignment_4
+ // InternalRoom.g:16251:2: rule__RefinedState__AnnotationsAssignment_4
{
pushFollow(FOLLOW_6);
rule__RefinedState__AnnotationsAssignment_4();
@@ -45257,7 +45353,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop167;
+ break loop168;
}
} while (true);
@@ -45284,16 +45380,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__5"
- // InternalRoom.g:16241:1: rule__RefinedState__Group__5 : rule__RefinedState__Group__5__Impl rule__RefinedState__Group__6 ;
+ // InternalRoom.g:16261:1: rule__RefinedState__Group__5 : rule__RefinedState__Group__5__Impl rule__RefinedState__Group__6 ;
public final void rule__RefinedState__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16245:1: ( rule__RefinedState__Group__5__Impl rule__RefinedState__Group__6 )
- // InternalRoom.g:16246:2: rule__RefinedState__Group__5__Impl rule__RefinedState__Group__6
+ // InternalRoom.g:16265:1: ( rule__RefinedState__Group__5__Impl rule__RefinedState__Group__6 )
+ // InternalRoom.g:16266:2: rule__RefinedState__Group__5__Impl rule__RefinedState__Group__6
{
- pushFollow(FOLLOW_83);
+ pushFollow(FOLLOW_84);
rule__RefinedState__Group__5__Impl();
state._fsp--;
@@ -45322,29 +45418,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__5__Impl"
- // InternalRoom.g:16253:1: rule__RefinedState__Group__5__Impl : ( ( rule__RefinedState__Group_5__0 )? ) ;
+ // InternalRoom.g:16273:1: rule__RefinedState__Group__5__Impl : ( ( rule__RefinedState__Group_5__0 )? ) ;
public final void rule__RefinedState__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16257:1: ( ( ( rule__RefinedState__Group_5__0 )? ) )
- // InternalRoom.g:16258:1: ( ( rule__RefinedState__Group_5__0 )? )
+ // InternalRoom.g:16277:1: ( ( ( rule__RefinedState__Group_5__0 )? ) )
+ // InternalRoom.g:16278:1: ( ( rule__RefinedState__Group_5__0 )? )
{
- // InternalRoom.g:16258:1: ( ( rule__RefinedState__Group_5__0 )? )
- // InternalRoom.g:16259:1: ( rule__RefinedState__Group_5__0 )?
+ // InternalRoom.g:16278:1: ( ( rule__RefinedState__Group_5__0 )? )
+ // InternalRoom.g:16279:1: ( rule__RefinedState__Group_5__0 )?
{
before(grammarAccess.getRefinedStateAccess().getGroup_5());
- // InternalRoom.g:16260:1: ( rule__RefinedState__Group_5__0 )?
- int alt168=2;
- int LA168_0 = input.LA(1);
+ // InternalRoom.g:16280:1: ( rule__RefinedState__Group_5__0 )?
+ int alt169=2;
+ int LA169_0 = input.LA(1);
- if ( (LA168_0==96) ) {
- alt168=1;
+ if ( (LA169_0==96) ) {
+ alt169=1;
}
- switch (alt168) {
+ switch (alt169) {
case 1 :
- // InternalRoom.g:16260:2: rule__RefinedState__Group_5__0
+ // InternalRoom.g:16280:2: rule__RefinedState__Group_5__0
{
pushFollow(FOLLOW_2);
rule__RefinedState__Group_5__0();
@@ -45380,16 +45476,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__6"
- // InternalRoom.g:16270:1: rule__RefinedState__Group__6 : rule__RefinedState__Group__6__Impl rule__RefinedState__Group__7 ;
+ // InternalRoom.g:16290:1: rule__RefinedState__Group__6 : rule__RefinedState__Group__6__Impl rule__RefinedState__Group__7 ;
public final void rule__RefinedState__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16274:1: ( rule__RefinedState__Group__6__Impl rule__RefinedState__Group__7 )
- // InternalRoom.g:16275:2: rule__RefinedState__Group__6__Impl rule__RefinedState__Group__7
+ // InternalRoom.g:16294:1: ( rule__RefinedState__Group__6__Impl rule__RefinedState__Group__7 )
+ // InternalRoom.g:16295:2: rule__RefinedState__Group__6__Impl rule__RefinedState__Group__7
{
- pushFollow(FOLLOW_83);
+ pushFollow(FOLLOW_84);
rule__RefinedState__Group__6__Impl();
state._fsp--;
@@ -45418,29 +45514,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__6__Impl"
- // InternalRoom.g:16282:1: rule__RefinedState__Group__6__Impl : ( ( rule__RefinedState__Group_6__0 )? ) ;
+ // InternalRoom.g:16302:1: rule__RefinedState__Group__6__Impl : ( ( rule__RefinedState__Group_6__0 )? ) ;
public final void rule__RefinedState__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16286:1: ( ( ( rule__RefinedState__Group_6__0 )? ) )
- // InternalRoom.g:16287:1: ( ( rule__RefinedState__Group_6__0 )? )
+ // InternalRoom.g:16306:1: ( ( ( rule__RefinedState__Group_6__0 )? ) )
+ // InternalRoom.g:16307:1: ( ( rule__RefinedState__Group_6__0 )? )
{
- // InternalRoom.g:16287:1: ( ( rule__RefinedState__Group_6__0 )? )
- // InternalRoom.g:16288:1: ( rule__RefinedState__Group_6__0 )?
+ // InternalRoom.g:16307:1: ( ( rule__RefinedState__Group_6__0 )? )
+ // InternalRoom.g:16308:1: ( rule__RefinedState__Group_6__0 )?
{
before(grammarAccess.getRefinedStateAccess().getGroup_6());
- // InternalRoom.g:16289:1: ( rule__RefinedState__Group_6__0 )?
- int alt169=2;
- int LA169_0 = input.LA(1);
+ // InternalRoom.g:16309:1: ( rule__RefinedState__Group_6__0 )?
+ int alt170=2;
+ int LA170_0 = input.LA(1);
- if ( (LA169_0==97) ) {
- alt169=1;
+ if ( (LA170_0==97) ) {
+ alt170=1;
}
- switch (alt169) {
+ switch (alt170) {
case 1 :
- // InternalRoom.g:16289:2: rule__RefinedState__Group_6__0
+ // InternalRoom.g:16309:2: rule__RefinedState__Group_6__0
{
pushFollow(FOLLOW_2);
rule__RefinedState__Group_6__0();
@@ -45476,16 +45572,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__7"
- // InternalRoom.g:16299:1: rule__RefinedState__Group__7 : rule__RefinedState__Group__7__Impl rule__RefinedState__Group__8 ;
+ // InternalRoom.g:16319:1: rule__RefinedState__Group__7 : rule__RefinedState__Group__7__Impl rule__RefinedState__Group__8 ;
public final void rule__RefinedState__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16303:1: ( rule__RefinedState__Group__7__Impl rule__RefinedState__Group__8 )
- // InternalRoom.g:16304:2: rule__RefinedState__Group__7__Impl rule__RefinedState__Group__8
+ // InternalRoom.g:16323:1: ( rule__RefinedState__Group__7__Impl rule__RefinedState__Group__8 )
+ // InternalRoom.g:16324:2: rule__RefinedState__Group__7__Impl rule__RefinedState__Group__8
{
- pushFollow(FOLLOW_83);
+ pushFollow(FOLLOW_84);
rule__RefinedState__Group__7__Impl();
state._fsp--;
@@ -45514,29 +45610,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__7__Impl"
- // InternalRoom.g:16311:1: rule__RefinedState__Group__7__Impl : ( ( rule__RefinedState__Group_7__0 )? ) ;
+ // InternalRoom.g:16331:1: rule__RefinedState__Group__7__Impl : ( ( rule__RefinedState__Group_7__0 )? ) ;
public final void rule__RefinedState__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16315:1: ( ( ( rule__RefinedState__Group_7__0 )? ) )
- // InternalRoom.g:16316:1: ( ( rule__RefinedState__Group_7__0 )? )
+ // InternalRoom.g:16335:1: ( ( ( rule__RefinedState__Group_7__0 )? ) )
+ // InternalRoom.g:16336:1: ( ( rule__RefinedState__Group_7__0 )? )
{
- // InternalRoom.g:16316:1: ( ( rule__RefinedState__Group_7__0 )? )
- // InternalRoom.g:16317:1: ( rule__RefinedState__Group_7__0 )?
+ // InternalRoom.g:16336:1: ( ( rule__RefinedState__Group_7__0 )? )
+ // InternalRoom.g:16337:1: ( rule__RefinedState__Group_7__0 )?
{
before(grammarAccess.getRefinedStateAccess().getGroup_7());
- // InternalRoom.g:16318:1: ( rule__RefinedState__Group_7__0 )?
- int alt170=2;
- int LA170_0 = input.LA(1);
+ // InternalRoom.g:16338:1: ( rule__RefinedState__Group_7__0 )?
+ int alt171=2;
+ int LA171_0 = input.LA(1);
- if ( (LA170_0==98) ) {
- alt170=1;
+ if ( (LA171_0==98) ) {
+ alt171=1;
}
- switch (alt170) {
+ switch (alt171) {
case 1 :
- // InternalRoom.g:16318:2: rule__RefinedState__Group_7__0
+ // InternalRoom.g:16338:2: rule__RefinedState__Group_7__0
{
pushFollow(FOLLOW_2);
rule__RefinedState__Group_7__0();
@@ -45572,16 +45668,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__8"
- // InternalRoom.g:16328:1: rule__RefinedState__Group__8 : rule__RefinedState__Group__8__Impl rule__RefinedState__Group__9 ;
+ // InternalRoom.g:16348:1: rule__RefinedState__Group__8 : rule__RefinedState__Group__8__Impl rule__RefinedState__Group__9 ;
public final void rule__RefinedState__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16332:1: ( rule__RefinedState__Group__8__Impl rule__RefinedState__Group__9 )
- // InternalRoom.g:16333:2: rule__RefinedState__Group__8__Impl rule__RefinedState__Group__9
+ // InternalRoom.g:16352:1: ( rule__RefinedState__Group__8__Impl rule__RefinedState__Group__9 )
+ // InternalRoom.g:16353:2: rule__RefinedState__Group__8__Impl rule__RefinedState__Group__9
{
- pushFollow(FOLLOW_83);
+ pushFollow(FOLLOW_84);
rule__RefinedState__Group__8__Impl();
state._fsp--;
@@ -45610,29 +45706,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__8__Impl"
- // InternalRoom.g:16340:1: rule__RefinedState__Group__8__Impl : ( ( rule__RefinedState__Group_8__0 )? ) ;
+ // InternalRoom.g:16360:1: rule__RefinedState__Group__8__Impl : ( ( rule__RefinedState__Group_8__0 )? ) ;
public final void rule__RefinedState__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16344:1: ( ( ( rule__RefinedState__Group_8__0 )? ) )
- // InternalRoom.g:16345:1: ( ( rule__RefinedState__Group_8__0 )? )
+ // InternalRoom.g:16364:1: ( ( ( rule__RefinedState__Group_8__0 )? ) )
+ // InternalRoom.g:16365:1: ( ( rule__RefinedState__Group_8__0 )? )
{
- // InternalRoom.g:16345:1: ( ( rule__RefinedState__Group_8__0 )? )
- // InternalRoom.g:16346:1: ( rule__RefinedState__Group_8__0 )?
+ // InternalRoom.g:16365:1: ( ( rule__RefinedState__Group_8__0 )? )
+ // InternalRoom.g:16366:1: ( rule__RefinedState__Group_8__0 )?
{
before(grammarAccess.getRefinedStateAccess().getGroup_8());
- // InternalRoom.g:16347:1: ( rule__RefinedState__Group_8__0 )?
- int alt171=2;
- int LA171_0 = input.LA(1);
+ // InternalRoom.g:16367:1: ( rule__RefinedState__Group_8__0 )?
+ int alt172=2;
+ int LA172_0 = input.LA(1);
- if ( (LA171_0==99) ) {
- alt171=1;
+ if ( (LA172_0==99) ) {
+ alt172=1;
}
- switch (alt171) {
+ switch (alt172) {
case 1 :
- // InternalRoom.g:16347:2: rule__RefinedState__Group_8__0
+ // InternalRoom.g:16367:2: rule__RefinedState__Group_8__0
{
pushFollow(FOLLOW_2);
rule__RefinedState__Group_8__0();
@@ -45668,14 +45764,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__9"
- // InternalRoom.g:16357:1: rule__RefinedState__Group__9 : rule__RefinedState__Group__9__Impl ;
+ // InternalRoom.g:16377:1: rule__RefinedState__Group__9 : rule__RefinedState__Group__9__Impl ;
public final void rule__RefinedState__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16361:1: ( rule__RefinedState__Group__9__Impl )
- // InternalRoom.g:16362:2: rule__RefinedState__Group__9__Impl
+ // InternalRoom.g:16381:1: ( rule__RefinedState__Group__9__Impl )
+ // InternalRoom.g:16382:2: rule__RefinedState__Group__9__Impl
{
pushFollow(FOLLOW_2);
rule__RefinedState__Group__9__Impl();
@@ -45701,17 +45797,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group__9__Impl"
- // InternalRoom.g:16368:1: rule__RefinedState__Group__9__Impl : ( '}' ) ;
+ // InternalRoom.g:16388:1: rule__RefinedState__Group__9__Impl : ( '}' ) ;
public final void rule__RefinedState__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16372:1: ( ( '}' ) )
- // InternalRoom.g:16373:1: ( '}' )
+ // InternalRoom.g:16392:1: ( ( '}' ) )
+ // InternalRoom.g:16393:1: ( '}' )
{
- // InternalRoom.g:16373:1: ( '}' )
- // InternalRoom.g:16374:1: '}'
+ // InternalRoom.g:16393:1: ( '}' )
+ // InternalRoom.g:16394:1: '}'
{
before(grammarAccess.getRefinedStateAccess().getRightCurlyBracketKeyword_9());
match(input,46,FOLLOW_2);
@@ -45738,16 +45834,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group_5__0"
- // InternalRoom.g:16407:1: rule__RefinedState__Group_5__0 : rule__RefinedState__Group_5__0__Impl rule__RefinedState__Group_5__1 ;
+ // InternalRoom.g:16427:1: rule__RefinedState__Group_5__0 : rule__RefinedState__Group_5__0__Impl rule__RefinedState__Group_5__1 ;
public final void rule__RefinedState__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16411:1: ( rule__RefinedState__Group_5__0__Impl rule__RefinedState__Group_5__1 )
- // InternalRoom.g:16412:2: rule__RefinedState__Group_5__0__Impl rule__RefinedState__Group_5__1
+ // InternalRoom.g:16431:1: ( rule__RefinedState__Group_5__0__Impl rule__RefinedState__Group_5__1 )
+ // InternalRoom.g:16432:2: rule__RefinedState__Group_5__0__Impl rule__RefinedState__Group_5__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__RefinedState__Group_5__0__Impl();
state._fsp--;
@@ -45776,17 +45872,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group_5__0__Impl"
- // InternalRoom.g:16419:1: rule__RefinedState__Group_5__0__Impl : ( 'entry' ) ;
+ // InternalRoom.g:16439:1: rule__RefinedState__Group_5__0__Impl : ( 'entry' ) ;
public final void rule__RefinedState__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16423:1: ( ( 'entry' ) )
- // InternalRoom.g:16424:1: ( 'entry' )
+ // InternalRoom.g:16443:1: ( ( 'entry' ) )
+ // InternalRoom.g:16444:1: ( 'entry' )
{
- // InternalRoom.g:16424:1: ( 'entry' )
- // InternalRoom.g:16425:1: 'entry'
+ // InternalRoom.g:16444:1: ( 'entry' )
+ // InternalRoom.g:16445:1: 'entry'
{
before(grammarAccess.getRefinedStateAccess().getEntryKeyword_5_0());
match(input,96,FOLLOW_2);
@@ -45813,14 +45909,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group_5__1"
- // InternalRoom.g:16438:1: rule__RefinedState__Group_5__1 : rule__RefinedState__Group_5__1__Impl ;
+ // InternalRoom.g:16458:1: rule__RefinedState__Group_5__1 : rule__RefinedState__Group_5__1__Impl ;
public final void rule__RefinedState__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16442:1: ( rule__RefinedState__Group_5__1__Impl )
- // InternalRoom.g:16443:2: rule__RefinedState__Group_5__1__Impl
+ // InternalRoom.g:16462:1: ( rule__RefinedState__Group_5__1__Impl )
+ // InternalRoom.g:16463:2: rule__RefinedState__Group_5__1__Impl
{
pushFollow(FOLLOW_2);
rule__RefinedState__Group_5__1__Impl();
@@ -45846,21 +45942,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group_5__1__Impl"
- // InternalRoom.g:16449:1: rule__RefinedState__Group_5__1__Impl : ( ( rule__RefinedState__EntryCodeAssignment_5_1 ) ) ;
+ // InternalRoom.g:16469:1: rule__RefinedState__Group_5__1__Impl : ( ( rule__RefinedState__EntryCodeAssignment_5_1 ) ) ;
public final void rule__RefinedState__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16453:1: ( ( ( rule__RefinedState__EntryCodeAssignment_5_1 ) ) )
- // InternalRoom.g:16454:1: ( ( rule__RefinedState__EntryCodeAssignment_5_1 ) )
+ // InternalRoom.g:16473:1: ( ( ( rule__RefinedState__EntryCodeAssignment_5_1 ) ) )
+ // InternalRoom.g:16474:1: ( ( rule__RefinedState__EntryCodeAssignment_5_1 ) )
{
- // InternalRoom.g:16454:1: ( ( rule__RefinedState__EntryCodeAssignment_5_1 ) )
- // InternalRoom.g:16455:1: ( rule__RefinedState__EntryCodeAssignment_5_1 )
+ // InternalRoom.g:16474:1: ( ( rule__RefinedState__EntryCodeAssignment_5_1 ) )
+ // InternalRoom.g:16475:1: ( rule__RefinedState__EntryCodeAssignment_5_1 )
{
before(grammarAccess.getRefinedStateAccess().getEntryCodeAssignment_5_1());
- // InternalRoom.g:16456:1: ( rule__RefinedState__EntryCodeAssignment_5_1 )
- // InternalRoom.g:16456:2: rule__RefinedState__EntryCodeAssignment_5_1
+ // InternalRoom.g:16476:1: ( rule__RefinedState__EntryCodeAssignment_5_1 )
+ // InternalRoom.g:16476:2: rule__RefinedState__EntryCodeAssignment_5_1
{
pushFollow(FOLLOW_2);
rule__RefinedState__EntryCodeAssignment_5_1();
@@ -45893,16 +45989,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group_6__0"
- // InternalRoom.g:16470:1: rule__RefinedState__Group_6__0 : rule__RefinedState__Group_6__0__Impl rule__RefinedState__Group_6__1 ;
+ // InternalRoom.g:16490:1: rule__RefinedState__Group_6__0 : rule__RefinedState__Group_6__0__Impl rule__RefinedState__Group_6__1 ;
public final void rule__RefinedState__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16474:1: ( rule__RefinedState__Group_6__0__Impl rule__RefinedState__Group_6__1 )
- // InternalRoom.g:16475:2: rule__RefinedState__Group_6__0__Impl rule__RefinedState__Group_6__1
+ // InternalRoom.g:16494:1: ( rule__RefinedState__Group_6__0__Impl rule__RefinedState__Group_6__1 )
+ // InternalRoom.g:16495:2: rule__RefinedState__Group_6__0__Impl rule__RefinedState__Group_6__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__RefinedState__Group_6__0__Impl();
state._fsp--;
@@ -45931,17 +46027,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group_6__0__Impl"
- // InternalRoom.g:16482:1: rule__RefinedState__Group_6__0__Impl : ( 'exit' ) ;
+ // InternalRoom.g:16502:1: rule__RefinedState__Group_6__0__Impl : ( 'exit' ) ;
public final void rule__RefinedState__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16486:1: ( ( 'exit' ) )
- // InternalRoom.g:16487:1: ( 'exit' )
+ // InternalRoom.g:16506:1: ( ( 'exit' ) )
+ // InternalRoom.g:16507:1: ( 'exit' )
{
- // InternalRoom.g:16487:1: ( 'exit' )
- // InternalRoom.g:16488:1: 'exit'
+ // InternalRoom.g:16507:1: ( 'exit' )
+ // InternalRoom.g:16508:1: 'exit'
{
before(grammarAccess.getRefinedStateAccess().getExitKeyword_6_0());
match(input,97,FOLLOW_2);
@@ -45968,14 +46064,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group_6__1"
- // InternalRoom.g:16501:1: rule__RefinedState__Group_6__1 : rule__RefinedState__Group_6__1__Impl ;
+ // InternalRoom.g:16521:1: rule__RefinedState__Group_6__1 : rule__RefinedState__Group_6__1__Impl ;
public final void rule__RefinedState__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16505:1: ( rule__RefinedState__Group_6__1__Impl )
- // InternalRoom.g:16506:2: rule__RefinedState__Group_6__1__Impl
+ // InternalRoom.g:16525:1: ( rule__RefinedState__Group_6__1__Impl )
+ // InternalRoom.g:16526:2: rule__RefinedState__Group_6__1__Impl
{
pushFollow(FOLLOW_2);
rule__RefinedState__Group_6__1__Impl();
@@ -46001,21 +46097,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group_6__1__Impl"
- // InternalRoom.g:16512:1: rule__RefinedState__Group_6__1__Impl : ( ( rule__RefinedState__ExitCodeAssignment_6_1 ) ) ;
+ // InternalRoom.g:16532:1: rule__RefinedState__Group_6__1__Impl : ( ( rule__RefinedState__ExitCodeAssignment_6_1 ) ) ;
public final void rule__RefinedState__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16516:1: ( ( ( rule__RefinedState__ExitCodeAssignment_6_1 ) ) )
- // InternalRoom.g:16517:1: ( ( rule__RefinedState__ExitCodeAssignment_6_1 ) )
+ // InternalRoom.g:16536:1: ( ( ( rule__RefinedState__ExitCodeAssignment_6_1 ) ) )
+ // InternalRoom.g:16537:1: ( ( rule__RefinedState__ExitCodeAssignment_6_1 ) )
{
- // InternalRoom.g:16517:1: ( ( rule__RefinedState__ExitCodeAssignment_6_1 ) )
- // InternalRoom.g:16518:1: ( rule__RefinedState__ExitCodeAssignment_6_1 )
+ // InternalRoom.g:16537:1: ( ( rule__RefinedState__ExitCodeAssignment_6_1 ) )
+ // InternalRoom.g:16538:1: ( rule__RefinedState__ExitCodeAssignment_6_1 )
{
before(grammarAccess.getRefinedStateAccess().getExitCodeAssignment_6_1());
- // InternalRoom.g:16519:1: ( rule__RefinedState__ExitCodeAssignment_6_1 )
- // InternalRoom.g:16519:2: rule__RefinedState__ExitCodeAssignment_6_1
+ // InternalRoom.g:16539:1: ( rule__RefinedState__ExitCodeAssignment_6_1 )
+ // InternalRoom.g:16539:2: rule__RefinedState__ExitCodeAssignment_6_1
{
pushFollow(FOLLOW_2);
rule__RefinedState__ExitCodeAssignment_6_1();
@@ -46048,16 +46144,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group_7__0"
- // InternalRoom.g:16533:1: rule__RefinedState__Group_7__0 : rule__RefinedState__Group_7__0__Impl rule__RefinedState__Group_7__1 ;
+ // InternalRoom.g:16553:1: rule__RefinedState__Group_7__0 : rule__RefinedState__Group_7__0__Impl rule__RefinedState__Group_7__1 ;
public final void rule__RefinedState__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16537:1: ( rule__RefinedState__Group_7__0__Impl rule__RefinedState__Group_7__1 )
- // InternalRoom.g:16538:2: rule__RefinedState__Group_7__0__Impl rule__RefinedState__Group_7__1
+ // InternalRoom.g:16557:1: ( rule__RefinedState__Group_7__0__Impl rule__RefinedState__Group_7__1 )
+ // InternalRoom.g:16558:2: rule__RefinedState__Group_7__0__Impl rule__RefinedState__Group_7__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__RefinedState__Group_7__0__Impl();
state._fsp--;
@@ -46086,17 +46182,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group_7__0__Impl"
- // InternalRoom.g:16545:1: rule__RefinedState__Group_7__0__Impl : ( 'do' ) ;
+ // InternalRoom.g:16565:1: rule__RefinedState__Group_7__0__Impl : ( 'do' ) ;
public final void rule__RefinedState__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16549:1: ( ( 'do' ) )
- // InternalRoom.g:16550:1: ( 'do' )
+ // InternalRoom.g:16569:1: ( ( 'do' ) )
+ // InternalRoom.g:16570:1: ( 'do' )
{
- // InternalRoom.g:16550:1: ( 'do' )
- // InternalRoom.g:16551:1: 'do'
+ // InternalRoom.g:16570:1: ( 'do' )
+ // InternalRoom.g:16571:1: 'do'
{
before(grammarAccess.getRefinedStateAccess().getDoKeyword_7_0());
match(input,98,FOLLOW_2);
@@ -46123,14 +46219,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group_7__1"
- // InternalRoom.g:16564:1: rule__RefinedState__Group_7__1 : rule__RefinedState__Group_7__1__Impl ;
+ // InternalRoom.g:16584:1: rule__RefinedState__Group_7__1 : rule__RefinedState__Group_7__1__Impl ;
public final void rule__RefinedState__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16568:1: ( rule__RefinedState__Group_7__1__Impl )
- // InternalRoom.g:16569:2: rule__RefinedState__Group_7__1__Impl
+ // InternalRoom.g:16588:1: ( rule__RefinedState__Group_7__1__Impl )
+ // InternalRoom.g:16589:2: rule__RefinedState__Group_7__1__Impl
{
pushFollow(FOLLOW_2);
rule__RefinedState__Group_7__1__Impl();
@@ -46156,21 +46252,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group_7__1__Impl"
- // InternalRoom.g:16575:1: rule__RefinedState__Group_7__1__Impl : ( ( rule__RefinedState__DoCodeAssignment_7_1 ) ) ;
+ // InternalRoom.g:16595:1: rule__RefinedState__Group_7__1__Impl : ( ( rule__RefinedState__DoCodeAssignment_7_1 ) ) ;
public final void rule__RefinedState__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16579:1: ( ( ( rule__RefinedState__DoCodeAssignment_7_1 ) ) )
- // InternalRoom.g:16580:1: ( ( rule__RefinedState__DoCodeAssignment_7_1 ) )
+ // InternalRoom.g:16599:1: ( ( ( rule__RefinedState__DoCodeAssignment_7_1 ) ) )
+ // InternalRoom.g:16600:1: ( ( rule__RefinedState__DoCodeAssignment_7_1 ) )
{
- // InternalRoom.g:16580:1: ( ( rule__RefinedState__DoCodeAssignment_7_1 ) )
- // InternalRoom.g:16581:1: ( rule__RefinedState__DoCodeAssignment_7_1 )
+ // InternalRoom.g:16600:1: ( ( rule__RefinedState__DoCodeAssignment_7_1 ) )
+ // InternalRoom.g:16601:1: ( rule__RefinedState__DoCodeAssignment_7_1 )
{
before(grammarAccess.getRefinedStateAccess().getDoCodeAssignment_7_1());
- // InternalRoom.g:16582:1: ( rule__RefinedState__DoCodeAssignment_7_1 )
- // InternalRoom.g:16582:2: rule__RefinedState__DoCodeAssignment_7_1
+ // InternalRoom.g:16602:1: ( rule__RefinedState__DoCodeAssignment_7_1 )
+ // InternalRoom.g:16602:2: rule__RefinedState__DoCodeAssignment_7_1
{
pushFollow(FOLLOW_2);
rule__RefinedState__DoCodeAssignment_7_1();
@@ -46203,16 +46299,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group_8__0"
- // InternalRoom.g:16596:1: rule__RefinedState__Group_8__0 : rule__RefinedState__Group_8__0__Impl rule__RefinedState__Group_8__1 ;
+ // InternalRoom.g:16616:1: rule__RefinedState__Group_8__0 : rule__RefinedState__Group_8__0__Impl rule__RefinedState__Group_8__1 ;
public final void rule__RefinedState__Group_8__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16600:1: ( rule__RefinedState__Group_8__0__Impl rule__RefinedState__Group_8__1 )
- // InternalRoom.g:16601:2: rule__RefinedState__Group_8__0__Impl rule__RefinedState__Group_8__1
+ // InternalRoom.g:16620:1: ( rule__RefinedState__Group_8__0__Impl rule__RefinedState__Group_8__1 )
+ // InternalRoom.g:16621:2: rule__RefinedState__Group_8__0__Impl rule__RefinedState__Group_8__1
{
- pushFollow(FOLLOW_41);
+ pushFollow(FOLLOW_42);
rule__RefinedState__Group_8__0__Impl();
state._fsp--;
@@ -46241,17 +46337,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group_8__0__Impl"
- // InternalRoom.g:16608:1: rule__RefinedState__Group_8__0__Impl : ( 'subgraph' ) ;
+ // InternalRoom.g:16628:1: rule__RefinedState__Group_8__0__Impl : ( 'subgraph' ) ;
public final void rule__RefinedState__Group_8__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16612:1: ( ( 'subgraph' ) )
- // InternalRoom.g:16613:1: ( 'subgraph' )
+ // InternalRoom.g:16632:1: ( ( 'subgraph' ) )
+ // InternalRoom.g:16633:1: ( 'subgraph' )
{
- // InternalRoom.g:16613:1: ( 'subgraph' )
- // InternalRoom.g:16614:1: 'subgraph'
+ // InternalRoom.g:16633:1: ( 'subgraph' )
+ // InternalRoom.g:16634:1: 'subgraph'
{
before(grammarAccess.getRefinedStateAccess().getSubgraphKeyword_8_0());
match(input,99,FOLLOW_2);
@@ -46278,14 +46374,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group_8__1"
- // InternalRoom.g:16627:1: rule__RefinedState__Group_8__1 : rule__RefinedState__Group_8__1__Impl ;
+ // InternalRoom.g:16647:1: rule__RefinedState__Group_8__1 : rule__RefinedState__Group_8__1__Impl ;
public final void rule__RefinedState__Group_8__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16631:1: ( rule__RefinedState__Group_8__1__Impl )
- // InternalRoom.g:16632:2: rule__RefinedState__Group_8__1__Impl
+ // InternalRoom.g:16651:1: ( rule__RefinedState__Group_8__1__Impl )
+ // InternalRoom.g:16652:2: rule__RefinedState__Group_8__1__Impl
{
pushFollow(FOLLOW_2);
rule__RefinedState__Group_8__1__Impl();
@@ -46311,21 +46407,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__Group_8__1__Impl"
- // InternalRoom.g:16638:1: rule__RefinedState__Group_8__1__Impl : ( ( rule__RefinedState__SubgraphAssignment_8_1 ) ) ;
+ // InternalRoom.g:16658:1: rule__RefinedState__Group_8__1__Impl : ( ( rule__RefinedState__SubgraphAssignment_8_1 ) ) ;
public final void rule__RefinedState__Group_8__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16642:1: ( ( ( rule__RefinedState__SubgraphAssignment_8_1 ) ) )
- // InternalRoom.g:16643:1: ( ( rule__RefinedState__SubgraphAssignment_8_1 ) )
+ // InternalRoom.g:16662:1: ( ( ( rule__RefinedState__SubgraphAssignment_8_1 ) ) )
+ // InternalRoom.g:16663:1: ( ( rule__RefinedState__SubgraphAssignment_8_1 ) )
{
- // InternalRoom.g:16643:1: ( ( rule__RefinedState__SubgraphAssignment_8_1 ) )
- // InternalRoom.g:16644:1: ( rule__RefinedState__SubgraphAssignment_8_1 )
+ // InternalRoom.g:16663:1: ( ( rule__RefinedState__SubgraphAssignment_8_1 ) )
+ // InternalRoom.g:16664:1: ( rule__RefinedState__SubgraphAssignment_8_1 )
{
before(grammarAccess.getRefinedStateAccess().getSubgraphAssignment_8_1());
- // InternalRoom.g:16645:1: ( rule__RefinedState__SubgraphAssignment_8_1 )
- // InternalRoom.g:16645:2: rule__RefinedState__SubgraphAssignment_8_1
+ // InternalRoom.g:16665:1: ( rule__RefinedState__SubgraphAssignment_8_1 )
+ // InternalRoom.g:16665:2: rule__RefinedState__SubgraphAssignment_8_1
{
pushFollow(FOLLOW_2);
rule__RefinedState__SubgraphAssignment_8_1();
@@ -46358,16 +46454,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DetailCode__Group_0__0"
- // InternalRoom.g:16659:1: rule__DetailCode__Group_0__0 : rule__DetailCode__Group_0__0__Impl rule__DetailCode__Group_0__1 ;
+ // InternalRoom.g:16679:1: rule__DetailCode__Group_0__0 : rule__DetailCode__Group_0__0__Impl rule__DetailCode__Group_0__1 ;
public final void rule__DetailCode__Group_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16663:1: ( rule__DetailCode__Group_0__0__Impl rule__DetailCode__Group_0__1 )
- // InternalRoom.g:16664:2: rule__DetailCode__Group_0__0__Impl rule__DetailCode__Group_0__1
+ // InternalRoom.g:16683:1: ( rule__DetailCode__Group_0__0__Impl rule__DetailCode__Group_0__1 )
+ // InternalRoom.g:16684:2: rule__DetailCode__Group_0__0__Impl rule__DetailCode__Group_0__1
{
- pushFollow(FOLLOW_84);
+ pushFollow(FOLLOW_85);
rule__DetailCode__Group_0__0__Impl();
state._fsp--;
@@ -46396,21 +46492,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DetailCode__Group_0__0__Impl"
- // InternalRoom.g:16671:1: rule__DetailCode__Group_0__0__Impl : ( () ) ;
+ // InternalRoom.g:16691:1: rule__DetailCode__Group_0__0__Impl : ( () ) ;
public final void rule__DetailCode__Group_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16675:1: ( ( () ) )
- // InternalRoom.g:16676:1: ( () )
+ // InternalRoom.g:16695:1: ( ( () ) )
+ // InternalRoom.g:16696:1: ( () )
{
- // InternalRoom.g:16676:1: ( () )
- // InternalRoom.g:16677:1: ()
+ // InternalRoom.g:16696:1: ( () )
+ // InternalRoom.g:16697:1: ()
{
before(grammarAccess.getDetailCodeAccess().getDetailCodeAction_0_0());
- // InternalRoom.g:16678:1: ()
- // InternalRoom.g:16680:1:
+ // InternalRoom.g:16698:1: ()
+ // InternalRoom.g:16700:1:
{
}
@@ -46433,14 +46529,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DetailCode__Group_0__1"
- // InternalRoom.g:16690:1: rule__DetailCode__Group_0__1 : rule__DetailCode__Group_0__1__Impl ;
+ // InternalRoom.g:16710:1: rule__DetailCode__Group_0__1 : rule__DetailCode__Group_0__1__Impl ;
public final void rule__DetailCode__Group_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16694:1: ( rule__DetailCode__Group_0__1__Impl )
- // InternalRoom.g:16695:2: rule__DetailCode__Group_0__1__Impl
+ // InternalRoom.g:16714:1: ( rule__DetailCode__Group_0__1__Impl )
+ // InternalRoom.g:16715:2: rule__DetailCode__Group_0__1__Impl
{
pushFollow(FOLLOW_2);
rule__DetailCode__Group_0__1__Impl();
@@ -46466,29 +46562,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DetailCode__Group_0__1__Impl"
- // InternalRoom.g:16701:1: rule__DetailCode__Group_0__1__Impl : ( ( rule__DetailCode__LinesAssignment_0_1 )? ) ;
+ // InternalRoom.g:16721:1: rule__DetailCode__Group_0__1__Impl : ( ( rule__DetailCode__LinesAssignment_0_1 )? ) ;
public final void rule__DetailCode__Group_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16705:1: ( ( ( rule__DetailCode__LinesAssignment_0_1 )? ) )
- // InternalRoom.g:16706:1: ( ( rule__DetailCode__LinesAssignment_0_1 )? )
+ // InternalRoom.g:16725:1: ( ( ( rule__DetailCode__LinesAssignment_0_1 )? ) )
+ // InternalRoom.g:16726:1: ( ( rule__DetailCode__LinesAssignment_0_1 )? )
{
- // InternalRoom.g:16706:1: ( ( rule__DetailCode__LinesAssignment_0_1 )? )
- // InternalRoom.g:16707:1: ( rule__DetailCode__LinesAssignment_0_1 )?
+ // InternalRoom.g:16726:1: ( ( rule__DetailCode__LinesAssignment_0_1 )? )
+ // InternalRoom.g:16727:1: ( rule__DetailCode__LinesAssignment_0_1 )?
{
before(grammarAccess.getDetailCodeAccess().getLinesAssignment_0_1());
- // InternalRoom.g:16708:1: ( rule__DetailCode__LinesAssignment_0_1 )?
- int alt172=2;
- int LA172_0 = input.LA(1);
+ // InternalRoom.g:16728:1: ( rule__DetailCode__LinesAssignment_0_1 )?
+ int alt173=2;
+ int LA173_0 = input.LA(1);
- if ( (LA172_0==RULE_CC_STRING) ) {
- alt172=1;
+ if ( (LA173_0==RULE_CC_STRING) ) {
+ alt173=1;
}
- switch (alt172) {
+ switch (alt173) {
case 1 :
- // InternalRoom.g:16708:2: rule__DetailCode__LinesAssignment_0_1
+ // InternalRoom.g:16728:2: rule__DetailCode__LinesAssignment_0_1
{
pushFollow(FOLLOW_2);
rule__DetailCode__LinesAssignment_0_1();
@@ -46524,16 +46620,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DetailCode__Group_1__0"
- // InternalRoom.g:16722:1: rule__DetailCode__Group_1__0 : rule__DetailCode__Group_1__0__Impl rule__DetailCode__Group_1__1 ;
+ // InternalRoom.g:16742:1: rule__DetailCode__Group_1__0 : rule__DetailCode__Group_1__0__Impl rule__DetailCode__Group_1__1 ;
public final void rule__DetailCode__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16726:1: ( rule__DetailCode__Group_1__0__Impl rule__DetailCode__Group_1__1 )
- // InternalRoom.g:16727:2: rule__DetailCode__Group_1__0__Impl rule__DetailCode__Group_1__1
+ // InternalRoom.g:16746:1: ( rule__DetailCode__Group_1__0__Impl rule__DetailCode__Group_1__1 )
+ // InternalRoom.g:16747:2: rule__DetailCode__Group_1__0__Impl rule__DetailCode__Group_1__1
{
- pushFollow(FOLLOW_85);
+ pushFollow(FOLLOW_86);
rule__DetailCode__Group_1__0__Impl();
state._fsp--;
@@ -46562,21 +46658,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DetailCode__Group_1__0__Impl"
- // InternalRoom.g:16734:1: rule__DetailCode__Group_1__0__Impl : ( ( rule__DetailCode__UsedAssignment_1_0 ) ) ;
+ // InternalRoom.g:16754:1: rule__DetailCode__Group_1__0__Impl : ( ( rule__DetailCode__UsedAssignment_1_0 ) ) ;
public final void rule__DetailCode__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16738:1: ( ( ( rule__DetailCode__UsedAssignment_1_0 ) ) )
- // InternalRoom.g:16739:1: ( ( rule__DetailCode__UsedAssignment_1_0 ) )
+ // InternalRoom.g:16758:1: ( ( ( rule__DetailCode__UsedAssignment_1_0 ) ) )
+ // InternalRoom.g:16759:1: ( ( rule__DetailCode__UsedAssignment_1_0 ) )
{
- // InternalRoom.g:16739:1: ( ( rule__DetailCode__UsedAssignment_1_0 ) )
- // InternalRoom.g:16740:1: ( rule__DetailCode__UsedAssignment_1_0 )
+ // InternalRoom.g:16759:1: ( ( rule__DetailCode__UsedAssignment_1_0 ) )
+ // InternalRoom.g:16760:1: ( rule__DetailCode__UsedAssignment_1_0 )
{
before(grammarAccess.getDetailCodeAccess().getUsedAssignment_1_0());
- // InternalRoom.g:16741:1: ( rule__DetailCode__UsedAssignment_1_0 )
- // InternalRoom.g:16741:2: rule__DetailCode__UsedAssignment_1_0
+ // InternalRoom.g:16761:1: ( rule__DetailCode__UsedAssignment_1_0 )
+ // InternalRoom.g:16761:2: rule__DetailCode__UsedAssignment_1_0
{
pushFollow(FOLLOW_2);
rule__DetailCode__UsedAssignment_1_0();
@@ -46609,16 +46705,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DetailCode__Group_1__1"
- // InternalRoom.g:16751:1: rule__DetailCode__Group_1__1 : rule__DetailCode__Group_1__1__Impl rule__DetailCode__Group_1__2 ;
+ // InternalRoom.g:16771:1: rule__DetailCode__Group_1__1 : rule__DetailCode__Group_1__1__Impl rule__DetailCode__Group_1__2 ;
public final void rule__DetailCode__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16755:1: ( rule__DetailCode__Group_1__1__Impl rule__DetailCode__Group_1__2 )
- // InternalRoom.g:16756:2: rule__DetailCode__Group_1__1__Impl rule__DetailCode__Group_1__2
+ // InternalRoom.g:16775:1: ( rule__DetailCode__Group_1__1__Impl rule__DetailCode__Group_1__2 )
+ // InternalRoom.g:16776:2: rule__DetailCode__Group_1__1__Impl rule__DetailCode__Group_1__2
{
- pushFollow(FOLLOW_85);
+ pushFollow(FOLLOW_86);
rule__DetailCode__Group_1__1__Impl();
state._fsp--;
@@ -46647,35 +46743,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DetailCode__Group_1__1__Impl"
- // InternalRoom.g:16763:1: rule__DetailCode__Group_1__1__Impl : ( ( rule__DetailCode__LinesAssignment_1_1 )* ) ;
+ // InternalRoom.g:16783:1: rule__DetailCode__Group_1__1__Impl : ( ( rule__DetailCode__LinesAssignment_1_1 )* ) ;
public final void rule__DetailCode__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16767:1: ( ( ( rule__DetailCode__LinesAssignment_1_1 )* ) )
- // InternalRoom.g:16768:1: ( ( rule__DetailCode__LinesAssignment_1_1 )* )
+ // InternalRoom.g:16787:1: ( ( ( rule__DetailCode__LinesAssignment_1_1 )* ) )
+ // InternalRoom.g:16788:1: ( ( rule__DetailCode__LinesAssignment_1_1 )* )
{
- // InternalRoom.g:16768:1: ( ( rule__DetailCode__LinesAssignment_1_1 )* )
- // InternalRoom.g:16769:1: ( rule__DetailCode__LinesAssignment_1_1 )*
+ // InternalRoom.g:16788:1: ( ( rule__DetailCode__LinesAssignment_1_1 )* )
+ // InternalRoom.g:16789:1: ( rule__DetailCode__LinesAssignment_1_1 )*
{
before(grammarAccess.getDetailCodeAccess().getLinesAssignment_1_1());
- // InternalRoom.g:16770:1: ( rule__DetailCode__LinesAssignment_1_1 )*
- loop173:
+ // InternalRoom.g:16790:1: ( rule__DetailCode__LinesAssignment_1_1 )*
+ loop174:
do {
- int alt173=2;
- int LA173_0 = input.LA(1);
+ int alt174=2;
+ int LA174_0 = input.LA(1);
- if ( (LA173_0==RULE_STRING) ) {
- alt173=1;
+ if ( (LA174_0==RULE_STRING) ) {
+ alt174=1;
}
- switch (alt173) {
+ switch (alt174) {
case 1 :
- // InternalRoom.g:16770:2: rule__DetailCode__LinesAssignment_1_1
+ // InternalRoom.g:16790:2: rule__DetailCode__LinesAssignment_1_1
{
- pushFollow(FOLLOW_86);
+ pushFollow(FOLLOW_87);
rule__DetailCode__LinesAssignment_1_1();
state._fsp--;
@@ -46685,7 +46781,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop173;
+ break loop174;
}
} while (true);
@@ -46712,14 +46808,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DetailCode__Group_1__2"
- // InternalRoom.g:16780:1: rule__DetailCode__Group_1__2 : rule__DetailCode__Group_1__2__Impl ;
+ // InternalRoom.g:16800:1: rule__DetailCode__Group_1__2 : rule__DetailCode__Group_1__2__Impl ;
public final void rule__DetailCode__Group_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16784:1: ( rule__DetailCode__Group_1__2__Impl )
- // InternalRoom.g:16785:2: rule__DetailCode__Group_1__2__Impl
+ // InternalRoom.g:16804:1: ( rule__DetailCode__Group_1__2__Impl )
+ // InternalRoom.g:16805:2: rule__DetailCode__Group_1__2__Impl
{
pushFollow(FOLLOW_2);
rule__DetailCode__Group_1__2__Impl();
@@ -46745,17 +46841,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DetailCode__Group_1__2__Impl"
- // InternalRoom.g:16791:1: rule__DetailCode__Group_1__2__Impl : ( '}' ) ;
+ // InternalRoom.g:16811:1: rule__DetailCode__Group_1__2__Impl : ( '}' ) ;
public final void rule__DetailCode__Group_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16795:1: ( ( '}' ) )
- // InternalRoom.g:16796:1: ( '}' )
+ // InternalRoom.g:16815:1: ( ( '}' ) )
+ // InternalRoom.g:16816:1: ( '}' )
{
- // InternalRoom.g:16796:1: ( '}' )
- // InternalRoom.g:16797:1: '}'
+ // InternalRoom.g:16816:1: ( '}' )
+ // InternalRoom.g:16817:1: '}'
{
before(grammarAccess.getDetailCodeAccess().getRightCurlyBracketKeyword_1_2());
match(input,46,FOLLOW_2);
@@ -46782,16 +46878,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TransitionPoint__Group__0"
- // InternalRoom.g:16816:1: rule__TransitionPoint__Group__0 : rule__TransitionPoint__Group__0__Impl rule__TransitionPoint__Group__1 ;
+ // InternalRoom.g:16836:1: rule__TransitionPoint__Group__0 : rule__TransitionPoint__Group__0__Impl rule__TransitionPoint__Group__1 ;
public final void rule__TransitionPoint__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16820:1: ( rule__TransitionPoint__Group__0__Impl rule__TransitionPoint__Group__1 )
- // InternalRoom.g:16821:2: rule__TransitionPoint__Group__0__Impl rule__TransitionPoint__Group__1
+ // InternalRoom.g:16840:1: ( rule__TransitionPoint__Group__0__Impl rule__TransitionPoint__Group__1 )
+ // InternalRoom.g:16841:2: rule__TransitionPoint__Group__0__Impl rule__TransitionPoint__Group__1
{
- pushFollow(FOLLOW_87);
+ pushFollow(FOLLOW_88);
rule__TransitionPoint__Group__0__Impl();
state._fsp--;
@@ -46820,29 +46916,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TransitionPoint__Group__0__Impl"
- // InternalRoom.g:16828:1: rule__TransitionPoint__Group__0__Impl : ( ( rule__TransitionPoint__HandlerAssignment_0 )? ) ;
+ // InternalRoom.g:16848:1: rule__TransitionPoint__Group__0__Impl : ( ( rule__TransitionPoint__HandlerAssignment_0 )? ) ;
public final void rule__TransitionPoint__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16832:1: ( ( ( rule__TransitionPoint__HandlerAssignment_0 )? ) )
- // InternalRoom.g:16833:1: ( ( rule__TransitionPoint__HandlerAssignment_0 )? )
+ // InternalRoom.g:16852:1: ( ( ( rule__TransitionPoint__HandlerAssignment_0 )? ) )
+ // InternalRoom.g:16853:1: ( ( rule__TransitionPoint__HandlerAssignment_0 )? )
{
- // InternalRoom.g:16833:1: ( ( rule__TransitionPoint__HandlerAssignment_0 )? )
- // InternalRoom.g:16834:1: ( rule__TransitionPoint__HandlerAssignment_0 )?
+ // InternalRoom.g:16853:1: ( ( rule__TransitionPoint__HandlerAssignment_0 )? )
+ // InternalRoom.g:16854:1: ( rule__TransitionPoint__HandlerAssignment_0 )?
{
before(grammarAccess.getTransitionPointAccess().getHandlerAssignment_0());
- // InternalRoom.g:16835:1: ( rule__TransitionPoint__HandlerAssignment_0 )?
- int alt174=2;
- int LA174_0 = input.LA(1);
+ // InternalRoom.g:16855:1: ( rule__TransitionPoint__HandlerAssignment_0 )?
+ int alt175=2;
+ int LA175_0 = input.LA(1);
- if ( (LA174_0==132) ) {
- alt174=1;
+ if ( (LA175_0==132) ) {
+ alt175=1;
}
- switch (alt174) {
+ switch (alt175) {
case 1 :
- // InternalRoom.g:16835:2: rule__TransitionPoint__HandlerAssignment_0
+ // InternalRoom.g:16855:2: rule__TransitionPoint__HandlerAssignment_0
{
pushFollow(FOLLOW_2);
rule__TransitionPoint__HandlerAssignment_0();
@@ -46878,14 +46974,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TransitionPoint__Group__1"
- // InternalRoom.g:16845:1: rule__TransitionPoint__Group__1 : rule__TransitionPoint__Group__1__Impl rule__TransitionPoint__Group__2 ;
+ // InternalRoom.g:16865:1: rule__TransitionPoint__Group__1 : rule__TransitionPoint__Group__1__Impl rule__TransitionPoint__Group__2 ;
public final void rule__TransitionPoint__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16849:1: ( rule__TransitionPoint__Group__1__Impl rule__TransitionPoint__Group__2 )
- // InternalRoom.g:16850:2: rule__TransitionPoint__Group__1__Impl rule__TransitionPoint__Group__2
+ // InternalRoom.g:16869:1: ( rule__TransitionPoint__Group__1__Impl rule__TransitionPoint__Group__2 )
+ // InternalRoom.g:16870:2: rule__TransitionPoint__Group__1__Impl rule__TransitionPoint__Group__2
{
pushFollow(FOLLOW_3);
rule__TransitionPoint__Group__1__Impl();
@@ -46916,17 +47012,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TransitionPoint__Group__1__Impl"
- // InternalRoom.g:16857:1: rule__TransitionPoint__Group__1__Impl : ( 'TransitionPoint' ) ;
+ // InternalRoom.g:16877:1: rule__TransitionPoint__Group__1__Impl : ( 'TransitionPoint' ) ;
public final void rule__TransitionPoint__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16861:1: ( ( 'TransitionPoint' ) )
- // InternalRoom.g:16862:1: ( 'TransitionPoint' )
+ // InternalRoom.g:16881:1: ( ( 'TransitionPoint' ) )
+ // InternalRoom.g:16882:1: ( 'TransitionPoint' )
{
- // InternalRoom.g:16862:1: ( 'TransitionPoint' )
- // InternalRoom.g:16863:1: 'TransitionPoint'
+ // InternalRoom.g:16882:1: ( 'TransitionPoint' )
+ // InternalRoom.g:16883:1: 'TransitionPoint'
{
before(grammarAccess.getTransitionPointAccess().getTransitionPointKeyword_1());
match(input,101,FOLLOW_2);
@@ -46953,14 +47049,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TransitionPoint__Group__2"
- // InternalRoom.g:16876:1: rule__TransitionPoint__Group__2 : rule__TransitionPoint__Group__2__Impl ;
+ // InternalRoom.g:16896:1: rule__TransitionPoint__Group__2 : rule__TransitionPoint__Group__2__Impl ;
public final void rule__TransitionPoint__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16880:1: ( rule__TransitionPoint__Group__2__Impl )
- // InternalRoom.g:16881:2: rule__TransitionPoint__Group__2__Impl
+ // InternalRoom.g:16900:1: ( rule__TransitionPoint__Group__2__Impl )
+ // InternalRoom.g:16901:2: rule__TransitionPoint__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__TransitionPoint__Group__2__Impl();
@@ -46986,21 +47082,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TransitionPoint__Group__2__Impl"
- // InternalRoom.g:16887:1: rule__TransitionPoint__Group__2__Impl : ( ( rule__TransitionPoint__NameAssignment_2 ) ) ;
+ // InternalRoom.g:16907:1: rule__TransitionPoint__Group__2__Impl : ( ( rule__TransitionPoint__NameAssignment_2 ) ) ;
public final void rule__TransitionPoint__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16891:1: ( ( ( rule__TransitionPoint__NameAssignment_2 ) ) )
- // InternalRoom.g:16892:1: ( ( rule__TransitionPoint__NameAssignment_2 ) )
+ // InternalRoom.g:16911:1: ( ( ( rule__TransitionPoint__NameAssignment_2 ) ) )
+ // InternalRoom.g:16912:1: ( ( rule__TransitionPoint__NameAssignment_2 ) )
{
- // InternalRoom.g:16892:1: ( ( rule__TransitionPoint__NameAssignment_2 ) )
- // InternalRoom.g:16893:1: ( rule__TransitionPoint__NameAssignment_2 )
+ // InternalRoom.g:16912:1: ( ( rule__TransitionPoint__NameAssignment_2 ) )
+ // InternalRoom.g:16913:1: ( rule__TransitionPoint__NameAssignment_2 )
{
before(grammarAccess.getTransitionPointAccess().getNameAssignment_2());
- // InternalRoom.g:16894:1: ( rule__TransitionPoint__NameAssignment_2 )
- // InternalRoom.g:16894:2: rule__TransitionPoint__NameAssignment_2
+ // InternalRoom.g:16914:1: ( rule__TransitionPoint__NameAssignment_2 )
+ // InternalRoom.g:16914:2: rule__TransitionPoint__NameAssignment_2
{
pushFollow(FOLLOW_2);
rule__TransitionPoint__NameAssignment_2();
@@ -47033,14 +47129,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EntryPoint__Group__0"
- // InternalRoom.g:16910:1: rule__EntryPoint__Group__0 : rule__EntryPoint__Group__0__Impl rule__EntryPoint__Group__1 ;
+ // InternalRoom.g:16930:1: rule__EntryPoint__Group__0 : rule__EntryPoint__Group__0__Impl rule__EntryPoint__Group__1 ;
public final void rule__EntryPoint__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16914:1: ( rule__EntryPoint__Group__0__Impl rule__EntryPoint__Group__1 )
- // InternalRoom.g:16915:2: rule__EntryPoint__Group__0__Impl rule__EntryPoint__Group__1
+ // InternalRoom.g:16934:1: ( rule__EntryPoint__Group__0__Impl rule__EntryPoint__Group__1 )
+ // InternalRoom.g:16935:2: rule__EntryPoint__Group__0__Impl rule__EntryPoint__Group__1
{
pushFollow(FOLLOW_3);
rule__EntryPoint__Group__0__Impl();
@@ -47071,17 +47167,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EntryPoint__Group__0__Impl"
- // InternalRoom.g:16922:1: rule__EntryPoint__Group__0__Impl : ( 'EntryPoint' ) ;
+ // InternalRoom.g:16942:1: rule__EntryPoint__Group__0__Impl : ( 'EntryPoint' ) ;
public final void rule__EntryPoint__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16926:1: ( ( 'EntryPoint' ) )
- // InternalRoom.g:16927:1: ( 'EntryPoint' )
+ // InternalRoom.g:16946:1: ( ( 'EntryPoint' ) )
+ // InternalRoom.g:16947:1: ( 'EntryPoint' )
{
- // InternalRoom.g:16927:1: ( 'EntryPoint' )
- // InternalRoom.g:16928:1: 'EntryPoint'
+ // InternalRoom.g:16947:1: ( 'EntryPoint' )
+ // InternalRoom.g:16948:1: 'EntryPoint'
{
before(grammarAccess.getEntryPointAccess().getEntryPointKeyword_0());
match(input,102,FOLLOW_2);
@@ -47108,14 +47204,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EntryPoint__Group__1"
- // InternalRoom.g:16941:1: rule__EntryPoint__Group__1 : rule__EntryPoint__Group__1__Impl ;
+ // InternalRoom.g:16961:1: rule__EntryPoint__Group__1 : rule__EntryPoint__Group__1__Impl ;
public final void rule__EntryPoint__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16945:1: ( rule__EntryPoint__Group__1__Impl )
- // InternalRoom.g:16946:2: rule__EntryPoint__Group__1__Impl
+ // InternalRoom.g:16965:1: ( rule__EntryPoint__Group__1__Impl )
+ // InternalRoom.g:16966:2: rule__EntryPoint__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__EntryPoint__Group__1__Impl();
@@ -47141,21 +47237,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EntryPoint__Group__1__Impl"
- // InternalRoom.g:16952:1: rule__EntryPoint__Group__1__Impl : ( ( rule__EntryPoint__NameAssignment_1 ) ) ;
+ // InternalRoom.g:16972:1: rule__EntryPoint__Group__1__Impl : ( ( rule__EntryPoint__NameAssignment_1 ) ) ;
public final void rule__EntryPoint__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16956:1: ( ( ( rule__EntryPoint__NameAssignment_1 ) ) )
- // InternalRoom.g:16957:1: ( ( rule__EntryPoint__NameAssignment_1 ) )
+ // InternalRoom.g:16976:1: ( ( ( rule__EntryPoint__NameAssignment_1 ) ) )
+ // InternalRoom.g:16977:1: ( ( rule__EntryPoint__NameAssignment_1 ) )
{
- // InternalRoom.g:16957:1: ( ( rule__EntryPoint__NameAssignment_1 ) )
- // InternalRoom.g:16958:1: ( rule__EntryPoint__NameAssignment_1 )
+ // InternalRoom.g:16977:1: ( ( rule__EntryPoint__NameAssignment_1 ) )
+ // InternalRoom.g:16978:1: ( rule__EntryPoint__NameAssignment_1 )
{
before(grammarAccess.getEntryPointAccess().getNameAssignment_1());
- // InternalRoom.g:16959:1: ( rule__EntryPoint__NameAssignment_1 )
- // InternalRoom.g:16959:2: rule__EntryPoint__NameAssignment_1
+ // InternalRoom.g:16979:1: ( rule__EntryPoint__NameAssignment_1 )
+ // InternalRoom.g:16979:2: rule__EntryPoint__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__EntryPoint__NameAssignment_1();
@@ -47188,14 +47284,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExitPoint__Group__0"
- // InternalRoom.g:16973:1: rule__ExitPoint__Group__0 : rule__ExitPoint__Group__0__Impl rule__ExitPoint__Group__1 ;
+ // InternalRoom.g:16993:1: rule__ExitPoint__Group__0 : rule__ExitPoint__Group__0__Impl rule__ExitPoint__Group__1 ;
public final void rule__ExitPoint__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16977:1: ( rule__ExitPoint__Group__0__Impl rule__ExitPoint__Group__1 )
- // InternalRoom.g:16978:2: rule__ExitPoint__Group__0__Impl rule__ExitPoint__Group__1
+ // InternalRoom.g:16997:1: ( rule__ExitPoint__Group__0__Impl rule__ExitPoint__Group__1 )
+ // InternalRoom.g:16998:2: rule__ExitPoint__Group__0__Impl rule__ExitPoint__Group__1
{
pushFollow(FOLLOW_3);
rule__ExitPoint__Group__0__Impl();
@@ -47226,17 +47322,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExitPoint__Group__0__Impl"
- // InternalRoom.g:16985:1: rule__ExitPoint__Group__0__Impl : ( 'ExitPoint' ) ;
+ // InternalRoom.g:17005:1: rule__ExitPoint__Group__0__Impl : ( 'ExitPoint' ) ;
public final void rule__ExitPoint__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:16989:1: ( ( 'ExitPoint' ) )
- // InternalRoom.g:16990:1: ( 'ExitPoint' )
+ // InternalRoom.g:17009:1: ( ( 'ExitPoint' ) )
+ // InternalRoom.g:17010:1: ( 'ExitPoint' )
{
- // InternalRoom.g:16990:1: ( 'ExitPoint' )
- // InternalRoom.g:16991:1: 'ExitPoint'
+ // InternalRoom.g:17010:1: ( 'ExitPoint' )
+ // InternalRoom.g:17011:1: 'ExitPoint'
{
before(grammarAccess.getExitPointAccess().getExitPointKeyword_0());
match(input,103,FOLLOW_2);
@@ -47263,14 +47359,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExitPoint__Group__1"
- // InternalRoom.g:17004:1: rule__ExitPoint__Group__1 : rule__ExitPoint__Group__1__Impl ;
+ // InternalRoom.g:17024:1: rule__ExitPoint__Group__1 : rule__ExitPoint__Group__1__Impl ;
public final void rule__ExitPoint__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17008:1: ( rule__ExitPoint__Group__1__Impl )
- // InternalRoom.g:17009:2: rule__ExitPoint__Group__1__Impl
+ // InternalRoom.g:17028:1: ( rule__ExitPoint__Group__1__Impl )
+ // InternalRoom.g:17029:2: rule__ExitPoint__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__ExitPoint__Group__1__Impl();
@@ -47296,21 +47392,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExitPoint__Group__1__Impl"
- // InternalRoom.g:17015:1: rule__ExitPoint__Group__1__Impl : ( ( rule__ExitPoint__NameAssignment_1 ) ) ;
+ // InternalRoom.g:17035:1: rule__ExitPoint__Group__1__Impl : ( ( rule__ExitPoint__NameAssignment_1 ) ) ;
public final void rule__ExitPoint__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17019:1: ( ( ( rule__ExitPoint__NameAssignment_1 ) ) )
- // InternalRoom.g:17020:1: ( ( rule__ExitPoint__NameAssignment_1 ) )
+ // InternalRoom.g:17039:1: ( ( ( rule__ExitPoint__NameAssignment_1 ) ) )
+ // InternalRoom.g:17040:1: ( ( rule__ExitPoint__NameAssignment_1 ) )
{
- // InternalRoom.g:17020:1: ( ( rule__ExitPoint__NameAssignment_1 ) )
- // InternalRoom.g:17021:1: ( rule__ExitPoint__NameAssignment_1 )
+ // InternalRoom.g:17040:1: ( ( rule__ExitPoint__NameAssignment_1 ) )
+ // InternalRoom.g:17041:1: ( rule__ExitPoint__NameAssignment_1 )
{
before(grammarAccess.getExitPointAccess().getNameAssignment_1());
- // InternalRoom.g:17022:1: ( rule__ExitPoint__NameAssignment_1 )
- // InternalRoom.g:17022:2: rule__ExitPoint__NameAssignment_1
+ // InternalRoom.g:17042:1: ( rule__ExitPoint__NameAssignment_1 )
+ // InternalRoom.g:17042:2: rule__ExitPoint__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__ExitPoint__NameAssignment_1();
@@ -47343,14 +47439,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ChoicePoint__Group__0"
- // InternalRoom.g:17036:1: rule__ChoicePoint__Group__0 : rule__ChoicePoint__Group__0__Impl rule__ChoicePoint__Group__1 ;
+ // InternalRoom.g:17056:1: rule__ChoicePoint__Group__0 : rule__ChoicePoint__Group__0__Impl rule__ChoicePoint__Group__1 ;
public final void rule__ChoicePoint__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17040:1: ( rule__ChoicePoint__Group__0__Impl rule__ChoicePoint__Group__1 )
- // InternalRoom.g:17041:2: rule__ChoicePoint__Group__0__Impl rule__ChoicePoint__Group__1
+ // InternalRoom.g:17060:1: ( rule__ChoicePoint__Group__0__Impl rule__ChoicePoint__Group__1 )
+ // InternalRoom.g:17061:2: rule__ChoicePoint__Group__0__Impl rule__ChoicePoint__Group__1
{
pushFollow(FOLLOW_3);
rule__ChoicePoint__Group__0__Impl();
@@ -47381,17 +47477,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ChoicePoint__Group__0__Impl"
- // InternalRoom.g:17048:1: rule__ChoicePoint__Group__0__Impl : ( 'ChoicePoint' ) ;
+ // InternalRoom.g:17068:1: rule__ChoicePoint__Group__0__Impl : ( 'ChoicePoint' ) ;
public final void rule__ChoicePoint__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17052:1: ( ( 'ChoicePoint' ) )
- // InternalRoom.g:17053:1: ( 'ChoicePoint' )
+ // InternalRoom.g:17072:1: ( ( 'ChoicePoint' ) )
+ // InternalRoom.g:17073:1: ( 'ChoicePoint' )
{
- // InternalRoom.g:17053:1: ( 'ChoicePoint' )
- // InternalRoom.g:17054:1: 'ChoicePoint'
+ // InternalRoom.g:17073:1: ( 'ChoicePoint' )
+ // InternalRoom.g:17074:1: 'ChoicePoint'
{
before(grammarAccess.getChoicePointAccess().getChoicePointKeyword_0());
match(input,104,FOLLOW_2);
@@ -47418,16 +47514,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ChoicePoint__Group__1"
- // InternalRoom.g:17067:1: rule__ChoicePoint__Group__1 : rule__ChoicePoint__Group__1__Impl rule__ChoicePoint__Group__2 ;
+ // InternalRoom.g:17087:1: rule__ChoicePoint__Group__1 : rule__ChoicePoint__Group__1__Impl rule__ChoicePoint__Group__2 ;
public final void rule__ChoicePoint__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17071:1: ( rule__ChoicePoint__Group__1__Impl rule__ChoicePoint__Group__2 )
- // InternalRoom.g:17072:2: rule__ChoicePoint__Group__1__Impl rule__ChoicePoint__Group__2
+ // InternalRoom.g:17091:1: ( rule__ChoicePoint__Group__1__Impl rule__ChoicePoint__Group__2 )
+ // InternalRoom.g:17092:2: rule__ChoicePoint__Group__1__Impl rule__ChoicePoint__Group__2
{
- pushFollow(FOLLOW_16);
+ pushFollow(FOLLOW_17);
rule__ChoicePoint__Group__1__Impl();
state._fsp--;
@@ -47456,21 +47552,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ChoicePoint__Group__1__Impl"
- // InternalRoom.g:17079:1: rule__ChoicePoint__Group__1__Impl : ( ( rule__ChoicePoint__NameAssignment_1 ) ) ;
+ // InternalRoom.g:17099:1: rule__ChoicePoint__Group__1__Impl : ( ( rule__ChoicePoint__NameAssignment_1 ) ) ;
public final void rule__ChoicePoint__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17083:1: ( ( ( rule__ChoicePoint__NameAssignment_1 ) ) )
- // InternalRoom.g:17084:1: ( ( rule__ChoicePoint__NameAssignment_1 ) )
+ // InternalRoom.g:17103:1: ( ( ( rule__ChoicePoint__NameAssignment_1 ) ) )
+ // InternalRoom.g:17104:1: ( ( rule__ChoicePoint__NameAssignment_1 ) )
{
- // InternalRoom.g:17084:1: ( ( rule__ChoicePoint__NameAssignment_1 ) )
- // InternalRoom.g:17085:1: ( rule__ChoicePoint__NameAssignment_1 )
+ // InternalRoom.g:17104:1: ( ( rule__ChoicePoint__NameAssignment_1 ) )
+ // InternalRoom.g:17105:1: ( rule__ChoicePoint__NameAssignment_1 )
{
before(grammarAccess.getChoicePointAccess().getNameAssignment_1());
- // InternalRoom.g:17086:1: ( rule__ChoicePoint__NameAssignment_1 )
- // InternalRoom.g:17086:2: rule__ChoicePoint__NameAssignment_1
+ // InternalRoom.g:17106:1: ( rule__ChoicePoint__NameAssignment_1 )
+ // InternalRoom.g:17106:2: rule__ChoicePoint__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__ChoicePoint__NameAssignment_1();
@@ -47503,14 +47599,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ChoicePoint__Group__2"
- // InternalRoom.g:17096:1: rule__ChoicePoint__Group__2 : rule__ChoicePoint__Group__2__Impl ;
+ // InternalRoom.g:17116:1: rule__ChoicePoint__Group__2 : rule__ChoicePoint__Group__2__Impl ;
public final void rule__ChoicePoint__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17100:1: ( rule__ChoicePoint__Group__2__Impl )
- // InternalRoom.g:17101:2: rule__ChoicePoint__Group__2__Impl
+ // InternalRoom.g:17120:1: ( rule__ChoicePoint__Group__2__Impl )
+ // InternalRoom.g:17121:2: rule__ChoicePoint__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__ChoicePoint__Group__2__Impl();
@@ -47536,29 +47632,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ChoicePoint__Group__2__Impl"
- // InternalRoom.g:17107:1: rule__ChoicePoint__Group__2__Impl : ( ( rule__ChoicePoint__DocuAssignment_2 )? ) ;
+ // InternalRoom.g:17127:1: rule__ChoicePoint__Group__2__Impl : ( ( rule__ChoicePoint__DocuAssignment_2 )? ) ;
public final void rule__ChoicePoint__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17111:1: ( ( ( rule__ChoicePoint__DocuAssignment_2 )? ) )
- // InternalRoom.g:17112:1: ( ( rule__ChoicePoint__DocuAssignment_2 )? )
+ // InternalRoom.g:17131:1: ( ( ( rule__ChoicePoint__DocuAssignment_2 )? ) )
+ // InternalRoom.g:17132:1: ( ( rule__ChoicePoint__DocuAssignment_2 )? )
{
- // InternalRoom.g:17112:1: ( ( rule__ChoicePoint__DocuAssignment_2 )? )
- // InternalRoom.g:17113:1: ( rule__ChoicePoint__DocuAssignment_2 )?
+ // InternalRoom.g:17132:1: ( ( rule__ChoicePoint__DocuAssignment_2 )? )
+ // InternalRoom.g:17133:1: ( rule__ChoicePoint__DocuAssignment_2 )?
{
before(grammarAccess.getChoicePointAccess().getDocuAssignment_2());
- // InternalRoom.g:17114:1: ( rule__ChoicePoint__DocuAssignment_2 )?
- int alt175=2;
- int LA175_0 = input.LA(1);
+ // InternalRoom.g:17134:1: ( rule__ChoicePoint__DocuAssignment_2 )?
+ int alt176=2;
+ int LA176_0 = input.LA(1);
- if ( (LA175_0==63) ) {
- alt175=1;
+ if ( (LA176_0==63) ) {
+ alt176=1;
}
- switch (alt175) {
+ switch (alt176) {
case 1 :
- // InternalRoom.g:17114:2: rule__ChoicePoint__DocuAssignment_2
+ // InternalRoom.g:17134:2: rule__ChoicePoint__DocuAssignment_2
{
pushFollow(FOLLOW_2);
rule__ChoicePoint__DocuAssignment_2();
@@ -47594,16 +47690,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group__0"
- // InternalRoom.g:17130:1: rule__InitialTransition__Group__0 : rule__InitialTransition__Group__0__Impl rule__InitialTransition__Group__1 ;
+ // InternalRoom.g:17150:1: rule__InitialTransition__Group__0 : rule__InitialTransition__Group__0__Impl rule__InitialTransition__Group__1 ;
public final void rule__InitialTransition__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17134:1: ( rule__InitialTransition__Group__0__Impl rule__InitialTransition__Group__1 )
- // InternalRoom.g:17135:2: rule__InitialTransition__Group__0__Impl rule__InitialTransition__Group__1
+ // InternalRoom.g:17154:1: ( rule__InitialTransition__Group__0__Impl rule__InitialTransition__Group__1 )
+ // InternalRoom.g:17155:2: rule__InitialTransition__Group__0__Impl rule__InitialTransition__Group__1
{
- pushFollow(FOLLOW_88);
+ pushFollow(FOLLOW_89);
rule__InitialTransition__Group__0__Impl();
state._fsp--;
@@ -47632,17 +47728,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group__0__Impl"
- // InternalRoom.g:17142:1: rule__InitialTransition__Group__0__Impl : ( 'Transition' ) ;
+ // InternalRoom.g:17162:1: rule__InitialTransition__Group__0__Impl : ( 'Transition' ) ;
public final void rule__InitialTransition__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17146:1: ( ( 'Transition' ) )
- // InternalRoom.g:17147:1: ( 'Transition' )
+ // InternalRoom.g:17166:1: ( ( 'Transition' ) )
+ // InternalRoom.g:17167:1: ( 'Transition' )
{
- // InternalRoom.g:17147:1: ( 'Transition' )
- // InternalRoom.g:17148:1: 'Transition'
+ // InternalRoom.g:17167:1: ( 'Transition' )
+ // InternalRoom.g:17168:1: 'Transition'
{
before(grammarAccess.getInitialTransitionAccess().getTransitionKeyword_0());
match(input,27,FOLLOW_2);
@@ -47669,16 +47765,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group__1"
- // InternalRoom.g:17161:1: rule__InitialTransition__Group__1 : rule__InitialTransition__Group__1__Impl rule__InitialTransition__Group__2 ;
+ // InternalRoom.g:17181:1: rule__InitialTransition__Group__1 : rule__InitialTransition__Group__1__Impl rule__InitialTransition__Group__2 ;
public final void rule__InitialTransition__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17165:1: ( rule__InitialTransition__Group__1__Impl rule__InitialTransition__Group__2 )
- // InternalRoom.g:17166:2: rule__InitialTransition__Group__1__Impl rule__InitialTransition__Group__2
+ // InternalRoom.g:17185:1: ( rule__InitialTransition__Group__1__Impl rule__InitialTransition__Group__2 )
+ // InternalRoom.g:17186:2: rule__InitialTransition__Group__1__Impl rule__InitialTransition__Group__2
{
- pushFollow(FOLLOW_88);
+ pushFollow(FOLLOW_89);
rule__InitialTransition__Group__1__Impl();
state._fsp--;
@@ -47707,29 +47803,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group__1__Impl"
- // InternalRoom.g:17173:1: rule__InitialTransition__Group__1__Impl : ( ( rule__InitialTransition__NameAssignment_1 )? ) ;
+ // InternalRoom.g:17193:1: rule__InitialTransition__Group__1__Impl : ( ( rule__InitialTransition__NameAssignment_1 )? ) ;
public final void rule__InitialTransition__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17177:1: ( ( ( rule__InitialTransition__NameAssignment_1 )? ) )
- // InternalRoom.g:17178:1: ( ( rule__InitialTransition__NameAssignment_1 )? )
+ // InternalRoom.g:17197:1: ( ( ( rule__InitialTransition__NameAssignment_1 )? ) )
+ // InternalRoom.g:17198:1: ( ( rule__InitialTransition__NameAssignment_1 )? )
{
- // InternalRoom.g:17178:1: ( ( rule__InitialTransition__NameAssignment_1 )? )
- // InternalRoom.g:17179:1: ( rule__InitialTransition__NameAssignment_1 )?
+ // InternalRoom.g:17198:1: ( ( rule__InitialTransition__NameAssignment_1 )? )
+ // InternalRoom.g:17199:1: ( rule__InitialTransition__NameAssignment_1 )?
{
before(grammarAccess.getInitialTransitionAccess().getNameAssignment_1());
- // InternalRoom.g:17180:1: ( rule__InitialTransition__NameAssignment_1 )?
- int alt176=2;
- int LA176_0 = input.LA(1);
+ // InternalRoom.g:17200:1: ( rule__InitialTransition__NameAssignment_1 )?
+ int alt177=2;
+ int LA177_0 = input.LA(1);
- if ( (LA176_0==RULE_ID) ) {
- alt176=1;
+ if ( (LA177_0==RULE_ID) ) {
+ alt177=1;
}
- switch (alt176) {
+ switch (alt177) {
case 1 :
- // InternalRoom.g:17180:2: rule__InitialTransition__NameAssignment_1
+ // InternalRoom.g:17200:2: rule__InitialTransition__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__InitialTransition__NameAssignment_1();
@@ -47765,16 +47861,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group__2"
- // InternalRoom.g:17190:1: rule__InitialTransition__Group__2 : rule__InitialTransition__Group__2__Impl rule__InitialTransition__Group__3 ;
+ // InternalRoom.g:17210:1: rule__InitialTransition__Group__2 : rule__InitialTransition__Group__2__Impl rule__InitialTransition__Group__3 ;
public final void rule__InitialTransition__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17194:1: ( rule__InitialTransition__Group__2__Impl rule__InitialTransition__Group__3 )
- // InternalRoom.g:17195:2: rule__InitialTransition__Group__2__Impl rule__InitialTransition__Group__3
+ // InternalRoom.g:17214:1: ( rule__InitialTransition__Group__2__Impl rule__InitialTransition__Group__3 )
+ // InternalRoom.g:17215:2: rule__InitialTransition__Group__2__Impl rule__InitialTransition__Group__3
{
- pushFollow(FOLLOW_89);
+ pushFollow(FOLLOW_90);
rule__InitialTransition__Group__2__Impl();
state._fsp--;
@@ -47803,17 +47899,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group__2__Impl"
- // InternalRoom.g:17202:1: rule__InitialTransition__Group__2__Impl : ( ':' ) ;
+ // InternalRoom.g:17222:1: rule__InitialTransition__Group__2__Impl : ( ':' ) ;
public final void rule__InitialTransition__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17206:1: ( ( ':' ) )
- // InternalRoom.g:17207:1: ( ':' )
+ // InternalRoom.g:17226:1: ( ( ':' ) )
+ // InternalRoom.g:17227:1: ( ':' )
{
- // InternalRoom.g:17207:1: ( ':' )
- // InternalRoom.g:17208:1: ':'
+ // InternalRoom.g:17227:1: ( ':' )
+ // InternalRoom.g:17228:1: ':'
{
before(grammarAccess.getInitialTransitionAccess().getColonKeyword_2());
match(input,47,FOLLOW_2);
@@ -47840,16 +47936,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group__3"
- // InternalRoom.g:17221:1: rule__InitialTransition__Group__3 : rule__InitialTransition__Group__3__Impl rule__InitialTransition__Group__4 ;
+ // InternalRoom.g:17241:1: rule__InitialTransition__Group__3 : rule__InitialTransition__Group__3__Impl rule__InitialTransition__Group__4 ;
public final void rule__InitialTransition__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17225:1: ( rule__InitialTransition__Group__3__Impl rule__InitialTransition__Group__4 )
- // InternalRoom.g:17226:2: rule__InitialTransition__Group__3__Impl rule__InitialTransition__Group__4
+ // InternalRoom.g:17245:1: ( rule__InitialTransition__Group__3__Impl rule__InitialTransition__Group__4 )
+ // InternalRoom.g:17246:2: rule__InitialTransition__Group__3__Impl rule__InitialTransition__Group__4
{
- pushFollow(FOLLOW_13);
+ pushFollow(FOLLOW_14);
rule__InitialTransition__Group__3__Impl();
state._fsp--;
@@ -47878,17 +47974,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group__3__Impl"
- // InternalRoom.g:17233:1: rule__InitialTransition__Group__3__Impl : ( 'initial' ) ;
+ // InternalRoom.g:17253:1: rule__InitialTransition__Group__3__Impl : ( 'initial' ) ;
public final void rule__InitialTransition__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17237:1: ( ( 'initial' ) )
- // InternalRoom.g:17238:1: ( 'initial' )
+ // InternalRoom.g:17257:1: ( ( 'initial' ) )
+ // InternalRoom.g:17258:1: ( 'initial' )
{
- // InternalRoom.g:17238:1: ( 'initial' )
- // InternalRoom.g:17239:1: 'initial'
+ // InternalRoom.g:17258:1: ( 'initial' )
+ // InternalRoom.g:17259:1: 'initial'
{
before(grammarAccess.getInitialTransitionAccess().getInitialKeyword_3());
match(input,105,FOLLOW_2);
@@ -47915,16 +48011,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group__4"
- // InternalRoom.g:17252:1: rule__InitialTransition__Group__4 : rule__InitialTransition__Group__4__Impl rule__InitialTransition__Group__5 ;
+ // InternalRoom.g:17272:1: rule__InitialTransition__Group__4 : rule__InitialTransition__Group__4__Impl rule__InitialTransition__Group__5 ;
public final void rule__InitialTransition__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17256:1: ( rule__InitialTransition__Group__4__Impl rule__InitialTransition__Group__5 )
- // InternalRoom.g:17257:2: rule__InitialTransition__Group__4__Impl rule__InitialTransition__Group__5
+ // InternalRoom.g:17276:1: ( rule__InitialTransition__Group__4__Impl rule__InitialTransition__Group__5 )
+ // InternalRoom.g:17277:2: rule__InitialTransition__Group__4__Impl rule__InitialTransition__Group__5
{
- pushFollow(FOLLOW_90);
+ pushFollow(FOLLOW_91);
rule__InitialTransition__Group__4__Impl();
state._fsp--;
@@ -47953,17 +48049,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group__4__Impl"
- // InternalRoom.g:17264:1: rule__InitialTransition__Group__4__Impl : ( '->' ) ;
+ // InternalRoom.g:17284:1: rule__InitialTransition__Group__4__Impl : ( '->' ) ;
public final void rule__InitialTransition__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17268:1: ( ( '->' ) )
- // InternalRoom.g:17269:1: ( '->' )
+ // InternalRoom.g:17288:1: ( ( '->' ) )
+ // InternalRoom.g:17289:1: ( '->' )
{
- // InternalRoom.g:17269:1: ( '->' )
- // InternalRoom.g:17270:1: '->'
+ // InternalRoom.g:17289:1: ( '->' )
+ // InternalRoom.g:17290:1: '->'
{
before(grammarAccess.getInitialTransitionAccess().getHyphenMinusGreaterThanSignKeyword_4());
match(input,49,FOLLOW_2);
@@ -47990,14 +48086,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group__5"
- // InternalRoom.g:17283:1: rule__InitialTransition__Group__5 : rule__InitialTransition__Group__5__Impl rule__InitialTransition__Group__6 ;
+ // InternalRoom.g:17303:1: rule__InitialTransition__Group__5 : rule__InitialTransition__Group__5__Impl rule__InitialTransition__Group__6 ;
public final void rule__InitialTransition__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17287:1: ( rule__InitialTransition__Group__5__Impl rule__InitialTransition__Group__6 )
- // InternalRoom.g:17288:2: rule__InitialTransition__Group__5__Impl rule__InitialTransition__Group__6
+ // InternalRoom.g:17307:1: ( rule__InitialTransition__Group__5__Impl rule__InitialTransition__Group__6 )
+ // InternalRoom.g:17308:2: rule__InitialTransition__Group__5__Impl rule__InitialTransition__Group__6
{
pushFollow(FOLLOW_4);
rule__InitialTransition__Group__5__Impl();
@@ -48028,21 +48124,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group__5__Impl"
- // InternalRoom.g:17295:1: rule__InitialTransition__Group__5__Impl : ( ( rule__InitialTransition__ToAssignment_5 ) ) ;
+ // InternalRoom.g:17315:1: rule__InitialTransition__Group__5__Impl : ( ( rule__InitialTransition__ToAssignment_5 ) ) ;
public final void rule__InitialTransition__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17299:1: ( ( ( rule__InitialTransition__ToAssignment_5 ) ) )
- // InternalRoom.g:17300:1: ( ( rule__InitialTransition__ToAssignment_5 ) )
+ // InternalRoom.g:17319:1: ( ( ( rule__InitialTransition__ToAssignment_5 ) ) )
+ // InternalRoom.g:17320:1: ( ( rule__InitialTransition__ToAssignment_5 ) )
{
- // InternalRoom.g:17300:1: ( ( rule__InitialTransition__ToAssignment_5 ) )
- // InternalRoom.g:17301:1: ( rule__InitialTransition__ToAssignment_5 )
+ // InternalRoom.g:17320:1: ( ( rule__InitialTransition__ToAssignment_5 ) )
+ // InternalRoom.g:17321:1: ( rule__InitialTransition__ToAssignment_5 )
{
before(grammarAccess.getInitialTransitionAccess().getToAssignment_5());
- // InternalRoom.g:17302:1: ( rule__InitialTransition__ToAssignment_5 )
- // InternalRoom.g:17302:2: rule__InitialTransition__ToAssignment_5
+ // InternalRoom.g:17322:1: ( rule__InitialTransition__ToAssignment_5 )
+ // InternalRoom.g:17322:2: rule__InitialTransition__ToAssignment_5
{
pushFollow(FOLLOW_2);
rule__InitialTransition__ToAssignment_5();
@@ -48075,14 +48171,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group__6"
- // InternalRoom.g:17312:1: rule__InitialTransition__Group__6 : rule__InitialTransition__Group__6__Impl rule__InitialTransition__Group__7 ;
+ // InternalRoom.g:17332:1: rule__InitialTransition__Group__6 : rule__InitialTransition__Group__6__Impl rule__InitialTransition__Group__7 ;
public final void rule__InitialTransition__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17316:1: ( rule__InitialTransition__Group__6__Impl rule__InitialTransition__Group__7 )
- // InternalRoom.g:17317:2: rule__InitialTransition__Group__6__Impl rule__InitialTransition__Group__7
+ // InternalRoom.g:17336:1: ( rule__InitialTransition__Group__6__Impl rule__InitialTransition__Group__7 )
+ // InternalRoom.g:17337:2: rule__InitialTransition__Group__6__Impl rule__InitialTransition__Group__7
{
pushFollow(FOLLOW_4);
rule__InitialTransition__Group__6__Impl();
@@ -48113,29 +48209,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group__6__Impl"
- // InternalRoom.g:17324:1: rule__InitialTransition__Group__6__Impl : ( ( rule__InitialTransition__DocuAssignment_6 )? ) ;
+ // InternalRoom.g:17344:1: rule__InitialTransition__Group__6__Impl : ( ( rule__InitialTransition__DocuAssignment_6 )? ) ;
public final void rule__InitialTransition__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17328:1: ( ( ( rule__InitialTransition__DocuAssignment_6 )? ) )
- // InternalRoom.g:17329:1: ( ( rule__InitialTransition__DocuAssignment_6 )? )
+ // InternalRoom.g:17348:1: ( ( ( rule__InitialTransition__DocuAssignment_6 )? ) )
+ // InternalRoom.g:17349:1: ( ( rule__InitialTransition__DocuAssignment_6 )? )
{
- // InternalRoom.g:17329:1: ( ( rule__InitialTransition__DocuAssignment_6 )? )
- // InternalRoom.g:17330:1: ( rule__InitialTransition__DocuAssignment_6 )?
+ // InternalRoom.g:17349:1: ( ( rule__InitialTransition__DocuAssignment_6 )? )
+ // InternalRoom.g:17350:1: ( rule__InitialTransition__DocuAssignment_6 )?
{
before(grammarAccess.getInitialTransitionAccess().getDocuAssignment_6());
- // InternalRoom.g:17331:1: ( rule__InitialTransition__DocuAssignment_6 )?
- int alt177=2;
- int LA177_0 = input.LA(1);
+ // InternalRoom.g:17351:1: ( rule__InitialTransition__DocuAssignment_6 )?
+ int alt178=2;
+ int LA178_0 = input.LA(1);
- if ( (LA177_0==63) ) {
- alt177=1;
+ if ( (LA178_0==63) ) {
+ alt178=1;
}
- switch (alt177) {
+ switch (alt178) {
case 1 :
- // InternalRoom.g:17331:2: rule__InitialTransition__DocuAssignment_6
+ // InternalRoom.g:17351:2: rule__InitialTransition__DocuAssignment_6
{
pushFollow(FOLLOW_2);
rule__InitialTransition__DocuAssignment_6();
@@ -48171,14 +48267,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group__7"
- // InternalRoom.g:17341:1: rule__InitialTransition__Group__7 : rule__InitialTransition__Group__7__Impl ;
+ // InternalRoom.g:17361:1: rule__InitialTransition__Group__7 : rule__InitialTransition__Group__7__Impl ;
public final void rule__InitialTransition__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17345:1: ( rule__InitialTransition__Group__7__Impl )
- // InternalRoom.g:17346:2: rule__InitialTransition__Group__7__Impl
+ // InternalRoom.g:17365:1: ( rule__InitialTransition__Group__7__Impl )
+ // InternalRoom.g:17366:2: rule__InitialTransition__Group__7__Impl
{
pushFollow(FOLLOW_2);
rule__InitialTransition__Group__7__Impl();
@@ -48204,29 +48300,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group__7__Impl"
- // InternalRoom.g:17352:1: rule__InitialTransition__Group__7__Impl : ( ( rule__InitialTransition__Group_7__0 )? ) ;
+ // InternalRoom.g:17372:1: rule__InitialTransition__Group__7__Impl : ( ( rule__InitialTransition__Group_7__0 )? ) ;
public final void rule__InitialTransition__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17356:1: ( ( ( rule__InitialTransition__Group_7__0 )? ) )
- // InternalRoom.g:17357:1: ( ( rule__InitialTransition__Group_7__0 )? )
+ // InternalRoom.g:17376:1: ( ( ( rule__InitialTransition__Group_7__0 )? ) )
+ // InternalRoom.g:17377:1: ( ( rule__InitialTransition__Group_7__0 )? )
{
- // InternalRoom.g:17357:1: ( ( rule__InitialTransition__Group_7__0 )? )
- // InternalRoom.g:17358:1: ( rule__InitialTransition__Group_7__0 )?
+ // InternalRoom.g:17377:1: ( ( rule__InitialTransition__Group_7__0 )? )
+ // InternalRoom.g:17378:1: ( rule__InitialTransition__Group_7__0 )?
{
before(grammarAccess.getInitialTransitionAccess().getGroup_7());
- // InternalRoom.g:17359:1: ( rule__InitialTransition__Group_7__0 )?
- int alt178=2;
- int LA178_0 = input.LA(1);
+ // InternalRoom.g:17379:1: ( rule__InitialTransition__Group_7__0 )?
+ int alt179=2;
+ int LA179_0 = input.LA(1);
- if ( (LA178_0==45) ) {
- alt178=1;
+ if ( (LA179_0==45) ) {
+ alt179=1;
}
- switch (alt178) {
+ switch (alt179) {
case 1 :
- // InternalRoom.g:17359:2: rule__InitialTransition__Group_7__0
+ // InternalRoom.g:17379:2: rule__InitialTransition__Group_7__0
{
pushFollow(FOLLOW_2);
rule__InitialTransition__Group_7__0();
@@ -48262,16 +48358,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group_7__0"
- // InternalRoom.g:17385:1: rule__InitialTransition__Group_7__0 : rule__InitialTransition__Group_7__0__Impl rule__InitialTransition__Group_7__1 ;
+ // InternalRoom.g:17405:1: rule__InitialTransition__Group_7__0 : rule__InitialTransition__Group_7__0__Impl rule__InitialTransition__Group_7__1 ;
public final void rule__InitialTransition__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17389:1: ( rule__InitialTransition__Group_7__0__Impl rule__InitialTransition__Group_7__1 )
- // InternalRoom.g:17390:2: rule__InitialTransition__Group_7__0__Impl rule__InitialTransition__Group_7__1
+ // InternalRoom.g:17409:1: ( rule__InitialTransition__Group_7__0__Impl rule__InitialTransition__Group_7__1 )
+ // InternalRoom.g:17410:2: rule__InitialTransition__Group_7__0__Impl rule__InitialTransition__Group_7__1
{
- pushFollow(FOLLOW_91);
+ pushFollow(FOLLOW_92);
rule__InitialTransition__Group_7__0__Impl();
state._fsp--;
@@ -48300,17 +48396,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group_7__0__Impl"
- // InternalRoom.g:17397:1: rule__InitialTransition__Group_7__0__Impl : ( '{' ) ;
+ // InternalRoom.g:17417:1: rule__InitialTransition__Group_7__0__Impl : ( '{' ) ;
public final void rule__InitialTransition__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17401:1: ( ( '{' ) )
- // InternalRoom.g:17402:1: ( '{' )
+ // InternalRoom.g:17421:1: ( ( '{' ) )
+ // InternalRoom.g:17422:1: ( '{' )
{
- // InternalRoom.g:17402:1: ( '{' )
- // InternalRoom.g:17403:1: '{'
+ // InternalRoom.g:17422:1: ( '{' )
+ // InternalRoom.g:17423:1: '{'
{
before(grammarAccess.getInitialTransitionAccess().getLeftCurlyBracketKeyword_7_0());
match(input,45,FOLLOW_2);
@@ -48337,16 +48433,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group_7__1"
- // InternalRoom.g:17416:1: rule__InitialTransition__Group_7__1 : rule__InitialTransition__Group_7__1__Impl rule__InitialTransition__Group_7__2 ;
+ // InternalRoom.g:17436:1: rule__InitialTransition__Group_7__1 : rule__InitialTransition__Group_7__1__Impl rule__InitialTransition__Group_7__2 ;
public final void rule__InitialTransition__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17420:1: ( rule__InitialTransition__Group_7__1__Impl rule__InitialTransition__Group_7__2 )
- // InternalRoom.g:17421:2: rule__InitialTransition__Group_7__1__Impl rule__InitialTransition__Group_7__2
+ // InternalRoom.g:17440:1: ( rule__InitialTransition__Group_7__1__Impl rule__InitialTransition__Group_7__2 )
+ // InternalRoom.g:17441:2: rule__InitialTransition__Group_7__1__Impl rule__InitialTransition__Group_7__2
{
- pushFollow(FOLLOW_91);
+ pushFollow(FOLLOW_92);
rule__InitialTransition__Group_7__1__Impl();
state._fsp--;
@@ -48375,33 +48471,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group_7__1__Impl"
- // InternalRoom.g:17428:1: rule__InitialTransition__Group_7__1__Impl : ( ( rule__InitialTransition__AnnotationsAssignment_7_1 )* ) ;
+ // InternalRoom.g:17448:1: rule__InitialTransition__Group_7__1__Impl : ( ( rule__InitialTransition__AnnotationsAssignment_7_1 )* ) ;
public final void rule__InitialTransition__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17432:1: ( ( ( rule__InitialTransition__AnnotationsAssignment_7_1 )* ) )
- // InternalRoom.g:17433:1: ( ( rule__InitialTransition__AnnotationsAssignment_7_1 )* )
+ // InternalRoom.g:17452:1: ( ( ( rule__InitialTransition__AnnotationsAssignment_7_1 )* ) )
+ // InternalRoom.g:17453:1: ( ( rule__InitialTransition__AnnotationsAssignment_7_1 )* )
{
- // InternalRoom.g:17433:1: ( ( rule__InitialTransition__AnnotationsAssignment_7_1 )* )
- // InternalRoom.g:17434:1: ( rule__InitialTransition__AnnotationsAssignment_7_1 )*
+ // InternalRoom.g:17453:1: ( ( rule__InitialTransition__AnnotationsAssignment_7_1 )* )
+ // InternalRoom.g:17454:1: ( rule__InitialTransition__AnnotationsAssignment_7_1 )*
{
before(grammarAccess.getInitialTransitionAccess().getAnnotationsAssignment_7_1());
- // InternalRoom.g:17435:1: ( rule__InitialTransition__AnnotationsAssignment_7_1 )*
- loop179:
+ // InternalRoom.g:17455:1: ( rule__InitialTransition__AnnotationsAssignment_7_1 )*
+ loop180:
do {
- int alt179=2;
- int LA179_0 = input.LA(1);
+ int alt180=2;
+ int LA180_0 = input.LA(1);
- if ( (LA179_0==120) ) {
- alt179=1;
+ if ( (LA180_0==120) ) {
+ alt180=1;
}
- switch (alt179) {
+ switch (alt180) {
case 1 :
- // InternalRoom.g:17435:2: rule__InitialTransition__AnnotationsAssignment_7_1
+ // InternalRoom.g:17455:2: rule__InitialTransition__AnnotationsAssignment_7_1
{
pushFollow(FOLLOW_6);
rule__InitialTransition__AnnotationsAssignment_7_1();
@@ -48413,7 +48509,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop179;
+ break loop180;
}
} while (true);
@@ -48440,16 +48536,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group_7__2"
- // InternalRoom.g:17445:1: rule__InitialTransition__Group_7__2 : rule__InitialTransition__Group_7__2__Impl rule__InitialTransition__Group_7__3 ;
+ // InternalRoom.g:17465:1: rule__InitialTransition__Group_7__2 : rule__InitialTransition__Group_7__2__Impl rule__InitialTransition__Group_7__3 ;
public final void rule__InitialTransition__Group_7__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17449:1: ( rule__InitialTransition__Group_7__2__Impl rule__InitialTransition__Group_7__3 )
- // InternalRoom.g:17450:2: rule__InitialTransition__Group_7__2__Impl rule__InitialTransition__Group_7__3
+ // InternalRoom.g:17469:1: ( rule__InitialTransition__Group_7__2__Impl rule__InitialTransition__Group_7__3 )
+ // InternalRoom.g:17470:2: rule__InitialTransition__Group_7__2__Impl rule__InitialTransition__Group_7__3
{
- pushFollow(FOLLOW_91);
+ pushFollow(FOLLOW_92);
rule__InitialTransition__Group_7__2__Impl();
state._fsp--;
@@ -48478,29 +48574,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group_7__2__Impl"
- // InternalRoom.g:17457:1: rule__InitialTransition__Group_7__2__Impl : ( ( rule__InitialTransition__Group_7_2__0 )? ) ;
+ // InternalRoom.g:17477:1: rule__InitialTransition__Group_7__2__Impl : ( ( rule__InitialTransition__Group_7_2__0 )? ) ;
public final void rule__InitialTransition__Group_7__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17461:1: ( ( ( rule__InitialTransition__Group_7_2__0 )? ) )
- // InternalRoom.g:17462:1: ( ( rule__InitialTransition__Group_7_2__0 )? )
+ // InternalRoom.g:17481:1: ( ( ( rule__InitialTransition__Group_7_2__0 )? ) )
+ // InternalRoom.g:17482:1: ( ( rule__InitialTransition__Group_7_2__0 )? )
{
- // InternalRoom.g:17462:1: ( ( rule__InitialTransition__Group_7_2__0 )? )
- // InternalRoom.g:17463:1: ( rule__InitialTransition__Group_7_2__0 )?
+ // InternalRoom.g:17482:1: ( ( rule__InitialTransition__Group_7_2__0 )? )
+ // InternalRoom.g:17483:1: ( rule__InitialTransition__Group_7_2__0 )?
{
before(grammarAccess.getInitialTransitionAccess().getGroup_7_2());
- // InternalRoom.g:17464:1: ( rule__InitialTransition__Group_7_2__0 )?
- int alt180=2;
- int LA180_0 = input.LA(1);
+ // InternalRoom.g:17484:1: ( rule__InitialTransition__Group_7_2__0 )?
+ int alt181=2;
+ int LA181_0 = input.LA(1);
- if ( (LA180_0==106) ) {
- alt180=1;
+ if ( (LA181_0==106) ) {
+ alt181=1;
}
- switch (alt180) {
+ switch (alt181) {
case 1 :
- // InternalRoom.g:17464:2: rule__InitialTransition__Group_7_2__0
+ // InternalRoom.g:17484:2: rule__InitialTransition__Group_7_2__0
{
pushFollow(FOLLOW_2);
rule__InitialTransition__Group_7_2__0();
@@ -48536,14 +48632,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group_7__3"
- // InternalRoom.g:17474:1: rule__InitialTransition__Group_7__3 : rule__InitialTransition__Group_7__3__Impl ;
+ // InternalRoom.g:17494:1: rule__InitialTransition__Group_7__3 : rule__InitialTransition__Group_7__3__Impl ;
public final void rule__InitialTransition__Group_7__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17478:1: ( rule__InitialTransition__Group_7__3__Impl )
- // InternalRoom.g:17479:2: rule__InitialTransition__Group_7__3__Impl
+ // InternalRoom.g:17498:1: ( rule__InitialTransition__Group_7__3__Impl )
+ // InternalRoom.g:17499:2: rule__InitialTransition__Group_7__3__Impl
{
pushFollow(FOLLOW_2);
rule__InitialTransition__Group_7__3__Impl();
@@ -48569,17 +48665,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group_7__3__Impl"
- // InternalRoom.g:17485:1: rule__InitialTransition__Group_7__3__Impl : ( '}' ) ;
+ // InternalRoom.g:17505:1: rule__InitialTransition__Group_7__3__Impl : ( '}' ) ;
public final void rule__InitialTransition__Group_7__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17489:1: ( ( '}' ) )
- // InternalRoom.g:17490:1: ( '}' )
+ // InternalRoom.g:17509:1: ( ( '}' ) )
+ // InternalRoom.g:17510:1: ( '}' )
{
- // InternalRoom.g:17490:1: ( '}' )
- // InternalRoom.g:17491:1: '}'
+ // InternalRoom.g:17510:1: ( '}' )
+ // InternalRoom.g:17511:1: '}'
{
before(grammarAccess.getInitialTransitionAccess().getRightCurlyBracketKeyword_7_3());
match(input,46,FOLLOW_2);
@@ -48606,16 +48702,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group_7_2__0"
- // InternalRoom.g:17512:1: rule__InitialTransition__Group_7_2__0 : rule__InitialTransition__Group_7_2__0__Impl rule__InitialTransition__Group_7_2__1 ;
+ // InternalRoom.g:17532:1: rule__InitialTransition__Group_7_2__0 : rule__InitialTransition__Group_7_2__0__Impl rule__InitialTransition__Group_7_2__1 ;
public final void rule__InitialTransition__Group_7_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17516:1: ( rule__InitialTransition__Group_7_2__0__Impl rule__InitialTransition__Group_7_2__1 )
- // InternalRoom.g:17517:2: rule__InitialTransition__Group_7_2__0__Impl rule__InitialTransition__Group_7_2__1
+ // InternalRoom.g:17536:1: ( rule__InitialTransition__Group_7_2__0__Impl rule__InitialTransition__Group_7_2__1 )
+ // InternalRoom.g:17537:2: rule__InitialTransition__Group_7_2__0__Impl rule__InitialTransition__Group_7_2__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__InitialTransition__Group_7_2__0__Impl();
state._fsp--;
@@ -48644,17 +48740,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group_7_2__0__Impl"
- // InternalRoom.g:17524:1: rule__InitialTransition__Group_7_2__0__Impl : ( 'action' ) ;
+ // InternalRoom.g:17544:1: rule__InitialTransition__Group_7_2__0__Impl : ( 'action' ) ;
public final void rule__InitialTransition__Group_7_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17528:1: ( ( 'action' ) )
- // InternalRoom.g:17529:1: ( 'action' )
+ // InternalRoom.g:17548:1: ( ( 'action' ) )
+ // InternalRoom.g:17549:1: ( 'action' )
{
- // InternalRoom.g:17529:1: ( 'action' )
- // InternalRoom.g:17530:1: 'action'
+ // InternalRoom.g:17549:1: ( 'action' )
+ // InternalRoom.g:17550:1: 'action'
{
before(grammarAccess.getInitialTransitionAccess().getActionKeyword_7_2_0());
match(input,106,FOLLOW_2);
@@ -48681,14 +48777,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group_7_2__1"
- // InternalRoom.g:17543:1: rule__InitialTransition__Group_7_2__1 : rule__InitialTransition__Group_7_2__1__Impl ;
+ // InternalRoom.g:17563:1: rule__InitialTransition__Group_7_2__1 : rule__InitialTransition__Group_7_2__1__Impl ;
public final void rule__InitialTransition__Group_7_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17547:1: ( rule__InitialTransition__Group_7_2__1__Impl )
- // InternalRoom.g:17548:2: rule__InitialTransition__Group_7_2__1__Impl
+ // InternalRoom.g:17567:1: ( rule__InitialTransition__Group_7_2__1__Impl )
+ // InternalRoom.g:17568:2: rule__InitialTransition__Group_7_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__InitialTransition__Group_7_2__1__Impl();
@@ -48714,21 +48810,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__Group_7_2__1__Impl"
- // InternalRoom.g:17554:1: rule__InitialTransition__Group_7_2__1__Impl : ( ( rule__InitialTransition__ActionAssignment_7_2_1 ) ) ;
+ // InternalRoom.g:17574:1: rule__InitialTransition__Group_7_2__1__Impl : ( ( rule__InitialTransition__ActionAssignment_7_2_1 ) ) ;
public final void rule__InitialTransition__Group_7_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17558:1: ( ( ( rule__InitialTransition__ActionAssignment_7_2_1 ) ) )
- // InternalRoom.g:17559:1: ( ( rule__InitialTransition__ActionAssignment_7_2_1 ) )
+ // InternalRoom.g:17578:1: ( ( ( rule__InitialTransition__ActionAssignment_7_2_1 ) ) )
+ // InternalRoom.g:17579:1: ( ( rule__InitialTransition__ActionAssignment_7_2_1 ) )
{
- // InternalRoom.g:17559:1: ( ( rule__InitialTransition__ActionAssignment_7_2_1 ) )
- // InternalRoom.g:17560:1: ( rule__InitialTransition__ActionAssignment_7_2_1 )
+ // InternalRoom.g:17579:1: ( ( rule__InitialTransition__ActionAssignment_7_2_1 ) )
+ // InternalRoom.g:17580:1: ( rule__InitialTransition__ActionAssignment_7_2_1 )
{
before(grammarAccess.getInitialTransitionAccess().getActionAssignment_7_2_1());
- // InternalRoom.g:17561:1: ( rule__InitialTransition__ActionAssignment_7_2_1 )
- // InternalRoom.g:17561:2: rule__InitialTransition__ActionAssignment_7_2_1
+ // InternalRoom.g:17581:1: ( rule__InitialTransition__ActionAssignment_7_2_1 )
+ // InternalRoom.g:17581:2: rule__InitialTransition__ActionAssignment_7_2_1
{
pushFollow(FOLLOW_2);
rule__InitialTransition__ActionAssignment_7_2_1();
@@ -48761,16 +48857,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group__0"
- // InternalRoom.g:17575:1: rule__ContinuationTransition__Group__0 : rule__ContinuationTransition__Group__0__Impl rule__ContinuationTransition__Group__1 ;
+ // InternalRoom.g:17595:1: rule__ContinuationTransition__Group__0 : rule__ContinuationTransition__Group__0__Impl rule__ContinuationTransition__Group__1 ;
public final void rule__ContinuationTransition__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17579:1: ( rule__ContinuationTransition__Group__0__Impl rule__ContinuationTransition__Group__1 )
- // InternalRoom.g:17580:2: rule__ContinuationTransition__Group__0__Impl rule__ContinuationTransition__Group__1
+ // InternalRoom.g:17599:1: ( rule__ContinuationTransition__Group__0__Impl rule__ContinuationTransition__Group__1 )
+ // InternalRoom.g:17600:2: rule__ContinuationTransition__Group__0__Impl rule__ContinuationTransition__Group__1
{
- pushFollow(FOLLOW_88);
+ pushFollow(FOLLOW_89);
rule__ContinuationTransition__Group__0__Impl();
state._fsp--;
@@ -48799,17 +48895,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group__0__Impl"
- // InternalRoom.g:17587:1: rule__ContinuationTransition__Group__0__Impl : ( 'Transition' ) ;
+ // InternalRoom.g:17607:1: rule__ContinuationTransition__Group__0__Impl : ( 'Transition' ) ;
public final void rule__ContinuationTransition__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17591:1: ( ( 'Transition' ) )
- // InternalRoom.g:17592:1: ( 'Transition' )
+ // InternalRoom.g:17611:1: ( ( 'Transition' ) )
+ // InternalRoom.g:17612:1: ( 'Transition' )
{
- // InternalRoom.g:17592:1: ( 'Transition' )
- // InternalRoom.g:17593:1: 'Transition'
+ // InternalRoom.g:17612:1: ( 'Transition' )
+ // InternalRoom.g:17613:1: 'Transition'
{
before(grammarAccess.getContinuationTransitionAccess().getTransitionKeyword_0());
match(input,27,FOLLOW_2);
@@ -48836,16 +48932,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group__1"
- // InternalRoom.g:17606:1: rule__ContinuationTransition__Group__1 : rule__ContinuationTransition__Group__1__Impl rule__ContinuationTransition__Group__2 ;
+ // InternalRoom.g:17626:1: rule__ContinuationTransition__Group__1 : rule__ContinuationTransition__Group__1__Impl rule__ContinuationTransition__Group__2 ;
public final void rule__ContinuationTransition__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17610:1: ( rule__ContinuationTransition__Group__1__Impl rule__ContinuationTransition__Group__2 )
- // InternalRoom.g:17611:2: rule__ContinuationTransition__Group__1__Impl rule__ContinuationTransition__Group__2
+ // InternalRoom.g:17630:1: ( rule__ContinuationTransition__Group__1__Impl rule__ContinuationTransition__Group__2 )
+ // InternalRoom.g:17631:2: rule__ContinuationTransition__Group__1__Impl rule__ContinuationTransition__Group__2
{
- pushFollow(FOLLOW_88);
+ pushFollow(FOLLOW_89);
rule__ContinuationTransition__Group__1__Impl();
state._fsp--;
@@ -48874,29 +48970,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group__1__Impl"
- // InternalRoom.g:17618:1: rule__ContinuationTransition__Group__1__Impl : ( ( rule__ContinuationTransition__NameAssignment_1 )? ) ;
+ // InternalRoom.g:17638:1: rule__ContinuationTransition__Group__1__Impl : ( ( rule__ContinuationTransition__NameAssignment_1 )? ) ;
public final void rule__ContinuationTransition__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17622:1: ( ( ( rule__ContinuationTransition__NameAssignment_1 )? ) )
- // InternalRoom.g:17623:1: ( ( rule__ContinuationTransition__NameAssignment_1 )? )
+ // InternalRoom.g:17642:1: ( ( ( rule__ContinuationTransition__NameAssignment_1 )? ) )
+ // InternalRoom.g:17643:1: ( ( rule__ContinuationTransition__NameAssignment_1 )? )
{
- // InternalRoom.g:17623:1: ( ( rule__ContinuationTransition__NameAssignment_1 )? )
- // InternalRoom.g:17624:1: ( rule__ContinuationTransition__NameAssignment_1 )?
+ // InternalRoom.g:17643:1: ( ( rule__ContinuationTransition__NameAssignment_1 )? )
+ // InternalRoom.g:17644:1: ( rule__ContinuationTransition__NameAssignment_1 )?
{
before(grammarAccess.getContinuationTransitionAccess().getNameAssignment_1());
- // InternalRoom.g:17625:1: ( rule__ContinuationTransition__NameAssignment_1 )?
- int alt181=2;
- int LA181_0 = input.LA(1);
+ // InternalRoom.g:17645:1: ( rule__ContinuationTransition__NameAssignment_1 )?
+ int alt182=2;
+ int LA182_0 = input.LA(1);
- if ( (LA181_0==RULE_ID) ) {
- alt181=1;
+ if ( (LA182_0==RULE_ID) ) {
+ alt182=1;
}
- switch (alt181) {
+ switch (alt182) {
case 1 :
- // InternalRoom.g:17625:2: rule__ContinuationTransition__NameAssignment_1
+ // InternalRoom.g:17645:2: rule__ContinuationTransition__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__ContinuationTransition__NameAssignment_1();
@@ -48932,16 +49028,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group__2"
- // InternalRoom.g:17635:1: rule__ContinuationTransition__Group__2 : rule__ContinuationTransition__Group__2__Impl rule__ContinuationTransition__Group__3 ;
+ // InternalRoom.g:17655:1: rule__ContinuationTransition__Group__2 : rule__ContinuationTransition__Group__2__Impl rule__ContinuationTransition__Group__3 ;
public final void rule__ContinuationTransition__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17639:1: ( rule__ContinuationTransition__Group__2__Impl rule__ContinuationTransition__Group__3 )
- // InternalRoom.g:17640:2: rule__ContinuationTransition__Group__2__Impl rule__ContinuationTransition__Group__3
+ // InternalRoom.g:17659:1: ( rule__ContinuationTransition__Group__2__Impl rule__ContinuationTransition__Group__3 )
+ // InternalRoom.g:17660:2: rule__ContinuationTransition__Group__2__Impl rule__ContinuationTransition__Group__3
{
- pushFollow(FOLLOW_90);
+ pushFollow(FOLLOW_91);
rule__ContinuationTransition__Group__2__Impl();
state._fsp--;
@@ -48970,17 +49066,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group__2__Impl"
- // InternalRoom.g:17647:1: rule__ContinuationTransition__Group__2__Impl : ( ':' ) ;
+ // InternalRoom.g:17667:1: rule__ContinuationTransition__Group__2__Impl : ( ':' ) ;
public final void rule__ContinuationTransition__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17651:1: ( ( ':' ) )
- // InternalRoom.g:17652:1: ( ':' )
+ // InternalRoom.g:17671:1: ( ( ':' ) )
+ // InternalRoom.g:17672:1: ( ':' )
{
- // InternalRoom.g:17652:1: ( ':' )
- // InternalRoom.g:17653:1: ':'
+ // InternalRoom.g:17672:1: ( ':' )
+ // InternalRoom.g:17673:1: ':'
{
before(grammarAccess.getContinuationTransitionAccess().getColonKeyword_2());
match(input,47,FOLLOW_2);
@@ -49007,16 +49103,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group__3"
- // InternalRoom.g:17666:1: rule__ContinuationTransition__Group__3 : rule__ContinuationTransition__Group__3__Impl rule__ContinuationTransition__Group__4 ;
+ // InternalRoom.g:17686:1: rule__ContinuationTransition__Group__3 : rule__ContinuationTransition__Group__3__Impl rule__ContinuationTransition__Group__4 ;
public final void rule__ContinuationTransition__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17670:1: ( rule__ContinuationTransition__Group__3__Impl rule__ContinuationTransition__Group__4 )
- // InternalRoom.g:17671:2: rule__ContinuationTransition__Group__3__Impl rule__ContinuationTransition__Group__4
+ // InternalRoom.g:17690:1: ( rule__ContinuationTransition__Group__3__Impl rule__ContinuationTransition__Group__4 )
+ // InternalRoom.g:17691:2: rule__ContinuationTransition__Group__3__Impl rule__ContinuationTransition__Group__4
{
- pushFollow(FOLLOW_13);
+ pushFollow(FOLLOW_14);
rule__ContinuationTransition__Group__3__Impl();
state._fsp--;
@@ -49045,21 +49141,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group__3__Impl"
- // InternalRoom.g:17678:1: rule__ContinuationTransition__Group__3__Impl : ( ( rule__ContinuationTransition__FromAssignment_3 ) ) ;
+ // InternalRoom.g:17698:1: rule__ContinuationTransition__Group__3__Impl : ( ( rule__ContinuationTransition__FromAssignment_3 ) ) ;
public final void rule__ContinuationTransition__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17682:1: ( ( ( rule__ContinuationTransition__FromAssignment_3 ) ) )
- // InternalRoom.g:17683:1: ( ( rule__ContinuationTransition__FromAssignment_3 ) )
+ // InternalRoom.g:17702:1: ( ( ( rule__ContinuationTransition__FromAssignment_3 ) ) )
+ // InternalRoom.g:17703:1: ( ( rule__ContinuationTransition__FromAssignment_3 ) )
{
- // InternalRoom.g:17683:1: ( ( rule__ContinuationTransition__FromAssignment_3 ) )
- // InternalRoom.g:17684:1: ( rule__ContinuationTransition__FromAssignment_3 )
+ // InternalRoom.g:17703:1: ( ( rule__ContinuationTransition__FromAssignment_3 ) )
+ // InternalRoom.g:17704:1: ( rule__ContinuationTransition__FromAssignment_3 )
{
before(grammarAccess.getContinuationTransitionAccess().getFromAssignment_3());
- // InternalRoom.g:17685:1: ( rule__ContinuationTransition__FromAssignment_3 )
- // InternalRoom.g:17685:2: rule__ContinuationTransition__FromAssignment_3
+ // InternalRoom.g:17705:1: ( rule__ContinuationTransition__FromAssignment_3 )
+ // InternalRoom.g:17705:2: rule__ContinuationTransition__FromAssignment_3
{
pushFollow(FOLLOW_2);
rule__ContinuationTransition__FromAssignment_3();
@@ -49092,16 +49188,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group__4"
- // InternalRoom.g:17695:1: rule__ContinuationTransition__Group__4 : rule__ContinuationTransition__Group__4__Impl rule__ContinuationTransition__Group__5 ;
+ // InternalRoom.g:17715:1: rule__ContinuationTransition__Group__4 : rule__ContinuationTransition__Group__4__Impl rule__ContinuationTransition__Group__5 ;
public final void rule__ContinuationTransition__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17699:1: ( rule__ContinuationTransition__Group__4__Impl rule__ContinuationTransition__Group__5 )
- // InternalRoom.g:17700:2: rule__ContinuationTransition__Group__4__Impl rule__ContinuationTransition__Group__5
+ // InternalRoom.g:17719:1: ( rule__ContinuationTransition__Group__4__Impl rule__ContinuationTransition__Group__5 )
+ // InternalRoom.g:17720:2: rule__ContinuationTransition__Group__4__Impl rule__ContinuationTransition__Group__5
{
- pushFollow(FOLLOW_90);
+ pushFollow(FOLLOW_91);
rule__ContinuationTransition__Group__4__Impl();
state._fsp--;
@@ -49130,17 +49226,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group__4__Impl"
- // InternalRoom.g:17707:1: rule__ContinuationTransition__Group__4__Impl : ( '->' ) ;
+ // InternalRoom.g:17727:1: rule__ContinuationTransition__Group__4__Impl : ( '->' ) ;
public final void rule__ContinuationTransition__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17711:1: ( ( '->' ) )
- // InternalRoom.g:17712:1: ( '->' )
+ // InternalRoom.g:17731:1: ( ( '->' ) )
+ // InternalRoom.g:17732:1: ( '->' )
{
- // InternalRoom.g:17712:1: ( '->' )
- // InternalRoom.g:17713:1: '->'
+ // InternalRoom.g:17732:1: ( '->' )
+ // InternalRoom.g:17733:1: '->'
{
before(grammarAccess.getContinuationTransitionAccess().getHyphenMinusGreaterThanSignKeyword_4());
match(input,49,FOLLOW_2);
@@ -49167,14 +49263,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group__5"
- // InternalRoom.g:17726:1: rule__ContinuationTransition__Group__5 : rule__ContinuationTransition__Group__5__Impl rule__ContinuationTransition__Group__6 ;
+ // InternalRoom.g:17746:1: rule__ContinuationTransition__Group__5 : rule__ContinuationTransition__Group__5__Impl rule__ContinuationTransition__Group__6 ;
public final void rule__ContinuationTransition__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17730:1: ( rule__ContinuationTransition__Group__5__Impl rule__ContinuationTransition__Group__6 )
- // InternalRoom.g:17731:2: rule__ContinuationTransition__Group__5__Impl rule__ContinuationTransition__Group__6
+ // InternalRoom.g:17750:1: ( rule__ContinuationTransition__Group__5__Impl rule__ContinuationTransition__Group__6 )
+ // InternalRoom.g:17751:2: rule__ContinuationTransition__Group__5__Impl rule__ContinuationTransition__Group__6
{
pushFollow(FOLLOW_4);
rule__ContinuationTransition__Group__5__Impl();
@@ -49205,21 +49301,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group__5__Impl"
- // InternalRoom.g:17738:1: rule__ContinuationTransition__Group__5__Impl : ( ( rule__ContinuationTransition__ToAssignment_5 ) ) ;
+ // InternalRoom.g:17758:1: rule__ContinuationTransition__Group__5__Impl : ( ( rule__ContinuationTransition__ToAssignment_5 ) ) ;
public final void rule__ContinuationTransition__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17742:1: ( ( ( rule__ContinuationTransition__ToAssignment_5 ) ) )
- // InternalRoom.g:17743:1: ( ( rule__ContinuationTransition__ToAssignment_5 ) )
+ // InternalRoom.g:17762:1: ( ( ( rule__ContinuationTransition__ToAssignment_5 ) ) )
+ // InternalRoom.g:17763:1: ( ( rule__ContinuationTransition__ToAssignment_5 ) )
{
- // InternalRoom.g:17743:1: ( ( rule__ContinuationTransition__ToAssignment_5 ) )
- // InternalRoom.g:17744:1: ( rule__ContinuationTransition__ToAssignment_5 )
+ // InternalRoom.g:17763:1: ( ( rule__ContinuationTransition__ToAssignment_5 ) )
+ // InternalRoom.g:17764:1: ( rule__ContinuationTransition__ToAssignment_5 )
{
before(grammarAccess.getContinuationTransitionAccess().getToAssignment_5());
- // InternalRoom.g:17745:1: ( rule__ContinuationTransition__ToAssignment_5 )
- // InternalRoom.g:17745:2: rule__ContinuationTransition__ToAssignment_5
+ // InternalRoom.g:17765:1: ( rule__ContinuationTransition__ToAssignment_5 )
+ // InternalRoom.g:17765:2: rule__ContinuationTransition__ToAssignment_5
{
pushFollow(FOLLOW_2);
rule__ContinuationTransition__ToAssignment_5();
@@ -49252,14 +49348,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group__6"
- // InternalRoom.g:17755:1: rule__ContinuationTransition__Group__6 : rule__ContinuationTransition__Group__6__Impl rule__ContinuationTransition__Group__7 ;
+ // InternalRoom.g:17775:1: rule__ContinuationTransition__Group__6 : rule__ContinuationTransition__Group__6__Impl rule__ContinuationTransition__Group__7 ;
public final void rule__ContinuationTransition__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17759:1: ( rule__ContinuationTransition__Group__6__Impl rule__ContinuationTransition__Group__7 )
- // InternalRoom.g:17760:2: rule__ContinuationTransition__Group__6__Impl rule__ContinuationTransition__Group__7
+ // InternalRoom.g:17779:1: ( rule__ContinuationTransition__Group__6__Impl rule__ContinuationTransition__Group__7 )
+ // InternalRoom.g:17780:2: rule__ContinuationTransition__Group__6__Impl rule__ContinuationTransition__Group__7
{
pushFollow(FOLLOW_4);
rule__ContinuationTransition__Group__6__Impl();
@@ -49290,29 +49386,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group__6__Impl"
- // InternalRoom.g:17767:1: rule__ContinuationTransition__Group__6__Impl : ( ( rule__ContinuationTransition__DocuAssignment_6 )? ) ;
+ // InternalRoom.g:17787:1: rule__ContinuationTransition__Group__6__Impl : ( ( rule__ContinuationTransition__DocuAssignment_6 )? ) ;
public final void rule__ContinuationTransition__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17771:1: ( ( ( rule__ContinuationTransition__DocuAssignment_6 )? ) )
- // InternalRoom.g:17772:1: ( ( rule__ContinuationTransition__DocuAssignment_6 )? )
+ // InternalRoom.g:17791:1: ( ( ( rule__ContinuationTransition__DocuAssignment_6 )? ) )
+ // InternalRoom.g:17792:1: ( ( rule__ContinuationTransition__DocuAssignment_6 )? )
{
- // InternalRoom.g:17772:1: ( ( rule__ContinuationTransition__DocuAssignment_6 )? )
- // InternalRoom.g:17773:1: ( rule__ContinuationTransition__DocuAssignment_6 )?
+ // InternalRoom.g:17792:1: ( ( rule__ContinuationTransition__DocuAssignment_6 )? )
+ // InternalRoom.g:17793:1: ( rule__ContinuationTransition__DocuAssignment_6 )?
{
before(grammarAccess.getContinuationTransitionAccess().getDocuAssignment_6());
- // InternalRoom.g:17774:1: ( rule__ContinuationTransition__DocuAssignment_6 )?
- int alt182=2;
- int LA182_0 = input.LA(1);
+ // InternalRoom.g:17794:1: ( rule__ContinuationTransition__DocuAssignment_6 )?
+ int alt183=2;
+ int LA183_0 = input.LA(1);
- if ( (LA182_0==63) ) {
- alt182=1;
+ if ( (LA183_0==63) ) {
+ alt183=1;
}
- switch (alt182) {
+ switch (alt183) {
case 1 :
- // InternalRoom.g:17774:2: rule__ContinuationTransition__DocuAssignment_6
+ // InternalRoom.g:17794:2: rule__ContinuationTransition__DocuAssignment_6
{
pushFollow(FOLLOW_2);
rule__ContinuationTransition__DocuAssignment_6();
@@ -49348,14 +49444,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group__7"
- // InternalRoom.g:17784:1: rule__ContinuationTransition__Group__7 : rule__ContinuationTransition__Group__7__Impl ;
+ // InternalRoom.g:17804:1: rule__ContinuationTransition__Group__7 : rule__ContinuationTransition__Group__7__Impl ;
public final void rule__ContinuationTransition__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17788:1: ( rule__ContinuationTransition__Group__7__Impl )
- // InternalRoom.g:17789:2: rule__ContinuationTransition__Group__7__Impl
+ // InternalRoom.g:17808:1: ( rule__ContinuationTransition__Group__7__Impl )
+ // InternalRoom.g:17809:2: rule__ContinuationTransition__Group__7__Impl
{
pushFollow(FOLLOW_2);
rule__ContinuationTransition__Group__7__Impl();
@@ -49381,29 +49477,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group__7__Impl"
- // InternalRoom.g:17795:1: rule__ContinuationTransition__Group__7__Impl : ( ( rule__ContinuationTransition__Group_7__0 )? ) ;
+ // InternalRoom.g:17815:1: rule__ContinuationTransition__Group__7__Impl : ( ( rule__ContinuationTransition__Group_7__0 )? ) ;
public final void rule__ContinuationTransition__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17799:1: ( ( ( rule__ContinuationTransition__Group_7__0 )? ) )
- // InternalRoom.g:17800:1: ( ( rule__ContinuationTransition__Group_7__0 )? )
+ // InternalRoom.g:17819:1: ( ( ( rule__ContinuationTransition__Group_7__0 )? ) )
+ // InternalRoom.g:17820:1: ( ( rule__ContinuationTransition__Group_7__0 )? )
{
- // InternalRoom.g:17800:1: ( ( rule__ContinuationTransition__Group_7__0 )? )
- // InternalRoom.g:17801:1: ( rule__ContinuationTransition__Group_7__0 )?
+ // InternalRoom.g:17820:1: ( ( rule__ContinuationTransition__Group_7__0 )? )
+ // InternalRoom.g:17821:1: ( rule__ContinuationTransition__Group_7__0 )?
{
before(grammarAccess.getContinuationTransitionAccess().getGroup_7());
- // InternalRoom.g:17802:1: ( rule__ContinuationTransition__Group_7__0 )?
- int alt183=2;
- int LA183_0 = input.LA(1);
+ // InternalRoom.g:17822:1: ( rule__ContinuationTransition__Group_7__0 )?
+ int alt184=2;
+ int LA184_0 = input.LA(1);
- if ( (LA183_0==45) ) {
- alt183=1;
+ if ( (LA184_0==45) ) {
+ alt184=1;
}
- switch (alt183) {
+ switch (alt184) {
case 1 :
- // InternalRoom.g:17802:2: rule__ContinuationTransition__Group_7__0
+ // InternalRoom.g:17822:2: rule__ContinuationTransition__Group_7__0
{
pushFollow(FOLLOW_2);
rule__ContinuationTransition__Group_7__0();
@@ -49439,16 +49535,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group_7__0"
- // InternalRoom.g:17828:1: rule__ContinuationTransition__Group_7__0 : rule__ContinuationTransition__Group_7__0__Impl rule__ContinuationTransition__Group_7__1 ;
+ // InternalRoom.g:17848:1: rule__ContinuationTransition__Group_7__0 : rule__ContinuationTransition__Group_7__0__Impl rule__ContinuationTransition__Group_7__1 ;
public final void rule__ContinuationTransition__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17832:1: ( rule__ContinuationTransition__Group_7__0__Impl rule__ContinuationTransition__Group_7__1 )
- // InternalRoom.g:17833:2: rule__ContinuationTransition__Group_7__0__Impl rule__ContinuationTransition__Group_7__1
+ // InternalRoom.g:17852:1: ( rule__ContinuationTransition__Group_7__0__Impl rule__ContinuationTransition__Group_7__1 )
+ // InternalRoom.g:17853:2: rule__ContinuationTransition__Group_7__0__Impl rule__ContinuationTransition__Group_7__1
{
- pushFollow(FOLLOW_91);
+ pushFollow(FOLLOW_92);
rule__ContinuationTransition__Group_7__0__Impl();
state._fsp--;
@@ -49477,17 +49573,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group_7__0__Impl"
- // InternalRoom.g:17840:1: rule__ContinuationTransition__Group_7__0__Impl : ( '{' ) ;
+ // InternalRoom.g:17860:1: rule__ContinuationTransition__Group_7__0__Impl : ( '{' ) ;
public final void rule__ContinuationTransition__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17844:1: ( ( '{' ) )
- // InternalRoom.g:17845:1: ( '{' )
+ // InternalRoom.g:17864:1: ( ( '{' ) )
+ // InternalRoom.g:17865:1: ( '{' )
{
- // InternalRoom.g:17845:1: ( '{' )
- // InternalRoom.g:17846:1: '{'
+ // InternalRoom.g:17865:1: ( '{' )
+ // InternalRoom.g:17866:1: '{'
{
before(grammarAccess.getContinuationTransitionAccess().getLeftCurlyBracketKeyword_7_0());
match(input,45,FOLLOW_2);
@@ -49514,16 +49610,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group_7__1"
- // InternalRoom.g:17859:1: rule__ContinuationTransition__Group_7__1 : rule__ContinuationTransition__Group_7__1__Impl rule__ContinuationTransition__Group_7__2 ;
+ // InternalRoom.g:17879:1: rule__ContinuationTransition__Group_7__1 : rule__ContinuationTransition__Group_7__1__Impl rule__ContinuationTransition__Group_7__2 ;
public final void rule__ContinuationTransition__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17863:1: ( rule__ContinuationTransition__Group_7__1__Impl rule__ContinuationTransition__Group_7__2 )
- // InternalRoom.g:17864:2: rule__ContinuationTransition__Group_7__1__Impl rule__ContinuationTransition__Group_7__2
+ // InternalRoom.g:17883:1: ( rule__ContinuationTransition__Group_7__1__Impl rule__ContinuationTransition__Group_7__2 )
+ // InternalRoom.g:17884:2: rule__ContinuationTransition__Group_7__1__Impl rule__ContinuationTransition__Group_7__2
{
- pushFollow(FOLLOW_91);
+ pushFollow(FOLLOW_92);
rule__ContinuationTransition__Group_7__1__Impl();
state._fsp--;
@@ -49552,33 +49648,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group_7__1__Impl"
- // InternalRoom.g:17871:1: rule__ContinuationTransition__Group_7__1__Impl : ( ( rule__ContinuationTransition__AnnotationsAssignment_7_1 )* ) ;
+ // InternalRoom.g:17891:1: rule__ContinuationTransition__Group_7__1__Impl : ( ( rule__ContinuationTransition__AnnotationsAssignment_7_1 )* ) ;
public final void rule__ContinuationTransition__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17875:1: ( ( ( rule__ContinuationTransition__AnnotationsAssignment_7_1 )* ) )
- // InternalRoom.g:17876:1: ( ( rule__ContinuationTransition__AnnotationsAssignment_7_1 )* )
+ // InternalRoom.g:17895:1: ( ( ( rule__ContinuationTransition__AnnotationsAssignment_7_1 )* ) )
+ // InternalRoom.g:17896:1: ( ( rule__ContinuationTransition__AnnotationsAssignment_7_1 )* )
{
- // InternalRoom.g:17876:1: ( ( rule__ContinuationTransition__AnnotationsAssignment_7_1 )* )
- // InternalRoom.g:17877:1: ( rule__ContinuationTransition__AnnotationsAssignment_7_1 )*
+ // InternalRoom.g:17896:1: ( ( rule__ContinuationTransition__AnnotationsAssignment_7_1 )* )
+ // InternalRoom.g:17897:1: ( rule__ContinuationTransition__AnnotationsAssignment_7_1 )*
{
before(grammarAccess.getContinuationTransitionAccess().getAnnotationsAssignment_7_1());
- // InternalRoom.g:17878:1: ( rule__ContinuationTransition__AnnotationsAssignment_7_1 )*
- loop184:
+ // InternalRoom.g:17898:1: ( rule__ContinuationTransition__AnnotationsAssignment_7_1 )*
+ loop185:
do {
- int alt184=2;
- int LA184_0 = input.LA(1);
+ int alt185=2;
+ int LA185_0 = input.LA(1);
- if ( (LA184_0==120) ) {
- alt184=1;
+ if ( (LA185_0==120) ) {
+ alt185=1;
}
- switch (alt184) {
+ switch (alt185) {
case 1 :
- // InternalRoom.g:17878:2: rule__ContinuationTransition__AnnotationsAssignment_7_1
+ // InternalRoom.g:17898:2: rule__ContinuationTransition__AnnotationsAssignment_7_1
{
pushFollow(FOLLOW_6);
rule__ContinuationTransition__AnnotationsAssignment_7_1();
@@ -49590,7 +49686,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop184;
+ break loop185;
}
} while (true);
@@ -49617,16 +49713,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group_7__2"
- // InternalRoom.g:17888:1: rule__ContinuationTransition__Group_7__2 : rule__ContinuationTransition__Group_7__2__Impl rule__ContinuationTransition__Group_7__3 ;
+ // InternalRoom.g:17908:1: rule__ContinuationTransition__Group_7__2 : rule__ContinuationTransition__Group_7__2__Impl rule__ContinuationTransition__Group_7__3 ;
public final void rule__ContinuationTransition__Group_7__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17892:1: ( rule__ContinuationTransition__Group_7__2__Impl rule__ContinuationTransition__Group_7__3 )
- // InternalRoom.g:17893:2: rule__ContinuationTransition__Group_7__2__Impl rule__ContinuationTransition__Group_7__3
+ // InternalRoom.g:17912:1: ( rule__ContinuationTransition__Group_7__2__Impl rule__ContinuationTransition__Group_7__3 )
+ // InternalRoom.g:17913:2: rule__ContinuationTransition__Group_7__2__Impl rule__ContinuationTransition__Group_7__3
{
- pushFollow(FOLLOW_91);
+ pushFollow(FOLLOW_92);
rule__ContinuationTransition__Group_7__2__Impl();
state._fsp--;
@@ -49655,29 +49751,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group_7__2__Impl"
- // InternalRoom.g:17900:1: rule__ContinuationTransition__Group_7__2__Impl : ( ( rule__ContinuationTransition__Group_7_2__0 )? ) ;
+ // InternalRoom.g:17920:1: rule__ContinuationTransition__Group_7__2__Impl : ( ( rule__ContinuationTransition__Group_7_2__0 )? ) ;
public final void rule__ContinuationTransition__Group_7__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17904:1: ( ( ( rule__ContinuationTransition__Group_7_2__0 )? ) )
- // InternalRoom.g:17905:1: ( ( rule__ContinuationTransition__Group_7_2__0 )? )
+ // InternalRoom.g:17924:1: ( ( ( rule__ContinuationTransition__Group_7_2__0 )? ) )
+ // InternalRoom.g:17925:1: ( ( rule__ContinuationTransition__Group_7_2__0 )? )
{
- // InternalRoom.g:17905:1: ( ( rule__ContinuationTransition__Group_7_2__0 )? )
- // InternalRoom.g:17906:1: ( rule__ContinuationTransition__Group_7_2__0 )?
+ // InternalRoom.g:17925:1: ( ( rule__ContinuationTransition__Group_7_2__0 )? )
+ // InternalRoom.g:17926:1: ( rule__ContinuationTransition__Group_7_2__0 )?
{
before(grammarAccess.getContinuationTransitionAccess().getGroup_7_2());
- // InternalRoom.g:17907:1: ( rule__ContinuationTransition__Group_7_2__0 )?
- int alt185=2;
- int LA185_0 = input.LA(1);
+ // InternalRoom.g:17927:1: ( rule__ContinuationTransition__Group_7_2__0 )?
+ int alt186=2;
+ int LA186_0 = input.LA(1);
- if ( (LA185_0==106) ) {
- alt185=1;
+ if ( (LA186_0==106) ) {
+ alt186=1;
}
- switch (alt185) {
+ switch (alt186) {
case 1 :
- // InternalRoom.g:17907:2: rule__ContinuationTransition__Group_7_2__0
+ // InternalRoom.g:17927:2: rule__ContinuationTransition__Group_7_2__0
{
pushFollow(FOLLOW_2);
rule__ContinuationTransition__Group_7_2__0();
@@ -49713,14 +49809,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group_7__3"
- // InternalRoom.g:17917:1: rule__ContinuationTransition__Group_7__3 : rule__ContinuationTransition__Group_7__3__Impl ;
+ // InternalRoom.g:17937:1: rule__ContinuationTransition__Group_7__3 : rule__ContinuationTransition__Group_7__3__Impl ;
public final void rule__ContinuationTransition__Group_7__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17921:1: ( rule__ContinuationTransition__Group_7__3__Impl )
- // InternalRoom.g:17922:2: rule__ContinuationTransition__Group_7__3__Impl
+ // InternalRoom.g:17941:1: ( rule__ContinuationTransition__Group_7__3__Impl )
+ // InternalRoom.g:17942:2: rule__ContinuationTransition__Group_7__3__Impl
{
pushFollow(FOLLOW_2);
rule__ContinuationTransition__Group_7__3__Impl();
@@ -49746,17 +49842,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group_7__3__Impl"
- // InternalRoom.g:17928:1: rule__ContinuationTransition__Group_7__3__Impl : ( '}' ) ;
+ // InternalRoom.g:17948:1: rule__ContinuationTransition__Group_7__3__Impl : ( '}' ) ;
public final void rule__ContinuationTransition__Group_7__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17932:1: ( ( '}' ) )
- // InternalRoom.g:17933:1: ( '}' )
+ // InternalRoom.g:17952:1: ( ( '}' ) )
+ // InternalRoom.g:17953:1: ( '}' )
{
- // InternalRoom.g:17933:1: ( '}' )
- // InternalRoom.g:17934:1: '}'
+ // InternalRoom.g:17953:1: ( '}' )
+ // InternalRoom.g:17954:1: '}'
{
before(grammarAccess.getContinuationTransitionAccess().getRightCurlyBracketKeyword_7_3());
match(input,46,FOLLOW_2);
@@ -49783,16 +49879,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group_7_2__0"
- // InternalRoom.g:17955:1: rule__ContinuationTransition__Group_7_2__0 : rule__ContinuationTransition__Group_7_2__0__Impl rule__ContinuationTransition__Group_7_2__1 ;
+ // InternalRoom.g:17975:1: rule__ContinuationTransition__Group_7_2__0 : rule__ContinuationTransition__Group_7_2__0__Impl rule__ContinuationTransition__Group_7_2__1 ;
public final void rule__ContinuationTransition__Group_7_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17959:1: ( rule__ContinuationTransition__Group_7_2__0__Impl rule__ContinuationTransition__Group_7_2__1 )
- // InternalRoom.g:17960:2: rule__ContinuationTransition__Group_7_2__0__Impl rule__ContinuationTransition__Group_7_2__1
+ // InternalRoom.g:17979:1: ( rule__ContinuationTransition__Group_7_2__0__Impl rule__ContinuationTransition__Group_7_2__1 )
+ // InternalRoom.g:17980:2: rule__ContinuationTransition__Group_7_2__0__Impl rule__ContinuationTransition__Group_7_2__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__ContinuationTransition__Group_7_2__0__Impl();
state._fsp--;
@@ -49821,17 +49917,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group_7_2__0__Impl"
- // InternalRoom.g:17967:1: rule__ContinuationTransition__Group_7_2__0__Impl : ( 'action' ) ;
+ // InternalRoom.g:17987:1: rule__ContinuationTransition__Group_7_2__0__Impl : ( 'action' ) ;
public final void rule__ContinuationTransition__Group_7_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17971:1: ( ( 'action' ) )
- // InternalRoom.g:17972:1: ( 'action' )
+ // InternalRoom.g:17991:1: ( ( 'action' ) )
+ // InternalRoom.g:17992:1: ( 'action' )
{
- // InternalRoom.g:17972:1: ( 'action' )
- // InternalRoom.g:17973:1: 'action'
+ // InternalRoom.g:17992:1: ( 'action' )
+ // InternalRoom.g:17993:1: 'action'
{
before(grammarAccess.getContinuationTransitionAccess().getActionKeyword_7_2_0());
match(input,106,FOLLOW_2);
@@ -49858,14 +49954,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group_7_2__1"
- // InternalRoom.g:17986:1: rule__ContinuationTransition__Group_7_2__1 : rule__ContinuationTransition__Group_7_2__1__Impl ;
+ // InternalRoom.g:18006:1: rule__ContinuationTransition__Group_7_2__1 : rule__ContinuationTransition__Group_7_2__1__Impl ;
public final void rule__ContinuationTransition__Group_7_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:17990:1: ( rule__ContinuationTransition__Group_7_2__1__Impl )
- // InternalRoom.g:17991:2: rule__ContinuationTransition__Group_7_2__1__Impl
+ // InternalRoom.g:18010:1: ( rule__ContinuationTransition__Group_7_2__1__Impl )
+ // InternalRoom.g:18011:2: rule__ContinuationTransition__Group_7_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__ContinuationTransition__Group_7_2__1__Impl();
@@ -49891,21 +49987,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__Group_7_2__1__Impl"
- // InternalRoom.g:17997:1: rule__ContinuationTransition__Group_7_2__1__Impl : ( ( rule__ContinuationTransition__ActionAssignment_7_2_1 ) ) ;
+ // InternalRoom.g:18017:1: rule__ContinuationTransition__Group_7_2__1__Impl : ( ( rule__ContinuationTransition__ActionAssignment_7_2_1 ) ) ;
public final void rule__ContinuationTransition__Group_7_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18001:1: ( ( ( rule__ContinuationTransition__ActionAssignment_7_2_1 ) ) )
- // InternalRoom.g:18002:1: ( ( rule__ContinuationTransition__ActionAssignment_7_2_1 ) )
+ // InternalRoom.g:18021:1: ( ( ( rule__ContinuationTransition__ActionAssignment_7_2_1 ) ) )
+ // InternalRoom.g:18022:1: ( ( rule__ContinuationTransition__ActionAssignment_7_2_1 ) )
{
- // InternalRoom.g:18002:1: ( ( rule__ContinuationTransition__ActionAssignment_7_2_1 ) )
- // InternalRoom.g:18003:1: ( rule__ContinuationTransition__ActionAssignment_7_2_1 )
+ // InternalRoom.g:18022:1: ( ( rule__ContinuationTransition__ActionAssignment_7_2_1 ) )
+ // InternalRoom.g:18023:1: ( rule__ContinuationTransition__ActionAssignment_7_2_1 )
{
before(grammarAccess.getContinuationTransitionAccess().getActionAssignment_7_2_1());
- // InternalRoom.g:18004:1: ( rule__ContinuationTransition__ActionAssignment_7_2_1 )
- // InternalRoom.g:18004:2: rule__ContinuationTransition__ActionAssignment_7_2_1
+ // InternalRoom.g:18024:1: ( rule__ContinuationTransition__ActionAssignment_7_2_1 )
+ // InternalRoom.g:18024:2: rule__ContinuationTransition__ActionAssignment_7_2_1
{
pushFollow(FOLLOW_2);
rule__ContinuationTransition__ActionAssignment_7_2_1();
@@ -49938,16 +50034,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__0"
- // InternalRoom.g:18018:1: rule__TriggeredTransition__Group__0 : rule__TriggeredTransition__Group__0__Impl rule__TriggeredTransition__Group__1 ;
+ // InternalRoom.g:18038:1: rule__TriggeredTransition__Group__0 : rule__TriggeredTransition__Group__0__Impl rule__TriggeredTransition__Group__1 ;
public final void rule__TriggeredTransition__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18022:1: ( rule__TriggeredTransition__Group__0__Impl rule__TriggeredTransition__Group__1 )
- // InternalRoom.g:18023:2: rule__TriggeredTransition__Group__0__Impl rule__TriggeredTransition__Group__1
+ // InternalRoom.g:18042:1: ( rule__TriggeredTransition__Group__0__Impl rule__TriggeredTransition__Group__1 )
+ // InternalRoom.g:18043:2: rule__TriggeredTransition__Group__0__Impl rule__TriggeredTransition__Group__1
{
- pushFollow(FOLLOW_88);
+ pushFollow(FOLLOW_89);
rule__TriggeredTransition__Group__0__Impl();
state._fsp--;
@@ -49976,17 +50072,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__0__Impl"
- // InternalRoom.g:18030:1: rule__TriggeredTransition__Group__0__Impl : ( 'Transition' ) ;
+ // InternalRoom.g:18050:1: rule__TriggeredTransition__Group__0__Impl : ( 'Transition' ) ;
public final void rule__TriggeredTransition__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18034:1: ( ( 'Transition' ) )
- // InternalRoom.g:18035:1: ( 'Transition' )
+ // InternalRoom.g:18054:1: ( ( 'Transition' ) )
+ // InternalRoom.g:18055:1: ( 'Transition' )
{
- // InternalRoom.g:18035:1: ( 'Transition' )
- // InternalRoom.g:18036:1: 'Transition'
+ // InternalRoom.g:18055:1: ( 'Transition' )
+ // InternalRoom.g:18056:1: 'Transition'
{
before(grammarAccess.getTriggeredTransitionAccess().getTransitionKeyword_0());
match(input,27,FOLLOW_2);
@@ -50013,16 +50109,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__1"
- // InternalRoom.g:18049:1: rule__TriggeredTransition__Group__1 : rule__TriggeredTransition__Group__1__Impl rule__TriggeredTransition__Group__2 ;
+ // InternalRoom.g:18069:1: rule__TriggeredTransition__Group__1 : rule__TriggeredTransition__Group__1__Impl rule__TriggeredTransition__Group__2 ;
public final void rule__TriggeredTransition__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18053:1: ( rule__TriggeredTransition__Group__1__Impl rule__TriggeredTransition__Group__2 )
- // InternalRoom.g:18054:2: rule__TriggeredTransition__Group__1__Impl rule__TriggeredTransition__Group__2
+ // InternalRoom.g:18073:1: ( rule__TriggeredTransition__Group__1__Impl rule__TriggeredTransition__Group__2 )
+ // InternalRoom.g:18074:2: rule__TriggeredTransition__Group__1__Impl rule__TriggeredTransition__Group__2
{
- pushFollow(FOLLOW_88);
+ pushFollow(FOLLOW_89);
rule__TriggeredTransition__Group__1__Impl();
state._fsp--;
@@ -50051,29 +50147,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__1__Impl"
- // InternalRoom.g:18061:1: rule__TriggeredTransition__Group__1__Impl : ( ( rule__TriggeredTransition__NameAssignment_1 )? ) ;
+ // InternalRoom.g:18081:1: rule__TriggeredTransition__Group__1__Impl : ( ( rule__TriggeredTransition__NameAssignment_1 )? ) ;
public final void rule__TriggeredTransition__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18065:1: ( ( ( rule__TriggeredTransition__NameAssignment_1 )? ) )
- // InternalRoom.g:18066:1: ( ( rule__TriggeredTransition__NameAssignment_1 )? )
+ // InternalRoom.g:18085:1: ( ( ( rule__TriggeredTransition__NameAssignment_1 )? ) )
+ // InternalRoom.g:18086:1: ( ( rule__TriggeredTransition__NameAssignment_1 )? )
{
- // InternalRoom.g:18066:1: ( ( rule__TriggeredTransition__NameAssignment_1 )? )
- // InternalRoom.g:18067:1: ( rule__TriggeredTransition__NameAssignment_1 )?
+ // InternalRoom.g:18086:1: ( ( rule__TriggeredTransition__NameAssignment_1 )? )
+ // InternalRoom.g:18087:1: ( rule__TriggeredTransition__NameAssignment_1 )?
{
before(grammarAccess.getTriggeredTransitionAccess().getNameAssignment_1());
- // InternalRoom.g:18068:1: ( rule__TriggeredTransition__NameAssignment_1 )?
- int alt186=2;
- int LA186_0 = input.LA(1);
+ // InternalRoom.g:18088:1: ( rule__TriggeredTransition__NameAssignment_1 )?
+ int alt187=2;
+ int LA187_0 = input.LA(1);
- if ( (LA186_0==RULE_ID) ) {
- alt186=1;
+ if ( (LA187_0==RULE_ID) ) {
+ alt187=1;
}
- switch (alt186) {
+ switch (alt187) {
case 1 :
- // InternalRoom.g:18068:2: rule__TriggeredTransition__NameAssignment_1
+ // InternalRoom.g:18088:2: rule__TriggeredTransition__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__TriggeredTransition__NameAssignment_1();
@@ -50109,16 +50205,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__2"
- // InternalRoom.g:18078:1: rule__TriggeredTransition__Group__2 : rule__TriggeredTransition__Group__2__Impl rule__TriggeredTransition__Group__3 ;
+ // InternalRoom.g:18098:1: rule__TriggeredTransition__Group__2 : rule__TriggeredTransition__Group__2__Impl rule__TriggeredTransition__Group__3 ;
public final void rule__TriggeredTransition__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18082:1: ( rule__TriggeredTransition__Group__2__Impl rule__TriggeredTransition__Group__3 )
- // InternalRoom.g:18083:2: rule__TriggeredTransition__Group__2__Impl rule__TriggeredTransition__Group__3
+ // InternalRoom.g:18102:1: ( rule__TriggeredTransition__Group__2__Impl rule__TriggeredTransition__Group__3 )
+ // InternalRoom.g:18103:2: rule__TriggeredTransition__Group__2__Impl rule__TriggeredTransition__Group__3
{
- pushFollow(FOLLOW_90);
+ pushFollow(FOLLOW_91);
rule__TriggeredTransition__Group__2__Impl();
state._fsp--;
@@ -50147,17 +50243,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__2__Impl"
- // InternalRoom.g:18090:1: rule__TriggeredTransition__Group__2__Impl : ( ':' ) ;
+ // InternalRoom.g:18110:1: rule__TriggeredTransition__Group__2__Impl : ( ':' ) ;
public final void rule__TriggeredTransition__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18094:1: ( ( ':' ) )
- // InternalRoom.g:18095:1: ( ':' )
+ // InternalRoom.g:18114:1: ( ( ':' ) )
+ // InternalRoom.g:18115:1: ( ':' )
{
- // InternalRoom.g:18095:1: ( ':' )
- // InternalRoom.g:18096:1: ':'
+ // InternalRoom.g:18115:1: ( ':' )
+ // InternalRoom.g:18116:1: ':'
{
before(grammarAccess.getTriggeredTransitionAccess().getColonKeyword_2());
match(input,47,FOLLOW_2);
@@ -50184,16 +50280,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__3"
- // InternalRoom.g:18109:1: rule__TriggeredTransition__Group__3 : rule__TriggeredTransition__Group__3__Impl rule__TriggeredTransition__Group__4 ;
+ // InternalRoom.g:18129:1: rule__TriggeredTransition__Group__3 : rule__TriggeredTransition__Group__3__Impl rule__TriggeredTransition__Group__4 ;
public final void rule__TriggeredTransition__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18113:1: ( rule__TriggeredTransition__Group__3__Impl rule__TriggeredTransition__Group__4 )
- // InternalRoom.g:18114:2: rule__TriggeredTransition__Group__3__Impl rule__TriggeredTransition__Group__4
+ // InternalRoom.g:18133:1: ( rule__TriggeredTransition__Group__3__Impl rule__TriggeredTransition__Group__4 )
+ // InternalRoom.g:18134:2: rule__TriggeredTransition__Group__3__Impl rule__TriggeredTransition__Group__4
{
- pushFollow(FOLLOW_13);
+ pushFollow(FOLLOW_14);
rule__TriggeredTransition__Group__3__Impl();
state._fsp--;
@@ -50222,21 +50318,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__3__Impl"
- // InternalRoom.g:18121:1: rule__TriggeredTransition__Group__3__Impl : ( ( rule__TriggeredTransition__FromAssignment_3 ) ) ;
+ // InternalRoom.g:18141:1: rule__TriggeredTransition__Group__3__Impl : ( ( rule__TriggeredTransition__FromAssignment_3 ) ) ;
public final void rule__TriggeredTransition__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18125:1: ( ( ( rule__TriggeredTransition__FromAssignment_3 ) ) )
- // InternalRoom.g:18126:1: ( ( rule__TriggeredTransition__FromAssignment_3 ) )
+ // InternalRoom.g:18145:1: ( ( ( rule__TriggeredTransition__FromAssignment_3 ) ) )
+ // InternalRoom.g:18146:1: ( ( rule__TriggeredTransition__FromAssignment_3 ) )
{
- // InternalRoom.g:18126:1: ( ( rule__TriggeredTransition__FromAssignment_3 ) )
- // InternalRoom.g:18127:1: ( rule__TriggeredTransition__FromAssignment_3 )
+ // InternalRoom.g:18146:1: ( ( rule__TriggeredTransition__FromAssignment_3 ) )
+ // InternalRoom.g:18147:1: ( rule__TriggeredTransition__FromAssignment_3 )
{
before(grammarAccess.getTriggeredTransitionAccess().getFromAssignment_3());
- // InternalRoom.g:18128:1: ( rule__TriggeredTransition__FromAssignment_3 )
- // InternalRoom.g:18128:2: rule__TriggeredTransition__FromAssignment_3
+ // InternalRoom.g:18148:1: ( rule__TriggeredTransition__FromAssignment_3 )
+ // InternalRoom.g:18148:2: rule__TriggeredTransition__FromAssignment_3
{
pushFollow(FOLLOW_2);
rule__TriggeredTransition__FromAssignment_3();
@@ -50269,16 +50365,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__4"
- // InternalRoom.g:18138:1: rule__TriggeredTransition__Group__4 : rule__TriggeredTransition__Group__4__Impl rule__TriggeredTransition__Group__5 ;
+ // InternalRoom.g:18158:1: rule__TriggeredTransition__Group__4 : rule__TriggeredTransition__Group__4__Impl rule__TriggeredTransition__Group__5 ;
public final void rule__TriggeredTransition__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18142:1: ( rule__TriggeredTransition__Group__4__Impl rule__TriggeredTransition__Group__5 )
- // InternalRoom.g:18143:2: rule__TriggeredTransition__Group__4__Impl rule__TriggeredTransition__Group__5
+ // InternalRoom.g:18162:1: ( rule__TriggeredTransition__Group__4__Impl rule__TriggeredTransition__Group__5 )
+ // InternalRoom.g:18163:2: rule__TriggeredTransition__Group__4__Impl rule__TriggeredTransition__Group__5
{
- pushFollow(FOLLOW_90);
+ pushFollow(FOLLOW_91);
rule__TriggeredTransition__Group__4__Impl();
state._fsp--;
@@ -50307,17 +50403,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__4__Impl"
- // InternalRoom.g:18150:1: rule__TriggeredTransition__Group__4__Impl : ( '->' ) ;
+ // InternalRoom.g:18170:1: rule__TriggeredTransition__Group__4__Impl : ( '->' ) ;
public final void rule__TriggeredTransition__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18154:1: ( ( '->' ) )
- // InternalRoom.g:18155:1: ( '->' )
+ // InternalRoom.g:18174:1: ( ( '->' ) )
+ // InternalRoom.g:18175:1: ( '->' )
{
- // InternalRoom.g:18155:1: ( '->' )
- // InternalRoom.g:18156:1: '->'
+ // InternalRoom.g:18175:1: ( '->' )
+ // InternalRoom.g:18176:1: '->'
{
before(grammarAccess.getTriggeredTransitionAccess().getHyphenMinusGreaterThanSignKeyword_4());
match(input,49,FOLLOW_2);
@@ -50344,14 +50440,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__5"
- // InternalRoom.g:18169:1: rule__TriggeredTransition__Group__5 : rule__TriggeredTransition__Group__5__Impl rule__TriggeredTransition__Group__6 ;
+ // InternalRoom.g:18189:1: rule__TriggeredTransition__Group__5 : rule__TriggeredTransition__Group__5__Impl rule__TriggeredTransition__Group__6 ;
public final void rule__TriggeredTransition__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18173:1: ( rule__TriggeredTransition__Group__5__Impl rule__TriggeredTransition__Group__6 )
- // InternalRoom.g:18174:2: rule__TriggeredTransition__Group__5__Impl rule__TriggeredTransition__Group__6
+ // InternalRoom.g:18193:1: ( rule__TriggeredTransition__Group__5__Impl rule__TriggeredTransition__Group__6 )
+ // InternalRoom.g:18194:2: rule__TriggeredTransition__Group__5__Impl rule__TriggeredTransition__Group__6
{
pushFollow(FOLLOW_4);
rule__TriggeredTransition__Group__5__Impl();
@@ -50382,21 +50478,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__5__Impl"
- // InternalRoom.g:18181:1: rule__TriggeredTransition__Group__5__Impl : ( ( rule__TriggeredTransition__ToAssignment_5 ) ) ;
+ // InternalRoom.g:18201:1: rule__TriggeredTransition__Group__5__Impl : ( ( rule__TriggeredTransition__ToAssignment_5 ) ) ;
public final void rule__TriggeredTransition__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18185:1: ( ( ( rule__TriggeredTransition__ToAssignment_5 ) ) )
- // InternalRoom.g:18186:1: ( ( rule__TriggeredTransition__ToAssignment_5 ) )
+ // InternalRoom.g:18205:1: ( ( ( rule__TriggeredTransition__ToAssignment_5 ) ) )
+ // InternalRoom.g:18206:1: ( ( rule__TriggeredTransition__ToAssignment_5 ) )
{
- // InternalRoom.g:18186:1: ( ( rule__TriggeredTransition__ToAssignment_5 ) )
- // InternalRoom.g:18187:1: ( rule__TriggeredTransition__ToAssignment_5 )
+ // InternalRoom.g:18206:1: ( ( rule__TriggeredTransition__ToAssignment_5 ) )
+ // InternalRoom.g:18207:1: ( rule__TriggeredTransition__ToAssignment_5 )
{
before(grammarAccess.getTriggeredTransitionAccess().getToAssignment_5());
- // InternalRoom.g:18188:1: ( rule__TriggeredTransition__ToAssignment_5 )
- // InternalRoom.g:18188:2: rule__TriggeredTransition__ToAssignment_5
+ // InternalRoom.g:18208:1: ( rule__TriggeredTransition__ToAssignment_5 )
+ // InternalRoom.g:18208:2: rule__TriggeredTransition__ToAssignment_5
{
pushFollow(FOLLOW_2);
rule__TriggeredTransition__ToAssignment_5();
@@ -50429,14 +50525,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__6"
- // InternalRoom.g:18198:1: rule__TriggeredTransition__Group__6 : rule__TriggeredTransition__Group__6__Impl rule__TriggeredTransition__Group__7 ;
+ // InternalRoom.g:18218:1: rule__TriggeredTransition__Group__6 : rule__TriggeredTransition__Group__6__Impl rule__TriggeredTransition__Group__7 ;
public final void rule__TriggeredTransition__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18202:1: ( rule__TriggeredTransition__Group__6__Impl rule__TriggeredTransition__Group__7 )
- // InternalRoom.g:18203:2: rule__TriggeredTransition__Group__6__Impl rule__TriggeredTransition__Group__7
+ // InternalRoom.g:18222:1: ( rule__TriggeredTransition__Group__6__Impl rule__TriggeredTransition__Group__7 )
+ // InternalRoom.g:18223:2: rule__TriggeredTransition__Group__6__Impl rule__TriggeredTransition__Group__7
{
pushFollow(FOLLOW_4);
rule__TriggeredTransition__Group__6__Impl();
@@ -50467,29 +50563,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__6__Impl"
- // InternalRoom.g:18210:1: rule__TriggeredTransition__Group__6__Impl : ( ( rule__TriggeredTransition__DocuAssignment_6 )? ) ;
+ // InternalRoom.g:18230:1: rule__TriggeredTransition__Group__6__Impl : ( ( rule__TriggeredTransition__DocuAssignment_6 )? ) ;
public final void rule__TriggeredTransition__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18214:1: ( ( ( rule__TriggeredTransition__DocuAssignment_6 )? ) )
- // InternalRoom.g:18215:1: ( ( rule__TriggeredTransition__DocuAssignment_6 )? )
+ // InternalRoom.g:18234:1: ( ( ( rule__TriggeredTransition__DocuAssignment_6 )? ) )
+ // InternalRoom.g:18235:1: ( ( rule__TriggeredTransition__DocuAssignment_6 )? )
{
- // InternalRoom.g:18215:1: ( ( rule__TriggeredTransition__DocuAssignment_6 )? )
- // InternalRoom.g:18216:1: ( rule__TriggeredTransition__DocuAssignment_6 )?
+ // InternalRoom.g:18235:1: ( ( rule__TriggeredTransition__DocuAssignment_6 )? )
+ // InternalRoom.g:18236:1: ( rule__TriggeredTransition__DocuAssignment_6 )?
{
before(grammarAccess.getTriggeredTransitionAccess().getDocuAssignment_6());
- // InternalRoom.g:18217:1: ( rule__TriggeredTransition__DocuAssignment_6 )?
- int alt187=2;
- int LA187_0 = input.LA(1);
+ // InternalRoom.g:18237:1: ( rule__TriggeredTransition__DocuAssignment_6 )?
+ int alt188=2;
+ int LA188_0 = input.LA(1);
- if ( (LA187_0==63) ) {
- alt187=1;
+ if ( (LA188_0==63) ) {
+ alt188=1;
}
- switch (alt187) {
+ switch (alt188) {
case 1 :
- // InternalRoom.g:18217:2: rule__TriggeredTransition__DocuAssignment_6
+ // InternalRoom.g:18237:2: rule__TriggeredTransition__DocuAssignment_6
{
pushFollow(FOLLOW_2);
rule__TriggeredTransition__DocuAssignment_6();
@@ -50525,16 +50621,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__7"
- // InternalRoom.g:18227:1: rule__TriggeredTransition__Group__7 : rule__TriggeredTransition__Group__7__Impl rule__TriggeredTransition__Group__8 ;
+ // InternalRoom.g:18247:1: rule__TriggeredTransition__Group__7 : rule__TriggeredTransition__Group__7__Impl rule__TriggeredTransition__Group__8 ;
public final void rule__TriggeredTransition__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18231:1: ( rule__TriggeredTransition__Group__7__Impl rule__TriggeredTransition__Group__8 )
- // InternalRoom.g:18232:2: rule__TriggeredTransition__Group__7__Impl rule__TriggeredTransition__Group__8
+ // InternalRoom.g:18251:1: ( rule__TriggeredTransition__Group__7__Impl rule__TriggeredTransition__Group__8 )
+ // InternalRoom.g:18252:2: rule__TriggeredTransition__Group__7__Impl rule__TriggeredTransition__Group__8
{
- pushFollow(FOLLOW_92);
+ pushFollow(FOLLOW_93);
rule__TriggeredTransition__Group__7__Impl();
state._fsp--;
@@ -50563,17 +50659,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__7__Impl"
- // InternalRoom.g:18239:1: rule__TriggeredTransition__Group__7__Impl : ( '{' ) ;
+ // InternalRoom.g:18259:1: rule__TriggeredTransition__Group__7__Impl : ( '{' ) ;
public final void rule__TriggeredTransition__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18243:1: ( ( '{' ) )
- // InternalRoom.g:18244:1: ( '{' )
+ // InternalRoom.g:18263:1: ( ( '{' ) )
+ // InternalRoom.g:18264:1: ( '{' )
{
- // InternalRoom.g:18244:1: ( '{' )
- // InternalRoom.g:18245:1: '{'
+ // InternalRoom.g:18264:1: ( '{' )
+ // InternalRoom.g:18265:1: '{'
{
before(grammarAccess.getTriggeredTransitionAccess().getLeftCurlyBracketKeyword_7());
match(input,45,FOLLOW_2);
@@ -50600,16 +50696,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__8"
- // InternalRoom.g:18258:1: rule__TriggeredTransition__Group__8 : rule__TriggeredTransition__Group__8__Impl rule__TriggeredTransition__Group__9 ;
+ // InternalRoom.g:18278:1: rule__TriggeredTransition__Group__8 : rule__TriggeredTransition__Group__8__Impl rule__TriggeredTransition__Group__9 ;
public final void rule__TriggeredTransition__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18262:1: ( rule__TriggeredTransition__Group__8__Impl rule__TriggeredTransition__Group__9 )
- // InternalRoom.g:18263:2: rule__TriggeredTransition__Group__8__Impl rule__TriggeredTransition__Group__9
+ // InternalRoom.g:18282:1: ( rule__TriggeredTransition__Group__8__Impl rule__TriggeredTransition__Group__9 )
+ // InternalRoom.g:18283:2: rule__TriggeredTransition__Group__8__Impl rule__TriggeredTransition__Group__9
{
- pushFollow(FOLLOW_41);
+ pushFollow(FOLLOW_42);
rule__TriggeredTransition__Group__8__Impl();
state._fsp--;
@@ -50638,17 +50734,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__8__Impl"
- // InternalRoom.g:18270:1: rule__TriggeredTransition__Group__8__Impl : ( 'triggers' ) ;
+ // InternalRoom.g:18290:1: rule__TriggeredTransition__Group__8__Impl : ( 'triggers' ) ;
public final void rule__TriggeredTransition__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18274:1: ( ( 'triggers' ) )
- // InternalRoom.g:18275:1: ( 'triggers' )
+ // InternalRoom.g:18294:1: ( ( 'triggers' ) )
+ // InternalRoom.g:18295:1: ( 'triggers' )
{
- // InternalRoom.g:18275:1: ( 'triggers' )
- // InternalRoom.g:18276:1: 'triggers'
+ // InternalRoom.g:18295:1: ( 'triggers' )
+ // InternalRoom.g:18296:1: 'triggers'
{
before(grammarAccess.getTriggeredTransitionAccess().getTriggersKeyword_8());
match(input,107,FOLLOW_2);
@@ -50675,16 +50771,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__9"
- // InternalRoom.g:18289:1: rule__TriggeredTransition__Group__9 : rule__TriggeredTransition__Group__9__Impl rule__TriggeredTransition__Group__10 ;
+ // InternalRoom.g:18309:1: rule__TriggeredTransition__Group__9 : rule__TriggeredTransition__Group__9__Impl rule__TriggeredTransition__Group__10 ;
public final void rule__TriggeredTransition__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18293:1: ( rule__TriggeredTransition__Group__9__Impl rule__TriggeredTransition__Group__10 )
- // InternalRoom.g:18294:2: rule__TriggeredTransition__Group__9__Impl rule__TriggeredTransition__Group__10
+ // InternalRoom.g:18313:1: ( rule__TriggeredTransition__Group__9__Impl rule__TriggeredTransition__Group__10 )
+ // InternalRoom.g:18314:2: rule__TriggeredTransition__Group__9__Impl rule__TriggeredTransition__Group__10
{
- pushFollow(FOLLOW_93);
+ pushFollow(FOLLOW_94);
rule__TriggeredTransition__Group__9__Impl();
state._fsp--;
@@ -50713,17 +50809,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__9__Impl"
- // InternalRoom.g:18301:1: rule__TriggeredTransition__Group__9__Impl : ( '{' ) ;
+ // InternalRoom.g:18321:1: rule__TriggeredTransition__Group__9__Impl : ( '{' ) ;
public final void rule__TriggeredTransition__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18305:1: ( ( '{' ) )
- // InternalRoom.g:18306:1: ( '{' )
+ // InternalRoom.g:18325:1: ( ( '{' ) )
+ // InternalRoom.g:18326:1: ( '{' )
{
- // InternalRoom.g:18306:1: ( '{' )
- // InternalRoom.g:18307:1: '{'
+ // InternalRoom.g:18326:1: ( '{' )
+ // InternalRoom.g:18327:1: '{'
{
before(grammarAccess.getTriggeredTransitionAccess().getLeftCurlyBracketKeyword_9());
match(input,45,FOLLOW_2);
@@ -50750,16 +50846,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__10"
- // InternalRoom.g:18320:1: rule__TriggeredTransition__Group__10 : rule__TriggeredTransition__Group__10__Impl rule__TriggeredTransition__Group__11 ;
+ // InternalRoom.g:18340:1: rule__TriggeredTransition__Group__10 : rule__TriggeredTransition__Group__10__Impl rule__TriggeredTransition__Group__11 ;
public final void rule__TriggeredTransition__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18324:1: ( rule__TriggeredTransition__Group__10__Impl rule__TriggeredTransition__Group__11 )
- // InternalRoom.g:18325:2: rule__TriggeredTransition__Group__10__Impl rule__TriggeredTransition__Group__11
+ // InternalRoom.g:18344:1: ( rule__TriggeredTransition__Group__10__Impl rule__TriggeredTransition__Group__11 )
+ // InternalRoom.g:18345:2: rule__TriggeredTransition__Group__10__Impl rule__TriggeredTransition__Group__11
{
- pushFollow(FOLLOW_93);
+ pushFollow(FOLLOW_94);
rule__TriggeredTransition__Group__10__Impl();
state._fsp--;
@@ -50788,33 +50884,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__10__Impl"
- // InternalRoom.g:18332:1: rule__TriggeredTransition__Group__10__Impl : ( ( rule__TriggeredTransition__AnnotationsAssignment_10 )* ) ;
+ // InternalRoom.g:18352:1: rule__TriggeredTransition__Group__10__Impl : ( ( rule__TriggeredTransition__AnnotationsAssignment_10 )* ) ;
public final void rule__TriggeredTransition__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18336:1: ( ( ( rule__TriggeredTransition__AnnotationsAssignment_10 )* ) )
- // InternalRoom.g:18337:1: ( ( rule__TriggeredTransition__AnnotationsAssignment_10 )* )
+ // InternalRoom.g:18356:1: ( ( ( rule__TriggeredTransition__AnnotationsAssignment_10 )* ) )
+ // InternalRoom.g:18357:1: ( ( rule__TriggeredTransition__AnnotationsAssignment_10 )* )
{
- // InternalRoom.g:18337:1: ( ( rule__TriggeredTransition__AnnotationsAssignment_10 )* )
- // InternalRoom.g:18338:1: ( rule__TriggeredTransition__AnnotationsAssignment_10 )*
+ // InternalRoom.g:18357:1: ( ( rule__TriggeredTransition__AnnotationsAssignment_10 )* )
+ // InternalRoom.g:18358:1: ( rule__TriggeredTransition__AnnotationsAssignment_10 )*
{
before(grammarAccess.getTriggeredTransitionAccess().getAnnotationsAssignment_10());
- // InternalRoom.g:18339:1: ( rule__TriggeredTransition__AnnotationsAssignment_10 )*
- loop188:
+ // InternalRoom.g:18359:1: ( rule__TriggeredTransition__AnnotationsAssignment_10 )*
+ loop189:
do {
- int alt188=2;
- int LA188_0 = input.LA(1);
+ int alt189=2;
+ int LA189_0 = input.LA(1);
- if ( (LA188_0==120) ) {
- alt188=1;
+ if ( (LA189_0==120) ) {
+ alt189=1;
}
- switch (alt188) {
+ switch (alt189) {
case 1 :
- // InternalRoom.g:18339:2: rule__TriggeredTransition__AnnotationsAssignment_10
+ // InternalRoom.g:18359:2: rule__TriggeredTransition__AnnotationsAssignment_10
{
pushFollow(FOLLOW_6);
rule__TriggeredTransition__AnnotationsAssignment_10();
@@ -50826,7 +50922,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop188;
+ break loop189;
}
} while (true);
@@ -50853,16 +50949,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__11"
- // InternalRoom.g:18349:1: rule__TriggeredTransition__Group__11 : rule__TriggeredTransition__Group__11__Impl rule__TriggeredTransition__Group__12 ;
+ // InternalRoom.g:18369:1: rule__TriggeredTransition__Group__11 : rule__TriggeredTransition__Group__11__Impl rule__TriggeredTransition__Group__12 ;
public final void rule__TriggeredTransition__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18353:1: ( rule__TriggeredTransition__Group__11__Impl rule__TriggeredTransition__Group__12 )
- // InternalRoom.g:18354:2: rule__TriggeredTransition__Group__11__Impl rule__TriggeredTransition__Group__12
+ // InternalRoom.g:18373:1: ( rule__TriggeredTransition__Group__11__Impl rule__TriggeredTransition__Group__12 )
+ // InternalRoom.g:18374:2: rule__TriggeredTransition__Group__11__Impl rule__TriggeredTransition__Group__12
{
- pushFollow(FOLLOW_94);
+ pushFollow(FOLLOW_95);
rule__TriggeredTransition__Group__11__Impl();
state._fsp--;
@@ -50891,21 +50987,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__11__Impl"
- // InternalRoom.g:18361:1: rule__TriggeredTransition__Group__11__Impl : ( ( rule__TriggeredTransition__TriggersAssignment_11 ) ) ;
+ // InternalRoom.g:18381:1: rule__TriggeredTransition__Group__11__Impl : ( ( rule__TriggeredTransition__TriggersAssignment_11 ) ) ;
public final void rule__TriggeredTransition__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18365:1: ( ( ( rule__TriggeredTransition__TriggersAssignment_11 ) ) )
- // InternalRoom.g:18366:1: ( ( rule__TriggeredTransition__TriggersAssignment_11 ) )
+ // InternalRoom.g:18385:1: ( ( ( rule__TriggeredTransition__TriggersAssignment_11 ) ) )
+ // InternalRoom.g:18386:1: ( ( rule__TriggeredTransition__TriggersAssignment_11 ) )
{
- // InternalRoom.g:18366:1: ( ( rule__TriggeredTransition__TriggersAssignment_11 ) )
- // InternalRoom.g:18367:1: ( rule__TriggeredTransition__TriggersAssignment_11 )
+ // InternalRoom.g:18386:1: ( ( rule__TriggeredTransition__TriggersAssignment_11 ) )
+ // InternalRoom.g:18387:1: ( rule__TriggeredTransition__TriggersAssignment_11 )
{
before(grammarAccess.getTriggeredTransitionAccess().getTriggersAssignment_11());
- // InternalRoom.g:18368:1: ( rule__TriggeredTransition__TriggersAssignment_11 )
- // InternalRoom.g:18368:2: rule__TriggeredTransition__TriggersAssignment_11
+ // InternalRoom.g:18388:1: ( rule__TriggeredTransition__TriggersAssignment_11 )
+ // InternalRoom.g:18388:2: rule__TriggeredTransition__TriggersAssignment_11
{
pushFollow(FOLLOW_2);
rule__TriggeredTransition__TriggersAssignment_11();
@@ -50938,16 +51034,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__12"
- // InternalRoom.g:18378:1: rule__TriggeredTransition__Group__12 : rule__TriggeredTransition__Group__12__Impl rule__TriggeredTransition__Group__13 ;
+ // InternalRoom.g:18398:1: rule__TriggeredTransition__Group__12 : rule__TriggeredTransition__Group__12__Impl rule__TriggeredTransition__Group__13 ;
public final void rule__TriggeredTransition__Group__12() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18382:1: ( rule__TriggeredTransition__Group__12__Impl rule__TriggeredTransition__Group__13 )
- // InternalRoom.g:18383:2: rule__TriggeredTransition__Group__12__Impl rule__TriggeredTransition__Group__13
+ // InternalRoom.g:18402:1: ( rule__TriggeredTransition__Group__12__Impl rule__TriggeredTransition__Group__13 )
+ // InternalRoom.g:18403:2: rule__TriggeredTransition__Group__12__Impl rule__TriggeredTransition__Group__13
{
- pushFollow(FOLLOW_94);
+ pushFollow(FOLLOW_95);
rule__TriggeredTransition__Group__12__Impl();
state._fsp--;
@@ -50976,35 +51072,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__12__Impl"
- // InternalRoom.g:18390:1: rule__TriggeredTransition__Group__12__Impl : ( ( rule__TriggeredTransition__Group_12__0 )* ) ;
+ // InternalRoom.g:18410:1: rule__TriggeredTransition__Group__12__Impl : ( ( rule__TriggeredTransition__Group_12__0 )* ) ;
public final void rule__TriggeredTransition__Group__12__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18394:1: ( ( ( rule__TriggeredTransition__Group_12__0 )* ) )
- // InternalRoom.g:18395:1: ( ( rule__TriggeredTransition__Group_12__0 )* )
+ // InternalRoom.g:18414:1: ( ( ( rule__TriggeredTransition__Group_12__0 )* ) )
+ // InternalRoom.g:18415:1: ( ( rule__TriggeredTransition__Group_12__0 )* )
{
- // InternalRoom.g:18395:1: ( ( rule__TriggeredTransition__Group_12__0 )* )
- // InternalRoom.g:18396:1: ( rule__TriggeredTransition__Group_12__0 )*
+ // InternalRoom.g:18415:1: ( ( rule__TriggeredTransition__Group_12__0 )* )
+ // InternalRoom.g:18416:1: ( rule__TriggeredTransition__Group_12__0 )*
{
before(grammarAccess.getTriggeredTransitionAccess().getGroup_12());
- // InternalRoom.g:18397:1: ( rule__TriggeredTransition__Group_12__0 )*
- loop189:
+ // InternalRoom.g:18417:1: ( rule__TriggeredTransition__Group_12__0 )*
+ loop190:
do {
- int alt189=2;
- int LA189_0 = input.LA(1);
+ int alt190=2;
+ int LA190_0 = input.LA(1);
- if ( (LA189_0==108) ) {
- alt189=1;
+ if ( (LA190_0==108) ) {
+ alt190=1;
}
- switch (alt189) {
+ switch (alt190) {
case 1 :
- // InternalRoom.g:18397:2: rule__TriggeredTransition__Group_12__0
+ // InternalRoom.g:18417:2: rule__TriggeredTransition__Group_12__0
{
- pushFollow(FOLLOW_95);
+ pushFollow(FOLLOW_96);
rule__TriggeredTransition__Group_12__0();
state._fsp--;
@@ -51014,7 +51110,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop189;
+ break loop190;
}
} while (true);
@@ -51041,16 +51137,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__13"
- // InternalRoom.g:18407:1: rule__TriggeredTransition__Group__13 : rule__TriggeredTransition__Group__13__Impl rule__TriggeredTransition__Group__14 ;
+ // InternalRoom.g:18427:1: rule__TriggeredTransition__Group__13 : rule__TriggeredTransition__Group__13__Impl rule__TriggeredTransition__Group__14 ;
public final void rule__TriggeredTransition__Group__13() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18411:1: ( rule__TriggeredTransition__Group__13__Impl rule__TriggeredTransition__Group__14 )
- // InternalRoom.g:18412:2: rule__TriggeredTransition__Group__13__Impl rule__TriggeredTransition__Group__14
+ // InternalRoom.g:18431:1: ( rule__TriggeredTransition__Group__13__Impl rule__TriggeredTransition__Group__14 )
+ // InternalRoom.g:18432:2: rule__TriggeredTransition__Group__13__Impl rule__TriggeredTransition__Group__14
{
- pushFollow(FOLLOW_96);
+ pushFollow(FOLLOW_97);
rule__TriggeredTransition__Group__13__Impl();
state._fsp--;
@@ -51079,17 +51175,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__13__Impl"
- // InternalRoom.g:18419:1: rule__TriggeredTransition__Group__13__Impl : ( '}' ) ;
+ // InternalRoom.g:18439:1: rule__TriggeredTransition__Group__13__Impl : ( '}' ) ;
public final void rule__TriggeredTransition__Group__13__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18423:1: ( ( '}' ) )
- // InternalRoom.g:18424:1: ( '}' )
+ // InternalRoom.g:18443:1: ( ( '}' ) )
+ // InternalRoom.g:18444:1: ( '}' )
{
- // InternalRoom.g:18424:1: ( '}' )
- // InternalRoom.g:18425:1: '}'
+ // InternalRoom.g:18444:1: ( '}' )
+ // InternalRoom.g:18445:1: '}'
{
before(grammarAccess.getTriggeredTransitionAccess().getRightCurlyBracketKeyword_13());
match(input,46,FOLLOW_2);
@@ -51116,16 +51212,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__14"
- // InternalRoom.g:18438:1: rule__TriggeredTransition__Group__14 : rule__TriggeredTransition__Group__14__Impl rule__TriggeredTransition__Group__15 ;
+ // InternalRoom.g:18458:1: rule__TriggeredTransition__Group__14 : rule__TriggeredTransition__Group__14__Impl rule__TriggeredTransition__Group__15 ;
public final void rule__TriggeredTransition__Group__14() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18442:1: ( rule__TriggeredTransition__Group__14__Impl rule__TriggeredTransition__Group__15 )
- // InternalRoom.g:18443:2: rule__TriggeredTransition__Group__14__Impl rule__TriggeredTransition__Group__15
+ // InternalRoom.g:18462:1: ( rule__TriggeredTransition__Group__14__Impl rule__TriggeredTransition__Group__15 )
+ // InternalRoom.g:18463:2: rule__TriggeredTransition__Group__14__Impl rule__TriggeredTransition__Group__15
{
- pushFollow(FOLLOW_96);
+ pushFollow(FOLLOW_97);
rule__TriggeredTransition__Group__14__Impl();
state._fsp--;
@@ -51154,29 +51250,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__14__Impl"
- // InternalRoom.g:18450:1: rule__TriggeredTransition__Group__14__Impl : ( ( rule__TriggeredTransition__Group_14__0 )? ) ;
+ // InternalRoom.g:18470:1: rule__TriggeredTransition__Group__14__Impl : ( ( rule__TriggeredTransition__Group_14__0 )? ) ;
public final void rule__TriggeredTransition__Group__14__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18454:1: ( ( ( rule__TriggeredTransition__Group_14__0 )? ) )
- // InternalRoom.g:18455:1: ( ( rule__TriggeredTransition__Group_14__0 )? )
+ // InternalRoom.g:18474:1: ( ( ( rule__TriggeredTransition__Group_14__0 )? ) )
+ // InternalRoom.g:18475:1: ( ( rule__TriggeredTransition__Group_14__0 )? )
{
- // InternalRoom.g:18455:1: ( ( rule__TriggeredTransition__Group_14__0 )? )
- // InternalRoom.g:18456:1: ( rule__TriggeredTransition__Group_14__0 )?
+ // InternalRoom.g:18475:1: ( ( rule__TriggeredTransition__Group_14__0 )? )
+ // InternalRoom.g:18476:1: ( rule__TriggeredTransition__Group_14__0 )?
{
before(grammarAccess.getTriggeredTransitionAccess().getGroup_14());
- // InternalRoom.g:18457:1: ( rule__TriggeredTransition__Group_14__0 )?
- int alt190=2;
- int LA190_0 = input.LA(1);
+ // InternalRoom.g:18477:1: ( rule__TriggeredTransition__Group_14__0 )?
+ int alt191=2;
+ int LA191_0 = input.LA(1);
- if ( (LA190_0==106) ) {
- alt190=1;
+ if ( (LA191_0==106) ) {
+ alt191=1;
}
- switch (alt190) {
+ switch (alt191) {
case 1 :
- // InternalRoom.g:18457:2: rule__TriggeredTransition__Group_14__0
+ // InternalRoom.g:18477:2: rule__TriggeredTransition__Group_14__0
{
pushFollow(FOLLOW_2);
rule__TriggeredTransition__Group_14__0();
@@ -51212,14 +51308,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__15"
- // InternalRoom.g:18467:1: rule__TriggeredTransition__Group__15 : rule__TriggeredTransition__Group__15__Impl ;
+ // InternalRoom.g:18487:1: rule__TriggeredTransition__Group__15 : rule__TriggeredTransition__Group__15__Impl ;
public final void rule__TriggeredTransition__Group__15() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18471:1: ( rule__TriggeredTransition__Group__15__Impl )
- // InternalRoom.g:18472:2: rule__TriggeredTransition__Group__15__Impl
+ // InternalRoom.g:18491:1: ( rule__TriggeredTransition__Group__15__Impl )
+ // InternalRoom.g:18492:2: rule__TriggeredTransition__Group__15__Impl
{
pushFollow(FOLLOW_2);
rule__TriggeredTransition__Group__15__Impl();
@@ -51245,17 +51341,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group__15__Impl"
- // InternalRoom.g:18478:1: rule__TriggeredTransition__Group__15__Impl : ( '}' ) ;
+ // InternalRoom.g:18498:1: rule__TriggeredTransition__Group__15__Impl : ( '}' ) ;
public final void rule__TriggeredTransition__Group__15__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18482:1: ( ( '}' ) )
- // InternalRoom.g:18483:1: ( '}' )
+ // InternalRoom.g:18502:1: ( ( '}' ) )
+ // InternalRoom.g:18503:1: ( '}' )
{
- // InternalRoom.g:18483:1: ( '}' )
- // InternalRoom.g:18484:1: '}'
+ // InternalRoom.g:18503:1: ( '}' )
+ // InternalRoom.g:18504:1: '}'
{
before(grammarAccess.getTriggeredTransitionAccess().getRightCurlyBracketKeyword_15());
match(input,46,FOLLOW_2);
@@ -51282,16 +51378,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group_12__0"
- // InternalRoom.g:18529:1: rule__TriggeredTransition__Group_12__0 : rule__TriggeredTransition__Group_12__0__Impl rule__TriggeredTransition__Group_12__1 ;
+ // InternalRoom.g:18549:1: rule__TriggeredTransition__Group_12__0 : rule__TriggeredTransition__Group_12__0__Impl rule__TriggeredTransition__Group_12__1 ;
public final void rule__TriggeredTransition__Group_12__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18533:1: ( rule__TriggeredTransition__Group_12__0__Impl rule__TriggeredTransition__Group_12__1 )
- // InternalRoom.g:18534:2: rule__TriggeredTransition__Group_12__0__Impl rule__TriggeredTransition__Group_12__1
+ // InternalRoom.g:18553:1: ( rule__TriggeredTransition__Group_12__0__Impl rule__TriggeredTransition__Group_12__1 )
+ // InternalRoom.g:18554:2: rule__TriggeredTransition__Group_12__0__Impl rule__TriggeredTransition__Group_12__1
{
- pushFollow(FOLLOW_93);
+ pushFollow(FOLLOW_94);
rule__TriggeredTransition__Group_12__0__Impl();
state._fsp--;
@@ -51320,17 +51416,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group_12__0__Impl"
- // InternalRoom.g:18541:1: rule__TriggeredTransition__Group_12__0__Impl : ( 'or' ) ;
+ // InternalRoom.g:18561:1: rule__TriggeredTransition__Group_12__0__Impl : ( 'or' ) ;
public final void rule__TriggeredTransition__Group_12__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18545:1: ( ( 'or' ) )
- // InternalRoom.g:18546:1: ( 'or' )
+ // InternalRoom.g:18565:1: ( ( 'or' ) )
+ // InternalRoom.g:18566:1: ( 'or' )
{
- // InternalRoom.g:18546:1: ( 'or' )
- // InternalRoom.g:18547:1: 'or'
+ // InternalRoom.g:18566:1: ( 'or' )
+ // InternalRoom.g:18567:1: 'or'
{
before(grammarAccess.getTriggeredTransitionAccess().getOrKeyword_12_0());
match(input,108,FOLLOW_2);
@@ -51357,14 +51453,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group_12__1"
- // InternalRoom.g:18560:1: rule__TriggeredTransition__Group_12__1 : rule__TriggeredTransition__Group_12__1__Impl ;
+ // InternalRoom.g:18580:1: rule__TriggeredTransition__Group_12__1 : rule__TriggeredTransition__Group_12__1__Impl ;
public final void rule__TriggeredTransition__Group_12__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18564:1: ( rule__TriggeredTransition__Group_12__1__Impl )
- // InternalRoom.g:18565:2: rule__TriggeredTransition__Group_12__1__Impl
+ // InternalRoom.g:18584:1: ( rule__TriggeredTransition__Group_12__1__Impl )
+ // InternalRoom.g:18585:2: rule__TriggeredTransition__Group_12__1__Impl
{
pushFollow(FOLLOW_2);
rule__TriggeredTransition__Group_12__1__Impl();
@@ -51390,21 +51486,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group_12__1__Impl"
- // InternalRoom.g:18571:1: rule__TriggeredTransition__Group_12__1__Impl : ( ( rule__TriggeredTransition__TriggersAssignment_12_1 ) ) ;
+ // InternalRoom.g:18591:1: rule__TriggeredTransition__Group_12__1__Impl : ( ( rule__TriggeredTransition__TriggersAssignment_12_1 ) ) ;
public final void rule__TriggeredTransition__Group_12__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18575:1: ( ( ( rule__TriggeredTransition__TriggersAssignment_12_1 ) ) )
- // InternalRoom.g:18576:1: ( ( rule__TriggeredTransition__TriggersAssignment_12_1 ) )
+ // InternalRoom.g:18595:1: ( ( ( rule__TriggeredTransition__TriggersAssignment_12_1 ) ) )
+ // InternalRoom.g:18596:1: ( ( rule__TriggeredTransition__TriggersAssignment_12_1 ) )
{
- // InternalRoom.g:18576:1: ( ( rule__TriggeredTransition__TriggersAssignment_12_1 ) )
- // InternalRoom.g:18577:1: ( rule__TriggeredTransition__TriggersAssignment_12_1 )
+ // InternalRoom.g:18596:1: ( ( rule__TriggeredTransition__TriggersAssignment_12_1 ) )
+ // InternalRoom.g:18597:1: ( rule__TriggeredTransition__TriggersAssignment_12_1 )
{
before(grammarAccess.getTriggeredTransitionAccess().getTriggersAssignment_12_1());
- // InternalRoom.g:18578:1: ( rule__TriggeredTransition__TriggersAssignment_12_1 )
- // InternalRoom.g:18578:2: rule__TriggeredTransition__TriggersAssignment_12_1
+ // InternalRoom.g:18598:1: ( rule__TriggeredTransition__TriggersAssignment_12_1 )
+ // InternalRoom.g:18598:2: rule__TriggeredTransition__TriggersAssignment_12_1
{
pushFollow(FOLLOW_2);
rule__TriggeredTransition__TriggersAssignment_12_1();
@@ -51437,16 +51533,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group_14__0"
- // InternalRoom.g:18592:1: rule__TriggeredTransition__Group_14__0 : rule__TriggeredTransition__Group_14__0__Impl rule__TriggeredTransition__Group_14__1 ;
+ // InternalRoom.g:18612:1: rule__TriggeredTransition__Group_14__0 : rule__TriggeredTransition__Group_14__0__Impl rule__TriggeredTransition__Group_14__1 ;
public final void rule__TriggeredTransition__Group_14__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18596:1: ( rule__TriggeredTransition__Group_14__0__Impl rule__TriggeredTransition__Group_14__1 )
- // InternalRoom.g:18597:2: rule__TriggeredTransition__Group_14__0__Impl rule__TriggeredTransition__Group_14__1
+ // InternalRoom.g:18616:1: ( rule__TriggeredTransition__Group_14__0__Impl rule__TriggeredTransition__Group_14__1 )
+ // InternalRoom.g:18617:2: rule__TriggeredTransition__Group_14__0__Impl rule__TriggeredTransition__Group_14__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__TriggeredTransition__Group_14__0__Impl();
state._fsp--;
@@ -51475,17 +51571,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group_14__0__Impl"
- // InternalRoom.g:18604:1: rule__TriggeredTransition__Group_14__0__Impl : ( 'action' ) ;
+ // InternalRoom.g:18624:1: rule__TriggeredTransition__Group_14__0__Impl : ( 'action' ) ;
public final void rule__TriggeredTransition__Group_14__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18608:1: ( ( 'action' ) )
- // InternalRoom.g:18609:1: ( 'action' )
+ // InternalRoom.g:18628:1: ( ( 'action' ) )
+ // InternalRoom.g:18629:1: ( 'action' )
{
- // InternalRoom.g:18609:1: ( 'action' )
- // InternalRoom.g:18610:1: 'action'
+ // InternalRoom.g:18629:1: ( 'action' )
+ // InternalRoom.g:18630:1: 'action'
{
before(grammarAccess.getTriggeredTransitionAccess().getActionKeyword_14_0());
match(input,106,FOLLOW_2);
@@ -51512,14 +51608,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group_14__1"
- // InternalRoom.g:18623:1: rule__TriggeredTransition__Group_14__1 : rule__TriggeredTransition__Group_14__1__Impl ;
+ // InternalRoom.g:18643:1: rule__TriggeredTransition__Group_14__1 : rule__TriggeredTransition__Group_14__1__Impl ;
public final void rule__TriggeredTransition__Group_14__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18627:1: ( rule__TriggeredTransition__Group_14__1__Impl )
- // InternalRoom.g:18628:2: rule__TriggeredTransition__Group_14__1__Impl
+ // InternalRoom.g:18647:1: ( rule__TriggeredTransition__Group_14__1__Impl )
+ // InternalRoom.g:18648:2: rule__TriggeredTransition__Group_14__1__Impl
{
pushFollow(FOLLOW_2);
rule__TriggeredTransition__Group_14__1__Impl();
@@ -51545,21 +51641,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__Group_14__1__Impl"
- // InternalRoom.g:18634:1: rule__TriggeredTransition__Group_14__1__Impl : ( ( rule__TriggeredTransition__ActionAssignment_14_1 ) ) ;
+ // InternalRoom.g:18654:1: rule__TriggeredTransition__Group_14__1__Impl : ( ( rule__TriggeredTransition__ActionAssignment_14_1 ) ) ;
public final void rule__TriggeredTransition__Group_14__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18638:1: ( ( ( rule__TriggeredTransition__ActionAssignment_14_1 ) ) )
- // InternalRoom.g:18639:1: ( ( rule__TriggeredTransition__ActionAssignment_14_1 ) )
+ // InternalRoom.g:18658:1: ( ( ( rule__TriggeredTransition__ActionAssignment_14_1 ) ) )
+ // InternalRoom.g:18659:1: ( ( rule__TriggeredTransition__ActionAssignment_14_1 ) )
{
- // InternalRoom.g:18639:1: ( ( rule__TriggeredTransition__ActionAssignment_14_1 ) )
- // InternalRoom.g:18640:1: ( rule__TriggeredTransition__ActionAssignment_14_1 )
+ // InternalRoom.g:18659:1: ( ( rule__TriggeredTransition__ActionAssignment_14_1 ) )
+ // InternalRoom.g:18660:1: ( rule__TriggeredTransition__ActionAssignment_14_1 )
{
before(grammarAccess.getTriggeredTransitionAccess().getActionAssignment_14_1());
- // InternalRoom.g:18641:1: ( rule__TriggeredTransition__ActionAssignment_14_1 )
- // InternalRoom.g:18641:2: rule__TriggeredTransition__ActionAssignment_14_1
+ // InternalRoom.g:18661:1: ( rule__TriggeredTransition__ActionAssignment_14_1 )
+ // InternalRoom.g:18661:2: rule__TriggeredTransition__ActionAssignment_14_1
{
pushFollow(FOLLOW_2);
rule__TriggeredTransition__ActionAssignment_14_1();
@@ -51592,16 +51688,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__0"
- // InternalRoom.g:18655:1: rule__GuardedTransition__Group__0 : rule__GuardedTransition__Group__0__Impl rule__GuardedTransition__Group__1 ;
+ // InternalRoom.g:18675:1: rule__GuardedTransition__Group__0 : rule__GuardedTransition__Group__0__Impl rule__GuardedTransition__Group__1 ;
public final void rule__GuardedTransition__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18659:1: ( rule__GuardedTransition__Group__0__Impl rule__GuardedTransition__Group__1 )
- // InternalRoom.g:18660:2: rule__GuardedTransition__Group__0__Impl rule__GuardedTransition__Group__1
+ // InternalRoom.g:18679:1: ( rule__GuardedTransition__Group__0__Impl rule__GuardedTransition__Group__1 )
+ // InternalRoom.g:18680:2: rule__GuardedTransition__Group__0__Impl rule__GuardedTransition__Group__1
{
- pushFollow(FOLLOW_88);
+ pushFollow(FOLLOW_89);
rule__GuardedTransition__Group__0__Impl();
state._fsp--;
@@ -51630,17 +51726,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__0__Impl"
- // InternalRoom.g:18667:1: rule__GuardedTransition__Group__0__Impl : ( 'Transition' ) ;
+ // InternalRoom.g:18687:1: rule__GuardedTransition__Group__0__Impl : ( 'Transition' ) ;
public final void rule__GuardedTransition__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18671:1: ( ( 'Transition' ) )
- // InternalRoom.g:18672:1: ( 'Transition' )
+ // InternalRoom.g:18691:1: ( ( 'Transition' ) )
+ // InternalRoom.g:18692:1: ( 'Transition' )
{
- // InternalRoom.g:18672:1: ( 'Transition' )
- // InternalRoom.g:18673:1: 'Transition'
+ // InternalRoom.g:18692:1: ( 'Transition' )
+ // InternalRoom.g:18693:1: 'Transition'
{
before(grammarAccess.getGuardedTransitionAccess().getTransitionKeyword_0());
match(input,27,FOLLOW_2);
@@ -51667,16 +51763,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__1"
- // InternalRoom.g:18686:1: rule__GuardedTransition__Group__1 : rule__GuardedTransition__Group__1__Impl rule__GuardedTransition__Group__2 ;
+ // InternalRoom.g:18706:1: rule__GuardedTransition__Group__1 : rule__GuardedTransition__Group__1__Impl rule__GuardedTransition__Group__2 ;
public final void rule__GuardedTransition__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18690:1: ( rule__GuardedTransition__Group__1__Impl rule__GuardedTransition__Group__2 )
- // InternalRoom.g:18691:2: rule__GuardedTransition__Group__1__Impl rule__GuardedTransition__Group__2
+ // InternalRoom.g:18710:1: ( rule__GuardedTransition__Group__1__Impl rule__GuardedTransition__Group__2 )
+ // InternalRoom.g:18711:2: rule__GuardedTransition__Group__1__Impl rule__GuardedTransition__Group__2
{
- pushFollow(FOLLOW_88);
+ pushFollow(FOLLOW_89);
rule__GuardedTransition__Group__1__Impl();
state._fsp--;
@@ -51705,29 +51801,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__1__Impl"
- // InternalRoom.g:18698:1: rule__GuardedTransition__Group__1__Impl : ( ( rule__GuardedTransition__NameAssignment_1 )? ) ;
+ // InternalRoom.g:18718:1: rule__GuardedTransition__Group__1__Impl : ( ( rule__GuardedTransition__NameAssignment_1 )? ) ;
public final void rule__GuardedTransition__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18702:1: ( ( ( rule__GuardedTransition__NameAssignment_1 )? ) )
- // InternalRoom.g:18703:1: ( ( rule__GuardedTransition__NameAssignment_1 )? )
+ // InternalRoom.g:18722:1: ( ( ( rule__GuardedTransition__NameAssignment_1 )? ) )
+ // InternalRoom.g:18723:1: ( ( rule__GuardedTransition__NameAssignment_1 )? )
{
- // InternalRoom.g:18703:1: ( ( rule__GuardedTransition__NameAssignment_1 )? )
- // InternalRoom.g:18704:1: ( rule__GuardedTransition__NameAssignment_1 )?
+ // InternalRoom.g:18723:1: ( ( rule__GuardedTransition__NameAssignment_1 )? )
+ // InternalRoom.g:18724:1: ( rule__GuardedTransition__NameAssignment_1 )?
{
before(grammarAccess.getGuardedTransitionAccess().getNameAssignment_1());
- // InternalRoom.g:18705:1: ( rule__GuardedTransition__NameAssignment_1 )?
- int alt191=2;
- int LA191_0 = input.LA(1);
+ // InternalRoom.g:18725:1: ( rule__GuardedTransition__NameAssignment_1 )?
+ int alt192=2;
+ int LA192_0 = input.LA(1);
- if ( (LA191_0==RULE_ID) ) {
- alt191=1;
+ if ( (LA192_0==RULE_ID) ) {
+ alt192=1;
}
- switch (alt191) {
+ switch (alt192) {
case 1 :
- // InternalRoom.g:18705:2: rule__GuardedTransition__NameAssignment_1
+ // InternalRoom.g:18725:2: rule__GuardedTransition__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__GuardedTransition__NameAssignment_1();
@@ -51763,16 +51859,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__2"
- // InternalRoom.g:18715:1: rule__GuardedTransition__Group__2 : rule__GuardedTransition__Group__2__Impl rule__GuardedTransition__Group__3 ;
+ // InternalRoom.g:18735:1: rule__GuardedTransition__Group__2 : rule__GuardedTransition__Group__2__Impl rule__GuardedTransition__Group__3 ;
public final void rule__GuardedTransition__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18719:1: ( rule__GuardedTransition__Group__2__Impl rule__GuardedTransition__Group__3 )
- // InternalRoom.g:18720:2: rule__GuardedTransition__Group__2__Impl rule__GuardedTransition__Group__3
+ // InternalRoom.g:18739:1: ( rule__GuardedTransition__Group__2__Impl rule__GuardedTransition__Group__3 )
+ // InternalRoom.g:18740:2: rule__GuardedTransition__Group__2__Impl rule__GuardedTransition__Group__3
{
- pushFollow(FOLLOW_90);
+ pushFollow(FOLLOW_91);
rule__GuardedTransition__Group__2__Impl();
state._fsp--;
@@ -51801,17 +51897,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__2__Impl"
- // InternalRoom.g:18727:1: rule__GuardedTransition__Group__2__Impl : ( ':' ) ;
+ // InternalRoom.g:18747:1: rule__GuardedTransition__Group__2__Impl : ( ':' ) ;
public final void rule__GuardedTransition__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18731:1: ( ( ':' ) )
- // InternalRoom.g:18732:1: ( ':' )
+ // InternalRoom.g:18751:1: ( ( ':' ) )
+ // InternalRoom.g:18752:1: ( ':' )
{
- // InternalRoom.g:18732:1: ( ':' )
- // InternalRoom.g:18733:1: ':'
+ // InternalRoom.g:18752:1: ( ':' )
+ // InternalRoom.g:18753:1: ':'
{
before(grammarAccess.getGuardedTransitionAccess().getColonKeyword_2());
match(input,47,FOLLOW_2);
@@ -51838,16 +51934,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__3"
- // InternalRoom.g:18746:1: rule__GuardedTransition__Group__3 : rule__GuardedTransition__Group__3__Impl rule__GuardedTransition__Group__4 ;
+ // InternalRoom.g:18766:1: rule__GuardedTransition__Group__3 : rule__GuardedTransition__Group__3__Impl rule__GuardedTransition__Group__4 ;
public final void rule__GuardedTransition__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18750:1: ( rule__GuardedTransition__Group__3__Impl rule__GuardedTransition__Group__4 )
- // InternalRoom.g:18751:2: rule__GuardedTransition__Group__3__Impl rule__GuardedTransition__Group__4
+ // InternalRoom.g:18770:1: ( rule__GuardedTransition__Group__3__Impl rule__GuardedTransition__Group__4 )
+ // InternalRoom.g:18771:2: rule__GuardedTransition__Group__3__Impl rule__GuardedTransition__Group__4
{
- pushFollow(FOLLOW_13);
+ pushFollow(FOLLOW_14);
rule__GuardedTransition__Group__3__Impl();
state._fsp--;
@@ -51876,21 +51972,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__3__Impl"
- // InternalRoom.g:18758:1: rule__GuardedTransition__Group__3__Impl : ( ( rule__GuardedTransition__FromAssignment_3 ) ) ;
+ // InternalRoom.g:18778:1: rule__GuardedTransition__Group__3__Impl : ( ( rule__GuardedTransition__FromAssignment_3 ) ) ;
public final void rule__GuardedTransition__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18762:1: ( ( ( rule__GuardedTransition__FromAssignment_3 ) ) )
- // InternalRoom.g:18763:1: ( ( rule__GuardedTransition__FromAssignment_3 ) )
+ // InternalRoom.g:18782:1: ( ( ( rule__GuardedTransition__FromAssignment_3 ) ) )
+ // InternalRoom.g:18783:1: ( ( rule__GuardedTransition__FromAssignment_3 ) )
{
- // InternalRoom.g:18763:1: ( ( rule__GuardedTransition__FromAssignment_3 ) )
- // InternalRoom.g:18764:1: ( rule__GuardedTransition__FromAssignment_3 )
+ // InternalRoom.g:18783:1: ( ( rule__GuardedTransition__FromAssignment_3 ) )
+ // InternalRoom.g:18784:1: ( rule__GuardedTransition__FromAssignment_3 )
{
before(grammarAccess.getGuardedTransitionAccess().getFromAssignment_3());
- // InternalRoom.g:18765:1: ( rule__GuardedTransition__FromAssignment_3 )
- // InternalRoom.g:18765:2: rule__GuardedTransition__FromAssignment_3
+ // InternalRoom.g:18785:1: ( rule__GuardedTransition__FromAssignment_3 )
+ // InternalRoom.g:18785:2: rule__GuardedTransition__FromAssignment_3
{
pushFollow(FOLLOW_2);
rule__GuardedTransition__FromAssignment_3();
@@ -51923,16 +52019,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__4"
- // InternalRoom.g:18775:1: rule__GuardedTransition__Group__4 : rule__GuardedTransition__Group__4__Impl rule__GuardedTransition__Group__5 ;
+ // InternalRoom.g:18795:1: rule__GuardedTransition__Group__4 : rule__GuardedTransition__Group__4__Impl rule__GuardedTransition__Group__5 ;
public final void rule__GuardedTransition__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18779:1: ( rule__GuardedTransition__Group__4__Impl rule__GuardedTransition__Group__5 )
- // InternalRoom.g:18780:2: rule__GuardedTransition__Group__4__Impl rule__GuardedTransition__Group__5
+ // InternalRoom.g:18799:1: ( rule__GuardedTransition__Group__4__Impl rule__GuardedTransition__Group__5 )
+ // InternalRoom.g:18800:2: rule__GuardedTransition__Group__4__Impl rule__GuardedTransition__Group__5
{
- pushFollow(FOLLOW_90);
+ pushFollow(FOLLOW_91);
rule__GuardedTransition__Group__4__Impl();
state._fsp--;
@@ -51961,17 +52057,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__4__Impl"
- // InternalRoom.g:18787:1: rule__GuardedTransition__Group__4__Impl : ( '->' ) ;
+ // InternalRoom.g:18807:1: rule__GuardedTransition__Group__4__Impl : ( '->' ) ;
public final void rule__GuardedTransition__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18791:1: ( ( '->' ) )
- // InternalRoom.g:18792:1: ( '->' )
+ // InternalRoom.g:18811:1: ( ( '->' ) )
+ // InternalRoom.g:18812:1: ( '->' )
{
- // InternalRoom.g:18792:1: ( '->' )
- // InternalRoom.g:18793:1: '->'
+ // InternalRoom.g:18812:1: ( '->' )
+ // InternalRoom.g:18813:1: '->'
{
before(grammarAccess.getGuardedTransitionAccess().getHyphenMinusGreaterThanSignKeyword_4());
match(input,49,FOLLOW_2);
@@ -51998,14 +52094,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__5"
- // InternalRoom.g:18806:1: rule__GuardedTransition__Group__5 : rule__GuardedTransition__Group__5__Impl rule__GuardedTransition__Group__6 ;
+ // InternalRoom.g:18826:1: rule__GuardedTransition__Group__5 : rule__GuardedTransition__Group__5__Impl rule__GuardedTransition__Group__6 ;
public final void rule__GuardedTransition__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18810:1: ( rule__GuardedTransition__Group__5__Impl rule__GuardedTransition__Group__6 )
- // InternalRoom.g:18811:2: rule__GuardedTransition__Group__5__Impl rule__GuardedTransition__Group__6
+ // InternalRoom.g:18830:1: ( rule__GuardedTransition__Group__5__Impl rule__GuardedTransition__Group__6 )
+ // InternalRoom.g:18831:2: rule__GuardedTransition__Group__5__Impl rule__GuardedTransition__Group__6
{
pushFollow(FOLLOW_4);
rule__GuardedTransition__Group__5__Impl();
@@ -52036,21 +52132,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__5__Impl"
- // InternalRoom.g:18818:1: rule__GuardedTransition__Group__5__Impl : ( ( rule__GuardedTransition__ToAssignment_5 ) ) ;
+ // InternalRoom.g:18838:1: rule__GuardedTransition__Group__5__Impl : ( ( rule__GuardedTransition__ToAssignment_5 ) ) ;
public final void rule__GuardedTransition__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18822:1: ( ( ( rule__GuardedTransition__ToAssignment_5 ) ) )
- // InternalRoom.g:18823:1: ( ( rule__GuardedTransition__ToAssignment_5 ) )
+ // InternalRoom.g:18842:1: ( ( ( rule__GuardedTransition__ToAssignment_5 ) ) )
+ // InternalRoom.g:18843:1: ( ( rule__GuardedTransition__ToAssignment_5 ) )
{
- // InternalRoom.g:18823:1: ( ( rule__GuardedTransition__ToAssignment_5 ) )
- // InternalRoom.g:18824:1: ( rule__GuardedTransition__ToAssignment_5 )
+ // InternalRoom.g:18843:1: ( ( rule__GuardedTransition__ToAssignment_5 ) )
+ // InternalRoom.g:18844:1: ( rule__GuardedTransition__ToAssignment_5 )
{
before(grammarAccess.getGuardedTransitionAccess().getToAssignment_5());
- // InternalRoom.g:18825:1: ( rule__GuardedTransition__ToAssignment_5 )
- // InternalRoom.g:18825:2: rule__GuardedTransition__ToAssignment_5
+ // InternalRoom.g:18845:1: ( rule__GuardedTransition__ToAssignment_5 )
+ // InternalRoom.g:18845:2: rule__GuardedTransition__ToAssignment_5
{
pushFollow(FOLLOW_2);
rule__GuardedTransition__ToAssignment_5();
@@ -52083,14 +52179,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__6"
- // InternalRoom.g:18835:1: rule__GuardedTransition__Group__6 : rule__GuardedTransition__Group__6__Impl rule__GuardedTransition__Group__7 ;
+ // InternalRoom.g:18855:1: rule__GuardedTransition__Group__6 : rule__GuardedTransition__Group__6__Impl rule__GuardedTransition__Group__7 ;
public final void rule__GuardedTransition__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18839:1: ( rule__GuardedTransition__Group__6__Impl rule__GuardedTransition__Group__7 )
- // InternalRoom.g:18840:2: rule__GuardedTransition__Group__6__Impl rule__GuardedTransition__Group__7
+ // InternalRoom.g:18859:1: ( rule__GuardedTransition__Group__6__Impl rule__GuardedTransition__Group__7 )
+ // InternalRoom.g:18860:2: rule__GuardedTransition__Group__6__Impl rule__GuardedTransition__Group__7
{
pushFollow(FOLLOW_4);
rule__GuardedTransition__Group__6__Impl();
@@ -52121,29 +52217,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__6__Impl"
- // InternalRoom.g:18847:1: rule__GuardedTransition__Group__6__Impl : ( ( rule__GuardedTransition__DocuAssignment_6 )? ) ;
+ // InternalRoom.g:18867:1: rule__GuardedTransition__Group__6__Impl : ( ( rule__GuardedTransition__DocuAssignment_6 )? ) ;
public final void rule__GuardedTransition__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18851:1: ( ( ( rule__GuardedTransition__DocuAssignment_6 )? ) )
- // InternalRoom.g:18852:1: ( ( rule__GuardedTransition__DocuAssignment_6 )? )
+ // InternalRoom.g:18871:1: ( ( ( rule__GuardedTransition__DocuAssignment_6 )? ) )
+ // InternalRoom.g:18872:1: ( ( rule__GuardedTransition__DocuAssignment_6 )? )
{
- // InternalRoom.g:18852:1: ( ( rule__GuardedTransition__DocuAssignment_6 )? )
- // InternalRoom.g:18853:1: ( rule__GuardedTransition__DocuAssignment_6 )?
+ // InternalRoom.g:18872:1: ( ( rule__GuardedTransition__DocuAssignment_6 )? )
+ // InternalRoom.g:18873:1: ( rule__GuardedTransition__DocuAssignment_6 )?
{
before(grammarAccess.getGuardedTransitionAccess().getDocuAssignment_6());
- // InternalRoom.g:18854:1: ( rule__GuardedTransition__DocuAssignment_6 )?
- int alt192=2;
- int LA192_0 = input.LA(1);
+ // InternalRoom.g:18874:1: ( rule__GuardedTransition__DocuAssignment_6 )?
+ int alt193=2;
+ int LA193_0 = input.LA(1);
- if ( (LA192_0==63) ) {
- alt192=1;
+ if ( (LA193_0==63) ) {
+ alt193=1;
}
- switch (alt192) {
+ switch (alt193) {
case 1 :
- // InternalRoom.g:18854:2: rule__GuardedTransition__DocuAssignment_6
+ // InternalRoom.g:18874:2: rule__GuardedTransition__DocuAssignment_6
{
pushFollow(FOLLOW_2);
rule__GuardedTransition__DocuAssignment_6();
@@ -52179,16 +52275,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__7"
- // InternalRoom.g:18864:1: rule__GuardedTransition__Group__7 : rule__GuardedTransition__Group__7__Impl rule__GuardedTransition__Group__8 ;
+ // InternalRoom.g:18884:1: rule__GuardedTransition__Group__7 : rule__GuardedTransition__Group__7__Impl rule__GuardedTransition__Group__8 ;
public final void rule__GuardedTransition__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18868:1: ( rule__GuardedTransition__Group__7__Impl rule__GuardedTransition__Group__8 )
- // InternalRoom.g:18869:2: rule__GuardedTransition__Group__7__Impl rule__GuardedTransition__Group__8
+ // InternalRoom.g:18888:1: ( rule__GuardedTransition__Group__7__Impl rule__GuardedTransition__Group__8 )
+ // InternalRoom.g:18889:2: rule__GuardedTransition__Group__7__Impl rule__GuardedTransition__Group__8
{
- pushFollow(FOLLOW_97);
+ pushFollow(FOLLOW_98);
rule__GuardedTransition__Group__7__Impl();
state._fsp--;
@@ -52217,17 +52313,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__7__Impl"
- // InternalRoom.g:18876:1: rule__GuardedTransition__Group__7__Impl : ( '{' ) ;
+ // InternalRoom.g:18896:1: rule__GuardedTransition__Group__7__Impl : ( '{' ) ;
public final void rule__GuardedTransition__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18880:1: ( ( '{' ) )
- // InternalRoom.g:18881:1: ( '{' )
+ // InternalRoom.g:18900:1: ( ( '{' ) )
+ // InternalRoom.g:18901:1: ( '{' )
{
- // InternalRoom.g:18881:1: ( '{' )
- // InternalRoom.g:18882:1: '{'
+ // InternalRoom.g:18901:1: ( '{' )
+ // InternalRoom.g:18902:1: '{'
{
before(grammarAccess.getGuardedTransitionAccess().getLeftCurlyBracketKeyword_7());
match(input,45,FOLLOW_2);
@@ -52254,16 +52350,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__8"
- // InternalRoom.g:18895:1: rule__GuardedTransition__Group__8 : rule__GuardedTransition__Group__8__Impl rule__GuardedTransition__Group__9 ;
+ // InternalRoom.g:18915:1: rule__GuardedTransition__Group__8 : rule__GuardedTransition__Group__8__Impl rule__GuardedTransition__Group__9 ;
public final void rule__GuardedTransition__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18899:1: ( rule__GuardedTransition__Group__8__Impl rule__GuardedTransition__Group__9 )
- // InternalRoom.g:18900:2: rule__GuardedTransition__Group__8__Impl rule__GuardedTransition__Group__9
+ // InternalRoom.g:18919:1: ( rule__GuardedTransition__Group__8__Impl rule__GuardedTransition__Group__9 )
+ // InternalRoom.g:18920:2: rule__GuardedTransition__Group__8__Impl rule__GuardedTransition__Group__9
{
- pushFollow(FOLLOW_97);
+ pushFollow(FOLLOW_98);
rule__GuardedTransition__Group__8__Impl();
state._fsp--;
@@ -52292,33 +52388,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__8__Impl"
- // InternalRoom.g:18907:1: rule__GuardedTransition__Group__8__Impl : ( ( rule__GuardedTransition__AnnotationsAssignment_8 )* ) ;
+ // InternalRoom.g:18927:1: rule__GuardedTransition__Group__8__Impl : ( ( rule__GuardedTransition__AnnotationsAssignment_8 )* ) ;
public final void rule__GuardedTransition__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18911:1: ( ( ( rule__GuardedTransition__AnnotationsAssignment_8 )* ) )
- // InternalRoom.g:18912:1: ( ( rule__GuardedTransition__AnnotationsAssignment_8 )* )
+ // InternalRoom.g:18931:1: ( ( ( rule__GuardedTransition__AnnotationsAssignment_8 )* ) )
+ // InternalRoom.g:18932:1: ( ( rule__GuardedTransition__AnnotationsAssignment_8 )* )
{
- // InternalRoom.g:18912:1: ( ( rule__GuardedTransition__AnnotationsAssignment_8 )* )
- // InternalRoom.g:18913:1: ( rule__GuardedTransition__AnnotationsAssignment_8 )*
+ // InternalRoom.g:18932:1: ( ( rule__GuardedTransition__AnnotationsAssignment_8 )* )
+ // InternalRoom.g:18933:1: ( rule__GuardedTransition__AnnotationsAssignment_8 )*
{
before(grammarAccess.getGuardedTransitionAccess().getAnnotationsAssignment_8());
- // InternalRoom.g:18914:1: ( rule__GuardedTransition__AnnotationsAssignment_8 )*
- loop193:
+ // InternalRoom.g:18934:1: ( rule__GuardedTransition__AnnotationsAssignment_8 )*
+ loop194:
do {
- int alt193=2;
- int LA193_0 = input.LA(1);
+ int alt194=2;
+ int LA194_0 = input.LA(1);
- if ( (LA193_0==120) ) {
- alt193=1;
+ if ( (LA194_0==120) ) {
+ alt194=1;
}
- switch (alt193) {
+ switch (alt194) {
case 1 :
- // InternalRoom.g:18914:2: rule__GuardedTransition__AnnotationsAssignment_8
+ // InternalRoom.g:18934:2: rule__GuardedTransition__AnnotationsAssignment_8
{
pushFollow(FOLLOW_6);
rule__GuardedTransition__AnnotationsAssignment_8();
@@ -52330,7 +52426,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop193;
+ break loop194;
}
} while (true);
@@ -52357,16 +52453,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__9"
- // InternalRoom.g:18924:1: rule__GuardedTransition__Group__9 : rule__GuardedTransition__Group__9__Impl rule__GuardedTransition__Group__10 ;
+ // InternalRoom.g:18944:1: rule__GuardedTransition__Group__9 : rule__GuardedTransition__Group__9__Impl rule__GuardedTransition__Group__10 ;
public final void rule__GuardedTransition__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18928:1: ( rule__GuardedTransition__Group__9__Impl rule__GuardedTransition__Group__10 )
- // InternalRoom.g:18929:2: rule__GuardedTransition__Group__9__Impl rule__GuardedTransition__Group__10
+ // InternalRoom.g:18948:1: ( rule__GuardedTransition__Group__9__Impl rule__GuardedTransition__Group__10 )
+ // InternalRoom.g:18949:2: rule__GuardedTransition__Group__9__Impl rule__GuardedTransition__Group__10
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__GuardedTransition__Group__9__Impl();
state._fsp--;
@@ -52395,17 +52491,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__9__Impl"
- // InternalRoom.g:18936:1: rule__GuardedTransition__Group__9__Impl : ( 'guard' ) ;
+ // InternalRoom.g:18956:1: rule__GuardedTransition__Group__9__Impl : ( 'guard' ) ;
public final void rule__GuardedTransition__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18940:1: ( ( 'guard' ) )
- // InternalRoom.g:18941:1: ( 'guard' )
+ // InternalRoom.g:18960:1: ( ( 'guard' ) )
+ // InternalRoom.g:18961:1: ( 'guard' )
{
- // InternalRoom.g:18941:1: ( 'guard' )
- // InternalRoom.g:18942:1: 'guard'
+ // InternalRoom.g:18961:1: ( 'guard' )
+ // InternalRoom.g:18962:1: 'guard'
{
before(grammarAccess.getGuardedTransitionAccess().getGuardKeyword_9());
match(input,109,FOLLOW_2);
@@ -52432,16 +52528,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__10"
- // InternalRoom.g:18955:1: rule__GuardedTransition__Group__10 : rule__GuardedTransition__Group__10__Impl rule__GuardedTransition__Group__11 ;
+ // InternalRoom.g:18975:1: rule__GuardedTransition__Group__10 : rule__GuardedTransition__Group__10__Impl rule__GuardedTransition__Group__11 ;
public final void rule__GuardedTransition__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18959:1: ( rule__GuardedTransition__Group__10__Impl rule__GuardedTransition__Group__11 )
- // InternalRoom.g:18960:2: rule__GuardedTransition__Group__10__Impl rule__GuardedTransition__Group__11
+ // InternalRoom.g:18979:1: ( rule__GuardedTransition__Group__10__Impl rule__GuardedTransition__Group__11 )
+ // InternalRoom.g:18980:2: rule__GuardedTransition__Group__10__Impl rule__GuardedTransition__Group__11
{
- pushFollow(FOLLOW_96);
+ pushFollow(FOLLOW_97);
rule__GuardedTransition__Group__10__Impl();
state._fsp--;
@@ -52470,21 +52566,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__10__Impl"
- // InternalRoom.g:18967:1: rule__GuardedTransition__Group__10__Impl : ( ( rule__GuardedTransition__GuardAssignment_10 ) ) ;
+ // InternalRoom.g:18987:1: rule__GuardedTransition__Group__10__Impl : ( ( rule__GuardedTransition__GuardAssignment_10 ) ) ;
public final void rule__GuardedTransition__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18971:1: ( ( ( rule__GuardedTransition__GuardAssignment_10 ) ) )
- // InternalRoom.g:18972:1: ( ( rule__GuardedTransition__GuardAssignment_10 ) )
+ // InternalRoom.g:18991:1: ( ( ( rule__GuardedTransition__GuardAssignment_10 ) ) )
+ // InternalRoom.g:18992:1: ( ( rule__GuardedTransition__GuardAssignment_10 ) )
{
- // InternalRoom.g:18972:1: ( ( rule__GuardedTransition__GuardAssignment_10 ) )
- // InternalRoom.g:18973:1: ( rule__GuardedTransition__GuardAssignment_10 )
+ // InternalRoom.g:18992:1: ( ( rule__GuardedTransition__GuardAssignment_10 ) )
+ // InternalRoom.g:18993:1: ( rule__GuardedTransition__GuardAssignment_10 )
{
before(grammarAccess.getGuardedTransitionAccess().getGuardAssignment_10());
- // InternalRoom.g:18974:1: ( rule__GuardedTransition__GuardAssignment_10 )
- // InternalRoom.g:18974:2: rule__GuardedTransition__GuardAssignment_10
+ // InternalRoom.g:18994:1: ( rule__GuardedTransition__GuardAssignment_10 )
+ // InternalRoom.g:18994:2: rule__GuardedTransition__GuardAssignment_10
{
pushFollow(FOLLOW_2);
rule__GuardedTransition__GuardAssignment_10();
@@ -52517,16 +52613,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__11"
- // InternalRoom.g:18984:1: rule__GuardedTransition__Group__11 : rule__GuardedTransition__Group__11__Impl rule__GuardedTransition__Group__12 ;
+ // InternalRoom.g:19004:1: rule__GuardedTransition__Group__11 : rule__GuardedTransition__Group__11__Impl rule__GuardedTransition__Group__12 ;
public final void rule__GuardedTransition__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:18988:1: ( rule__GuardedTransition__Group__11__Impl rule__GuardedTransition__Group__12 )
- // InternalRoom.g:18989:2: rule__GuardedTransition__Group__11__Impl rule__GuardedTransition__Group__12
+ // InternalRoom.g:19008:1: ( rule__GuardedTransition__Group__11__Impl rule__GuardedTransition__Group__12 )
+ // InternalRoom.g:19009:2: rule__GuardedTransition__Group__11__Impl rule__GuardedTransition__Group__12
{
- pushFollow(FOLLOW_96);
+ pushFollow(FOLLOW_97);
rule__GuardedTransition__Group__11__Impl();
state._fsp--;
@@ -52555,29 +52651,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__11__Impl"
- // InternalRoom.g:18996:1: rule__GuardedTransition__Group__11__Impl : ( ( rule__GuardedTransition__Group_11__0 )? ) ;
+ // InternalRoom.g:19016:1: rule__GuardedTransition__Group__11__Impl : ( ( rule__GuardedTransition__Group_11__0 )? ) ;
public final void rule__GuardedTransition__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19000:1: ( ( ( rule__GuardedTransition__Group_11__0 )? ) )
- // InternalRoom.g:19001:1: ( ( rule__GuardedTransition__Group_11__0 )? )
+ // InternalRoom.g:19020:1: ( ( ( rule__GuardedTransition__Group_11__0 )? ) )
+ // InternalRoom.g:19021:1: ( ( rule__GuardedTransition__Group_11__0 )? )
{
- // InternalRoom.g:19001:1: ( ( rule__GuardedTransition__Group_11__0 )? )
- // InternalRoom.g:19002:1: ( rule__GuardedTransition__Group_11__0 )?
+ // InternalRoom.g:19021:1: ( ( rule__GuardedTransition__Group_11__0 )? )
+ // InternalRoom.g:19022:1: ( rule__GuardedTransition__Group_11__0 )?
{
before(grammarAccess.getGuardedTransitionAccess().getGroup_11());
- // InternalRoom.g:19003:1: ( rule__GuardedTransition__Group_11__0 )?
- int alt194=2;
- int LA194_0 = input.LA(1);
+ // InternalRoom.g:19023:1: ( rule__GuardedTransition__Group_11__0 )?
+ int alt195=2;
+ int LA195_0 = input.LA(1);
- if ( (LA194_0==106) ) {
- alt194=1;
+ if ( (LA195_0==106) ) {
+ alt195=1;
}
- switch (alt194) {
+ switch (alt195) {
case 1 :
- // InternalRoom.g:19003:2: rule__GuardedTransition__Group_11__0
+ // InternalRoom.g:19023:2: rule__GuardedTransition__Group_11__0
{
pushFollow(FOLLOW_2);
rule__GuardedTransition__Group_11__0();
@@ -52613,14 +52709,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__12"
- // InternalRoom.g:19013:1: rule__GuardedTransition__Group__12 : rule__GuardedTransition__Group__12__Impl ;
+ // InternalRoom.g:19033:1: rule__GuardedTransition__Group__12 : rule__GuardedTransition__Group__12__Impl ;
public final void rule__GuardedTransition__Group__12() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19017:1: ( rule__GuardedTransition__Group__12__Impl )
- // InternalRoom.g:19018:2: rule__GuardedTransition__Group__12__Impl
+ // InternalRoom.g:19037:1: ( rule__GuardedTransition__Group__12__Impl )
+ // InternalRoom.g:19038:2: rule__GuardedTransition__Group__12__Impl
{
pushFollow(FOLLOW_2);
rule__GuardedTransition__Group__12__Impl();
@@ -52646,17 +52742,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group__12__Impl"
- // InternalRoom.g:19024:1: rule__GuardedTransition__Group__12__Impl : ( '}' ) ;
+ // InternalRoom.g:19044:1: rule__GuardedTransition__Group__12__Impl : ( '}' ) ;
public final void rule__GuardedTransition__Group__12__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19028:1: ( ( '}' ) )
- // InternalRoom.g:19029:1: ( '}' )
+ // InternalRoom.g:19048:1: ( ( '}' ) )
+ // InternalRoom.g:19049:1: ( '}' )
{
- // InternalRoom.g:19029:1: ( '}' )
- // InternalRoom.g:19030:1: '}'
+ // InternalRoom.g:19049:1: ( '}' )
+ // InternalRoom.g:19050:1: '}'
{
before(grammarAccess.getGuardedTransitionAccess().getRightCurlyBracketKeyword_12());
match(input,46,FOLLOW_2);
@@ -52683,16 +52779,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group_11__0"
- // InternalRoom.g:19069:1: rule__GuardedTransition__Group_11__0 : rule__GuardedTransition__Group_11__0__Impl rule__GuardedTransition__Group_11__1 ;
+ // InternalRoom.g:19089:1: rule__GuardedTransition__Group_11__0 : rule__GuardedTransition__Group_11__0__Impl rule__GuardedTransition__Group_11__1 ;
public final void rule__GuardedTransition__Group_11__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19073:1: ( rule__GuardedTransition__Group_11__0__Impl rule__GuardedTransition__Group_11__1 )
- // InternalRoom.g:19074:2: rule__GuardedTransition__Group_11__0__Impl rule__GuardedTransition__Group_11__1
+ // InternalRoom.g:19093:1: ( rule__GuardedTransition__Group_11__0__Impl rule__GuardedTransition__Group_11__1 )
+ // InternalRoom.g:19094:2: rule__GuardedTransition__Group_11__0__Impl rule__GuardedTransition__Group_11__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__GuardedTransition__Group_11__0__Impl();
state._fsp--;
@@ -52721,17 +52817,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group_11__0__Impl"
- // InternalRoom.g:19081:1: rule__GuardedTransition__Group_11__0__Impl : ( 'action' ) ;
+ // InternalRoom.g:19101:1: rule__GuardedTransition__Group_11__0__Impl : ( 'action' ) ;
public final void rule__GuardedTransition__Group_11__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19085:1: ( ( 'action' ) )
- // InternalRoom.g:19086:1: ( 'action' )
+ // InternalRoom.g:19105:1: ( ( 'action' ) )
+ // InternalRoom.g:19106:1: ( 'action' )
{
- // InternalRoom.g:19086:1: ( 'action' )
- // InternalRoom.g:19087:1: 'action'
+ // InternalRoom.g:19106:1: ( 'action' )
+ // InternalRoom.g:19107:1: 'action'
{
before(grammarAccess.getGuardedTransitionAccess().getActionKeyword_11_0());
match(input,106,FOLLOW_2);
@@ -52758,14 +52854,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group_11__1"
- // InternalRoom.g:19100:1: rule__GuardedTransition__Group_11__1 : rule__GuardedTransition__Group_11__1__Impl ;
+ // InternalRoom.g:19120:1: rule__GuardedTransition__Group_11__1 : rule__GuardedTransition__Group_11__1__Impl ;
public final void rule__GuardedTransition__Group_11__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19104:1: ( rule__GuardedTransition__Group_11__1__Impl )
- // InternalRoom.g:19105:2: rule__GuardedTransition__Group_11__1__Impl
+ // InternalRoom.g:19124:1: ( rule__GuardedTransition__Group_11__1__Impl )
+ // InternalRoom.g:19125:2: rule__GuardedTransition__Group_11__1__Impl
{
pushFollow(FOLLOW_2);
rule__GuardedTransition__Group_11__1__Impl();
@@ -52791,21 +52887,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__Group_11__1__Impl"
- // InternalRoom.g:19111:1: rule__GuardedTransition__Group_11__1__Impl : ( ( rule__GuardedTransition__ActionAssignment_11_1 ) ) ;
+ // InternalRoom.g:19131:1: rule__GuardedTransition__Group_11__1__Impl : ( ( rule__GuardedTransition__ActionAssignment_11_1 ) ) ;
public final void rule__GuardedTransition__Group_11__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19115:1: ( ( ( rule__GuardedTransition__ActionAssignment_11_1 ) ) )
- // InternalRoom.g:19116:1: ( ( rule__GuardedTransition__ActionAssignment_11_1 ) )
+ // InternalRoom.g:19135:1: ( ( ( rule__GuardedTransition__ActionAssignment_11_1 ) ) )
+ // InternalRoom.g:19136:1: ( ( rule__GuardedTransition__ActionAssignment_11_1 ) )
{
- // InternalRoom.g:19116:1: ( ( rule__GuardedTransition__ActionAssignment_11_1 ) )
- // InternalRoom.g:19117:1: ( rule__GuardedTransition__ActionAssignment_11_1 )
+ // InternalRoom.g:19136:1: ( ( rule__GuardedTransition__ActionAssignment_11_1 ) )
+ // InternalRoom.g:19137:1: ( rule__GuardedTransition__ActionAssignment_11_1 )
{
before(grammarAccess.getGuardedTransitionAccess().getActionAssignment_11_1());
- // InternalRoom.g:19118:1: ( rule__GuardedTransition__ActionAssignment_11_1 )
- // InternalRoom.g:19118:2: rule__GuardedTransition__ActionAssignment_11_1
+ // InternalRoom.g:19138:1: ( rule__GuardedTransition__ActionAssignment_11_1 )
+ // InternalRoom.g:19138:2: rule__GuardedTransition__ActionAssignment_11_1
{
pushFollow(FOLLOW_2);
rule__GuardedTransition__ActionAssignment_11_1();
@@ -52838,16 +52934,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__0"
- // InternalRoom.g:19132:1: rule__CPBranchTransition__Group__0 : rule__CPBranchTransition__Group__0__Impl rule__CPBranchTransition__Group__1 ;
+ // InternalRoom.g:19152:1: rule__CPBranchTransition__Group__0 : rule__CPBranchTransition__Group__0__Impl rule__CPBranchTransition__Group__1 ;
public final void rule__CPBranchTransition__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19136:1: ( rule__CPBranchTransition__Group__0__Impl rule__CPBranchTransition__Group__1 )
- // InternalRoom.g:19137:2: rule__CPBranchTransition__Group__0__Impl rule__CPBranchTransition__Group__1
+ // InternalRoom.g:19156:1: ( rule__CPBranchTransition__Group__0__Impl rule__CPBranchTransition__Group__1 )
+ // InternalRoom.g:19157:2: rule__CPBranchTransition__Group__0__Impl rule__CPBranchTransition__Group__1
{
- pushFollow(FOLLOW_88);
+ pushFollow(FOLLOW_89);
rule__CPBranchTransition__Group__0__Impl();
state._fsp--;
@@ -52876,17 +52972,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__0__Impl"
- // InternalRoom.g:19144:1: rule__CPBranchTransition__Group__0__Impl : ( 'Transition' ) ;
+ // InternalRoom.g:19164:1: rule__CPBranchTransition__Group__0__Impl : ( 'Transition' ) ;
public final void rule__CPBranchTransition__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19148:1: ( ( 'Transition' ) )
- // InternalRoom.g:19149:1: ( 'Transition' )
+ // InternalRoom.g:19168:1: ( ( 'Transition' ) )
+ // InternalRoom.g:19169:1: ( 'Transition' )
{
- // InternalRoom.g:19149:1: ( 'Transition' )
- // InternalRoom.g:19150:1: 'Transition'
+ // InternalRoom.g:19169:1: ( 'Transition' )
+ // InternalRoom.g:19170:1: 'Transition'
{
before(grammarAccess.getCPBranchTransitionAccess().getTransitionKeyword_0());
match(input,27,FOLLOW_2);
@@ -52913,16 +53009,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__1"
- // InternalRoom.g:19163:1: rule__CPBranchTransition__Group__1 : rule__CPBranchTransition__Group__1__Impl rule__CPBranchTransition__Group__2 ;
+ // InternalRoom.g:19183:1: rule__CPBranchTransition__Group__1 : rule__CPBranchTransition__Group__1__Impl rule__CPBranchTransition__Group__2 ;
public final void rule__CPBranchTransition__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19167:1: ( rule__CPBranchTransition__Group__1__Impl rule__CPBranchTransition__Group__2 )
- // InternalRoom.g:19168:2: rule__CPBranchTransition__Group__1__Impl rule__CPBranchTransition__Group__2
+ // InternalRoom.g:19187:1: ( rule__CPBranchTransition__Group__1__Impl rule__CPBranchTransition__Group__2 )
+ // InternalRoom.g:19188:2: rule__CPBranchTransition__Group__1__Impl rule__CPBranchTransition__Group__2
{
- pushFollow(FOLLOW_88);
+ pushFollow(FOLLOW_89);
rule__CPBranchTransition__Group__1__Impl();
state._fsp--;
@@ -52951,29 +53047,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__1__Impl"
- // InternalRoom.g:19175:1: rule__CPBranchTransition__Group__1__Impl : ( ( rule__CPBranchTransition__NameAssignment_1 )? ) ;
+ // InternalRoom.g:19195:1: rule__CPBranchTransition__Group__1__Impl : ( ( rule__CPBranchTransition__NameAssignment_1 )? ) ;
public final void rule__CPBranchTransition__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19179:1: ( ( ( rule__CPBranchTransition__NameAssignment_1 )? ) )
- // InternalRoom.g:19180:1: ( ( rule__CPBranchTransition__NameAssignment_1 )? )
+ // InternalRoom.g:19199:1: ( ( ( rule__CPBranchTransition__NameAssignment_1 )? ) )
+ // InternalRoom.g:19200:1: ( ( rule__CPBranchTransition__NameAssignment_1 )? )
{
- // InternalRoom.g:19180:1: ( ( rule__CPBranchTransition__NameAssignment_1 )? )
- // InternalRoom.g:19181:1: ( rule__CPBranchTransition__NameAssignment_1 )?
+ // InternalRoom.g:19200:1: ( ( rule__CPBranchTransition__NameAssignment_1 )? )
+ // InternalRoom.g:19201:1: ( rule__CPBranchTransition__NameAssignment_1 )?
{
before(grammarAccess.getCPBranchTransitionAccess().getNameAssignment_1());
- // InternalRoom.g:19182:1: ( rule__CPBranchTransition__NameAssignment_1 )?
- int alt195=2;
- int LA195_0 = input.LA(1);
+ // InternalRoom.g:19202:1: ( rule__CPBranchTransition__NameAssignment_1 )?
+ int alt196=2;
+ int LA196_0 = input.LA(1);
- if ( (LA195_0==RULE_ID) ) {
- alt195=1;
+ if ( (LA196_0==RULE_ID) ) {
+ alt196=1;
}
- switch (alt195) {
+ switch (alt196) {
case 1 :
- // InternalRoom.g:19182:2: rule__CPBranchTransition__NameAssignment_1
+ // InternalRoom.g:19202:2: rule__CPBranchTransition__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__CPBranchTransition__NameAssignment_1();
@@ -53009,16 +53105,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__2"
- // InternalRoom.g:19192:1: rule__CPBranchTransition__Group__2 : rule__CPBranchTransition__Group__2__Impl rule__CPBranchTransition__Group__3 ;
+ // InternalRoom.g:19212:1: rule__CPBranchTransition__Group__2 : rule__CPBranchTransition__Group__2__Impl rule__CPBranchTransition__Group__3 ;
public final void rule__CPBranchTransition__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19196:1: ( rule__CPBranchTransition__Group__2__Impl rule__CPBranchTransition__Group__3 )
- // InternalRoom.g:19197:2: rule__CPBranchTransition__Group__2__Impl rule__CPBranchTransition__Group__3
+ // InternalRoom.g:19216:1: ( rule__CPBranchTransition__Group__2__Impl rule__CPBranchTransition__Group__3 )
+ // InternalRoom.g:19217:2: rule__CPBranchTransition__Group__2__Impl rule__CPBranchTransition__Group__3
{
- pushFollow(FOLLOW_90);
+ pushFollow(FOLLOW_91);
rule__CPBranchTransition__Group__2__Impl();
state._fsp--;
@@ -53047,17 +53143,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__2__Impl"
- // InternalRoom.g:19204:1: rule__CPBranchTransition__Group__2__Impl : ( ':' ) ;
+ // InternalRoom.g:19224:1: rule__CPBranchTransition__Group__2__Impl : ( ':' ) ;
public final void rule__CPBranchTransition__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19208:1: ( ( ':' ) )
- // InternalRoom.g:19209:1: ( ':' )
+ // InternalRoom.g:19228:1: ( ( ':' ) )
+ // InternalRoom.g:19229:1: ( ':' )
{
- // InternalRoom.g:19209:1: ( ':' )
- // InternalRoom.g:19210:1: ':'
+ // InternalRoom.g:19229:1: ( ':' )
+ // InternalRoom.g:19230:1: ':'
{
before(grammarAccess.getCPBranchTransitionAccess().getColonKeyword_2());
match(input,47,FOLLOW_2);
@@ -53084,16 +53180,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__3"
- // InternalRoom.g:19223:1: rule__CPBranchTransition__Group__3 : rule__CPBranchTransition__Group__3__Impl rule__CPBranchTransition__Group__4 ;
+ // InternalRoom.g:19243:1: rule__CPBranchTransition__Group__3 : rule__CPBranchTransition__Group__3__Impl rule__CPBranchTransition__Group__4 ;
public final void rule__CPBranchTransition__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19227:1: ( rule__CPBranchTransition__Group__3__Impl rule__CPBranchTransition__Group__4 )
- // InternalRoom.g:19228:2: rule__CPBranchTransition__Group__3__Impl rule__CPBranchTransition__Group__4
+ // InternalRoom.g:19247:1: ( rule__CPBranchTransition__Group__3__Impl rule__CPBranchTransition__Group__4 )
+ // InternalRoom.g:19248:2: rule__CPBranchTransition__Group__3__Impl rule__CPBranchTransition__Group__4
{
- pushFollow(FOLLOW_13);
+ pushFollow(FOLLOW_14);
rule__CPBranchTransition__Group__3__Impl();
state._fsp--;
@@ -53122,21 +53218,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__3__Impl"
- // InternalRoom.g:19235:1: rule__CPBranchTransition__Group__3__Impl : ( ( rule__CPBranchTransition__FromAssignment_3 ) ) ;
+ // InternalRoom.g:19255:1: rule__CPBranchTransition__Group__3__Impl : ( ( rule__CPBranchTransition__FromAssignment_3 ) ) ;
public final void rule__CPBranchTransition__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19239:1: ( ( ( rule__CPBranchTransition__FromAssignment_3 ) ) )
- // InternalRoom.g:19240:1: ( ( rule__CPBranchTransition__FromAssignment_3 ) )
+ // InternalRoom.g:19259:1: ( ( ( rule__CPBranchTransition__FromAssignment_3 ) ) )
+ // InternalRoom.g:19260:1: ( ( rule__CPBranchTransition__FromAssignment_3 ) )
{
- // InternalRoom.g:19240:1: ( ( rule__CPBranchTransition__FromAssignment_3 ) )
- // InternalRoom.g:19241:1: ( rule__CPBranchTransition__FromAssignment_3 )
+ // InternalRoom.g:19260:1: ( ( rule__CPBranchTransition__FromAssignment_3 ) )
+ // InternalRoom.g:19261:1: ( rule__CPBranchTransition__FromAssignment_3 )
{
before(grammarAccess.getCPBranchTransitionAccess().getFromAssignment_3());
- // InternalRoom.g:19242:1: ( rule__CPBranchTransition__FromAssignment_3 )
- // InternalRoom.g:19242:2: rule__CPBranchTransition__FromAssignment_3
+ // InternalRoom.g:19262:1: ( rule__CPBranchTransition__FromAssignment_3 )
+ // InternalRoom.g:19262:2: rule__CPBranchTransition__FromAssignment_3
{
pushFollow(FOLLOW_2);
rule__CPBranchTransition__FromAssignment_3();
@@ -53169,16 +53265,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__4"
- // InternalRoom.g:19252:1: rule__CPBranchTransition__Group__4 : rule__CPBranchTransition__Group__4__Impl rule__CPBranchTransition__Group__5 ;
+ // InternalRoom.g:19272:1: rule__CPBranchTransition__Group__4 : rule__CPBranchTransition__Group__4__Impl rule__CPBranchTransition__Group__5 ;
public final void rule__CPBranchTransition__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19256:1: ( rule__CPBranchTransition__Group__4__Impl rule__CPBranchTransition__Group__5 )
- // InternalRoom.g:19257:2: rule__CPBranchTransition__Group__4__Impl rule__CPBranchTransition__Group__5
+ // InternalRoom.g:19276:1: ( rule__CPBranchTransition__Group__4__Impl rule__CPBranchTransition__Group__5 )
+ // InternalRoom.g:19277:2: rule__CPBranchTransition__Group__4__Impl rule__CPBranchTransition__Group__5
{
- pushFollow(FOLLOW_90);
+ pushFollow(FOLLOW_91);
rule__CPBranchTransition__Group__4__Impl();
state._fsp--;
@@ -53207,17 +53303,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__4__Impl"
- // InternalRoom.g:19264:1: rule__CPBranchTransition__Group__4__Impl : ( '->' ) ;
+ // InternalRoom.g:19284:1: rule__CPBranchTransition__Group__4__Impl : ( '->' ) ;
public final void rule__CPBranchTransition__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19268:1: ( ( '->' ) )
- // InternalRoom.g:19269:1: ( '->' )
+ // InternalRoom.g:19288:1: ( ( '->' ) )
+ // InternalRoom.g:19289:1: ( '->' )
{
- // InternalRoom.g:19269:1: ( '->' )
- // InternalRoom.g:19270:1: '->'
+ // InternalRoom.g:19289:1: ( '->' )
+ // InternalRoom.g:19290:1: '->'
{
before(grammarAccess.getCPBranchTransitionAccess().getHyphenMinusGreaterThanSignKeyword_4());
match(input,49,FOLLOW_2);
@@ -53244,14 +53340,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__5"
- // InternalRoom.g:19283:1: rule__CPBranchTransition__Group__5 : rule__CPBranchTransition__Group__5__Impl rule__CPBranchTransition__Group__6 ;
+ // InternalRoom.g:19303:1: rule__CPBranchTransition__Group__5 : rule__CPBranchTransition__Group__5__Impl rule__CPBranchTransition__Group__6 ;
public final void rule__CPBranchTransition__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19287:1: ( rule__CPBranchTransition__Group__5__Impl rule__CPBranchTransition__Group__6 )
- // InternalRoom.g:19288:2: rule__CPBranchTransition__Group__5__Impl rule__CPBranchTransition__Group__6
+ // InternalRoom.g:19307:1: ( rule__CPBranchTransition__Group__5__Impl rule__CPBranchTransition__Group__6 )
+ // InternalRoom.g:19308:2: rule__CPBranchTransition__Group__5__Impl rule__CPBranchTransition__Group__6
{
pushFollow(FOLLOW_4);
rule__CPBranchTransition__Group__5__Impl();
@@ -53282,21 +53378,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__5__Impl"
- // InternalRoom.g:19295:1: rule__CPBranchTransition__Group__5__Impl : ( ( rule__CPBranchTransition__ToAssignment_5 ) ) ;
+ // InternalRoom.g:19315:1: rule__CPBranchTransition__Group__5__Impl : ( ( rule__CPBranchTransition__ToAssignment_5 ) ) ;
public final void rule__CPBranchTransition__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19299:1: ( ( ( rule__CPBranchTransition__ToAssignment_5 ) ) )
- // InternalRoom.g:19300:1: ( ( rule__CPBranchTransition__ToAssignment_5 ) )
+ // InternalRoom.g:19319:1: ( ( ( rule__CPBranchTransition__ToAssignment_5 ) ) )
+ // InternalRoom.g:19320:1: ( ( rule__CPBranchTransition__ToAssignment_5 ) )
{
- // InternalRoom.g:19300:1: ( ( rule__CPBranchTransition__ToAssignment_5 ) )
- // InternalRoom.g:19301:1: ( rule__CPBranchTransition__ToAssignment_5 )
+ // InternalRoom.g:19320:1: ( ( rule__CPBranchTransition__ToAssignment_5 ) )
+ // InternalRoom.g:19321:1: ( rule__CPBranchTransition__ToAssignment_5 )
{
before(grammarAccess.getCPBranchTransitionAccess().getToAssignment_5());
- // InternalRoom.g:19302:1: ( rule__CPBranchTransition__ToAssignment_5 )
- // InternalRoom.g:19302:2: rule__CPBranchTransition__ToAssignment_5
+ // InternalRoom.g:19322:1: ( rule__CPBranchTransition__ToAssignment_5 )
+ // InternalRoom.g:19322:2: rule__CPBranchTransition__ToAssignment_5
{
pushFollow(FOLLOW_2);
rule__CPBranchTransition__ToAssignment_5();
@@ -53329,14 +53425,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__6"
- // InternalRoom.g:19312:1: rule__CPBranchTransition__Group__6 : rule__CPBranchTransition__Group__6__Impl rule__CPBranchTransition__Group__7 ;
+ // InternalRoom.g:19332:1: rule__CPBranchTransition__Group__6 : rule__CPBranchTransition__Group__6__Impl rule__CPBranchTransition__Group__7 ;
public final void rule__CPBranchTransition__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19316:1: ( rule__CPBranchTransition__Group__6__Impl rule__CPBranchTransition__Group__7 )
- // InternalRoom.g:19317:2: rule__CPBranchTransition__Group__6__Impl rule__CPBranchTransition__Group__7
+ // InternalRoom.g:19336:1: ( rule__CPBranchTransition__Group__6__Impl rule__CPBranchTransition__Group__7 )
+ // InternalRoom.g:19337:2: rule__CPBranchTransition__Group__6__Impl rule__CPBranchTransition__Group__7
{
pushFollow(FOLLOW_4);
rule__CPBranchTransition__Group__6__Impl();
@@ -53367,29 +53463,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__6__Impl"
- // InternalRoom.g:19324:1: rule__CPBranchTransition__Group__6__Impl : ( ( rule__CPBranchTransition__DocuAssignment_6 )? ) ;
+ // InternalRoom.g:19344:1: rule__CPBranchTransition__Group__6__Impl : ( ( rule__CPBranchTransition__DocuAssignment_6 )? ) ;
public final void rule__CPBranchTransition__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19328:1: ( ( ( rule__CPBranchTransition__DocuAssignment_6 )? ) )
- // InternalRoom.g:19329:1: ( ( rule__CPBranchTransition__DocuAssignment_6 )? )
+ // InternalRoom.g:19348:1: ( ( ( rule__CPBranchTransition__DocuAssignment_6 )? ) )
+ // InternalRoom.g:19349:1: ( ( rule__CPBranchTransition__DocuAssignment_6 )? )
{
- // InternalRoom.g:19329:1: ( ( rule__CPBranchTransition__DocuAssignment_6 )? )
- // InternalRoom.g:19330:1: ( rule__CPBranchTransition__DocuAssignment_6 )?
+ // InternalRoom.g:19349:1: ( ( rule__CPBranchTransition__DocuAssignment_6 )? )
+ // InternalRoom.g:19350:1: ( rule__CPBranchTransition__DocuAssignment_6 )?
{
before(grammarAccess.getCPBranchTransitionAccess().getDocuAssignment_6());
- // InternalRoom.g:19331:1: ( rule__CPBranchTransition__DocuAssignment_6 )?
- int alt196=2;
- int LA196_0 = input.LA(1);
+ // InternalRoom.g:19351:1: ( rule__CPBranchTransition__DocuAssignment_6 )?
+ int alt197=2;
+ int LA197_0 = input.LA(1);
- if ( (LA196_0==63) ) {
- alt196=1;
+ if ( (LA197_0==63) ) {
+ alt197=1;
}
- switch (alt196) {
+ switch (alt197) {
case 1 :
- // InternalRoom.g:19331:2: rule__CPBranchTransition__DocuAssignment_6
+ // InternalRoom.g:19351:2: rule__CPBranchTransition__DocuAssignment_6
{
pushFollow(FOLLOW_2);
rule__CPBranchTransition__DocuAssignment_6();
@@ -53425,16 +53521,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__7"
- // InternalRoom.g:19341:1: rule__CPBranchTransition__Group__7 : rule__CPBranchTransition__Group__7__Impl rule__CPBranchTransition__Group__8 ;
+ // InternalRoom.g:19361:1: rule__CPBranchTransition__Group__7 : rule__CPBranchTransition__Group__7__Impl rule__CPBranchTransition__Group__8 ;
public final void rule__CPBranchTransition__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19345:1: ( rule__CPBranchTransition__Group__7__Impl rule__CPBranchTransition__Group__8 )
- // InternalRoom.g:19346:2: rule__CPBranchTransition__Group__7__Impl rule__CPBranchTransition__Group__8
+ // InternalRoom.g:19365:1: ( rule__CPBranchTransition__Group__7__Impl rule__CPBranchTransition__Group__8 )
+ // InternalRoom.g:19366:2: rule__CPBranchTransition__Group__7__Impl rule__CPBranchTransition__Group__8
{
- pushFollow(FOLLOW_98);
+ pushFollow(FOLLOW_99);
rule__CPBranchTransition__Group__7__Impl();
state._fsp--;
@@ -53463,17 +53559,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__7__Impl"
- // InternalRoom.g:19353:1: rule__CPBranchTransition__Group__7__Impl : ( '{' ) ;
+ // InternalRoom.g:19373:1: rule__CPBranchTransition__Group__7__Impl : ( '{' ) ;
public final void rule__CPBranchTransition__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19357:1: ( ( '{' ) )
- // InternalRoom.g:19358:1: ( '{' )
+ // InternalRoom.g:19377:1: ( ( '{' ) )
+ // InternalRoom.g:19378:1: ( '{' )
{
- // InternalRoom.g:19358:1: ( '{' )
- // InternalRoom.g:19359:1: '{'
+ // InternalRoom.g:19378:1: ( '{' )
+ // InternalRoom.g:19379:1: '{'
{
before(grammarAccess.getCPBranchTransitionAccess().getLeftCurlyBracketKeyword_7());
match(input,45,FOLLOW_2);
@@ -53500,16 +53596,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__8"
- // InternalRoom.g:19372:1: rule__CPBranchTransition__Group__8 : rule__CPBranchTransition__Group__8__Impl rule__CPBranchTransition__Group__9 ;
+ // InternalRoom.g:19392:1: rule__CPBranchTransition__Group__8 : rule__CPBranchTransition__Group__8__Impl rule__CPBranchTransition__Group__9 ;
public final void rule__CPBranchTransition__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19376:1: ( rule__CPBranchTransition__Group__8__Impl rule__CPBranchTransition__Group__9 )
- // InternalRoom.g:19377:2: rule__CPBranchTransition__Group__8__Impl rule__CPBranchTransition__Group__9
+ // InternalRoom.g:19396:1: ( rule__CPBranchTransition__Group__8__Impl rule__CPBranchTransition__Group__9 )
+ // InternalRoom.g:19397:2: rule__CPBranchTransition__Group__8__Impl rule__CPBranchTransition__Group__9
{
- pushFollow(FOLLOW_98);
+ pushFollow(FOLLOW_99);
rule__CPBranchTransition__Group__8__Impl();
state._fsp--;
@@ -53538,33 +53634,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__8__Impl"
- // InternalRoom.g:19384:1: rule__CPBranchTransition__Group__8__Impl : ( ( rule__CPBranchTransition__AnnotationsAssignment_8 )* ) ;
+ // InternalRoom.g:19404:1: rule__CPBranchTransition__Group__8__Impl : ( ( rule__CPBranchTransition__AnnotationsAssignment_8 )* ) ;
public final void rule__CPBranchTransition__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19388:1: ( ( ( rule__CPBranchTransition__AnnotationsAssignment_8 )* ) )
- // InternalRoom.g:19389:1: ( ( rule__CPBranchTransition__AnnotationsAssignment_8 )* )
+ // InternalRoom.g:19408:1: ( ( ( rule__CPBranchTransition__AnnotationsAssignment_8 )* ) )
+ // InternalRoom.g:19409:1: ( ( rule__CPBranchTransition__AnnotationsAssignment_8 )* )
{
- // InternalRoom.g:19389:1: ( ( rule__CPBranchTransition__AnnotationsAssignment_8 )* )
- // InternalRoom.g:19390:1: ( rule__CPBranchTransition__AnnotationsAssignment_8 )*
+ // InternalRoom.g:19409:1: ( ( rule__CPBranchTransition__AnnotationsAssignment_8 )* )
+ // InternalRoom.g:19410:1: ( rule__CPBranchTransition__AnnotationsAssignment_8 )*
{
before(grammarAccess.getCPBranchTransitionAccess().getAnnotationsAssignment_8());
- // InternalRoom.g:19391:1: ( rule__CPBranchTransition__AnnotationsAssignment_8 )*
- loop197:
+ // InternalRoom.g:19411:1: ( rule__CPBranchTransition__AnnotationsAssignment_8 )*
+ loop198:
do {
- int alt197=2;
- int LA197_0 = input.LA(1);
+ int alt198=2;
+ int LA198_0 = input.LA(1);
- if ( (LA197_0==120) ) {
- alt197=1;
+ if ( (LA198_0==120) ) {
+ alt198=1;
}
- switch (alt197) {
+ switch (alt198) {
case 1 :
- // InternalRoom.g:19391:2: rule__CPBranchTransition__AnnotationsAssignment_8
+ // InternalRoom.g:19411:2: rule__CPBranchTransition__AnnotationsAssignment_8
{
pushFollow(FOLLOW_6);
rule__CPBranchTransition__AnnotationsAssignment_8();
@@ -53576,7 +53672,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop197;
+ break loop198;
}
} while (true);
@@ -53603,16 +53699,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__9"
- // InternalRoom.g:19401:1: rule__CPBranchTransition__Group__9 : rule__CPBranchTransition__Group__9__Impl rule__CPBranchTransition__Group__10 ;
+ // InternalRoom.g:19421:1: rule__CPBranchTransition__Group__9 : rule__CPBranchTransition__Group__9__Impl rule__CPBranchTransition__Group__10 ;
public final void rule__CPBranchTransition__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19405:1: ( rule__CPBranchTransition__Group__9__Impl rule__CPBranchTransition__Group__10 )
- // InternalRoom.g:19406:2: rule__CPBranchTransition__Group__9__Impl rule__CPBranchTransition__Group__10
+ // InternalRoom.g:19425:1: ( rule__CPBranchTransition__Group__9__Impl rule__CPBranchTransition__Group__10 )
+ // InternalRoom.g:19426:2: rule__CPBranchTransition__Group__9__Impl rule__CPBranchTransition__Group__10
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__CPBranchTransition__Group__9__Impl();
state._fsp--;
@@ -53641,17 +53737,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__9__Impl"
- // InternalRoom.g:19413:1: rule__CPBranchTransition__Group__9__Impl : ( 'cond' ) ;
+ // InternalRoom.g:19433:1: rule__CPBranchTransition__Group__9__Impl : ( 'cond' ) ;
public final void rule__CPBranchTransition__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19417:1: ( ( 'cond' ) )
- // InternalRoom.g:19418:1: ( 'cond' )
+ // InternalRoom.g:19437:1: ( ( 'cond' ) )
+ // InternalRoom.g:19438:1: ( 'cond' )
{
- // InternalRoom.g:19418:1: ( 'cond' )
- // InternalRoom.g:19419:1: 'cond'
+ // InternalRoom.g:19438:1: ( 'cond' )
+ // InternalRoom.g:19439:1: 'cond'
{
before(grammarAccess.getCPBranchTransitionAccess().getCondKeyword_9());
match(input,110,FOLLOW_2);
@@ -53678,16 +53774,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__10"
- // InternalRoom.g:19432:1: rule__CPBranchTransition__Group__10 : rule__CPBranchTransition__Group__10__Impl rule__CPBranchTransition__Group__11 ;
+ // InternalRoom.g:19452:1: rule__CPBranchTransition__Group__10 : rule__CPBranchTransition__Group__10__Impl rule__CPBranchTransition__Group__11 ;
public final void rule__CPBranchTransition__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19436:1: ( rule__CPBranchTransition__Group__10__Impl rule__CPBranchTransition__Group__11 )
- // InternalRoom.g:19437:2: rule__CPBranchTransition__Group__10__Impl rule__CPBranchTransition__Group__11
+ // InternalRoom.g:19456:1: ( rule__CPBranchTransition__Group__10__Impl rule__CPBranchTransition__Group__11 )
+ // InternalRoom.g:19457:2: rule__CPBranchTransition__Group__10__Impl rule__CPBranchTransition__Group__11
{
- pushFollow(FOLLOW_96);
+ pushFollow(FOLLOW_97);
rule__CPBranchTransition__Group__10__Impl();
state._fsp--;
@@ -53716,21 +53812,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__10__Impl"
- // InternalRoom.g:19444:1: rule__CPBranchTransition__Group__10__Impl : ( ( rule__CPBranchTransition__ConditionAssignment_10 ) ) ;
+ // InternalRoom.g:19464:1: rule__CPBranchTransition__Group__10__Impl : ( ( rule__CPBranchTransition__ConditionAssignment_10 ) ) ;
public final void rule__CPBranchTransition__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19448:1: ( ( ( rule__CPBranchTransition__ConditionAssignment_10 ) ) )
- // InternalRoom.g:19449:1: ( ( rule__CPBranchTransition__ConditionAssignment_10 ) )
+ // InternalRoom.g:19468:1: ( ( ( rule__CPBranchTransition__ConditionAssignment_10 ) ) )
+ // InternalRoom.g:19469:1: ( ( rule__CPBranchTransition__ConditionAssignment_10 ) )
{
- // InternalRoom.g:19449:1: ( ( rule__CPBranchTransition__ConditionAssignment_10 ) )
- // InternalRoom.g:19450:1: ( rule__CPBranchTransition__ConditionAssignment_10 )
+ // InternalRoom.g:19469:1: ( ( rule__CPBranchTransition__ConditionAssignment_10 ) )
+ // InternalRoom.g:19470:1: ( rule__CPBranchTransition__ConditionAssignment_10 )
{
before(grammarAccess.getCPBranchTransitionAccess().getConditionAssignment_10());
- // InternalRoom.g:19451:1: ( rule__CPBranchTransition__ConditionAssignment_10 )
- // InternalRoom.g:19451:2: rule__CPBranchTransition__ConditionAssignment_10
+ // InternalRoom.g:19471:1: ( rule__CPBranchTransition__ConditionAssignment_10 )
+ // InternalRoom.g:19471:2: rule__CPBranchTransition__ConditionAssignment_10
{
pushFollow(FOLLOW_2);
rule__CPBranchTransition__ConditionAssignment_10();
@@ -53763,16 +53859,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__11"
- // InternalRoom.g:19461:1: rule__CPBranchTransition__Group__11 : rule__CPBranchTransition__Group__11__Impl rule__CPBranchTransition__Group__12 ;
+ // InternalRoom.g:19481:1: rule__CPBranchTransition__Group__11 : rule__CPBranchTransition__Group__11__Impl rule__CPBranchTransition__Group__12 ;
public final void rule__CPBranchTransition__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19465:1: ( rule__CPBranchTransition__Group__11__Impl rule__CPBranchTransition__Group__12 )
- // InternalRoom.g:19466:2: rule__CPBranchTransition__Group__11__Impl rule__CPBranchTransition__Group__12
+ // InternalRoom.g:19485:1: ( rule__CPBranchTransition__Group__11__Impl rule__CPBranchTransition__Group__12 )
+ // InternalRoom.g:19486:2: rule__CPBranchTransition__Group__11__Impl rule__CPBranchTransition__Group__12
{
- pushFollow(FOLLOW_96);
+ pushFollow(FOLLOW_97);
rule__CPBranchTransition__Group__11__Impl();
state._fsp--;
@@ -53801,29 +53897,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__11__Impl"
- // InternalRoom.g:19473:1: rule__CPBranchTransition__Group__11__Impl : ( ( rule__CPBranchTransition__Group_11__0 )? ) ;
+ // InternalRoom.g:19493:1: rule__CPBranchTransition__Group__11__Impl : ( ( rule__CPBranchTransition__Group_11__0 )? ) ;
public final void rule__CPBranchTransition__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19477:1: ( ( ( rule__CPBranchTransition__Group_11__0 )? ) )
- // InternalRoom.g:19478:1: ( ( rule__CPBranchTransition__Group_11__0 )? )
+ // InternalRoom.g:19497:1: ( ( ( rule__CPBranchTransition__Group_11__0 )? ) )
+ // InternalRoom.g:19498:1: ( ( rule__CPBranchTransition__Group_11__0 )? )
{
- // InternalRoom.g:19478:1: ( ( rule__CPBranchTransition__Group_11__0 )? )
- // InternalRoom.g:19479:1: ( rule__CPBranchTransition__Group_11__0 )?
+ // InternalRoom.g:19498:1: ( ( rule__CPBranchTransition__Group_11__0 )? )
+ // InternalRoom.g:19499:1: ( rule__CPBranchTransition__Group_11__0 )?
{
before(grammarAccess.getCPBranchTransitionAccess().getGroup_11());
- // InternalRoom.g:19480:1: ( rule__CPBranchTransition__Group_11__0 )?
- int alt198=2;
- int LA198_0 = input.LA(1);
+ // InternalRoom.g:19500:1: ( rule__CPBranchTransition__Group_11__0 )?
+ int alt199=2;
+ int LA199_0 = input.LA(1);
- if ( (LA198_0==106) ) {
- alt198=1;
+ if ( (LA199_0==106) ) {
+ alt199=1;
}
- switch (alt198) {
+ switch (alt199) {
case 1 :
- // InternalRoom.g:19480:2: rule__CPBranchTransition__Group_11__0
+ // InternalRoom.g:19500:2: rule__CPBranchTransition__Group_11__0
{
pushFollow(FOLLOW_2);
rule__CPBranchTransition__Group_11__0();
@@ -53859,14 +53955,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__12"
- // InternalRoom.g:19490:1: rule__CPBranchTransition__Group__12 : rule__CPBranchTransition__Group__12__Impl ;
+ // InternalRoom.g:19510:1: rule__CPBranchTransition__Group__12 : rule__CPBranchTransition__Group__12__Impl ;
public final void rule__CPBranchTransition__Group__12() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19494:1: ( rule__CPBranchTransition__Group__12__Impl )
- // InternalRoom.g:19495:2: rule__CPBranchTransition__Group__12__Impl
+ // InternalRoom.g:19514:1: ( rule__CPBranchTransition__Group__12__Impl )
+ // InternalRoom.g:19515:2: rule__CPBranchTransition__Group__12__Impl
{
pushFollow(FOLLOW_2);
rule__CPBranchTransition__Group__12__Impl();
@@ -53892,17 +53988,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group__12__Impl"
- // InternalRoom.g:19501:1: rule__CPBranchTransition__Group__12__Impl : ( '}' ) ;
+ // InternalRoom.g:19521:1: rule__CPBranchTransition__Group__12__Impl : ( '}' ) ;
public final void rule__CPBranchTransition__Group__12__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19505:1: ( ( '}' ) )
- // InternalRoom.g:19506:1: ( '}' )
+ // InternalRoom.g:19525:1: ( ( '}' ) )
+ // InternalRoom.g:19526:1: ( '}' )
{
- // InternalRoom.g:19506:1: ( '}' )
- // InternalRoom.g:19507:1: '}'
+ // InternalRoom.g:19526:1: ( '}' )
+ // InternalRoom.g:19527:1: '}'
{
before(grammarAccess.getCPBranchTransitionAccess().getRightCurlyBracketKeyword_12());
match(input,46,FOLLOW_2);
@@ -53929,16 +54025,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group_11__0"
- // InternalRoom.g:19546:1: rule__CPBranchTransition__Group_11__0 : rule__CPBranchTransition__Group_11__0__Impl rule__CPBranchTransition__Group_11__1 ;
+ // InternalRoom.g:19566:1: rule__CPBranchTransition__Group_11__0 : rule__CPBranchTransition__Group_11__0__Impl rule__CPBranchTransition__Group_11__1 ;
public final void rule__CPBranchTransition__Group_11__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19550:1: ( rule__CPBranchTransition__Group_11__0__Impl rule__CPBranchTransition__Group_11__1 )
- // InternalRoom.g:19551:2: rule__CPBranchTransition__Group_11__0__Impl rule__CPBranchTransition__Group_11__1
+ // InternalRoom.g:19570:1: ( rule__CPBranchTransition__Group_11__0__Impl rule__CPBranchTransition__Group_11__1 )
+ // InternalRoom.g:19571:2: rule__CPBranchTransition__Group_11__0__Impl rule__CPBranchTransition__Group_11__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__CPBranchTransition__Group_11__0__Impl();
state._fsp--;
@@ -53967,17 +54063,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group_11__0__Impl"
- // InternalRoom.g:19558:1: rule__CPBranchTransition__Group_11__0__Impl : ( 'action' ) ;
+ // InternalRoom.g:19578:1: rule__CPBranchTransition__Group_11__0__Impl : ( 'action' ) ;
public final void rule__CPBranchTransition__Group_11__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19562:1: ( ( 'action' ) )
- // InternalRoom.g:19563:1: ( 'action' )
+ // InternalRoom.g:19582:1: ( ( 'action' ) )
+ // InternalRoom.g:19583:1: ( 'action' )
{
- // InternalRoom.g:19563:1: ( 'action' )
- // InternalRoom.g:19564:1: 'action'
+ // InternalRoom.g:19583:1: ( 'action' )
+ // InternalRoom.g:19584:1: 'action'
{
before(grammarAccess.getCPBranchTransitionAccess().getActionKeyword_11_0());
match(input,106,FOLLOW_2);
@@ -54004,14 +54100,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group_11__1"
- // InternalRoom.g:19577:1: rule__CPBranchTransition__Group_11__1 : rule__CPBranchTransition__Group_11__1__Impl ;
+ // InternalRoom.g:19597:1: rule__CPBranchTransition__Group_11__1 : rule__CPBranchTransition__Group_11__1__Impl ;
public final void rule__CPBranchTransition__Group_11__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19581:1: ( rule__CPBranchTransition__Group_11__1__Impl )
- // InternalRoom.g:19582:2: rule__CPBranchTransition__Group_11__1__Impl
+ // InternalRoom.g:19601:1: ( rule__CPBranchTransition__Group_11__1__Impl )
+ // InternalRoom.g:19602:2: rule__CPBranchTransition__Group_11__1__Impl
{
pushFollow(FOLLOW_2);
rule__CPBranchTransition__Group_11__1__Impl();
@@ -54037,21 +54133,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__Group_11__1__Impl"
- // InternalRoom.g:19588:1: rule__CPBranchTransition__Group_11__1__Impl : ( ( rule__CPBranchTransition__ActionAssignment_11_1 ) ) ;
+ // InternalRoom.g:19608:1: rule__CPBranchTransition__Group_11__1__Impl : ( ( rule__CPBranchTransition__ActionAssignment_11_1 ) ) ;
public final void rule__CPBranchTransition__Group_11__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19592:1: ( ( ( rule__CPBranchTransition__ActionAssignment_11_1 ) ) )
- // InternalRoom.g:19593:1: ( ( rule__CPBranchTransition__ActionAssignment_11_1 ) )
+ // InternalRoom.g:19612:1: ( ( ( rule__CPBranchTransition__ActionAssignment_11_1 ) ) )
+ // InternalRoom.g:19613:1: ( ( rule__CPBranchTransition__ActionAssignment_11_1 ) )
{
- // InternalRoom.g:19593:1: ( ( rule__CPBranchTransition__ActionAssignment_11_1 ) )
- // InternalRoom.g:19594:1: ( rule__CPBranchTransition__ActionAssignment_11_1 )
+ // InternalRoom.g:19613:1: ( ( rule__CPBranchTransition__ActionAssignment_11_1 ) )
+ // InternalRoom.g:19614:1: ( rule__CPBranchTransition__ActionAssignment_11_1 )
{
before(grammarAccess.getCPBranchTransitionAccess().getActionAssignment_11_1());
- // InternalRoom.g:19595:1: ( rule__CPBranchTransition__ActionAssignment_11_1 )
- // InternalRoom.g:19595:2: rule__CPBranchTransition__ActionAssignment_11_1
+ // InternalRoom.g:19615:1: ( rule__CPBranchTransition__ActionAssignment_11_1 )
+ // InternalRoom.g:19615:2: rule__CPBranchTransition__ActionAssignment_11_1
{
pushFollow(FOLLOW_2);
rule__CPBranchTransition__ActionAssignment_11_1();
@@ -54084,14 +54180,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__Group__0"
- // InternalRoom.g:19609:1: rule__RefinedTransition__Group__0 : rule__RefinedTransition__Group__0__Impl rule__RefinedTransition__Group__1 ;
+ // InternalRoom.g:19629:1: rule__RefinedTransition__Group__0 : rule__RefinedTransition__Group__0__Impl rule__RefinedTransition__Group__1 ;
public final void rule__RefinedTransition__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19613:1: ( rule__RefinedTransition__Group__0__Impl rule__RefinedTransition__Group__1 )
- // InternalRoom.g:19614:2: rule__RefinedTransition__Group__0__Impl rule__RefinedTransition__Group__1
+ // InternalRoom.g:19633:1: ( rule__RefinedTransition__Group__0__Impl rule__RefinedTransition__Group__1 )
+ // InternalRoom.g:19634:2: rule__RefinedTransition__Group__0__Impl rule__RefinedTransition__Group__1
{
pushFollow(FOLLOW_3);
rule__RefinedTransition__Group__0__Impl();
@@ -54122,17 +54218,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__Group__0__Impl"
- // InternalRoom.g:19621:1: rule__RefinedTransition__Group__0__Impl : ( 'RefinedTransition' ) ;
+ // InternalRoom.g:19641:1: rule__RefinedTransition__Group__0__Impl : ( 'RefinedTransition' ) ;
public final void rule__RefinedTransition__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19625:1: ( ( 'RefinedTransition' ) )
- // InternalRoom.g:19626:1: ( 'RefinedTransition' )
+ // InternalRoom.g:19645:1: ( ( 'RefinedTransition' ) )
+ // InternalRoom.g:19646:1: ( 'RefinedTransition' )
{
- // InternalRoom.g:19626:1: ( 'RefinedTransition' )
- // InternalRoom.g:19627:1: 'RefinedTransition'
+ // InternalRoom.g:19646:1: ( 'RefinedTransition' )
+ // InternalRoom.g:19647:1: 'RefinedTransition'
{
before(grammarAccess.getRefinedTransitionAccess().getRefinedTransitionKeyword_0());
match(input,111,FOLLOW_2);
@@ -54159,14 +54255,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__Group__1"
- // InternalRoom.g:19640:1: rule__RefinedTransition__Group__1 : rule__RefinedTransition__Group__1__Impl rule__RefinedTransition__Group__2 ;
+ // InternalRoom.g:19660:1: rule__RefinedTransition__Group__1 : rule__RefinedTransition__Group__1__Impl rule__RefinedTransition__Group__2 ;
public final void rule__RefinedTransition__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19644:1: ( rule__RefinedTransition__Group__1__Impl rule__RefinedTransition__Group__2 )
- // InternalRoom.g:19645:2: rule__RefinedTransition__Group__1__Impl rule__RefinedTransition__Group__2
+ // InternalRoom.g:19664:1: ( rule__RefinedTransition__Group__1__Impl rule__RefinedTransition__Group__2 )
+ // InternalRoom.g:19665:2: rule__RefinedTransition__Group__1__Impl rule__RefinedTransition__Group__2
{
pushFollow(FOLLOW_4);
rule__RefinedTransition__Group__1__Impl();
@@ -54197,21 +54293,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__Group__1__Impl"
- // InternalRoom.g:19652:1: rule__RefinedTransition__Group__1__Impl : ( ( rule__RefinedTransition__TargetAssignment_1 ) ) ;
+ // InternalRoom.g:19672:1: rule__RefinedTransition__Group__1__Impl : ( ( rule__RefinedTransition__TargetAssignment_1 ) ) ;
public final void rule__RefinedTransition__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19656:1: ( ( ( rule__RefinedTransition__TargetAssignment_1 ) ) )
- // InternalRoom.g:19657:1: ( ( rule__RefinedTransition__TargetAssignment_1 ) )
+ // InternalRoom.g:19676:1: ( ( ( rule__RefinedTransition__TargetAssignment_1 ) ) )
+ // InternalRoom.g:19677:1: ( ( rule__RefinedTransition__TargetAssignment_1 ) )
{
- // InternalRoom.g:19657:1: ( ( rule__RefinedTransition__TargetAssignment_1 ) )
- // InternalRoom.g:19658:1: ( rule__RefinedTransition__TargetAssignment_1 )
+ // InternalRoom.g:19677:1: ( ( rule__RefinedTransition__TargetAssignment_1 ) )
+ // InternalRoom.g:19678:1: ( rule__RefinedTransition__TargetAssignment_1 )
{
before(grammarAccess.getRefinedTransitionAccess().getTargetAssignment_1());
- // InternalRoom.g:19659:1: ( rule__RefinedTransition__TargetAssignment_1 )
- // InternalRoom.g:19659:2: rule__RefinedTransition__TargetAssignment_1
+ // InternalRoom.g:19679:1: ( rule__RefinedTransition__TargetAssignment_1 )
+ // InternalRoom.g:19679:2: rule__RefinedTransition__TargetAssignment_1
{
pushFollow(FOLLOW_2);
rule__RefinedTransition__TargetAssignment_1();
@@ -54244,14 +54340,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__Group__2"
- // InternalRoom.g:19669:1: rule__RefinedTransition__Group__2 : rule__RefinedTransition__Group__2__Impl rule__RefinedTransition__Group__3 ;
+ // InternalRoom.g:19689:1: rule__RefinedTransition__Group__2 : rule__RefinedTransition__Group__2__Impl rule__RefinedTransition__Group__3 ;
public final void rule__RefinedTransition__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19673:1: ( rule__RefinedTransition__Group__2__Impl rule__RefinedTransition__Group__3 )
- // InternalRoom.g:19674:2: rule__RefinedTransition__Group__2__Impl rule__RefinedTransition__Group__3
+ // InternalRoom.g:19693:1: ( rule__RefinedTransition__Group__2__Impl rule__RefinedTransition__Group__3 )
+ // InternalRoom.g:19694:2: rule__RefinedTransition__Group__2__Impl rule__RefinedTransition__Group__3
{
pushFollow(FOLLOW_4);
rule__RefinedTransition__Group__2__Impl();
@@ -54282,29 +54378,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__Group__2__Impl"
- // InternalRoom.g:19681:1: rule__RefinedTransition__Group__2__Impl : ( ( rule__RefinedTransition__DocuAssignment_2 )? ) ;
+ // InternalRoom.g:19701:1: rule__RefinedTransition__Group__2__Impl : ( ( rule__RefinedTransition__DocuAssignment_2 )? ) ;
public final void rule__RefinedTransition__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19685:1: ( ( ( rule__RefinedTransition__DocuAssignment_2 )? ) )
- // InternalRoom.g:19686:1: ( ( rule__RefinedTransition__DocuAssignment_2 )? )
+ // InternalRoom.g:19705:1: ( ( ( rule__RefinedTransition__DocuAssignment_2 )? ) )
+ // InternalRoom.g:19706:1: ( ( rule__RefinedTransition__DocuAssignment_2 )? )
{
- // InternalRoom.g:19686:1: ( ( rule__RefinedTransition__DocuAssignment_2 )? )
- // InternalRoom.g:19687:1: ( rule__RefinedTransition__DocuAssignment_2 )?
+ // InternalRoom.g:19706:1: ( ( rule__RefinedTransition__DocuAssignment_2 )? )
+ // InternalRoom.g:19707:1: ( rule__RefinedTransition__DocuAssignment_2 )?
{
before(grammarAccess.getRefinedTransitionAccess().getDocuAssignment_2());
- // InternalRoom.g:19688:1: ( rule__RefinedTransition__DocuAssignment_2 )?
- int alt199=2;
- int LA199_0 = input.LA(1);
+ // InternalRoom.g:19708:1: ( rule__RefinedTransition__DocuAssignment_2 )?
+ int alt200=2;
+ int LA200_0 = input.LA(1);
- if ( (LA199_0==63) ) {
- alt199=1;
+ if ( (LA200_0==63) ) {
+ alt200=1;
}
- switch (alt199) {
+ switch (alt200) {
case 1 :
- // InternalRoom.g:19688:2: rule__RefinedTransition__DocuAssignment_2
+ // InternalRoom.g:19708:2: rule__RefinedTransition__DocuAssignment_2
{
pushFollow(FOLLOW_2);
rule__RefinedTransition__DocuAssignment_2();
@@ -54340,16 +54436,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__Group__3"
- // InternalRoom.g:19698:1: rule__RefinedTransition__Group__3 : rule__RefinedTransition__Group__3__Impl rule__RefinedTransition__Group__4 ;
+ // InternalRoom.g:19718:1: rule__RefinedTransition__Group__3 : rule__RefinedTransition__Group__3__Impl rule__RefinedTransition__Group__4 ;
public final void rule__RefinedTransition__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19702:1: ( rule__RefinedTransition__Group__3__Impl rule__RefinedTransition__Group__4 )
- // InternalRoom.g:19703:2: rule__RefinedTransition__Group__3__Impl rule__RefinedTransition__Group__4
+ // InternalRoom.g:19722:1: ( rule__RefinedTransition__Group__3__Impl rule__RefinedTransition__Group__4 )
+ // InternalRoom.g:19723:2: rule__RefinedTransition__Group__3__Impl rule__RefinedTransition__Group__4
{
- pushFollow(FOLLOW_99);
+ pushFollow(FOLLOW_100);
rule__RefinedTransition__Group__3__Impl();
state._fsp--;
@@ -54378,17 +54474,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__Group__3__Impl"
- // InternalRoom.g:19710:1: rule__RefinedTransition__Group__3__Impl : ( '{' ) ;
+ // InternalRoom.g:19730:1: rule__RefinedTransition__Group__3__Impl : ( '{' ) ;
public final void rule__RefinedTransition__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19714:1: ( ( '{' ) )
- // InternalRoom.g:19715:1: ( '{' )
+ // InternalRoom.g:19734:1: ( ( '{' ) )
+ // InternalRoom.g:19735:1: ( '{' )
{
- // InternalRoom.g:19715:1: ( '{' )
- // InternalRoom.g:19716:1: '{'
+ // InternalRoom.g:19735:1: ( '{' )
+ // InternalRoom.g:19736:1: '{'
{
before(grammarAccess.getRefinedTransitionAccess().getLeftCurlyBracketKeyword_3());
match(input,45,FOLLOW_2);
@@ -54415,16 +54511,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__Group__4"
- // InternalRoom.g:19729:1: rule__RefinedTransition__Group__4 : rule__RefinedTransition__Group__4__Impl rule__RefinedTransition__Group__5 ;
+ // InternalRoom.g:19749:1: rule__RefinedTransition__Group__4 : rule__RefinedTransition__Group__4__Impl rule__RefinedTransition__Group__5 ;
public final void rule__RefinedTransition__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19733:1: ( rule__RefinedTransition__Group__4__Impl rule__RefinedTransition__Group__5 )
- // InternalRoom.g:19734:2: rule__RefinedTransition__Group__4__Impl rule__RefinedTransition__Group__5
+ // InternalRoom.g:19753:1: ( rule__RefinedTransition__Group__4__Impl rule__RefinedTransition__Group__5 )
+ // InternalRoom.g:19754:2: rule__RefinedTransition__Group__4__Impl rule__RefinedTransition__Group__5
{
- pushFollow(FOLLOW_99);
+ pushFollow(FOLLOW_100);
rule__RefinedTransition__Group__4__Impl();
state._fsp--;
@@ -54453,33 +54549,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__Group__4__Impl"
- // InternalRoom.g:19741:1: rule__RefinedTransition__Group__4__Impl : ( ( rule__RefinedTransition__AnnotationsAssignment_4 )* ) ;
+ // InternalRoom.g:19761:1: rule__RefinedTransition__Group__4__Impl : ( ( rule__RefinedTransition__AnnotationsAssignment_4 )* ) ;
public final void rule__RefinedTransition__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19745:1: ( ( ( rule__RefinedTransition__AnnotationsAssignment_4 )* ) )
- // InternalRoom.g:19746:1: ( ( rule__RefinedTransition__AnnotationsAssignment_4 )* )
+ // InternalRoom.g:19765:1: ( ( ( rule__RefinedTransition__AnnotationsAssignment_4 )* ) )
+ // InternalRoom.g:19766:1: ( ( rule__RefinedTransition__AnnotationsAssignment_4 )* )
{
- // InternalRoom.g:19746:1: ( ( rule__RefinedTransition__AnnotationsAssignment_4 )* )
- // InternalRoom.g:19747:1: ( rule__RefinedTransition__AnnotationsAssignment_4 )*
+ // InternalRoom.g:19766:1: ( ( rule__RefinedTransition__AnnotationsAssignment_4 )* )
+ // InternalRoom.g:19767:1: ( rule__RefinedTransition__AnnotationsAssignment_4 )*
{
before(grammarAccess.getRefinedTransitionAccess().getAnnotationsAssignment_4());
- // InternalRoom.g:19748:1: ( rule__RefinedTransition__AnnotationsAssignment_4 )*
- loop200:
+ // InternalRoom.g:19768:1: ( rule__RefinedTransition__AnnotationsAssignment_4 )*
+ loop201:
do {
- int alt200=2;
- int LA200_0 = input.LA(1);
+ int alt201=2;
+ int LA201_0 = input.LA(1);
- if ( (LA200_0==120) ) {
- alt200=1;
+ if ( (LA201_0==120) ) {
+ alt201=1;
}
- switch (alt200) {
+ switch (alt201) {
case 1 :
- // InternalRoom.g:19748:2: rule__RefinedTransition__AnnotationsAssignment_4
+ // InternalRoom.g:19768:2: rule__RefinedTransition__AnnotationsAssignment_4
{
pushFollow(FOLLOW_6);
rule__RefinedTransition__AnnotationsAssignment_4();
@@ -54491,7 +54587,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop200;
+ break loop201;
}
} while (true);
@@ -54518,16 +54614,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__Group__5"
- // InternalRoom.g:19758:1: rule__RefinedTransition__Group__5 : rule__RefinedTransition__Group__5__Impl rule__RefinedTransition__Group__6 ;
+ // InternalRoom.g:19778:1: rule__RefinedTransition__Group__5 : rule__RefinedTransition__Group__5__Impl rule__RefinedTransition__Group__6 ;
public final void rule__RefinedTransition__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19762:1: ( rule__RefinedTransition__Group__5__Impl rule__RefinedTransition__Group__6 )
- // InternalRoom.g:19763:2: rule__RefinedTransition__Group__5__Impl rule__RefinedTransition__Group__6
+ // InternalRoom.g:19782:1: ( rule__RefinedTransition__Group__5__Impl rule__RefinedTransition__Group__6 )
+ // InternalRoom.g:19783:2: rule__RefinedTransition__Group__5__Impl rule__RefinedTransition__Group__6
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__RefinedTransition__Group__5__Impl();
state._fsp--;
@@ -54556,17 +54652,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__Group__5__Impl"
- // InternalRoom.g:19770:1: rule__RefinedTransition__Group__5__Impl : ( 'action' ) ;
+ // InternalRoom.g:19790:1: rule__RefinedTransition__Group__5__Impl : ( 'action' ) ;
public final void rule__RefinedTransition__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19774:1: ( ( 'action' ) )
- // InternalRoom.g:19775:1: ( 'action' )
+ // InternalRoom.g:19794:1: ( ( 'action' ) )
+ // InternalRoom.g:19795:1: ( 'action' )
{
- // InternalRoom.g:19775:1: ( 'action' )
- // InternalRoom.g:19776:1: 'action'
+ // InternalRoom.g:19795:1: ( 'action' )
+ // InternalRoom.g:19796:1: 'action'
{
before(grammarAccess.getRefinedTransitionAccess().getActionKeyword_5());
match(input,106,FOLLOW_2);
@@ -54593,16 +54689,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__Group__6"
- // InternalRoom.g:19789:1: rule__RefinedTransition__Group__6 : rule__RefinedTransition__Group__6__Impl rule__RefinedTransition__Group__7 ;
+ // InternalRoom.g:19809:1: rule__RefinedTransition__Group__6 : rule__RefinedTransition__Group__6__Impl rule__RefinedTransition__Group__7 ;
public final void rule__RefinedTransition__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19793:1: ( rule__RefinedTransition__Group__6__Impl rule__RefinedTransition__Group__7 )
- // InternalRoom.g:19794:2: rule__RefinedTransition__Group__6__Impl rule__RefinedTransition__Group__7
+ // InternalRoom.g:19813:1: ( rule__RefinedTransition__Group__6__Impl rule__RefinedTransition__Group__7 )
+ // InternalRoom.g:19814:2: rule__RefinedTransition__Group__6__Impl rule__RefinedTransition__Group__7
{
- pushFollow(FOLLOW_100);
+ pushFollow(FOLLOW_101);
rule__RefinedTransition__Group__6__Impl();
state._fsp--;
@@ -54631,21 +54727,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__Group__6__Impl"
- // InternalRoom.g:19801:1: rule__RefinedTransition__Group__6__Impl : ( ( rule__RefinedTransition__ActionAssignment_6 ) ) ;
+ // InternalRoom.g:19821:1: rule__RefinedTransition__Group__6__Impl : ( ( rule__RefinedTransition__ActionAssignment_6 ) ) ;
public final void rule__RefinedTransition__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19805:1: ( ( ( rule__RefinedTransition__ActionAssignment_6 ) ) )
- // InternalRoom.g:19806:1: ( ( rule__RefinedTransition__ActionAssignment_6 ) )
+ // InternalRoom.g:19825:1: ( ( ( rule__RefinedTransition__ActionAssignment_6 ) ) )
+ // InternalRoom.g:19826:1: ( ( rule__RefinedTransition__ActionAssignment_6 ) )
{
- // InternalRoom.g:19806:1: ( ( rule__RefinedTransition__ActionAssignment_6 ) )
- // InternalRoom.g:19807:1: ( rule__RefinedTransition__ActionAssignment_6 )
+ // InternalRoom.g:19826:1: ( ( rule__RefinedTransition__ActionAssignment_6 ) )
+ // InternalRoom.g:19827:1: ( rule__RefinedTransition__ActionAssignment_6 )
{
before(grammarAccess.getRefinedTransitionAccess().getActionAssignment_6());
- // InternalRoom.g:19808:1: ( rule__RefinedTransition__ActionAssignment_6 )
- // InternalRoom.g:19808:2: rule__RefinedTransition__ActionAssignment_6
+ // InternalRoom.g:19828:1: ( rule__RefinedTransition__ActionAssignment_6 )
+ // InternalRoom.g:19828:2: rule__RefinedTransition__ActionAssignment_6
{
pushFollow(FOLLOW_2);
rule__RefinedTransition__ActionAssignment_6();
@@ -54678,14 +54774,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__Group__7"
- // InternalRoom.g:19818:1: rule__RefinedTransition__Group__7 : rule__RefinedTransition__Group__7__Impl ;
+ // InternalRoom.g:19838:1: rule__RefinedTransition__Group__7 : rule__RefinedTransition__Group__7__Impl ;
public final void rule__RefinedTransition__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19822:1: ( rule__RefinedTransition__Group__7__Impl )
- // InternalRoom.g:19823:2: rule__RefinedTransition__Group__7__Impl
+ // InternalRoom.g:19842:1: ( rule__RefinedTransition__Group__7__Impl )
+ // InternalRoom.g:19843:2: rule__RefinedTransition__Group__7__Impl
{
pushFollow(FOLLOW_2);
rule__RefinedTransition__Group__7__Impl();
@@ -54711,17 +54807,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__Group__7__Impl"
- // InternalRoom.g:19829:1: rule__RefinedTransition__Group__7__Impl : ( '}' ) ;
+ // InternalRoom.g:19849:1: rule__RefinedTransition__Group__7__Impl : ( '}' ) ;
public final void rule__RefinedTransition__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19833:1: ( ( '}' ) )
- // InternalRoom.g:19834:1: ( '}' )
+ // InternalRoom.g:19853:1: ( ( '}' ) )
+ // InternalRoom.g:19854:1: ( '}' )
{
- // InternalRoom.g:19834:1: ( '}' )
- // InternalRoom.g:19835:1: '}'
+ // InternalRoom.g:19854:1: ( '}' )
+ // InternalRoom.g:19855:1: '}'
{
before(grammarAccess.getRefinedTransitionAccess().getRightCurlyBracketKeyword_7());
match(input,46,FOLLOW_2);
@@ -54748,14 +54844,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TrPointTerminal__Group__0"
- // InternalRoom.g:19864:1: rule__TrPointTerminal__Group__0 : rule__TrPointTerminal__Group__0__Impl rule__TrPointTerminal__Group__1 ;
+ // InternalRoom.g:19884:1: rule__TrPointTerminal__Group__0 : rule__TrPointTerminal__Group__0__Impl rule__TrPointTerminal__Group__1 ;
public final void rule__TrPointTerminal__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19868:1: ( rule__TrPointTerminal__Group__0__Impl rule__TrPointTerminal__Group__1 )
- // InternalRoom.g:19869:2: rule__TrPointTerminal__Group__0__Impl rule__TrPointTerminal__Group__1
+ // InternalRoom.g:19888:1: ( rule__TrPointTerminal__Group__0__Impl rule__TrPointTerminal__Group__1 )
+ // InternalRoom.g:19889:2: rule__TrPointTerminal__Group__0__Impl rule__TrPointTerminal__Group__1
{
pushFollow(FOLLOW_3);
rule__TrPointTerminal__Group__0__Impl();
@@ -54786,17 +54882,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TrPointTerminal__Group__0__Impl"
- // InternalRoom.g:19876:1: rule__TrPointTerminal__Group__0__Impl : ( 'my' ) ;
+ // InternalRoom.g:19896:1: rule__TrPointTerminal__Group__0__Impl : ( 'my' ) ;
public final void rule__TrPointTerminal__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19880:1: ( ( 'my' ) )
- // InternalRoom.g:19881:1: ( 'my' )
+ // InternalRoom.g:19900:1: ( ( 'my' ) )
+ // InternalRoom.g:19901:1: ( 'my' )
{
- // InternalRoom.g:19881:1: ( 'my' )
- // InternalRoom.g:19882:1: 'my'
+ // InternalRoom.g:19901:1: ( 'my' )
+ // InternalRoom.g:19902:1: 'my'
{
before(grammarAccess.getTrPointTerminalAccess().getMyKeyword_0());
match(input,112,FOLLOW_2);
@@ -54823,14 +54919,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TrPointTerminal__Group__1"
- // InternalRoom.g:19895:1: rule__TrPointTerminal__Group__1 : rule__TrPointTerminal__Group__1__Impl ;
+ // InternalRoom.g:19915:1: rule__TrPointTerminal__Group__1 : rule__TrPointTerminal__Group__1__Impl ;
public final void rule__TrPointTerminal__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19899:1: ( rule__TrPointTerminal__Group__1__Impl )
- // InternalRoom.g:19900:2: rule__TrPointTerminal__Group__1__Impl
+ // InternalRoom.g:19919:1: ( rule__TrPointTerminal__Group__1__Impl )
+ // InternalRoom.g:19920:2: rule__TrPointTerminal__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__TrPointTerminal__Group__1__Impl();
@@ -54856,21 +54952,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TrPointTerminal__Group__1__Impl"
- // InternalRoom.g:19906:1: rule__TrPointTerminal__Group__1__Impl : ( ( rule__TrPointTerminal__TrPointAssignment_1 ) ) ;
+ // InternalRoom.g:19926:1: rule__TrPointTerminal__Group__1__Impl : ( ( rule__TrPointTerminal__TrPointAssignment_1 ) ) ;
public final void rule__TrPointTerminal__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19910:1: ( ( ( rule__TrPointTerminal__TrPointAssignment_1 ) ) )
- // InternalRoom.g:19911:1: ( ( rule__TrPointTerminal__TrPointAssignment_1 ) )
+ // InternalRoom.g:19930:1: ( ( ( rule__TrPointTerminal__TrPointAssignment_1 ) ) )
+ // InternalRoom.g:19931:1: ( ( rule__TrPointTerminal__TrPointAssignment_1 ) )
{
- // InternalRoom.g:19911:1: ( ( rule__TrPointTerminal__TrPointAssignment_1 ) )
- // InternalRoom.g:19912:1: ( rule__TrPointTerminal__TrPointAssignment_1 )
+ // InternalRoom.g:19931:1: ( ( rule__TrPointTerminal__TrPointAssignment_1 ) )
+ // InternalRoom.g:19932:1: ( rule__TrPointTerminal__TrPointAssignment_1 )
{
before(grammarAccess.getTrPointTerminalAccess().getTrPointAssignment_1());
- // InternalRoom.g:19913:1: ( rule__TrPointTerminal__TrPointAssignment_1 )
- // InternalRoom.g:19913:2: rule__TrPointTerminal__TrPointAssignment_1
+ // InternalRoom.g:19933:1: ( rule__TrPointTerminal__TrPointAssignment_1 )
+ // InternalRoom.g:19933:2: rule__TrPointTerminal__TrPointAssignment_1
{
pushFollow(FOLLOW_2);
rule__TrPointTerminal__TrPointAssignment_1();
@@ -54903,16 +54999,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubStateTrPointTerminal__Group__0"
- // InternalRoom.g:19927:1: rule__SubStateTrPointTerminal__Group__0 : rule__SubStateTrPointTerminal__Group__0__Impl rule__SubStateTrPointTerminal__Group__1 ;
+ // InternalRoom.g:19947:1: rule__SubStateTrPointTerminal__Group__0 : rule__SubStateTrPointTerminal__Group__0__Impl rule__SubStateTrPointTerminal__Group__1 ;
public final void rule__SubStateTrPointTerminal__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19931:1: ( rule__SubStateTrPointTerminal__Group__0__Impl rule__SubStateTrPointTerminal__Group__1 )
- // InternalRoom.g:19932:2: rule__SubStateTrPointTerminal__Group__0__Impl rule__SubStateTrPointTerminal__Group__1
+ // InternalRoom.g:19951:1: ( rule__SubStateTrPointTerminal__Group__0__Impl rule__SubStateTrPointTerminal__Group__1 )
+ // InternalRoom.g:19952:2: rule__SubStateTrPointTerminal__Group__0__Impl rule__SubStateTrPointTerminal__Group__1
{
- pushFollow(FOLLOW_64);
+ pushFollow(FOLLOW_65);
rule__SubStateTrPointTerminal__Group__0__Impl();
state._fsp--;
@@ -54941,21 +55037,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubStateTrPointTerminal__Group__0__Impl"
- // InternalRoom.g:19939:1: rule__SubStateTrPointTerminal__Group__0__Impl : ( ( rule__SubStateTrPointTerminal__TrPointAssignment_0 ) ) ;
+ // InternalRoom.g:19959:1: rule__SubStateTrPointTerminal__Group__0__Impl : ( ( rule__SubStateTrPointTerminal__TrPointAssignment_0 ) ) ;
public final void rule__SubStateTrPointTerminal__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19943:1: ( ( ( rule__SubStateTrPointTerminal__TrPointAssignment_0 ) ) )
- // InternalRoom.g:19944:1: ( ( rule__SubStateTrPointTerminal__TrPointAssignment_0 ) )
+ // InternalRoom.g:19963:1: ( ( ( rule__SubStateTrPointTerminal__TrPointAssignment_0 ) ) )
+ // InternalRoom.g:19964:1: ( ( rule__SubStateTrPointTerminal__TrPointAssignment_0 ) )
{
- // InternalRoom.g:19944:1: ( ( rule__SubStateTrPointTerminal__TrPointAssignment_0 ) )
- // InternalRoom.g:19945:1: ( rule__SubStateTrPointTerminal__TrPointAssignment_0 )
+ // InternalRoom.g:19964:1: ( ( rule__SubStateTrPointTerminal__TrPointAssignment_0 ) )
+ // InternalRoom.g:19965:1: ( rule__SubStateTrPointTerminal__TrPointAssignment_0 )
{
before(grammarAccess.getSubStateTrPointTerminalAccess().getTrPointAssignment_0());
- // InternalRoom.g:19946:1: ( rule__SubStateTrPointTerminal__TrPointAssignment_0 )
- // InternalRoom.g:19946:2: rule__SubStateTrPointTerminal__TrPointAssignment_0
+ // InternalRoom.g:19966:1: ( rule__SubStateTrPointTerminal__TrPointAssignment_0 )
+ // InternalRoom.g:19966:2: rule__SubStateTrPointTerminal__TrPointAssignment_0
{
pushFollow(FOLLOW_2);
rule__SubStateTrPointTerminal__TrPointAssignment_0();
@@ -54988,14 +55084,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubStateTrPointTerminal__Group__1"
- // InternalRoom.g:19956:1: rule__SubStateTrPointTerminal__Group__1 : rule__SubStateTrPointTerminal__Group__1__Impl rule__SubStateTrPointTerminal__Group__2 ;
+ // InternalRoom.g:19976:1: rule__SubStateTrPointTerminal__Group__1 : rule__SubStateTrPointTerminal__Group__1__Impl rule__SubStateTrPointTerminal__Group__2 ;
public final void rule__SubStateTrPointTerminal__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19960:1: ( rule__SubStateTrPointTerminal__Group__1__Impl rule__SubStateTrPointTerminal__Group__2 )
- // InternalRoom.g:19961:2: rule__SubStateTrPointTerminal__Group__1__Impl rule__SubStateTrPointTerminal__Group__2
+ // InternalRoom.g:19980:1: ( rule__SubStateTrPointTerminal__Group__1__Impl rule__SubStateTrPointTerminal__Group__2 )
+ // InternalRoom.g:19981:2: rule__SubStateTrPointTerminal__Group__1__Impl rule__SubStateTrPointTerminal__Group__2
{
pushFollow(FOLLOW_3);
rule__SubStateTrPointTerminal__Group__1__Impl();
@@ -55026,17 +55122,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubStateTrPointTerminal__Group__1__Impl"
- // InternalRoom.g:19968:1: rule__SubStateTrPointTerminal__Group__1__Impl : ( 'of' ) ;
+ // InternalRoom.g:19988:1: rule__SubStateTrPointTerminal__Group__1__Impl : ( 'of' ) ;
public final void rule__SubStateTrPointTerminal__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19972:1: ( ( 'of' ) )
- // InternalRoom.g:19973:1: ( 'of' )
+ // InternalRoom.g:19992:1: ( ( 'of' ) )
+ // InternalRoom.g:19993:1: ( 'of' )
{
- // InternalRoom.g:19973:1: ( 'of' )
- // InternalRoom.g:19974:1: 'of'
+ // InternalRoom.g:19993:1: ( 'of' )
+ // InternalRoom.g:19994:1: 'of'
{
before(grammarAccess.getSubStateTrPointTerminalAccess().getOfKeyword_1());
match(input,54,FOLLOW_2);
@@ -55063,14 +55159,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubStateTrPointTerminal__Group__2"
- // InternalRoom.g:19987:1: rule__SubStateTrPointTerminal__Group__2 : rule__SubStateTrPointTerminal__Group__2__Impl ;
+ // InternalRoom.g:20007:1: rule__SubStateTrPointTerminal__Group__2 : rule__SubStateTrPointTerminal__Group__2__Impl ;
public final void rule__SubStateTrPointTerminal__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:19991:1: ( rule__SubStateTrPointTerminal__Group__2__Impl )
- // InternalRoom.g:19992:2: rule__SubStateTrPointTerminal__Group__2__Impl
+ // InternalRoom.g:20011:1: ( rule__SubStateTrPointTerminal__Group__2__Impl )
+ // InternalRoom.g:20012:2: rule__SubStateTrPointTerminal__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__SubStateTrPointTerminal__Group__2__Impl();
@@ -55096,21 +55192,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubStateTrPointTerminal__Group__2__Impl"
- // InternalRoom.g:19998:1: rule__SubStateTrPointTerminal__Group__2__Impl : ( ( rule__SubStateTrPointTerminal__StateAssignment_2 ) ) ;
+ // InternalRoom.g:20018:1: rule__SubStateTrPointTerminal__Group__2__Impl : ( ( rule__SubStateTrPointTerminal__StateAssignment_2 ) ) ;
public final void rule__SubStateTrPointTerminal__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20002:1: ( ( ( rule__SubStateTrPointTerminal__StateAssignment_2 ) ) )
- // InternalRoom.g:20003:1: ( ( rule__SubStateTrPointTerminal__StateAssignment_2 ) )
+ // InternalRoom.g:20022:1: ( ( ( rule__SubStateTrPointTerminal__StateAssignment_2 ) ) )
+ // InternalRoom.g:20023:1: ( ( rule__SubStateTrPointTerminal__StateAssignment_2 ) )
{
- // InternalRoom.g:20003:1: ( ( rule__SubStateTrPointTerminal__StateAssignment_2 ) )
- // InternalRoom.g:20004:1: ( rule__SubStateTrPointTerminal__StateAssignment_2 )
+ // InternalRoom.g:20023:1: ( ( rule__SubStateTrPointTerminal__StateAssignment_2 ) )
+ // InternalRoom.g:20024:1: ( rule__SubStateTrPointTerminal__StateAssignment_2 )
{
before(grammarAccess.getSubStateTrPointTerminalAccess().getStateAssignment_2());
- // InternalRoom.g:20005:1: ( rule__SubStateTrPointTerminal__StateAssignment_2 )
- // InternalRoom.g:20005:2: rule__SubStateTrPointTerminal__StateAssignment_2
+ // InternalRoom.g:20025:1: ( rule__SubStateTrPointTerminal__StateAssignment_2 )
+ // InternalRoom.g:20025:2: rule__SubStateTrPointTerminal__StateAssignment_2
{
pushFollow(FOLLOW_2);
rule__SubStateTrPointTerminal__StateAssignment_2();
@@ -55143,14 +55239,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ChoicepointTerminal__Group__0"
- // InternalRoom.g:20021:1: rule__ChoicepointTerminal__Group__0 : rule__ChoicepointTerminal__Group__0__Impl rule__ChoicepointTerminal__Group__1 ;
+ // InternalRoom.g:20041:1: rule__ChoicepointTerminal__Group__0 : rule__ChoicepointTerminal__Group__0__Impl rule__ChoicepointTerminal__Group__1 ;
public final void rule__ChoicepointTerminal__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20025:1: ( rule__ChoicepointTerminal__Group__0__Impl rule__ChoicepointTerminal__Group__1 )
- // InternalRoom.g:20026:2: rule__ChoicepointTerminal__Group__0__Impl rule__ChoicepointTerminal__Group__1
+ // InternalRoom.g:20045:1: ( rule__ChoicepointTerminal__Group__0__Impl rule__ChoicepointTerminal__Group__1 )
+ // InternalRoom.g:20046:2: rule__ChoicepointTerminal__Group__0__Impl rule__ChoicepointTerminal__Group__1
{
pushFollow(FOLLOW_3);
rule__ChoicepointTerminal__Group__0__Impl();
@@ -55181,17 +55277,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ChoicepointTerminal__Group__0__Impl"
- // InternalRoom.g:20033:1: rule__ChoicepointTerminal__Group__0__Impl : ( 'cp' ) ;
+ // InternalRoom.g:20053:1: rule__ChoicepointTerminal__Group__0__Impl : ( 'cp' ) ;
public final void rule__ChoicepointTerminal__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20037:1: ( ( 'cp' ) )
- // InternalRoom.g:20038:1: ( 'cp' )
+ // InternalRoom.g:20057:1: ( ( 'cp' ) )
+ // InternalRoom.g:20058:1: ( 'cp' )
{
- // InternalRoom.g:20038:1: ( 'cp' )
- // InternalRoom.g:20039:1: 'cp'
+ // InternalRoom.g:20058:1: ( 'cp' )
+ // InternalRoom.g:20059:1: 'cp'
{
before(grammarAccess.getChoicepointTerminalAccess().getCpKeyword_0());
match(input,113,FOLLOW_2);
@@ -55218,14 +55314,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ChoicepointTerminal__Group__1"
- // InternalRoom.g:20052:1: rule__ChoicepointTerminal__Group__1 : rule__ChoicepointTerminal__Group__1__Impl ;
+ // InternalRoom.g:20072:1: rule__ChoicepointTerminal__Group__1 : rule__ChoicepointTerminal__Group__1__Impl ;
public final void rule__ChoicepointTerminal__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20056:1: ( rule__ChoicepointTerminal__Group__1__Impl )
- // InternalRoom.g:20057:2: rule__ChoicepointTerminal__Group__1__Impl
+ // InternalRoom.g:20076:1: ( rule__ChoicepointTerminal__Group__1__Impl )
+ // InternalRoom.g:20077:2: rule__ChoicepointTerminal__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__ChoicepointTerminal__Group__1__Impl();
@@ -55251,21 +55347,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ChoicepointTerminal__Group__1__Impl"
- // InternalRoom.g:20063:1: rule__ChoicepointTerminal__Group__1__Impl : ( ( rule__ChoicepointTerminal__CpAssignment_1 ) ) ;
+ // InternalRoom.g:20083:1: rule__ChoicepointTerminal__Group__1__Impl : ( ( rule__ChoicepointTerminal__CpAssignment_1 ) ) ;
public final void rule__ChoicepointTerminal__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20067:1: ( ( ( rule__ChoicepointTerminal__CpAssignment_1 ) ) )
- // InternalRoom.g:20068:1: ( ( rule__ChoicepointTerminal__CpAssignment_1 ) )
+ // InternalRoom.g:20087:1: ( ( ( rule__ChoicepointTerminal__CpAssignment_1 ) ) )
+ // InternalRoom.g:20088:1: ( ( rule__ChoicepointTerminal__CpAssignment_1 ) )
{
- // InternalRoom.g:20068:1: ( ( rule__ChoicepointTerminal__CpAssignment_1 ) )
- // InternalRoom.g:20069:1: ( rule__ChoicepointTerminal__CpAssignment_1 )
+ // InternalRoom.g:20088:1: ( ( rule__ChoicepointTerminal__CpAssignment_1 ) )
+ // InternalRoom.g:20089:1: ( rule__ChoicepointTerminal__CpAssignment_1 )
{
before(grammarAccess.getChoicepointTerminalAccess().getCpAssignment_1());
- // InternalRoom.g:20070:1: ( rule__ChoicepointTerminal__CpAssignment_1 )
- // InternalRoom.g:20070:2: rule__ChoicepointTerminal__CpAssignment_1
+ // InternalRoom.g:20090:1: ( rule__ChoicepointTerminal__CpAssignment_1 )
+ // InternalRoom.g:20090:2: rule__ChoicepointTerminal__CpAssignment_1
{
pushFollow(FOLLOW_2);
rule__ChoicepointTerminal__CpAssignment_1();
@@ -55298,14 +55394,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Trigger__Group__0"
- // InternalRoom.g:20084:1: rule__Trigger__Group__0 : rule__Trigger__Group__0__Impl rule__Trigger__Group__1 ;
+ // InternalRoom.g:20104:1: rule__Trigger__Group__0 : rule__Trigger__Group__0__Impl rule__Trigger__Group__1 ;
public final void rule__Trigger__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20088:1: ( rule__Trigger__Group__0__Impl rule__Trigger__Group__1 )
- // InternalRoom.g:20089:2: rule__Trigger__Group__0__Impl rule__Trigger__Group__1
+ // InternalRoom.g:20108:1: ( rule__Trigger__Group__0__Impl rule__Trigger__Group__1 )
+ // InternalRoom.g:20109:2: rule__Trigger__Group__0__Impl rule__Trigger__Group__1
{
pushFollow(FOLLOW_3);
rule__Trigger__Group__0__Impl();
@@ -55336,17 +55432,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Trigger__Group__0__Impl"
- // InternalRoom.g:20096:1: rule__Trigger__Group__0__Impl : ( '<' ) ;
+ // InternalRoom.g:20116:1: rule__Trigger__Group__0__Impl : ( '<' ) ;
public final void rule__Trigger__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20100:1: ( ( '<' ) )
- // InternalRoom.g:20101:1: ( '<' )
+ // InternalRoom.g:20120:1: ( ( '<' ) )
+ // InternalRoom.g:20121:1: ( '<' )
{
- // InternalRoom.g:20101:1: ( '<' )
- // InternalRoom.g:20102:1: '<'
+ // InternalRoom.g:20121:1: ( '<' )
+ // InternalRoom.g:20122:1: '<'
{
before(grammarAccess.getTriggerAccess().getLessThanSignKeyword_0());
match(input,114,FOLLOW_2);
@@ -55373,16 +55469,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Trigger__Group__1"
- // InternalRoom.g:20115:1: rule__Trigger__Group__1 : rule__Trigger__Group__1__Impl rule__Trigger__Group__2 ;
+ // InternalRoom.g:20135:1: rule__Trigger__Group__1 : rule__Trigger__Group__1__Impl rule__Trigger__Group__2 ;
public final void rule__Trigger__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20119:1: ( rule__Trigger__Group__1__Impl rule__Trigger__Group__2 )
- // InternalRoom.g:20120:2: rule__Trigger__Group__1__Impl rule__Trigger__Group__2
+ // InternalRoom.g:20139:1: ( rule__Trigger__Group__1__Impl rule__Trigger__Group__2 )
+ // InternalRoom.g:20140:2: rule__Trigger__Group__1__Impl rule__Trigger__Group__2
{
- pushFollow(FOLLOW_101);
+ pushFollow(FOLLOW_102);
rule__Trigger__Group__1__Impl();
state._fsp--;
@@ -55411,21 +55507,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Trigger__Group__1__Impl"
- // InternalRoom.g:20127:1: rule__Trigger__Group__1__Impl : ( ( rule__Trigger__MsgFromIfPairsAssignment_1 ) ) ;
+ // InternalRoom.g:20147:1: rule__Trigger__Group__1__Impl : ( ( rule__Trigger__MsgFromIfPairsAssignment_1 ) ) ;
public final void rule__Trigger__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20131:1: ( ( ( rule__Trigger__MsgFromIfPairsAssignment_1 ) ) )
- // InternalRoom.g:20132:1: ( ( rule__Trigger__MsgFromIfPairsAssignment_1 ) )
+ // InternalRoom.g:20151:1: ( ( ( rule__Trigger__MsgFromIfPairsAssignment_1 ) ) )
+ // InternalRoom.g:20152:1: ( ( rule__Trigger__MsgFromIfPairsAssignment_1 ) )
{
- // InternalRoom.g:20132:1: ( ( rule__Trigger__MsgFromIfPairsAssignment_1 ) )
- // InternalRoom.g:20133:1: ( rule__Trigger__MsgFromIfPairsAssignment_1 )
+ // InternalRoom.g:20152:1: ( ( rule__Trigger__MsgFromIfPairsAssignment_1 ) )
+ // InternalRoom.g:20153:1: ( rule__Trigger__MsgFromIfPairsAssignment_1 )
{
before(grammarAccess.getTriggerAccess().getMsgFromIfPairsAssignment_1());
- // InternalRoom.g:20134:1: ( rule__Trigger__MsgFromIfPairsAssignment_1 )
- // InternalRoom.g:20134:2: rule__Trigger__MsgFromIfPairsAssignment_1
+ // InternalRoom.g:20154:1: ( rule__Trigger__MsgFromIfPairsAssignment_1 )
+ // InternalRoom.g:20154:2: rule__Trigger__MsgFromIfPairsAssignment_1
{
pushFollow(FOLLOW_2);
rule__Trigger__MsgFromIfPairsAssignment_1();
@@ -55458,16 +55554,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Trigger__Group__2"
- // InternalRoom.g:20144:1: rule__Trigger__Group__2 : rule__Trigger__Group__2__Impl rule__Trigger__Group__3 ;
+ // InternalRoom.g:20164:1: rule__Trigger__Group__2 : rule__Trigger__Group__2__Impl rule__Trigger__Group__3 ;
public final void rule__Trigger__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20148:1: ( rule__Trigger__Group__2__Impl rule__Trigger__Group__3 )
- // InternalRoom.g:20149:2: rule__Trigger__Group__2__Impl rule__Trigger__Group__3
+ // InternalRoom.g:20168:1: ( rule__Trigger__Group__2__Impl rule__Trigger__Group__3 )
+ // InternalRoom.g:20169:2: rule__Trigger__Group__2__Impl rule__Trigger__Group__3
{
- pushFollow(FOLLOW_101);
+ pushFollow(FOLLOW_102);
rule__Trigger__Group__2__Impl();
state._fsp--;
@@ -55496,35 +55592,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Trigger__Group__2__Impl"
- // InternalRoom.g:20156:1: rule__Trigger__Group__2__Impl : ( ( rule__Trigger__Group_2__0 )* ) ;
+ // InternalRoom.g:20176:1: rule__Trigger__Group__2__Impl : ( ( rule__Trigger__Group_2__0 )* ) ;
public final void rule__Trigger__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20160:1: ( ( ( rule__Trigger__Group_2__0 )* ) )
- // InternalRoom.g:20161:1: ( ( rule__Trigger__Group_2__0 )* )
+ // InternalRoom.g:20180:1: ( ( ( rule__Trigger__Group_2__0 )* ) )
+ // InternalRoom.g:20181:1: ( ( rule__Trigger__Group_2__0 )* )
{
- // InternalRoom.g:20161:1: ( ( rule__Trigger__Group_2__0 )* )
- // InternalRoom.g:20162:1: ( rule__Trigger__Group_2__0 )*
+ // InternalRoom.g:20181:1: ( ( rule__Trigger__Group_2__0 )* )
+ // InternalRoom.g:20182:1: ( rule__Trigger__Group_2__0 )*
{
before(grammarAccess.getTriggerAccess().getGroup_2());
- // InternalRoom.g:20163:1: ( rule__Trigger__Group_2__0 )*
- loop201:
+ // InternalRoom.g:20183:1: ( rule__Trigger__Group_2__0 )*
+ loop202:
do {
- int alt201=2;
- int LA201_0 = input.LA(1);
+ int alt202=2;
+ int LA202_0 = input.LA(1);
- if ( (LA201_0==116) ) {
- alt201=1;
+ if ( (LA202_0==116) ) {
+ alt202=1;
}
- switch (alt201) {
+ switch (alt202) {
case 1 :
- // InternalRoom.g:20163:2: rule__Trigger__Group_2__0
+ // InternalRoom.g:20183:2: rule__Trigger__Group_2__0
{
- pushFollow(FOLLOW_102);
+ pushFollow(FOLLOW_103);
rule__Trigger__Group_2__0();
state._fsp--;
@@ -55534,7 +55630,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop201;
+ break loop202;
}
} while (true);
@@ -55561,16 +55657,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Trigger__Group__3"
- // InternalRoom.g:20173:1: rule__Trigger__Group__3 : rule__Trigger__Group__3__Impl rule__Trigger__Group__4 ;
+ // InternalRoom.g:20193:1: rule__Trigger__Group__3 : rule__Trigger__Group__3__Impl rule__Trigger__Group__4 ;
public final void rule__Trigger__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20177:1: ( rule__Trigger__Group__3__Impl rule__Trigger__Group__4 )
- // InternalRoom.g:20178:2: rule__Trigger__Group__3__Impl rule__Trigger__Group__4
+ // InternalRoom.g:20197:1: ( rule__Trigger__Group__3__Impl rule__Trigger__Group__4 )
+ // InternalRoom.g:20198:2: rule__Trigger__Group__3__Impl rule__Trigger__Group__4
{
- pushFollow(FOLLOW_101);
+ pushFollow(FOLLOW_102);
rule__Trigger__Group__3__Impl();
state._fsp--;
@@ -55599,29 +55695,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Trigger__Group__3__Impl"
- // InternalRoom.g:20185:1: rule__Trigger__Group__3__Impl : ( ( rule__Trigger__GuardAssignment_3 )? ) ;
+ // InternalRoom.g:20205:1: rule__Trigger__Group__3__Impl : ( ( rule__Trigger__GuardAssignment_3 )? ) ;
public final void rule__Trigger__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20189:1: ( ( ( rule__Trigger__GuardAssignment_3 )? ) )
- // InternalRoom.g:20190:1: ( ( rule__Trigger__GuardAssignment_3 )? )
+ // InternalRoom.g:20209:1: ( ( ( rule__Trigger__GuardAssignment_3 )? ) )
+ // InternalRoom.g:20210:1: ( ( rule__Trigger__GuardAssignment_3 )? )
{
- // InternalRoom.g:20190:1: ( ( rule__Trigger__GuardAssignment_3 )? )
- // InternalRoom.g:20191:1: ( rule__Trigger__GuardAssignment_3 )?
+ // InternalRoom.g:20210:1: ( ( rule__Trigger__GuardAssignment_3 )? )
+ // InternalRoom.g:20211:1: ( rule__Trigger__GuardAssignment_3 )?
{
before(grammarAccess.getTriggerAccess().getGuardAssignment_3());
- // InternalRoom.g:20192:1: ( rule__Trigger__GuardAssignment_3 )?
- int alt202=2;
- int LA202_0 = input.LA(1);
+ // InternalRoom.g:20212:1: ( rule__Trigger__GuardAssignment_3 )?
+ int alt203=2;
+ int LA203_0 = input.LA(1);
- if ( (LA202_0==109) ) {
- alt202=1;
+ if ( (LA203_0==109) ) {
+ alt203=1;
}
- switch (alt202) {
+ switch (alt203) {
case 1 :
- // InternalRoom.g:20192:2: rule__Trigger__GuardAssignment_3
+ // InternalRoom.g:20212:2: rule__Trigger__GuardAssignment_3
{
pushFollow(FOLLOW_2);
rule__Trigger__GuardAssignment_3();
@@ -55657,14 +55753,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Trigger__Group__4"
- // InternalRoom.g:20202:1: rule__Trigger__Group__4 : rule__Trigger__Group__4__Impl ;
+ // InternalRoom.g:20222:1: rule__Trigger__Group__4 : rule__Trigger__Group__4__Impl ;
public final void rule__Trigger__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20206:1: ( rule__Trigger__Group__4__Impl )
- // InternalRoom.g:20207:2: rule__Trigger__Group__4__Impl
+ // InternalRoom.g:20226:1: ( rule__Trigger__Group__4__Impl )
+ // InternalRoom.g:20227:2: rule__Trigger__Group__4__Impl
{
pushFollow(FOLLOW_2);
rule__Trigger__Group__4__Impl();
@@ -55690,17 +55786,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Trigger__Group__4__Impl"
- // InternalRoom.g:20213:1: rule__Trigger__Group__4__Impl : ( '>' ) ;
+ // InternalRoom.g:20233:1: rule__Trigger__Group__4__Impl : ( '>' ) ;
public final void rule__Trigger__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20217:1: ( ( '>' ) )
- // InternalRoom.g:20218:1: ( '>' )
+ // InternalRoom.g:20237:1: ( ( '>' ) )
+ // InternalRoom.g:20238:1: ( '>' )
{
- // InternalRoom.g:20218:1: ( '>' )
- // InternalRoom.g:20219:1: '>'
+ // InternalRoom.g:20238:1: ( '>' )
+ // InternalRoom.g:20239:1: '>'
{
before(grammarAccess.getTriggerAccess().getGreaterThanSignKeyword_4());
match(input,115,FOLLOW_2);
@@ -55727,14 +55823,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Trigger__Group_2__0"
- // InternalRoom.g:20242:1: rule__Trigger__Group_2__0 : rule__Trigger__Group_2__0__Impl rule__Trigger__Group_2__1 ;
+ // InternalRoom.g:20262:1: rule__Trigger__Group_2__0 : rule__Trigger__Group_2__0__Impl rule__Trigger__Group_2__1 ;
public final void rule__Trigger__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20246:1: ( rule__Trigger__Group_2__0__Impl rule__Trigger__Group_2__1 )
- // InternalRoom.g:20247:2: rule__Trigger__Group_2__0__Impl rule__Trigger__Group_2__1
+ // InternalRoom.g:20266:1: ( rule__Trigger__Group_2__0__Impl rule__Trigger__Group_2__1 )
+ // InternalRoom.g:20267:2: rule__Trigger__Group_2__0__Impl rule__Trigger__Group_2__1
{
pushFollow(FOLLOW_3);
rule__Trigger__Group_2__0__Impl();
@@ -55765,17 +55861,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Trigger__Group_2__0__Impl"
- // InternalRoom.g:20254:1: rule__Trigger__Group_2__0__Impl : ( '|' ) ;
+ // InternalRoom.g:20274:1: rule__Trigger__Group_2__0__Impl : ( '|' ) ;
public final void rule__Trigger__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20258:1: ( ( '|' ) )
- // InternalRoom.g:20259:1: ( '|' )
+ // InternalRoom.g:20278:1: ( ( '|' ) )
+ // InternalRoom.g:20279:1: ( '|' )
{
- // InternalRoom.g:20259:1: ( '|' )
- // InternalRoom.g:20260:1: '|'
+ // InternalRoom.g:20279:1: ( '|' )
+ // InternalRoom.g:20280:1: '|'
{
before(grammarAccess.getTriggerAccess().getVerticalLineKeyword_2_0());
match(input,116,FOLLOW_2);
@@ -55802,14 +55898,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Trigger__Group_2__1"
- // InternalRoom.g:20273:1: rule__Trigger__Group_2__1 : rule__Trigger__Group_2__1__Impl ;
+ // InternalRoom.g:20293:1: rule__Trigger__Group_2__1 : rule__Trigger__Group_2__1__Impl ;
public final void rule__Trigger__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20277:1: ( rule__Trigger__Group_2__1__Impl )
- // InternalRoom.g:20278:2: rule__Trigger__Group_2__1__Impl
+ // InternalRoom.g:20297:1: ( rule__Trigger__Group_2__1__Impl )
+ // InternalRoom.g:20298:2: rule__Trigger__Group_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__Trigger__Group_2__1__Impl();
@@ -55835,21 +55931,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Trigger__Group_2__1__Impl"
- // InternalRoom.g:20284:1: rule__Trigger__Group_2__1__Impl : ( ( rule__Trigger__MsgFromIfPairsAssignment_2_1 ) ) ;
+ // InternalRoom.g:20304:1: rule__Trigger__Group_2__1__Impl : ( ( rule__Trigger__MsgFromIfPairsAssignment_2_1 ) ) ;
public final void rule__Trigger__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20288:1: ( ( ( rule__Trigger__MsgFromIfPairsAssignment_2_1 ) ) )
- // InternalRoom.g:20289:1: ( ( rule__Trigger__MsgFromIfPairsAssignment_2_1 ) )
+ // InternalRoom.g:20308:1: ( ( ( rule__Trigger__MsgFromIfPairsAssignment_2_1 ) ) )
+ // InternalRoom.g:20309:1: ( ( rule__Trigger__MsgFromIfPairsAssignment_2_1 ) )
{
- // InternalRoom.g:20289:1: ( ( rule__Trigger__MsgFromIfPairsAssignment_2_1 ) )
- // InternalRoom.g:20290:1: ( rule__Trigger__MsgFromIfPairsAssignment_2_1 )
+ // InternalRoom.g:20309:1: ( ( rule__Trigger__MsgFromIfPairsAssignment_2_1 ) )
+ // InternalRoom.g:20310:1: ( rule__Trigger__MsgFromIfPairsAssignment_2_1 )
{
before(grammarAccess.getTriggerAccess().getMsgFromIfPairsAssignment_2_1());
- // InternalRoom.g:20291:1: ( rule__Trigger__MsgFromIfPairsAssignment_2_1 )
- // InternalRoom.g:20291:2: rule__Trigger__MsgFromIfPairsAssignment_2_1
+ // InternalRoom.g:20311:1: ( rule__Trigger__MsgFromIfPairsAssignment_2_1 )
+ // InternalRoom.g:20311:2: rule__Trigger__MsgFromIfPairsAssignment_2_1
{
pushFollow(FOLLOW_2);
rule__Trigger__MsgFromIfPairsAssignment_2_1();
@@ -55882,16 +55978,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageFromIf__Group__0"
- // InternalRoom.g:20305:1: rule__MessageFromIf__Group__0 : rule__MessageFromIf__Group__0__Impl rule__MessageFromIf__Group__1 ;
+ // InternalRoom.g:20325:1: rule__MessageFromIf__Group__0 : rule__MessageFromIf__Group__0__Impl rule__MessageFromIf__Group__1 ;
public final void rule__MessageFromIf__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20309:1: ( rule__MessageFromIf__Group__0__Impl rule__MessageFromIf__Group__1 )
- // InternalRoom.g:20310:2: rule__MessageFromIf__Group__0__Impl rule__MessageFromIf__Group__1
+ // InternalRoom.g:20329:1: ( rule__MessageFromIf__Group__0__Impl rule__MessageFromIf__Group__1 )
+ // InternalRoom.g:20330:2: rule__MessageFromIf__Group__0__Impl rule__MessageFromIf__Group__1
{
- pushFollow(FOLLOW_9);
+ pushFollow(FOLLOW_10);
rule__MessageFromIf__Group__0__Impl();
state._fsp--;
@@ -55920,21 +56016,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageFromIf__Group__0__Impl"
- // InternalRoom.g:20317:1: rule__MessageFromIf__Group__0__Impl : ( ( rule__MessageFromIf__MessageAssignment_0 ) ) ;
+ // InternalRoom.g:20337:1: rule__MessageFromIf__Group__0__Impl : ( ( rule__MessageFromIf__MessageAssignment_0 ) ) ;
public final void rule__MessageFromIf__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20321:1: ( ( ( rule__MessageFromIf__MessageAssignment_0 ) ) )
- // InternalRoom.g:20322:1: ( ( rule__MessageFromIf__MessageAssignment_0 ) )
+ // InternalRoom.g:20341:1: ( ( ( rule__MessageFromIf__MessageAssignment_0 ) ) )
+ // InternalRoom.g:20342:1: ( ( rule__MessageFromIf__MessageAssignment_0 ) )
{
- // InternalRoom.g:20322:1: ( ( rule__MessageFromIf__MessageAssignment_0 ) )
- // InternalRoom.g:20323:1: ( rule__MessageFromIf__MessageAssignment_0 )
+ // InternalRoom.g:20342:1: ( ( rule__MessageFromIf__MessageAssignment_0 ) )
+ // InternalRoom.g:20343:1: ( rule__MessageFromIf__MessageAssignment_0 )
{
before(grammarAccess.getMessageFromIfAccess().getMessageAssignment_0());
- // InternalRoom.g:20324:1: ( rule__MessageFromIf__MessageAssignment_0 )
- // InternalRoom.g:20324:2: rule__MessageFromIf__MessageAssignment_0
+ // InternalRoom.g:20344:1: ( rule__MessageFromIf__MessageAssignment_0 )
+ // InternalRoom.g:20344:2: rule__MessageFromIf__MessageAssignment_0
{
pushFollow(FOLLOW_2);
rule__MessageFromIf__MessageAssignment_0();
@@ -55967,14 +56063,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageFromIf__Group__1"
- // InternalRoom.g:20334:1: rule__MessageFromIf__Group__1 : rule__MessageFromIf__Group__1__Impl rule__MessageFromIf__Group__2 ;
+ // InternalRoom.g:20354:1: rule__MessageFromIf__Group__1 : rule__MessageFromIf__Group__1__Impl rule__MessageFromIf__Group__2 ;
public final void rule__MessageFromIf__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20338:1: ( rule__MessageFromIf__Group__1__Impl rule__MessageFromIf__Group__2 )
- // InternalRoom.g:20339:2: rule__MessageFromIf__Group__1__Impl rule__MessageFromIf__Group__2
+ // InternalRoom.g:20358:1: ( rule__MessageFromIf__Group__1__Impl rule__MessageFromIf__Group__2 )
+ // InternalRoom.g:20359:2: rule__MessageFromIf__Group__1__Impl rule__MessageFromIf__Group__2
{
pushFollow(FOLLOW_3);
rule__MessageFromIf__Group__1__Impl();
@@ -56005,17 +56101,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageFromIf__Group__1__Impl"
- // InternalRoom.g:20346:1: rule__MessageFromIf__Group__1__Impl : ( ':' ) ;
+ // InternalRoom.g:20366:1: rule__MessageFromIf__Group__1__Impl : ( ':' ) ;
public final void rule__MessageFromIf__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20350:1: ( ( ':' ) )
- // InternalRoom.g:20351:1: ( ':' )
+ // InternalRoom.g:20370:1: ( ( ':' ) )
+ // InternalRoom.g:20371:1: ( ':' )
{
- // InternalRoom.g:20351:1: ( ':' )
- // InternalRoom.g:20352:1: ':'
+ // InternalRoom.g:20371:1: ( ':' )
+ // InternalRoom.g:20372:1: ':'
{
before(grammarAccess.getMessageFromIfAccess().getColonKeyword_1());
match(input,47,FOLLOW_2);
@@ -56042,14 +56138,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageFromIf__Group__2"
- // InternalRoom.g:20365:1: rule__MessageFromIf__Group__2 : rule__MessageFromIf__Group__2__Impl ;
+ // InternalRoom.g:20385:1: rule__MessageFromIf__Group__2 : rule__MessageFromIf__Group__2__Impl ;
public final void rule__MessageFromIf__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20369:1: ( rule__MessageFromIf__Group__2__Impl )
- // InternalRoom.g:20370:2: rule__MessageFromIf__Group__2__Impl
+ // InternalRoom.g:20389:1: ( rule__MessageFromIf__Group__2__Impl )
+ // InternalRoom.g:20390:2: rule__MessageFromIf__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__MessageFromIf__Group__2__Impl();
@@ -56075,21 +56171,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageFromIf__Group__2__Impl"
- // InternalRoom.g:20376:1: rule__MessageFromIf__Group__2__Impl : ( ( rule__MessageFromIf__FromAssignment_2 ) ) ;
+ // InternalRoom.g:20396:1: rule__MessageFromIf__Group__2__Impl : ( ( rule__MessageFromIf__FromAssignment_2 ) ) ;
public final void rule__MessageFromIf__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20380:1: ( ( ( rule__MessageFromIf__FromAssignment_2 ) ) )
- // InternalRoom.g:20381:1: ( ( rule__MessageFromIf__FromAssignment_2 ) )
+ // InternalRoom.g:20400:1: ( ( ( rule__MessageFromIf__FromAssignment_2 ) ) )
+ // InternalRoom.g:20401:1: ( ( rule__MessageFromIf__FromAssignment_2 ) )
{
- // InternalRoom.g:20381:1: ( ( rule__MessageFromIf__FromAssignment_2 ) )
- // InternalRoom.g:20382:1: ( rule__MessageFromIf__FromAssignment_2 )
+ // InternalRoom.g:20401:1: ( ( rule__MessageFromIf__FromAssignment_2 ) )
+ // InternalRoom.g:20402:1: ( rule__MessageFromIf__FromAssignment_2 )
{
before(grammarAccess.getMessageFromIfAccess().getFromAssignment_2());
- // InternalRoom.g:20383:1: ( rule__MessageFromIf__FromAssignment_2 )
- // InternalRoom.g:20383:2: rule__MessageFromIf__FromAssignment_2
+ // InternalRoom.g:20403:1: ( rule__MessageFromIf__FromAssignment_2 )
+ // InternalRoom.g:20403:2: rule__MessageFromIf__FromAssignment_2
{
pushFollow(FOLLOW_2);
rule__MessageFromIf__FromAssignment_2();
@@ -56122,16 +56218,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Guard__Group__0"
- // InternalRoom.g:20399:1: rule__Guard__Group__0 : rule__Guard__Group__0__Impl rule__Guard__Group__1 ;
+ // InternalRoom.g:20419:1: rule__Guard__Group__0 : rule__Guard__Group__0__Impl rule__Guard__Group__1 ;
public final void rule__Guard__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20403:1: ( rule__Guard__Group__0__Impl rule__Guard__Group__1 )
- // InternalRoom.g:20404:2: rule__Guard__Group__0__Impl rule__Guard__Group__1
+ // InternalRoom.g:20423:1: ( rule__Guard__Group__0__Impl rule__Guard__Group__1 )
+ // InternalRoom.g:20424:2: rule__Guard__Group__0__Impl rule__Guard__Group__1
{
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
rule__Guard__Group__0__Impl();
state._fsp--;
@@ -56160,17 +56256,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Guard__Group__0__Impl"
- // InternalRoom.g:20411:1: rule__Guard__Group__0__Impl : ( 'guard' ) ;
+ // InternalRoom.g:20431:1: rule__Guard__Group__0__Impl : ( 'guard' ) ;
public final void rule__Guard__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20415:1: ( ( 'guard' ) )
- // InternalRoom.g:20416:1: ( 'guard' )
+ // InternalRoom.g:20435:1: ( ( 'guard' ) )
+ // InternalRoom.g:20436:1: ( 'guard' )
{
- // InternalRoom.g:20416:1: ( 'guard' )
- // InternalRoom.g:20417:1: 'guard'
+ // InternalRoom.g:20436:1: ( 'guard' )
+ // InternalRoom.g:20437:1: 'guard'
{
before(grammarAccess.getGuardAccess().getGuardKeyword_0());
match(input,109,FOLLOW_2);
@@ -56197,14 +56293,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Guard__Group__1"
- // InternalRoom.g:20430:1: rule__Guard__Group__1 : rule__Guard__Group__1__Impl ;
+ // InternalRoom.g:20450:1: rule__Guard__Group__1 : rule__Guard__Group__1__Impl ;
public final void rule__Guard__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20434:1: ( rule__Guard__Group__1__Impl )
- // InternalRoom.g:20435:2: rule__Guard__Group__1__Impl
+ // InternalRoom.g:20454:1: ( rule__Guard__Group__1__Impl )
+ // InternalRoom.g:20455:2: rule__Guard__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__Guard__Group__1__Impl();
@@ -56230,21 +56326,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Guard__Group__1__Impl"
- // InternalRoom.g:20441:1: rule__Guard__Group__1__Impl : ( ( rule__Guard__GuardAssignment_1 ) ) ;
+ // InternalRoom.g:20461:1: rule__Guard__Group__1__Impl : ( ( rule__Guard__GuardAssignment_1 ) ) ;
public final void rule__Guard__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20445:1: ( ( ( rule__Guard__GuardAssignment_1 ) ) )
- // InternalRoom.g:20446:1: ( ( rule__Guard__GuardAssignment_1 ) )
+ // InternalRoom.g:20465:1: ( ( ( rule__Guard__GuardAssignment_1 ) ) )
+ // InternalRoom.g:20466:1: ( ( rule__Guard__GuardAssignment_1 ) )
{
- // InternalRoom.g:20446:1: ( ( rule__Guard__GuardAssignment_1 ) )
- // InternalRoom.g:20447:1: ( rule__Guard__GuardAssignment_1 )
+ // InternalRoom.g:20466:1: ( ( rule__Guard__GuardAssignment_1 ) )
+ // InternalRoom.g:20467:1: ( rule__Guard__GuardAssignment_1 )
{
before(grammarAccess.getGuardAccess().getGuardAssignment_1());
- // InternalRoom.g:20448:1: ( rule__Guard__GuardAssignment_1 )
- // InternalRoom.g:20448:2: rule__Guard__GuardAssignment_1
+ // InternalRoom.g:20468:1: ( rule__Guard__GuardAssignment_1 )
+ // InternalRoom.g:20468:2: rule__Guard__GuardAssignment_1
{
pushFollow(FOLLOW_2);
rule__Guard__GuardAssignment_1();
@@ -56277,16 +56373,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolSemantics__Group__0"
- // InternalRoom.g:20462:1: rule__ProtocolSemantics__Group__0 : rule__ProtocolSemantics__Group__0__Impl rule__ProtocolSemantics__Group__1 ;
+ // InternalRoom.g:20482:1: rule__ProtocolSemantics__Group__0 : rule__ProtocolSemantics__Group__0__Impl rule__ProtocolSemantics__Group__1 ;
public final void rule__ProtocolSemantics__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20466:1: ( rule__ProtocolSemantics__Group__0__Impl rule__ProtocolSemantics__Group__1 )
- // InternalRoom.g:20467:2: rule__ProtocolSemantics__Group__0__Impl rule__ProtocolSemantics__Group__1
+ // InternalRoom.g:20486:1: ( rule__ProtocolSemantics__Group__0__Impl rule__ProtocolSemantics__Group__1 )
+ // InternalRoom.g:20487:2: rule__ProtocolSemantics__Group__0__Impl rule__ProtocolSemantics__Group__1
{
- pushFollow(FOLLOW_103);
+ pushFollow(FOLLOW_104);
rule__ProtocolSemantics__Group__0__Impl();
state._fsp--;
@@ -56315,21 +56411,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolSemantics__Group__0__Impl"
- // InternalRoom.g:20474:1: rule__ProtocolSemantics__Group__0__Impl : ( () ) ;
+ // InternalRoom.g:20494:1: rule__ProtocolSemantics__Group__0__Impl : ( () ) ;
public final void rule__ProtocolSemantics__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20478:1: ( ( () ) )
- // InternalRoom.g:20479:1: ( () )
+ // InternalRoom.g:20498:1: ( ( () ) )
+ // InternalRoom.g:20499:1: ( () )
{
- // InternalRoom.g:20479:1: ( () )
- // InternalRoom.g:20480:1: ()
+ // InternalRoom.g:20499:1: ( () )
+ // InternalRoom.g:20500:1: ()
{
before(grammarAccess.getProtocolSemanticsAccess().getProtocolSemanticsAction_0());
- // InternalRoom.g:20481:1: ()
- // InternalRoom.g:20483:1:
+ // InternalRoom.g:20501:1: ()
+ // InternalRoom.g:20503:1:
{
}
@@ -56352,16 +56448,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolSemantics__Group__1"
- // InternalRoom.g:20493:1: rule__ProtocolSemantics__Group__1 : rule__ProtocolSemantics__Group__1__Impl rule__ProtocolSemantics__Group__2 ;
+ // InternalRoom.g:20513:1: rule__ProtocolSemantics__Group__1 : rule__ProtocolSemantics__Group__1__Impl rule__ProtocolSemantics__Group__2 ;
public final void rule__ProtocolSemantics__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20497:1: ( rule__ProtocolSemantics__Group__1__Impl rule__ProtocolSemantics__Group__2 )
- // InternalRoom.g:20498:2: rule__ProtocolSemantics__Group__1__Impl rule__ProtocolSemantics__Group__2
+ // InternalRoom.g:20517:1: ( rule__ProtocolSemantics__Group__1__Impl rule__ProtocolSemantics__Group__2 )
+ // InternalRoom.g:20518:2: rule__ProtocolSemantics__Group__1__Impl rule__ProtocolSemantics__Group__2
{
- pushFollow(FOLLOW_41);
+ pushFollow(FOLLOW_42);
rule__ProtocolSemantics__Group__1__Impl();
state._fsp--;
@@ -56390,17 +56486,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolSemantics__Group__1__Impl"
- // InternalRoom.g:20505:1: rule__ProtocolSemantics__Group__1__Impl : ( 'semantics' ) ;
+ // InternalRoom.g:20525:1: rule__ProtocolSemantics__Group__1__Impl : ( 'semantics' ) ;
public final void rule__ProtocolSemantics__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20509:1: ( ( 'semantics' ) )
- // InternalRoom.g:20510:1: ( 'semantics' )
+ // InternalRoom.g:20529:1: ( ( 'semantics' ) )
+ // InternalRoom.g:20530:1: ( 'semantics' )
{
- // InternalRoom.g:20510:1: ( 'semantics' )
- // InternalRoom.g:20511:1: 'semantics'
+ // InternalRoom.g:20530:1: ( 'semantics' )
+ // InternalRoom.g:20531:1: 'semantics'
{
before(grammarAccess.getProtocolSemanticsAccess().getSemanticsKeyword_1());
match(input,117,FOLLOW_2);
@@ -56427,16 +56523,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolSemantics__Group__2"
- // InternalRoom.g:20524:1: rule__ProtocolSemantics__Group__2 : rule__ProtocolSemantics__Group__2__Impl rule__ProtocolSemantics__Group__3 ;
+ // InternalRoom.g:20544:1: rule__ProtocolSemantics__Group__2 : rule__ProtocolSemantics__Group__2__Impl rule__ProtocolSemantics__Group__3 ;
public final void rule__ProtocolSemantics__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20528:1: ( rule__ProtocolSemantics__Group__2__Impl rule__ProtocolSemantics__Group__3 )
- // InternalRoom.g:20529:2: rule__ProtocolSemantics__Group__2__Impl rule__ProtocolSemantics__Group__3
+ // InternalRoom.g:20548:1: ( rule__ProtocolSemantics__Group__2__Impl rule__ProtocolSemantics__Group__3 )
+ // InternalRoom.g:20549:2: rule__ProtocolSemantics__Group__2__Impl rule__ProtocolSemantics__Group__3
{
- pushFollow(FOLLOW_104);
+ pushFollow(FOLLOW_105);
rule__ProtocolSemantics__Group__2__Impl();
state._fsp--;
@@ -56465,17 +56561,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolSemantics__Group__2__Impl"
- // InternalRoom.g:20536:1: rule__ProtocolSemantics__Group__2__Impl : ( '{' ) ;
+ // InternalRoom.g:20556:1: rule__ProtocolSemantics__Group__2__Impl : ( '{' ) ;
public final void rule__ProtocolSemantics__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20540:1: ( ( '{' ) )
- // InternalRoom.g:20541:1: ( '{' )
+ // InternalRoom.g:20560:1: ( ( '{' ) )
+ // InternalRoom.g:20561:1: ( '{' )
{
- // InternalRoom.g:20541:1: ( '{' )
- // InternalRoom.g:20542:1: '{'
+ // InternalRoom.g:20561:1: ( '{' )
+ // InternalRoom.g:20562:1: '{'
{
before(grammarAccess.getProtocolSemanticsAccess().getLeftCurlyBracketKeyword_2());
match(input,45,FOLLOW_2);
@@ -56502,16 +56598,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolSemantics__Group__3"
- // InternalRoom.g:20555:1: rule__ProtocolSemantics__Group__3 : rule__ProtocolSemantics__Group__3__Impl rule__ProtocolSemantics__Group__4 ;
+ // InternalRoom.g:20575:1: rule__ProtocolSemantics__Group__3 : rule__ProtocolSemantics__Group__3__Impl rule__ProtocolSemantics__Group__4 ;
public final void rule__ProtocolSemantics__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20559:1: ( rule__ProtocolSemantics__Group__3__Impl rule__ProtocolSemantics__Group__4 )
- // InternalRoom.g:20560:2: rule__ProtocolSemantics__Group__3__Impl rule__ProtocolSemantics__Group__4
+ // InternalRoom.g:20579:1: ( rule__ProtocolSemantics__Group__3__Impl rule__ProtocolSemantics__Group__4 )
+ // InternalRoom.g:20580:2: rule__ProtocolSemantics__Group__3__Impl rule__ProtocolSemantics__Group__4
{
- pushFollow(FOLLOW_104);
+ pushFollow(FOLLOW_105);
rule__ProtocolSemantics__Group__3__Impl();
state._fsp--;
@@ -56540,35 +56636,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolSemantics__Group__3__Impl"
- // InternalRoom.g:20567:1: rule__ProtocolSemantics__Group__3__Impl : ( ( rule__ProtocolSemantics__RulesAssignment_3 )* ) ;
+ // InternalRoom.g:20587:1: rule__ProtocolSemantics__Group__3__Impl : ( ( rule__ProtocolSemantics__RulesAssignment_3 )* ) ;
public final void rule__ProtocolSemantics__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20571:1: ( ( ( rule__ProtocolSemantics__RulesAssignment_3 )* ) )
- // InternalRoom.g:20572:1: ( ( rule__ProtocolSemantics__RulesAssignment_3 )* )
+ // InternalRoom.g:20591:1: ( ( ( rule__ProtocolSemantics__RulesAssignment_3 )* ) )
+ // InternalRoom.g:20592:1: ( ( rule__ProtocolSemantics__RulesAssignment_3 )* )
{
- // InternalRoom.g:20572:1: ( ( rule__ProtocolSemantics__RulesAssignment_3 )* )
- // InternalRoom.g:20573:1: ( rule__ProtocolSemantics__RulesAssignment_3 )*
+ // InternalRoom.g:20592:1: ( ( rule__ProtocolSemantics__RulesAssignment_3 )* )
+ // InternalRoom.g:20593:1: ( rule__ProtocolSemantics__RulesAssignment_3 )*
{
before(grammarAccess.getProtocolSemanticsAccess().getRulesAssignment_3());
- // InternalRoom.g:20574:1: ( rule__ProtocolSemantics__RulesAssignment_3 )*
- loop203:
+ // InternalRoom.g:20594:1: ( rule__ProtocolSemantics__RulesAssignment_3 )*
+ loop204:
do {
- int alt203=2;
- int LA203_0 = input.LA(1);
+ int alt204=2;
+ int LA204_0 = input.LA(1);
- if ( ((LA203_0>=118 && LA203_0<=119)) ) {
- alt203=1;
+ if ( ((LA204_0>=118 && LA204_0<=119)) ) {
+ alt204=1;
}
- switch (alt203) {
+ switch (alt204) {
case 1 :
- // InternalRoom.g:20574:2: rule__ProtocolSemantics__RulesAssignment_3
+ // InternalRoom.g:20594:2: rule__ProtocolSemantics__RulesAssignment_3
{
- pushFollow(FOLLOW_105);
+ pushFollow(FOLLOW_106);
rule__ProtocolSemantics__RulesAssignment_3();
state._fsp--;
@@ -56578,7 +56674,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop203;
+ break loop204;
}
} while (true);
@@ -56605,14 +56701,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolSemantics__Group__4"
- // InternalRoom.g:20584:1: rule__ProtocolSemantics__Group__4 : rule__ProtocolSemantics__Group__4__Impl ;
+ // InternalRoom.g:20604:1: rule__ProtocolSemantics__Group__4 : rule__ProtocolSemantics__Group__4__Impl ;
public final void rule__ProtocolSemantics__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20588:1: ( rule__ProtocolSemantics__Group__4__Impl )
- // InternalRoom.g:20589:2: rule__ProtocolSemantics__Group__4__Impl
+ // InternalRoom.g:20608:1: ( rule__ProtocolSemantics__Group__4__Impl )
+ // InternalRoom.g:20609:2: rule__ProtocolSemantics__Group__4__Impl
{
pushFollow(FOLLOW_2);
rule__ProtocolSemantics__Group__4__Impl();
@@ -56638,17 +56734,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolSemantics__Group__4__Impl"
- // InternalRoom.g:20595:1: rule__ProtocolSemantics__Group__4__Impl : ( '}' ) ;
+ // InternalRoom.g:20615:1: rule__ProtocolSemantics__Group__4__Impl : ( '}' ) ;
public final void rule__ProtocolSemantics__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20599:1: ( ( '}' ) )
- // InternalRoom.g:20600:1: ( '}' )
+ // InternalRoom.g:20619:1: ( ( '}' ) )
+ // InternalRoom.g:20620:1: ( '}' )
{
- // InternalRoom.g:20600:1: ( '}' )
- // InternalRoom.g:20601:1: '}'
+ // InternalRoom.g:20620:1: ( '}' )
+ // InternalRoom.g:20621:1: '}'
{
before(grammarAccess.getProtocolSemanticsAccess().getRightCurlyBracketKeyword_4());
match(input,46,FOLLOW_2);
@@ -56675,16 +56771,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group__0"
- // InternalRoom.g:20624:1: rule__InSemanticsRule__Group__0 : rule__InSemanticsRule__Group__0__Impl rule__InSemanticsRule__Group__1 ;
+ // InternalRoom.g:20644:1: rule__InSemanticsRule__Group__0 : rule__InSemanticsRule__Group__0__Impl rule__InSemanticsRule__Group__1 ;
public final void rule__InSemanticsRule__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20628:1: ( rule__InSemanticsRule__Group__0__Impl rule__InSemanticsRule__Group__1 )
- // InternalRoom.g:20629:2: rule__InSemanticsRule__Group__0__Impl rule__InSemanticsRule__Group__1
+ // InternalRoom.g:20648:1: ( rule__InSemanticsRule__Group__0__Impl rule__InSemanticsRule__Group__1 )
+ // InternalRoom.g:20649:2: rule__InSemanticsRule__Group__0__Impl rule__InSemanticsRule__Group__1
{
- pushFollow(FOLLOW_9);
+ pushFollow(FOLLOW_10);
rule__InSemanticsRule__Group__0__Impl();
state._fsp--;
@@ -56713,17 +56809,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group__0__Impl"
- // InternalRoom.g:20636:1: rule__InSemanticsRule__Group__0__Impl : ( 'in' ) ;
+ // InternalRoom.g:20656:1: rule__InSemanticsRule__Group__0__Impl : ( 'in' ) ;
public final void rule__InSemanticsRule__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20640:1: ( ( 'in' ) )
- // InternalRoom.g:20641:1: ( 'in' )
+ // InternalRoom.g:20660:1: ( ( 'in' ) )
+ // InternalRoom.g:20661:1: ( 'in' )
{
- // InternalRoom.g:20641:1: ( 'in' )
- // InternalRoom.g:20642:1: 'in'
+ // InternalRoom.g:20661:1: ( 'in' )
+ // InternalRoom.g:20662:1: 'in'
{
before(grammarAccess.getInSemanticsRuleAccess().getInKeyword_0());
match(input,118,FOLLOW_2);
@@ -56750,14 +56846,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group__1"
- // InternalRoom.g:20655:1: rule__InSemanticsRule__Group__1 : rule__InSemanticsRule__Group__1__Impl rule__InSemanticsRule__Group__2 ;
+ // InternalRoom.g:20675:1: rule__InSemanticsRule__Group__1 : rule__InSemanticsRule__Group__1__Impl rule__InSemanticsRule__Group__2 ;
public final void rule__InSemanticsRule__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20659:1: ( rule__InSemanticsRule__Group__1__Impl rule__InSemanticsRule__Group__2 )
- // InternalRoom.g:20660:2: rule__InSemanticsRule__Group__1__Impl rule__InSemanticsRule__Group__2
+ // InternalRoom.g:20679:1: ( rule__InSemanticsRule__Group__1__Impl rule__InSemanticsRule__Group__2 )
+ // InternalRoom.g:20680:2: rule__InSemanticsRule__Group__1__Impl rule__InSemanticsRule__Group__2
{
pushFollow(FOLLOW_3);
rule__InSemanticsRule__Group__1__Impl();
@@ -56788,17 +56884,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group__1__Impl"
- // InternalRoom.g:20667:1: rule__InSemanticsRule__Group__1__Impl : ( ':' ) ;
+ // InternalRoom.g:20687:1: rule__InSemanticsRule__Group__1__Impl : ( ':' ) ;
public final void rule__InSemanticsRule__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20671:1: ( ( ':' ) )
- // InternalRoom.g:20672:1: ( ':' )
+ // InternalRoom.g:20691:1: ( ( ':' ) )
+ // InternalRoom.g:20692:1: ( ':' )
{
- // InternalRoom.g:20672:1: ( ':' )
- // InternalRoom.g:20673:1: ':'
+ // InternalRoom.g:20692:1: ( ':' )
+ // InternalRoom.g:20693:1: ':'
{
before(grammarAccess.getInSemanticsRuleAccess().getColonKeyword_1());
match(input,47,FOLLOW_2);
@@ -56825,16 +56921,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group__2"
- // InternalRoom.g:20686:1: rule__InSemanticsRule__Group__2 : rule__InSemanticsRule__Group__2__Impl rule__InSemanticsRule__Group__3 ;
+ // InternalRoom.g:20706:1: rule__InSemanticsRule__Group__2 : rule__InSemanticsRule__Group__2__Impl rule__InSemanticsRule__Group__3 ;
public final void rule__InSemanticsRule__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20690:1: ( rule__InSemanticsRule__Group__2__Impl rule__InSemanticsRule__Group__3 )
- // InternalRoom.g:20691:2: rule__InSemanticsRule__Group__2__Impl rule__InSemanticsRule__Group__3
+ // InternalRoom.g:20710:1: ( rule__InSemanticsRule__Group__2__Impl rule__InSemanticsRule__Group__3 )
+ // InternalRoom.g:20711:2: rule__InSemanticsRule__Group__2__Impl rule__InSemanticsRule__Group__3
{
- pushFollow(FOLLOW_13);
+ pushFollow(FOLLOW_14);
rule__InSemanticsRule__Group__2__Impl();
state._fsp--;
@@ -56863,21 +56959,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group__2__Impl"
- // InternalRoom.g:20698:1: rule__InSemanticsRule__Group__2__Impl : ( ( rule__InSemanticsRule__MsgAssignment_2 ) ) ;
+ // InternalRoom.g:20718:1: rule__InSemanticsRule__Group__2__Impl : ( ( rule__InSemanticsRule__MsgAssignment_2 ) ) ;
public final void rule__InSemanticsRule__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20702:1: ( ( ( rule__InSemanticsRule__MsgAssignment_2 ) ) )
- // InternalRoom.g:20703:1: ( ( rule__InSemanticsRule__MsgAssignment_2 ) )
+ // InternalRoom.g:20722:1: ( ( ( rule__InSemanticsRule__MsgAssignment_2 ) ) )
+ // InternalRoom.g:20723:1: ( ( rule__InSemanticsRule__MsgAssignment_2 ) )
{
- // InternalRoom.g:20703:1: ( ( rule__InSemanticsRule__MsgAssignment_2 ) )
- // InternalRoom.g:20704:1: ( rule__InSemanticsRule__MsgAssignment_2 )
+ // InternalRoom.g:20723:1: ( ( rule__InSemanticsRule__MsgAssignment_2 ) )
+ // InternalRoom.g:20724:1: ( rule__InSemanticsRule__MsgAssignment_2 )
{
before(grammarAccess.getInSemanticsRuleAccess().getMsgAssignment_2());
- // InternalRoom.g:20705:1: ( rule__InSemanticsRule__MsgAssignment_2 )
- // InternalRoom.g:20705:2: rule__InSemanticsRule__MsgAssignment_2
+ // InternalRoom.g:20725:1: ( rule__InSemanticsRule__MsgAssignment_2 )
+ // InternalRoom.g:20725:2: rule__InSemanticsRule__MsgAssignment_2
{
pushFollow(FOLLOW_2);
rule__InSemanticsRule__MsgAssignment_2();
@@ -56910,14 +57006,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group__3"
- // InternalRoom.g:20715:1: rule__InSemanticsRule__Group__3 : rule__InSemanticsRule__Group__3__Impl ;
+ // InternalRoom.g:20735:1: rule__InSemanticsRule__Group__3 : rule__InSemanticsRule__Group__3__Impl ;
public final void rule__InSemanticsRule__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20719:1: ( rule__InSemanticsRule__Group__3__Impl )
- // InternalRoom.g:20720:2: rule__InSemanticsRule__Group__3__Impl
+ // InternalRoom.g:20739:1: ( rule__InSemanticsRule__Group__3__Impl )
+ // InternalRoom.g:20740:2: rule__InSemanticsRule__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__InSemanticsRule__Group__3__Impl();
@@ -56943,29 +57039,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group__3__Impl"
- // InternalRoom.g:20726:1: rule__InSemanticsRule__Group__3__Impl : ( ( rule__InSemanticsRule__Group_3__0 )? ) ;
+ // InternalRoom.g:20746:1: rule__InSemanticsRule__Group__3__Impl : ( ( rule__InSemanticsRule__Group_3__0 )? ) ;
public final void rule__InSemanticsRule__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20730:1: ( ( ( rule__InSemanticsRule__Group_3__0 )? ) )
- // InternalRoom.g:20731:1: ( ( rule__InSemanticsRule__Group_3__0 )? )
+ // InternalRoom.g:20750:1: ( ( ( rule__InSemanticsRule__Group_3__0 )? ) )
+ // InternalRoom.g:20751:1: ( ( rule__InSemanticsRule__Group_3__0 )? )
{
- // InternalRoom.g:20731:1: ( ( rule__InSemanticsRule__Group_3__0 )? )
- // InternalRoom.g:20732:1: ( rule__InSemanticsRule__Group_3__0 )?
+ // InternalRoom.g:20751:1: ( ( rule__InSemanticsRule__Group_3__0 )? )
+ // InternalRoom.g:20752:1: ( rule__InSemanticsRule__Group_3__0 )?
{
before(grammarAccess.getInSemanticsRuleAccess().getGroup_3());
- // InternalRoom.g:20733:1: ( rule__InSemanticsRule__Group_3__0 )?
- int alt204=2;
- int LA204_0 = input.LA(1);
+ // InternalRoom.g:20753:1: ( rule__InSemanticsRule__Group_3__0 )?
+ int alt205=2;
+ int LA205_0 = input.LA(1);
- if ( (LA204_0==49) ) {
- alt204=1;
+ if ( (LA205_0==49) ) {
+ alt205=1;
}
- switch (alt204) {
+ switch (alt205) {
case 1 :
- // InternalRoom.g:20733:2: rule__InSemanticsRule__Group_3__0
+ // InternalRoom.g:20753:2: rule__InSemanticsRule__Group_3__0
{
pushFollow(FOLLOW_2);
rule__InSemanticsRule__Group_3__0();
@@ -57001,16 +57097,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group_3__0"
- // InternalRoom.g:20751:1: rule__InSemanticsRule__Group_3__0 : rule__InSemanticsRule__Group_3__0__Impl rule__InSemanticsRule__Group_3__1 ;
+ // InternalRoom.g:20771:1: rule__InSemanticsRule__Group_3__0 : rule__InSemanticsRule__Group_3__0__Impl rule__InSemanticsRule__Group_3__1 ;
public final void rule__InSemanticsRule__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20755:1: ( rule__InSemanticsRule__Group_3__0__Impl rule__InSemanticsRule__Group_3__1 )
- // InternalRoom.g:20756:2: rule__InSemanticsRule__Group_3__0__Impl rule__InSemanticsRule__Group_3__1
+ // InternalRoom.g:20775:1: ( rule__InSemanticsRule__Group_3__0__Impl rule__InSemanticsRule__Group_3__1 )
+ // InternalRoom.g:20776:2: rule__InSemanticsRule__Group_3__0__Impl rule__InSemanticsRule__Group_3__1
{
- pushFollow(FOLLOW_106);
+ pushFollow(FOLLOW_107);
rule__InSemanticsRule__Group_3__0__Impl();
state._fsp--;
@@ -57039,17 +57135,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group_3__0__Impl"
- // InternalRoom.g:20763:1: rule__InSemanticsRule__Group_3__0__Impl : ( '->' ) ;
+ // InternalRoom.g:20783:1: rule__InSemanticsRule__Group_3__0__Impl : ( '->' ) ;
public final void rule__InSemanticsRule__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20767:1: ( ( '->' ) )
- // InternalRoom.g:20768:1: ( '->' )
+ // InternalRoom.g:20787:1: ( ( '->' ) )
+ // InternalRoom.g:20788:1: ( '->' )
{
- // InternalRoom.g:20768:1: ( '->' )
- // InternalRoom.g:20769:1: '->'
+ // InternalRoom.g:20788:1: ( '->' )
+ // InternalRoom.g:20789:1: '->'
{
before(grammarAccess.getInSemanticsRuleAccess().getHyphenMinusGreaterThanSignKeyword_3_0());
match(input,49,FOLLOW_2);
@@ -57076,14 +57172,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group_3__1"
- // InternalRoom.g:20782:1: rule__InSemanticsRule__Group_3__1 : rule__InSemanticsRule__Group_3__1__Impl ;
+ // InternalRoom.g:20802:1: rule__InSemanticsRule__Group_3__1 : rule__InSemanticsRule__Group_3__1__Impl ;
public final void rule__InSemanticsRule__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20786:1: ( rule__InSemanticsRule__Group_3__1__Impl )
- // InternalRoom.g:20787:2: rule__InSemanticsRule__Group_3__1__Impl
+ // InternalRoom.g:20806:1: ( rule__InSemanticsRule__Group_3__1__Impl )
+ // InternalRoom.g:20807:2: rule__InSemanticsRule__Group_3__1__Impl
{
pushFollow(FOLLOW_2);
rule__InSemanticsRule__Group_3__1__Impl();
@@ -57109,21 +57205,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group_3__1__Impl"
- // InternalRoom.g:20793:1: rule__InSemanticsRule__Group_3__1__Impl : ( ( rule__InSemanticsRule__Alternatives_3_1 ) ) ;
+ // InternalRoom.g:20813:1: rule__InSemanticsRule__Group_3__1__Impl : ( ( rule__InSemanticsRule__Alternatives_3_1 ) ) ;
public final void rule__InSemanticsRule__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20797:1: ( ( ( rule__InSemanticsRule__Alternatives_3_1 ) ) )
- // InternalRoom.g:20798:1: ( ( rule__InSemanticsRule__Alternatives_3_1 ) )
+ // InternalRoom.g:20817:1: ( ( ( rule__InSemanticsRule__Alternatives_3_1 ) ) )
+ // InternalRoom.g:20818:1: ( ( rule__InSemanticsRule__Alternatives_3_1 ) )
{
- // InternalRoom.g:20798:1: ( ( rule__InSemanticsRule__Alternatives_3_1 ) )
- // InternalRoom.g:20799:1: ( rule__InSemanticsRule__Alternatives_3_1 )
+ // InternalRoom.g:20818:1: ( ( rule__InSemanticsRule__Alternatives_3_1 ) )
+ // InternalRoom.g:20819:1: ( rule__InSemanticsRule__Alternatives_3_1 )
{
before(grammarAccess.getInSemanticsRuleAccess().getAlternatives_3_1());
- // InternalRoom.g:20800:1: ( rule__InSemanticsRule__Alternatives_3_1 )
- // InternalRoom.g:20800:2: rule__InSemanticsRule__Alternatives_3_1
+ // InternalRoom.g:20820:1: ( rule__InSemanticsRule__Alternatives_3_1 )
+ // InternalRoom.g:20820:2: rule__InSemanticsRule__Alternatives_3_1
{
pushFollow(FOLLOW_2);
rule__InSemanticsRule__Alternatives_3_1();
@@ -57156,16 +57252,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group_3_1_1__0"
- // InternalRoom.g:20814:1: rule__InSemanticsRule__Group_3_1_1__0 : rule__InSemanticsRule__Group_3_1_1__0__Impl rule__InSemanticsRule__Group_3_1_1__1 ;
+ // InternalRoom.g:20834:1: rule__InSemanticsRule__Group_3_1_1__0 : rule__InSemanticsRule__Group_3_1_1__0__Impl rule__InSemanticsRule__Group_3_1_1__1 ;
public final void rule__InSemanticsRule__Group_3_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20818:1: ( rule__InSemanticsRule__Group_3_1_1__0__Impl rule__InSemanticsRule__Group_3_1_1__1 )
- // InternalRoom.g:20819:2: rule__InSemanticsRule__Group_3_1_1__0__Impl rule__InSemanticsRule__Group_3_1_1__1
+ // InternalRoom.g:20838:1: ( rule__InSemanticsRule__Group_3_1_1__0__Impl rule__InSemanticsRule__Group_3_1_1__1 )
+ // InternalRoom.g:20839:2: rule__InSemanticsRule__Group_3_1_1__0__Impl rule__InSemanticsRule__Group_3_1_1__1
{
- pushFollow(FOLLOW_107);
+ pushFollow(FOLLOW_108);
rule__InSemanticsRule__Group_3_1_1__0__Impl();
state._fsp--;
@@ -57194,17 +57290,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group_3_1_1__0__Impl"
- // InternalRoom.g:20826:1: rule__InSemanticsRule__Group_3_1_1__0__Impl : ( '(' ) ;
+ // InternalRoom.g:20846:1: rule__InSemanticsRule__Group_3_1_1__0__Impl : ( '(' ) ;
public final void rule__InSemanticsRule__Group_3_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20830:1: ( ( '(' ) )
- // InternalRoom.g:20831:1: ( '(' )
+ // InternalRoom.g:20850:1: ( ( '(' ) )
+ // InternalRoom.g:20851:1: ( '(' )
{
- // InternalRoom.g:20831:1: ( '(' )
- // InternalRoom.g:20832:1: '('
+ // InternalRoom.g:20851:1: ( '(' )
+ // InternalRoom.g:20852:1: '('
{
before(grammarAccess.getInSemanticsRuleAccess().getLeftParenthesisKeyword_3_1_1_0());
match(input,51,FOLLOW_2);
@@ -57231,16 +57327,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group_3_1_1__1"
- // InternalRoom.g:20845:1: rule__InSemanticsRule__Group_3_1_1__1 : rule__InSemanticsRule__Group_3_1_1__1__Impl rule__InSemanticsRule__Group_3_1_1__2 ;
+ // InternalRoom.g:20865:1: rule__InSemanticsRule__Group_3_1_1__1 : rule__InSemanticsRule__Group_3_1_1__1__Impl rule__InSemanticsRule__Group_3_1_1__2 ;
public final void rule__InSemanticsRule__Group_3_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20849:1: ( rule__InSemanticsRule__Group_3_1_1__1__Impl rule__InSemanticsRule__Group_3_1_1__2 )
- // InternalRoom.g:20850:2: rule__InSemanticsRule__Group_3_1_1__1__Impl rule__InSemanticsRule__Group_3_1_1__2
+ // InternalRoom.g:20869:1: ( rule__InSemanticsRule__Group_3_1_1__1__Impl rule__InSemanticsRule__Group_3_1_1__2 )
+ // InternalRoom.g:20870:2: rule__InSemanticsRule__Group_3_1_1__1__Impl rule__InSemanticsRule__Group_3_1_1__2
{
- pushFollow(FOLLOW_20);
+ pushFollow(FOLLOW_21);
rule__InSemanticsRule__Group_3_1_1__1__Impl();
state._fsp--;
@@ -57269,21 +57365,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group_3_1_1__1__Impl"
- // InternalRoom.g:20857:1: rule__InSemanticsRule__Group_3_1_1__1__Impl : ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1 ) ) ;
+ // InternalRoom.g:20877:1: rule__InSemanticsRule__Group_3_1_1__1__Impl : ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1 ) ) ;
public final void rule__InSemanticsRule__Group_3_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20861:1: ( ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1 ) ) )
- // InternalRoom.g:20862:1: ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1 ) )
+ // InternalRoom.g:20881:1: ( ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1 ) ) )
+ // InternalRoom.g:20882:1: ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1 ) )
{
- // InternalRoom.g:20862:1: ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1 ) )
- // InternalRoom.g:20863:1: ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1 )
+ // InternalRoom.g:20882:1: ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1 ) )
+ // InternalRoom.g:20883:1: ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1 )
{
before(grammarAccess.getInSemanticsRuleAccess().getFollowUpsAssignment_3_1_1_1());
- // InternalRoom.g:20864:1: ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1 )
- // InternalRoom.g:20864:2: rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1
+ // InternalRoom.g:20884:1: ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1 )
+ // InternalRoom.g:20884:2: rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1
{
pushFollow(FOLLOW_2);
rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1();
@@ -57316,16 +57412,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group_3_1_1__2"
- // InternalRoom.g:20874:1: rule__InSemanticsRule__Group_3_1_1__2 : rule__InSemanticsRule__Group_3_1_1__2__Impl rule__InSemanticsRule__Group_3_1_1__3 ;
+ // InternalRoom.g:20894:1: rule__InSemanticsRule__Group_3_1_1__2 : rule__InSemanticsRule__Group_3_1_1__2__Impl rule__InSemanticsRule__Group_3_1_1__3 ;
public final void rule__InSemanticsRule__Group_3_1_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20878:1: ( rule__InSemanticsRule__Group_3_1_1__2__Impl rule__InSemanticsRule__Group_3_1_1__3 )
- // InternalRoom.g:20879:2: rule__InSemanticsRule__Group_3_1_1__2__Impl rule__InSemanticsRule__Group_3_1_1__3
+ // InternalRoom.g:20898:1: ( rule__InSemanticsRule__Group_3_1_1__2__Impl rule__InSemanticsRule__Group_3_1_1__3 )
+ // InternalRoom.g:20899:2: rule__InSemanticsRule__Group_3_1_1__2__Impl rule__InSemanticsRule__Group_3_1_1__3
{
- pushFollow(FOLLOW_17);
+ pushFollow(FOLLOW_18);
rule__InSemanticsRule__Group_3_1_1__2__Impl();
state._fsp--;
@@ -57354,26 +57450,26 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group_3_1_1__2__Impl"
- // InternalRoom.g:20886:1: rule__InSemanticsRule__Group_3_1_1__2__Impl : ( ( ( rule__InSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__InSemanticsRule__Group_3_1_1_2__0 )* ) ) ;
+ // InternalRoom.g:20906:1: rule__InSemanticsRule__Group_3_1_1__2__Impl : ( ( ( rule__InSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__InSemanticsRule__Group_3_1_1_2__0 )* ) ) ;
public final void rule__InSemanticsRule__Group_3_1_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20890:1: ( ( ( ( rule__InSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__InSemanticsRule__Group_3_1_1_2__0 )* ) ) )
- // InternalRoom.g:20891:1: ( ( ( rule__InSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__InSemanticsRule__Group_3_1_1_2__0 )* ) )
+ // InternalRoom.g:20910:1: ( ( ( ( rule__InSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__InSemanticsRule__Group_3_1_1_2__0 )* ) ) )
+ // InternalRoom.g:20911:1: ( ( ( rule__InSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__InSemanticsRule__Group_3_1_1_2__0 )* ) )
{
- // InternalRoom.g:20891:1: ( ( ( rule__InSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__InSemanticsRule__Group_3_1_1_2__0 )* ) )
- // InternalRoom.g:20892:1: ( ( rule__InSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__InSemanticsRule__Group_3_1_1_2__0 )* )
+ // InternalRoom.g:20911:1: ( ( ( rule__InSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__InSemanticsRule__Group_3_1_1_2__0 )* ) )
+ // InternalRoom.g:20912:1: ( ( rule__InSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__InSemanticsRule__Group_3_1_1_2__0 )* )
{
- // InternalRoom.g:20892:1: ( ( rule__InSemanticsRule__Group_3_1_1_2__0 ) )
- // InternalRoom.g:20893:1: ( rule__InSemanticsRule__Group_3_1_1_2__0 )
+ // InternalRoom.g:20912:1: ( ( rule__InSemanticsRule__Group_3_1_1_2__0 ) )
+ // InternalRoom.g:20913:1: ( rule__InSemanticsRule__Group_3_1_1_2__0 )
{
before(grammarAccess.getInSemanticsRuleAccess().getGroup_3_1_1_2());
- // InternalRoom.g:20894:1: ( rule__InSemanticsRule__Group_3_1_1_2__0 )
- // InternalRoom.g:20894:2: rule__InSemanticsRule__Group_3_1_1_2__0
+ // InternalRoom.g:20914:1: ( rule__InSemanticsRule__Group_3_1_1_2__0 )
+ // InternalRoom.g:20914:2: rule__InSemanticsRule__Group_3_1_1_2__0
{
- pushFollow(FOLLOW_21);
+ pushFollow(FOLLOW_22);
rule__InSemanticsRule__Group_3_1_1_2__0();
state._fsp--;
@@ -57385,26 +57481,26 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
- // InternalRoom.g:20897:1: ( ( rule__InSemanticsRule__Group_3_1_1_2__0 )* )
- // InternalRoom.g:20898:1: ( rule__InSemanticsRule__Group_3_1_1_2__0 )*
+ // InternalRoom.g:20917:1: ( ( rule__InSemanticsRule__Group_3_1_1_2__0 )* )
+ // InternalRoom.g:20918:1: ( rule__InSemanticsRule__Group_3_1_1_2__0 )*
{
before(grammarAccess.getInSemanticsRuleAccess().getGroup_3_1_1_2());
- // InternalRoom.g:20899:1: ( rule__InSemanticsRule__Group_3_1_1_2__0 )*
- loop205:
+ // InternalRoom.g:20919:1: ( rule__InSemanticsRule__Group_3_1_1_2__0 )*
+ loop206:
do {
- int alt205=2;
- int LA205_0 = input.LA(1);
+ int alt206=2;
+ int LA206_0 = input.LA(1);
- if ( (LA205_0==55) ) {
- alt205=1;
+ if ( (LA206_0==55) ) {
+ alt206=1;
}
- switch (alt205) {
+ switch (alt206) {
case 1 :
- // InternalRoom.g:20899:2: rule__InSemanticsRule__Group_3_1_1_2__0
+ // InternalRoom.g:20919:2: rule__InSemanticsRule__Group_3_1_1_2__0
{
- pushFollow(FOLLOW_21);
+ pushFollow(FOLLOW_22);
rule__InSemanticsRule__Group_3_1_1_2__0();
state._fsp--;
@@ -57414,7 +57510,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop205;
+ break loop206;
}
} while (true);
@@ -57444,14 +57540,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group_3_1_1__3"
- // InternalRoom.g:20910:1: rule__InSemanticsRule__Group_3_1_1__3 : rule__InSemanticsRule__Group_3_1_1__3__Impl ;
+ // InternalRoom.g:20930:1: rule__InSemanticsRule__Group_3_1_1__3 : rule__InSemanticsRule__Group_3_1_1__3__Impl ;
public final void rule__InSemanticsRule__Group_3_1_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20914:1: ( rule__InSemanticsRule__Group_3_1_1__3__Impl )
- // InternalRoom.g:20915:2: rule__InSemanticsRule__Group_3_1_1__3__Impl
+ // InternalRoom.g:20934:1: ( rule__InSemanticsRule__Group_3_1_1__3__Impl )
+ // InternalRoom.g:20935:2: rule__InSemanticsRule__Group_3_1_1__3__Impl
{
pushFollow(FOLLOW_2);
rule__InSemanticsRule__Group_3_1_1__3__Impl();
@@ -57477,17 +57573,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group_3_1_1__3__Impl"
- // InternalRoom.g:20921:1: rule__InSemanticsRule__Group_3_1_1__3__Impl : ( ')' ) ;
+ // InternalRoom.g:20941:1: rule__InSemanticsRule__Group_3_1_1__3__Impl : ( ')' ) ;
public final void rule__InSemanticsRule__Group_3_1_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20925:1: ( ( ')' ) )
- // InternalRoom.g:20926:1: ( ')' )
+ // InternalRoom.g:20945:1: ( ( ')' ) )
+ // InternalRoom.g:20946:1: ( ')' )
{
- // InternalRoom.g:20926:1: ( ')' )
- // InternalRoom.g:20927:1: ')'
+ // InternalRoom.g:20946:1: ( ')' )
+ // InternalRoom.g:20947:1: ')'
{
before(grammarAccess.getInSemanticsRuleAccess().getRightParenthesisKeyword_3_1_1_3());
match(input,52,FOLLOW_2);
@@ -57514,16 +57610,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group_3_1_1_2__0"
- // InternalRoom.g:20948:1: rule__InSemanticsRule__Group_3_1_1_2__0 : rule__InSemanticsRule__Group_3_1_1_2__0__Impl rule__InSemanticsRule__Group_3_1_1_2__1 ;
+ // InternalRoom.g:20968:1: rule__InSemanticsRule__Group_3_1_1_2__0 : rule__InSemanticsRule__Group_3_1_1_2__0__Impl rule__InSemanticsRule__Group_3_1_1_2__1 ;
public final void rule__InSemanticsRule__Group_3_1_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20952:1: ( rule__InSemanticsRule__Group_3_1_1_2__0__Impl rule__InSemanticsRule__Group_3_1_1_2__1 )
- // InternalRoom.g:20953:2: rule__InSemanticsRule__Group_3_1_1_2__0__Impl rule__InSemanticsRule__Group_3_1_1_2__1
+ // InternalRoom.g:20972:1: ( rule__InSemanticsRule__Group_3_1_1_2__0__Impl rule__InSemanticsRule__Group_3_1_1_2__1 )
+ // InternalRoom.g:20973:2: rule__InSemanticsRule__Group_3_1_1_2__0__Impl rule__InSemanticsRule__Group_3_1_1_2__1
{
- pushFollow(FOLLOW_107);
+ pushFollow(FOLLOW_108);
rule__InSemanticsRule__Group_3_1_1_2__0__Impl();
state._fsp--;
@@ -57552,17 +57648,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group_3_1_1_2__0__Impl"
- // InternalRoom.g:20960:1: rule__InSemanticsRule__Group_3_1_1_2__0__Impl : ( ',' ) ;
+ // InternalRoom.g:20980:1: rule__InSemanticsRule__Group_3_1_1_2__0__Impl : ( ',' ) ;
public final void rule__InSemanticsRule__Group_3_1_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20964:1: ( ( ',' ) )
- // InternalRoom.g:20965:1: ( ',' )
+ // InternalRoom.g:20984:1: ( ( ',' ) )
+ // InternalRoom.g:20985:1: ( ',' )
{
- // InternalRoom.g:20965:1: ( ',' )
- // InternalRoom.g:20966:1: ','
+ // InternalRoom.g:20985:1: ( ',' )
+ // InternalRoom.g:20986:1: ','
{
before(grammarAccess.getInSemanticsRuleAccess().getCommaKeyword_3_1_1_2_0());
match(input,55,FOLLOW_2);
@@ -57589,14 +57685,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group_3_1_1_2__1"
- // InternalRoom.g:20979:1: rule__InSemanticsRule__Group_3_1_1_2__1 : rule__InSemanticsRule__Group_3_1_1_2__1__Impl ;
+ // InternalRoom.g:20999:1: rule__InSemanticsRule__Group_3_1_1_2__1 : rule__InSemanticsRule__Group_3_1_1_2__1__Impl ;
public final void rule__InSemanticsRule__Group_3_1_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20983:1: ( rule__InSemanticsRule__Group_3_1_1_2__1__Impl )
- // InternalRoom.g:20984:2: rule__InSemanticsRule__Group_3_1_1_2__1__Impl
+ // InternalRoom.g:21003:1: ( rule__InSemanticsRule__Group_3_1_1_2__1__Impl )
+ // InternalRoom.g:21004:2: rule__InSemanticsRule__Group_3_1_1_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__InSemanticsRule__Group_3_1_1_2__1__Impl();
@@ -57622,21 +57718,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__Group_3_1_1_2__1__Impl"
- // InternalRoom.g:20990:1: rule__InSemanticsRule__Group_3_1_1_2__1__Impl : ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1 ) ) ;
+ // InternalRoom.g:21010:1: rule__InSemanticsRule__Group_3_1_1_2__1__Impl : ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1 ) ) ;
public final void rule__InSemanticsRule__Group_3_1_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:20994:1: ( ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1 ) ) )
- // InternalRoom.g:20995:1: ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1 ) )
+ // InternalRoom.g:21014:1: ( ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1 ) ) )
+ // InternalRoom.g:21015:1: ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1 ) )
{
- // InternalRoom.g:20995:1: ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1 ) )
- // InternalRoom.g:20996:1: ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1 )
+ // InternalRoom.g:21015:1: ( ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1 ) )
+ // InternalRoom.g:21016:1: ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1 )
{
before(grammarAccess.getInSemanticsRuleAccess().getFollowUpsAssignment_3_1_1_2_1());
- // InternalRoom.g:20997:1: ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1 )
- // InternalRoom.g:20997:2: rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1
+ // InternalRoom.g:21017:1: ( rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1 )
+ // InternalRoom.g:21017:2: rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1
{
pushFollow(FOLLOW_2);
rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1();
@@ -57669,16 +57765,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group__0"
- // InternalRoom.g:21011:1: rule__OutSemanticsRule__Group__0 : rule__OutSemanticsRule__Group__0__Impl rule__OutSemanticsRule__Group__1 ;
+ // InternalRoom.g:21031:1: rule__OutSemanticsRule__Group__0 : rule__OutSemanticsRule__Group__0__Impl rule__OutSemanticsRule__Group__1 ;
public final void rule__OutSemanticsRule__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21015:1: ( rule__OutSemanticsRule__Group__0__Impl rule__OutSemanticsRule__Group__1 )
- // InternalRoom.g:21016:2: rule__OutSemanticsRule__Group__0__Impl rule__OutSemanticsRule__Group__1
+ // InternalRoom.g:21035:1: ( rule__OutSemanticsRule__Group__0__Impl rule__OutSemanticsRule__Group__1 )
+ // InternalRoom.g:21036:2: rule__OutSemanticsRule__Group__0__Impl rule__OutSemanticsRule__Group__1
{
- pushFollow(FOLLOW_9);
+ pushFollow(FOLLOW_10);
rule__OutSemanticsRule__Group__0__Impl();
state._fsp--;
@@ -57707,17 +57803,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group__0__Impl"
- // InternalRoom.g:21023:1: rule__OutSemanticsRule__Group__0__Impl : ( 'out' ) ;
+ // InternalRoom.g:21043:1: rule__OutSemanticsRule__Group__0__Impl : ( 'out' ) ;
public final void rule__OutSemanticsRule__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21027:1: ( ( 'out' ) )
- // InternalRoom.g:21028:1: ( 'out' )
+ // InternalRoom.g:21047:1: ( ( 'out' ) )
+ // InternalRoom.g:21048:1: ( 'out' )
{
- // InternalRoom.g:21028:1: ( 'out' )
- // InternalRoom.g:21029:1: 'out'
+ // InternalRoom.g:21048:1: ( 'out' )
+ // InternalRoom.g:21049:1: 'out'
{
before(grammarAccess.getOutSemanticsRuleAccess().getOutKeyword_0());
match(input,119,FOLLOW_2);
@@ -57744,14 +57840,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group__1"
- // InternalRoom.g:21042:1: rule__OutSemanticsRule__Group__1 : rule__OutSemanticsRule__Group__1__Impl rule__OutSemanticsRule__Group__2 ;
+ // InternalRoom.g:21062:1: rule__OutSemanticsRule__Group__1 : rule__OutSemanticsRule__Group__1__Impl rule__OutSemanticsRule__Group__2 ;
public final void rule__OutSemanticsRule__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21046:1: ( rule__OutSemanticsRule__Group__1__Impl rule__OutSemanticsRule__Group__2 )
- // InternalRoom.g:21047:2: rule__OutSemanticsRule__Group__1__Impl rule__OutSemanticsRule__Group__2
+ // InternalRoom.g:21066:1: ( rule__OutSemanticsRule__Group__1__Impl rule__OutSemanticsRule__Group__2 )
+ // InternalRoom.g:21067:2: rule__OutSemanticsRule__Group__1__Impl rule__OutSemanticsRule__Group__2
{
pushFollow(FOLLOW_3);
rule__OutSemanticsRule__Group__1__Impl();
@@ -57782,17 +57878,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group__1__Impl"
- // InternalRoom.g:21054:1: rule__OutSemanticsRule__Group__1__Impl : ( ':' ) ;
+ // InternalRoom.g:21074:1: rule__OutSemanticsRule__Group__1__Impl : ( ':' ) ;
public final void rule__OutSemanticsRule__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21058:1: ( ( ':' ) )
- // InternalRoom.g:21059:1: ( ':' )
+ // InternalRoom.g:21078:1: ( ( ':' ) )
+ // InternalRoom.g:21079:1: ( ':' )
{
- // InternalRoom.g:21059:1: ( ':' )
- // InternalRoom.g:21060:1: ':'
+ // InternalRoom.g:21079:1: ( ':' )
+ // InternalRoom.g:21080:1: ':'
{
before(grammarAccess.getOutSemanticsRuleAccess().getColonKeyword_1());
match(input,47,FOLLOW_2);
@@ -57819,16 +57915,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group__2"
- // InternalRoom.g:21073:1: rule__OutSemanticsRule__Group__2 : rule__OutSemanticsRule__Group__2__Impl rule__OutSemanticsRule__Group__3 ;
+ // InternalRoom.g:21093:1: rule__OutSemanticsRule__Group__2 : rule__OutSemanticsRule__Group__2__Impl rule__OutSemanticsRule__Group__3 ;
public final void rule__OutSemanticsRule__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21077:1: ( rule__OutSemanticsRule__Group__2__Impl rule__OutSemanticsRule__Group__3 )
- // InternalRoom.g:21078:2: rule__OutSemanticsRule__Group__2__Impl rule__OutSemanticsRule__Group__3
+ // InternalRoom.g:21097:1: ( rule__OutSemanticsRule__Group__2__Impl rule__OutSemanticsRule__Group__3 )
+ // InternalRoom.g:21098:2: rule__OutSemanticsRule__Group__2__Impl rule__OutSemanticsRule__Group__3
{
- pushFollow(FOLLOW_13);
+ pushFollow(FOLLOW_14);
rule__OutSemanticsRule__Group__2__Impl();
state._fsp--;
@@ -57857,21 +57953,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group__2__Impl"
- // InternalRoom.g:21085:1: rule__OutSemanticsRule__Group__2__Impl : ( ( rule__OutSemanticsRule__MsgAssignment_2 ) ) ;
+ // InternalRoom.g:21105:1: rule__OutSemanticsRule__Group__2__Impl : ( ( rule__OutSemanticsRule__MsgAssignment_2 ) ) ;
public final void rule__OutSemanticsRule__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21089:1: ( ( ( rule__OutSemanticsRule__MsgAssignment_2 ) ) )
- // InternalRoom.g:21090:1: ( ( rule__OutSemanticsRule__MsgAssignment_2 ) )
+ // InternalRoom.g:21109:1: ( ( ( rule__OutSemanticsRule__MsgAssignment_2 ) ) )
+ // InternalRoom.g:21110:1: ( ( rule__OutSemanticsRule__MsgAssignment_2 ) )
{
- // InternalRoom.g:21090:1: ( ( rule__OutSemanticsRule__MsgAssignment_2 ) )
- // InternalRoom.g:21091:1: ( rule__OutSemanticsRule__MsgAssignment_2 )
+ // InternalRoom.g:21110:1: ( ( rule__OutSemanticsRule__MsgAssignment_2 ) )
+ // InternalRoom.g:21111:1: ( rule__OutSemanticsRule__MsgAssignment_2 )
{
before(grammarAccess.getOutSemanticsRuleAccess().getMsgAssignment_2());
- // InternalRoom.g:21092:1: ( rule__OutSemanticsRule__MsgAssignment_2 )
- // InternalRoom.g:21092:2: rule__OutSemanticsRule__MsgAssignment_2
+ // InternalRoom.g:21112:1: ( rule__OutSemanticsRule__MsgAssignment_2 )
+ // InternalRoom.g:21112:2: rule__OutSemanticsRule__MsgAssignment_2
{
pushFollow(FOLLOW_2);
rule__OutSemanticsRule__MsgAssignment_2();
@@ -57904,14 +58000,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group__3"
- // InternalRoom.g:21102:1: rule__OutSemanticsRule__Group__3 : rule__OutSemanticsRule__Group__3__Impl ;
+ // InternalRoom.g:21122:1: rule__OutSemanticsRule__Group__3 : rule__OutSemanticsRule__Group__3__Impl ;
public final void rule__OutSemanticsRule__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21106:1: ( rule__OutSemanticsRule__Group__3__Impl )
- // InternalRoom.g:21107:2: rule__OutSemanticsRule__Group__3__Impl
+ // InternalRoom.g:21126:1: ( rule__OutSemanticsRule__Group__3__Impl )
+ // InternalRoom.g:21127:2: rule__OutSemanticsRule__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__OutSemanticsRule__Group__3__Impl();
@@ -57937,29 +58033,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group__3__Impl"
- // InternalRoom.g:21113:1: rule__OutSemanticsRule__Group__3__Impl : ( ( rule__OutSemanticsRule__Group_3__0 )? ) ;
+ // InternalRoom.g:21133:1: rule__OutSemanticsRule__Group__3__Impl : ( ( rule__OutSemanticsRule__Group_3__0 )? ) ;
public final void rule__OutSemanticsRule__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21117:1: ( ( ( rule__OutSemanticsRule__Group_3__0 )? ) )
- // InternalRoom.g:21118:1: ( ( rule__OutSemanticsRule__Group_3__0 )? )
+ // InternalRoom.g:21137:1: ( ( ( rule__OutSemanticsRule__Group_3__0 )? ) )
+ // InternalRoom.g:21138:1: ( ( rule__OutSemanticsRule__Group_3__0 )? )
{
- // InternalRoom.g:21118:1: ( ( rule__OutSemanticsRule__Group_3__0 )? )
- // InternalRoom.g:21119:1: ( rule__OutSemanticsRule__Group_3__0 )?
+ // InternalRoom.g:21138:1: ( ( rule__OutSemanticsRule__Group_3__0 )? )
+ // InternalRoom.g:21139:1: ( rule__OutSemanticsRule__Group_3__0 )?
{
before(grammarAccess.getOutSemanticsRuleAccess().getGroup_3());
- // InternalRoom.g:21120:1: ( rule__OutSemanticsRule__Group_3__0 )?
- int alt206=2;
- int LA206_0 = input.LA(1);
+ // InternalRoom.g:21140:1: ( rule__OutSemanticsRule__Group_3__0 )?
+ int alt207=2;
+ int LA207_0 = input.LA(1);
- if ( (LA206_0==49) ) {
- alt206=1;
+ if ( (LA207_0==49) ) {
+ alt207=1;
}
- switch (alt206) {
+ switch (alt207) {
case 1 :
- // InternalRoom.g:21120:2: rule__OutSemanticsRule__Group_3__0
+ // InternalRoom.g:21140:2: rule__OutSemanticsRule__Group_3__0
{
pushFollow(FOLLOW_2);
rule__OutSemanticsRule__Group_3__0();
@@ -57995,16 +58091,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group_3__0"
- // InternalRoom.g:21138:1: rule__OutSemanticsRule__Group_3__0 : rule__OutSemanticsRule__Group_3__0__Impl rule__OutSemanticsRule__Group_3__1 ;
+ // InternalRoom.g:21158:1: rule__OutSemanticsRule__Group_3__0 : rule__OutSemanticsRule__Group_3__0__Impl rule__OutSemanticsRule__Group_3__1 ;
public final void rule__OutSemanticsRule__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21142:1: ( rule__OutSemanticsRule__Group_3__0__Impl rule__OutSemanticsRule__Group_3__1 )
- // InternalRoom.g:21143:2: rule__OutSemanticsRule__Group_3__0__Impl rule__OutSemanticsRule__Group_3__1
+ // InternalRoom.g:21162:1: ( rule__OutSemanticsRule__Group_3__0__Impl rule__OutSemanticsRule__Group_3__1 )
+ // InternalRoom.g:21163:2: rule__OutSemanticsRule__Group_3__0__Impl rule__OutSemanticsRule__Group_3__1
{
- pushFollow(FOLLOW_106);
+ pushFollow(FOLLOW_107);
rule__OutSemanticsRule__Group_3__0__Impl();
state._fsp--;
@@ -58033,17 +58129,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group_3__0__Impl"
- // InternalRoom.g:21150:1: rule__OutSemanticsRule__Group_3__0__Impl : ( '->' ) ;
+ // InternalRoom.g:21170:1: rule__OutSemanticsRule__Group_3__0__Impl : ( '->' ) ;
public final void rule__OutSemanticsRule__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21154:1: ( ( '->' ) )
- // InternalRoom.g:21155:1: ( '->' )
+ // InternalRoom.g:21174:1: ( ( '->' ) )
+ // InternalRoom.g:21175:1: ( '->' )
{
- // InternalRoom.g:21155:1: ( '->' )
- // InternalRoom.g:21156:1: '->'
+ // InternalRoom.g:21175:1: ( '->' )
+ // InternalRoom.g:21176:1: '->'
{
before(grammarAccess.getOutSemanticsRuleAccess().getHyphenMinusGreaterThanSignKeyword_3_0());
match(input,49,FOLLOW_2);
@@ -58070,14 +58166,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group_3__1"
- // InternalRoom.g:21169:1: rule__OutSemanticsRule__Group_3__1 : rule__OutSemanticsRule__Group_3__1__Impl ;
+ // InternalRoom.g:21189:1: rule__OutSemanticsRule__Group_3__1 : rule__OutSemanticsRule__Group_3__1__Impl ;
public final void rule__OutSemanticsRule__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21173:1: ( rule__OutSemanticsRule__Group_3__1__Impl )
- // InternalRoom.g:21174:2: rule__OutSemanticsRule__Group_3__1__Impl
+ // InternalRoom.g:21193:1: ( rule__OutSemanticsRule__Group_3__1__Impl )
+ // InternalRoom.g:21194:2: rule__OutSemanticsRule__Group_3__1__Impl
{
pushFollow(FOLLOW_2);
rule__OutSemanticsRule__Group_3__1__Impl();
@@ -58103,21 +58199,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group_3__1__Impl"
- // InternalRoom.g:21180:1: rule__OutSemanticsRule__Group_3__1__Impl : ( ( rule__OutSemanticsRule__Alternatives_3_1 ) ) ;
+ // InternalRoom.g:21200:1: rule__OutSemanticsRule__Group_3__1__Impl : ( ( rule__OutSemanticsRule__Alternatives_3_1 ) ) ;
public final void rule__OutSemanticsRule__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21184:1: ( ( ( rule__OutSemanticsRule__Alternatives_3_1 ) ) )
- // InternalRoom.g:21185:1: ( ( rule__OutSemanticsRule__Alternatives_3_1 ) )
+ // InternalRoom.g:21204:1: ( ( ( rule__OutSemanticsRule__Alternatives_3_1 ) ) )
+ // InternalRoom.g:21205:1: ( ( rule__OutSemanticsRule__Alternatives_3_1 ) )
{
- // InternalRoom.g:21185:1: ( ( rule__OutSemanticsRule__Alternatives_3_1 ) )
- // InternalRoom.g:21186:1: ( rule__OutSemanticsRule__Alternatives_3_1 )
+ // InternalRoom.g:21205:1: ( ( rule__OutSemanticsRule__Alternatives_3_1 ) )
+ // InternalRoom.g:21206:1: ( rule__OutSemanticsRule__Alternatives_3_1 )
{
before(grammarAccess.getOutSemanticsRuleAccess().getAlternatives_3_1());
- // InternalRoom.g:21187:1: ( rule__OutSemanticsRule__Alternatives_3_1 )
- // InternalRoom.g:21187:2: rule__OutSemanticsRule__Alternatives_3_1
+ // InternalRoom.g:21207:1: ( rule__OutSemanticsRule__Alternatives_3_1 )
+ // InternalRoom.g:21207:2: rule__OutSemanticsRule__Alternatives_3_1
{
pushFollow(FOLLOW_2);
rule__OutSemanticsRule__Alternatives_3_1();
@@ -58150,16 +58246,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group_3_1_1__0"
- // InternalRoom.g:21201:1: rule__OutSemanticsRule__Group_3_1_1__0 : rule__OutSemanticsRule__Group_3_1_1__0__Impl rule__OutSemanticsRule__Group_3_1_1__1 ;
+ // InternalRoom.g:21221:1: rule__OutSemanticsRule__Group_3_1_1__0 : rule__OutSemanticsRule__Group_3_1_1__0__Impl rule__OutSemanticsRule__Group_3_1_1__1 ;
public final void rule__OutSemanticsRule__Group_3_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21205:1: ( rule__OutSemanticsRule__Group_3_1_1__0__Impl rule__OutSemanticsRule__Group_3_1_1__1 )
- // InternalRoom.g:21206:2: rule__OutSemanticsRule__Group_3_1_1__0__Impl rule__OutSemanticsRule__Group_3_1_1__1
+ // InternalRoom.g:21225:1: ( rule__OutSemanticsRule__Group_3_1_1__0__Impl rule__OutSemanticsRule__Group_3_1_1__1 )
+ // InternalRoom.g:21226:2: rule__OutSemanticsRule__Group_3_1_1__0__Impl rule__OutSemanticsRule__Group_3_1_1__1
{
- pushFollow(FOLLOW_107);
+ pushFollow(FOLLOW_108);
rule__OutSemanticsRule__Group_3_1_1__0__Impl();
state._fsp--;
@@ -58188,17 +58284,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group_3_1_1__0__Impl"
- // InternalRoom.g:21213:1: rule__OutSemanticsRule__Group_3_1_1__0__Impl : ( '(' ) ;
+ // InternalRoom.g:21233:1: rule__OutSemanticsRule__Group_3_1_1__0__Impl : ( '(' ) ;
public final void rule__OutSemanticsRule__Group_3_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21217:1: ( ( '(' ) )
- // InternalRoom.g:21218:1: ( '(' )
+ // InternalRoom.g:21237:1: ( ( '(' ) )
+ // InternalRoom.g:21238:1: ( '(' )
{
- // InternalRoom.g:21218:1: ( '(' )
- // InternalRoom.g:21219:1: '('
+ // InternalRoom.g:21238:1: ( '(' )
+ // InternalRoom.g:21239:1: '('
{
before(grammarAccess.getOutSemanticsRuleAccess().getLeftParenthesisKeyword_3_1_1_0());
match(input,51,FOLLOW_2);
@@ -58225,16 +58321,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group_3_1_1__1"
- // InternalRoom.g:21232:1: rule__OutSemanticsRule__Group_3_1_1__1 : rule__OutSemanticsRule__Group_3_1_1__1__Impl rule__OutSemanticsRule__Group_3_1_1__2 ;
+ // InternalRoom.g:21252:1: rule__OutSemanticsRule__Group_3_1_1__1 : rule__OutSemanticsRule__Group_3_1_1__1__Impl rule__OutSemanticsRule__Group_3_1_1__2 ;
public final void rule__OutSemanticsRule__Group_3_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21236:1: ( rule__OutSemanticsRule__Group_3_1_1__1__Impl rule__OutSemanticsRule__Group_3_1_1__2 )
- // InternalRoom.g:21237:2: rule__OutSemanticsRule__Group_3_1_1__1__Impl rule__OutSemanticsRule__Group_3_1_1__2
+ // InternalRoom.g:21256:1: ( rule__OutSemanticsRule__Group_3_1_1__1__Impl rule__OutSemanticsRule__Group_3_1_1__2 )
+ // InternalRoom.g:21257:2: rule__OutSemanticsRule__Group_3_1_1__1__Impl rule__OutSemanticsRule__Group_3_1_1__2
{
- pushFollow(FOLLOW_20);
+ pushFollow(FOLLOW_21);
rule__OutSemanticsRule__Group_3_1_1__1__Impl();
state._fsp--;
@@ -58263,21 +58359,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group_3_1_1__1__Impl"
- // InternalRoom.g:21244:1: rule__OutSemanticsRule__Group_3_1_1__1__Impl : ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1 ) ) ;
+ // InternalRoom.g:21264:1: rule__OutSemanticsRule__Group_3_1_1__1__Impl : ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1 ) ) ;
public final void rule__OutSemanticsRule__Group_3_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21248:1: ( ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1 ) ) )
- // InternalRoom.g:21249:1: ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1 ) )
+ // InternalRoom.g:21268:1: ( ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1 ) ) )
+ // InternalRoom.g:21269:1: ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1 ) )
{
- // InternalRoom.g:21249:1: ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1 ) )
- // InternalRoom.g:21250:1: ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1 )
+ // InternalRoom.g:21269:1: ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1 ) )
+ // InternalRoom.g:21270:1: ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1 )
{
before(grammarAccess.getOutSemanticsRuleAccess().getFollowUpsAssignment_3_1_1_1());
- // InternalRoom.g:21251:1: ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1 )
- // InternalRoom.g:21251:2: rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1
+ // InternalRoom.g:21271:1: ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1 )
+ // InternalRoom.g:21271:2: rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1
{
pushFollow(FOLLOW_2);
rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1();
@@ -58310,16 +58406,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group_3_1_1__2"
- // InternalRoom.g:21261:1: rule__OutSemanticsRule__Group_3_1_1__2 : rule__OutSemanticsRule__Group_3_1_1__2__Impl rule__OutSemanticsRule__Group_3_1_1__3 ;
+ // InternalRoom.g:21281:1: rule__OutSemanticsRule__Group_3_1_1__2 : rule__OutSemanticsRule__Group_3_1_1__2__Impl rule__OutSemanticsRule__Group_3_1_1__3 ;
public final void rule__OutSemanticsRule__Group_3_1_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21265:1: ( rule__OutSemanticsRule__Group_3_1_1__2__Impl rule__OutSemanticsRule__Group_3_1_1__3 )
- // InternalRoom.g:21266:2: rule__OutSemanticsRule__Group_3_1_1__2__Impl rule__OutSemanticsRule__Group_3_1_1__3
+ // InternalRoom.g:21285:1: ( rule__OutSemanticsRule__Group_3_1_1__2__Impl rule__OutSemanticsRule__Group_3_1_1__3 )
+ // InternalRoom.g:21286:2: rule__OutSemanticsRule__Group_3_1_1__2__Impl rule__OutSemanticsRule__Group_3_1_1__3
{
- pushFollow(FOLLOW_17);
+ pushFollow(FOLLOW_18);
rule__OutSemanticsRule__Group_3_1_1__2__Impl();
state._fsp--;
@@ -58348,26 +58444,26 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group_3_1_1__2__Impl"
- // InternalRoom.g:21273:1: rule__OutSemanticsRule__Group_3_1_1__2__Impl : ( ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 )* ) ) ;
+ // InternalRoom.g:21293:1: rule__OutSemanticsRule__Group_3_1_1__2__Impl : ( ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 )* ) ) ;
public final void rule__OutSemanticsRule__Group_3_1_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21277:1: ( ( ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 )* ) ) )
- // InternalRoom.g:21278:1: ( ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 )* ) )
+ // InternalRoom.g:21297:1: ( ( ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 )* ) ) )
+ // InternalRoom.g:21298:1: ( ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 )* ) )
{
- // InternalRoom.g:21278:1: ( ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 )* ) )
- // InternalRoom.g:21279:1: ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 )* )
+ // InternalRoom.g:21298:1: ( ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 )* ) )
+ // InternalRoom.g:21299:1: ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 ) ) ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 )* )
{
- // InternalRoom.g:21279:1: ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 ) )
- // InternalRoom.g:21280:1: ( rule__OutSemanticsRule__Group_3_1_1_2__0 )
+ // InternalRoom.g:21299:1: ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 ) )
+ // InternalRoom.g:21300:1: ( rule__OutSemanticsRule__Group_3_1_1_2__0 )
{
before(grammarAccess.getOutSemanticsRuleAccess().getGroup_3_1_1_2());
- // InternalRoom.g:21281:1: ( rule__OutSemanticsRule__Group_3_1_1_2__0 )
- // InternalRoom.g:21281:2: rule__OutSemanticsRule__Group_3_1_1_2__0
+ // InternalRoom.g:21301:1: ( rule__OutSemanticsRule__Group_3_1_1_2__0 )
+ // InternalRoom.g:21301:2: rule__OutSemanticsRule__Group_3_1_1_2__0
{
- pushFollow(FOLLOW_21);
+ pushFollow(FOLLOW_22);
rule__OutSemanticsRule__Group_3_1_1_2__0();
state._fsp--;
@@ -58379,26 +58475,26 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
- // InternalRoom.g:21284:1: ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 )* )
- // InternalRoom.g:21285:1: ( rule__OutSemanticsRule__Group_3_1_1_2__0 )*
+ // InternalRoom.g:21304:1: ( ( rule__OutSemanticsRule__Group_3_1_1_2__0 )* )
+ // InternalRoom.g:21305:1: ( rule__OutSemanticsRule__Group_3_1_1_2__0 )*
{
before(grammarAccess.getOutSemanticsRuleAccess().getGroup_3_1_1_2());
- // InternalRoom.g:21286:1: ( rule__OutSemanticsRule__Group_3_1_1_2__0 )*
- loop207:
+ // InternalRoom.g:21306:1: ( rule__OutSemanticsRule__Group_3_1_1_2__0 )*
+ loop208:
do {
- int alt207=2;
- int LA207_0 = input.LA(1);
+ int alt208=2;
+ int LA208_0 = input.LA(1);
- if ( (LA207_0==55) ) {
- alt207=1;
+ if ( (LA208_0==55) ) {
+ alt208=1;
}
- switch (alt207) {
+ switch (alt208) {
case 1 :
- // InternalRoom.g:21286:2: rule__OutSemanticsRule__Group_3_1_1_2__0
+ // InternalRoom.g:21306:2: rule__OutSemanticsRule__Group_3_1_1_2__0
{
- pushFollow(FOLLOW_21);
+ pushFollow(FOLLOW_22);
rule__OutSemanticsRule__Group_3_1_1_2__0();
state._fsp--;
@@ -58408,7 +58504,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop207;
+ break loop208;
}
} while (true);
@@ -58438,14 +58534,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group_3_1_1__3"
- // InternalRoom.g:21297:1: rule__OutSemanticsRule__Group_3_1_1__3 : rule__OutSemanticsRule__Group_3_1_1__3__Impl ;
+ // InternalRoom.g:21317:1: rule__OutSemanticsRule__Group_3_1_1__3 : rule__OutSemanticsRule__Group_3_1_1__3__Impl ;
public final void rule__OutSemanticsRule__Group_3_1_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21301:1: ( rule__OutSemanticsRule__Group_3_1_1__3__Impl )
- // InternalRoom.g:21302:2: rule__OutSemanticsRule__Group_3_1_1__3__Impl
+ // InternalRoom.g:21321:1: ( rule__OutSemanticsRule__Group_3_1_1__3__Impl )
+ // InternalRoom.g:21322:2: rule__OutSemanticsRule__Group_3_1_1__3__Impl
{
pushFollow(FOLLOW_2);
rule__OutSemanticsRule__Group_3_1_1__3__Impl();
@@ -58471,17 +58567,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group_3_1_1__3__Impl"
- // InternalRoom.g:21308:1: rule__OutSemanticsRule__Group_3_1_1__3__Impl : ( ')' ) ;
+ // InternalRoom.g:21328:1: rule__OutSemanticsRule__Group_3_1_1__3__Impl : ( ')' ) ;
public final void rule__OutSemanticsRule__Group_3_1_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21312:1: ( ( ')' ) )
- // InternalRoom.g:21313:1: ( ')' )
+ // InternalRoom.g:21332:1: ( ( ')' ) )
+ // InternalRoom.g:21333:1: ( ')' )
{
- // InternalRoom.g:21313:1: ( ')' )
- // InternalRoom.g:21314:1: ')'
+ // InternalRoom.g:21333:1: ( ')' )
+ // InternalRoom.g:21334:1: ')'
{
before(grammarAccess.getOutSemanticsRuleAccess().getRightParenthesisKeyword_3_1_1_3());
match(input,52,FOLLOW_2);
@@ -58508,16 +58604,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group_3_1_1_2__0"
- // InternalRoom.g:21335:1: rule__OutSemanticsRule__Group_3_1_1_2__0 : rule__OutSemanticsRule__Group_3_1_1_2__0__Impl rule__OutSemanticsRule__Group_3_1_1_2__1 ;
+ // InternalRoom.g:21355:1: rule__OutSemanticsRule__Group_3_1_1_2__0 : rule__OutSemanticsRule__Group_3_1_1_2__0__Impl rule__OutSemanticsRule__Group_3_1_1_2__1 ;
public final void rule__OutSemanticsRule__Group_3_1_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21339:1: ( rule__OutSemanticsRule__Group_3_1_1_2__0__Impl rule__OutSemanticsRule__Group_3_1_1_2__1 )
- // InternalRoom.g:21340:2: rule__OutSemanticsRule__Group_3_1_1_2__0__Impl rule__OutSemanticsRule__Group_3_1_1_2__1
+ // InternalRoom.g:21359:1: ( rule__OutSemanticsRule__Group_3_1_1_2__0__Impl rule__OutSemanticsRule__Group_3_1_1_2__1 )
+ // InternalRoom.g:21360:2: rule__OutSemanticsRule__Group_3_1_1_2__0__Impl rule__OutSemanticsRule__Group_3_1_1_2__1
{
- pushFollow(FOLLOW_107);
+ pushFollow(FOLLOW_108);
rule__OutSemanticsRule__Group_3_1_1_2__0__Impl();
state._fsp--;
@@ -58546,17 +58642,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group_3_1_1_2__0__Impl"
- // InternalRoom.g:21347:1: rule__OutSemanticsRule__Group_3_1_1_2__0__Impl : ( ',' ) ;
+ // InternalRoom.g:21367:1: rule__OutSemanticsRule__Group_3_1_1_2__0__Impl : ( ',' ) ;
public final void rule__OutSemanticsRule__Group_3_1_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21351:1: ( ( ',' ) )
- // InternalRoom.g:21352:1: ( ',' )
+ // InternalRoom.g:21371:1: ( ( ',' ) )
+ // InternalRoom.g:21372:1: ( ',' )
{
- // InternalRoom.g:21352:1: ( ',' )
- // InternalRoom.g:21353:1: ','
+ // InternalRoom.g:21372:1: ( ',' )
+ // InternalRoom.g:21373:1: ','
{
before(grammarAccess.getOutSemanticsRuleAccess().getCommaKeyword_3_1_1_2_0());
match(input,55,FOLLOW_2);
@@ -58583,14 +58679,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group_3_1_1_2__1"
- // InternalRoom.g:21366:1: rule__OutSemanticsRule__Group_3_1_1_2__1 : rule__OutSemanticsRule__Group_3_1_1_2__1__Impl ;
+ // InternalRoom.g:21386:1: rule__OutSemanticsRule__Group_3_1_1_2__1 : rule__OutSemanticsRule__Group_3_1_1_2__1__Impl ;
public final void rule__OutSemanticsRule__Group_3_1_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21370:1: ( rule__OutSemanticsRule__Group_3_1_1_2__1__Impl )
- // InternalRoom.g:21371:2: rule__OutSemanticsRule__Group_3_1_1_2__1__Impl
+ // InternalRoom.g:21390:1: ( rule__OutSemanticsRule__Group_3_1_1_2__1__Impl )
+ // InternalRoom.g:21391:2: rule__OutSemanticsRule__Group_3_1_1_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__OutSemanticsRule__Group_3_1_1_2__1__Impl();
@@ -58616,21 +58712,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__Group_3_1_1_2__1__Impl"
- // InternalRoom.g:21377:1: rule__OutSemanticsRule__Group_3_1_1_2__1__Impl : ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1 ) ) ;
+ // InternalRoom.g:21397:1: rule__OutSemanticsRule__Group_3_1_1_2__1__Impl : ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1 ) ) ;
public final void rule__OutSemanticsRule__Group_3_1_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21381:1: ( ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1 ) ) )
- // InternalRoom.g:21382:1: ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1 ) )
+ // InternalRoom.g:21401:1: ( ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1 ) ) )
+ // InternalRoom.g:21402:1: ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1 ) )
{
- // InternalRoom.g:21382:1: ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1 ) )
- // InternalRoom.g:21383:1: ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1 )
+ // InternalRoom.g:21402:1: ( ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1 ) )
+ // InternalRoom.g:21403:1: ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1 )
{
before(grammarAccess.getOutSemanticsRuleAccess().getFollowUpsAssignment_3_1_1_2_1());
- // InternalRoom.g:21384:1: ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1 )
- // InternalRoom.g:21384:2: rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1
+ // InternalRoom.g:21404:1: ( rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1 )
+ // InternalRoom.g:21404:2: rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1
{
pushFollow(FOLLOW_2);
rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1();
@@ -58663,14 +58759,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group__0"
- // InternalRoom.g:21398:1: rule__Annotation__Group__0 : rule__Annotation__Group__0__Impl rule__Annotation__Group__1 ;
+ // InternalRoom.g:21418:1: rule__Annotation__Group__0 : rule__Annotation__Group__0__Impl rule__Annotation__Group__1 ;
public final void rule__Annotation__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21402:1: ( rule__Annotation__Group__0__Impl rule__Annotation__Group__1 )
- // InternalRoom.g:21403:2: rule__Annotation__Group__0__Impl rule__Annotation__Group__1
+ // InternalRoom.g:21422:1: ( rule__Annotation__Group__0__Impl rule__Annotation__Group__1 )
+ // InternalRoom.g:21423:2: rule__Annotation__Group__0__Impl rule__Annotation__Group__1
{
pushFollow(FOLLOW_3);
rule__Annotation__Group__0__Impl();
@@ -58701,17 +58797,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group__0__Impl"
- // InternalRoom.g:21410:1: rule__Annotation__Group__0__Impl : ( '@' ) ;
+ // InternalRoom.g:21430:1: rule__Annotation__Group__0__Impl : ( '@' ) ;
public final void rule__Annotation__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21414:1: ( ( '@' ) )
- // InternalRoom.g:21415:1: ( '@' )
+ // InternalRoom.g:21434:1: ( ( '@' ) )
+ // InternalRoom.g:21435:1: ( '@' )
{
- // InternalRoom.g:21415:1: ( '@' )
- // InternalRoom.g:21416:1: '@'
+ // InternalRoom.g:21435:1: ( '@' )
+ // InternalRoom.g:21436:1: '@'
{
before(grammarAccess.getAnnotationAccess().getCommercialAtKeyword_0());
match(input,120,FOLLOW_2);
@@ -58738,16 +58834,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group__1"
- // InternalRoom.g:21429:1: rule__Annotation__Group__1 : rule__Annotation__Group__1__Impl rule__Annotation__Group__2 ;
+ // InternalRoom.g:21449:1: rule__Annotation__Group__1 : rule__Annotation__Group__1__Impl rule__Annotation__Group__2 ;
public final void rule__Annotation__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21433:1: ( rule__Annotation__Group__1__Impl rule__Annotation__Group__2 )
- // InternalRoom.g:21434:2: rule__Annotation__Group__1__Impl rule__Annotation__Group__2
+ // InternalRoom.g:21453:1: ( rule__Annotation__Group__1__Impl rule__Annotation__Group__2 )
+ // InternalRoom.g:21454:2: rule__Annotation__Group__1__Impl rule__Annotation__Group__2
{
- pushFollow(FOLLOW_34);
+ pushFollow(FOLLOW_35);
rule__Annotation__Group__1__Impl();
state._fsp--;
@@ -58776,21 +58872,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group__1__Impl"
- // InternalRoom.g:21441:1: rule__Annotation__Group__1__Impl : ( ( rule__Annotation__TypeAssignment_1 ) ) ;
+ // InternalRoom.g:21461:1: rule__Annotation__Group__1__Impl : ( ( rule__Annotation__TypeAssignment_1 ) ) ;
public final void rule__Annotation__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21445:1: ( ( ( rule__Annotation__TypeAssignment_1 ) ) )
- // InternalRoom.g:21446:1: ( ( rule__Annotation__TypeAssignment_1 ) )
+ // InternalRoom.g:21465:1: ( ( ( rule__Annotation__TypeAssignment_1 ) ) )
+ // InternalRoom.g:21466:1: ( ( rule__Annotation__TypeAssignment_1 ) )
{
- // InternalRoom.g:21446:1: ( ( rule__Annotation__TypeAssignment_1 ) )
- // InternalRoom.g:21447:1: ( rule__Annotation__TypeAssignment_1 )
+ // InternalRoom.g:21466:1: ( ( rule__Annotation__TypeAssignment_1 ) )
+ // InternalRoom.g:21467:1: ( rule__Annotation__TypeAssignment_1 )
{
before(grammarAccess.getAnnotationAccess().getTypeAssignment_1());
- // InternalRoom.g:21448:1: ( rule__Annotation__TypeAssignment_1 )
- // InternalRoom.g:21448:2: rule__Annotation__TypeAssignment_1
+ // InternalRoom.g:21468:1: ( rule__Annotation__TypeAssignment_1 )
+ // InternalRoom.g:21468:2: rule__Annotation__TypeAssignment_1
{
pushFollow(FOLLOW_2);
rule__Annotation__TypeAssignment_1();
@@ -58823,14 +58919,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group__2"
- // InternalRoom.g:21458:1: rule__Annotation__Group__2 : rule__Annotation__Group__2__Impl ;
+ // InternalRoom.g:21478:1: rule__Annotation__Group__2 : rule__Annotation__Group__2__Impl ;
public final void rule__Annotation__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21462:1: ( rule__Annotation__Group__2__Impl )
- // InternalRoom.g:21463:2: rule__Annotation__Group__2__Impl
+ // InternalRoom.g:21482:1: ( rule__Annotation__Group__2__Impl )
+ // InternalRoom.g:21483:2: rule__Annotation__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__Annotation__Group__2__Impl();
@@ -58856,29 +58952,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group__2__Impl"
- // InternalRoom.g:21469:1: rule__Annotation__Group__2__Impl : ( ( rule__Annotation__Group_2__0 )? ) ;
+ // InternalRoom.g:21489:1: rule__Annotation__Group__2__Impl : ( ( rule__Annotation__Group_2__0 )? ) ;
public final void rule__Annotation__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21473:1: ( ( ( rule__Annotation__Group_2__0 )? ) )
- // InternalRoom.g:21474:1: ( ( rule__Annotation__Group_2__0 )? )
+ // InternalRoom.g:21493:1: ( ( ( rule__Annotation__Group_2__0 )? ) )
+ // InternalRoom.g:21494:1: ( ( rule__Annotation__Group_2__0 )? )
{
- // InternalRoom.g:21474:1: ( ( rule__Annotation__Group_2__0 )? )
- // InternalRoom.g:21475:1: ( rule__Annotation__Group_2__0 )?
+ // InternalRoom.g:21494:1: ( ( rule__Annotation__Group_2__0 )? )
+ // InternalRoom.g:21495:1: ( rule__Annotation__Group_2__0 )?
{
before(grammarAccess.getAnnotationAccess().getGroup_2());
- // InternalRoom.g:21476:1: ( rule__Annotation__Group_2__0 )?
- int alt208=2;
- int LA208_0 = input.LA(1);
+ // InternalRoom.g:21496:1: ( rule__Annotation__Group_2__0 )?
+ int alt209=2;
+ int LA209_0 = input.LA(1);
- if ( (LA208_0==51) ) {
- alt208=1;
+ if ( (LA209_0==51) ) {
+ alt209=1;
}
- switch (alt208) {
+ switch (alt209) {
case 1 :
- // InternalRoom.g:21476:2: rule__Annotation__Group_2__0
+ // InternalRoom.g:21496:2: rule__Annotation__Group_2__0
{
pushFollow(FOLLOW_2);
rule__Annotation__Group_2__0();
@@ -58914,14 +59010,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group_2__0"
- // InternalRoom.g:21492:1: rule__Annotation__Group_2__0 : rule__Annotation__Group_2__0__Impl rule__Annotation__Group_2__1 ;
+ // InternalRoom.g:21512:1: rule__Annotation__Group_2__0 : rule__Annotation__Group_2__0__Impl rule__Annotation__Group_2__1 ;
public final void rule__Annotation__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21496:1: ( rule__Annotation__Group_2__0__Impl rule__Annotation__Group_2__1 )
- // InternalRoom.g:21497:2: rule__Annotation__Group_2__0__Impl rule__Annotation__Group_2__1
+ // InternalRoom.g:21516:1: ( rule__Annotation__Group_2__0__Impl rule__Annotation__Group_2__1 )
+ // InternalRoom.g:21517:2: rule__Annotation__Group_2__0__Impl rule__Annotation__Group_2__1
{
pushFollow(FOLLOW_3);
rule__Annotation__Group_2__0__Impl();
@@ -58952,17 +59048,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group_2__0__Impl"
- // InternalRoom.g:21504:1: rule__Annotation__Group_2__0__Impl : ( '(' ) ;
+ // InternalRoom.g:21524:1: rule__Annotation__Group_2__0__Impl : ( '(' ) ;
public final void rule__Annotation__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21508:1: ( ( '(' ) )
- // InternalRoom.g:21509:1: ( '(' )
+ // InternalRoom.g:21528:1: ( ( '(' ) )
+ // InternalRoom.g:21529:1: ( '(' )
{
- // InternalRoom.g:21509:1: ( '(' )
- // InternalRoom.g:21510:1: '('
+ // InternalRoom.g:21529:1: ( '(' )
+ // InternalRoom.g:21530:1: '('
{
before(grammarAccess.getAnnotationAccess().getLeftParenthesisKeyword_2_0());
match(input,51,FOLLOW_2);
@@ -58989,16 +59085,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group_2__1"
- // InternalRoom.g:21523:1: rule__Annotation__Group_2__1 : rule__Annotation__Group_2__1__Impl rule__Annotation__Group_2__2 ;
+ // InternalRoom.g:21543:1: rule__Annotation__Group_2__1 : rule__Annotation__Group_2__1__Impl rule__Annotation__Group_2__2 ;
public final void rule__Annotation__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21527:1: ( rule__Annotation__Group_2__1__Impl rule__Annotation__Group_2__2 )
- // InternalRoom.g:21528:2: rule__Annotation__Group_2__1__Impl rule__Annotation__Group_2__2
+ // InternalRoom.g:21547:1: ( rule__Annotation__Group_2__1__Impl rule__Annotation__Group_2__2 )
+ // InternalRoom.g:21548:2: rule__Annotation__Group_2__1__Impl rule__Annotation__Group_2__2
{
- pushFollow(FOLLOW_108);
+ pushFollow(FOLLOW_109);
rule__Annotation__Group_2__1__Impl();
state._fsp--;
@@ -59027,21 +59123,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group_2__1__Impl"
- // InternalRoom.g:21535:1: rule__Annotation__Group_2__1__Impl : ( ( rule__Annotation__AttributesAssignment_2_1 ) ) ;
+ // InternalRoom.g:21555:1: rule__Annotation__Group_2__1__Impl : ( ( rule__Annotation__AttributesAssignment_2_1 ) ) ;
public final void rule__Annotation__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21539:1: ( ( ( rule__Annotation__AttributesAssignment_2_1 ) ) )
- // InternalRoom.g:21540:1: ( ( rule__Annotation__AttributesAssignment_2_1 ) )
+ // InternalRoom.g:21559:1: ( ( ( rule__Annotation__AttributesAssignment_2_1 ) ) )
+ // InternalRoom.g:21560:1: ( ( rule__Annotation__AttributesAssignment_2_1 ) )
{
- // InternalRoom.g:21540:1: ( ( rule__Annotation__AttributesAssignment_2_1 ) )
- // InternalRoom.g:21541:1: ( rule__Annotation__AttributesAssignment_2_1 )
+ // InternalRoom.g:21560:1: ( ( rule__Annotation__AttributesAssignment_2_1 ) )
+ // InternalRoom.g:21561:1: ( rule__Annotation__AttributesAssignment_2_1 )
{
before(grammarAccess.getAnnotationAccess().getAttributesAssignment_2_1());
- // InternalRoom.g:21542:1: ( rule__Annotation__AttributesAssignment_2_1 )
- // InternalRoom.g:21542:2: rule__Annotation__AttributesAssignment_2_1
+ // InternalRoom.g:21562:1: ( rule__Annotation__AttributesAssignment_2_1 )
+ // InternalRoom.g:21562:2: rule__Annotation__AttributesAssignment_2_1
{
pushFollow(FOLLOW_2);
rule__Annotation__AttributesAssignment_2_1();
@@ -59074,16 +59170,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group_2__2"
- // InternalRoom.g:21552:1: rule__Annotation__Group_2__2 : rule__Annotation__Group_2__2__Impl rule__Annotation__Group_2__3 ;
+ // InternalRoom.g:21572:1: rule__Annotation__Group_2__2 : rule__Annotation__Group_2__2__Impl rule__Annotation__Group_2__3 ;
public final void rule__Annotation__Group_2__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21556:1: ( rule__Annotation__Group_2__2__Impl rule__Annotation__Group_2__3 )
- // InternalRoom.g:21557:2: rule__Annotation__Group_2__2__Impl rule__Annotation__Group_2__3
+ // InternalRoom.g:21576:1: ( rule__Annotation__Group_2__2__Impl rule__Annotation__Group_2__3 )
+ // InternalRoom.g:21577:2: rule__Annotation__Group_2__2__Impl rule__Annotation__Group_2__3
{
- pushFollow(FOLLOW_108);
+ pushFollow(FOLLOW_109);
rule__Annotation__Group_2__2__Impl();
state._fsp--;
@@ -59112,35 +59208,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group_2__2__Impl"
- // InternalRoom.g:21564:1: rule__Annotation__Group_2__2__Impl : ( ( rule__Annotation__Group_2_2__0 )* ) ;
+ // InternalRoom.g:21584:1: rule__Annotation__Group_2__2__Impl : ( ( rule__Annotation__Group_2_2__0 )* ) ;
public final void rule__Annotation__Group_2__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21568:1: ( ( ( rule__Annotation__Group_2_2__0 )* ) )
- // InternalRoom.g:21569:1: ( ( rule__Annotation__Group_2_2__0 )* )
+ // InternalRoom.g:21588:1: ( ( ( rule__Annotation__Group_2_2__0 )* ) )
+ // InternalRoom.g:21589:1: ( ( rule__Annotation__Group_2_2__0 )* )
{
- // InternalRoom.g:21569:1: ( ( rule__Annotation__Group_2_2__0 )* )
- // InternalRoom.g:21570:1: ( rule__Annotation__Group_2_2__0 )*
+ // InternalRoom.g:21589:1: ( ( rule__Annotation__Group_2_2__0 )* )
+ // InternalRoom.g:21590:1: ( rule__Annotation__Group_2_2__0 )*
{
before(grammarAccess.getAnnotationAccess().getGroup_2_2());
- // InternalRoom.g:21571:1: ( rule__Annotation__Group_2_2__0 )*
- loop209:
+ // InternalRoom.g:21591:1: ( rule__Annotation__Group_2_2__0 )*
+ loop210:
do {
- int alt209=2;
- int LA209_0 = input.LA(1);
+ int alt210=2;
+ int LA210_0 = input.LA(1);
- if ( (LA209_0==55) ) {
- alt209=1;
+ if ( (LA210_0==55) ) {
+ alt210=1;
}
- switch (alt209) {
+ switch (alt210) {
case 1 :
- // InternalRoom.g:21571:2: rule__Annotation__Group_2_2__0
+ // InternalRoom.g:21591:2: rule__Annotation__Group_2_2__0
{
- pushFollow(FOLLOW_21);
+ pushFollow(FOLLOW_22);
rule__Annotation__Group_2_2__0();
state._fsp--;
@@ -59150,7 +59246,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop209;
+ break loop210;
}
} while (true);
@@ -59177,14 +59273,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group_2__3"
- // InternalRoom.g:21581:1: rule__Annotation__Group_2__3 : rule__Annotation__Group_2__3__Impl ;
+ // InternalRoom.g:21601:1: rule__Annotation__Group_2__3 : rule__Annotation__Group_2__3__Impl ;
public final void rule__Annotation__Group_2__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21585:1: ( rule__Annotation__Group_2__3__Impl )
- // InternalRoom.g:21586:2: rule__Annotation__Group_2__3__Impl
+ // InternalRoom.g:21605:1: ( rule__Annotation__Group_2__3__Impl )
+ // InternalRoom.g:21606:2: rule__Annotation__Group_2__3__Impl
{
pushFollow(FOLLOW_2);
rule__Annotation__Group_2__3__Impl();
@@ -59210,17 +59306,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group_2__3__Impl"
- // InternalRoom.g:21592:1: rule__Annotation__Group_2__3__Impl : ( ')' ) ;
+ // InternalRoom.g:21612:1: rule__Annotation__Group_2__3__Impl : ( ')' ) ;
public final void rule__Annotation__Group_2__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21596:1: ( ( ')' ) )
- // InternalRoom.g:21597:1: ( ')' )
+ // InternalRoom.g:21616:1: ( ( ')' ) )
+ // InternalRoom.g:21617:1: ( ')' )
{
- // InternalRoom.g:21597:1: ( ')' )
- // InternalRoom.g:21598:1: ')'
+ // InternalRoom.g:21617:1: ( ')' )
+ // InternalRoom.g:21618:1: ')'
{
before(grammarAccess.getAnnotationAccess().getRightParenthesisKeyword_2_3());
match(input,52,FOLLOW_2);
@@ -59247,14 +59343,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group_2_2__0"
- // InternalRoom.g:21619:1: rule__Annotation__Group_2_2__0 : rule__Annotation__Group_2_2__0__Impl rule__Annotation__Group_2_2__1 ;
+ // InternalRoom.g:21639:1: rule__Annotation__Group_2_2__0 : rule__Annotation__Group_2_2__0__Impl rule__Annotation__Group_2_2__1 ;
public final void rule__Annotation__Group_2_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21623:1: ( rule__Annotation__Group_2_2__0__Impl rule__Annotation__Group_2_2__1 )
- // InternalRoom.g:21624:2: rule__Annotation__Group_2_2__0__Impl rule__Annotation__Group_2_2__1
+ // InternalRoom.g:21643:1: ( rule__Annotation__Group_2_2__0__Impl rule__Annotation__Group_2_2__1 )
+ // InternalRoom.g:21644:2: rule__Annotation__Group_2_2__0__Impl rule__Annotation__Group_2_2__1
{
pushFollow(FOLLOW_3);
rule__Annotation__Group_2_2__0__Impl();
@@ -59285,17 +59381,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group_2_2__0__Impl"
- // InternalRoom.g:21631:1: rule__Annotation__Group_2_2__0__Impl : ( ',' ) ;
+ // InternalRoom.g:21651:1: rule__Annotation__Group_2_2__0__Impl : ( ',' ) ;
public final void rule__Annotation__Group_2_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21635:1: ( ( ',' ) )
- // InternalRoom.g:21636:1: ( ',' )
+ // InternalRoom.g:21655:1: ( ( ',' ) )
+ // InternalRoom.g:21656:1: ( ',' )
{
- // InternalRoom.g:21636:1: ( ',' )
- // InternalRoom.g:21637:1: ','
+ // InternalRoom.g:21656:1: ( ',' )
+ // InternalRoom.g:21657:1: ','
{
before(grammarAccess.getAnnotationAccess().getCommaKeyword_2_2_0());
match(input,55,FOLLOW_2);
@@ -59322,14 +59418,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group_2_2__1"
- // InternalRoom.g:21650:1: rule__Annotation__Group_2_2__1 : rule__Annotation__Group_2_2__1__Impl ;
+ // InternalRoom.g:21670:1: rule__Annotation__Group_2_2__1 : rule__Annotation__Group_2_2__1__Impl ;
public final void rule__Annotation__Group_2_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21654:1: ( rule__Annotation__Group_2_2__1__Impl )
- // InternalRoom.g:21655:2: rule__Annotation__Group_2_2__1__Impl
+ // InternalRoom.g:21674:1: ( rule__Annotation__Group_2_2__1__Impl )
+ // InternalRoom.g:21675:2: rule__Annotation__Group_2_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__Annotation__Group_2_2__1__Impl();
@@ -59355,21 +59451,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__Group_2_2__1__Impl"
- // InternalRoom.g:21661:1: rule__Annotation__Group_2_2__1__Impl : ( ( rule__Annotation__AttributesAssignment_2_2_1 ) ) ;
+ // InternalRoom.g:21681:1: rule__Annotation__Group_2_2__1__Impl : ( ( rule__Annotation__AttributesAssignment_2_2_1 ) ) ;
public final void rule__Annotation__Group_2_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21665:1: ( ( ( rule__Annotation__AttributesAssignment_2_2_1 ) ) )
- // InternalRoom.g:21666:1: ( ( rule__Annotation__AttributesAssignment_2_2_1 ) )
+ // InternalRoom.g:21685:1: ( ( ( rule__Annotation__AttributesAssignment_2_2_1 ) ) )
+ // InternalRoom.g:21686:1: ( ( rule__Annotation__AttributesAssignment_2_2_1 ) )
{
- // InternalRoom.g:21666:1: ( ( rule__Annotation__AttributesAssignment_2_2_1 ) )
- // InternalRoom.g:21667:1: ( rule__Annotation__AttributesAssignment_2_2_1 )
+ // InternalRoom.g:21686:1: ( ( rule__Annotation__AttributesAssignment_2_2_1 ) )
+ // InternalRoom.g:21687:1: ( rule__Annotation__AttributesAssignment_2_2_1 )
{
before(grammarAccess.getAnnotationAccess().getAttributesAssignment_2_2_1());
- // InternalRoom.g:21668:1: ( rule__Annotation__AttributesAssignment_2_2_1 )
- // InternalRoom.g:21668:2: rule__Annotation__AttributesAssignment_2_2_1
+ // InternalRoom.g:21688:1: ( rule__Annotation__AttributesAssignment_2_2_1 )
+ // InternalRoom.g:21688:2: rule__Annotation__AttributesAssignment_2_2_1
{
pushFollow(FOLLOW_2);
rule__Annotation__AttributesAssignment_2_2_1();
@@ -59402,16 +59498,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__KeyValue__Group__0"
- // InternalRoom.g:21682:1: rule__KeyValue__Group__0 : rule__KeyValue__Group__0__Impl rule__KeyValue__Group__1 ;
+ // InternalRoom.g:21702:1: rule__KeyValue__Group__0 : rule__KeyValue__Group__0__Impl rule__KeyValue__Group__1 ;
public final void rule__KeyValue__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21686:1: ( rule__KeyValue__Group__0__Impl rule__KeyValue__Group__1 )
- // InternalRoom.g:21687:2: rule__KeyValue__Group__0__Impl rule__KeyValue__Group__1
+ // InternalRoom.g:21706:1: ( rule__KeyValue__Group__0__Impl rule__KeyValue__Group__1 )
+ // InternalRoom.g:21707:2: rule__KeyValue__Group__0__Impl rule__KeyValue__Group__1
{
- pushFollow(FOLLOW_22);
+ pushFollow(FOLLOW_23);
rule__KeyValue__Group__0__Impl();
state._fsp--;
@@ -59440,21 +59536,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__KeyValue__Group__0__Impl"
- // InternalRoom.g:21694:1: rule__KeyValue__Group__0__Impl : ( ( rule__KeyValue__KeyAssignment_0 ) ) ;
+ // InternalRoom.g:21714:1: rule__KeyValue__Group__0__Impl : ( ( rule__KeyValue__KeyAssignment_0 ) ) ;
public final void rule__KeyValue__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21698:1: ( ( ( rule__KeyValue__KeyAssignment_0 ) ) )
- // InternalRoom.g:21699:1: ( ( rule__KeyValue__KeyAssignment_0 ) )
+ // InternalRoom.g:21718:1: ( ( ( rule__KeyValue__KeyAssignment_0 ) ) )
+ // InternalRoom.g:21719:1: ( ( rule__KeyValue__KeyAssignment_0 ) )
{
- // InternalRoom.g:21699:1: ( ( rule__KeyValue__KeyAssignment_0 ) )
- // InternalRoom.g:21700:1: ( rule__KeyValue__KeyAssignment_0 )
+ // InternalRoom.g:21719:1: ( ( rule__KeyValue__KeyAssignment_0 ) )
+ // InternalRoom.g:21720:1: ( rule__KeyValue__KeyAssignment_0 )
{
before(grammarAccess.getKeyValueAccess().getKeyAssignment_0());
- // InternalRoom.g:21701:1: ( rule__KeyValue__KeyAssignment_0 )
- // InternalRoom.g:21701:2: rule__KeyValue__KeyAssignment_0
+ // InternalRoom.g:21721:1: ( rule__KeyValue__KeyAssignment_0 )
+ // InternalRoom.g:21721:2: rule__KeyValue__KeyAssignment_0
{
pushFollow(FOLLOW_2);
rule__KeyValue__KeyAssignment_0();
@@ -59487,16 +59583,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__KeyValue__Group__1"
- // InternalRoom.g:21711:1: rule__KeyValue__Group__1 : rule__KeyValue__Group__1__Impl rule__KeyValue__Group__2 ;
+ // InternalRoom.g:21731:1: rule__KeyValue__Group__1 : rule__KeyValue__Group__1__Impl rule__KeyValue__Group__2 ;
public final void rule__KeyValue__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21715:1: ( rule__KeyValue__Group__1__Impl rule__KeyValue__Group__2 )
- // InternalRoom.g:21716:2: rule__KeyValue__Group__1__Impl rule__KeyValue__Group__2
+ // InternalRoom.g:21735:1: ( rule__KeyValue__Group__1__Impl rule__KeyValue__Group__2 )
+ // InternalRoom.g:21736:2: rule__KeyValue__Group__1__Impl rule__KeyValue__Group__2
{
- pushFollow(FOLLOW_109);
+ pushFollow(FOLLOW_110);
rule__KeyValue__Group__1__Impl();
state._fsp--;
@@ -59525,17 +59621,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__KeyValue__Group__1__Impl"
- // InternalRoom.g:21723:1: rule__KeyValue__Group__1__Impl : ( '=' ) ;
+ // InternalRoom.g:21743:1: rule__KeyValue__Group__1__Impl : ( '=' ) ;
public final void rule__KeyValue__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21727:1: ( ( '=' ) )
- // InternalRoom.g:21728:1: ( '=' )
+ // InternalRoom.g:21747:1: ( ( '=' ) )
+ // InternalRoom.g:21748:1: ( '=' )
{
- // InternalRoom.g:21728:1: ( '=' )
- // InternalRoom.g:21729:1: '='
+ // InternalRoom.g:21748:1: ( '=' )
+ // InternalRoom.g:21749:1: '='
{
before(grammarAccess.getKeyValueAccess().getEqualsSignKeyword_1());
match(input,56,FOLLOW_2);
@@ -59562,14 +59658,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__KeyValue__Group__2"
- // InternalRoom.g:21742:1: rule__KeyValue__Group__2 : rule__KeyValue__Group__2__Impl ;
+ // InternalRoom.g:21762:1: rule__KeyValue__Group__2 : rule__KeyValue__Group__2__Impl ;
public final void rule__KeyValue__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21746:1: ( rule__KeyValue__Group__2__Impl )
- // InternalRoom.g:21747:2: rule__KeyValue__Group__2__Impl
+ // InternalRoom.g:21766:1: ( rule__KeyValue__Group__2__Impl )
+ // InternalRoom.g:21767:2: rule__KeyValue__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__KeyValue__Group__2__Impl();
@@ -59595,21 +59691,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__KeyValue__Group__2__Impl"
- // InternalRoom.g:21753:1: rule__KeyValue__Group__2__Impl : ( ( rule__KeyValue__ValueAssignment_2 ) ) ;
+ // InternalRoom.g:21773:1: rule__KeyValue__Group__2__Impl : ( ( rule__KeyValue__ValueAssignment_2 ) ) ;
public final void rule__KeyValue__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21757:1: ( ( ( rule__KeyValue__ValueAssignment_2 ) ) )
- // InternalRoom.g:21758:1: ( ( rule__KeyValue__ValueAssignment_2 ) )
+ // InternalRoom.g:21777:1: ( ( ( rule__KeyValue__ValueAssignment_2 ) ) )
+ // InternalRoom.g:21778:1: ( ( rule__KeyValue__ValueAssignment_2 ) )
{
- // InternalRoom.g:21758:1: ( ( rule__KeyValue__ValueAssignment_2 ) )
- // InternalRoom.g:21759:1: ( rule__KeyValue__ValueAssignment_2 )
+ // InternalRoom.g:21778:1: ( ( rule__KeyValue__ValueAssignment_2 ) )
+ // InternalRoom.g:21779:1: ( rule__KeyValue__ValueAssignment_2 )
{
before(grammarAccess.getKeyValueAccess().getValueAssignment_2());
- // InternalRoom.g:21760:1: ( rule__KeyValue__ValueAssignment_2 )
- // InternalRoom.g:21760:2: rule__KeyValue__ValueAssignment_2
+ // InternalRoom.g:21780:1: ( rule__KeyValue__ValueAssignment_2 )
+ // InternalRoom.g:21780:2: rule__KeyValue__ValueAssignment_2
{
pushFollow(FOLLOW_2);
rule__KeyValue__ValueAssignment_2();
@@ -59642,14 +59738,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__0"
- // InternalRoom.g:21776:1: rule__AnnotationType__Group__0 : rule__AnnotationType__Group__0__Impl rule__AnnotationType__Group__1 ;
+ // InternalRoom.g:21796:1: rule__AnnotationType__Group__0 : rule__AnnotationType__Group__0__Impl rule__AnnotationType__Group__1 ;
public final void rule__AnnotationType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21780:1: ( rule__AnnotationType__Group__0__Impl rule__AnnotationType__Group__1 )
- // InternalRoom.g:21781:2: rule__AnnotationType__Group__0__Impl rule__AnnotationType__Group__1
+ // InternalRoom.g:21800:1: ( rule__AnnotationType__Group__0__Impl rule__AnnotationType__Group__1 )
+ // InternalRoom.g:21801:2: rule__AnnotationType__Group__0__Impl rule__AnnotationType__Group__1
{
pushFollow(FOLLOW_3);
rule__AnnotationType__Group__0__Impl();
@@ -59680,17 +59776,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__0__Impl"
- // InternalRoom.g:21788:1: rule__AnnotationType__Group__0__Impl : ( 'AnnotationType' ) ;
+ // InternalRoom.g:21808:1: rule__AnnotationType__Group__0__Impl : ( 'AnnotationType' ) ;
public final void rule__AnnotationType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21792:1: ( ( 'AnnotationType' ) )
- // InternalRoom.g:21793:1: ( 'AnnotationType' )
+ // InternalRoom.g:21812:1: ( ( 'AnnotationType' ) )
+ // InternalRoom.g:21813:1: ( 'AnnotationType' )
{
- // InternalRoom.g:21793:1: ( 'AnnotationType' )
- // InternalRoom.g:21794:1: 'AnnotationType'
+ // InternalRoom.g:21813:1: ( 'AnnotationType' )
+ // InternalRoom.g:21814:1: 'AnnotationType'
{
before(grammarAccess.getAnnotationTypeAccess().getAnnotationTypeKeyword_0());
match(input,121,FOLLOW_2);
@@ -59717,14 +59813,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__1"
- // InternalRoom.g:21807:1: rule__AnnotationType__Group__1 : rule__AnnotationType__Group__1__Impl rule__AnnotationType__Group__2 ;
+ // InternalRoom.g:21827:1: rule__AnnotationType__Group__1 : rule__AnnotationType__Group__1__Impl rule__AnnotationType__Group__2 ;
public final void rule__AnnotationType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21811:1: ( rule__AnnotationType__Group__1__Impl rule__AnnotationType__Group__2 )
- // InternalRoom.g:21812:2: rule__AnnotationType__Group__1__Impl rule__AnnotationType__Group__2
+ // InternalRoom.g:21831:1: ( rule__AnnotationType__Group__1__Impl rule__AnnotationType__Group__2 )
+ // InternalRoom.g:21832:2: rule__AnnotationType__Group__1__Impl rule__AnnotationType__Group__2
{
pushFollow(FOLLOW_4);
rule__AnnotationType__Group__1__Impl();
@@ -59755,21 +59851,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__1__Impl"
- // InternalRoom.g:21819:1: rule__AnnotationType__Group__1__Impl : ( ( rule__AnnotationType__NameAssignment_1 ) ) ;
+ // InternalRoom.g:21839:1: rule__AnnotationType__Group__1__Impl : ( ( rule__AnnotationType__NameAssignment_1 ) ) ;
public final void rule__AnnotationType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21823:1: ( ( ( rule__AnnotationType__NameAssignment_1 ) ) )
- // InternalRoom.g:21824:1: ( ( rule__AnnotationType__NameAssignment_1 ) )
+ // InternalRoom.g:21843:1: ( ( ( rule__AnnotationType__NameAssignment_1 ) ) )
+ // InternalRoom.g:21844:1: ( ( rule__AnnotationType__NameAssignment_1 ) )
{
- // InternalRoom.g:21824:1: ( ( rule__AnnotationType__NameAssignment_1 ) )
- // InternalRoom.g:21825:1: ( rule__AnnotationType__NameAssignment_1 )
+ // InternalRoom.g:21844:1: ( ( rule__AnnotationType__NameAssignment_1 ) )
+ // InternalRoom.g:21845:1: ( rule__AnnotationType__NameAssignment_1 )
{
before(grammarAccess.getAnnotationTypeAccess().getNameAssignment_1());
- // InternalRoom.g:21826:1: ( rule__AnnotationType__NameAssignment_1 )
- // InternalRoom.g:21826:2: rule__AnnotationType__NameAssignment_1
+ // InternalRoom.g:21846:1: ( rule__AnnotationType__NameAssignment_1 )
+ // InternalRoom.g:21846:2: rule__AnnotationType__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__AnnotationType__NameAssignment_1();
@@ -59802,14 +59898,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__2"
- // InternalRoom.g:21836:1: rule__AnnotationType__Group__2 : rule__AnnotationType__Group__2__Impl rule__AnnotationType__Group__3 ;
+ // InternalRoom.g:21856:1: rule__AnnotationType__Group__2 : rule__AnnotationType__Group__2__Impl rule__AnnotationType__Group__3 ;
public final void rule__AnnotationType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21840:1: ( rule__AnnotationType__Group__2__Impl rule__AnnotationType__Group__3 )
- // InternalRoom.g:21841:2: rule__AnnotationType__Group__2__Impl rule__AnnotationType__Group__3
+ // InternalRoom.g:21860:1: ( rule__AnnotationType__Group__2__Impl rule__AnnotationType__Group__3 )
+ // InternalRoom.g:21861:2: rule__AnnotationType__Group__2__Impl rule__AnnotationType__Group__3
{
pushFollow(FOLLOW_4);
rule__AnnotationType__Group__2__Impl();
@@ -59840,29 +59936,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__2__Impl"
- // InternalRoom.g:21848:1: rule__AnnotationType__Group__2__Impl : ( ( rule__AnnotationType__DocuAssignment_2 )? ) ;
+ // InternalRoom.g:21868:1: rule__AnnotationType__Group__2__Impl : ( ( rule__AnnotationType__DocuAssignment_2 )? ) ;
public final void rule__AnnotationType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21852:1: ( ( ( rule__AnnotationType__DocuAssignment_2 )? ) )
- // InternalRoom.g:21853:1: ( ( rule__AnnotationType__DocuAssignment_2 )? )
+ // InternalRoom.g:21872:1: ( ( ( rule__AnnotationType__DocuAssignment_2 )? ) )
+ // InternalRoom.g:21873:1: ( ( rule__AnnotationType__DocuAssignment_2 )? )
{
- // InternalRoom.g:21853:1: ( ( rule__AnnotationType__DocuAssignment_2 )? )
- // InternalRoom.g:21854:1: ( rule__AnnotationType__DocuAssignment_2 )?
+ // InternalRoom.g:21873:1: ( ( rule__AnnotationType__DocuAssignment_2 )? )
+ // InternalRoom.g:21874:1: ( rule__AnnotationType__DocuAssignment_2 )?
{
before(grammarAccess.getAnnotationTypeAccess().getDocuAssignment_2());
- // InternalRoom.g:21855:1: ( rule__AnnotationType__DocuAssignment_2 )?
- int alt210=2;
- int LA210_0 = input.LA(1);
+ // InternalRoom.g:21875:1: ( rule__AnnotationType__DocuAssignment_2 )?
+ int alt211=2;
+ int LA211_0 = input.LA(1);
- if ( (LA210_0==63) ) {
- alt210=1;
+ if ( (LA211_0==63) ) {
+ alt211=1;
}
- switch (alt210) {
+ switch (alt211) {
case 1 :
- // InternalRoom.g:21855:2: rule__AnnotationType__DocuAssignment_2
+ // InternalRoom.g:21875:2: rule__AnnotationType__DocuAssignment_2
{
pushFollow(FOLLOW_2);
rule__AnnotationType__DocuAssignment_2();
@@ -59898,16 +59994,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__3"
- // InternalRoom.g:21865:1: rule__AnnotationType__Group__3 : rule__AnnotationType__Group__3__Impl rule__AnnotationType__Group__4 ;
+ // InternalRoom.g:21885:1: rule__AnnotationType__Group__3 : rule__AnnotationType__Group__3__Impl rule__AnnotationType__Group__4 ;
public final void rule__AnnotationType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21869:1: ( rule__AnnotationType__Group__3__Impl rule__AnnotationType__Group__4 )
- // InternalRoom.g:21870:2: rule__AnnotationType__Group__3__Impl rule__AnnotationType__Group__4
+ // InternalRoom.g:21889:1: ( rule__AnnotationType__Group__3__Impl rule__AnnotationType__Group__4 )
+ // InternalRoom.g:21890:2: rule__AnnotationType__Group__3__Impl rule__AnnotationType__Group__4
{
- pushFollow(FOLLOW_110);
+ pushFollow(FOLLOW_111);
rule__AnnotationType__Group__3__Impl();
state._fsp--;
@@ -59936,17 +60032,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__3__Impl"
- // InternalRoom.g:21877:1: rule__AnnotationType__Group__3__Impl : ( '{' ) ;
+ // InternalRoom.g:21897:1: rule__AnnotationType__Group__3__Impl : ( '{' ) ;
public final void rule__AnnotationType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21881:1: ( ( '{' ) )
- // InternalRoom.g:21882:1: ( '{' )
+ // InternalRoom.g:21901:1: ( ( '{' ) )
+ // InternalRoom.g:21902:1: ( '{' )
{
- // InternalRoom.g:21882:1: ( '{' )
- // InternalRoom.g:21883:1: '{'
+ // InternalRoom.g:21902:1: ( '{' )
+ // InternalRoom.g:21903:1: '{'
{
before(grammarAccess.getAnnotationTypeAccess().getLeftCurlyBracketKeyword_3());
match(input,45,FOLLOW_2);
@@ -59973,16 +60069,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__4"
- // InternalRoom.g:21896:1: rule__AnnotationType__Group__4 : rule__AnnotationType__Group__4__Impl rule__AnnotationType__Group__5 ;
+ // InternalRoom.g:21916:1: rule__AnnotationType__Group__4 : rule__AnnotationType__Group__4__Impl rule__AnnotationType__Group__5 ;
public final void rule__AnnotationType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21900:1: ( rule__AnnotationType__Group__4__Impl rule__AnnotationType__Group__5 )
- // InternalRoom.g:21901:2: rule__AnnotationType__Group__4__Impl rule__AnnotationType__Group__5
+ // InternalRoom.g:21920:1: ( rule__AnnotationType__Group__4__Impl rule__AnnotationType__Group__5 )
+ // InternalRoom.g:21921:2: rule__AnnotationType__Group__4__Impl rule__AnnotationType__Group__5
{
- pushFollow(FOLLOW_22);
+ pushFollow(FOLLOW_23);
rule__AnnotationType__Group__4__Impl();
state._fsp--;
@@ -60011,17 +60107,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__4__Impl"
- // InternalRoom.g:21908:1: rule__AnnotationType__Group__4__Impl : ( 'target' ) ;
+ // InternalRoom.g:21928:1: rule__AnnotationType__Group__4__Impl : ( 'target' ) ;
public final void rule__AnnotationType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21912:1: ( ( 'target' ) )
- // InternalRoom.g:21913:1: ( 'target' )
+ // InternalRoom.g:21932:1: ( ( 'target' ) )
+ // InternalRoom.g:21933:1: ( 'target' )
{
- // InternalRoom.g:21913:1: ( 'target' )
- // InternalRoom.g:21914:1: 'target'
+ // InternalRoom.g:21933:1: ( 'target' )
+ // InternalRoom.g:21934:1: 'target'
{
before(grammarAccess.getAnnotationTypeAccess().getTargetKeyword_4());
match(input,122,FOLLOW_2);
@@ -60048,16 +60144,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__5"
- // InternalRoom.g:21927:1: rule__AnnotationType__Group__5 : rule__AnnotationType__Group__5__Impl rule__AnnotationType__Group__6 ;
+ // InternalRoom.g:21947:1: rule__AnnotationType__Group__5 : rule__AnnotationType__Group__5__Impl rule__AnnotationType__Group__6 ;
public final void rule__AnnotationType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21931:1: ( rule__AnnotationType__Group__5__Impl rule__AnnotationType__Group__6 )
- // InternalRoom.g:21932:2: rule__AnnotationType__Group__5__Impl rule__AnnotationType__Group__6
+ // InternalRoom.g:21951:1: ( rule__AnnotationType__Group__5__Impl rule__AnnotationType__Group__6 )
+ // InternalRoom.g:21952:2: rule__AnnotationType__Group__5__Impl rule__AnnotationType__Group__6
{
- pushFollow(FOLLOW_111);
+ pushFollow(FOLLOW_112);
rule__AnnotationType__Group__5__Impl();
state._fsp--;
@@ -60086,17 +60182,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__5__Impl"
- // InternalRoom.g:21939:1: rule__AnnotationType__Group__5__Impl : ( '=' ) ;
+ // InternalRoom.g:21959:1: rule__AnnotationType__Group__5__Impl : ( '=' ) ;
public final void rule__AnnotationType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21943:1: ( ( '=' ) )
- // InternalRoom.g:21944:1: ( '=' )
+ // InternalRoom.g:21963:1: ( ( '=' ) )
+ // InternalRoom.g:21964:1: ( '=' )
{
- // InternalRoom.g:21944:1: ( '=' )
- // InternalRoom.g:21945:1: '='
+ // InternalRoom.g:21964:1: ( '=' )
+ // InternalRoom.g:21965:1: '='
{
before(grammarAccess.getAnnotationTypeAccess().getEqualsSignKeyword_5());
match(input,56,FOLLOW_2);
@@ -60123,16 +60219,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__6"
- // InternalRoom.g:21958:1: rule__AnnotationType__Group__6 : rule__AnnotationType__Group__6__Impl rule__AnnotationType__Group__7 ;
+ // InternalRoom.g:21978:1: rule__AnnotationType__Group__6 : rule__AnnotationType__Group__6__Impl rule__AnnotationType__Group__7 ;
public final void rule__AnnotationType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21962:1: ( rule__AnnotationType__Group__6__Impl rule__AnnotationType__Group__7 )
- // InternalRoom.g:21963:2: rule__AnnotationType__Group__6__Impl rule__AnnotationType__Group__7
+ // InternalRoom.g:21982:1: ( rule__AnnotationType__Group__6__Impl rule__AnnotationType__Group__7 )
+ // InternalRoom.g:21983:2: rule__AnnotationType__Group__6__Impl rule__AnnotationType__Group__7
{
- pushFollow(FOLLOW_112);
+ pushFollow(FOLLOW_113);
rule__AnnotationType__Group__6__Impl();
state._fsp--;
@@ -60161,21 +60257,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__6__Impl"
- // InternalRoom.g:21970:1: rule__AnnotationType__Group__6__Impl : ( ( rule__AnnotationType__Alternatives_6 ) ) ;
+ // InternalRoom.g:21990:1: rule__AnnotationType__Group__6__Impl : ( ( rule__AnnotationType__Alternatives_6 ) ) ;
public final void rule__AnnotationType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21974:1: ( ( ( rule__AnnotationType__Alternatives_6 ) ) )
- // InternalRoom.g:21975:1: ( ( rule__AnnotationType__Alternatives_6 ) )
+ // InternalRoom.g:21994:1: ( ( ( rule__AnnotationType__Alternatives_6 ) ) )
+ // InternalRoom.g:21995:1: ( ( rule__AnnotationType__Alternatives_6 ) )
{
- // InternalRoom.g:21975:1: ( ( rule__AnnotationType__Alternatives_6 ) )
- // InternalRoom.g:21976:1: ( rule__AnnotationType__Alternatives_6 )
+ // InternalRoom.g:21995:1: ( ( rule__AnnotationType__Alternatives_6 ) )
+ // InternalRoom.g:21996:1: ( rule__AnnotationType__Alternatives_6 )
{
before(grammarAccess.getAnnotationTypeAccess().getAlternatives_6());
- // InternalRoom.g:21977:1: ( rule__AnnotationType__Alternatives_6 )
- // InternalRoom.g:21977:2: rule__AnnotationType__Alternatives_6
+ // InternalRoom.g:21997:1: ( rule__AnnotationType__Alternatives_6 )
+ // InternalRoom.g:21997:2: rule__AnnotationType__Alternatives_6
{
pushFollow(FOLLOW_2);
rule__AnnotationType__Alternatives_6();
@@ -60208,16 +60304,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__7"
- // InternalRoom.g:21987:1: rule__AnnotationType__Group__7 : rule__AnnotationType__Group__7__Impl rule__AnnotationType__Group__8 ;
+ // InternalRoom.g:22007:1: rule__AnnotationType__Group__7 : rule__AnnotationType__Group__7__Impl rule__AnnotationType__Group__8 ;
public final void rule__AnnotationType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:21991:1: ( rule__AnnotationType__Group__7__Impl rule__AnnotationType__Group__8 )
- // InternalRoom.g:21992:2: rule__AnnotationType__Group__7__Impl rule__AnnotationType__Group__8
+ // InternalRoom.g:22011:1: ( rule__AnnotationType__Group__7__Impl rule__AnnotationType__Group__8 )
+ // InternalRoom.g:22012:2: rule__AnnotationType__Group__7__Impl rule__AnnotationType__Group__8
{
- pushFollow(FOLLOW_112);
+ pushFollow(FOLLOW_113);
rule__AnnotationType__Group__7__Impl();
state._fsp--;
@@ -60246,35 +60342,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__7__Impl"
- // InternalRoom.g:21999:1: rule__AnnotationType__Group__7__Impl : ( ( rule__AnnotationType__AttributesAssignment_7 )* ) ;
+ // InternalRoom.g:22019:1: rule__AnnotationType__Group__7__Impl : ( ( rule__AnnotationType__AttributesAssignment_7 )* ) ;
public final void rule__AnnotationType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22003:1: ( ( ( rule__AnnotationType__AttributesAssignment_7 )* ) )
- // InternalRoom.g:22004:1: ( ( rule__AnnotationType__AttributesAssignment_7 )* )
+ // InternalRoom.g:22023:1: ( ( ( rule__AnnotationType__AttributesAssignment_7 )* ) )
+ // InternalRoom.g:22024:1: ( ( rule__AnnotationType__AttributesAssignment_7 )* )
{
- // InternalRoom.g:22004:1: ( ( rule__AnnotationType__AttributesAssignment_7 )* )
- // InternalRoom.g:22005:1: ( rule__AnnotationType__AttributesAssignment_7 )*
+ // InternalRoom.g:22024:1: ( ( rule__AnnotationType__AttributesAssignment_7 )* )
+ // InternalRoom.g:22025:1: ( rule__AnnotationType__AttributesAssignment_7 )*
{
before(grammarAccess.getAnnotationTypeAccess().getAttributesAssignment_7());
- // InternalRoom.g:22006:1: ( rule__AnnotationType__AttributesAssignment_7 )*
- loop211:
+ // InternalRoom.g:22026:1: ( rule__AnnotationType__AttributesAssignment_7 )*
+ loop212:
do {
- int alt211=2;
- int LA211_0 = input.LA(1);
+ int alt212=2;
+ int LA212_0 = input.LA(1);
- if ( (LA211_0==29||LA211_0==39) ) {
- alt211=1;
+ if ( (LA212_0==29||LA212_0==39) ) {
+ alt212=1;
}
- switch (alt211) {
+ switch (alt212) {
case 1 :
- // InternalRoom.g:22006:2: rule__AnnotationType__AttributesAssignment_7
+ // InternalRoom.g:22026:2: rule__AnnotationType__AttributesAssignment_7
{
- pushFollow(FOLLOW_113);
+ pushFollow(FOLLOW_114);
rule__AnnotationType__AttributesAssignment_7();
state._fsp--;
@@ -60284,7 +60380,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop211;
+ break loop212;
}
} while (true);
@@ -60311,14 +60407,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__8"
- // InternalRoom.g:22016:1: rule__AnnotationType__Group__8 : rule__AnnotationType__Group__8__Impl ;
+ // InternalRoom.g:22036:1: rule__AnnotationType__Group__8 : rule__AnnotationType__Group__8__Impl ;
public final void rule__AnnotationType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22020:1: ( rule__AnnotationType__Group__8__Impl )
- // InternalRoom.g:22021:2: rule__AnnotationType__Group__8__Impl
+ // InternalRoom.g:22040:1: ( rule__AnnotationType__Group__8__Impl )
+ // InternalRoom.g:22041:2: rule__AnnotationType__Group__8__Impl
{
pushFollow(FOLLOW_2);
rule__AnnotationType__Group__8__Impl();
@@ -60344,17 +60440,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group__8__Impl"
- // InternalRoom.g:22027:1: rule__AnnotationType__Group__8__Impl : ( '}' ) ;
+ // InternalRoom.g:22047:1: rule__AnnotationType__Group__8__Impl : ( '}' ) ;
public final void rule__AnnotationType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22031:1: ( ( '}' ) )
- // InternalRoom.g:22032:1: ( '}' )
+ // InternalRoom.g:22051:1: ( ( '}' ) )
+ // InternalRoom.g:22052:1: ( '}' )
{
- // InternalRoom.g:22032:1: ( '}' )
- // InternalRoom.g:22033:1: '}'
+ // InternalRoom.g:22052:1: ( '}' )
+ // InternalRoom.g:22053:1: '}'
{
before(grammarAccess.getAnnotationTypeAccess().getRightCurlyBracketKeyword_8());
match(input,46,FOLLOW_2);
@@ -60381,16 +60477,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group_6_1__0"
- // InternalRoom.g:22064:1: rule__AnnotationType__Group_6_1__0 : rule__AnnotationType__Group_6_1__0__Impl rule__AnnotationType__Group_6_1__1 ;
+ // InternalRoom.g:22084:1: rule__AnnotationType__Group_6_1__0 : rule__AnnotationType__Group_6_1__0__Impl rule__AnnotationType__Group_6_1__1 ;
public final void rule__AnnotationType__Group_6_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22068:1: ( rule__AnnotationType__Group_6_1__0__Impl rule__AnnotationType__Group_6_1__1 )
- // InternalRoom.g:22069:2: rule__AnnotationType__Group_6_1__0__Impl rule__AnnotationType__Group_6_1__1
+ // InternalRoom.g:22088:1: ( rule__AnnotationType__Group_6_1__0__Impl rule__AnnotationType__Group_6_1__1 )
+ // InternalRoom.g:22089:2: rule__AnnotationType__Group_6_1__0__Impl rule__AnnotationType__Group_6_1__1
{
- pushFollow(FOLLOW_114);
+ pushFollow(FOLLOW_115);
rule__AnnotationType__Group_6_1__0__Impl();
state._fsp--;
@@ -60419,17 +60515,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group_6_1__0__Impl"
- // InternalRoom.g:22076:1: rule__AnnotationType__Group_6_1__0__Impl : ( '{' ) ;
+ // InternalRoom.g:22096:1: rule__AnnotationType__Group_6_1__0__Impl : ( '{' ) ;
public final void rule__AnnotationType__Group_6_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22080:1: ( ( '{' ) )
- // InternalRoom.g:22081:1: ( '{' )
+ // InternalRoom.g:22100:1: ( ( '{' ) )
+ // InternalRoom.g:22101:1: ( '{' )
{
- // InternalRoom.g:22081:1: ( '{' )
- // InternalRoom.g:22082:1: '{'
+ // InternalRoom.g:22101:1: ( '{' )
+ // InternalRoom.g:22102:1: '{'
{
before(grammarAccess.getAnnotationTypeAccess().getLeftCurlyBracketKeyword_6_1_0());
match(input,45,FOLLOW_2);
@@ -60456,16 +60552,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group_6_1__1"
- // InternalRoom.g:22095:1: rule__AnnotationType__Group_6_1__1 : rule__AnnotationType__Group_6_1__1__Impl rule__AnnotationType__Group_6_1__2 ;
+ // InternalRoom.g:22115:1: rule__AnnotationType__Group_6_1__1 : rule__AnnotationType__Group_6_1__1__Impl rule__AnnotationType__Group_6_1__2 ;
public final void rule__AnnotationType__Group_6_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22099:1: ( rule__AnnotationType__Group_6_1__1__Impl rule__AnnotationType__Group_6_1__2 )
- // InternalRoom.g:22100:2: rule__AnnotationType__Group_6_1__1__Impl rule__AnnotationType__Group_6_1__2
+ // InternalRoom.g:22119:1: ( rule__AnnotationType__Group_6_1__1__Impl rule__AnnotationType__Group_6_1__2 )
+ // InternalRoom.g:22120:2: rule__AnnotationType__Group_6_1__1__Impl rule__AnnotationType__Group_6_1__2
{
- pushFollow(FOLLOW_115);
+ pushFollow(FOLLOW_116);
rule__AnnotationType__Group_6_1__1__Impl();
state._fsp--;
@@ -60494,21 +60590,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group_6_1__1__Impl"
- // InternalRoom.g:22107:1: rule__AnnotationType__Group_6_1__1__Impl : ( ( rule__AnnotationType__TargetsAssignment_6_1_1 ) ) ;
+ // InternalRoom.g:22127:1: rule__AnnotationType__Group_6_1__1__Impl : ( ( rule__AnnotationType__TargetsAssignment_6_1_1 ) ) ;
public final void rule__AnnotationType__Group_6_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22111:1: ( ( ( rule__AnnotationType__TargetsAssignment_6_1_1 ) ) )
- // InternalRoom.g:22112:1: ( ( rule__AnnotationType__TargetsAssignment_6_1_1 ) )
+ // InternalRoom.g:22131:1: ( ( ( rule__AnnotationType__TargetsAssignment_6_1_1 ) ) )
+ // InternalRoom.g:22132:1: ( ( rule__AnnotationType__TargetsAssignment_6_1_1 ) )
{
- // InternalRoom.g:22112:1: ( ( rule__AnnotationType__TargetsAssignment_6_1_1 ) )
- // InternalRoom.g:22113:1: ( rule__AnnotationType__TargetsAssignment_6_1_1 )
+ // InternalRoom.g:22132:1: ( ( rule__AnnotationType__TargetsAssignment_6_1_1 ) )
+ // InternalRoom.g:22133:1: ( rule__AnnotationType__TargetsAssignment_6_1_1 )
{
before(grammarAccess.getAnnotationTypeAccess().getTargetsAssignment_6_1_1());
- // InternalRoom.g:22114:1: ( rule__AnnotationType__TargetsAssignment_6_1_1 )
- // InternalRoom.g:22114:2: rule__AnnotationType__TargetsAssignment_6_1_1
+ // InternalRoom.g:22134:1: ( rule__AnnotationType__TargetsAssignment_6_1_1 )
+ // InternalRoom.g:22134:2: rule__AnnotationType__TargetsAssignment_6_1_1
{
pushFollow(FOLLOW_2);
rule__AnnotationType__TargetsAssignment_6_1_1();
@@ -60541,16 +60637,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group_6_1__2"
- // InternalRoom.g:22124:1: rule__AnnotationType__Group_6_1__2 : rule__AnnotationType__Group_6_1__2__Impl rule__AnnotationType__Group_6_1__3 ;
+ // InternalRoom.g:22144:1: rule__AnnotationType__Group_6_1__2 : rule__AnnotationType__Group_6_1__2__Impl rule__AnnotationType__Group_6_1__3 ;
public final void rule__AnnotationType__Group_6_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22128:1: ( rule__AnnotationType__Group_6_1__2__Impl rule__AnnotationType__Group_6_1__3 )
- // InternalRoom.g:22129:2: rule__AnnotationType__Group_6_1__2__Impl rule__AnnotationType__Group_6_1__3
+ // InternalRoom.g:22148:1: ( rule__AnnotationType__Group_6_1__2__Impl rule__AnnotationType__Group_6_1__3 )
+ // InternalRoom.g:22149:2: rule__AnnotationType__Group_6_1__2__Impl rule__AnnotationType__Group_6_1__3
{
- pushFollow(FOLLOW_115);
+ pushFollow(FOLLOW_116);
rule__AnnotationType__Group_6_1__2__Impl();
state._fsp--;
@@ -60579,35 +60675,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group_6_1__2__Impl"
- // InternalRoom.g:22136:1: rule__AnnotationType__Group_6_1__2__Impl : ( ( rule__AnnotationType__Group_6_1_2__0 )* ) ;
+ // InternalRoom.g:22156:1: rule__AnnotationType__Group_6_1__2__Impl : ( ( rule__AnnotationType__Group_6_1_2__0 )* ) ;
public final void rule__AnnotationType__Group_6_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22140:1: ( ( ( rule__AnnotationType__Group_6_1_2__0 )* ) )
- // InternalRoom.g:22141:1: ( ( rule__AnnotationType__Group_6_1_2__0 )* )
+ // InternalRoom.g:22160:1: ( ( ( rule__AnnotationType__Group_6_1_2__0 )* ) )
+ // InternalRoom.g:22161:1: ( ( rule__AnnotationType__Group_6_1_2__0 )* )
{
- // InternalRoom.g:22141:1: ( ( rule__AnnotationType__Group_6_1_2__0 )* )
- // InternalRoom.g:22142:1: ( rule__AnnotationType__Group_6_1_2__0 )*
+ // InternalRoom.g:22161:1: ( ( rule__AnnotationType__Group_6_1_2__0 )* )
+ // InternalRoom.g:22162:1: ( rule__AnnotationType__Group_6_1_2__0 )*
{
before(grammarAccess.getAnnotationTypeAccess().getGroup_6_1_2());
- // InternalRoom.g:22143:1: ( rule__AnnotationType__Group_6_1_2__0 )*
- loop212:
+ // InternalRoom.g:22163:1: ( rule__AnnotationType__Group_6_1_2__0 )*
+ loop213:
do {
- int alt212=2;
- int LA212_0 = input.LA(1);
+ int alt213=2;
+ int LA213_0 = input.LA(1);
- if ( (LA212_0==55) ) {
- alt212=1;
+ if ( (LA213_0==55) ) {
+ alt213=1;
}
- switch (alt212) {
+ switch (alt213) {
case 1 :
- // InternalRoom.g:22143:2: rule__AnnotationType__Group_6_1_2__0
+ // InternalRoom.g:22163:2: rule__AnnotationType__Group_6_1_2__0
{
- pushFollow(FOLLOW_21);
+ pushFollow(FOLLOW_22);
rule__AnnotationType__Group_6_1_2__0();
state._fsp--;
@@ -60617,7 +60713,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop212;
+ break loop213;
}
} while (true);
@@ -60644,14 +60740,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group_6_1__3"
- // InternalRoom.g:22153:1: rule__AnnotationType__Group_6_1__3 : rule__AnnotationType__Group_6_1__3__Impl ;
+ // InternalRoom.g:22173:1: rule__AnnotationType__Group_6_1__3 : rule__AnnotationType__Group_6_1__3__Impl ;
public final void rule__AnnotationType__Group_6_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22157:1: ( rule__AnnotationType__Group_6_1__3__Impl )
- // InternalRoom.g:22158:2: rule__AnnotationType__Group_6_1__3__Impl
+ // InternalRoom.g:22177:1: ( rule__AnnotationType__Group_6_1__3__Impl )
+ // InternalRoom.g:22178:2: rule__AnnotationType__Group_6_1__3__Impl
{
pushFollow(FOLLOW_2);
rule__AnnotationType__Group_6_1__3__Impl();
@@ -60677,17 +60773,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group_6_1__3__Impl"
- // InternalRoom.g:22164:1: rule__AnnotationType__Group_6_1__3__Impl : ( '}' ) ;
+ // InternalRoom.g:22184:1: rule__AnnotationType__Group_6_1__3__Impl : ( '}' ) ;
public final void rule__AnnotationType__Group_6_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22168:1: ( ( '}' ) )
- // InternalRoom.g:22169:1: ( '}' )
+ // InternalRoom.g:22188:1: ( ( '}' ) )
+ // InternalRoom.g:22189:1: ( '}' )
{
- // InternalRoom.g:22169:1: ( '}' )
- // InternalRoom.g:22170:1: '}'
+ // InternalRoom.g:22189:1: ( '}' )
+ // InternalRoom.g:22190:1: '}'
{
before(grammarAccess.getAnnotationTypeAccess().getRightCurlyBracketKeyword_6_1_3());
match(input,46,FOLLOW_2);
@@ -60714,16 +60810,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group_6_1_2__0"
- // InternalRoom.g:22191:1: rule__AnnotationType__Group_6_1_2__0 : rule__AnnotationType__Group_6_1_2__0__Impl rule__AnnotationType__Group_6_1_2__1 ;
+ // InternalRoom.g:22211:1: rule__AnnotationType__Group_6_1_2__0 : rule__AnnotationType__Group_6_1_2__0__Impl rule__AnnotationType__Group_6_1_2__1 ;
public final void rule__AnnotationType__Group_6_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22195:1: ( rule__AnnotationType__Group_6_1_2__0__Impl rule__AnnotationType__Group_6_1_2__1 )
- // InternalRoom.g:22196:2: rule__AnnotationType__Group_6_1_2__0__Impl rule__AnnotationType__Group_6_1_2__1
+ // InternalRoom.g:22215:1: ( rule__AnnotationType__Group_6_1_2__0__Impl rule__AnnotationType__Group_6_1_2__1 )
+ // InternalRoom.g:22216:2: rule__AnnotationType__Group_6_1_2__0__Impl rule__AnnotationType__Group_6_1_2__1
{
- pushFollow(FOLLOW_114);
+ pushFollow(FOLLOW_115);
rule__AnnotationType__Group_6_1_2__0__Impl();
state._fsp--;
@@ -60752,17 +60848,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group_6_1_2__0__Impl"
- // InternalRoom.g:22203:1: rule__AnnotationType__Group_6_1_2__0__Impl : ( ',' ) ;
+ // InternalRoom.g:22223:1: rule__AnnotationType__Group_6_1_2__0__Impl : ( ',' ) ;
public final void rule__AnnotationType__Group_6_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22207:1: ( ( ',' ) )
- // InternalRoom.g:22208:1: ( ',' )
+ // InternalRoom.g:22227:1: ( ( ',' ) )
+ // InternalRoom.g:22228:1: ( ',' )
{
- // InternalRoom.g:22208:1: ( ',' )
- // InternalRoom.g:22209:1: ','
+ // InternalRoom.g:22228:1: ( ',' )
+ // InternalRoom.g:22229:1: ','
{
before(grammarAccess.getAnnotationTypeAccess().getCommaKeyword_6_1_2_0());
match(input,55,FOLLOW_2);
@@ -60789,14 +60885,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group_6_1_2__1"
- // InternalRoom.g:22222:1: rule__AnnotationType__Group_6_1_2__1 : rule__AnnotationType__Group_6_1_2__1__Impl ;
+ // InternalRoom.g:22242:1: rule__AnnotationType__Group_6_1_2__1 : rule__AnnotationType__Group_6_1_2__1__Impl ;
public final void rule__AnnotationType__Group_6_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22226:1: ( rule__AnnotationType__Group_6_1_2__1__Impl )
- // InternalRoom.g:22227:2: rule__AnnotationType__Group_6_1_2__1__Impl
+ // InternalRoom.g:22246:1: ( rule__AnnotationType__Group_6_1_2__1__Impl )
+ // InternalRoom.g:22247:2: rule__AnnotationType__Group_6_1_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__AnnotationType__Group_6_1_2__1__Impl();
@@ -60822,21 +60918,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__Group_6_1_2__1__Impl"
- // InternalRoom.g:22233:1: rule__AnnotationType__Group_6_1_2__1__Impl : ( ( rule__AnnotationType__TargetsAssignment_6_1_2_1 ) ) ;
+ // InternalRoom.g:22253:1: rule__AnnotationType__Group_6_1_2__1__Impl : ( ( rule__AnnotationType__TargetsAssignment_6_1_2_1 ) ) ;
public final void rule__AnnotationType__Group_6_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22237:1: ( ( ( rule__AnnotationType__TargetsAssignment_6_1_2_1 ) ) )
- // InternalRoom.g:22238:1: ( ( rule__AnnotationType__TargetsAssignment_6_1_2_1 ) )
+ // InternalRoom.g:22257:1: ( ( ( rule__AnnotationType__TargetsAssignment_6_1_2_1 ) ) )
+ // InternalRoom.g:22258:1: ( ( rule__AnnotationType__TargetsAssignment_6_1_2_1 ) )
{
- // InternalRoom.g:22238:1: ( ( rule__AnnotationType__TargetsAssignment_6_1_2_1 ) )
- // InternalRoom.g:22239:1: ( rule__AnnotationType__TargetsAssignment_6_1_2_1 )
+ // InternalRoom.g:22258:1: ( ( rule__AnnotationType__TargetsAssignment_6_1_2_1 ) )
+ // InternalRoom.g:22259:1: ( rule__AnnotationType__TargetsAssignment_6_1_2_1 )
{
before(grammarAccess.getAnnotationTypeAccess().getTargetsAssignment_6_1_2_1());
- // InternalRoom.g:22240:1: ( rule__AnnotationType__TargetsAssignment_6_1_2_1 )
- // InternalRoom.g:22240:2: rule__AnnotationType__TargetsAssignment_6_1_2_1
+ // InternalRoom.g:22260:1: ( rule__AnnotationType__TargetsAssignment_6_1_2_1 )
+ // InternalRoom.g:22260:2: rule__AnnotationType__TargetsAssignment_6_1_2_1
{
pushFollow(FOLLOW_2);
rule__AnnotationType__TargetsAssignment_6_1_2_1();
@@ -60869,16 +60965,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__0"
- // InternalRoom.g:22254:1: rule__SimpleAnnotationAttribute__Group__0 : rule__SimpleAnnotationAttribute__Group__0__Impl rule__SimpleAnnotationAttribute__Group__1 ;
+ // InternalRoom.g:22274:1: rule__SimpleAnnotationAttribute__Group__0 : rule__SimpleAnnotationAttribute__Group__0__Impl rule__SimpleAnnotationAttribute__Group__1 ;
public final void rule__SimpleAnnotationAttribute__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22258:1: ( rule__SimpleAnnotationAttribute__Group__0__Impl rule__SimpleAnnotationAttribute__Group__1 )
- // InternalRoom.g:22259:2: rule__SimpleAnnotationAttribute__Group__0__Impl rule__SimpleAnnotationAttribute__Group__1
+ // InternalRoom.g:22278:1: ( rule__SimpleAnnotationAttribute__Group__0__Impl rule__SimpleAnnotationAttribute__Group__1 )
+ // InternalRoom.g:22279:2: rule__SimpleAnnotationAttribute__Group__0__Impl rule__SimpleAnnotationAttribute__Group__1
{
- pushFollow(FOLLOW_116);
+ pushFollow(FOLLOW_117);
rule__SimpleAnnotationAttribute__Group__0__Impl();
state._fsp--;
@@ -60907,21 +61003,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__0__Impl"
- // InternalRoom.g:22266:1: rule__SimpleAnnotationAttribute__Group__0__Impl : ( ( rule__SimpleAnnotationAttribute__Alternatives_0 ) ) ;
+ // InternalRoom.g:22286:1: rule__SimpleAnnotationAttribute__Group__0__Impl : ( ( rule__SimpleAnnotationAttribute__Alternatives_0 ) ) ;
public final void rule__SimpleAnnotationAttribute__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22270:1: ( ( ( rule__SimpleAnnotationAttribute__Alternatives_0 ) ) )
- // InternalRoom.g:22271:1: ( ( rule__SimpleAnnotationAttribute__Alternatives_0 ) )
+ // InternalRoom.g:22290:1: ( ( ( rule__SimpleAnnotationAttribute__Alternatives_0 ) ) )
+ // InternalRoom.g:22291:1: ( ( rule__SimpleAnnotationAttribute__Alternatives_0 ) )
{
- // InternalRoom.g:22271:1: ( ( rule__SimpleAnnotationAttribute__Alternatives_0 ) )
- // InternalRoom.g:22272:1: ( rule__SimpleAnnotationAttribute__Alternatives_0 )
+ // InternalRoom.g:22291:1: ( ( rule__SimpleAnnotationAttribute__Alternatives_0 ) )
+ // InternalRoom.g:22292:1: ( rule__SimpleAnnotationAttribute__Alternatives_0 )
{
before(grammarAccess.getSimpleAnnotationAttributeAccess().getAlternatives_0());
- // InternalRoom.g:22273:1: ( rule__SimpleAnnotationAttribute__Alternatives_0 )
- // InternalRoom.g:22273:2: rule__SimpleAnnotationAttribute__Alternatives_0
+ // InternalRoom.g:22293:1: ( rule__SimpleAnnotationAttribute__Alternatives_0 )
+ // InternalRoom.g:22293:2: rule__SimpleAnnotationAttribute__Alternatives_0
{
pushFollow(FOLLOW_2);
rule__SimpleAnnotationAttribute__Alternatives_0();
@@ -60954,14 +61050,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__1"
- // InternalRoom.g:22283:1: rule__SimpleAnnotationAttribute__Group__1 : rule__SimpleAnnotationAttribute__Group__1__Impl rule__SimpleAnnotationAttribute__Group__2 ;
+ // InternalRoom.g:22303:1: rule__SimpleAnnotationAttribute__Group__1 : rule__SimpleAnnotationAttribute__Group__1__Impl rule__SimpleAnnotationAttribute__Group__2 ;
public final void rule__SimpleAnnotationAttribute__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22287:1: ( rule__SimpleAnnotationAttribute__Group__1__Impl rule__SimpleAnnotationAttribute__Group__2 )
- // InternalRoom.g:22288:2: rule__SimpleAnnotationAttribute__Group__1__Impl rule__SimpleAnnotationAttribute__Group__2
+ // InternalRoom.g:22307:1: ( rule__SimpleAnnotationAttribute__Group__1__Impl rule__SimpleAnnotationAttribute__Group__2 )
+ // InternalRoom.g:22308:2: rule__SimpleAnnotationAttribute__Group__1__Impl rule__SimpleAnnotationAttribute__Group__2
{
pushFollow(FOLLOW_3);
rule__SimpleAnnotationAttribute__Group__1__Impl();
@@ -60992,17 +61088,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__1__Impl"
- // InternalRoom.g:22295:1: rule__SimpleAnnotationAttribute__Group__1__Impl : ( 'attribute' ) ;
+ // InternalRoom.g:22315:1: rule__SimpleAnnotationAttribute__Group__1__Impl : ( 'attribute' ) ;
public final void rule__SimpleAnnotationAttribute__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22299:1: ( ( 'attribute' ) )
- // InternalRoom.g:22300:1: ( 'attribute' )
+ // InternalRoom.g:22319:1: ( ( 'attribute' ) )
+ // InternalRoom.g:22320:1: ( 'attribute' )
{
- // InternalRoom.g:22300:1: ( 'attribute' )
- // InternalRoom.g:22301:1: 'attribute'
+ // InternalRoom.g:22320:1: ( 'attribute' )
+ // InternalRoom.g:22321:1: 'attribute'
{
before(grammarAccess.getSimpleAnnotationAttributeAccess().getAttributeKeyword_1());
match(input,123,FOLLOW_2);
@@ -61029,16 +61125,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__2"
- // InternalRoom.g:22314:1: rule__SimpleAnnotationAttribute__Group__2 : rule__SimpleAnnotationAttribute__Group__2__Impl rule__SimpleAnnotationAttribute__Group__3 ;
+ // InternalRoom.g:22334:1: rule__SimpleAnnotationAttribute__Group__2 : rule__SimpleAnnotationAttribute__Group__2__Impl rule__SimpleAnnotationAttribute__Group__3 ;
public final void rule__SimpleAnnotationAttribute__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22318:1: ( rule__SimpleAnnotationAttribute__Group__2__Impl rule__SimpleAnnotationAttribute__Group__3 )
- // InternalRoom.g:22319:2: rule__SimpleAnnotationAttribute__Group__2__Impl rule__SimpleAnnotationAttribute__Group__3
+ // InternalRoom.g:22338:1: ( rule__SimpleAnnotationAttribute__Group__2__Impl rule__SimpleAnnotationAttribute__Group__3 )
+ // InternalRoom.g:22339:2: rule__SimpleAnnotationAttribute__Group__2__Impl rule__SimpleAnnotationAttribute__Group__3
{
- pushFollow(FOLLOW_9);
+ pushFollow(FOLLOW_10);
rule__SimpleAnnotationAttribute__Group__2__Impl();
state._fsp--;
@@ -61067,21 +61163,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__2__Impl"
- // InternalRoom.g:22326:1: rule__SimpleAnnotationAttribute__Group__2__Impl : ( ( rule__SimpleAnnotationAttribute__NameAssignment_2 ) ) ;
+ // InternalRoom.g:22346:1: rule__SimpleAnnotationAttribute__Group__2__Impl : ( ( rule__SimpleAnnotationAttribute__NameAssignment_2 ) ) ;
public final void rule__SimpleAnnotationAttribute__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22330:1: ( ( ( rule__SimpleAnnotationAttribute__NameAssignment_2 ) ) )
- // InternalRoom.g:22331:1: ( ( rule__SimpleAnnotationAttribute__NameAssignment_2 ) )
+ // InternalRoom.g:22350:1: ( ( ( rule__SimpleAnnotationAttribute__NameAssignment_2 ) ) )
+ // InternalRoom.g:22351:1: ( ( rule__SimpleAnnotationAttribute__NameAssignment_2 ) )
{
- // InternalRoom.g:22331:1: ( ( rule__SimpleAnnotationAttribute__NameAssignment_2 ) )
- // InternalRoom.g:22332:1: ( rule__SimpleAnnotationAttribute__NameAssignment_2 )
+ // InternalRoom.g:22351:1: ( ( rule__SimpleAnnotationAttribute__NameAssignment_2 ) )
+ // InternalRoom.g:22352:1: ( rule__SimpleAnnotationAttribute__NameAssignment_2 )
{
before(grammarAccess.getSimpleAnnotationAttributeAccess().getNameAssignment_2());
- // InternalRoom.g:22333:1: ( rule__SimpleAnnotationAttribute__NameAssignment_2 )
- // InternalRoom.g:22333:2: rule__SimpleAnnotationAttribute__NameAssignment_2
+ // InternalRoom.g:22353:1: ( rule__SimpleAnnotationAttribute__NameAssignment_2 )
+ // InternalRoom.g:22353:2: rule__SimpleAnnotationAttribute__NameAssignment_2
{
pushFollow(FOLLOW_2);
rule__SimpleAnnotationAttribute__NameAssignment_2();
@@ -61114,16 +61210,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__3"
- // InternalRoom.g:22343:1: rule__SimpleAnnotationAttribute__Group__3 : rule__SimpleAnnotationAttribute__Group__3__Impl rule__SimpleAnnotationAttribute__Group__4 ;
+ // InternalRoom.g:22363:1: rule__SimpleAnnotationAttribute__Group__3 : rule__SimpleAnnotationAttribute__Group__3__Impl rule__SimpleAnnotationAttribute__Group__4 ;
public final void rule__SimpleAnnotationAttribute__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22347:1: ( rule__SimpleAnnotationAttribute__Group__3__Impl rule__SimpleAnnotationAttribute__Group__4 )
- // InternalRoom.g:22348:2: rule__SimpleAnnotationAttribute__Group__3__Impl rule__SimpleAnnotationAttribute__Group__4
+ // InternalRoom.g:22367:1: ( rule__SimpleAnnotationAttribute__Group__3__Impl rule__SimpleAnnotationAttribute__Group__4 )
+ // InternalRoom.g:22368:2: rule__SimpleAnnotationAttribute__Group__3__Impl rule__SimpleAnnotationAttribute__Group__4
{
- pushFollow(FOLLOW_12);
+ pushFollow(FOLLOW_13);
rule__SimpleAnnotationAttribute__Group__3__Impl();
state._fsp--;
@@ -61152,17 +61248,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__3__Impl"
- // InternalRoom.g:22355:1: rule__SimpleAnnotationAttribute__Group__3__Impl : ( ':' ) ;
+ // InternalRoom.g:22375:1: rule__SimpleAnnotationAttribute__Group__3__Impl : ( ':' ) ;
public final void rule__SimpleAnnotationAttribute__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22359:1: ( ( ':' ) )
- // InternalRoom.g:22360:1: ( ':' )
+ // InternalRoom.g:22379:1: ( ( ':' ) )
+ // InternalRoom.g:22380:1: ( ':' )
{
- // InternalRoom.g:22360:1: ( ':' )
- // InternalRoom.g:22361:1: ':'
+ // InternalRoom.g:22380:1: ( ':' )
+ // InternalRoom.g:22381:1: ':'
{
before(grammarAccess.getSimpleAnnotationAttributeAccess().getColonKeyword_3());
match(input,47,FOLLOW_2);
@@ -61189,14 +61285,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__4"
- // InternalRoom.g:22374:1: rule__SimpleAnnotationAttribute__Group__4 : rule__SimpleAnnotationAttribute__Group__4__Impl ;
+ // InternalRoom.g:22394:1: rule__SimpleAnnotationAttribute__Group__4 : rule__SimpleAnnotationAttribute__Group__4__Impl ;
public final void rule__SimpleAnnotationAttribute__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22378:1: ( rule__SimpleAnnotationAttribute__Group__4__Impl )
- // InternalRoom.g:22379:2: rule__SimpleAnnotationAttribute__Group__4__Impl
+ // InternalRoom.g:22398:1: ( rule__SimpleAnnotationAttribute__Group__4__Impl )
+ // InternalRoom.g:22399:2: rule__SimpleAnnotationAttribute__Group__4__Impl
{
pushFollow(FOLLOW_2);
rule__SimpleAnnotationAttribute__Group__4__Impl();
@@ -61222,21 +61318,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__Group__4__Impl"
- // InternalRoom.g:22385:1: rule__SimpleAnnotationAttribute__Group__4__Impl : ( ( rule__SimpleAnnotationAttribute__TypeAssignment_4 ) ) ;
+ // InternalRoom.g:22405:1: rule__SimpleAnnotationAttribute__Group__4__Impl : ( ( rule__SimpleAnnotationAttribute__TypeAssignment_4 ) ) ;
public final void rule__SimpleAnnotationAttribute__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22389:1: ( ( ( rule__SimpleAnnotationAttribute__TypeAssignment_4 ) ) )
- // InternalRoom.g:22390:1: ( ( rule__SimpleAnnotationAttribute__TypeAssignment_4 ) )
+ // InternalRoom.g:22409:1: ( ( ( rule__SimpleAnnotationAttribute__TypeAssignment_4 ) ) )
+ // InternalRoom.g:22410:1: ( ( rule__SimpleAnnotationAttribute__TypeAssignment_4 ) )
{
- // InternalRoom.g:22390:1: ( ( rule__SimpleAnnotationAttribute__TypeAssignment_4 ) )
- // InternalRoom.g:22391:1: ( rule__SimpleAnnotationAttribute__TypeAssignment_4 )
+ // InternalRoom.g:22410:1: ( ( rule__SimpleAnnotationAttribute__TypeAssignment_4 ) )
+ // InternalRoom.g:22411:1: ( rule__SimpleAnnotationAttribute__TypeAssignment_4 )
{
before(grammarAccess.getSimpleAnnotationAttributeAccess().getTypeAssignment_4());
- // InternalRoom.g:22392:1: ( rule__SimpleAnnotationAttribute__TypeAssignment_4 )
- // InternalRoom.g:22392:2: rule__SimpleAnnotationAttribute__TypeAssignment_4
+ // InternalRoom.g:22412:1: ( rule__SimpleAnnotationAttribute__TypeAssignment_4 )
+ // InternalRoom.g:22412:2: rule__SimpleAnnotationAttribute__TypeAssignment_4
{
pushFollow(FOLLOW_2);
rule__SimpleAnnotationAttribute__TypeAssignment_4();
@@ -61269,16 +61365,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__0"
- // InternalRoom.g:22412:1: rule__EnumAnnotationAttribute__Group__0 : rule__EnumAnnotationAttribute__Group__0__Impl rule__EnumAnnotationAttribute__Group__1 ;
+ // InternalRoom.g:22432:1: rule__EnumAnnotationAttribute__Group__0 : rule__EnumAnnotationAttribute__Group__0__Impl rule__EnumAnnotationAttribute__Group__1 ;
public final void rule__EnumAnnotationAttribute__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22416:1: ( rule__EnumAnnotationAttribute__Group__0__Impl rule__EnumAnnotationAttribute__Group__1 )
- // InternalRoom.g:22417:2: rule__EnumAnnotationAttribute__Group__0__Impl rule__EnumAnnotationAttribute__Group__1
+ // InternalRoom.g:22436:1: ( rule__EnumAnnotationAttribute__Group__0__Impl rule__EnumAnnotationAttribute__Group__1 )
+ // InternalRoom.g:22437:2: rule__EnumAnnotationAttribute__Group__0__Impl rule__EnumAnnotationAttribute__Group__1
{
- pushFollow(FOLLOW_116);
+ pushFollow(FOLLOW_117);
rule__EnumAnnotationAttribute__Group__0__Impl();
state._fsp--;
@@ -61307,21 +61403,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__0__Impl"
- // InternalRoom.g:22424:1: rule__EnumAnnotationAttribute__Group__0__Impl : ( ( rule__EnumAnnotationAttribute__Alternatives_0 ) ) ;
+ // InternalRoom.g:22444:1: rule__EnumAnnotationAttribute__Group__0__Impl : ( ( rule__EnumAnnotationAttribute__Alternatives_0 ) ) ;
public final void rule__EnumAnnotationAttribute__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22428:1: ( ( ( rule__EnumAnnotationAttribute__Alternatives_0 ) ) )
- // InternalRoom.g:22429:1: ( ( rule__EnumAnnotationAttribute__Alternatives_0 ) )
+ // InternalRoom.g:22448:1: ( ( ( rule__EnumAnnotationAttribute__Alternatives_0 ) ) )
+ // InternalRoom.g:22449:1: ( ( rule__EnumAnnotationAttribute__Alternatives_0 ) )
{
- // InternalRoom.g:22429:1: ( ( rule__EnumAnnotationAttribute__Alternatives_0 ) )
- // InternalRoom.g:22430:1: ( rule__EnumAnnotationAttribute__Alternatives_0 )
+ // InternalRoom.g:22449:1: ( ( rule__EnumAnnotationAttribute__Alternatives_0 ) )
+ // InternalRoom.g:22450:1: ( rule__EnumAnnotationAttribute__Alternatives_0 )
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getAlternatives_0());
- // InternalRoom.g:22431:1: ( rule__EnumAnnotationAttribute__Alternatives_0 )
- // InternalRoom.g:22431:2: rule__EnumAnnotationAttribute__Alternatives_0
+ // InternalRoom.g:22451:1: ( rule__EnumAnnotationAttribute__Alternatives_0 )
+ // InternalRoom.g:22451:2: rule__EnumAnnotationAttribute__Alternatives_0
{
pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__Alternatives_0();
@@ -61354,14 +61450,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__1"
- // InternalRoom.g:22441:1: rule__EnumAnnotationAttribute__Group__1 : rule__EnumAnnotationAttribute__Group__1__Impl rule__EnumAnnotationAttribute__Group__2 ;
+ // InternalRoom.g:22461:1: rule__EnumAnnotationAttribute__Group__1 : rule__EnumAnnotationAttribute__Group__1__Impl rule__EnumAnnotationAttribute__Group__2 ;
public final void rule__EnumAnnotationAttribute__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22445:1: ( rule__EnumAnnotationAttribute__Group__1__Impl rule__EnumAnnotationAttribute__Group__2 )
- // InternalRoom.g:22446:2: rule__EnumAnnotationAttribute__Group__1__Impl rule__EnumAnnotationAttribute__Group__2
+ // InternalRoom.g:22465:1: ( rule__EnumAnnotationAttribute__Group__1__Impl rule__EnumAnnotationAttribute__Group__2 )
+ // InternalRoom.g:22466:2: rule__EnumAnnotationAttribute__Group__1__Impl rule__EnumAnnotationAttribute__Group__2
{
pushFollow(FOLLOW_3);
rule__EnumAnnotationAttribute__Group__1__Impl();
@@ -61392,17 +61488,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__1__Impl"
- // InternalRoom.g:22453:1: rule__EnumAnnotationAttribute__Group__1__Impl : ( 'attribute' ) ;
+ // InternalRoom.g:22473:1: rule__EnumAnnotationAttribute__Group__1__Impl : ( 'attribute' ) ;
public final void rule__EnumAnnotationAttribute__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22457:1: ( ( 'attribute' ) )
- // InternalRoom.g:22458:1: ( 'attribute' )
+ // InternalRoom.g:22477:1: ( ( 'attribute' ) )
+ // InternalRoom.g:22478:1: ( 'attribute' )
{
- // InternalRoom.g:22458:1: ( 'attribute' )
- // InternalRoom.g:22459:1: 'attribute'
+ // InternalRoom.g:22478:1: ( 'attribute' )
+ // InternalRoom.g:22479:1: 'attribute'
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getAttributeKeyword_1());
match(input,123,FOLLOW_2);
@@ -61429,16 +61525,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__2"
- // InternalRoom.g:22472:1: rule__EnumAnnotationAttribute__Group__2 : rule__EnumAnnotationAttribute__Group__2__Impl rule__EnumAnnotationAttribute__Group__3 ;
+ // InternalRoom.g:22492:1: rule__EnumAnnotationAttribute__Group__2 : rule__EnumAnnotationAttribute__Group__2__Impl rule__EnumAnnotationAttribute__Group__3 ;
public final void rule__EnumAnnotationAttribute__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22476:1: ( rule__EnumAnnotationAttribute__Group__2__Impl rule__EnumAnnotationAttribute__Group__3 )
- // InternalRoom.g:22477:2: rule__EnumAnnotationAttribute__Group__2__Impl rule__EnumAnnotationAttribute__Group__3
+ // InternalRoom.g:22496:1: ( rule__EnumAnnotationAttribute__Group__2__Impl rule__EnumAnnotationAttribute__Group__3 )
+ // InternalRoom.g:22497:2: rule__EnumAnnotationAttribute__Group__2__Impl rule__EnumAnnotationAttribute__Group__3
{
- pushFollow(FOLLOW_9);
+ pushFollow(FOLLOW_10);
rule__EnumAnnotationAttribute__Group__2__Impl();
state._fsp--;
@@ -61467,21 +61563,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__2__Impl"
- // InternalRoom.g:22484:1: rule__EnumAnnotationAttribute__Group__2__Impl : ( ( rule__EnumAnnotationAttribute__NameAssignment_2 ) ) ;
+ // InternalRoom.g:22504:1: rule__EnumAnnotationAttribute__Group__2__Impl : ( ( rule__EnumAnnotationAttribute__NameAssignment_2 ) ) ;
public final void rule__EnumAnnotationAttribute__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22488:1: ( ( ( rule__EnumAnnotationAttribute__NameAssignment_2 ) ) )
- // InternalRoom.g:22489:1: ( ( rule__EnumAnnotationAttribute__NameAssignment_2 ) )
+ // InternalRoom.g:22508:1: ( ( ( rule__EnumAnnotationAttribute__NameAssignment_2 ) ) )
+ // InternalRoom.g:22509:1: ( ( rule__EnumAnnotationAttribute__NameAssignment_2 ) )
{
- // InternalRoom.g:22489:1: ( ( rule__EnumAnnotationAttribute__NameAssignment_2 ) )
- // InternalRoom.g:22490:1: ( rule__EnumAnnotationAttribute__NameAssignment_2 )
+ // InternalRoom.g:22509:1: ( ( rule__EnumAnnotationAttribute__NameAssignment_2 ) )
+ // InternalRoom.g:22510:1: ( rule__EnumAnnotationAttribute__NameAssignment_2 )
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getNameAssignment_2());
- // InternalRoom.g:22491:1: ( rule__EnumAnnotationAttribute__NameAssignment_2 )
- // InternalRoom.g:22491:2: rule__EnumAnnotationAttribute__NameAssignment_2
+ // InternalRoom.g:22511:1: ( rule__EnumAnnotationAttribute__NameAssignment_2 )
+ // InternalRoom.g:22511:2: rule__EnumAnnotationAttribute__NameAssignment_2
{
pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__NameAssignment_2();
@@ -61514,16 +61610,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__3"
- // InternalRoom.g:22501:1: rule__EnumAnnotationAttribute__Group__3 : rule__EnumAnnotationAttribute__Group__3__Impl rule__EnumAnnotationAttribute__Group__4 ;
+ // InternalRoom.g:22521:1: rule__EnumAnnotationAttribute__Group__3 : rule__EnumAnnotationAttribute__Group__3__Impl rule__EnumAnnotationAttribute__Group__4 ;
public final void rule__EnumAnnotationAttribute__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22505:1: ( rule__EnumAnnotationAttribute__Group__3__Impl rule__EnumAnnotationAttribute__Group__4 )
- // InternalRoom.g:22506:2: rule__EnumAnnotationAttribute__Group__3__Impl rule__EnumAnnotationAttribute__Group__4
+ // InternalRoom.g:22525:1: ( rule__EnumAnnotationAttribute__Group__3__Impl rule__EnumAnnotationAttribute__Group__4 )
+ // InternalRoom.g:22526:2: rule__EnumAnnotationAttribute__Group__3__Impl rule__EnumAnnotationAttribute__Group__4
{
- pushFollow(FOLLOW_41);
+ pushFollow(FOLLOW_42);
rule__EnumAnnotationAttribute__Group__3__Impl();
state._fsp--;
@@ -61552,17 +61648,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__3__Impl"
- // InternalRoom.g:22513:1: rule__EnumAnnotationAttribute__Group__3__Impl : ( ':' ) ;
+ // InternalRoom.g:22533:1: rule__EnumAnnotationAttribute__Group__3__Impl : ( ':' ) ;
public final void rule__EnumAnnotationAttribute__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22517:1: ( ( ':' ) )
- // InternalRoom.g:22518:1: ( ':' )
+ // InternalRoom.g:22537:1: ( ( ':' ) )
+ // InternalRoom.g:22538:1: ( ':' )
{
- // InternalRoom.g:22518:1: ( ':' )
- // InternalRoom.g:22519:1: ':'
+ // InternalRoom.g:22538:1: ( ':' )
+ // InternalRoom.g:22539:1: ':'
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getColonKeyword_3());
match(input,47,FOLLOW_2);
@@ -61589,16 +61685,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__4"
- // InternalRoom.g:22532:1: rule__EnumAnnotationAttribute__Group__4 : rule__EnumAnnotationAttribute__Group__4__Impl rule__EnumAnnotationAttribute__Group__5 ;
+ // InternalRoom.g:22552:1: rule__EnumAnnotationAttribute__Group__4 : rule__EnumAnnotationAttribute__Group__4__Impl rule__EnumAnnotationAttribute__Group__5 ;
public final void rule__EnumAnnotationAttribute__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22536:1: ( rule__EnumAnnotationAttribute__Group__4__Impl rule__EnumAnnotationAttribute__Group__5 )
- // InternalRoom.g:22537:2: rule__EnumAnnotationAttribute__Group__4__Impl rule__EnumAnnotationAttribute__Group__5
+ // InternalRoom.g:22556:1: ( rule__EnumAnnotationAttribute__Group__4__Impl rule__EnumAnnotationAttribute__Group__5 )
+ // InternalRoom.g:22557:2: rule__EnumAnnotationAttribute__Group__4__Impl rule__EnumAnnotationAttribute__Group__5
{
- pushFollow(FOLLOW_14);
+ pushFollow(FOLLOW_15);
rule__EnumAnnotationAttribute__Group__4__Impl();
state._fsp--;
@@ -61627,17 +61723,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__4__Impl"
- // InternalRoom.g:22544:1: rule__EnumAnnotationAttribute__Group__4__Impl : ( '{' ) ;
+ // InternalRoom.g:22564:1: rule__EnumAnnotationAttribute__Group__4__Impl : ( '{' ) ;
public final void rule__EnumAnnotationAttribute__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22548:1: ( ( '{' ) )
- // InternalRoom.g:22549:1: ( '{' )
+ // InternalRoom.g:22568:1: ( ( '{' ) )
+ // InternalRoom.g:22569:1: ( '{' )
{
- // InternalRoom.g:22549:1: ( '{' )
- // InternalRoom.g:22550:1: '{'
+ // InternalRoom.g:22569:1: ( '{' )
+ // InternalRoom.g:22570:1: '{'
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getLeftCurlyBracketKeyword_4());
match(input,45,FOLLOW_2);
@@ -61664,16 +61760,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__5"
- // InternalRoom.g:22563:1: rule__EnumAnnotationAttribute__Group__5 : rule__EnumAnnotationAttribute__Group__5__Impl rule__EnumAnnotationAttribute__Group__6 ;
+ // InternalRoom.g:22583:1: rule__EnumAnnotationAttribute__Group__5 : rule__EnumAnnotationAttribute__Group__5__Impl rule__EnumAnnotationAttribute__Group__6 ;
public final void rule__EnumAnnotationAttribute__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22567:1: ( rule__EnumAnnotationAttribute__Group__5__Impl rule__EnumAnnotationAttribute__Group__6 )
- // InternalRoom.g:22568:2: rule__EnumAnnotationAttribute__Group__5__Impl rule__EnumAnnotationAttribute__Group__6
+ // InternalRoom.g:22587:1: ( rule__EnumAnnotationAttribute__Group__5__Impl rule__EnumAnnotationAttribute__Group__6 )
+ // InternalRoom.g:22588:2: rule__EnumAnnotationAttribute__Group__5__Impl rule__EnumAnnotationAttribute__Group__6
{
- pushFollow(FOLLOW_115);
+ pushFollow(FOLLOW_116);
rule__EnumAnnotationAttribute__Group__5__Impl();
state._fsp--;
@@ -61702,21 +61798,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__5__Impl"
- // InternalRoom.g:22575:1: rule__EnumAnnotationAttribute__Group__5__Impl : ( ( rule__EnumAnnotationAttribute__ValuesAssignment_5 ) ) ;
+ // InternalRoom.g:22595:1: rule__EnumAnnotationAttribute__Group__5__Impl : ( ( rule__EnumAnnotationAttribute__ValuesAssignment_5 ) ) ;
public final void rule__EnumAnnotationAttribute__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22579:1: ( ( ( rule__EnumAnnotationAttribute__ValuesAssignment_5 ) ) )
- // InternalRoom.g:22580:1: ( ( rule__EnumAnnotationAttribute__ValuesAssignment_5 ) )
+ // InternalRoom.g:22599:1: ( ( ( rule__EnumAnnotationAttribute__ValuesAssignment_5 ) ) )
+ // InternalRoom.g:22600:1: ( ( rule__EnumAnnotationAttribute__ValuesAssignment_5 ) )
{
- // InternalRoom.g:22580:1: ( ( rule__EnumAnnotationAttribute__ValuesAssignment_5 ) )
- // InternalRoom.g:22581:1: ( rule__EnumAnnotationAttribute__ValuesAssignment_5 )
+ // InternalRoom.g:22600:1: ( ( rule__EnumAnnotationAttribute__ValuesAssignment_5 ) )
+ // InternalRoom.g:22601:1: ( rule__EnumAnnotationAttribute__ValuesAssignment_5 )
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getValuesAssignment_5());
- // InternalRoom.g:22582:1: ( rule__EnumAnnotationAttribute__ValuesAssignment_5 )
- // InternalRoom.g:22582:2: rule__EnumAnnotationAttribute__ValuesAssignment_5
+ // InternalRoom.g:22602:1: ( rule__EnumAnnotationAttribute__ValuesAssignment_5 )
+ // InternalRoom.g:22602:2: rule__EnumAnnotationAttribute__ValuesAssignment_5
{
pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__ValuesAssignment_5();
@@ -61749,16 +61845,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__6"
- // InternalRoom.g:22592:1: rule__EnumAnnotationAttribute__Group__6 : rule__EnumAnnotationAttribute__Group__6__Impl rule__EnumAnnotationAttribute__Group__7 ;
+ // InternalRoom.g:22612:1: rule__EnumAnnotationAttribute__Group__6 : rule__EnumAnnotationAttribute__Group__6__Impl rule__EnumAnnotationAttribute__Group__7 ;
public final void rule__EnumAnnotationAttribute__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22596:1: ( rule__EnumAnnotationAttribute__Group__6__Impl rule__EnumAnnotationAttribute__Group__7 )
- // InternalRoom.g:22597:2: rule__EnumAnnotationAttribute__Group__6__Impl rule__EnumAnnotationAttribute__Group__7
+ // InternalRoom.g:22616:1: ( rule__EnumAnnotationAttribute__Group__6__Impl rule__EnumAnnotationAttribute__Group__7 )
+ // InternalRoom.g:22617:2: rule__EnumAnnotationAttribute__Group__6__Impl rule__EnumAnnotationAttribute__Group__7
{
- pushFollow(FOLLOW_115);
+ pushFollow(FOLLOW_116);
rule__EnumAnnotationAttribute__Group__6__Impl();
state._fsp--;
@@ -61787,35 +61883,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__6__Impl"
- // InternalRoom.g:22604:1: rule__EnumAnnotationAttribute__Group__6__Impl : ( ( rule__EnumAnnotationAttribute__Group_6__0 )* ) ;
+ // InternalRoom.g:22624:1: rule__EnumAnnotationAttribute__Group__6__Impl : ( ( rule__EnumAnnotationAttribute__Group_6__0 )* ) ;
public final void rule__EnumAnnotationAttribute__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22608:1: ( ( ( rule__EnumAnnotationAttribute__Group_6__0 )* ) )
- // InternalRoom.g:22609:1: ( ( rule__EnumAnnotationAttribute__Group_6__0 )* )
+ // InternalRoom.g:22628:1: ( ( ( rule__EnumAnnotationAttribute__Group_6__0 )* ) )
+ // InternalRoom.g:22629:1: ( ( rule__EnumAnnotationAttribute__Group_6__0 )* )
{
- // InternalRoom.g:22609:1: ( ( rule__EnumAnnotationAttribute__Group_6__0 )* )
- // InternalRoom.g:22610:1: ( rule__EnumAnnotationAttribute__Group_6__0 )*
+ // InternalRoom.g:22629:1: ( ( rule__EnumAnnotationAttribute__Group_6__0 )* )
+ // InternalRoom.g:22630:1: ( rule__EnumAnnotationAttribute__Group_6__0 )*
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getGroup_6());
- // InternalRoom.g:22611:1: ( rule__EnumAnnotationAttribute__Group_6__0 )*
- loop213:
+ // InternalRoom.g:22631:1: ( rule__EnumAnnotationAttribute__Group_6__0 )*
+ loop214:
do {
- int alt213=2;
- int LA213_0 = input.LA(1);
+ int alt214=2;
+ int LA214_0 = input.LA(1);
- if ( (LA213_0==55) ) {
- alt213=1;
+ if ( (LA214_0==55) ) {
+ alt214=1;
}
- switch (alt213) {
+ switch (alt214) {
case 1 :
- // InternalRoom.g:22611:2: rule__EnumAnnotationAttribute__Group_6__0
+ // InternalRoom.g:22631:2: rule__EnumAnnotationAttribute__Group_6__0
{
- pushFollow(FOLLOW_21);
+ pushFollow(FOLLOW_22);
rule__EnumAnnotationAttribute__Group_6__0();
state._fsp--;
@@ -61825,7 +61921,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop213;
+ break loop214;
}
} while (true);
@@ -61852,14 +61948,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__7"
- // InternalRoom.g:22621:1: rule__EnumAnnotationAttribute__Group__7 : rule__EnumAnnotationAttribute__Group__7__Impl ;
+ // InternalRoom.g:22641:1: rule__EnumAnnotationAttribute__Group__7 : rule__EnumAnnotationAttribute__Group__7__Impl ;
public final void rule__EnumAnnotationAttribute__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22625:1: ( rule__EnumAnnotationAttribute__Group__7__Impl )
- // InternalRoom.g:22626:2: rule__EnumAnnotationAttribute__Group__7__Impl
+ // InternalRoom.g:22645:1: ( rule__EnumAnnotationAttribute__Group__7__Impl )
+ // InternalRoom.g:22646:2: rule__EnumAnnotationAttribute__Group__7__Impl
{
pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__Group__7__Impl();
@@ -61885,17 +61981,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group__7__Impl"
- // InternalRoom.g:22632:1: rule__EnumAnnotationAttribute__Group__7__Impl : ( '}' ) ;
+ // InternalRoom.g:22652:1: rule__EnumAnnotationAttribute__Group__7__Impl : ( '}' ) ;
public final void rule__EnumAnnotationAttribute__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22636:1: ( ( '}' ) )
- // InternalRoom.g:22637:1: ( '}' )
+ // InternalRoom.g:22656:1: ( ( '}' ) )
+ // InternalRoom.g:22657:1: ( '}' )
{
- // InternalRoom.g:22637:1: ( '}' )
- // InternalRoom.g:22638:1: '}'
+ // InternalRoom.g:22657:1: ( '}' )
+ // InternalRoom.g:22658:1: '}'
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getRightCurlyBracketKeyword_7());
match(input,46,FOLLOW_2);
@@ -61922,16 +62018,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group_6__0"
- // InternalRoom.g:22667:1: rule__EnumAnnotationAttribute__Group_6__0 : rule__EnumAnnotationAttribute__Group_6__0__Impl rule__EnumAnnotationAttribute__Group_6__1 ;
+ // InternalRoom.g:22687:1: rule__EnumAnnotationAttribute__Group_6__0 : rule__EnumAnnotationAttribute__Group_6__0__Impl rule__EnumAnnotationAttribute__Group_6__1 ;
public final void rule__EnumAnnotationAttribute__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22671:1: ( rule__EnumAnnotationAttribute__Group_6__0__Impl rule__EnumAnnotationAttribute__Group_6__1 )
- // InternalRoom.g:22672:2: rule__EnumAnnotationAttribute__Group_6__0__Impl rule__EnumAnnotationAttribute__Group_6__1
+ // InternalRoom.g:22691:1: ( rule__EnumAnnotationAttribute__Group_6__0__Impl rule__EnumAnnotationAttribute__Group_6__1 )
+ // InternalRoom.g:22692:2: rule__EnumAnnotationAttribute__Group_6__0__Impl rule__EnumAnnotationAttribute__Group_6__1
{
- pushFollow(FOLLOW_14);
+ pushFollow(FOLLOW_15);
rule__EnumAnnotationAttribute__Group_6__0__Impl();
state._fsp--;
@@ -61960,17 +62056,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group_6__0__Impl"
- // InternalRoom.g:22679:1: rule__EnumAnnotationAttribute__Group_6__0__Impl : ( ',' ) ;
+ // InternalRoom.g:22699:1: rule__EnumAnnotationAttribute__Group_6__0__Impl : ( ',' ) ;
public final void rule__EnumAnnotationAttribute__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22683:1: ( ( ',' ) )
- // InternalRoom.g:22684:1: ( ',' )
+ // InternalRoom.g:22703:1: ( ( ',' ) )
+ // InternalRoom.g:22704:1: ( ',' )
{
- // InternalRoom.g:22684:1: ( ',' )
- // InternalRoom.g:22685:1: ','
+ // InternalRoom.g:22704:1: ( ',' )
+ // InternalRoom.g:22705:1: ','
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getCommaKeyword_6_0());
match(input,55,FOLLOW_2);
@@ -61997,14 +62093,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group_6__1"
- // InternalRoom.g:22698:1: rule__EnumAnnotationAttribute__Group_6__1 : rule__EnumAnnotationAttribute__Group_6__1__Impl ;
+ // InternalRoom.g:22718:1: rule__EnumAnnotationAttribute__Group_6__1 : rule__EnumAnnotationAttribute__Group_6__1__Impl ;
public final void rule__EnumAnnotationAttribute__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22702:1: ( rule__EnumAnnotationAttribute__Group_6__1__Impl )
- // InternalRoom.g:22703:2: rule__EnumAnnotationAttribute__Group_6__1__Impl
+ // InternalRoom.g:22722:1: ( rule__EnumAnnotationAttribute__Group_6__1__Impl )
+ // InternalRoom.g:22723:2: rule__EnumAnnotationAttribute__Group_6__1__Impl
{
pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__Group_6__1__Impl();
@@ -62030,21 +62126,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__Group_6__1__Impl"
- // InternalRoom.g:22709:1: rule__EnumAnnotationAttribute__Group_6__1__Impl : ( ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 ) ) ;
+ // InternalRoom.g:22729:1: rule__EnumAnnotationAttribute__Group_6__1__Impl : ( ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 ) ) ;
public final void rule__EnumAnnotationAttribute__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22713:1: ( ( ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 ) ) )
- // InternalRoom.g:22714:1: ( ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 ) )
+ // InternalRoom.g:22733:1: ( ( ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 ) ) )
+ // InternalRoom.g:22734:1: ( ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 ) )
{
- // InternalRoom.g:22714:1: ( ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 ) )
- // InternalRoom.g:22715:1: ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 )
+ // InternalRoom.g:22734:1: ( ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 ) )
+ // InternalRoom.g:22735:1: ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 )
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getValuesAssignment_6_1());
- // InternalRoom.g:22716:1: ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 )
- // InternalRoom.g:22716:2: rule__EnumAnnotationAttribute__ValuesAssignment_6_1
+ // InternalRoom.g:22736:1: ( rule__EnumAnnotationAttribute__ValuesAssignment_6_1 )
+ // InternalRoom.g:22736:2: rule__EnumAnnotationAttribute__ValuesAssignment_6_1
{
pushFollow(FOLLOW_2);
rule__EnumAnnotationAttribute__ValuesAssignment_6_1();
@@ -62077,16 +62173,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group__0"
- // InternalRoom.g:22730:1: rule__Import__Group__0 : rule__Import__Group__0__Impl rule__Import__Group__1 ;
+ // InternalRoom.g:22750:1: rule__Import__Group__0 : rule__Import__Group__0__Impl rule__Import__Group__1 ;
public final void rule__Import__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22734:1: ( rule__Import__Group__0__Impl rule__Import__Group__1 )
- // InternalRoom.g:22735:2: rule__Import__Group__0__Impl rule__Import__Group__1
+ // InternalRoom.g:22754:1: ( rule__Import__Group__0__Impl rule__Import__Group__1 )
+ // InternalRoom.g:22755:2: rule__Import__Group__0__Impl rule__Import__Group__1
{
- pushFollow(FOLLOW_117);
+ pushFollow(FOLLOW_118);
rule__Import__Group__0__Impl();
state._fsp--;
@@ -62115,17 +62211,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group__0__Impl"
- // InternalRoom.g:22742:1: rule__Import__Group__0__Impl : ( 'import' ) ;
+ // InternalRoom.g:22762:1: rule__Import__Group__0__Impl : ( 'import' ) ;
public final void rule__Import__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22746:1: ( ( 'import' ) )
- // InternalRoom.g:22747:1: ( 'import' )
+ // InternalRoom.g:22766:1: ( ( 'import' ) )
+ // InternalRoom.g:22767:1: ( 'import' )
{
- // InternalRoom.g:22747:1: ( 'import' )
- // InternalRoom.g:22748:1: 'import'
+ // InternalRoom.g:22767:1: ( 'import' )
+ // InternalRoom.g:22768:1: 'import'
{
before(grammarAccess.getImportAccess().getImportKeyword_0());
match(input,124,FOLLOW_2);
@@ -62152,14 +62248,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group__1"
- // InternalRoom.g:22761:1: rule__Import__Group__1 : rule__Import__Group__1__Impl ;
+ // InternalRoom.g:22781:1: rule__Import__Group__1 : rule__Import__Group__1__Impl ;
public final void rule__Import__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22765:1: ( rule__Import__Group__1__Impl )
- // InternalRoom.g:22766:2: rule__Import__Group__1__Impl
+ // InternalRoom.g:22785:1: ( rule__Import__Group__1__Impl )
+ // InternalRoom.g:22786:2: rule__Import__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__Import__Group__1__Impl();
@@ -62185,21 +62281,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group__1__Impl"
- // InternalRoom.g:22772:1: rule__Import__Group__1__Impl : ( ( rule__Import__Alternatives_1 ) ) ;
+ // InternalRoom.g:22792:1: rule__Import__Group__1__Impl : ( ( rule__Import__Alternatives_1 ) ) ;
public final void rule__Import__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22776:1: ( ( ( rule__Import__Alternatives_1 ) ) )
- // InternalRoom.g:22777:1: ( ( rule__Import__Alternatives_1 ) )
+ // InternalRoom.g:22796:1: ( ( ( rule__Import__Alternatives_1 ) ) )
+ // InternalRoom.g:22797:1: ( ( rule__Import__Alternatives_1 ) )
{
- // InternalRoom.g:22777:1: ( ( rule__Import__Alternatives_1 ) )
- // InternalRoom.g:22778:1: ( rule__Import__Alternatives_1 )
+ // InternalRoom.g:22797:1: ( ( rule__Import__Alternatives_1 ) )
+ // InternalRoom.g:22798:1: ( rule__Import__Alternatives_1 )
{
before(grammarAccess.getImportAccess().getAlternatives_1());
- // InternalRoom.g:22779:1: ( rule__Import__Alternatives_1 )
- // InternalRoom.g:22779:2: rule__Import__Alternatives_1
+ // InternalRoom.g:22799:1: ( rule__Import__Alternatives_1 )
+ // InternalRoom.g:22799:2: rule__Import__Alternatives_1
{
pushFollow(FOLLOW_2);
rule__Import__Alternatives_1();
@@ -62232,16 +62328,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group_1_0__0"
- // InternalRoom.g:22793:1: rule__Import__Group_1_0__0 : rule__Import__Group_1_0__0__Impl rule__Import__Group_1_0__1 ;
+ // InternalRoom.g:22813:1: rule__Import__Group_1_0__0 : rule__Import__Group_1_0__0__Impl rule__Import__Group_1_0__1 ;
public final void rule__Import__Group_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22797:1: ( rule__Import__Group_1_0__0__Impl rule__Import__Group_1_0__1 )
- // InternalRoom.g:22798:2: rule__Import__Group_1_0__0__Impl rule__Import__Group_1_0__1
+ // InternalRoom.g:22817:1: ( rule__Import__Group_1_0__0__Impl rule__Import__Group_1_0__1 )
+ // InternalRoom.g:22818:2: rule__Import__Group_1_0__0__Impl rule__Import__Group_1_0__1
{
- pushFollow(FOLLOW_118);
+ pushFollow(FOLLOW_119);
rule__Import__Group_1_0__0__Impl();
state._fsp--;
@@ -62270,21 +62366,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group_1_0__0__Impl"
- // InternalRoom.g:22805:1: rule__Import__Group_1_0__0__Impl : ( ( rule__Import__ImportedNamespaceAssignment_1_0_0 ) ) ;
+ // InternalRoom.g:22825:1: rule__Import__Group_1_0__0__Impl : ( ( rule__Import__ImportedNamespaceAssignment_1_0_0 ) ) ;
public final void rule__Import__Group_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22809:1: ( ( ( rule__Import__ImportedNamespaceAssignment_1_0_0 ) ) )
- // InternalRoom.g:22810:1: ( ( rule__Import__ImportedNamespaceAssignment_1_0_0 ) )
+ // InternalRoom.g:22829:1: ( ( ( rule__Import__ImportedNamespaceAssignment_1_0_0 ) ) )
+ // InternalRoom.g:22830:1: ( ( rule__Import__ImportedNamespaceAssignment_1_0_0 ) )
{
- // InternalRoom.g:22810:1: ( ( rule__Import__ImportedNamespaceAssignment_1_0_0 ) )
- // InternalRoom.g:22811:1: ( rule__Import__ImportedNamespaceAssignment_1_0_0 )
+ // InternalRoom.g:22830:1: ( ( rule__Import__ImportedNamespaceAssignment_1_0_0 ) )
+ // InternalRoom.g:22831:1: ( rule__Import__ImportedNamespaceAssignment_1_0_0 )
{
before(grammarAccess.getImportAccess().getImportedNamespaceAssignment_1_0_0());
- // InternalRoom.g:22812:1: ( rule__Import__ImportedNamespaceAssignment_1_0_0 )
- // InternalRoom.g:22812:2: rule__Import__ImportedNamespaceAssignment_1_0_0
+ // InternalRoom.g:22832:1: ( rule__Import__ImportedNamespaceAssignment_1_0_0 )
+ // InternalRoom.g:22832:2: rule__Import__ImportedNamespaceAssignment_1_0_0
{
pushFollow(FOLLOW_2);
rule__Import__ImportedNamespaceAssignment_1_0_0();
@@ -62317,14 +62413,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group_1_0__1"
- // InternalRoom.g:22822:1: rule__Import__Group_1_0__1 : rule__Import__Group_1_0__1__Impl ;
+ // InternalRoom.g:22842:1: rule__Import__Group_1_0__1 : rule__Import__Group_1_0__1__Impl ;
public final void rule__Import__Group_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22826:1: ( rule__Import__Group_1_0__1__Impl )
- // InternalRoom.g:22827:2: rule__Import__Group_1_0__1__Impl
+ // InternalRoom.g:22846:1: ( rule__Import__Group_1_0__1__Impl )
+ // InternalRoom.g:22847:2: rule__Import__Group_1_0__1__Impl
{
pushFollow(FOLLOW_2);
rule__Import__Group_1_0__1__Impl();
@@ -62350,29 +62446,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group_1_0__1__Impl"
- // InternalRoom.g:22833:1: rule__Import__Group_1_0__1__Impl : ( ( rule__Import__Group_1_0_1__0 )? ) ;
+ // InternalRoom.g:22853:1: rule__Import__Group_1_0__1__Impl : ( ( rule__Import__Group_1_0_1__0 )? ) ;
public final void rule__Import__Group_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22837:1: ( ( ( rule__Import__Group_1_0_1__0 )? ) )
- // InternalRoom.g:22838:1: ( ( rule__Import__Group_1_0_1__0 )? )
+ // InternalRoom.g:22857:1: ( ( ( rule__Import__Group_1_0_1__0 )? ) )
+ // InternalRoom.g:22858:1: ( ( rule__Import__Group_1_0_1__0 )? )
{
- // InternalRoom.g:22838:1: ( ( rule__Import__Group_1_0_1__0 )? )
- // InternalRoom.g:22839:1: ( rule__Import__Group_1_0_1__0 )?
+ // InternalRoom.g:22858:1: ( ( rule__Import__Group_1_0_1__0 )? )
+ // InternalRoom.g:22859:1: ( rule__Import__Group_1_0_1__0 )?
{
before(grammarAccess.getImportAccess().getGroup_1_0_1());
- // InternalRoom.g:22840:1: ( rule__Import__Group_1_0_1__0 )?
- int alt214=2;
- int LA214_0 = input.LA(1);
+ // InternalRoom.g:22860:1: ( rule__Import__Group_1_0_1__0 )?
+ int alt215=2;
+ int LA215_0 = input.LA(1);
- if ( (LA214_0==125) ) {
- alt214=1;
+ if ( (LA215_0==125) ) {
+ alt215=1;
}
- switch (alt214) {
+ switch (alt215) {
case 1 :
- // InternalRoom.g:22840:2: rule__Import__Group_1_0_1__0
+ // InternalRoom.g:22860:2: rule__Import__Group_1_0_1__0
{
pushFollow(FOLLOW_2);
rule__Import__Group_1_0_1__0();
@@ -62408,16 +62504,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group_1_0_1__0"
- // InternalRoom.g:22854:1: rule__Import__Group_1_0_1__0 : rule__Import__Group_1_0_1__0__Impl rule__Import__Group_1_0_1__1 ;
+ // InternalRoom.g:22874:1: rule__Import__Group_1_0_1__0 : rule__Import__Group_1_0_1__0__Impl rule__Import__Group_1_0_1__1 ;
public final void rule__Import__Group_1_0_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22858:1: ( rule__Import__Group_1_0_1__0__Impl rule__Import__Group_1_0_1__1 )
- // InternalRoom.g:22859:2: rule__Import__Group_1_0_1__0__Impl rule__Import__Group_1_0_1__1
+ // InternalRoom.g:22878:1: ( rule__Import__Group_1_0_1__0__Impl rule__Import__Group_1_0_1__1 )
+ // InternalRoom.g:22879:2: rule__Import__Group_1_0_1__0__Impl rule__Import__Group_1_0_1__1
{
- pushFollow(FOLLOW_14);
+ pushFollow(FOLLOW_15);
rule__Import__Group_1_0_1__0__Impl();
state._fsp--;
@@ -62446,17 +62542,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group_1_0_1__0__Impl"
- // InternalRoom.g:22866:1: rule__Import__Group_1_0_1__0__Impl : ( 'from' ) ;
+ // InternalRoom.g:22886:1: rule__Import__Group_1_0_1__0__Impl : ( 'from' ) ;
public final void rule__Import__Group_1_0_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22870:1: ( ( 'from' ) )
- // InternalRoom.g:22871:1: ( 'from' )
+ // InternalRoom.g:22890:1: ( ( 'from' ) )
+ // InternalRoom.g:22891:1: ( 'from' )
{
- // InternalRoom.g:22871:1: ( 'from' )
- // InternalRoom.g:22872:1: 'from'
+ // InternalRoom.g:22891:1: ( 'from' )
+ // InternalRoom.g:22892:1: 'from'
{
before(grammarAccess.getImportAccess().getFromKeyword_1_0_1_0());
match(input,125,FOLLOW_2);
@@ -62483,14 +62579,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group_1_0_1__1"
- // InternalRoom.g:22885:1: rule__Import__Group_1_0_1__1 : rule__Import__Group_1_0_1__1__Impl ;
+ // InternalRoom.g:22905:1: rule__Import__Group_1_0_1__1 : rule__Import__Group_1_0_1__1__Impl ;
public final void rule__Import__Group_1_0_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22889:1: ( rule__Import__Group_1_0_1__1__Impl )
- // InternalRoom.g:22890:2: rule__Import__Group_1_0_1__1__Impl
+ // InternalRoom.g:22909:1: ( rule__Import__Group_1_0_1__1__Impl )
+ // InternalRoom.g:22910:2: rule__Import__Group_1_0_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__Import__Group_1_0_1__1__Impl();
@@ -62516,21 +62612,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group_1_0_1__1__Impl"
- // InternalRoom.g:22896:1: rule__Import__Group_1_0_1__1__Impl : ( ( rule__Import__ImportURIAssignment_1_0_1_1 ) ) ;
+ // InternalRoom.g:22916:1: rule__Import__Group_1_0_1__1__Impl : ( ( rule__Import__ImportURIAssignment_1_0_1_1 ) ) ;
public final void rule__Import__Group_1_0_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22900:1: ( ( ( rule__Import__ImportURIAssignment_1_0_1_1 ) ) )
- // InternalRoom.g:22901:1: ( ( rule__Import__ImportURIAssignment_1_0_1_1 ) )
+ // InternalRoom.g:22920:1: ( ( ( rule__Import__ImportURIAssignment_1_0_1_1 ) ) )
+ // InternalRoom.g:22921:1: ( ( rule__Import__ImportURIAssignment_1_0_1_1 ) )
{
- // InternalRoom.g:22901:1: ( ( rule__Import__ImportURIAssignment_1_0_1_1 ) )
- // InternalRoom.g:22902:1: ( rule__Import__ImportURIAssignment_1_0_1_1 )
+ // InternalRoom.g:22921:1: ( ( rule__Import__ImportURIAssignment_1_0_1_1 ) )
+ // InternalRoom.g:22922:1: ( rule__Import__ImportURIAssignment_1_0_1_1 )
{
before(grammarAccess.getImportAccess().getImportURIAssignment_1_0_1_1());
- // InternalRoom.g:22903:1: ( rule__Import__ImportURIAssignment_1_0_1_1 )
- // InternalRoom.g:22903:2: rule__Import__ImportURIAssignment_1_0_1_1
+ // InternalRoom.g:22923:1: ( rule__Import__ImportURIAssignment_1_0_1_1 )
+ // InternalRoom.g:22923:2: rule__Import__ImportURIAssignment_1_0_1_1
{
pushFollow(FOLLOW_2);
rule__Import__ImportURIAssignment_1_0_1_1();
@@ -62563,16 +62659,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group_1_1__0"
- // InternalRoom.g:22917:1: rule__Import__Group_1_1__0 : rule__Import__Group_1_1__0__Impl rule__Import__Group_1_1__1 ;
+ // InternalRoom.g:22937:1: rule__Import__Group_1_1__0 : rule__Import__Group_1_1__0__Impl rule__Import__Group_1_1__1 ;
public final void rule__Import__Group_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22921:1: ( rule__Import__Group_1_1__0__Impl rule__Import__Group_1_1__1 )
- // InternalRoom.g:22922:2: rule__Import__Group_1_1__0__Impl rule__Import__Group_1_1__1
+ // InternalRoom.g:22941:1: ( rule__Import__Group_1_1__0__Impl rule__Import__Group_1_1__1 )
+ // InternalRoom.g:22942:2: rule__Import__Group_1_1__0__Impl rule__Import__Group_1_1__1
{
- pushFollow(FOLLOW_14);
+ pushFollow(FOLLOW_15);
rule__Import__Group_1_1__0__Impl();
state._fsp--;
@@ -62601,17 +62697,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group_1_1__0__Impl"
- // InternalRoom.g:22929:1: rule__Import__Group_1_1__0__Impl : ( 'model' ) ;
+ // InternalRoom.g:22949:1: rule__Import__Group_1_1__0__Impl : ( 'model' ) ;
public final void rule__Import__Group_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22933:1: ( ( 'model' ) )
- // InternalRoom.g:22934:1: ( 'model' )
+ // InternalRoom.g:22953:1: ( ( 'model' ) )
+ // InternalRoom.g:22954:1: ( 'model' )
{
- // InternalRoom.g:22934:1: ( 'model' )
- // InternalRoom.g:22935:1: 'model'
+ // InternalRoom.g:22954:1: ( 'model' )
+ // InternalRoom.g:22955:1: 'model'
{
before(grammarAccess.getImportAccess().getModelKeyword_1_1_0());
match(input,126,FOLLOW_2);
@@ -62638,14 +62734,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group_1_1__1"
- // InternalRoom.g:22948:1: rule__Import__Group_1_1__1 : rule__Import__Group_1_1__1__Impl ;
+ // InternalRoom.g:22968:1: rule__Import__Group_1_1__1 : rule__Import__Group_1_1__1__Impl ;
public final void rule__Import__Group_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22952:1: ( rule__Import__Group_1_1__1__Impl )
- // InternalRoom.g:22953:2: rule__Import__Group_1_1__1__Impl
+ // InternalRoom.g:22972:1: ( rule__Import__Group_1_1__1__Impl )
+ // InternalRoom.g:22973:2: rule__Import__Group_1_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__Import__Group_1_1__1__Impl();
@@ -62671,21 +62767,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__Group_1_1__1__Impl"
- // InternalRoom.g:22959:1: rule__Import__Group_1_1__1__Impl : ( ( rule__Import__ImportURIAssignment_1_1_1 ) ) ;
+ // InternalRoom.g:22979:1: rule__Import__Group_1_1__1__Impl : ( ( rule__Import__ImportURIAssignment_1_1_1 ) ) ;
public final void rule__Import__Group_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22963:1: ( ( ( rule__Import__ImportURIAssignment_1_1_1 ) ) )
- // InternalRoom.g:22964:1: ( ( rule__Import__ImportURIAssignment_1_1_1 ) )
+ // InternalRoom.g:22983:1: ( ( ( rule__Import__ImportURIAssignment_1_1_1 ) ) )
+ // InternalRoom.g:22984:1: ( ( rule__Import__ImportURIAssignment_1_1_1 ) )
{
- // InternalRoom.g:22964:1: ( ( rule__Import__ImportURIAssignment_1_1_1 ) )
- // InternalRoom.g:22965:1: ( rule__Import__ImportURIAssignment_1_1_1 )
+ // InternalRoom.g:22984:1: ( ( rule__Import__ImportURIAssignment_1_1_1 ) )
+ // InternalRoom.g:22985:1: ( rule__Import__ImportURIAssignment_1_1_1 )
{
before(grammarAccess.getImportAccess().getImportURIAssignment_1_1_1());
- // InternalRoom.g:22966:1: ( rule__Import__ImportURIAssignment_1_1_1 )
- // InternalRoom.g:22966:2: rule__Import__ImportURIAssignment_1_1_1
+ // InternalRoom.g:22986:1: ( rule__Import__ImportURIAssignment_1_1_1 )
+ // InternalRoom.g:22986:2: rule__Import__ImportURIAssignment_1_1_1
{
pushFollow(FOLLOW_2);
rule__Import__ImportURIAssignment_1_1_1();
@@ -62718,16 +62814,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ImportedFQN__Group__0"
- // InternalRoom.g:22980:1: rule__ImportedFQN__Group__0 : rule__ImportedFQN__Group__0__Impl rule__ImportedFQN__Group__1 ;
+ // InternalRoom.g:23000:1: rule__ImportedFQN__Group__0 : rule__ImportedFQN__Group__0__Impl rule__ImportedFQN__Group__1 ;
public final void rule__ImportedFQN__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22984:1: ( rule__ImportedFQN__Group__0__Impl rule__ImportedFQN__Group__1 )
- // InternalRoom.g:22985:2: rule__ImportedFQN__Group__0__Impl rule__ImportedFQN__Group__1
+ // InternalRoom.g:23004:1: ( rule__ImportedFQN__Group__0__Impl rule__ImportedFQN__Group__1 )
+ // InternalRoom.g:23005:2: rule__ImportedFQN__Group__0__Impl rule__ImportedFQN__Group__1
{
- pushFollow(FOLLOW_119);
+ pushFollow(FOLLOW_120);
rule__ImportedFQN__Group__0__Impl();
state._fsp--;
@@ -62756,17 +62852,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ImportedFQN__Group__0__Impl"
- // InternalRoom.g:22992:1: rule__ImportedFQN__Group__0__Impl : ( ruleFQN ) ;
+ // InternalRoom.g:23012:1: rule__ImportedFQN__Group__0__Impl : ( ruleFQN ) ;
public final void rule__ImportedFQN__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:22996:1: ( ( ruleFQN ) )
- // InternalRoom.g:22997:1: ( ruleFQN )
+ // InternalRoom.g:23016:1: ( ( ruleFQN ) )
+ // InternalRoom.g:23017:1: ( ruleFQN )
{
- // InternalRoom.g:22997:1: ( ruleFQN )
- // InternalRoom.g:22998:1: ruleFQN
+ // InternalRoom.g:23017:1: ( ruleFQN )
+ // InternalRoom.g:23018:1: ruleFQN
{
before(grammarAccess.getImportedFQNAccess().getFQNParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -62797,14 +62893,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ImportedFQN__Group__1"
- // InternalRoom.g:23009:1: rule__ImportedFQN__Group__1 : rule__ImportedFQN__Group__1__Impl ;
+ // InternalRoom.g:23029:1: rule__ImportedFQN__Group__1 : rule__ImportedFQN__Group__1__Impl ;
public final void rule__ImportedFQN__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23013:1: ( rule__ImportedFQN__Group__1__Impl )
- // InternalRoom.g:23014:2: rule__ImportedFQN__Group__1__Impl
+ // InternalRoom.g:23033:1: ( rule__ImportedFQN__Group__1__Impl )
+ // InternalRoom.g:23034:2: rule__ImportedFQN__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__ImportedFQN__Group__1__Impl();
@@ -62830,29 +62926,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ImportedFQN__Group__1__Impl"
- // InternalRoom.g:23020:1: rule__ImportedFQN__Group__1__Impl : ( ( '.*' )? ) ;
+ // InternalRoom.g:23040:1: rule__ImportedFQN__Group__1__Impl : ( ( '.*' )? ) ;
public final void rule__ImportedFQN__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23024:1: ( ( ( '.*' )? ) )
- // InternalRoom.g:23025:1: ( ( '.*' )? )
+ // InternalRoom.g:23044:1: ( ( ( '.*' )? ) )
+ // InternalRoom.g:23045:1: ( ( '.*' )? )
{
- // InternalRoom.g:23025:1: ( ( '.*' )? )
- // InternalRoom.g:23026:1: ( '.*' )?
+ // InternalRoom.g:23045:1: ( ( '.*' )? )
+ // InternalRoom.g:23046:1: ( '.*' )?
{
before(grammarAccess.getImportedFQNAccess().getFullStopAsteriskKeyword_1());
- // InternalRoom.g:23027:1: ( '.*' )?
- int alt215=2;
- int LA215_0 = input.LA(1);
+ // InternalRoom.g:23047:1: ( '.*' )?
+ int alt216=2;
+ int LA216_0 = input.LA(1);
- if ( (LA215_0==127) ) {
- alt215=1;
+ if ( (LA216_0==127) ) {
+ alt216=1;
}
- switch (alt215) {
+ switch (alt216) {
case 1 :
- // InternalRoom.g:23028:2: '.*'
+ // InternalRoom.g:23048:2: '.*'
{
match(input,127,FOLLOW_2);
@@ -62884,16 +62980,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__Group__0"
- // InternalRoom.g:23043:1: rule__Documentation__Group__0 : rule__Documentation__Group__0__Impl rule__Documentation__Group__1 ;
+ // InternalRoom.g:23063:1: rule__Documentation__Group__0 : rule__Documentation__Group__0__Impl rule__Documentation__Group__1 ;
public final void rule__Documentation__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23047:1: ( rule__Documentation__Group__0__Impl rule__Documentation__Group__1 )
- // InternalRoom.g:23048:2: rule__Documentation__Group__0__Impl rule__Documentation__Group__1
+ // InternalRoom.g:23067:1: ( rule__Documentation__Group__0__Impl rule__Documentation__Group__1 )
+ // InternalRoom.g:23068:2: rule__Documentation__Group__0__Impl rule__Documentation__Group__1
{
- pushFollow(FOLLOW_16);
+ pushFollow(FOLLOW_17);
rule__Documentation__Group__0__Impl();
state._fsp--;
@@ -62922,21 +63018,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__Group__0__Impl"
- // InternalRoom.g:23055:1: rule__Documentation__Group__0__Impl : ( () ) ;
+ // InternalRoom.g:23075:1: rule__Documentation__Group__0__Impl : ( () ) ;
public final void rule__Documentation__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23059:1: ( ( () ) )
- // InternalRoom.g:23060:1: ( () )
+ // InternalRoom.g:23079:1: ( ( () ) )
+ // InternalRoom.g:23080:1: ( () )
{
- // InternalRoom.g:23060:1: ( () )
- // InternalRoom.g:23061:1: ()
+ // InternalRoom.g:23080:1: ( () )
+ // InternalRoom.g:23081:1: ()
{
before(grammarAccess.getDocumentationAccess().getDocumentationAction_0());
- // InternalRoom.g:23062:1: ()
- // InternalRoom.g:23064:1:
+ // InternalRoom.g:23082:1: ()
+ // InternalRoom.g:23084:1:
{
}
@@ -62959,16 +63055,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__Group__1"
- // InternalRoom.g:23074:1: rule__Documentation__Group__1 : rule__Documentation__Group__1__Impl rule__Documentation__Group__2 ;
+ // InternalRoom.g:23094:1: rule__Documentation__Group__1 : rule__Documentation__Group__1__Impl rule__Documentation__Group__2 ;
public final void rule__Documentation__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23078:1: ( rule__Documentation__Group__1__Impl rule__Documentation__Group__2 )
- // InternalRoom.g:23079:2: rule__Documentation__Group__1__Impl rule__Documentation__Group__2
+ // InternalRoom.g:23098:1: ( rule__Documentation__Group__1__Impl rule__Documentation__Group__2 )
+ // InternalRoom.g:23099:2: rule__Documentation__Group__1__Impl rule__Documentation__Group__2
{
- pushFollow(FOLLOW_120);
+ pushFollow(FOLLOW_121);
rule__Documentation__Group__1__Impl();
state._fsp--;
@@ -62997,17 +63093,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__Group__1__Impl"
- // InternalRoom.g:23086:1: rule__Documentation__Group__1__Impl : ( '[' ) ;
+ // InternalRoom.g:23106:1: rule__Documentation__Group__1__Impl : ( '[' ) ;
public final void rule__Documentation__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23090:1: ( ( '[' ) )
- // InternalRoom.g:23091:1: ( '[' )
+ // InternalRoom.g:23110:1: ( ( '[' ) )
+ // InternalRoom.g:23111:1: ( '[' )
{
- // InternalRoom.g:23091:1: ( '[' )
- // InternalRoom.g:23092:1: '['
+ // InternalRoom.g:23111:1: ( '[' )
+ // InternalRoom.g:23112:1: '['
{
before(grammarAccess.getDocumentationAccess().getLeftSquareBracketKeyword_1());
match(input,63,FOLLOW_2);
@@ -63034,16 +63130,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__Group__2"
- // InternalRoom.g:23105:1: rule__Documentation__Group__2 : rule__Documentation__Group__2__Impl rule__Documentation__Group__3 ;
+ // InternalRoom.g:23125:1: rule__Documentation__Group__2 : rule__Documentation__Group__2__Impl rule__Documentation__Group__3 ;
public final void rule__Documentation__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23109:1: ( rule__Documentation__Group__2__Impl rule__Documentation__Group__3 )
- // InternalRoom.g:23110:2: rule__Documentation__Group__2__Impl rule__Documentation__Group__3
+ // InternalRoom.g:23129:1: ( rule__Documentation__Group__2__Impl rule__Documentation__Group__3 )
+ // InternalRoom.g:23130:2: rule__Documentation__Group__2__Impl rule__Documentation__Group__3
{
- pushFollow(FOLLOW_120);
+ pushFollow(FOLLOW_121);
rule__Documentation__Group__2__Impl();
state._fsp--;
@@ -63072,35 +63168,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__Group__2__Impl"
- // InternalRoom.g:23117:1: rule__Documentation__Group__2__Impl : ( ( rule__Documentation__LinesAssignment_2 )* ) ;
+ // InternalRoom.g:23137:1: rule__Documentation__Group__2__Impl : ( ( rule__Documentation__LinesAssignment_2 )* ) ;
public final void rule__Documentation__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23121:1: ( ( ( rule__Documentation__LinesAssignment_2 )* ) )
- // InternalRoom.g:23122:1: ( ( rule__Documentation__LinesAssignment_2 )* )
+ // InternalRoom.g:23141:1: ( ( ( rule__Documentation__LinesAssignment_2 )* ) )
+ // InternalRoom.g:23142:1: ( ( rule__Documentation__LinesAssignment_2 )* )
{
- // InternalRoom.g:23122:1: ( ( rule__Documentation__LinesAssignment_2 )* )
- // InternalRoom.g:23123:1: ( rule__Documentation__LinesAssignment_2 )*
+ // InternalRoom.g:23142:1: ( ( rule__Documentation__LinesAssignment_2 )* )
+ // InternalRoom.g:23143:1: ( rule__Documentation__LinesAssignment_2 )*
{
before(grammarAccess.getDocumentationAccess().getLinesAssignment_2());
- // InternalRoom.g:23124:1: ( rule__Documentation__LinesAssignment_2 )*
- loop216:
+ // InternalRoom.g:23144:1: ( rule__Documentation__LinesAssignment_2 )*
+ loop217:
do {
- int alt216=2;
- int LA216_0 = input.LA(1);
+ int alt217=2;
+ int LA217_0 = input.LA(1);
- if ( (LA216_0==RULE_STRING) ) {
- alt216=1;
+ if ( (LA217_0==RULE_STRING) ) {
+ alt217=1;
}
- switch (alt216) {
+ switch (alt217) {
case 1 :
- // InternalRoom.g:23124:2: rule__Documentation__LinesAssignment_2
+ // InternalRoom.g:23144:2: rule__Documentation__LinesAssignment_2
{
- pushFollow(FOLLOW_86);
+ pushFollow(FOLLOW_87);
rule__Documentation__LinesAssignment_2();
state._fsp--;
@@ -63110,7 +63206,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop216;
+ break loop217;
}
} while (true);
@@ -63137,14 +63233,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__Group__3"
- // InternalRoom.g:23134:1: rule__Documentation__Group__3 : rule__Documentation__Group__3__Impl ;
+ // InternalRoom.g:23154:1: rule__Documentation__Group__3 : rule__Documentation__Group__3__Impl ;
public final void rule__Documentation__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23138:1: ( rule__Documentation__Group__3__Impl )
- // InternalRoom.g:23139:2: rule__Documentation__Group__3__Impl
+ // InternalRoom.g:23158:1: ( rule__Documentation__Group__3__Impl )
+ // InternalRoom.g:23159:2: rule__Documentation__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__Documentation__Group__3__Impl();
@@ -63170,17 +63266,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__Group__3__Impl"
- // InternalRoom.g:23145:1: rule__Documentation__Group__3__Impl : ( ']' ) ;
+ // InternalRoom.g:23165:1: rule__Documentation__Group__3__Impl : ( ']' ) ;
public final void rule__Documentation__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23149:1: ( ( ']' ) )
- // InternalRoom.g:23150:1: ( ']' )
+ // InternalRoom.g:23169:1: ( ( ']' ) )
+ // InternalRoom.g:23170:1: ( ']' )
{
- // InternalRoom.g:23150:1: ( ']' )
- // InternalRoom.g:23151:1: ']'
+ // InternalRoom.g:23170:1: ( ']' )
+ // InternalRoom.g:23171:1: ']'
{
before(grammarAccess.getDocumentationAccess().getRightSquareBracketKeyword_3());
match(input,64,FOLLOW_2);
@@ -63207,16 +63303,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BooleanLiteral__Group__0"
- // InternalRoom.g:23178:1: rule__BooleanLiteral__Group__0 : rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1 ;
+ // InternalRoom.g:23198:1: rule__BooleanLiteral__Group__0 : rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1 ;
public final void rule__BooleanLiteral__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23182:1: ( rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1 )
- // InternalRoom.g:23183:2: rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1
+ // InternalRoom.g:23202:1: ( rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1 )
+ // InternalRoom.g:23203:2: rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1
{
- pushFollow(FOLLOW_121);
+ pushFollow(FOLLOW_122);
rule__BooleanLiteral__Group__0__Impl();
state._fsp--;
@@ -63245,21 +63341,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BooleanLiteral__Group__0__Impl"
- // InternalRoom.g:23190:1: rule__BooleanLiteral__Group__0__Impl : ( () ) ;
+ // InternalRoom.g:23210:1: rule__BooleanLiteral__Group__0__Impl : ( () ) ;
public final void rule__BooleanLiteral__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23194:1: ( ( () ) )
- // InternalRoom.g:23195:1: ( () )
+ // InternalRoom.g:23214:1: ( ( () ) )
+ // InternalRoom.g:23215:1: ( () )
{
- // InternalRoom.g:23195:1: ( () )
- // InternalRoom.g:23196:1: ()
+ // InternalRoom.g:23215:1: ( () )
+ // InternalRoom.g:23216:1: ()
{
before(grammarAccess.getBooleanLiteralAccess().getBooleanLiteralAction_0());
- // InternalRoom.g:23197:1: ()
- // InternalRoom.g:23199:1:
+ // InternalRoom.g:23217:1: ()
+ // InternalRoom.g:23219:1:
{
}
@@ -63282,14 +63378,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BooleanLiteral__Group__1"
- // InternalRoom.g:23209:1: rule__BooleanLiteral__Group__1 : rule__BooleanLiteral__Group__1__Impl ;
+ // InternalRoom.g:23229:1: rule__BooleanLiteral__Group__1 : rule__BooleanLiteral__Group__1__Impl ;
public final void rule__BooleanLiteral__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23213:1: ( rule__BooleanLiteral__Group__1__Impl )
- // InternalRoom.g:23214:2: rule__BooleanLiteral__Group__1__Impl
+ // InternalRoom.g:23233:1: ( rule__BooleanLiteral__Group__1__Impl )
+ // InternalRoom.g:23234:2: rule__BooleanLiteral__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__BooleanLiteral__Group__1__Impl();
@@ -63315,21 +63411,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BooleanLiteral__Group__1__Impl"
- // InternalRoom.g:23220:1: rule__BooleanLiteral__Group__1__Impl : ( ( rule__BooleanLiteral__Alternatives_1 ) ) ;
+ // InternalRoom.g:23240:1: rule__BooleanLiteral__Group__1__Impl : ( ( rule__BooleanLiteral__Alternatives_1 ) ) ;
public final void rule__BooleanLiteral__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23224:1: ( ( ( rule__BooleanLiteral__Alternatives_1 ) ) )
- // InternalRoom.g:23225:1: ( ( rule__BooleanLiteral__Alternatives_1 ) )
+ // InternalRoom.g:23244:1: ( ( ( rule__BooleanLiteral__Alternatives_1 ) ) )
+ // InternalRoom.g:23245:1: ( ( rule__BooleanLiteral__Alternatives_1 ) )
{
- // InternalRoom.g:23225:1: ( ( rule__BooleanLiteral__Alternatives_1 ) )
- // InternalRoom.g:23226:1: ( rule__BooleanLiteral__Alternatives_1 )
+ // InternalRoom.g:23245:1: ( ( rule__BooleanLiteral__Alternatives_1 ) )
+ // InternalRoom.g:23246:1: ( rule__BooleanLiteral__Alternatives_1 )
{
before(grammarAccess.getBooleanLiteralAccess().getAlternatives_1());
- // InternalRoom.g:23227:1: ( rule__BooleanLiteral__Alternatives_1 )
- // InternalRoom.g:23227:2: rule__BooleanLiteral__Alternatives_1
+ // InternalRoom.g:23247:1: ( rule__BooleanLiteral__Alternatives_1 )
+ // InternalRoom.g:23247:2: rule__BooleanLiteral__Alternatives_1
{
pushFollow(FOLLOW_2);
rule__BooleanLiteral__Alternatives_1();
@@ -63362,16 +63458,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RealLiteral__Group__0"
- // InternalRoom.g:23241:1: rule__RealLiteral__Group__0 : rule__RealLiteral__Group__0__Impl rule__RealLiteral__Group__1 ;
+ // InternalRoom.g:23261:1: rule__RealLiteral__Group__0 : rule__RealLiteral__Group__0__Impl rule__RealLiteral__Group__1 ;
public final void rule__RealLiteral__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23245:1: ( rule__RealLiteral__Group__0__Impl rule__RealLiteral__Group__1 )
- // InternalRoom.g:23246:2: rule__RealLiteral__Group__0__Impl rule__RealLiteral__Group__1
+ // InternalRoom.g:23265:1: ( rule__RealLiteral__Group__0__Impl rule__RealLiteral__Group__1 )
+ // InternalRoom.g:23266:2: rule__RealLiteral__Group__0__Impl rule__RealLiteral__Group__1
{
- pushFollow(FOLLOW_23);
+ pushFollow(FOLLOW_24);
rule__RealLiteral__Group__0__Impl();
state._fsp--;
@@ -63400,21 +63496,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RealLiteral__Group__0__Impl"
- // InternalRoom.g:23253:1: rule__RealLiteral__Group__0__Impl : ( () ) ;
+ // InternalRoom.g:23273:1: rule__RealLiteral__Group__0__Impl : ( () ) ;
public final void rule__RealLiteral__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23257:1: ( ( () ) )
- // InternalRoom.g:23258:1: ( () )
+ // InternalRoom.g:23277:1: ( ( () ) )
+ // InternalRoom.g:23278:1: ( () )
{
- // InternalRoom.g:23258:1: ( () )
- // InternalRoom.g:23259:1: ()
+ // InternalRoom.g:23278:1: ( () )
+ // InternalRoom.g:23279:1: ()
{
before(grammarAccess.getRealLiteralAccess().getRealLiteralAction_0());
- // InternalRoom.g:23260:1: ()
- // InternalRoom.g:23262:1:
+ // InternalRoom.g:23280:1: ()
+ // InternalRoom.g:23282:1:
{
}
@@ -63437,14 +63533,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RealLiteral__Group__1"
- // InternalRoom.g:23272:1: rule__RealLiteral__Group__1 : rule__RealLiteral__Group__1__Impl ;
+ // InternalRoom.g:23292:1: rule__RealLiteral__Group__1 : rule__RealLiteral__Group__1__Impl ;
public final void rule__RealLiteral__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23276:1: ( rule__RealLiteral__Group__1__Impl )
- // InternalRoom.g:23277:2: rule__RealLiteral__Group__1__Impl
+ // InternalRoom.g:23296:1: ( rule__RealLiteral__Group__1__Impl )
+ // InternalRoom.g:23297:2: rule__RealLiteral__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__RealLiteral__Group__1__Impl();
@@ -63470,21 +63566,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RealLiteral__Group__1__Impl"
- // InternalRoom.g:23283:1: rule__RealLiteral__Group__1__Impl : ( ( rule__RealLiteral__ValueAssignment_1 ) ) ;
+ // InternalRoom.g:23303:1: rule__RealLiteral__Group__1__Impl : ( ( rule__RealLiteral__ValueAssignment_1 ) ) ;
public final void rule__RealLiteral__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23287:1: ( ( ( rule__RealLiteral__ValueAssignment_1 ) ) )
- // InternalRoom.g:23288:1: ( ( rule__RealLiteral__ValueAssignment_1 ) )
+ // InternalRoom.g:23307:1: ( ( ( rule__RealLiteral__ValueAssignment_1 ) ) )
+ // InternalRoom.g:23308:1: ( ( rule__RealLiteral__ValueAssignment_1 ) )
{
- // InternalRoom.g:23288:1: ( ( rule__RealLiteral__ValueAssignment_1 ) )
- // InternalRoom.g:23289:1: ( rule__RealLiteral__ValueAssignment_1 )
+ // InternalRoom.g:23308:1: ( ( rule__RealLiteral__ValueAssignment_1 ) )
+ // InternalRoom.g:23309:1: ( rule__RealLiteral__ValueAssignment_1 )
{
before(grammarAccess.getRealLiteralAccess().getValueAssignment_1());
- // InternalRoom.g:23290:1: ( rule__RealLiteral__ValueAssignment_1 )
- // InternalRoom.g:23290:2: rule__RealLiteral__ValueAssignment_1
+ // InternalRoom.g:23310:1: ( rule__RealLiteral__ValueAssignment_1 )
+ // InternalRoom.g:23310:2: rule__RealLiteral__ValueAssignment_1
{
pushFollow(FOLLOW_2);
rule__RealLiteral__ValueAssignment_1();
@@ -63517,16 +63613,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__IntLiteral__Group__0"
- // InternalRoom.g:23304:1: rule__IntLiteral__Group__0 : rule__IntLiteral__Group__0__Impl rule__IntLiteral__Group__1 ;
+ // InternalRoom.g:23324:1: rule__IntLiteral__Group__0 : rule__IntLiteral__Group__0__Impl rule__IntLiteral__Group__1 ;
public final void rule__IntLiteral__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23308:1: ( rule__IntLiteral__Group__0__Impl rule__IntLiteral__Group__1 )
- // InternalRoom.g:23309:2: rule__IntLiteral__Group__0__Impl rule__IntLiteral__Group__1
+ // InternalRoom.g:23328:1: ( rule__IntLiteral__Group__0__Impl rule__IntLiteral__Group__1 )
+ // InternalRoom.g:23329:2: rule__IntLiteral__Group__0__Impl rule__IntLiteral__Group__1
{
- pushFollow(FOLLOW_23);
+ pushFollow(FOLLOW_24);
rule__IntLiteral__Group__0__Impl();
state._fsp--;
@@ -63555,21 +63651,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__IntLiteral__Group__0__Impl"
- // InternalRoom.g:23316:1: rule__IntLiteral__Group__0__Impl : ( () ) ;
+ // InternalRoom.g:23336:1: rule__IntLiteral__Group__0__Impl : ( () ) ;
public final void rule__IntLiteral__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23320:1: ( ( () ) )
- // InternalRoom.g:23321:1: ( () )
+ // InternalRoom.g:23340:1: ( ( () ) )
+ // InternalRoom.g:23341:1: ( () )
{
- // InternalRoom.g:23321:1: ( () )
- // InternalRoom.g:23322:1: ()
+ // InternalRoom.g:23341:1: ( () )
+ // InternalRoom.g:23342:1: ()
{
before(grammarAccess.getIntLiteralAccess().getIntLiteralAction_0());
- // InternalRoom.g:23323:1: ()
- // InternalRoom.g:23325:1:
+ // InternalRoom.g:23343:1: ()
+ // InternalRoom.g:23345:1:
{
}
@@ -63592,14 +63688,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__IntLiteral__Group__1"
- // InternalRoom.g:23335:1: rule__IntLiteral__Group__1 : rule__IntLiteral__Group__1__Impl ;
+ // InternalRoom.g:23355:1: rule__IntLiteral__Group__1 : rule__IntLiteral__Group__1__Impl ;
public final void rule__IntLiteral__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23339:1: ( rule__IntLiteral__Group__1__Impl )
- // InternalRoom.g:23340:2: rule__IntLiteral__Group__1__Impl
+ // InternalRoom.g:23359:1: ( rule__IntLiteral__Group__1__Impl )
+ // InternalRoom.g:23360:2: rule__IntLiteral__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__IntLiteral__Group__1__Impl();
@@ -63625,21 +63721,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__IntLiteral__Group__1__Impl"
- // InternalRoom.g:23346:1: rule__IntLiteral__Group__1__Impl : ( ( rule__IntLiteral__ValueAssignment_1 ) ) ;
+ // InternalRoom.g:23366:1: rule__IntLiteral__Group__1__Impl : ( ( rule__IntLiteral__ValueAssignment_1 ) ) ;
public final void rule__IntLiteral__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23350:1: ( ( ( rule__IntLiteral__ValueAssignment_1 ) ) )
- // InternalRoom.g:23351:1: ( ( rule__IntLiteral__ValueAssignment_1 ) )
+ // InternalRoom.g:23370:1: ( ( ( rule__IntLiteral__ValueAssignment_1 ) ) )
+ // InternalRoom.g:23371:1: ( ( rule__IntLiteral__ValueAssignment_1 ) )
{
- // InternalRoom.g:23351:1: ( ( rule__IntLiteral__ValueAssignment_1 ) )
- // InternalRoom.g:23352:1: ( rule__IntLiteral__ValueAssignment_1 )
+ // InternalRoom.g:23371:1: ( ( rule__IntLiteral__ValueAssignment_1 ) )
+ // InternalRoom.g:23372:1: ( rule__IntLiteral__ValueAssignment_1 )
{
before(grammarAccess.getIntLiteralAccess().getValueAssignment_1());
- // InternalRoom.g:23353:1: ( rule__IntLiteral__ValueAssignment_1 )
- // InternalRoom.g:23353:2: rule__IntLiteral__ValueAssignment_1
+ // InternalRoom.g:23373:1: ( rule__IntLiteral__ValueAssignment_1 )
+ // InternalRoom.g:23373:2: rule__IntLiteral__ValueAssignment_1
{
pushFollow(FOLLOW_2);
rule__IntLiteral__ValueAssignment_1();
@@ -63672,16 +63768,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StringLiteral__Group__0"
- // InternalRoom.g:23367:1: rule__StringLiteral__Group__0 : rule__StringLiteral__Group__0__Impl rule__StringLiteral__Group__1 ;
+ // InternalRoom.g:23387:1: rule__StringLiteral__Group__0 : rule__StringLiteral__Group__0__Impl rule__StringLiteral__Group__1 ;
public final void rule__StringLiteral__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23371:1: ( rule__StringLiteral__Group__0__Impl rule__StringLiteral__Group__1 )
- // InternalRoom.g:23372:2: rule__StringLiteral__Group__0__Impl rule__StringLiteral__Group__1
+ // InternalRoom.g:23391:1: ( rule__StringLiteral__Group__0__Impl rule__StringLiteral__Group__1 )
+ // InternalRoom.g:23392:2: rule__StringLiteral__Group__0__Impl rule__StringLiteral__Group__1
{
- pushFollow(FOLLOW_109);
+ pushFollow(FOLLOW_110);
rule__StringLiteral__Group__0__Impl();
state._fsp--;
@@ -63710,21 +63806,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StringLiteral__Group__0__Impl"
- // InternalRoom.g:23379:1: rule__StringLiteral__Group__0__Impl : ( () ) ;
+ // InternalRoom.g:23399:1: rule__StringLiteral__Group__0__Impl : ( () ) ;
public final void rule__StringLiteral__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23383:1: ( ( () ) )
- // InternalRoom.g:23384:1: ( () )
+ // InternalRoom.g:23403:1: ( ( () ) )
+ // InternalRoom.g:23404:1: ( () )
{
- // InternalRoom.g:23384:1: ( () )
- // InternalRoom.g:23385:1: ()
+ // InternalRoom.g:23404:1: ( () )
+ // InternalRoom.g:23405:1: ()
{
before(grammarAccess.getStringLiteralAccess().getStringLiteralAction_0());
- // InternalRoom.g:23386:1: ()
- // InternalRoom.g:23388:1:
+ // InternalRoom.g:23406:1: ()
+ // InternalRoom.g:23408:1:
{
}
@@ -63747,14 +63843,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StringLiteral__Group__1"
- // InternalRoom.g:23398:1: rule__StringLiteral__Group__1 : rule__StringLiteral__Group__1__Impl ;
+ // InternalRoom.g:23418:1: rule__StringLiteral__Group__1 : rule__StringLiteral__Group__1__Impl ;
public final void rule__StringLiteral__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23402:1: ( rule__StringLiteral__Group__1__Impl )
- // InternalRoom.g:23403:2: rule__StringLiteral__Group__1__Impl
+ // InternalRoom.g:23422:1: ( rule__StringLiteral__Group__1__Impl )
+ // InternalRoom.g:23423:2: rule__StringLiteral__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__StringLiteral__Group__1__Impl();
@@ -63780,21 +63876,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StringLiteral__Group__1__Impl"
- // InternalRoom.g:23409:1: rule__StringLiteral__Group__1__Impl : ( ( rule__StringLiteral__ValueAssignment_1 ) ) ;
+ // InternalRoom.g:23429:1: rule__StringLiteral__Group__1__Impl : ( ( rule__StringLiteral__ValueAssignment_1 ) ) ;
public final void rule__StringLiteral__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23413:1: ( ( ( rule__StringLiteral__ValueAssignment_1 ) ) )
- // InternalRoom.g:23414:1: ( ( rule__StringLiteral__ValueAssignment_1 ) )
+ // InternalRoom.g:23433:1: ( ( ( rule__StringLiteral__ValueAssignment_1 ) ) )
+ // InternalRoom.g:23434:1: ( ( rule__StringLiteral__ValueAssignment_1 ) )
{
- // InternalRoom.g:23414:1: ( ( rule__StringLiteral__ValueAssignment_1 ) )
- // InternalRoom.g:23415:1: ( rule__StringLiteral__ValueAssignment_1 )
+ // InternalRoom.g:23434:1: ( ( rule__StringLiteral__ValueAssignment_1 ) )
+ // InternalRoom.g:23435:1: ( rule__StringLiteral__ValueAssignment_1 )
{
before(grammarAccess.getStringLiteralAccess().getValueAssignment_1());
- // InternalRoom.g:23416:1: ( rule__StringLiteral__ValueAssignment_1 )
- // InternalRoom.g:23416:2: rule__StringLiteral__ValueAssignment_1
+ // InternalRoom.g:23436:1: ( rule__StringLiteral__ValueAssignment_1 )
+ // InternalRoom.g:23436:2: rule__StringLiteral__ValueAssignment_1
{
pushFollow(FOLLOW_2);
rule__StringLiteral__ValueAssignment_1();
@@ -63827,16 +63923,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integer__Group_0__0"
- // InternalRoom.g:23430:1: rule__Integer__Group_0__0 : rule__Integer__Group_0__0__Impl rule__Integer__Group_0__1 ;
+ // InternalRoom.g:23450:1: rule__Integer__Group_0__0 : rule__Integer__Group_0__0__Impl rule__Integer__Group_0__1 ;
public final void rule__Integer__Group_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23434:1: ( rule__Integer__Group_0__0__Impl rule__Integer__Group_0__1 )
- // InternalRoom.g:23435:2: rule__Integer__Group_0__0__Impl rule__Integer__Group_0__1
+ // InternalRoom.g:23454:1: ( rule__Integer__Group_0__0__Impl rule__Integer__Group_0__1 )
+ // InternalRoom.g:23455:2: rule__Integer__Group_0__0__Impl rule__Integer__Group_0__1
{
- pushFollow(FOLLOW_122);
+ pushFollow(FOLLOW_123);
rule__Integer__Group_0__0__Impl();
state._fsp--;
@@ -63865,29 +63961,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integer__Group_0__0__Impl"
- // InternalRoom.g:23442:1: rule__Integer__Group_0__0__Impl : ( ( rule__Integer__Alternatives_0_0 )? ) ;
+ // InternalRoom.g:23462:1: rule__Integer__Group_0__0__Impl : ( ( rule__Integer__Alternatives_0_0 )? ) ;
public final void rule__Integer__Group_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23446:1: ( ( ( rule__Integer__Alternatives_0_0 )? ) )
- // InternalRoom.g:23447:1: ( ( rule__Integer__Alternatives_0_0 )? )
+ // InternalRoom.g:23466:1: ( ( ( rule__Integer__Alternatives_0_0 )? ) )
+ // InternalRoom.g:23467:1: ( ( rule__Integer__Alternatives_0_0 )? )
{
- // InternalRoom.g:23447:1: ( ( rule__Integer__Alternatives_0_0 )? )
- // InternalRoom.g:23448:1: ( rule__Integer__Alternatives_0_0 )?
+ // InternalRoom.g:23467:1: ( ( rule__Integer__Alternatives_0_0 )? )
+ // InternalRoom.g:23468:1: ( rule__Integer__Alternatives_0_0 )?
{
before(grammarAccess.getIntegerAccess().getAlternatives_0_0());
- // InternalRoom.g:23449:1: ( rule__Integer__Alternatives_0_0 )?
- int alt217=2;
- int LA217_0 = input.LA(1);
+ // InternalRoom.g:23469:1: ( rule__Integer__Alternatives_0_0 )?
+ int alt218=2;
+ int LA218_0 = input.LA(1);
- if ( ((LA217_0>=31 && LA217_0<=32)) ) {
- alt217=1;
+ if ( ((LA218_0>=31 && LA218_0<=32)) ) {
+ alt218=1;
}
- switch (alt217) {
+ switch (alt218) {
case 1 :
- // InternalRoom.g:23449:2: rule__Integer__Alternatives_0_0
+ // InternalRoom.g:23469:2: rule__Integer__Alternatives_0_0
{
pushFollow(FOLLOW_2);
rule__Integer__Alternatives_0_0();
@@ -63923,14 +64019,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integer__Group_0__1"
- // InternalRoom.g:23459:1: rule__Integer__Group_0__1 : rule__Integer__Group_0__1__Impl ;
+ // InternalRoom.g:23479:1: rule__Integer__Group_0__1 : rule__Integer__Group_0__1__Impl ;
public final void rule__Integer__Group_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23463:1: ( rule__Integer__Group_0__1__Impl )
- // InternalRoom.g:23464:2: rule__Integer__Group_0__1__Impl
+ // InternalRoom.g:23483:1: ( rule__Integer__Group_0__1__Impl )
+ // InternalRoom.g:23484:2: rule__Integer__Group_0__1__Impl
{
pushFollow(FOLLOW_2);
rule__Integer__Group_0__1__Impl();
@@ -63956,17 +64052,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Integer__Group_0__1__Impl"
- // InternalRoom.g:23470:1: rule__Integer__Group_0__1__Impl : ( RULE_INT ) ;
+ // InternalRoom.g:23490:1: rule__Integer__Group_0__1__Impl : ( RULE_INT ) ;
public final void rule__Integer__Group_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23474:1: ( ( RULE_INT ) )
- // InternalRoom.g:23475:1: ( RULE_INT )
+ // InternalRoom.g:23494:1: ( ( RULE_INT ) )
+ // InternalRoom.g:23495:1: ( RULE_INT )
{
- // InternalRoom.g:23475:1: ( RULE_INT )
- // InternalRoom.g:23476:1: RULE_INT
+ // InternalRoom.g:23495:1: ( RULE_INT )
+ // InternalRoom.g:23496:1: RULE_INT
{
before(grammarAccess.getIntegerAccess().getINTTerminalRuleCall_0_1());
match(input,RULE_INT,FOLLOW_2);
@@ -63993,16 +64089,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Group__0"
- // InternalRoom.g:23491:1: rule__Decimal__Group__0 : rule__Decimal__Group__0__Impl rule__Decimal__Group__1 ;
+ // InternalRoom.g:23511:1: rule__Decimal__Group__0 : rule__Decimal__Group__0__Impl rule__Decimal__Group__1 ;
public final void rule__Decimal__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23495:1: ( rule__Decimal__Group__0__Impl rule__Decimal__Group__1 )
- // InternalRoom.g:23496:2: rule__Decimal__Group__0__Impl rule__Decimal__Group__1
+ // InternalRoom.g:23515:1: ( rule__Decimal__Group__0__Impl rule__Decimal__Group__1 )
+ // InternalRoom.g:23516:2: rule__Decimal__Group__0__Impl rule__Decimal__Group__1
{
- pushFollow(FOLLOW_122);
+ pushFollow(FOLLOW_123);
rule__Decimal__Group__0__Impl();
state._fsp--;
@@ -64031,29 +64127,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Group__0__Impl"
- // InternalRoom.g:23503:1: rule__Decimal__Group__0__Impl : ( ( rule__Decimal__Alternatives_0 )? ) ;
+ // InternalRoom.g:23523:1: rule__Decimal__Group__0__Impl : ( ( rule__Decimal__Alternatives_0 )? ) ;
public final void rule__Decimal__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23507:1: ( ( ( rule__Decimal__Alternatives_0 )? ) )
- // InternalRoom.g:23508:1: ( ( rule__Decimal__Alternatives_0 )? )
+ // InternalRoom.g:23527:1: ( ( ( rule__Decimal__Alternatives_0 )? ) )
+ // InternalRoom.g:23528:1: ( ( rule__Decimal__Alternatives_0 )? )
{
- // InternalRoom.g:23508:1: ( ( rule__Decimal__Alternatives_0 )? )
- // InternalRoom.g:23509:1: ( rule__Decimal__Alternatives_0 )?
+ // InternalRoom.g:23528:1: ( ( rule__Decimal__Alternatives_0 )? )
+ // InternalRoom.g:23529:1: ( rule__Decimal__Alternatives_0 )?
{
before(grammarAccess.getDecimalAccess().getAlternatives_0());
- // InternalRoom.g:23510:1: ( rule__Decimal__Alternatives_0 )?
- int alt218=2;
- int LA218_0 = input.LA(1);
+ // InternalRoom.g:23530:1: ( rule__Decimal__Alternatives_0 )?
+ int alt219=2;
+ int LA219_0 = input.LA(1);
- if ( ((LA218_0>=31 && LA218_0<=32)) ) {
- alt218=1;
+ if ( ((LA219_0>=31 && LA219_0<=32)) ) {
+ alt219=1;
}
- switch (alt218) {
+ switch (alt219) {
case 1 :
- // InternalRoom.g:23510:2: rule__Decimal__Alternatives_0
+ // InternalRoom.g:23530:2: rule__Decimal__Alternatives_0
{
pushFollow(FOLLOW_2);
rule__Decimal__Alternatives_0();
@@ -64089,16 +64185,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Group__1"
- // InternalRoom.g:23520:1: rule__Decimal__Group__1 : rule__Decimal__Group__1__Impl rule__Decimal__Group__2 ;
+ // InternalRoom.g:23540:1: rule__Decimal__Group__1 : rule__Decimal__Group__1__Impl rule__Decimal__Group__2 ;
public final void rule__Decimal__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23524:1: ( rule__Decimal__Group__1__Impl rule__Decimal__Group__2 )
- // InternalRoom.g:23525:2: rule__Decimal__Group__1__Impl rule__Decimal__Group__2
+ // InternalRoom.g:23544:1: ( rule__Decimal__Group__1__Impl rule__Decimal__Group__2 )
+ // InternalRoom.g:23545:2: rule__Decimal__Group__1__Impl rule__Decimal__Group__2
{
- pushFollow(FOLLOW_75);
+ pushFollow(FOLLOW_76);
rule__Decimal__Group__1__Impl();
state._fsp--;
@@ -64127,17 +64223,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Group__1__Impl"
- // InternalRoom.g:23532:1: rule__Decimal__Group__1__Impl : ( RULE_INT ) ;
+ // InternalRoom.g:23552:1: rule__Decimal__Group__1__Impl : ( RULE_INT ) ;
public final void rule__Decimal__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23536:1: ( ( RULE_INT ) )
- // InternalRoom.g:23537:1: ( RULE_INT )
+ // InternalRoom.g:23556:1: ( ( RULE_INT ) )
+ // InternalRoom.g:23557:1: ( RULE_INT )
{
- // InternalRoom.g:23537:1: ( RULE_INT )
- // InternalRoom.g:23538:1: RULE_INT
+ // InternalRoom.g:23557:1: ( RULE_INT )
+ // InternalRoom.g:23558:1: RULE_INT
{
before(grammarAccess.getDecimalAccess().getINTTerminalRuleCall_1());
match(input,RULE_INT,FOLLOW_2);
@@ -64164,16 +64260,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Group__2"
- // InternalRoom.g:23549:1: rule__Decimal__Group__2 : rule__Decimal__Group__2__Impl rule__Decimal__Group__3 ;
+ // InternalRoom.g:23569:1: rule__Decimal__Group__2 : rule__Decimal__Group__2__Impl rule__Decimal__Group__3 ;
public final void rule__Decimal__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23553:1: ( rule__Decimal__Group__2__Impl rule__Decimal__Group__3 )
- // InternalRoom.g:23554:2: rule__Decimal__Group__2__Impl rule__Decimal__Group__3
+ // InternalRoom.g:23573:1: ( rule__Decimal__Group__2__Impl rule__Decimal__Group__3 )
+ // InternalRoom.g:23574:2: rule__Decimal__Group__2__Impl rule__Decimal__Group__3
{
- pushFollow(FOLLOW_31);
+ pushFollow(FOLLOW_32);
rule__Decimal__Group__2__Impl();
state._fsp--;
@@ -64202,17 +64298,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Group__2__Impl"
- // InternalRoom.g:23561:1: rule__Decimal__Group__2__Impl : ( '.' ) ;
+ // InternalRoom.g:23581:1: rule__Decimal__Group__2__Impl : ( '.' ) ;
public final void rule__Decimal__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23565:1: ( ( '.' ) )
- // InternalRoom.g:23566:1: ( '.' )
+ // InternalRoom.g:23585:1: ( ( '.' ) )
+ // InternalRoom.g:23586:1: ( '.' )
{
- // InternalRoom.g:23566:1: ( '.' )
- // InternalRoom.g:23567:1: '.'
+ // InternalRoom.g:23586:1: ( '.' )
+ // InternalRoom.g:23587:1: '.'
{
before(grammarAccess.getDecimalAccess().getFullStopKeyword_2());
match(input,88,FOLLOW_2);
@@ -64239,14 +64335,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Group__3"
- // InternalRoom.g:23580:1: rule__Decimal__Group__3 : rule__Decimal__Group__3__Impl ;
+ // InternalRoom.g:23600:1: rule__Decimal__Group__3 : rule__Decimal__Group__3__Impl ;
public final void rule__Decimal__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23584:1: ( rule__Decimal__Group__3__Impl )
- // InternalRoom.g:23585:2: rule__Decimal__Group__3__Impl
+ // InternalRoom.g:23604:1: ( rule__Decimal__Group__3__Impl )
+ // InternalRoom.g:23605:2: rule__Decimal__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__Decimal__Group__3__Impl();
@@ -64272,17 +64368,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Decimal__Group__3__Impl"
- // InternalRoom.g:23591:1: rule__Decimal__Group__3__Impl : ( RULE_INT ) ;
+ // InternalRoom.g:23611:1: rule__Decimal__Group__3__Impl : ( RULE_INT ) ;
public final void rule__Decimal__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23595:1: ( ( RULE_INT ) )
- // InternalRoom.g:23596:1: ( RULE_INT )
+ // InternalRoom.g:23615:1: ( ( RULE_INT ) )
+ // InternalRoom.g:23616:1: ( RULE_INT )
{
- // InternalRoom.g:23596:1: ( RULE_INT )
- // InternalRoom.g:23597:1: RULE_INT
+ // InternalRoom.g:23616:1: ( RULE_INT )
+ // InternalRoom.g:23617:1: RULE_INT
{
before(grammarAccess.getDecimalAccess().getINTTerminalRuleCall_3());
match(input,RULE_INT,FOLLOW_2);
@@ -64309,16 +64405,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__0"
- // InternalRoom.g:23616:1: rule__DecimalExp__Group__0 : rule__DecimalExp__Group__0__Impl rule__DecimalExp__Group__1 ;
+ // InternalRoom.g:23636:1: rule__DecimalExp__Group__0 : rule__DecimalExp__Group__0__Impl rule__DecimalExp__Group__1 ;
public final void rule__DecimalExp__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23620:1: ( rule__DecimalExp__Group__0__Impl rule__DecimalExp__Group__1 )
- // InternalRoom.g:23621:2: rule__DecimalExp__Group__0__Impl rule__DecimalExp__Group__1
+ // InternalRoom.g:23640:1: ( rule__DecimalExp__Group__0__Impl rule__DecimalExp__Group__1 )
+ // InternalRoom.g:23641:2: rule__DecimalExp__Group__0__Impl rule__DecimalExp__Group__1
{
- pushFollow(FOLLOW_23);
+ pushFollow(FOLLOW_24);
rule__DecimalExp__Group__0__Impl();
state._fsp--;
@@ -64347,29 +64443,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__0__Impl"
- // InternalRoom.g:23628:1: rule__DecimalExp__Group__0__Impl : ( ( rule__DecimalExp__Alternatives_0 )? ) ;
+ // InternalRoom.g:23648:1: rule__DecimalExp__Group__0__Impl : ( ( rule__DecimalExp__Alternatives_0 )? ) ;
public final void rule__DecimalExp__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23632:1: ( ( ( rule__DecimalExp__Alternatives_0 )? ) )
- // InternalRoom.g:23633:1: ( ( rule__DecimalExp__Alternatives_0 )? )
+ // InternalRoom.g:23652:1: ( ( ( rule__DecimalExp__Alternatives_0 )? ) )
+ // InternalRoom.g:23653:1: ( ( rule__DecimalExp__Alternatives_0 )? )
{
- // InternalRoom.g:23633:1: ( ( rule__DecimalExp__Alternatives_0 )? )
- // InternalRoom.g:23634:1: ( rule__DecimalExp__Alternatives_0 )?
+ // InternalRoom.g:23653:1: ( ( rule__DecimalExp__Alternatives_0 )? )
+ // InternalRoom.g:23654:1: ( rule__DecimalExp__Alternatives_0 )?
{
before(grammarAccess.getDecimalExpAccess().getAlternatives_0());
- // InternalRoom.g:23635:1: ( rule__DecimalExp__Alternatives_0 )?
- int alt219=2;
- int LA219_0 = input.LA(1);
+ // InternalRoom.g:23655:1: ( rule__DecimalExp__Alternatives_0 )?
+ int alt220=2;
+ int LA220_0 = input.LA(1);
- if ( ((LA219_0>=31 && LA219_0<=32)) ) {
- alt219=1;
+ if ( ((LA220_0>=31 && LA220_0<=32)) ) {
+ alt220=1;
}
- switch (alt219) {
+ switch (alt220) {
case 1 :
- // InternalRoom.g:23635:2: rule__DecimalExp__Alternatives_0
+ // InternalRoom.g:23655:2: rule__DecimalExp__Alternatives_0
{
pushFollow(FOLLOW_2);
rule__DecimalExp__Alternatives_0();
@@ -64405,16 +64501,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__1"
- // InternalRoom.g:23645:1: rule__DecimalExp__Group__1 : rule__DecimalExp__Group__1__Impl rule__DecimalExp__Group__2 ;
+ // InternalRoom.g:23665:1: rule__DecimalExp__Group__1 : rule__DecimalExp__Group__1__Impl rule__DecimalExp__Group__2 ;
public final void rule__DecimalExp__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23649:1: ( rule__DecimalExp__Group__1__Impl rule__DecimalExp__Group__2 )
- // InternalRoom.g:23650:2: rule__DecimalExp__Group__1__Impl rule__DecimalExp__Group__2
+ // InternalRoom.g:23669:1: ( rule__DecimalExp__Group__1__Impl rule__DecimalExp__Group__2 )
+ // InternalRoom.g:23670:2: rule__DecimalExp__Group__1__Impl rule__DecimalExp__Group__2
{
- pushFollow(FOLLOW_75);
+ pushFollow(FOLLOW_76);
rule__DecimalExp__Group__1__Impl();
state._fsp--;
@@ -64443,17 +64539,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__1__Impl"
- // InternalRoom.g:23657:1: rule__DecimalExp__Group__1__Impl : ( RULE_INT ) ;
+ // InternalRoom.g:23677:1: rule__DecimalExp__Group__1__Impl : ( RULE_INT ) ;
public final void rule__DecimalExp__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23661:1: ( ( RULE_INT ) )
- // InternalRoom.g:23662:1: ( RULE_INT )
+ // InternalRoom.g:23681:1: ( ( RULE_INT ) )
+ // InternalRoom.g:23682:1: ( RULE_INT )
{
- // InternalRoom.g:23662:1: ( RULE_INT )
- // InternalRoom.g:23663:1: RULE_INT
+ // InternalRoom.g:23682:1: ( RULE_INT )
+ // InternalRoom.g:23683:1: RULE_INT
{
before(grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_1());
match(input,RULE_INT,FOLLOW_2);
@@ -64480,16 +64576,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__2"
- // InternalRoom.g:23674:1: rule__DecimalExp__Group__2 : rule__DecimalExp__Group__2__Impl rule__DecimalExp__Group__3 ;
+ // InternalRoom.g:23694:1: rule__DecimalExp__Group__2 : rule__DecimalExp__Group__2__Impl rule__DecimalExp__Group__3 ;
public final void rule__DecimalExp__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23678:1: ( rule__DecimalExp__Group__2__Impl rule__DecimalExp__Group__3 )
- // InternalRoom.g:23679:2: rule__DecimalExp__Group__2__Impl rule__DecimalExp__Group__3
+ // InternalRoom.g:23698:1: ( rule__DecimalExp__Group__2__Impl rule__DecimalExp__Group__3 )
+ // InternalRoom.g:23699:2: rule__DecimalExp__Group__2__Impl rule__DecimalExp__Group__3
{
- pushFollow(FOLLOW_31);
+ pushFollow(FOLLOW_32);
rule__DecimalExp__Group__2__Impl();
state._fsp--;
@@ -64518,17 +64614,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__2__Impl"
- // InternalRoom.g:23686:1: rule__DecimalExp__Group__2__Impl : ( '.' ) ;
+ // InternalRoom.g:23706:1: rule__DecimalExp__Group__2__Impl : ( '.' ) ;
public final void rule__DecimalExp__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23690:1: ( ( '.' ) )
- // InternalRoom.g:23691:1: ( '.' )
+ // InternalRoom.g:23710:1: ( ( '.' ) )
+ // InternalRoom.g:23711:1: ( '.' )
{
- // InternalRoom.g:23691:1: ( '.' )
- // InternalRoom.g:23692:1: '.'
+ // InternalRoom.g:23711:1: ( '.' )
+ // InternalRoom.g:23712:1: '.'
{
before(grammarAccess.getDecimalExpAccess().getFullStopKeyword_2());
match(input,88,FOLLOW_2);
@@ -64555,16 +64651,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__3"
- // InternalRoom.g:23705:1: rule__DecimalExp__Group__3 : rule__DecimalExp__Group__3__Impl rule__DecimalExp__Group__4 ;
+ // InternalRoom.g:23725:1: rule__DecimalExp__Group__3 : rule__DecimalExp__Group__3__Impl rule__DecimalExp__Group__4 ;
public final void rule__DecimalExp__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23709:1: ( rule__DecimalExp__Group__3__Impl rule__DecimalExp__Group__4 )
- // InternalRoom.g:23710:2: rule__DecimalExp__Group__3__Impl rule__DecimalExp__Group__4
+ // InternalRoom.g:23729:1: ( rule__DecimalExp__Group__3__Impl rule__DecimalExp__Group__4 )
+ // InternalRoom.g:23730:2: rule__DecimalExp__Group__3__Impl rule__DecimalExp__Group__4
{
- pushFollow(FOLLOW_123);
+ pushFollow(FOLLOW_124);
rule__DecimalExp__Group__3__Impl();
state._fsp--;
@@ -64593,17 +64689,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__3__Impl"
- // InternalRoom.g:23717:1: rule__DecimalExp__Group__3__Impl : ( RULE_INT ) ;
+ // InternalRoom.g:23737:1: rule__DecimalExp__Group__3__Impl : ( RULE_INT ) ;
public final void rule__DecimalExp__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23721:1: ( ( RULE_INT ) )
- // InternalRoom.g:23722:1: ( RULE_INT )
+ // InternalRoom.g:23741:1: ( ( RULE_INT ) )
+ // InternalRoom.g:23742:1: ( RULE_INT )
{
- // InternalRoom.g:23722:1: ( RULE_INT )
- // InternalRoom.g:23723:1: RULE_INT
+ // InternalRoom.g:23742:1: ( RULE_INT )
+ // InternalRoom.g:23743:1: RULE_INT
{
before(grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_3());
match(input,RULE_INT,FOLLOW_2);
@@ -64630,16 +64726,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__4"
- // InternalRoom.g:23734:1: rule__DecimalExp__Group__4 : rule__DecimalExp__Group__4__Impl rule__DecimalExp__Group__5 ;
+ // InternalRoom.g:23754:1: rule__DecimalExp__Group__4 : rule__DecimalExp__Group__4__Impl rule__DecimalExp__Group__5 ;
public final void rule__DecimalExp__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23738:1: ( rule__DecimalExp__Group__4__Impl rule__DecimalExp__Group__5 )
- // InternalRoom.g:23739:2: rule__DecimalExp__Group__4__Impl rule__DecimalExp__Group__5
+ // InternalRoom.g:23758:1: ( rule__DecimalExp__Group__4__Impl rule__DecimalExp__Group__5 )
+ // InternalRoom.g:23759:2: rule__DecimalExp__Group__4__Impl rule__DecimalExp__Group__5
{
- pushFollow(FOLLOW_122);
+ pushFollow(FOLLOW_123);
rule__DecimalExp__Group__4__Impl();
state._fsp--;
@@ -64668,21 +64764,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__4__Impl"
- // InternalRoom.g:23746:1: rule__DecimalExp__Group__4__Impl : ( ( rule__DecimalExp__Alternatives_4 ) ) ;
+ // InternalRoom.g:23766:1: rule__DecimalExp__Group__4__Impl : ( ( rule__DecimalExp__Alternatives_4 ) ) ;
public final void rule__DecimalExp__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23750:1: ( ( ( rule__DecimalExp__Alternatives_4 ) ) )
- // InternalRoom.g:23751:1: ( ( rule__DecimalExp__Alternatives_4 ) )
+ // InternalRoom.g:23770:1: ( ( ( rule__DecimalExp__Alternatives_4 ) ) )
+ // InternalRoom.g:23771:1: ( ( rule__DecimalExp__Alternatives_4 ) )
{
- // InternalRoom.g:23751:1: ( ( rule__DecimalExp__Alternatives_4 ) )
- // InternalRoom.g:23752:1: ( rule__DecimalExp__Alternatives_4 )
+ // InternalRoom.g:23771:1: ( ( rule__DecimalExp__Alternatives_4 ) )
+ // InternalRoom.g:23772:1: ( rule__DecimalExp__Alternatives_4 )
{
before(grammarAccess.getDecimalExpAccess().getAlternatives_4());
- // InternalRoom.g:23753:1: ( rule__DecimalExp__Alternatives_4 )
- // InternalRoom.g:23753:2: rule__DecimalExp__Alternatives_4
+ // InternalRoom.g:23773:1: ( rule__DecimalExp__Alternatives_4 )
+ // InternalRoom.g:23773:2: rule__DecimalExp__Alternatives_4
{
pushFollow(FOLLOW_2);
rule__DecimalExp__Alternatives_4();
@@ -64715,16 +64811,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__5"
- // InternalRoom.g:23763:1: rule__DecimalExp__Group__5 : rule__DecimalExp__Group__5__Impl rule__DecimalExp__Group__6 ;
+ // InternalRoom.g:23783:1: rule__DecimalExp__Group__5 : rule__DecimalExp__Group__5__Impl rule__DecimalExp__Group__6 ;
public final void rule__DecimalExp__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23767:1: ( rule__DecimalExp__Group__5__Impl rule__DecimalExp__Group__6 )
- // InternalRoom.g:23768:2: rule__DecimalExp__Group__5__Impl rule__DecimalExp__Group__6
+ // InternalRoom.g:23787:1: ( rule__DecimalExp__Group__5__Impl rule__DecimalExp__Group__6 )
+ // InternalRoom.g:23788:2: rule__DecimalExp__Group__5__Impl rule__DecimalExp__Group__6
{
- pushFollow(FOLLOW_122);
+ pushFollow(FOLLOW_123);
rule__DecimalExp__Group__5__Impl();
state._fsp--;
@@ -64753,29 +64849,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__5__Impl"
- // InternalRoom.g:23775:1: rule__DecimalExp__Group__5__Impl : ( ( rule__DecimalExp__Alternatives_5 )? ) ;
+ // InternalRoom.g:23795:1: rule__DecimalExp__Group__5__Impl : ( ( rule__DecimalExp__Alternatives_5 )? ) ;
public final void rule__DecimalExp__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23779:1: ( ( ( rule__DecimalExp__Alternatives_5 )? ) )
- // InternalRoom.g:23780:1: ( ( rule__DecimalExp__Alternatives_5 )? )
+ // InternalRoom.g:23799:1: ( ( ( rule__DecimalExp__Alternatives_5 )? ) )
+ // InternalRoom.g:23800:1: ( ( rule__DecimalExp__Alternatives_5 )? )
{
- // InternalRoom.g:23780:1: ( ( rule__DecimalExp__Alternatives_5 )? )
- // InternalRoom.g:23781:1: ( rule__DecimalExp__Alternatives_5 )?
+ // InternalRoom.g:23800:1: ( ( rule__DecimalExp__Alternatives_5 )? )
+ // InternalRoom.g:23801:1: ( rule__DecimalExp__Alternatives_5 )?
{
before(grammarAccess.getDecimalExpAccess().getAlternatives_5());
- // InternalRoom.g:23782:1: ( rule__DecimalExp__Alternatives_5 )?
- int alt220=2;
- int LA220_0 = input.LA(1);
+ // InternalRoom.g:23802:1: ( rule__DecimalExp__Alternatives_5 )?
+ int alt221=2;
+ int LA221_0 = input.LA(1);
- if ( ((LA220_0>=31 && LA220_0<=32)) ) {
- alt220=1;
+ if ( ((LA221_0>=31 && LA221_0<=32)) ) {
+ alt221=1;
}
- switch (alt220) {
+ switch (alt221) {
case 1 :
- // InternalRoom.g:23782:2: rule__DecimalExp__Alternatives_5
+ // InternalRoom.g:23802:2: rule__DecimalExp__Alternatives_5
{
pushFollow(FOLLOW_2);
rule__DecimalExp__Alternatives_5();
@@ -64811,14 +64907,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__6"
- // InternalRoom.g:23792:1: rule__DecimalExp__Group__6 : rule__DecimalExp__Group__6__Impl ;
+ // InternalRoom.g:23812:1: rule__DecimalExp__Group__6 : rule__DecimalExp__Group__6__Impl ;
public final void rule__DecimalExp__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23796:1: ( rule__DecimalExp__Group__6__Impl )
- // InternalRoom.g:23797:2: rule__DecimalExp__Group__6__Impl
+ // InternalRoom.g:23816:1: ( rule__DecimalExp__Group__6__Impl )
+ // InternalRoom.g:23817:2: rule__DecimalExp__Group__6__Impl
{
pushFollow(FOLLOW_2);
rule__DecimalExp__Group__6__Impl();
@@ -64844,17 +64940,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DecimalExp__Group__6__Impl"
- // InternalRoom.g:23803:1: rule__DecimalExp__Group__6__Impl : ( RULE_INT ) ;
+ // InternalRoom.g:23823:1: rule__DecimalExp__Group__6__Impl : ( RULE_INT ) ;
public final void rule__DecimalExp__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23807:1: ( ( RULE_INT ) )
- // InternalRoom.g:23808:1: ( RULE_INT )
+ // InternalRoom.g:23827:1: ( ( RULE_INT ) )
+ // InternalRoom.g:23828:1: ( RULE_INT )
{
- // InternalRoom.g:23808:1: ( RULE_INT )
- // InternalRoom.g:23809:1: RULE_INT
+ // InternalRoom.g:23828:1: ( RULE_INT )
+ // InternalRoom.g:23829:1: RULE_INT
{
before(grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_6());
match(input,RULE_INT,FOLLOW_2);
@@ -64881,16 +64977,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__FQN__Group__0"
- // InternalRoom.g:23834:1: rule__FQN__Group__0 : rule__FQN__Group__0__Impl rule__FQN__Group__1 ;
+ // InternalRoom.g:23854:1: rule__FQN__Group__0 : rule__FQN__Group__0__Impl rule__FQN__Group__1 ;
public final void rule__FQN__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23838:1: ( rule__FQN__Group__0__Impl rule__FQN__Group__1 )
- // InternalRoom.g:23839:2: rule__FQN__Group__0__Impl rule__FQN__Group__1
+ // InternalRoom.g:23858:1: ( rule__FQN__Group__0__Impl rule__FQN__Group__1 )
+ // InternalRoom.g:23859:2: rule__FQN__Group__0__Impl rule__FQN__Group__1
{
- pushFollow(FOLLOW_75);
+ pushFollow(FOLLOW_76);
rule__FQN__Group__0__Impl();
state._fsp--;
@@ -64919,17 +65015,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__FQN__Group__0__Impl"
- // InternalRoom.g:23846:1: rule__FQN__Group__0__Impl : ( RULE_ID ) ;
+ // InternalRoom.g:23866:1: rule__FQN__Group__0__Impl : ( RULE_ID ) ;
public final void rule__FQN__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23850:1: ( ( RULE_ID ) )
- // InternalRoom.g:23851:1: ( RULE_ID )
+ // InternalRoom.g:23870:1: ( ( RULE_ID ) )
+ // InternalRoom.g:23871:1: ( RULE_ID )
{
- // InternalRoom.g:23851:1: ( RULE_ID )
- // InternalRoom.g:23852:1: RULE_ID
+ // InternalRoom.g:23871:1: ( RULE_ID )
+ // InternalRoom.g:23872:1: RULE_ID
{
before(grammarAccess.getFQNAccess().getIDTerminalRuleCall_0());
match(input,RULE_ID,FOLLOW_2);
@@ -64956,14 +65052,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__FQN__Group__1"
- // InternalRoom.g:23863:1: rule__FQN__Group__1 : rule__FQN__Group__1__Impl ;
+ // InternalRoom.g:23883:1: rule__FQN__Group__1 : rule__FQN__Group__1__Impl ;
public final void rule__FQN__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23867:1: ( rule__FQN__Group__1__Impl )
- // InternalRoom.g:23868:2: rule__FQN__Group__1__Impl
+ // InternalRoom.g:23887:1: ( rule__FQN__Group__1__Impl )
+ // InternalRoom.g:23888:2: rule__FQN__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__FQN__Group__1__Impl();
@@ -64989,35 +65085,35 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__FQN__Group__1__Impl"
- // InternalRoom.g:23874:1: rule__FQN__Group__1__Impl : ( ( rule__FQN__Group_1__0 )* ) ;
+ // InternalRoom.g:23894:1: rule__FQN__Group__1__Impl : ( ( rule__FQN__Group_1__0 )* ) ;
public final void rule__FQN__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23878:1: ( ( ( rule__FQN__Group_1__0 )* ) )
- // InternalRoom.g:23879:1: ( ( rule__FQN__Group_1__0 )* )
+ // InternalRoom.g:23898:1: ( ( ( rule__FQN__Group_1__0 )* ) )
+ // InternalRoom.g:23899:1: ( ( rule__FQN__Group_1__0 )* )
{
- // InternalRoom.g:23879:1: ( ( rule__FQN__Group_1__0 )* )
- // InternalRoom.g:23880:1: ( rule__FQN__Group_1__0 )*
+ // InternalRoom.g:23899:1: ( ( rule__FQN__Group_1__0 )* )
+ // InternalRoom.g:23900:1: ( rule__FQN__Group_1__0 )*
{
before(grammarAccess.getFQNAccess().getGroup_1());
- // InternalRoom.g:23881:1: ( rule__FQN__Group_1__0 )*
- loop221:
+ // InternalRoom.g:23901:1: ( rule__FQN__Group_1__0 )*
+ loop222:
do {
- int alt221=2;
- int LA221_0 = input.LA(1);
+ int alt222=2;
+ int LA222_0 = input.LA(1);
- if ( (LA221_0==88) ) {
- alt221=1;
+ if ( (LA222_0==88) ) {
+ alt222=1;
}
- switch (alt221) {
+ switch (alt222) {
case 1 :
- // InternalRoom.g:23881:2: rule__FQN__Group_1__0
+ // InternalRoom.g:23901:2: rule__FQN__Group_1__0
{
- pushFollow(FOLLOW_124);
+ pushFollow(FOLLOW_125);
rule__FQN__Group_1__0();
state._fsp--;
@@ -65027,7 +65123,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
break;
default :
- break loop221;
+ break loop222;
}
} while (true);
@@ -65054,14 +65150,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__FQN__Group_1__0"
- // InternalRoom.g:23895:1: rule__FQN__Group_1__0 : rule__FQN__Group_1__0__Impl rule__FQN__Group_1__1 ;
+ // InternalRoom.g:23915:1: rule__FQN__Group_1__0 : rule__FQN__Group_1__0__Impl rule__FQN__Group_1__1 ;
public final void rule__FQN__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23899:1: ( rule__FQN__Group_1__0__Impl rule__FQN__Group_1__1 )
- // InternalRoom.g:23900:2: rule__FQN__Group_1__0__Impl rule__FQN__Group_1__1
+ // InternalRoom.g:23919:1: ( rule__FQN__Group_1__0__Impl rule__FQN__Group_1__1 )
+ // InternalRoom.g:23920:2: rule__FQN__Group_1__0__Impl rule__FQN__Group_1__1
{
pushFollow(FOLLOW_3);
rule__FQN__Group_1__0__Impl();
@@ -65092,17 +65188,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__FQN__Group_1__0__Impl"
- // InternalRoom.g:23907:1: rule__FQN__Group_1__0__Impl : ( '.' ) ;
+ // InternalRoom.g:23927:1: rule__FQN__Group_1__0__Impl : ( '.' ) ;
public final void rule__FQN__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23911:1: ( ( '.' ) )
- // InternalRoom.g:23912:1: ( '.' )
+ // InternalRoom.g:23931:1: ( ( '.' ) )
+ // InternalRoom.g:23932:1: ( '.' )
{
- // InternalRoom.g:23912:1: ( '.' )
- // InternalRoom.g:23913:1: '.'
+ // InternalRoom.g:23932:1: ( '.' )
+ // InternalRoom.g:23933:1: '.'
{
before(grammarAccess.getFQNAccess().getFullStopKeyword_1_0());
match(input,88,FOLLOW_2);
@@ -65129,14 +65225,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__FQN__Group_1__1"
- // InternalRoom.g:23926:1: rule__FQN__Group_1__1 : rule__FQN__Group_1__1__Impl ;
+ // InternalRoom.g:23946:1: rule__FQN__Group_1__1 : rule__FQN__Group_1__1__Impl ;
public final void rule__FQN__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23930:1: ( rule__FQN__Group_1__1__Impl )
- // InternalRoom.g:23931:2: rule__FQN__Group_1__1__Impl
+ // InternalRoom.g:23950:1: ( rule__FQN__Group_1__1__Impl )
+ // InternalRoom.g:23951:2: rule__FQN__Group_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__FQN__Group_1__1__Impl();
@@ -65162,17 +65258,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__FQN__Group_1__1__Impl"
- // InternalRoom.g:23937:1: rule__FQN__Group_1__1__Impl : ( RULE_ID ) ;
+ // InternalRoom.g:23957:1: rule__FQN__Group_1__1__Impl : ( RULE_ID ) ;
public final void rule__FQN__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:23941:1: ( ( RULE_ID ) )
- // InternalRoom.g:23942:1: ( RULE_ID )
+ // InternalRoom.g:23961:1: ( ( RULE_ID ) )
+ // InternalRoom.g:23962:1: ( RULE_ID )
{
- // InternalRoom.g:23942:1: ( RULE_ID )
- // InternalRoom.g:23943:1: RULE_ID
+ // InternalRoom.g:23962:1: ( RULE_ID )
+ // InternalRoom.g:23963:1: RULE_ID
{
before(grammarAccess.getFQNAccess().getIDTerminalRuleCall_1_1());
match(input,RULE_ID,FOLLOW_2);
@@ -65199,29 +65295,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__UnorderedGroup_0"
- // InternalRoom.g:23959:1: rule__ActorClass__UnorderedGroup_0 : ( rule__ActorClass__UnorderedGroup_0__0 )? ;
+ // InternalRoom.g:23979:1: rule__ActorClass__UnorderedGroup_0 : ( rule__ActorClass__UnorderedGroup_0__0 )? ;
public final void rule__ActorClass__UnorderedGroup_0() throws RecognitionException {
int stackSize = keepStackSize();
getUnorderedGroupHelper().enter(grammarAccess.getActorClassAccess().getUnorderedGroup_0());
try {
- // InternalRoom.g:23964:1: ( ( rule__ActorClass__UnorderedGroup_0__0 )? )
- // InternalRoom.g:23965:2: ( rule__ActorClass__UnorderedGroup_0__0 )?
+ // InternalRoom.g:23984:1: ( ( rule__ActorClass__UnorderedGroup_0__0 )? )
+ // InternalRoom.g:23985:2: ( rule__ActorClass__UnorderedGroup_0__0 )?
{
- // InternalRoom.g:23965:2: ( rule__ActorClass__UnorderedGroup_0__0 )?
- int alt222=2;
- int LA222_0 = input.LA(1);
+ // InternalRoom.g:23985:2: ( rule__ActorClass__UnorderedGroup_0__0 )?
+ int alt223=2;
+ int LA223_0 = input.LA(1);
- if ( LA222_0 == 131 && getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 0) ) {
- alt222=1;
+ if ( LA223_0 == 131 && getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 0) ) {
+ alt223=1;
}
- else if ( ( LA222_0 >= 35 && LA222_0 <= 37 || LA222_0 == 40 ) && getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 1) ) {
- alt222=1;
+ else if ( ( LA223_0 >= 35 && LA223_0 <= 37 || LA223_0 == 40 ) && getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 1) ) {
+ alt223=1;
}
- switch (alt222) {
+ switch (alt223) {
case 1 :
- // InternalRoom.g:23965:2: rule__ActorClass__UnorderedGroup_0__0
+ // InternalRoom.g:23985:2: rule__ActorClass__UnorderedGroup_0__0
{
pushFollow(FOLLOW_2);
rule__ActorClass__UnorderedGroup_0__0();
@@ -65254,44 +65350,44 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__UnorderedGroup_0__Impl"
- // InternalRoom.g:23975:1: rule__ActorClass__UnorderedGroup_0__Impl : ( ({...}? => ( ( ( rule__ActorClass__AbstractAssignment_0_0 ) ) ) ) | ({...}? => ( ( ( rule__ActorClass__CommTypeAssignment_0_1 ) ) ) ) ) ;
+ // InternalRoom.g:23995:1: rule__ActorClass__UnorderedGroup_0__Impl : ( ({...}? => ( ( ( rule__ActorClass__AbstractAssignment_0_0 ) ) ) ) | ({...}? => ( ( ( rule__ActorClass__CommTypeAssignment_0_1 ) ) ) ) ) ;
public final void rule__ActorClass__UnorderedGroup_0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
boolean selected = false;
try {
- // InternalRoom.g:23980:1: ( ( ({...}? => ( ( ( rule__ActorClass__AbstractAssignment_0_0 ) ) ) ) | ({...}? => ( ( ( rule__ActorClass__CommTypeAssignment_0_1 ) ) ) ) ) )
- // InternalRoom.g:23981:3: ( ({...}? => ( ( ( rule__ActorClass__AbstractAssignment_0_0 ) ) ) ) | ({...}? => ( ( ( rule__ActorClass__CommTypeAssignment_0_1 ) ) ) ) )
+ // InternalRoom.g:24000:1: ( ( ({...}? => ( ( ( rule__ActorClass__AbstractAssignment_0_0 ) ) ) ) | ({...}? => ( ( ( rule__ActorClass__CommTypeAssignment_0_1 ) ) ) ) ) )
+ // InternalRoom.g:24001:3: ( ({...}? => ( ( ( rule__ActorClass__AbstractAssignment_0_0 ) ) ) ) | ({...}? => ( ( ( rule__ActorClass__CommTypeAssignment_0_1 ) ) ) ) )
{
- // InternalRoom.g:23981:3: ( ({...}? => ( ( ( rule__ActorClass__AbstractAssignment_0_0 ) ) ) ) | ({...}? => ( ( ( rule__ActorClass__CommTypeAssignment_0_1 ) ) ) ) )
- int alt223=2;
- int LA223_0 = input.LA(1);
+ // InternalRoom.g:24001:3: ( ({...}? => ( ( ( rule__ActorClass__AbstractAssignment_0_0 ) ) ) ) | ({...}? => ( ( ( rule__ActorClass__CommTypeAssignment_0_1 ) ) ) ) )
+ int alt224=2;
+ int LA224_0 = input.LA(1);
- if ( LA223_0 == 131 && getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 0) ) {
- alt223=1;
+ if ( LA224_0 == 131 && getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 0) ) {
+ alt224=1;
}
- else if ( ( LA223_0 >= 35 && LA223_0 <= 37 || LA223_0 == 40 ) && getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 1) ) {
- alt223=2;
+ else if ( ( LA224_0 >= 35 && LA224_0 <= 37 || LA224_0 == 40 ) && getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 1) ) {
+ alt224=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 223, 0, input);
+ new NoViableAltException("", 224, 0, input);
throw nvae;
}
- switch (alt223) {
+ switch (alt224) {
case 1 :
- // InternalRoom.g:23983:4: ({...}? => ( ( ( rule__ActorClass__AbstractAssignment_0_0 ) ) ) )
+ // InternalRoom.g:24003:4: ({...}? => ( ( ( rule__ActorClass__AbstractAssignment_0_0 ) ) ) )
{
- // InternalRoom.g:23983:4: ({...}? => ( ( ( rule__ActorClass__AbstractAssignment_0_0 ) ) ) )
- // InternalRoom.g:23984:5: {...}? => ( ( ( rule__ActorClass__AbstractAssignment_0_0 ) ) )
+ // InternalRoom.g:24003:4: ({...}? => ( ( ( rule__ActorClass__AbstractAssignment_0_0 ) ) ) )
+ // InternalRoom.g:24004:5: {...}? => ( ( ( rule__ActorClass__AbstractAssignment_0_0 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 0) ) {
throw new FailedPredicateException(input, "rule__ActorClass__UnorderedGroup_0__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 0)");
}
- // InternalRoom.g:23984:107: ( ( ( rule__ActorClass__AbstractAssignment_0_0 ) ) )
- // InternalRoom.g:23985:6: ( ( rule__ActorClass__AbstractAssignment_0_0 ) )
+ // InternalRoom.g:24004:107: ( ( ( rule__ActorClass__AbstractAssignment_0_0 ) ) )
+ // InternalRoom.g:24005:6: ( ( rule__ActorClass__AbstractAssignment_0_0 ) )
{
getUnorderedGroupHelper().select(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 0);
@@ -65299,12 +65395,12 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
selected = true;
- // InternalRoom.g:23991:6: ( ( rule__ActorClass__AbstractAssignment_0_0 ) )
- // InternalRoom.g:23993:7: ( rule__ActorClass__AbstractAssignment_0_0 )
+ // InternalRoom.g:24011:6: ( ( rule__ActorClass__AbstractAssignment_0_0 ) )
+ // InternalRoom.g:24013:7: ( rule__ActorClass__AbstractAssignment_0_0 )
{
before(grammarAccess.getActorClassAccess().getAbstractAssignment_0_0());
- // InternalRoom.g:23994:7: ( rule__ActorClass__AbstractAssignment_0_0 )
- // InternalRoom.g:23994:8: rule__ActorClass__AbstractAssignment_0_0
+ // InternalRoom.g:24014:7: ( rule__ActorClass__AbstractAssignment_0_0 )
+ // InternalRoom.g:24014:8: rule__ActorClass__AbstractAssignment_0_0
{
pushFollow(FOLLOW_2);
rule__ActorClass__AbstractAssignment_0_0();
@@ -65328,16 +65424,16 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
break;
case 2 :
- // InternalRoom.g:24000:4: ({...}? => ( ( ( rule__ActorClass__CommTypeAssignment_0_1 ) ) ) )
+ // InternalRoom.g:24020:4: ({...}? => ( ( ( rule__ActorClass__CommTypeAssignment_0_1 ) ) ) )
{
- // InternalRoom.g:24000:4: ({...}? => ( ( ( rule__ActorClass__CommTypeAssignment_0_1 ) ) ) )
- // InternalRoom.g:24001:5: {...}? => ( ( ( rule__ActorClass__CommTypeAssignment_0_1 ) ) )
+ // InternalRoom.g:24020:4: ({...}? => ( ( ( rule__ActorClass__CommTypeAssignment_0_1 ) ) ) )
+ // InternalRoom.g:24021:5: {...}? => ( ( ( rule__ActorClass__CommTypeAssignment_0_1 ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 1) ) {
throw new FailedPredicateException(input, "rule__ActorClass__UnorderedGroup_0__Impl", "getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 1)");
}
- // InternalRoom.g:24001:107: ( ( ( rule__ActorClass__CommTypeAssignment_0_1 ) ) )
- // InternalRoom.g:24002:6: ( ( rule__ActorClass__CommTypeAssignment_0_1 ) )
+ // InternalRoom.g:24021:107: ( ( ( rule__ActorClass__CommTypeAssignment_0_1 ) ) )
+ // InternalRoom.g:24022:6: ( ( rule__ActorClass__CommTypeAssignment_0_1 ) )
{
getUnorderedGroupHelper().select(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 1);
@@ -65345,12 +65441,12 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
selected = true;
- // InternalRoom.g:24008:6: ( ( rule__ActorClass__CommTypeAssignment_0_1 ) )
- // InternalRoom.g:24010:7: ( rule__ActorClass__CommTypeAssignment_0_1 )
+ // InternalRoom.g:24028:6: ( ( rule__ActorClass__CommTypeAssignment_0_1 ) )
+ // InternalRoom.g:24030:7: ( rule__ActorClass__CommTypeAssignment_0_1 )
{
before(grammarAccess.getActorClassAccess().getCommTypeAssignment_0_1());
- // InternalRoom.g:24011:7: ( rule__ActorClass__CommTypeAssignment_0_1 )
- // InternalRoom.g:24011:8: rule__ActorClass__CommTypeAssignment_0_1
+ // InternalRoom.g:24031:7: ( rule__ActorClass__CommTypeAssignment_0_1 )
+ // InternalRoom.g:24031:8: rule__ActorClass__CommTypeAssignment_0_1
{
pushFollow(FOLLOW_2);
rule__ActorClass__CommTypeAssignment_0_1();
@@ -65397,33 +65493,33 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__UnorderedGroup_0__0"
- // InternalRoom.g:24026:1: rule__ActorClass__UnorderedGroup_0__0 : rule__ActorClass__UnorderedGroup_0__Impl ( rule__ActorClass__UnorderedGroup_0__1 )? ;
+ // InternalRoom.g:24046:1: rule__ActorClass__UnorderedGroup_0__0 : rule__ActorClass__UnorderedGroup_0__Impl ( rule__ActorClass__UnorderedGroup_0__1 )? ;
public final void rule__ActorClass__UnorderedGroup_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24030:1: ( rule__ActorClass__UnorderedGroup_0__Impl ( rule__ActorClass__UnorderedGroup_0__1 )? )
- // InternalRoom.g:24031:2: rule__ActorClass__UnorderedGroup_0__Impl ( rule__ActorClass__UnorderedGroup_0__1 )?
+ // InternalRoom.g:24050:1: ( rule__ActorClass__UnorderedGroup_0__Impl ( rule__ActorClass__UnorderedGroup_0__1 )? )
+ // InternalRoom.g:24051:2: rule__ActorClass__UnorderedGroup_0__Impl ( rule__ActorClass__UnorderedGroup_0__1 )?
{
- pushFollow(FOLLOW_125);
+ pushFollow(FOLLOW_126);
rule__ActorClass__UnorderedGroup_0__Impl();
state._fsp--;
- // InternalRoom.g:24032:2: ( rule__ActorClass__UnorderedGroup_0__1 )?
- int alt224=2;
- int LA224_0 = input.LA(1);
+ // InternalRoom.g:24052:2: ( rule__ActorClass__UnorderedGroup_0__1 )?
+ int alt225=2;
+ int LA225_0 = input.LA(1);
- if ( LA224_0 == 131 && getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 0) ) {
- alt224=1;
+ if ( LA225_0 == 131 && getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 0) ) {
+ alt225=1;
}
- else if ( ( LA224_0 >= 35 && LA224_0 <= 37 || LA224_0 == 40 ) && getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 1) ) {
- alt224=1;
+ else if ( ( LA225_0 >= 35 && LA225_0 <= 37 || LA225_0 == 40 ) && getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 1) ) {
+ alt225=1;
}
- switch (alt224) {
+ switch (alt225) {
case 1 :
- // InternalRoom.g:24032:2: rule__ActorClass__UnorderedGroup_0__1
+ // InternalRoom.g:24052:2: rule__ActorClass__UnorderedGroup_0__1
{
pushFollow(FOLLOW_2);
rule__ActorClass__UnorderedGroup_0__1();
@@ -65455,14 +65551,14 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__UnorderedGroup_0__1"
- // InternalRoom.g:24039:1: rule__ActorClass__UnorderedGroup_0__1 : rule__ActorClass__UnorderedGroup_0__Impl ;
+ // InternalRoom.g:24059:1: rule__ActorClass__UnorderedGroup_0__1 : rule__ActorClass__UnorderedGroup_0__Impl ;
public final void rule__ActorClass__UnorderedGroup_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24043:1: ( rule__ActorClass__UnorderedGroup_0__Impl )
- // InternalRoom.g:24044:2: rule__ActorClass__UnorderedGroup_0__Impl
+ // InternalRoom.g:24063:1: ( rule__ActorClass__UnorderedGroup_0__Impl )
+ // InternalRoom.g:24064:2: rule__ActorClass__UnorderedGroup_0__Impl
{
pushFollow(FOLLOW_2);
rule__ActorClass__UnorderedGroup_0__Impl();
@@ -65488,17 +65584,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__NameAssignment_1"
- // InternalRoom.g:24055:1: rule__RoomModel__NameAssignment_1 : ( ruleFQN ) ;
+ // InternalRoom.g:24075:1: rule__RoomModel__NameAssignment_1 : ( ruleFQN ) ;
public final void rule__RoomModel__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24059:1: ( ( ruleFQN ) )
- // InternalRoom.g:24060:1: ( ruleFQN )
+ // InternalRoom.g:24079:1: ( ( ruleFQN ) )
+ // InternalRoom.g:24080:1: ( ruleFQN )
{
- // InternalRoom.g:24060:1: ( ruleFQN )
- // InternalRoom.g:24061:1: ruleFQN
+ // InternalRoom.g:24080:1: ( ruleFQN )
+ // InternalRoom.g:24081:1: ruleFQN
{
before(grammarAccess.getRoomModelAccess().getNameFQNParserRuleCall_1_0());
pushFollow(FOLLOW_2);
@@ -65529,17 +65625,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__DocuAssignment_2"
- // InternalRoom.g:24070:1: rule__RoomModel__DocuAssignment_2 : ( ruleDocumentation ) ;
+ // InternalRoom.g:24090:1: rule__RoomModel__DocuAssignment_2 : ( ruleDocumentation ) ;
public final void rule__RoomModel__DocuAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24074:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:24075:1: ( ruleDocumentation )
+ // InternalRoom.g:24094:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:24095:1: ( ruleDocumentation )
{
- // InternalRoom.g:24075:1: ( ruleDocumentation )
- // InternalRoom.g:24076:1: ruleDocumentation
+ // InternalRoom.g:24095:1: ( ruleDocumentation )
+ // InternalRoom.g:24096:1: ruleDocumentation
{
before(grammarAccess.getRoomModelAccess().getDocuDocumentationParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -65570,17 +65666,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__AnnotationsAssignment_4"
- // InternalRoom.g:24085:1: rule__RoomModel__AnnotationsAssignment_4 : ( ruleAnnotation ) ;
+ // InternalRoom.g:24105:1: rule__RoomModel__AnnotationsAssignment_4 : ( ruleAnnotation ) ;
public final void rule__RoomModel__AnnotationsAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24089:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:24090:1: ( ruleAnnotation )
+ // InternalRoom.g:24109:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:24110:1: ( ruleAnnotation )
{
- // InternalRoom.g:24090:1: ( ruleAnnotation )
- // InternalRoom.g:24091:1: ruleAnnotation
+ // InternalRoom.g:24110:1: ( ruleAnnotation )
+ // InternalRoom.g:24111:1: ruleAnnotation
{
before(grammarAccess.getRoomModelAccess().getAnnotationsAnnotationParserRuleCall_4_0());
pushFollow(FOLLOW_2);
@@ -65611,17 +65707,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RoomModel__ImportsAssignment_5"
- // InternalRoom.g:24100:1: rule__RoomModel__ImportsAssignment_5 : ( ruleImport ) ;
+ // InternalRoom.g:24120:1: rule__RoomModel__ImportsAssignment_5 : ( ruleImport ) ;
public final void rule__RoomModel__ImportsAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24104:1: ( ( ruleImport ) )
- // InternalRoom.g:24105:1: ( ruleImport )
+ // InternalRoom.g:24124:1: ( ( ruleImport ) )
+ // InternalRoom.g:24125:1: ( ruleImport )
{
- // InternalRoom.g:24105:1: ( ruleImport )
- // InternalRoom.g:24106:1: ruleImport
+ // InternalRoom.g:24125:1: ( ruleImport )
+ // InternalRoom.g:24126:1: ruleImport
{
before(grammarAccess.getRoomModelAccess().getImportsImportParserRuleCall_5_0());
pushFollow(FOLLOW_2);
@@ -65651,313 +65747,26 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR end "rule__RoomModel__ImportsAssignment_5"
- // $ANTLR start "rule__RoomModel__PrimitiveTypesAssignment_6_0"
- // InternalRoom.g:24115:1: rule__RoomModel__PrimitiveTypesAssignment_6_0 : ( rulePrimitiveType ) ;
- public final void rule__RoomModel__PrimitiveTypesAssignment_6_0() throws RecognitionException {
+ // $ANTLR start "rule__RoomModel__AnnotationTypesAssignment_6"
+ // InternalRoom.g:24135:1: rule__RoomModel__AnnotationTypesAssignment_6 : ( ruleAnnotationType ) ;
+ public final void rule__RoomModel__AnnotationTypesAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24119:1: ( ( rulePrimitiveType ) )
- // InternalRoom.g:24120:1: ( rulePrimitiveType )
+ // InternalRoom.g:24139:1: ( ( ruleAnnotationType ) )
+ // InternalRoom.g:24140:1: ( ruleAnnotationType )
{
- // InternalRoom.g:24120:1: ( rulePrimitiveType )
- // InternalRoom.g:24121:1: rulePrimitiveType
+ // InternalRoom.g:24140:1: ( ruleAnnotationType )
+ // InternalRoom.g:24141:1: ruleAnnotationType
{
- before(grammarAccess.getRoomModelAccess().getPrimitiveTypesPrimitiveTypeParserRuleCall_6_0_0());
+ before(grammarAccess.getRoomModelAccess().getAnnotationTypesAnnotationTypeParserRuleCall_6_0());
pushFollow(FOLLOW_2);
- rulePrimitiveType();
-
- state._fsp--;
-
- after(grammarAccess.getRoomModelAccess().getPrimitiveTypesPrimitiveTypeParserRuleCall_6_0_0());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__RoomModel__PrimitiveTypesAssignment_6_0"
-
-
- // $ANTLR start "rule__RoomModel__EnumerationTypesAssignment_6_1"
- // InternalRoom.g:24130:1: rule__RoomModel__EnumerationTypesAssignment_6_1 : ( ruleEnumerationType ) ;
- public final void rule__RoomModel__EnumerationTypesAssignment_6_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalRoom.g:24134:1: ( ( ruleEnumerationType ) )
- // InternalRoom.g:24135:1: ( ruleEnumerationType )
- {
- // InternalRoom.g:24135:1: ( ruleEnumerationType )
- // InternalRoom.g:24136:1: ruleEnumerationType
- {
- before(grammarAccess.getRoomModelAccess().getEnumerationTypesEnumerationTypeParserRuleCall_6_1_0());
- pushFollow(FOLLOW_2);
- ruleEnumerationType();
-
- state._fsp--;
-
- after(grammarAccess.getRoomModelAccess().getEnumerationTypesEnumerationTypeParserRuleCall_6_1_0());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__RoomModel__EnumerationTypesAssignment_6_1"
-
-
- // $ANTLR start "rule__RoomModel__ExternalTypesAssignment_6_2"
- // InternalRoom.g:24145:1: rule__RoomModel__ExternalTypesAssignment_6_2 : ( ruleExternalType ) ;
- public final void rule__RoomModel__ExternalTypesAssignment_6_2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalRoom.g:24149:1: ( ( ruleExternalType ) )
- // InternalRoom.g:24150:1: ( ruleExternalType )
- {
- // InternalRoom.g:24150:1: ( ruleExternalType )
- // InternalRoom.g:24151:1: ruleExternalType
- {
- before(grammarAccess.getRoomModelAccess().getExternalTypesExternalTypeParserRuleCall_6_2_0());
- pushFollow(FOLLOW_2);
- ruleExternalType();
-
- state._fsp--;
-
- after(grammarAccess.getRoomModelAccess().getExternalTypesExternalTypeParserRuleCall_6_2_0());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__RoomModel__ExternalTypesAssignment_6_2"
-
-
- // $ANTLR start "rule__RoomModel__DataClassesAssignment_6_3"
- // InternalRoom.g:24160:1: rule__RoomModel__DataClassesAssignment_6_3 : ( ruleDataClass ) ;
- public final void rule__RoomModel__DataClassesAssignment_6_3() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalRoom.g:24164:1: ( ( ruleDataClass ) )
- // InternalRoom.g:24165:1: ( ruleDataClass )
- {
- // InternalRoom.g:24165:1: ( ruleDataClass )
- // InternalRoom.g:24166:1: ruleDataClass
- {
- before(grammarAccess.getRoomModelAccess().getDataClassesDataClassParserRuleCall_6_3_0());
- pushFollow(FOLLOW_2);
- ruleDataClass();
-
- state._fsp--;
-
- after(grammarAccess.getRoomModelAccess().getDataClassesDataClassParserRuleCall_6_3_0());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__RoomModel__DataClassesAssignment_6_3"
-
-
- // $ANTLR start "rule__RoomModel__ProtocolClassesAssignment_6_4"
- // InternalRoom.g:24175:1: rule__RoomModel__ProtocolClassesAssignment_6_4 : ( ruleGeneralProtocolClass ) ;
- public final void rule__RoomModel__ProtocolClassesAssignment_6_4() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalRoom.g:24179:1: ( ( ruleGeneralProtocolClass ) )
- // InternalRoom.g:24180:1: ( ruleGeneralProtocolClass )
- {
- // InternalRoom.g:24180:1: ( ruleGeneralProtocolClass )
- // InternalRoom.g:24181:1: ruleGeneralProtocolClass
- {
- before(grammarAccess.getRoomModelAccess().getProtocolClassesGeneralProtocolClassParserRuleCall_6_4_0());
- pushFollow(FOLLOW_2);
- ruleGeneralProtocolClass();
-
- state._fsp--;
-
- after(grammarAccess.getRoomModelAccess().getProtocolClassesGeneralProtocolClassParserRuleCall_6_4_0());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__RoomModel__ProtocolClassesAssignment_6_4"
-
-
- // $ANTLR start "rule__RoomModel__ActorClassesAssignment_6_5"
- // InternalRoom.g:24190:1: rule__RoomModel__ActorClassesAssignment_6_5 : ( ruleActorClass ) ;
- public final void rule__RoomModel__ActorClassesAssignment_6_5() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalRoom.g:24194:1: ( ( ruleActorClass ) )
- // InternalRoom.g:24195:1: ( ruleActorClass )
- {
- // InternalRoom.g:24195:1: ( ruleActorClass )
- // InternalRoom.g:24196:1: ruleActorClass
- {
- before(grammarAccess.getRoomModelAccess().getActorClassesActorClassParserRuleCall_6_5_0());
- pushFollow(FOLLOW_2);
- ruleActorClass();
-
- state._fsp--;
-
- after(grammarAccess.getRoomModelAccess().getActorClassesActorClassParserRuleCall_6_5_0());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__RoomModel__ActorClassesAssignment_6_5"
-
-
- // $ANTLR start "rule__RoomModel__SubSystemClassesAssignment_6_6"
- // InternalRoom.g:24205:1: rule__RoomModel__SubSystemClassesAssignment_6_6 : ( ruleSubSystemClass ) ;
- public final void rule__RoomModel__SubSystemClassesAssignment_6_6() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalRoom.g:24209:1: ( ( ruleSubSystemClass ) )
- // InternalRoom.g:24210:1: ( ruleSubSystemClass )
- {
- // InternalRoom.g:24210:1: ( ruleSubSystemClass )
- // InternalRoom.g:24211:1: ruleSubSystemClass
- {
- before(grammarAccess.getRoomModelAccess().getSubSystemClassesSubSystemClassParserRuleCall_6_6_0());
- pushFollow(FOLLOW_2);
- ruleSubSystemClass();
-
- state._fsp--;
-
- after(grammarAccess.getRoomModelAccess().getSubSystemClassesSubSystemClassParserRuleCall_6_6_0());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__RoomModel__SubSystemClassesAssignment_6_6"
-
-
- // $ANTLR start "rule__RoomModel__SystemsAssignment_6_7"
- // InternalRoom.g:24220:1: rule__RoomModel__SystemsAssignment_6_7 : ( ruleLogicalSystem ) ;
- public final void rule__RoomModel__SystemsAssignment_6_7() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalRoom.g:24224:1: ( ( ruleLogicalSystem ) )
- // InternalRoom.g:24225:1: ( ruleLogicalSystem )
- {
- // InternalRoom.g:24225:1: ( ruleLogicalSystem )
- // InternalRoom.g:24226:1: ruleLogicalSystem
- {
- before(grammarAccess.getRoomModelAccess().getSystemsLogicalSystemParserRuleCall_6_7_0());
- pushFollow(FOLLOW_2);
- ruleLogicalSystem();
+ ruleAnnotationType();
state._fsp--;
- after(grammarAccess.getRoomModelAccess().getSystemsLogicalSystemParserRuleCall_6_7_0());
+ after(grammarAccess.getRoomModelAccess().getAnnotationTypesAnnotationTypeParserRuleCall_6_0());
}
@@ -65976,29 +65785,29 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
return ;
}
- // $ANTLR end "rule__RoomModel__SystemsAssignment_6_7"
+ // $ANTLR end "rule__RoomModel__AnnotationTypesAssignment_6"
- // $ANTLR start "rule__RoomModel__AnnotationTypesAssignment_6_8"
- // InternalRoom.g:24235:1: rule__RoomModel__AnnotationTypesAssignment_6_8 : ( ruleAnnotationType ) ;
- public final void rule__RoomModel__AnnotationTypesAssignment_6_8() throws RecognitionException {
+ // $ANTLR start "rule__RoomModel__RoomClassesAssignment_7"
+ // InternalRoom.g:24150:1: rule__RoomModel__RoomClassesAssignment_7 : ( ruleRoomClass ) ;
+ public final void rule__RoomModel__RoomClassesAssignment_7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24239:1: ( ( ruleAnnotationType ) )
- // InternalRoom.g:24240:1: ( ruleAnnotationType )
+ // InternalRoom.g:24154:1: ( ( ruleRoomClass ) )
+ // InternalRoom.g:24155:1: ( ruleRoomClass )
{
- // InternalRoom.g:24240:1: ( ruleAnnotationType )
- // InternalRoom.g:24241:1: ruleAnnotationType
+ // InternalRoom.g:24155:1: ( ruleRoomClass )
+ // InternalRoom.g:24156:1: ruleRoomClass
{
- before(grammarAccess.getRoomModelAccess().getAnnotationTypesAnnotationTypeParserRuleCall_6_8_0());
+ before(grammarAccess.getRoomModelAccess().getRoomClassesRoomClassParserRuleCall_7_0());
pushFollow(FOLLOW_2);
- ruleAnnotationType();
+ ruleRoomClass();
state._fsp--;
- after(grammarAccess.getRoomModelAccess().getAnnotationTypesAnnotationTypeParserRuleCall_6_8_0());
+ after(grammarAccess.getRoomModelAccess().getRoomClassesRoomClassParserRuleCall_7_0());
}
@@ -66017,21 +65826,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
}
return ;
}
- // $ANTLR end "rule__RoomModel__AnnotationTypesAssignment_6_8"
+ // $ANTLR end "rule__RoomModel__RoomClassesAssignment_7"
// $ANTLR start "rule__VarDecl__NameAssignment_0"
- // InternalRoom.g:24250:1: rule__VarDecl__NameAssignment_0 : ( RULE_ID ) ;
+ // InternalRoom.g:24165:1: rule__VarDecl__NameAssignment_0 : ( RULE_ID ) ;
public final void rule__VarDecl__NameAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24254:1: ( ( RULE_ID ) )
- // InternalRoom.g:24255:1: ( RULE_ID )
+ // InternalRoom.g:24169:1: ( ( RULE_ID ) )
+ // InternalRoom.g:24170:1: ( RULE_ID )
{
- // InternalRoom.g:24255:1: ( RULE_ID )
- // InternalRoom.g:24256:1: RULE_ID
+ // InternalRoom.g:24170:1: ( RULE_ID )
+ // InternalRoom.g:24171:1: RULE_ID
{
before(grammarAccess.getVarDeclAccess().getNameIDTerminalRuleCall_0_0());
match(input,RULE_ID,FOLLOW_2);
@@ -66058,17 +65867,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__VarDecl__RefTypeAssignment_2"
- // InternalRoom.g:24265:1: rule__VarDecl__RefTypeAssignment_2 : ( ruleRefableType ) ;
+ // InternalRoom.g:24180:1: rule__VarDecl__RefTypeAssignment_2 : ( ruleRefableType ) ;
public final void rule__VarDecl__RefTypeAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24269:1: ( ( ruleRefableType ) )
- // InternalRoom.g:24270:1: ( ruleRefableType )
+ // InternalRoom.g:24184:1: ( ( ruleRefableType ) )
+ // InternalRoom.g:24185:1: ( ruleRefableType )
{
- // InternalRoom.g:24270:1: ( ruleRefableType )
- // InternalRoom.g:24271:1: ruleRefableType
+ // InternalRoom.g:24185:1: ( ruleRefableType )
+ // InternalRoom.g:24186:1: ruleRefableType
{
before(grammarAccess.getVarDeclAccess().getRefTypeRefableTypeParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -66099,21 +65908,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__VarDecl__VarargsAssignment_3"
- // InternalRoom.g:24280:1: rule__VarDecl__VarargsAssignment_3 : ( ( 'varargs' ) ) ;
+ // InternalRoom.g:24195:1: rule__VarDecl__VarargsAssignment_3 : ( ( 'varargs' ) ) ;
public final void rule__VarDecl__VarargsAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24284:1: ( ( ( 'varargs' ) ) )
- // InternalRoom.g:24285:1: ( ( 'varargs' ) )
+ // InternalRoom.g:24199:1: ( ( ( 'varargs' ) ) )
+ // InternalRoom.g:24200:1: ( ( 'varargs' ) )
{
- // InternalRoom.g:24285:1: ( ( 'varargs' ) )
- // InternalRoom.g:24286:1: ( 'varargs' )
+ // InternalRoom.g:24200:1: ( ( 'varargs' ) )
+ // InternalRoom.g:24201:1: ( 'varargs' )
{
before(grammarAccess.getVarDeclAccess().getVarargsVarargsKeyword_3_0());
- // InternalRoom.g:24287:1: ( 'varargs' )
- // InternalRoom.g:24288:1: 'varargs'
+ // InternalRoom.g:24202:1: ( 'varargs' )
+ // InternalRoom.g:24203:1: 'varargs'
{
before(grammarAccess.getVarDeclAccess().getVarargsVarargsKeyword_3_0());
match(input,128,FOLLOW_2);
@@ -66144,17 +65953,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageData__DeprecatedNameAssignment_0_0"
- // InternalRoom.g:24303:1: rule__MessageData__DeprecatedNameAssignment_0_0 : ( RULE_ID ) ;
+ // InternalRoom.g:24218:1: rule__MessageData__DeprecatedNameAssignment_0_0 : ( RULE_ID ) ;
public final void rule__MessageData__DeprecatedNameAssignment_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24307:1: ( ( RULE_ID ) )
- // InternalRoom.g:24308:1: ( RULE_ID )
+ // InternalRoom.g:24222:1: ( ( RULE_ID ) )
+ // InternalRoom.g:24223:1: ( RULE_ID )
{
- // InternalRoom.g:24308:1: ( RULE_ID )
- // InternalRoom.g:24309:1: RULE_ID
+ // InternalRoom.g:24223:1: ( RULE_ID )
+ // InternalRoom.g:24224:1: RULE_ID
{
before(grammarAccess.getMessageDataAccess().getDeprecatedNameIDTerminalRuleCall_0_0_0());
match(input,RULE_ID,FOLLOW_2);
@@ -66181,17 +65990,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageData__RefTypeAssignment_1"
- // InternalRoom.g:24318:1: rule__MessageData__RefTypeAssignment_1 : ( ruleRefableType ) ;
+ // InternalRoom.g:24233:1: rule__MessageData__RefTypeAssignment_1 : ( ruleRefableType ) ;
public final void rule__MessageData__RefTypeAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24322:1: ( ( ruleRefableType ) )
- // InternalRoom.g:24323:1: ( ruleRefableType )
+ // InternalRoom.g:24237:1: ( ( ruleRefableType ) )
+ // InternalRoom.g:24238:1: ( ruleRefableType )
{
- // InternalRoom.g:24323:1: ( ruleRefableType )
- // InternalRoom.g:24324:1: ruleRefableType
+ // InternalRoom.g:24238:1: ( ruleRefableType )
+ // InternalRoom.g:24239:1: ruleRefableType
{
before(grammarAccess.getMessageDataAccess().getRefTypeRefableTypeParserRuleCall_1_0());
pushFollow(FOLLOW_2);
@@ -66222,21 +66031,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefableType__TypeAssignment_0"
- // InternalRoom.g:24333:1: rule__RefableType__TypeAssignment_0 : ( ( ruleFQN ) ) ;
+ // InternalRoom.g:24248:1: rule__RefableType__TypeAssignment_0 : ( ( ruleFQN ) ) ;
public final void rule__RefableType__TypeAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24337:1: ( ( ( ruleFQN ) ) )
- // InternalRoom.g:24338:1: ( ( ruleFQN ) )
+ // InternalRoom.g:24252:1: ( ( ( ruleFQN ) ) )
+ // InternalRoom.g:24253:1: ( ( ruleFQN ) )
{
- // InternalRoom.g:24338:1: ( ( ruleFQN ) )
- // InternalRoom.g:24339:1: ( ruleFQN )
+ // InternalRoom.g:24253:1: ( ( ruleFQN ) )
+ // InternalRoom.g:24254:1: ( ruleFQN )
{
before(grammarAccess.getRefableTypeAccess().getTypeDataTypeCrossReference_0_0());
- // InternalRoom.g:24340:1: ( ruleFQN )
- // InternalRoom.g:24341:1: ruleFQN
+ // InternalRoom.g:24255:1: ( ruleFQN )
+ // InternalRoom.g:24256:1: ruleFQN
{
before(grammarAccess.getRefableTypeAccess().getTypeDataTypeFQNParserRuleCall_0_0_1());
pushFollow(FOLLOW_2);
@@ -66271,21 +66080,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefableType__RefAssignment_1"
- // InternalRoom.g:24352:1: rule__RefableType__RefAssignment_1 : ( ( 'ref' ) ) ;
+ // InternalRoom.g:24267:1: rule__RefableType__RefAssignment_1 : ( ( 'ref' ) ) ;
public final void rule__RefableType__RefAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24356:1: ( ( ( 'ref' ) ) )
- // InternalRoom.g:24357:1: ( ( 'ref' ) )
+ // InternalRoom.g:24271:1: ( ( ( 'ref' ) ) )
+ // InternalRoom.g:24272:1: ( ( 'ref' ) )
{
- // InternalRoom.g:24357:1: ( ( 'ref' ) )
- // InternalRoom.g:24358:1: ( 'ref' )
+ // InternalRoom.g:24272:1: ( ( 'ref' ) )
+ // InternalRoom.g:24273:1: ( 'ref' )
{
before(grammarAccess.getRefableTypeAccess().getRefRefKeyword_1_0());
- // InternalRoom.g:24359:1: ( 'ref' )
- // InternalRoom.g:24360:1: 'ref'
+ // InternalRoom.g:24274:1: ( 'ref' )
+ // InternalRoom.g:24275:1: 'ref'
{
before(grammarAccess.getRefableTypeAccess().getRefRefKeyword_1_0());
match(input,92,FOLLOW_2);
@@ -66316,17 +66125,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__NameAssignment_1"
- // InternalRoom.g:24375:1: rule__PrimitiveType__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:24290:1: rule__PrimitiveType__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__PrimitiveType__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24379:1: ( ( RULE_ID ) )
- // InternalRoom.g:24380:1: ( RULE_ID )
+ // InternalRoom.g:24294:1: ( ( RULE_ID ) )
+ // InternalRoom.g:24295:1: ( RULE_ID )
{
- // InternalRoom.g:24380:1: ( RULE_ID )
- // InternalRoom.g:24381:1: RULE_ID
+ // InternalRoom.g:24295:1: ( RULE_ID )
+ // InternalRoom.g:24296:1: RULE_ID
{
before(grammarAccess.getPrimitiveTypeAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -66353,17 +66162,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__TypeAssignment_3"
- // InternalRoom.g:24390:1: rule__PrimitiveType__TypeAssignment_3 : ( ruleLiteralType ) ;
+ // InternalRoom.g:24305:1: rule__PrimitiveType__TypeAssignment_3 : ( ruleLiteralType ) ;
public final void rule__PrimitiveType__TypeAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24394:1: ( ( ruleLiteralType ) )
- // InternalRoom.g:24395:1: ( ruleLiteralType )
+ // InternalRoom.g:24309:1: ( ( ruleLiteralType ) )
+ // InternalRoom.g:24310:1: ( ruleLiteralType )
{
- // InternalRoom.g:24395:1: ( ruleLiteralType )
- // InternalRoom.g:24396:1: ruleLiteralType
+ // InternalRoom.g:24310:1: ( ruleLiteralType )
+ // InternalRoom.g:24311:1: ruleLiteralType
{
before(grammarAccess.getPrimitiveTypeAccess().getTypeLiteralTypeEnumRuleCall_3_0());
pushFollow(FOLLOW_2);
@@ -66394,17 +66203,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__TargetNameAssignment_5"
- // InternalRoom.g:24405:1: rule__PrimitiveType__TargetNameAssignment_5 : ( RULE_STRING ) ;
+ // InternalRoom.g:24320:1: rule__PrimitiveType__TargetNameAssignment_5 : ( RULE_STRING ) ;
public final void rule__PrimitiveType__TargetNameAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24409:1: ( ( RULE_STRING ) )
- // InternalRoom.g:24410:1: ( RULE_STRING )
+ // InternalRoom.g:24324:1: ( ( RULE_STRING ) )
+ // InternalRoom.g:24325:1: ( RULE_STRING )
{
- // InternalRoom.g:24410:1: ( RULE_STRING )
- // InternalRoom.g:24411:1: RULE_STRING
+ // InternalRoom.g:24325:1: ( RULE_STRING )
+ // InternalRoom.g:24326:1: RULE_STRING
{
before(grammarAccess.getPrimitiveTypeAccess().getTargetNameSTRINGTerminalRuleCall_5_0());
match(input,RULE_STRING,FOLLOW_2);
@@ -66431,17 +66240,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__CastNameAssignment_6_1"
- // InternalRoom.g:24420:1: rule__PrimitiveType__CastNameAssignment_6_1 : ( ruleFQN ) ;
+ // InternalRoom.g:24335:1: rule__PrimitiveType__CastNameAssignment_6_1 : ( ruleFQN ) ;
public final void rule__PrimitiveType__CastNameAssignment_6_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24424:1: ( ( ruleFQN ) )
- // InternalRoom.g:24425:1: ( ruleFQN )
+ // InternalRoom.g:24339:1: ( ( ruleFQN ) )
+ // InternalRoom.g:24340:1: ( ruleFQN )
{
- // InternalRoom.g:24425:1: ( ruleFQN )
- // InternalRoom.g:24426:1: ruleFQN
+ // InternalRoom.g:24340:1: ( ruleFQN )
+ // InternalRoom.g:24341:1: ruleFQN
{
before(grammarAccess.getPrimitiveTypeAccess().getCastNameFQNParserRuleCall_6_1_0());
pushFollow(FOLLOW_2);
@@ -66472,17 +66281,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__DefaultValueLiteralAssignment_8"
- // InternalRoom.g:24435:1: rule__PrimitiveType__DefaultValueLiteralAssignment_8 : ( RULE_STRING ) ;
+ // InternalRoom.g:24350:1: rule__PrimitiveType__DefaultValueLiteralAssignment_8 : ( RULE_STRING ) ;
public final void rule__PrimitiveType__DefaultValueLiteralAssignment_8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24439:1: ( ( RULE_STRING ) )
- // InternalRoom.g:24440:1: ( RULE_STRING )
+ // InternalRoom.g:24354:1: ( ( RULE_STRING ) )
+ // InternalRoom.g:24355:1: ( RULE_STRING )
{
- // InternalRoom.g:24440:1: ( RULE_STRING )
- // InternalRoom.g:24441:1: RULE_STRING
+ // InternalRoom.g:24355:1: ( RULE_STRING )
+ // InternalRoom.g:24356:1: RULE_STRING
{
before(grammarAccess.getPrimitiveTypeAccess().getDefaultValueLiteralSTRINGTerminalRuleCall_8_0());
match(input,RULE_STRING,FOLLOW_2);
@@ -66509,17 +66318,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PrimitiveType__DocuAssignment_9"
- // InternalRoom.g:24450:1: rule__PrimitiveType__DocuAssignment_9 : ( ruleDocumentation ) ;
+ // InternalRoom.g:24365:1: rule__PrimitiveType__DocuAssignment_9 : ( ruleDocumentation ) ;
public final void rule__PrimitiveType__DocuAssignment_9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24454:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:24455:1: ( ruleDocumentation )
+ // InternalRoom.g:24369:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:24370:1: ( ruleDocumentation )
{
- // InternalRoom.g:24455:1: ( ruleDocumentation )
- // InternalRoom.g:24456:1: ruleDocumentation
+ // InternalRoom.g:24370:1: ( ruleDocumentation )
+ // InternalRoom.g:24371:1: ruleDocumentation
{
before(grammarAccess.getPrimitiveTypeAccess().getDocuDocumentationParserRuleCall_9_0());
pushFollow(FOLLOW_2);
@@ -66550,17 +66359,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__NameAssignment_1"
- // InternalRoom.g:24465:1: rule__EnumerationType__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:24380:1: rule__EnumerationType__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__EnumerationType__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24469:1: ( ( RULE_ID ) )
- // InternalRoom.g:24470:1: ( RULE_ID )
+ // InternalRoom.g:24384:1: ( ( RULE_ID ) )
+ // InternalRoom.g:24385:1: ( RULE_ID )
{
- // InternalRoom.g:24470:1: ( RULE_ID )
- // InternalRoom.g:24471:1: RULE_ID
+ // InternalRoom.g:24385:1: ( RULE_ID )
+ // InternalRoom.g:24386:1: RULE_ID
{
before(grammarAccess.getEnumerationTypeAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -66587,17 +66396,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__DocuAssignment_2"
- // InternalRoom.g:24480:1: rule__EnumerationType__DocuAssignment_2 : ( ruleDocumentation ) ;
+ // InternalRoom.g:24395:1: rule__EnumerationType__DocuAssignment_2 : ( ruleDocumentation ) ;
public final void rule__EnumerationType__DocuAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24484:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:24485:1: ( ruleDocumentation )
+ // InternalRoom.g:24399:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:24400:1: ( ruleDocumentation )
{
- // InternalRoom.g:24485:1: ( ruleDocumentation )
- // InternalRoom.g:24486:1: ruleDocumentation
+ // InternalRoom.g:24400:1: ( ruleDocumentation )
+ // InternalRoom.g:24401:1: ruleDocumentation
{
before(grammarAccess.getEnumerationTypeAccess().getDocuDocumentationParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -66628,21 +66437,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__PrimitiveTypeAssignment_3_1"
- // InternalRoom.g:24495:1: rule__EnumerationType__PrimitiveTypeAssignment_3_1 : ( ( ruleFQN ) ) ;
+ // InternalRoom.g:24410:1: rule__EnumerationType__PrimitiveTypeAssignment_3_1 : ( ( ruleFQN ) ) ;
public final void rule__EnumerationType__PrimitiveTypeAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24499:1: ( ( ( ruleFQN ) ) )
- // InternalRoom.g:24500:1: ( ( ruleFQN ) )
+ // InternalRoom.g:24414:1: ( ( ( ruleFQN ) ) )
+ // InternalRoom.g:24415:1: ( ( ruleFQN ) )
{
- // InternalRoom.g:24500:1: ( ( ruleFQN ) )
- // InternalRoom.g:24501:1: ( ruleFQN )
+ // InternalRoom.g:24415:1: ( ( ruleFQN ) )
+ // InternalRoom.g:24416:1: ( ruleFQN )
{
before(grammarAccess.getEnumerationTypeAccess().getPrimitiveTypePrimitiveTypeCrossReference_3_1_0());
- // InternalRoom.g:24502:1: ( ruleFQN )
- // InternalRoom.g:24503:1: ruleFQN
+ // InternalRoom.g:24417:1: ( ruleFQN )
+ // InternalRoom.g:24418:1: ruleFQN
{
before(grammarAccess.getEnumerationTypeAccess().getPrimitiveTypePrimitiveTypeFQNParserRuleCall_3_1_0_1());
pushFollow(FOLLOW_2);
@@ -66677,17 +66486,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__LiteralsAssignment_5_0"
- // InternalRoom.g:24514:1: rule__EnumerationType__LiteralsAssignment_5_0 : ( ruleEnumLiteral ) ;
+ // InternalRoom.g:24429:1: rule__EnumerationType__LiteralsAssignment_5_0 : ( ruleEnumLiteral ) ;
public final void rule__EnumerationType__LiteralsAssignment_5_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24518:1: ( ( ruleEnumLiteral ) )
- // InternalRoom.g:24519:1: ( ruleEnumLiteral )
+ // InternalRoom.g:24433:1: ( ( ruleEnumLiteral ) )
+ // InternalRoom.g:24434:1: ( ruleEnumLiteral )
{
- // InternalRoom.g:24519:1: ( ruleEnumLiteral )
- // InternalRoom.g:24520:1: ruleEnumLiteral
+ // InternalRoom.g:24434:1: ( ruleEnumLiteral )
+ // InternalRoom.g:24435:1: ruleEnumLiteral
{
before(grammarAccess.getEnumerationTypeAccess().getLiteralsEnumLiteralParserRuleCall_5_0_0());
pushFollow(FOLLOW_2);
@@ -66718,17 +66527,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumerationType__LiteralsAssignment_5_1_1"
- // InternalRoom.g:24529:1: rule__EnumerationType__LiteralsAssignment_5_1_1 : ( ruleEnumLiteral ) ;
+ // InternalRoom.g:24444:1: rule__EnumerationType__LiteralsAssignment_5_1_1 : ( ruleEnumLiteral ) ;
public final void rule__EnumerationType__LiteralsAssignment_5_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24533:1: ( ( ruleEnumLiteral ) )
- // InternalRoom.g:24534:1: ( ruleEnumLiteral )
+ // InternalRoom.g:24448:1: ( ( ruleEnumLiteral ) )
+ // InternalRoom.g:24449:1: ( ruleEnumLiteral )
{
- // InternalRoom.g:24534:1: ( ruleEnumLiteral )
- // InternalRoom.g:24535:1: ruleEnumLiteral
+ // InternalRoom.g:24449:1: ( ruleEnumLiteral )
+ // InternalRoom.g:24450:1: ruleEnumLiteral
{
before(grammarAccess.getEnumerationTypeAccess().getLiteralsEnumLiteralParserRuleCall_5_1_1_0());
pushFollow(FOLLOW_2);
@@ -66759,17 +66568,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumLiteral__NameAssignment_0"
- // InternalRoom.g:24544:1: rule__EnumLiteral__NameAssignment_0 : ( RULE_ID ) ;
+ // InternalRoom.g:24459:1: rule__EnumLiteral__NameAssignment_0 : ( RULE_ID ) ;
public final void rule__EnumLiteral__NameAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24548:1: ( ( RULE_ID ) )
- // InternalRoom.g:24549:1: ( RULE_ID )
+ // InternalRoom.g:24463:1: ( ( RULE_ID ) )
+ // InternalRoom.g:24464:1: ( RULE_ID )
{
- // InternalRoom.g:24549:1: ( RULE_ID )
- // InternalRoom.g:24550:1: RULE_ID
+ // InternalRoom.g:24464:1: ( RULE_ID )
+ // InternalRoom.g:24465:1: RULE_ID
{
before(grammarAccess.getEnumLiteralAccess().getNameIDTerminalRuleCall_0_0());
match(input,RULE_ID,FOLLOW_2);
@@ -66796,17 +66605,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumLiteral__LiteralAssignment_1_1"
- // InternalRoom.g:24559:1: rule__EnumLiteral__LiteralAssignment_1_1 : ( ruleIntLiteral ) ;
+ // InternalRoom.g:24474:1: rule__EnumLiteral__LiteralAssignment_1_1 : ( ruleIntLiteral ) ;
public final void rule__EnumLiteral__LiteralAssignment_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24563:1: ( ( ruleIntLiteral ) )
- // InternalRoom.g:24564:1: ( ruleIntLiteral )
+ // InternalRoom.g:24478:1: ( ( ruleIntLiteral ) )
+ // InternalRoom.g:24479:1: ( ruleIntLiteral )
{
- // InternalRoom.g:24564:1: ( ruleIntLiteral )
- // InternalRoom.g:24565:1: ruleIntLiteral
+ // InternalRoom.g:24479:1: ( ruleIntLiteral )
+ // InternalRoom.g:24480:1: ruleIntLiteral
{
before(grammarAccess.getEnumLiteralAccess().getLiteralIntLiteralParserRuleCall_1_1_0());
pushFollow(FOLLOW_2);
@@ -66837,17 +66646,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__NameAssignment_1"
- // InternalRoom.g:24574:1: rule__ExternalType__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:24489:1: rule__ExternalType__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__ExternalType__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24578:1: ( ( RULE_ID ) )
- // InternalRoom.g:24579:1: ( RULE_ID )
+ // InternalRoom.g:24493:1: ( ( RULE_ID ) )
+ // InternalRoom.g:24494:1: ( RULE_ID )
{
- // InternalRoom.g:24579:1: ( RULE_ID )
- // InternalRoom.g:24580:1: RULE_ID
+ // InternalRoom.g:24494:1: ( RULE_ID )
+ // InternalRoom.g:24495:1: RULE_ID
{
before(grammarAccess.getExternalTypeAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -66874,17 +66683,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__TargetNameAssignment_3"
- // InternalRoom.g:24589:1: rule__ExternalType__TargetNameAssignment_3 : ( RULE_STRING ) ;
+ // InternalRoom.g:24504:1: rule__ExternalType__TargetNameAssignment_3 : ( RULE_STRING ) ;
public final void rule__ExternalType__TargetNameAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24593:1: ( ( RULE_STRING ) )
- // InternalRoom.g:24594:1: ( RULE_STRING )
+ // InternalRoom.g:24508:1: ( ( RULE_STRING ) )
+ // InternalRoom.g:24509:1: ( RULE_STRING )
{
- // InternalRoom.g:24594:1: ( RULE_STRING )
- // InternalRoom.g:24595:1: RULE_STRING
+ // InternalRoom.g:24509:1: ( RULE_STRING )
+ // InternalRoom.g:24510:1: RULE_STRING
{
before(grammarAccess.getExternalTypeAccess().getTargetNameSTRINGTerminalRuleCall_3_0());
match(input,RULE_STRING,FOLLOW_2);
@@ -66911,17 +66720,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__DefaultValueLiteralAssignment_4_1"
- // InternalRoom.g:24604:1: rule__ExternalType__DefaultValueLiteralAssignment_4_1 : ( RULE_STRING ) ;
+ // InternalRoom.g:24519:1: rule__ExternalType__DefaultValueLiteralAssignment_4_1 : ( RULE_STRING ) ;
public final void rule__ExternalType__DefaultValueLiteralAssignment_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24608:1: ( ( RULE_STRING ) )
- // InternalRoom.g:24609:1: ( RULE_STRING )
+ // InternalRoom.g:24523:1: ( ( RULE_STRING ) )
+ // InternalRoom.g:24524:1: ( RULE_STRING )
{
- // InternalRoom.g:24609:1: ( RULE_STRING )
- // InternalRoom.g:24610:1: RULE_STRING
+ // InternalRoom.g:24524:1: ( RULE_STRING )
+ // InternalRoom.g:24525:1: RULE_STRING
{
before(grammarAccess.getExternalTypeAccess().getDefaultValueLiteralSTRINGTerminalRuleCall_4_1_0());
match(input,RULE_STRING,FOLLOW_2);
@@ -66948,17 +66757,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalType__DocuAssignment_5"
- // InternalRoom.g:24619:1: rule__ExternalType__DocuAssignment_5 : ( ruleDocumentation ) ;
+ // InternalRoom.g:24534:1: rule__ExternalType__DocuAssignment_5 : ( ruleDocumentation ) ;
public final void rule__ExternalType__DocuAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24623:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:24624:1: ( ruleDocumentation )
+ // InternalRoom.g:24538:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:24539:1: ( ruleDocumentation )
{
- // InternalRoom.g:24624:1: ( ruleDocumentation )
- // InternalRoom.g:24625:1: ruleDocumentation
+ // InternalRoom.g:24539:1: ( ruleDocumentation )
+ // InternalRoom.g:24540:1: ruleDocumentation
{
before(grammarAccess.getExternalTypeAccess().getDocuDocumentationParserRuleCall_5_0());
pushFollow(FOLLOW_2);
@@ -66989,17 +66798,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__NameAssignment_1"
- // InternalRoom.g:24634:1: rule__DataClass__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:24549:1: rule__DataClass__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__DataClass__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24638:1: ( ( RULE_ID ) )
- // InternalRoom.g:24639:1: ( RULE_ID )
+ // InternalRoom.g:24553:1: ( ( RULE_ID ) )
+ // InternalRoom.g:24554:1: ( RULE_ID )
{
- // InternalRoom.g:24639:1: ( RULE_ID )
- // InternalRoom.g:24640:1: RULE_ID
+ // InternalRoom.g:24554:1: ( RULE_ID )
+ // InternalRoom.g:24555:1: RULE_ID
{
before(grammarAccess.getDataClassAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -67026,17 +66835,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__DocuAssignment_2"
- // InternalRoom.g:24649:1: rule__DataClass__DocuAssignment_2 : ( ruleDocumentation ) ;
+ // InternalRoom.g:24564:1: rule__DataClass__DocuAssignment_2 : ( ruleDocumentation ) ;
public final void rule__DataClass__DocuAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24653:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:24654:1: ( ruleDocumentation )
+ // InternalRoom.g:24568:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:24569:1: ( ruleDocumentation )
{
- // InternalRoom.g:24654:1: ( ruleDocumentation )
- // InternalRoom.g:24655:1: ruleDocumentation
+ // InternalRoom.g:24569:1: ( ruleDocumentation )
+ // InternalRoom.g:24570:1: ruleDocumentation
{
before(grammarAccess.getDataClassAccess().getDocuDocumentationParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -67067,21 +66876,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__BaseAssignment_3_1"
- // InternalRoom.g:24664:1: rule__DataClass__BaseAssignment_3_1 : ( ( ruleFQN ) ) ;
+ // InternalRoom.g:24579:1: rule__DataClass__BaseAssignment_3_1 : ( ( ruleFQN ) ) ;
public final void rule__DataClass__BaseAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24668:1: ( ( ( ruleFQN ) ) )
- // InternalRoom.g:24669:1: ( ( ruleFQN ) )
+ // InternalRoom.g:24583:1: ( ( ( ruleFQN ) ) )
+ // InternalRoom.g:24584:1: ( ( ruleFQN ) )
{
- // InternalRoom.g:24669:1: ( ( ruleFQN ) )
- // InternalRoom.g:24670:1: ( ruleFQN )
+ // InternalRoom.g:24584:1: ( ( ruleFQN ) )
+ // InternalRoom.g:24585:1: ( ruleFQN )
{
before(grammarAccess.getDataClassAccess().getBaseDataClassCrossReference_3_1_0());
- // InternalRoom.g:24671:1: ( ruleFQN )
- // InternalRoom.g:24672:1: ruleFQN
+ // InternalRoom.g:24586:1: ( ruleFQN )
+ // InternalRoom.g:24587:1: ruleFQN
{
before(grammarAccess.getDataClassAccess().getBaseDataClassFQNParserRuleCall_3_1_0_1());
pushFollow(FOLLOW_2);
@@ -67116,17 +66925,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__AnnotationsAssignment_5"
- // InternalRoom.g:24683:1: rule__DataClass__AnnotationsAssignment_5 : ( ruleAnnotation ) ;
+ // InternalRoom.g:24598:1: rule__DataClass__AnnotationsAssignment_5 : ( ruleAnnotation ) ;
public final void rule__DataClass__AnnotationsAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24687:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:24688:1: ( ruleAnnotation )
+ // InternalRoom.g:24602:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:24603:1: ( ruleAnnotation )
{
- // InternalRoom.g:24688:1: ( ruleAnnotation )
- // InternalRoom.g:24689:1: ruleAnnotation
+ // InternalRoom.g:24603:1: ( ruleAnnotation )
+ // InternalRoom.g:24604:1: ruleAnnotation
{
before(grammarAccess.getDataClassAccess().getAnnotationsAnnotationParserRuleCall_5_0());
pushFollow(FOLLOW_2);
@@ -67157,17 +66966,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__UserCode1Assignment_6_1"
- // InternalRoom.g:24698:1: rule__DataClass__UserCode1Assignment_6_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:24613:1: rule__DataClass__UserCode1Assignment_6_1 : ( ruleDetailCode ) ;
public final void rule__DataClass__UserCode1Assignment_6_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24702:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:24703:1: ( ruleDetailCode )
+ // InternalRoom.g:24617:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:24618:1: ( ruleDetailCode )
{
- // InternalRoom.g:24703:1: ( ruleDetailCode )
- // InternalRoom.g:24704:1: ruleDetailCode
+ // InternalRoom.g:24618:1: ( ruleDetailCode )
+ // InternalRoom.g:24619:1: ruleDetailCode
{
before(grammarAccess.getDataClassAccess().getUserCode1DetailCodeParserRuleCall_6_1_0());
pushFollow(FOLLOW_2);
@@ -67198,17 +67007,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__UserCode2Assignment_7_1"
- // InternalRoom.g:24713:1: rule__DataClass__UserCode2Assignment_7_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:24628:1: rule__DataClass__UserCode2Assignment_7_1 : ( ruleDetailCode ) ;
public final void rule__DataClass__UserCode2Assignment_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24717:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:24718:1: ( ruleDetailCode )
+ // InternalRoom.g:24632:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:24633:1: ( ruleDetailCode )
{
- // InternalRoom.g:24718:1: ( ruleDetailCode )
- // InternalRoom.g:24719:1: ruleDetailCode
+ // InternalRoom.g:24633:1: ( ruleDetailCode )
+ // InternalRoom.g:24634:1: ruleDetailCode
{
before(grammarAccess.getDataClassAccess().getUserCode2DetailCodeParserRuleCall_7_1_0());
pushFollow(FOLLOW_2);
@@ -67239,17 +67048,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__UserCode3Assignment_8_1"
- // InternalRoom.g:24728:1: rule__DataClass__UserCode3Assignment_8_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:24643:1: rule__DataClass__UserCode3Assignment_8_1 : ( ruleDetailCode ) ;
public final void rule__DataClass__UserCode3Assignment_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24732:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:24733:1: ( ruleDetailCode )
+ // InternalRoom.g:24647:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:24648:1: ( ruleDetailCode )
{
- // InternalRoom.g:24733:1: ( ruleDetailCode )
- // InternalRoom.g:24734:1: ruleDetailCode
+ // InternalRoom.g:24648:1: ( ruleDetailCode )
+ // InternalRoom.g:24649:1: ruleDetailCode
{
before(grammarAccess.getDataClassAccess().getUserCode3DetailCodeParserRuleCall_8_1_0());
pushFollow(FOLLOW_2);
@@ -67280,17 +67089,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__OperationsAssignment_9_0"
- // InternalRoom.g:24743:1: rule__DataClass__OperationsAssignment_9_0 : ( ruleStandardOperation ) ;
+ // InternalRoom.g:24658:1: rule__DataClass__OperationsAssignment_9_0 : ( ruleStandardOperation ) ;
public final void rule__DataClass__OperationsAssignment_9_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24747:1: ( ( ruleStandardOperation ) )
- // InternalRoom.g:24748:1: ( ruleStandardOperation )
+ // InternalRoom.g:24662:1: ( ( ruleStandardOperation ) )
+ // InternalRoom.g:24663:1: ( ruleStandardOperation )
{
- // InternalRoom.g:24748:1: ( ruleStandardOperation )
- // InternalRoom.g:24749:1: ruleStandardOperation
+ // InternalRoom.g:24663:1: ( ruleStandardOperation )
+ // InternalRoom.g:24664:1: ruleStandardOperation
{
before(grammarAccess.getDataClassAccess().getOperationsStandardOperationParserRuleCall_9_0_0());
pushFollow(FOLLOW_2);
@@ -67321,17 +67130,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__StructorsAssignment_9_1"
- // InternalRoom.g:24758:1: rule__DataClass__StructorsAssignment_9_1 : ( ruleClassStructor ) ;
+ // InternalRoom.g:24673:1: rule__DataClass__StructorsAssignment_9_1 : ( ruleClassStructor ) ;
public final void rule__DataClass__StructorsAssignment_9_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24762:1: ( ( ruleClassStructor ) )
- // InternalRoom.g:24763:1: ( ruleClassStructor )
+ // InternalRoom.g:24677:1: ( ( ruleClassStructor ) )
+ // InternalRoom.g:24678:1: ( ruleClassStructor )
{
- // InternalRoom.g:24763:1: ( ruleClassStructor )
- // InternalRoom.g:24764:1: ruleClassStructor
+ // InternalRoom.g:24678:1: ( ruleClassStructor )
+ // InternalRoom.g:24679:1: ruleClassStructor
{
before(grammarAccess.getDataClassAccess().getStructorsClassStructorParserRuleCall_9_1_0());
pushFollow(FOLLOW_2);
@@ -67362,17 +67171,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DataClass__AttributesAssignment_9_2"
- // InternalRoom.g:24773:1: rule__DataClass__AttributesAssignment_9_2 : ( ruleAttribute ) ;
+ // InternalRoom.g:24688:1: rule__DataClass__AttributesAssignment_9_2 : ( ruleAttribute ) ;
public final void rule__DataClass__AttributesAssignment_9_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24777:1: ( ( ruleAttribute ) )
- // InternalRoom.g:24778:1: ( ruleAttribute )
+ // InternalRoom.g:24692:1: ( ( ruleAttribute ) )
+ // InternalRoom.g:24693:1: ( ruleAttribute )
{
- // InternalRoom.g:24778:1: ( ruleAttribute )
- // InternalRoom.g:24779:1: ruleAttribute
+ // InternalRoom.g:24693:1: ( ruleAttribute )
+ // InternalRoom.g:24694:1: ruleAttribute
{
before(grammarAccess.getDataClassAccess().getAttributesAttributeParserRuleCall_9_2_0());
pushFollow(FOLLOW_2);
@@ -67403,17 +67212,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__NameAssignment_1"
- // InternalRoom.g:24788:1: rule__Attribute__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:24703:1: rule__Attribute__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__Attribute__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24792:1: ( ( RULE_ID ) )
- // InternalRoom.g:24793:1: ( RULE_ID )
+ // InternalRoom.g:24707:1: ( ( RULE_ID ) )
+ // InternalRoom.g:24708:1: ( RULE_ID )
{
- // InternalRoom.g:24793:1: ( RULE_ID )
- // InternalRoom.g:24794:1: RULE_ID
+ // InternalRoom.g:24708:1: ( RULE_ID )
+ // InternalRoom.g:24709:1: RULE_ID
{
before(grammarAccess.getAttributeAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -67440,17 +67249,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__SizeAssignment_2_1"
- // InternalRoom.g:24803:1: rule__Attribute__SizeAssignment_2_1 : ( RULE_INT ) ;
+ // InternalRoom.g:24718:1: rule__Attribute__SizeAssignment_2_1 : ( RULE_INT ) ;
public final void rule__Attribute__SizeAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24807:1: ( ( RULE_INT ) )
- // InternalRoom.g:24808:1: ( RULE_INT )
+ // InternalRoom.g:24722:1: ( ( RULE_INT ) )
+ // InternalRoom.g:24723:1: ( RULE_INT )
{
- // InternalRoom.g:24808:1: ( RULE_INT )
- // InternalRoom.g:24809:1: RULE_INT
+ // InternalRoom.g:24723:1: ( RULE_INT )
+ // InternalRoom.g:24724:1: RULE_INT
{
before(grammarAccess.getAttributeAccess().getSizeINTTerminalRuleCall_2_1_0());
match(input,RULE_INT,FOLLOW_2);
@@ -67477,17 +67286,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__TypeAssignment_4"
- // InternalRoom.g:24818:1: rule__Attribute__TypeAssignment_4 : ( ruleRefableType ) ;
+ // InternalRoom.g:24733:1: rule__Attribute__TypeAssignment_4 : ( ruleRefableType ) ;
public final void rule__Attribute__TypeAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24822:1: ( ( ruleRefableType ) )
- // InternalRoom.g:24823:1: ( ruleRefableType )
+ // InternalRoom.g:24737:1: ( ( ruleRefableType ) )
+ // InternalRoom.g:24738:1: ( ruleRefableType )
{
- // InternalRoom.g:24823:1: ( ruleRefableType )
- // InternalRoom.g:24824:1: ruleRefableType
+ // InternalRoom.g:24738:1: ( ruleRefableType )
+ // InternalRoom.g:24739:1: ruleRefableType
{
before(grammarAccess.getAttributeAccess().getTypeRefableTypeParserRuleCall_4_0());
pushFollow(FOLLOW_2);
@@ -67518,17 +67327,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__DefaultValueLiteralAssignment_5_1"
- // InternalRoom.g:24833:1: rule__Attribute__DefaultValueLiteralAssignment_5_1 : ( RULE_STRING ) ;
+ // InternalRoom.g:24748:1: rule__Attribute__DefaultValueLiteralAssignment_5_1 : ( RULE_STRING ) ;
public final void rule__Attribute__DefaultValueLiteralAssignment_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24837:1: ( ( RULE_STRING ) )
- // InternalRoom.g:24838:1: ( RULE_STRING )
+ // InternalRoom.g:24752:1: ( ( RULE_STRING ) )
+ // InternalRoom.g:24753:1: ( RULE_STRING )
{
- // InternalRoom.g:24838:1: ( RULE_STRING )
- // InternalRoom.g:24839:1: RULE_STRING
+ // InternalRoom.g:24753:1: ( RULE_STRING )
+ // InternalRoom.g:24754:1: RULE_STRING
{
before(grammarAccess.getAttributeAccess().getDefaultValueLiteralSTRINGTerminalRuleCall_5_1_0());
match(input,RULE_STRING,FOLLOW_2);
@@ -67555,17 +67364,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Attribute__DocuAssignment_6"
- // InternalRoom.g:24848:1: rule__Attribute__DocuAssignment_6 : ( ruleDocumentation ) ;
+ // InternalRoom.g:24763:1: rule__Attribute__DocuAssignment_6 : ( ruleDocumentation ) ;
public final void rule__Attribute__DocuAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24852:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:24853:1: ( ruleDocumentation )
+ // InternalRoom.g:24767:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:24768:1: ( ruleDocumentation )
{
- // InternalRoom.g:24853:1: ( ruleDocumentation )
- // InternalRoom.g:24854:1: ruleDocumentation
+ // InternalRoom.g:24768:1: ( ruleDocumentation )
+ // InternalRoom.g:24769:1: ruleDocumentation
{
before(grammarAccess.getAttributeAccess().getDocuDocumentationParserRuleCall_6_0());
pushFollow(FOLLOW_2);
@@ -67596,21 +67405,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__OverrideAssignment_0"
- // InternalRoom.g:24863:1: rule__StandardOperation__OverrideAssignment_0 : ( ( 'override' ) ) ;
+ // InternalRoom.g:24778:1: rule__StandardOperation__OverrideAssignment_0 : ( ( 'override' ) ) ;
public final void rule__StandardOperation__OverrideAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24867:1: ( ( ( 'override' ) ) )
- // InternalRoom.g:24868:1: ( ( 'override' ) )
+ // InternalRoom.g:24782:1: ( ( ( 'override' ) ) )
+ // InternalRoom.g:24783:1: ( ( 'override' ) )
{
- // InternalRoom.g:24868:1: ( ( 'override' ) )
- // InternalRoom.g:24869:1: ( 'override' )
+ // InternalRoom.g:24783:1: ( ( 'override' ) )
+ // InternalRoom.g:24784:1: ( 'override' )
{
before(grammarAccess.getStandardOperationAccess().getOverrideOverrideKeyword_0_0());
- // InternalRoom.g:24870:1: ( 'override' )
- // InternalRoom.g:24871:1: 'override'
+ // InternalRoom.g:24785:1: ( 'override' )
+ // InternalRoom.g:24786:1: 'override'
{
before(grammarAccess.getStandardOperationAccess().getOverrideOverrideKeyword_0_0());
match(input,129,FOLLOW_2);
@@ -67641,17 +67450,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__NameAssignment_2"
- // InternalRoom.g:24886:1: rule__StandardOperation__NameAssignment_2 : ( RULE_ID ) ;
+ // InternalRoom.g:24801:1: rule__StandardOperation__NameAssignment_2 : ( RULE_ID ) ;
public final void rule__StandardOperation__NameAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24890:1: ( ( RULE_ID ) )
- // InternalRoom.g:24891:1: ( RULE_ID )
+ // InternalRoom.g:24805:1: ( ( RULE_ID ) )
+ // InternalRoom.g:24806:1: ( RULE_ID )
{
- // InternalRoom.g:24891:1: ( RULE_ID )
- // InternalRoom.g:24892:1: RULE_ID
+ // InternalRoom.g:24806:1: ( RULE_ID )
+ // InternalRoom.g:24807:1: RULE_ID
{
before(grammarAccess.getStandardOperationAccess().getNameIDTerminalRuleCall_2_0());
match(input,RULE_ID,FOLLOW_2);
@@ -67678,17 +67487,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__ArgumentsAssignment_4_0"
- // InternalRoom.g:24901:1: rule__StandardOperation__ArgumentsAssignment_4_0 : ( ruleVarDecl ) ;
+ // InternalRoom.g:24816:1: rule__StandardOperation__ArgumentsAssignment_4_0 : ( ruleVarDecl ) ;
public final void rule__StandardOperation__ArgumentsAssignment_4_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24905:1: ( ( ruleVarDecl ) )
- // InternalRoom.g:24906:1: ( ruleVarDecl )
+ // InternalRoom.g:24820:1: ( ( ruleVarDecl ) )
+ // InternalRoom.g:24821:1: ( ruleVarDecl )
{
- // InternalRoom.g:24906:1: ( ruleVarDecl )
- // InternalRoom.g:24907:1: ruleVarDecl
+ // InternalRoom.g:24821:1: ( ruleVarDecl )
+ // InternalRoom.g:24822:1: ruleVarDecl
{
before(grammarAccess.getStandardOperationAccess().getArgumentsVarDeclParserRuleCall_4_0_0());
pushFollow(FOLLOW_2);
@@ -67719,17 +67528,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__ArgumentsAssignment_4_1_1"
- // InternalRoom.g:24916:1: rule__StandardOperation__ArgumentsAssignment_4_1_1 : ( ruleVarDecl ) ;
+ // InternalRoom.g:24831:1: rule__StandardOperation__ArgumentsAssignment_4_1_1 : ( ruleVarDecl ) ;
public final void rule__StandardOperation__ArgumentsAssignment_4_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24920:1: ( ( ruleVarDecl ) )
- // InternalRoom.g:24921:1: ( ruleVarDecl )
+ // InternalRoom.g:24835:1: ( ( ruleVarDecl ) )
+ // InternalRoom.g:24836:1: ( ruleVarDecl )
{
- // InternalRoom.g:24921:1: ( ruleVarDecl )
- // InternalRoom.g:24922:1: ruleVarDecl
+ // InternalRoom.g:24836:1: ( ruleVarDecl )
+ // InternalRoom.g:24837:1: ruleVarDecl
{
before(grammarAccess.getStandardOperationAccess().getArgumentsVarDeclParserRuleCall_4_1_1_0());
pushFollow(FOLLOW_2);
@@ -67760,17 +67569,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__ReturnTypeAssignment_6_1_1"
- // InternalRoom.g:24931:1: rule__StandardOperation__ReturnTypeAssignment_6_1_1 : ( ruleRefableType ) ;
+ // InternalRoom.g:24846:1: rule__StandardOperation__ReturnTypeAssignment_6_1_1 : ( ruleRefableType ) ;
public final void rule__StandardOperation__ReturnTypeAssignment_6_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24935:1: ( ( ruleRefableType ) )
- // InternalRoom.g:24936:1: ( ruleRefableType )
+ // InternalRoom.g:24850:1: ( ( ruleRefableType ) )
+ // InternalRoom.g:24851:1: ( ruleRefableType )
{
- // InternalRoom.g:24936:1: ( ruleRefableType )
- // InternalRoom.g:24937:1: ruleRefableType
+ // InternalRoom.g:24851:1: ( ruleRefableType )
+ // InternalRoom.g:24852:1: ruleRefableType
{
before(grammarAccess.getStandardOperationAccess().getReturnTypeRefableTypeParserRuleCall_6_1_1_0());
pushFollow(FOLLOW_2);
@@ -67801,17 +67610,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__DocuAssignment_7"
- // InternalRoom.g:24946:1: rule__StandardOperation__DocuAssignment_7 : ( ruleDocumentation ) ;
+ // InternalRoom.g:24861:1: rule__StandardOperation__DocuAssignment_7 : ( ruleDocumentation ) ;
public final void rule__StandardOperation__DocuAssignment_7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24950:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:24951:1: ( ruleDocumentation )
+ // InternalRoom.g:24865:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:24866:1: ( ruleDocumentation )
{
- // InternalRoom.g:24951:1: ( ruleDocumentation )
- // InternalRoom.g:24952:1: ruleDocumentation
+ // InternalRoom.g:24866:1: ( ruleDocumentation )
+ // InternalRoom.g:24867:1: ruleDocumentation
{
before(grammarAccess.getStandardOperationAccess().getDocuDocumentationParserRuleCall_7_0());
pushFollow(FOLLOW_2);
@@ -67842,17 +67651,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StandardOperation__DetailCodeAssignment_8"
- // InternalRoom.g:24961:1: rule__StandardOperation__DetailCodeAssignment_8 : ( ruleDetailCode ) ;
+ // InternalRoom.g:24876:1: rule__StandardOperation__DetailCodeAssignment_8 : ( ruleDetailCode ) ;
public final void rule__StandardOperation__DetailCodeAssignment_8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24965:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:24966:1: ( ruleDetailCode )
+ // InternalRoom.g:24880:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:24881:1: ( ruleDetailCode )
{
- // InternalRoom.g:24966:1: ( ruleDetailCode )
- // InternalRoom.g:24967:1: ruleDetailCode
+ // InternalRoom.g:24881:1: ( ruleDetailCode )
+ // InternalRoom.g:24882:1: ruleDetailCode
{
before(grammarAccess.getStandardOperationAccess().getDetailCodeDetailCodeParserRuleCall_8_0());
pushFollow(FOLLOW_2);
@@ -67883,17 +67692,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__NameAssignment_1"
- // InternalRoom.g:24976:1: rule__PortOperation__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:24891:1: rule__PortOperation__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__PortOperation__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24980:1: ( ( RULE_ID ) )
- // InternalRoom.g:24981:1: ( RULE_ID )
+ // InternalRoom.g:24895:1: ( ( RULE_ID ) )
+ // InternalRoom.g:24896:1: ( RULE_ID )
{
- // InternalRoom.g:24981:1: ( RULE_ID )
- // InternalRoom.g:24982:1: RULE_ID
+ // InternalRoom.g:24896:1: ( RULE_ID )
+ // InternalRoom.g:24897:1: RULE_ID
{
before(grammarAccess.getPortOperationAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -67920,17 +67729,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__ArgumentsAssignment_3_0"
- // InternalRoom.g:24991:1: rule__PortOperation__ArgumentsAssignment_3_0 : ( ruleVarDecl ) ;
+ // InternalRoom.g:24906:1: rule__PortOperation__ArgumentsAssignment_3_0 : ( ruleVarDecl ) ;
public final void rule__PortOperation__ArgumentsAssignment_3_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:24995:1: ( ( ruleVarDecl ) )
- // InternalRoom.g:24996:1: ( ruleVarDecl )
+ // InternalRoom.g:24910:1: ( ( ruleVarDecl ) )
+ // InternalRoom.g:24911:1: ( ruleVarDecl )
{
- // InternalRoom.g:24996:1: ( ruleVarDecl )
- // InternalRoom.g:24997:1: ruleVarDecl
+ // InternalRoom.g:24911:1: ( ruleVarDecl )
+ // InternalRoom.g:24912:1: ruleVarDecl
{
before(grammarAccess.getPortOperationAccess().getArgumentsVarDeclParserRuleCall_3_0_0());
pushFollow(FOLLOW_2);
@@ -67961,17 +67770,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__ArgumentsAssignment_3_1_1"
- // InternalRoom.g:25006:1: rule__PortOperation__ArgumentsAssignment_3_1_1 : ( ruleVarDecl ) ;
+ // InternalRoom.g:24921:1: rule__PortOperation__ArgumentsAssignment_3_1_1 : ( ruleVarDecl ) ;
public final void rule__PortOperation__ArgumentsAssignment_3_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25010:1: ( ( ruleVarDecl ) )
- // InternalRoom.g:25011:1: ( ruleVarDecl )
+ // InternalRoom.g:24925:1: ( ( ruleVarDecl ) )
+ // InternalRoom.g:24926:1: ( ruleVarDecl )
{
- // InternalRoom.g:25011:1: ( ruleVarDecl )
- // InternalRoom.g:25012:1: ruleVarDecl
+ // InternalRoom.g:24926:1: ( ruleVarDecl )
+ // InternalRoom.g:24927:1: ruleVarDecl
{
before(grammarAccess.getPortOperationAccess().getArgumentsVarDeclParserRuleCall_3_1_1_0());
pushFollow(FOLLOW_2);
@@ -68002,17 +67811,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__ReturnTypeAssignment_5_0_1_1"
- // InternalRoom.g:25021:1: rule__PortOperation__ReturnTypeAssignment_5_0_1_1 : ( ruleRefableType ) ;
+ // InternalRoom.g:24936:1: rule__PortOperation__ReturnTypeAssignment_5_0_1_1 : ( ruleRefableType ) ;
public final void rule__PortOperation__ReturnTypeAssignment_5_0_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25025:1: ( ( ruleRefableType ) )
- // InternalRoom.g:25026:1: ( ruleRefableType )
+ // InternalRoom.g:24940:1: ( ( ruleRefableType ) )
+ // InternalRoom.g:24941:1: ( ruleRefableType )
{
- // InternalRoom.g:25026:1: ( ruleRefableType )
- // InternalRoom.g:25027:1: ruleRefableType
+ // InternalRoom.g:24941:1: ( ruleRefableType )
+ // InternalRoom.g:24942:1: ruleRefableType
{
before(grammarAccess.getPortOperationAccess().getReturnTypeRefableTypeParserRuleCall_5_0_1_1_0());
pushFollow(FOLLOW_2);
@@ -68043,21 +67852,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__SendsMsgAssignment_5_1_1"
- // InternalRoom.g:25036:1: rule__PortOperation__SendsMsgAssignment_5_1_1 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:24951:1: rule__PortOperation__SendsMsgAssignment_5_1_1 : ( ( RULE_ID ) ) ;
public final void rule__PortOperation__SendsMsgAssignment_5_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25040:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:25041:1: ( ( RULE_ID ) )
+ // InternalRoom.g:24955:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:24956:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:25041:1: ( ( RULE_ID ) )
- // InternalRoom.g:25042:1: ( RULE_ID )
+ // InternalRoom.g:24956:1: ( ( RULE_ID ) )
+ // InternalRoom.g:24957:1: ( RULE_ID )
{
before(grammarAccess.getPortOperationAccess().getSendsMsgMessageCrossReference_5_1_1_0());
- // InternalRoom.g:25043:1: ( RULE_ID )
- // InternalRoom.g:25044:1: RULE_ID
+ // InternalRoom.g:24958:1: ( RULE_ID )
+ // InternalRoom.g:24959:1: RULE_ID
{
before(grammarAccess.getPortOperationAccess().getSendsMsgMessageIDTerminalRuleCall_5_1_1_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -68088,17 +67897,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__DocuAssignment_6"
- // InternalRoom.g:25055:1: rule__PortOperation__DocuAssignment_6 : ( ruleDocumentation ) ;
+ // InternalRoom.g:24970:1: rule__PortOperation__DocuAssignment_6 : ( ruleDocumentation ) ;
public final void rule__PortOperation__DocuAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25059:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:25060:1: ( ruleDocumentation )
+ // InternalRoom.g:24974:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:24975:1: ( ruleDocumentation )
{
- // InternalRoom.g:25060:1: ( ruleDocumentation )
- // InternalRoom.g:25061:1: ruleDocumentation
+ // InternalRoom.g:24975:1: ( ruleDocumentation )
+ // InternalRoom.g:24976:1: ruleDocumentation
{
before(grammarAccess.getPortOperationAccess().getDocuDocumentationParserRuleCall_6_0());
pushFollow(FOLLOW_2);
@@ -68129,17 +67938,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortOperation__DetailCodeAssignment_7"
- // InternalRoom.g:25070:1: rule__PortOperation__DetailCodeAssignment_7 : ( ruleDetailCode ) ;
+ // InternalRoom.g:24985:1: rule__PortOperation__DetailCodeAssignment_7 : ( ruleDetailCode ) ;
public final void rule__PortOperation__DetailCodeAssignment_7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25074:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:25075:1: ( ruleDetailCode )
+ // InternalRoom.g:24989:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:24990:1: ( ruleDetailCode )
{
- // InternalRoom.g:25075:1: ( ruleDetailCode )
- // InternalRoom.g:25076:1: ruleDetailCode
+ // InternalRoom.g:24990:1: ( ruleDetailCode )
+ // InternalRoom.g:24991:1: ruleDetailCode
{
before(grammarAccess.getPortOperationAccess().getDetailCodeDetailCodeParserRuleCall_7_0());
pushFollow(FOLLOW_2);
@@ -68170,21 +67979,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ClassStructor__NameAssignment_0"
- // InternalRoom.g:25085:1: rule__ClassStructor__NameAssignment_0 : ( ( rule__ClassStructor__NameAlternatives_0_0 ) ) ;
+ // InternalRoom.g:25000:1: rule__ClassStructor__NameAssignment_0 : ( ( rule__ClassStructor__NameAlternatives_0_0 ) ) ;
public final void rule__ClassStructor__NameAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25089:1: ( ( ( rule__ClassStructor__NameAlternatives_0_0 ) ) )
- // InternalRoom.g:25090:1: ( ( rule__ClassStructor__NameAlternatives_0_0 ) )
+ // InternalRoom.g:25004:1: ( ( ( rule__ClassStructor__NameAlternatives_0_0 ) ) )
+ // InternalRoom.g:25005:1: ( ( rule__ClassStructor__NameAlternatives_0_0 ) )
{
- // InternalRoom.g:25090:1: ( ( rule__ClassStructor__NameAlternatives_0_0 ) )
- // InternalRoom.g:25091:1: ( rule__ClassStructor__NameAlternatives_0_0 )
+ // InternalRoom.g:25005:1: ( ( rule__ClassStructor__NameAlternatives_0_0 ) )
+ // InternalRoom.g:25006:1: ( rule__ClassStructor__NameAlternatives_0_0 )
{
before(grammarAccess.getClassStructorAccess().getNameAlternatives_0_0());
- // InternalRoom.g:25092:1: ( rule__ClassStructor__NameAlternatives_0_0 )
- // InternalRoom.g:25092:2: rule__ClassStructor__NameAlternatives_0_0
+ // InternalRoom.g:25007:1: ( rule__ClassStructor__NameAlternatives_0_0 )
+ // InternalRoom.g:25007:2: rule__ClassStructor__NameAlternatives_0_0
{
pushFollow(FOLLOW_2);
rule__ClassStructor__NameAlternatives_0_0();
@@ -68217,17 +68026,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ClassStructor__DetailCodeAssignment_1"
- // InternalRoom.g:25101:1: rule__ClassStructor__DetailCodeAssignment_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:25016:1: rule__ClassStructor__DetailCodeAssignment_1 : ( ruleDetailCode ) ;
public final void rule__ClassStructor__DetailCodeAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25105:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:25106:1: ( ruleDetailCode )
+ // InternalRoom.g:25020:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:25021:1: ( ruleDetailCode )
{
- // InternalRoom.g:25106:1: ( ruleDetailCode )
- // InternalRoom.g:25107:1: ruleDetailCode
+ // InternalRoom.g:25021:1: ( ruleDetailCode )
+ // InternalRoom.g:25022:1: ruleDetailCode
{
before(grammarAccess.getClassStructorAccess().getDetailCodeDetailCodeParserRuleCall_1_0());
pushFollow(FOLLOW_2);
@@ -68258,17 +68067,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__CommTypeAssignment_0"
- // InternalRoom.g:25116:1: rule__ProtocolClass__CommTypeAssignment_0 : ( ruleCommunicationType ) ;
+ // InternalRoom.g:25031:1: rule__ProtocolClass__CommTypeAssignment_0 : ( ruleCommunicationType ) ;
public final void rule__ProtocolClass__CommTypeAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25120:1: ( ( ruleCommunicationType ) )
- // InternalRoom.g:25121:1: ( ruleCommunicationType )
+ // InternalRoom.g:25035:1: ( ( ruleCommunicationType ) )
+ // InternalRoom.g:25036:1: ( ruleCommunicationType )
{
- // InternalRoom.g:25121:1: ( ruleCommunicationType )
- // InternalRoom.g:25122:1: ruleCommunicationType
+ // InternalRoom.g:25036:1: ( ruleCommunicationType )
+ // InternalRoom.g:25037:1: ruleCommunicationType
{
before(grammarAccess.getProtocolClassAccess().getCommTypeCommunicationTypeEnumRuleCall_0_0());
pushFollow(FOLLOW_2);
@@ -68299,17 +68108,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__NameAssignment_2"
- // InternalRoom.g:25131:1: rule__ProtocolClass__NameAssignment_2 : ( RULE_ID ) ;
+ // InternalRoom.g:25046:1: rule__ProtocolClass__NameAssignment_2 : ( RULE_ID ) ;
public final void rule__ProtocolClass__NameAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25135:1: ( ( RULE_ID ) )
- // InternalRoom.g:25136:1: ( RULE_ID )
+ // InternalRoom.g:25050:1: ( ( RULE_ID ) )
+ // InternalRoom.g:25051:1: ( RULE_ID )
{
- // InternalRoom.g:25136:1: ( RULE_ID )
- // InternalRoom.g:25137:1: RULE_ID
+ // InternalRoom.g:25051:1: ( RULE_ID )
+ // InternalRoom.g:25052:1: RULE_ID
{
before(grammarAccess.getProtocolClassAccess().getNameIDTerminalRuleCall_2_0());
match(input,RULE_ID,FOLLOW_2);
@@ -68336,17 +68145,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__DocuAssignment_3"
- // InternalRoom.g:25146:1: rule__ProtocolClass__DocuAssignment_3 : ( ruleDocumentation ) ;
+ // InternalRoom.g:25061:1: rule__ProtocolClass__DocuAssignment_3 : ( ruleDocumentation ) ;
public final void rule__ProtocolClass__DocuAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25150:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:25151:1: ( ruleDocumentation )
+ // InternalRoom.g:25065:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:25066:1: ( ruleDocumentation )
{
- // InternalRoom.g:25151:1: ( ruleDocumentation )
- // InternalRoom.g:25152:1: ruleDocumentation
+ // InternalRoom.g:25066:1: ( ruleDocumentation )
+ // InternalRoom.g:25067:1: ruleDocumentation
{
before(grammarAccess.getProtocolClassAccess().getDocuDocumentationParserRuleCall_3_0());
pushFollow(FOLLOW_2);
@@ -68377,21 +68186,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__BaseAssignment_4_1"
- // InternalRoom.g:25161:1: rule__ProtocolClass__BaseAssignment_4_1 : ( ( ruleFQN ) ) ;
+ // InternalRoom.g:25076:1: rule__ProtocolClass__BaseAssignment_4_1 : ( ( ruleFQN ) ) ;
public final void rule__ProtocolClass__BaseAssignment_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25165:1: ( ( ( ruleFQN ) ) )
- // InternalRoom.g:25166:1: ( ( ruleFQN ) )
+ // InternalRoom.g:25080:1: ( ( ( ruleFQN ) ) )
+ // InternalRoom.g:25081:1: ( ( ruleFQN ) )
{
- // InternalRoom.g:25166:1: ( ( ruleFQN ) )
- // InternalRoom.g:25167:1: ( ruleFQN )
+ // InternalRoom.g:25081:1: ( ( ruleFQN ) )
+ // InternalRoom.g:25082:1: ( ruleFQN )
{
before(grammarAccess.getProtocolClassAccess().getBaseProtocolClassCrossReference_4_1_0());
- // InternalRoom.g:25168:1: ( ruleFQN )
- // InternalRoom.g:25169:1: ruleFQN
+ // InternalRoom.g:25083:1: ( ruleFQN )
+ // InternalRoom.g:25084:1: ruleFQN
{
before(grammarAccess.getProtocolClassAccess().getBaseProtocolClassFQNParserRuleCall_4_1_0_1());
pushFollow(FOLLOW_2);
@@ -68426,17 +68235,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__AnnotationsAssignment_6"
- // InternalRoom.g:25180:1: rule__ProtocolClass__AnnotationsAssignment_6 : ( ruleAnnotation ) ;
+ // InternalRoom.g:25095:1: rule__ProtocolClass__AnnotationsAssignment_6 : ( ruleAnnotation ) ;
public final void rule__ProtocolClass__AnnotationsAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25184:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:25185:1: ( ruleAnnotation )
+ // InternalRoom.g:25099:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:25100:1: ( ruleAnnotation )
{
- // InternalRoom.g:25185:1: ( ruleAnnotation )
- // InternalRoom.g:25186:1: ruleAnnotation
+ // InternalRoom.g:25100:1: ( ruleAnnotation )
+ // InternalRoom.g:25101:1: ruleAnnotation
{
before(grammarAccess.getProtocolClassAccess().getAnnotationsAnnotationParserRuleCall_6_0());
pushFollow(FOLLOW_2);
@@ -68467,17 +68276,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__UserCode1Assignment_7_1"
- // InternalRoom.g:25195:1: rule__ProtocolClass__UserCode1Assignment_7_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:25110:1: rule__ProtocolClass__UserCode1Assignment_7_1 : ( ruleDetailCode ) ;
public final void rule__ProtocolClass__UserCode1Assignment_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25199:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:25200:1: ( ruleDetailCode )
+ // InternalRoom.g:25114:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:25115:1: ( ruleDetailCode )
{
- // InternalRoom.g:25200:1: ( ruleDetailCode )
- // InternalRoom.g:25201:1: ruleDetailCode
+ // InternalRoom.g:25115:1: ( ruleDetailCode )
+ // InternalRoom.g:25116:1: ruleDetailCode
{
before(grammarAccess.getProtocolClassAccess().getUserCode1DetailCodeParserRuleCall_7_1_0());
pushFollow(FOLLOW_2);
@@ -68508,17 +68317,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__UserCode2Assignment_8_1"
- // InternalRoom.g:25210:1: rule__ProtocolClass__UserCode2Assignment_8_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:25125:1: rule__ProtocolClass__UserCode2Assignment_8_1 : ( ruleDetailCode ) ;
public final void rule__ProtocolClass__UserCode2Assignment_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25214:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:25215:1: ( ruleDetailCode )
+ // InternalRoom.g:25129:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:25130:1: ( ruleDetailCode )
{
- // InternalRoom.g:25215:1: ( ruleDetailCode )
- // InternalRoom.g:25216:1: ruleDetailCode
+ // InternalRoom.g:25130:1: ( ruleDetailCode )
+ // InternalRoom.g:25131:1: ruleDetailCode
{
before(grammarAccess.getProtocolClassAccess().getUserCode2DetailCodeParserRuleCall_8_1_0());
pushFollow(FOLLOW_2);
@@ -68549,17 +68358,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__UserCode3Assignment_9_1"
- // InternalRoom.g:25225:1: rule__ProtocolClass__UserCode3Assignment_9_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:25140:1: rule__ProtocolClass__UserCode3Assignment_9_1 : ( ruleDetailCode ) ;
public final void rule__ProtocolClass__UserCode3Assignment_9_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25229:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:25230:1: ( ruleDetailCode )
+ // InternalRoom.g:25144:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:25145:1: ( ruleDetailCode )
{
- // InternalRoom.g:25230:1: ( ruleDetailCode )
- // InternalRoom.g:25231:1: ruleDetailCode
+ // InternalRoom.g:25145:1: ( ruleDetailCode )
+ // InternalRoom.g:25146:1: ruleDetailCode
{
before(grammarAccess.getProtocolClassAccess().getUserCode3DetailCodeParserRuleCall_9_1_0());
pushFollow(FOLLOW_2);
@@ -68590,17 +68399,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__IncomingMessagesAssignment_10_2"
- // InternalRoom.g:25240:1: rule__ProtocolClass__IncomingMessagesAssignment_10_2 : ( ruleMessage ) ;
+ // InternalRoom.g:25155:1: rule__ProtocolClass__IncomingMessagesAssignment_10_2 : ( ruleMessage ) ;
public final void rule__ProtocolClass__IncomingMessagesAssignment_10_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25244:1: ( ( ruleMessage ) )
- // InternalRoom.g:25245:1: ( ruleMessage )
+ // InternalRoom.g:25159:1: ( ( ruleMessage ) )
+ // InternalRoom.g:25160:1: ( ruleMessage )
{
- // InternalRoom.g:25245:1: ( ruleMessage )
- // InternalRoom.g:25246:1: ruleMessage
+ // InternalRoom.g:25160:1: ( ruleMessage )
+ // InternalRoom.g:25161:1: ruleMessage
{
before(grammarAccess.getProtocolClassAccess().getIncomingMessagesMessageParserRuleCall_10_2_0());
pushFollow(FOLLOW_2);
@@ -68631,17 +68440,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__OutgoingMessagesAssignment_11_2"
- // InternalRoom.g:25255:1: rule__ProtocolClass__OutgoingMessagesAssignment_11_2 : ( ruleMessage ) ;
+ // InternalRoom.g:25170:1: rule__ProtocolClass__OutgoingMessagesAssignment_11_2 : ( ruleMessage ) ;
public final void rule__ProtocolClass__OutgoingMessagesAssignment_11_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25259:1: ( ( ruleMessage ) )
- // InternalRoom.g:25260:1: ( ruleMessage )
+ // InternalRoom.g:25174:1: ( ( ruleMessage ) )
+ // InternalRoom.g:25175:1: ( ruleMessage )
{
- // InternalRoom.g:25260:1: ( ruleMessage )
- // InternalRoom.g:25261:1: ruleMessage
+ // InternalRoom.g:25175:1: ( ruleMessage )
+ // InternalRoom.g:25176:1: ruleMessage
{
before(grammarAccess.getProtocolClassAccess().getOutgoingMessagesMessageParserRuleCall_11_2_0());
pushFollow(FOLLOW_2);
@@ -68672,17 +68481,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__RegularAssignment_12_2"
- // InternalRoom.g:25270:1: rule__ProtocolClass__RegularAssignment_12_2 : ( rulePortClass ) ;
+ // InternalRoom.g:25185:1: rule__ProtocolClass__RegularAssignment_12_2 : ( rulePortClass ) ;
public final void rule__ProtocolClass__RegularAssignment_12_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25274:1: ( ( rulePortClass ) )
- // InternalRoom.g:25275:1: ( rulePortClass )
+ // InternalRoom.g:25189:1: ( ( rulePortClass ) )
+ // InternalRoom.g:25190:1: ( rulePortClass )
{
- // InternalRoom.g:25275:1: ( rulePortClass )
- // InternalRoom.g:25276:1: rulePortClass
+ // InternalRoom.g:25190:1: ( rulePortClass )
+ // InternalRoom.g:25191:1: rulePortClass
{
before(grammarAccess.getProtocolClassAccess().getRegularPortClassParserRuleCall_12_2_0());
pushFollow(FOLLOW_2);
@@ -68713,17 +68522,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__ConjugatedAssignment_13_2"
- // InternalRoom.g:25285:1: rule__ProtocolClass__ConjugatedAssignment_13_2 : ( rulePortClass ) ;
+ // InternalRoom.g:25200:1: rule__ProtocolClass__ConjugatedAssignment_13_2 : ( rulePortClass ) ;
public final void rule__ProtocolClass__ConjugatedAssignment_13_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25289:1: ( ( rulePortClass ) )
- // InternalRoom.g:25290:1: ( rulePortClass )
+ // InternalRoom.g:25204:1: ( ( rulePortClass ) )
+ // InternalRoom.g:25205:1: ( rulePortClass )
{
- // InternalRoom.g:25290:1: ( rulePortClass )
- // InternalRoom.g:25291:1: rulePortClass
+ // InternalRoom.g:25205:1: ( rulePortClass )
+ // InternalRoom.g:25206:1: rulePortClass
{
before(grammarAccess.getProtocolClassAccess().getConjugatedPortClassParserRuleCall_13_2_0());
pushFollow(FOLLOW_2);
@@ -68754,17 +68563,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolClass__SemanticsAssignment_14"
- // InternalRoom.g:25300:1: rule__ProtocolClass__SemanticsAssignment_14 : ( ruleProtocolSemantics ) ;
+ // InternalRoom.g:25215:1: rule__ProtocolClass__SemanticsAssignment_14 : ( ruleProtocolSemantics ) ;
public final void rule__ProtocolClass__SemanticsAssignment_14() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25304:1: ( ( ruleProtocolSemantics ) )
- // InternalRoom.g:25305:1: ( ruleProtocolSemantics )
+ // InternalRoom.g:25219:1: ( ( ruleProtocolSemantics ) )
+ // InternalRoom.g:25220:1: ( ruleProtocolSemantics )
{
- // InternalRoom.g:25305:1: ( ruleProtocolSemantics )
- // InternalRoom.g:25306:1: ruleProtocolSemantics
+ // InternalRoom.g:25220:1: ( ruleProtocolSemantics )
+ // InternalRoom.g:25221:1: ruleProtocolSemantics
{
before(grammarAccess.getProtocolClassAccess().getSemanticsProtocolSemanticsParserRuleCall_14_0());
pushFollow(FOLLOW_2);
@@ -68795,17 +68604,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__NameAssignment_1"
- // InternalRoom.g:25315:1: rule__CompoundProtocolClass__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:25230:1: rule__CompoundProtocolClass__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__CompoundProtocolClass__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25319:1: ( ( RULE_ID ) )
- // InternalRoom.g:25320:1: ( RULE_ID )
+ // InternalRoom.g:25234:1: ( ( RULE_ID ) )
+ // InternalRoom.g:25235:1: ( RULE_ID )
{
- // InternalRoom.g:25320:1: ( RULE_ID )
- // InternalRoom.g:25321:1: RULE_ID
+ // InternalRoom.g:25235:1: ( RULE_ID )
+ // InternalRoom.g:25236:1: RULE_ID
{
before(grammarAccess.getCompoundProtocolClassAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -68832,17 +68641,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__DocuAssignment_2"
- // InternalRoom.g:25330:1: rule__CompoundProtocolClass__DocuAssignment_2 : ( ruleDocumentation ) ;
+ // InternalRoom.g:25245:1: rule__CompoundProtocolClass__DocuAssignment_2 : ( ruleDocumentation ) ;
public final void rule__CompoundProtocolClass__DocuAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25334:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:25335:1: ( ruleDocumentation )
+ // InternalRoom.g:25249:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:25250:1: ( ruleDocumentation )
{
- // InternalRoom.g:25335:1: ( ruleDocumentation )
- // InternalRoom.g:25336:1: ruleDocumentation
+ // InternalRoom.g:25250:1: ( ruleDocumentation )
+ // InternalRoom.g:25251:1: ruleDocumentation
{
before(grammarAccess.getCompoundProtocolClassAccess().getDocuDocumentationParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -68873,17 +68682,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__AnnotationsAssignment_4"
- // InternalRoom.g:25345:1: rule__CompoundProtocolClass__AnnotationsAssignment_4 : ( ruleAnnotation ) ;
+ // InternalRoom.g:25260:1: rule__CompoundProtocolClass__AnnotationsAssignment_4 : ( ruleAnnotation ) ;
public final void rule__CompoundProtocolClass__AnnotationsAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25349:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:25350:1: ( ruleAnnotation )
+ // InternalRoom.g:25264:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:25265:1: ( ruleAnnotation )
{
- // InternalRoom.g:25350:1: ( ruleAnnotation )
- // InternalRoom.g:25351:1: ruleAnnotation
+ // InternalRoom.g:25265:1: ( ruleAnnotation )
+ // InternalRoom.g:25266:1: ruleAnnotation
{
before(grammarAccess.getCompoundProtocolClassAccess().getAnnotationsAnnotationParserRuleCall_4_0());
pushFollow(FOLLOW_2);
@@ -68914,17 +68723,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CompoundProtocolClass__SubProtocolsAssignment_5"
- // InternalRoom.g:25360:1: rule__CompoundProtocolClass__SubProtocolsAssignment_5 : ( ruleSubProtocol ) ;
+ // InternalRoom.g:25275:1: rule__CompoundProtocolClass__SubProtocolsAssignment_5 : ( ruleSubProtocol ) ;
public final void rule__CompoundProtocolClass__SubProtocolsAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25364:1: ( ( ruleSubProtocol ) )
- // InternalRoom.g:25365:1: ( ruleSubProtocol )
+ // InternalRoom.g:25279:1: ( ( ruleSubProtocol ) )
+ // InternalRoom.g:25280:1: ( ruleSubProtocol )
{
- // InternalRoom.g:25365:1: ( ruleSubProtocol )
- // InternalRoom.g:25366:1: ruleSubProtocol
+ // InternalRoom.g:25280:1: ( ruleSubProtocol )
+ // InternalRoom.g:25281:1: ruleSubProtocol
{
before(grammarAccess.getCompoundProtocolClassAccess().getSubProtocolsSubProtocolParserRuleCall_5_0());
pushFollow(FOLLOW_2);
@@ -68955,17 +68764,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubProtocol__NameAssignment_1"
- // InternalRoom.g:25375:1: rule__SubProtocol__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:25290:1: rule__SubProtocol__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__SubProtocol__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25379:1: ( ( RULE_ID ) )
- // InternalRoom.g:25380:1: ( RULE_ID )
+ // InternalRoom.g:25294:1: ( ( RULE_ID ) )
+ // InternalRoom.g:25295:1: ( RULE_ID )
{
- // InternalRoom.g:25380:1: ( RULE_ID )
- // InternalRoom.g:25381:1: RULE_ID
+ // InternalRoom.g:25295:1: ( RULE_ID )
+ // InternalRoom.g:25296:1: RULE_ID
{
before(grammarAccess.getSubProtocolAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -68992,21 +68801,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubProtocol__ProtocolAssignment_3"
- // InternalRoom.g:25390:1: rule__SubProtocol__ProtocolAssignment_3 : ( ( ruleFQN ) ) ;
+ // InternalRoom.g:25305:1: rule__SubProtocol__ProtocolAssignment_3 : ( ( ruleFQN ) ) ;
public final void rule__SubProtocol__ProtocolAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25394:1: ( ( ( ruleFQN ) ) )
- // InternalRoom.g:25395:1: ( ( ruleFQN ) )
+ // InternalRoom.g:25309:1: ( ( ( ruleFQN ) ) )
+ // InternalRoom.g:25310:1: ( ( ruleFQN ) )
{
- // InternalRoom.g:25395:1: ( ( ruleFQN ) )
- // InternalRoom.g:25396:1: ( ruleFQN )
+ // InternalRoom.g:25310:1: ( ( ruleFQN ) )
+ // InternalRoom.g:25311:1: ( ruleFQN )
{
before(grammarAccess.getSubProtocolAccess().getProtocolGeneralProtocolClassCrossReference_3_0());
- // InternalRoom.g:25397:1: ( ruleFQN )
- // InternalRoom.g:25398:1: ruleFQN
+ // InternalRoom.g:25312:1: ( ruleFQN )
+ // InternalRoom.g:25313:1: ruleFQN
{
before(grammarAccess.getSubProtocolAccess().getProtocolGeneralProtocolClassFQNParserRuleCall_3_0_1());
pushFollow(FOLLOW_2);
@@ -69041,21 +68850,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__PrivAssignment_0"
- // InternalRoom.g:25409:1: rule__Message__PrivAssignment_0 : ( ( 'private' ) ) ;
+ // InternalRoom.g:25324:1: rule__Message__PrivAssignment_0 : ( ( 'private' ) ) ;
public final void rule__Message__PrivAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25413:1: ( ( ( 'private' ) ) )
- // InternalRoom.g:25414:1: ( ( 'private' ) )
+ // InternalRoom.g:25328:1: ( ( ( 'private' ) ) )
+ // InternalRoom.g:25329:1: ( ( 'private' ) )
{
- // InternalRoom.g:25414:1: ( ( 'private' ) )
- // InternalRoom.g:25415:1: ( 'private' )
+ // InternalRoom.g:25329:1: ( ( 'private' ) )
+ // InternalRoom.g:25330:1: ( 'private' )
{
before(grammarAccess.getMessageAccess().getPrivPrivateKeyword_0_0());
- // InternalRoom.g:25416:1: ( 'private' )
- // InternalRoom.g:25417:1: 'private'
+ // InternalRoom.g:25331:1: ( 'private' )
+ // InternalRoom.g:25332:1: 'private'
{
before(grammarAccess.getMessageAccess().getPrivPrivateKeyword_0_0());
match(input,130,FOLLOW_2);
@@ -69086,17 +68895,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__NameAssignment_2"
- // InternalRoom.g:25432:1: rule__Message__NameAssignment_2 : ( RULE_ID ) ;
+ // InternalRoom.g:25347:1: rule__Message__NameAssignment_2 : ( RULE_ID ) ;
public final void rule__Message__NameAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25436:1: ( ( RULE_ID ) )
- // InternalRoom.g:25437:1: ( RULE_ID )
+ // InternalRoom.g:25351:1: ( ( RULE_ID ) )
+ // InternalRoom.g:25352:1: ( RULE_ID )
{
- // InternalRoom.g:25437:1: ( RULE_ID )
- // InternalRoom.g:25438:1: RULE_ID
+ // InternalRoom.g:25352:1: ( RULE_ID )
+ // InternalRoom.g:25353:1: RULE_ID
{
before(grammarAccess.getMessageAccess().getNameIDTerminalRuleCall_2_0());
match(input,RULE_ID,FOLLOW_2);
@@ -69123,17 +68932,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__DataAssignment_3_1"
- // InternalRoom.g:25447:1: rule__Message__DataAssignment_3_1 : ( ruleMessageData ) ;
+ // InternalRoom.g:25362:1: rule__Message__DataAssignment_3_1 : ( ruleMessageData ) ;
public final void rule__Message__DataAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25451:1: ( ( ruleMessageData ) )
- // InternalRoom.g:25452:1: ( ruleMessageData )
+ // InternalRoom.g:25366:1: ( ( ruleMessageData ) )
+ // InternalRoom.g:25367:1: ( ruleMessageData )
{
- // InternalRoom.g:25452:1: ( ruleMessageData )
- // InternalRoom.g:25453:1: ruleMessageData
+ // InternalRoom.g:25367:1: ( ruleMessageData )
+ // InternalRoom.g:25368:1: ruleMessageData
{
before(grammarAccess.getMessageAccess().getDataMessageDataParserRuleCall_3_1_0());
pushFollow(FOLLOW_2);
@@ -69164,17 +68973,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__AnnotationsAssignment_4"
- // InternalRoom.g:25462:1: rule__Message__AnnotationsAssignment_4 : ( ruleAnnotation ) ;
+ // InternalRoom.g:25377:1: rule__Message__AnnotationsAssignment_4 : ( ruleAnnotation ) ;
public final void rule__Message__AnnotationsAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25466:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:25467:1: ( ruleAnnotation )
+ // InternalRoom.g:25381:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:25382:1: ( ruleAnnotation )
{
- // InternalRoom.g:25467:1: ( ruleAnnotation )
- // InternalRoom.g:25468:1: ruleAnnotation
+ // InternalRoom.g:25382:1: ( ruleAnnotation )
+ // InternalRoom.g:25383:1: ruleAnnotation
{
before(grammarAccess.getMessageAccess().getAnnotationsAnnotationParserRuleCall_4_0());
pushFollow(FOLLOW_2);
@@ -69205,17 +69014,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Message__DocuAssignment_5"
- // InternalRoom.g:25477:1: rule__Message__DocuAssignment_5 : ( ruleDocumentation ) ;
+ // InternalRoom.g:25392:1: rule__Message__DocuAssignment_5 : ( ruleDocumentation ) ;
public final void rule__Message__DocuAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25481:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:25482:1: ( ruleDocumentation )
+ // InternalRoom.g:25396:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:25397:1: ( ruleDocumentation )
{
- // InternalRoom.g:25482:1: ( ruleDocumentation )
- // InternalRoom.g:25483:1: ruleDocumentation
+ // InternalRoom.g:25397:1: ( ruleDocumentation )
+ // InternalRoom.g:25398:1: ruleDocumentation
{
before(grammarAccess.getMessageAccess().getDocuDocumentationParserRuleCall_5_0());
pushFollow(FOLLOW_2);
@@ -69246,17 +69055,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__UserCodeAssignment_2_1"
- // InternalRoom.g:25492:1: rule__PortClass__UserCodeAssignment_2_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:25407:1: rule__PortClass__UserCodeAssignment_2_1 : ( ruleDetailCode ) ;
public final void rule__PortClass__UserCodeAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25496:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:25497:1: ( ruleDetailCode )
+ // InternalRoom.g:25411:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:25412:1: ( ruleDetailCode )
{
- // InternalRoom.g:25497:1: ( ruleDetailCode )
- // InternalRoom.g:25498:1: ruleDetailCode
+ // InternalRoom.g:25412:1: ( ruleDetailCode )
+ // InternalRoom.g:25413:1: ruleDetailCode
{
before(grammarAccess.getPortClassAccess().getUserCodeDetailCodeParserRuleCall_2_1_0());
pushFollow(FOLLOW_2);
@@ -69287,17 +69096,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__MsgHandlersAssignment_3_0"
- // InternalRoom.g:25507:1: rule__PortClass__MsgHandlersAssignment_3_0 : ( ruleMessageHandler ) ;
+ // InternalRoom.g:25422:1: rule__PortClass__MsgHandlersAssignment_3_0 : ( ruleMessageHandler ) ;
public final void rule__PortClass__MsgHandlersAssignment_3_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25511:1: ( ( ruleMessageHandler ) )
- // InternalRoom.g:25512:1: ( ruleMessageHandler )
+ // InternalRoom.g:25426:1: ( ( ruleMessageHandler ) )
+ // InternalRoom.g:25427:1: ( ruleMessageHandler )
{
- // InternalRoom.g:25512:1: ( ruleMessageHandler )
- // InternalRoom.g:25513:1: ruleMessageHandler
+ // InternalRoom.g:25427:1: ( ruleMessageHandler )
+ // InternalRoom.g:25428:1: ruleMessageHandler
{
before(grammarAccess.getPortClassAccess().getMsgHandlersMessageHandlerParserRuleCall_3_0_0());
pushFollow(FOLLOW_2);
@@ -69328,17 +69137,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__OperationsAssignment_3_1"
- // InternalRoom.g:25522:1: rule__PortClass__OperationsAssignment_3_1 : ( rulePortOperation ) ;
+ // InternalRoom.g:25437:1: rule__PortClass__OperationsAssignment_3_1 : ( rulePortOperation ) ;
public final void rule__PortClass__OperationsAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25526:1: ( ( rulePortOperation ) )
- // InternalRoom.g:25527:1: ( rulePortOperation )
+ // InternalRoom.g:25441:1: ( ( rulePortOperation ) )
+ // InternalRoom.g:25442:1: ( rulePortOperation )
{
- // InternalRoom.g:25527:1: ( rulePortOperation )
- // InternalRoom.g:25528:1: rulePortOperation
+ // InternalRoom.g:25442:1: ( rulePortOperation )
+ // InternalRoom.g:25443:1: rulePortOperation
{
before(grammarAccess.getPortClassAccess().getOperationsPortOperationParserRuleCall_3_1_0());
pushFollow(FOLLOW_2);
@@ -69369,17 +69178,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__PortClass__AttributesAssignment_3_2"
- // InternalRoom.g:25537:1: rule__PortClass__AttributesAssignment_3_2 : ( ruleAttribute ) ;
+ // InternalRoom.g:25452:1: rule__PortClass__AttributesAssignment_3_2 : ( ruleAttribute ) ;
public final void rule__PortClass__AttributesAssignment_3_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25541:1: ( ( ruleAttribute ) )
- // InternalRoom.g:25542:1: ( ruleAttribute )
+ // InternalRoom.g:25456:1: ( ( ruleAttribute ) )
+ // InternalRoom.g:25457:1: ( ruleAttribute )
{
- // InternalRoom.g:25542:1: ( ruleAttribute )
- // InternalRoom.g:25543:1: ruleAttribute
+ // InternalRoom.g:25457:1: ( ruleAttribute )
+ // InternalRoom.g:25458:1: ruleAttribute
{
before(grammarAccess.getPortClassAccess().getAttributesAttributeParserRuleCall_3_2_0());
pushFollow(FOLLOW_2);
@@ -69410,21 +69219,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InMessageHandler__MsgAssignment_2"
- // InternalRoom.g:25552:1: rule__InMessageHandler__MsgAssignment_2 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:25467:1: rule__InMessageHandler__MsgAssignment_2 : ( ( RULE_ID ) ) ;
public final void rule__InMessageHandler__MsgAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25556:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:25557:1: ( ( RULE_ID ) )
+ // InternalRoom.g:25471:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:25472:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:25557:1: ( ( RULE_ID ) )
- // InternalRoom.g:25558:1: ( RULE_ID )
+ // InternalRoom.g:25472:1: ( ( RULE_ID ) )
+ // InternalRoom.g:25473:1: ( RULE_ID )
{
before(grammarAccess.getInMessageHandlerAccess().getMsgMessageCrossReference_2_0());
- // InternalRoom.g:25559:1: ( RULE_ID )
- // InternalRoom.g:25560:1: RULE_ID
+ // InternalRoom.g:25474:1: ( RULE_ID )
+ // InternalRoom.g:25475:1: RULE_ID
{
before(grammarAccess.getInMessageHandlerAccess().getMsgMessageIDTerminalRuleCall_2_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -69455,17 +69264,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InMessageHandler__DetailCodeAssignment_3"
- // InternalRoom.g:25571:1: rule__InMessageHandler__DetailCodeAssignment_3 : ( ruleDetailCode ) ;
+ // InternalRoom.g:25486:1: rule__InMessageHandler__DetailCodeAssignment_3 : ( ruleDetailCode ) ;
public final void rule__InMessageHandler__DetailCodeAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25575:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:25576:1: ( ruleDetailCode )
+ // InternalRoom.g:25490:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:25491:1: ( ruleDetailCode )
{
- // InternalRoom.g:25576:1: ( ruleDetailCode )
- // InternalRoom.g:25577:1: ruleDetailCode
+ // InternalRoom.g:25491:1: ( ruleDetailCode )
+ // InternalRoom.g:25492:1: ruleDetailCode
{
before(grammarAccess.getInMessageHandlerAccess().getDetailCodeDetailCodeParserRuleCall_3_0());
pushFollow(FOLLOW_2);
@@ -69496,21 +69305,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutMessageHandler__MsgAssignment_2"
- // InternalRoom.g:25586:1: rule__OutMessageHandler__MsgAssignment_2 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:25501:1: rule__OutMessageHandler__MsgAssignment_2 : ( ( RULE_ID ) ) ;
public final void rule__OutMessageHandler__MsgAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25590:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:25591:1: ( ( RULE_ID ) )
+ // InternalRoom.g:25505:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:25506:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:25591:1: ( ( RULE_ID ) )
- // InternalRoom.g:25592:1: ( RULE_ID )
+ // InternalRoom.g:25506:1: ( ( RULE_ID ) )
+ // InternalRoom.g:25507:1: ( RULE_ID )
{
before(grammarAccess.getOutMessageHandlerAccess().getMsgMessageCrossReference_2_0());
- // InternalRoom.g:25593:1: ( RULE_ID )
- // InternalRoom.g:25594:1: RULE_ID
+ // InternalRoom.g:25508:1: ( RULE_ID )
+ // InternalRoom.g:25509:1: RULE_ID
{
before(grammarAccess.getOutMessageHandlerAccess().getMsgMessageIDTerminalRuleCall_2_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -69541,17 +69350,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutMessageHandler__DetailCodeAssignment_3"
- // InternalRoom.g:25605:1: rule__OutMessageHandler__DetailCodeAssignment_3 : ( ruleDetailCode ) ;
+ // InternalRoom.g:25520:1: rule__OutMessageHandler__DetailCodeAssignment_3 : ( ruleDetailCode ) ;
public final void rule__OutMessageHandler__DetailCodeAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25609:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:25610:1: ( ruleDetailCode )
+ // InternalRoom.g:25524:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:25525:1: ( ruleDetailCode )
{
- // InternalRoom.g:25610:1: ( ruleDetailCode )
- // InternalRoom.g:25611:1: ruleDetailCode
+ // InternalRoom.g:25525:1: ( ruleDetailCode )
+ // InternalRoom.g:25526:1: ruleDetailCode
{
before(grammarAccess.getOutMessageHandlerAccess().getDetailCodeDetailCodeParserRuleCall_3_0());
pushFollow(FOLLOW_2);
@@ -69582,21 +69391,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__AbstractAssignment_0_0"
- // InternalRoom.g:25620:1: rule__ActorClass__AbstractAssignment_0_0 : ( ( 'abstract' ) ) ;
+ // InternalRoom.g:25535:1: rule__ActorClass__AbstractAssignment_0_0 : ( ( 'abstract' ) ) ;
public final void rule__ActorClass__AbstractAssignment_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25624:1: ( ( ( 'abstract' ) ) )
- // InternalRoom.g:25625:1: ( ( 'abstract' ) )
+ // InternalRoom.g:25539:1: ( ( ( 'abstract' ) ) )
+ // InternalRoom.g:25540:1: ( ( 'abstract' ) )
{
- // InternalRoom.g:25625:1: ( ( 'abstract' ) )
- // InternalRoom.g:25626:1: ( 'abstract' )
+ // InternalRoom.g:25540:1: ( ( 'abstract' ) )
+ // InternalRoom.g:25541:1: ( 'abstract' )
{
before(grammarAccess.getActorClassAccess().getAbstractAbstractKeyword_0_0_0());
- // InternalRoom.g:25627:1: ( 'abstract' )
- // InternalRoom.g:25628:1: 'abstract'
+ // InternalRoom.g:25542:1: ( 'abstract' )
+ // InternalRoom.g:25543:1: 'abstract'
{
before(grammarAccess.getActorClassAccess().getAbstractAbstractKeyword_0_0_0());
match(input,131,FOLLOW_2);
@@ -69627,17 +69436,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__CommTypeAssignment_0_1"
- // InternalRoom.g:25643:1: rule__ActorClass__CommTypeAssignment_0_1 : ( ruleComponentCommunicationType ) ;
+ // InternalRoom.g:25558:1: rule__ActorClass__CommTypeAssignment_0_1 : ( ruleComponentCommunicationType ) ;
public final void rule__ActorClass__CommTypeAssignment_0_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25647:1: ( ( ruleComponentCommunicationType ) )
- // InternalRoom.g:25648:1: ( ruleComponentCommunicationType )
+ // InternalRoom.g:25562:1: ( ( ruleComponentCommunicationType ) )
+ // InternalRoom.g:25563:1: ( ruleComponentCommunicationType )
{
- // InternalRoom.g:25648:1: ( ruleComponentCommunicationType )
- // InternalRoom.g:25649:1: ruleComponentCommunicationType
+ // InternalRoom.g:25563:1: ( ruleComponentCommunicationType )
+ // InternalRoom.g:25564:1: ruleComponentCommunicationType
{
before(grammarAccess.getActorClassAccess().getCommTypeComponentCommunicationTypeEnumRuleCall_0_1_0());
pushFollow(FOLLOW_2);
@@ -69668,17 +69477,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__NameAssignment_2"
- // InternalRoom.g:25658:1: rule__ActorClass__NameAssignment_2 : ( RULE_ID ) ;
+ // InternalRoom.g:25573:1: rule__ActorClass__NameAssignment_2 : ( RULE_ID ) ;
public final void rule__ActorClass__NameAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25662:1: ( ( RULE_ID ) )
- // InternalRoom.g:25663:1: ( RULE_ID )
+ // InternalRoom.g:25577:1: ( ( RULE_ID ) )
+ // InternalRoom.g:25578:1: ( RULE_ID )
{
- // InternalRoom.g:25663:1: ( RULE_ID )
- // InternalRoom.g:25664:1: RULE_ID
+ // InternalRoom.g:25578:1: ( RULE_ID )
+ // InternalRoom.g:25579:1: RULE_ID
{
before(grammarAccess.getActorClassAccess().getNameIDTerminalRuleCall_2_0());
match(input,RULE_ID,FOLLOW_2);
@@ -69705,17 +69514,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__DocuAssignment_3"
- // InternalRoom.g:25673:1: rule__ActorClass__DocuAssignment_3 : ( ruleDocumentation ) ;
+ // InternalRoom.g:25588:1: rule__ActorClass__DocuAssignment_3 : ( ruleDocumentation ) ;
public final void rule__ActorClass__DocuAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25677:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:25678:1: ( ruleDocumentation )
+ // InternalRoom.g:25592:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:25593:1: ( ruleDocumentation )
{
- // InternalRoom.g:25678:1: ( ruleDocumentation )
- // InternalRoom.g:25679:1: ruleDocumentation
+ // InternalRoom.g:25593:1: ( ruleDocumentation )
+ // InternalRoom.g:25594:1: ruleDocumentation
{
before(grammarAccess.getActorClassAccess().getDocuDocumentationParserRuleCall_3_0());
pushFollow(FOLLOW_2);
@@ -69746,21 +69555,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__BaseAssignment_4_1"
- // InternalRoom.g:25688:1: rule__ActorClass__BaseAssignment_4_1 : ( ( ruleFQN ) ) ;
+ // InternalRoom.g:25603:1: rule__ActorClass__BaseAssignment_4_1 : ( ( ruleFQN ) ) ;
public final void rule__ActorClass__BaseAssignment_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25692:1: ( ( ( ruleFQN ) ) )
- // InternalRoom.g:25693:1: ( ( ruleFQN ) )
+ // InternalRoom.g:25607:1: ( ( ( ruleFQN ) ) )
+ // InternalRoom.g:25608:1: ( ( ruleFQN ) )
{
- // InternalRoom.g:25693:1: ( ( ruleFQN ) )
- // InternalRoom.g:25694:1: ( ruleFQN )
+ // InternalRoom.g:25608:1: ( ( ruleFQN ) )
+ // InternalRoom.g:25609:1: ( ruleFQN )
{
before(grammarAccess.getActorClassAccess().getBaseActorClassCrossReference_4_1_0());
- // InternalRoom.g:25695:1: ( ruleFQN )
- // InternalRoom.g:25696:1: ruleFQN
+ // InternalRoom.g:25610:1: ( ruleFQN )
+ // InternalRoom.g:25611:1: ruleFQN
{
before(grammarAccess.getActorClassAccess().getBaseActorClassFQNParserRuleCall_4_1_0_1());
pushFollow(FOLLOW_2);
@@ -69795,17 +69604,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__AnnotationsAssignment_6"
- // InternalRoom.g:25707:1: rule__ActorClass__AnnotationsAssignment_6 : ( ruleAnnotation ) ;
+ // InternalRoom.g:25622:1: rule__ActorClass__AnnotationsAssignment_6 : ( ruleAnnotation ) ;
public final void rule__ActorClass__AnnotationsAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25711:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:25712:1: ( ruleAnnotation )
+ // InternalRoom.g:25626:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:25627:1: ( ruleAnnotation )
{
- // InternalRoom.g:25712:1: ( ruleAnnotation )
- // InternalRoom.g:25713:1: ruleAnnotation
+ // InternalRoom.g:25627:1: ( ruleAnnotation )
+ // InternalRoom.g:25628:1: ruleAnnotation
{
before(grammarAccess.getActorClassAccess().getAnnotationsAnnotationParserRuleCall_6_0());
pushFollow(FOLLOW_2);
@@ -69836,17 +69645,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0"
- // InternalRoom.g:25722:1: rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0 : ( ruleSPP ) ;
+ // InternalRoom.g:25637:1: rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0 : ( ruleSPP ) ;
public final void rule__ActorClass__ServiceProvisionPointsAssignment_7_2_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25726:1: ( ( ruleSPP ) )
- // InternalRoom.g:25727:1: ( ruleSPP )
+ // InternalRoom.g:25641:1: ( ( ruleSPP ) )
+ // InternalRoom.g:25642:1: ( ruleSPP )
{
- // InternalRoom.g:25727:1: ( ruleSPP )
- // InternalRoom.g:25728:1: ruleSPP
+ // InternalRoom.g:25642:1: ( ruleSPP )
+ // InternalRoom.g:25643:1: ruleSPP
{
before(grammarAccess.getActorClassAccess().getServiceProvisionPointsSPPParserRuleCall_7_2_0_0());
pushFollow(FOLLOW_2);
@@ -69877,17 +69686,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__InterfacePortsAssignment_7_2_1"
- // InternalRoom.g:25737:1: rule__ActorClass__InterfacePortsAssignment_7_2_1 : ( rulePort ) ;
+ // InternalRoom.g:25652:1: rule__ActorClass__InterfacePortsAssignment_7_2_1 : ( rulePort ) ;
public final void rule__ActorClass__InterfacePortsAssignment_7_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25741:1: ( ( rulePort ) )
- // InternalRoom.g:25742:1: ( rulePort )
+ // InternalRoom.g:25656:1: ( ( rulePort ) )
+ // InternalRoom.g:25657:1: ( rulePort )
{
- // InternalRoom.g:25742:1: ( rulePort )
- // InternalRoom.g:25743:1: rulePort
+ // InternalRoom.g:25657:1: ( rulePort )
+ // InternalRoom.g:25658:1: rulePort
{
before(grammarAccess.getActorClassAccess().getInterfacePortsPortParserRuleCall_7_2_1_0());
pushFollow(FOLLOW_2);
@@ -69918,17 +69727,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__StructureDocuAssignment_8_1"
- // InternalRoom.g:25752:1: rule__ActorClass__StructureDocuAssignment_8_1 : ( ruleDocumentation ) ;
+ // InternalRoom.g:25667:1: rule__ActorClass__StructureDocuAssignment_8_1 : ( ruleDocumentation ) ;
public final void rule__ActorClass__StructureDocuAssignment_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25756:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:25757:1: ( ruleDocumentation )
+ // InternalRoom.g:25671:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:25672:1: ( ruleDocumentation )
{
- // InternalRoom.g:25757:1: ( ruleDocumentation )
- // InternalRoom.g:25758:1: ruleDocumentation
+ // InternalRoom.g:25672:1: ( ruleDocumentation )
+ // InternalRoom.g:25673:1: ruleDocumentation
{
before(grammarAccess.getActorClassAccess().getStructureDocuDocumentationParserRuleCall_8_1_0());
pushFollow(FOLLOW_2);
@@ -69959,17 +69768,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__UserCode1Assignment_8_3_1"
- // InternalRoom.g:25767:1: rule__ActorClass__UserCode1Assignment_8_3_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:25682:1: rule__ActorClass__UserCode1Assignment_8_3_1 : ( ruleDetailCode ) ;
public final void rule__ActorClass__UserCode1Assignment_8_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25771:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:25772:1: ( ruleDetailCode )
+ // InternalRoom.g:25686:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:25687:1: ( ruleDetailCode )
{
- // InternalRoom.g:25772:1: ( ruleDetailCode )
- // InternalRoom.g:25773:1: ruleDetailCode
+ // InternalRoom.g:25687:1: ( ruleDetailCode )
+ // InternalRoom.g:25688:1: ruleDetailCode
{
before(grammarAccess.getActorClassAccess().getUserCode1DetailCodeParserRuleCall_8_3_1_0());
pushFollow(FOLLOW_2);
@@ -70000,17 +69809,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__UserCode2Assignment_8_4_1"
- // InternalRoom.g:25782:1: rule__ActorClass__UserCode2Assignment_8_4_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:25697:1: rule__ActorClass__UserCode2Assignment_8_4_1 : ( ruleDetailCode ) ;
public final void rule__ActorClass__UserCode2Assignment_8_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25786:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:25787:1: ( ruleDetailCode )
+ // InternalRoom.g:25701:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:25702:1: ( ruleDetailCode )
{
- // InternalRoom.g:25787:1: ( ruleDetailCode )
- // InternalRoom.g:25788:1: ruleDetailCode
+ // InternalRoom.g:25702:1: ( ruleDetailCode )
+ // InternalRoom.g:25703:1: ruleDetailCode
{
before(grammarAccess.getActorClassAccess().getUserCode2DetailCodeParserRuleCall_8_4_1_0());
pushFollow(FOLLOW_2);
@@ -70041,17 +69850,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__UserCode3Assignment_8_5_1"
- // InternalRoom.g:25797:1: rule__ActorClass__UserCode3Assignment_8_5_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:25712:1: rule__ActorClass__UserCode3Assignment_8_5_1 : ( ruleDetailCode ) ;
public final void rule__ActorClass__UserCode3Assignment_8_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25801:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:25802:1: ( ruleDetailCode )
+ // InternalRoom.g:25716:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:25717:1: ( ruleDetailCode )
{
- // InternalRoom.g:25802:1: ( ruleDetailCode )
- // InternalRoom.g:25803:1: ruleDetailCode
+ // InternalRoom.g:25717:1: ( ruleDetailCode )
+ // InternalRoom.g:25718:1: ruleDetailCode
{
before(grammarAccess.getActorClassAccess().getUserCode3DetailCodeParserRuleCall_8_5_1_0());
pushFollow(FOLLOW_2);
@@ -70082,17 +69891,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__ConnectionsAssignment_8_6_0"
- // InternalRoom.g:25812:1: rule__ActorClass__ConnectionsAssignment_8_6_0 : ( ruleLayerConnection ) ;
+ // InternalRoom.g:25727:1: rule__ActorClass__ConnectionsAssignment_8_6_0 : ( ruleLayerConnection ) ;
public final void rule__ActorClass__ConnectionsAssignment_8_6_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25816:1: ( ( ruleLayerConnection ) )
- // InternalRoom.g:25817:1: ( ruleLayerConnection )
+ // InternalRoom.g:25731:1: ( ( ruleLayerConnection ) )
+ // InternalRoom.g:25732:1: ( ruleLayerConnection )
{
- // InternalRoom.g:25817:1: ( ruleLayerConnection )
- // InternalRoom.g:25818:1: ruleLayerConnection
+ // InternalRoom.g:25732:1: ( ruleLayerConnection )
+ // InternalRoom.g:25733:1: ruleLayerConnection
{
before(grammarAccess.getActorClassAccess().getConnectionsLayerConnectionParserRuleCall_8_6_0_0());
pushFollow(FOLLOW_2);
@@ -70123,17 +69932,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__BindingsAssignment_8_6_1"
- // InternalRoom.g:25827:1: rule__ActorClass__BindingsAssignment_8_6_1 : ( ruleBinding ) ;
+ // InternalRoom.g:25742:1: rule__ActorClass__BindingsAssignment_8_6_1 : ( ruleBinding ) ;
public final void rule__ActorClass__BindingsAssignment_8_6_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25831:1: ( ( ruleBinding ) )
- // InternalRoom.g:25832:1: ( ruleBinding )
+ // InternalRoom.g:25746:1: ( ( ruleBinding ) )
+ // InternalRoom.g:25747:1: ( ruleBinding )
{
- // InternalRoom.g:25832:1: ( ruleBinding )
- // InternalRoom.g:25833:1: ruleBinding
+ // InternalRoom.g:25747:1: ( ruleBinding )
+ // InternalRoom.g:25748:1: ruleBinding
{
before(grammarAccess.getActorClassAccess().getBindingsBindingParserRuleCall_8_6_1_0());
pushFollow(FOLLOW_2);
@@ -70164,17 +69973,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__ServiceImplementationsAssignment_8_6_2"
- // InternalRoom.g:25842:1: rule__ActorClass__ServiceImplementationsAssignment_8_6_2 : ( ruleServiceImplementation ) ;
+ // InternalRoom.g:25757:1: rule__ActorClass__ServiceImplementationsAssignment_8_6_2 : ( ruleServiceImplementation ) ;
public final void rule__ActorClass__ServiceImplementationsAssignment_8_6_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25846:1: ( ( ruleServiceImplementation ) )
- // InternalRoom.g:25847:1: ( ruleServiceImplementation )
+ // InternalRoom.g:25761:1: ( ( ruleServiceImplementation ) )
+ // InternalRoom.g:25762:1: ( ruleServiceImplementation )
{
- // InternalRoom.g:25847:1: ( ruleServiceImplementation )
- // InternalRoom.g:25848:1: ruleServiceImplementation
+ // InternalRoom.g:25762:1: ( ruleServiceImplementation )
+ // InternalRoom.g:25763:1: ruleServiceImplementation
{
before(grammarAccess.getActorClassAccess().getServiceImplementationsServiceImplementationParserRuleCall_8_6_2_0());
pushFollow(FOLLOW_2);
@@ -70205,17 +70014,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__AttributesAssignment_8_6_3"
- // InternalRoom.g:25857:1: rule__ActorClass__AttributesAssignment_8_6_3 : ( ruleAttribute ) ;
+ // InternalRoom.g:25772:1: rule__ActorClass__AttributesAssignment_8_6_3 : ( ruleAttribute ) ;
public final void rule__ActorClass__AttributesAssignment_8_6_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25861:1: ( ( ruleAttribute ) )
- // InternalRoom.g:25862:1: ( ruleAttribute )
+ // InternalRoom.g:25776:1: ( ( ruleAttribute ) )
+ // InternalRoom.g:25777:1: ( ruleAttribute )
{
- // InternalRoom.g:25862:1: ( ruleAttribute )
- // InternalRoom.g:25863:1: ruleAttribute
+ // InternalRoom.g:25777:1: ( ruleAttribute )
+ // InternalRoom.g:25778:1: ruleAttribute
{
before(grammarAccess.getActorClassAccess().getAttributesAttributeParserRuleCall_8_6_3_0());
pushFollow(FOLLOW_2);
@@ -70246,17 +70055,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__ActorRefsAssignment_8_6_4"
- // InternalRoom.g:25872:1: rule__ActorClass__ActorRefsAssignment_8_6_4 : ( ruleActorRef ) ;
+ // InternalRoom.g:25787:1: rule__ActorClass__ActorRefsAssignment_8_6_4 : ( ruleActorRef ) ;
public final void rule__ActorClass__ActorRefsAssignment_8_6_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25876:1: ( ( ruleActorRef ) )
- // InternalRoom.g:25877:1: ( ruleActorRef )
+ // InternalRoom.g:25791:1: ( ( ruleActorRef ) )
+ // InternalRoom.g:25792:1: ( ruleActorRef )
{
- // InternalRoom.g:25877:1: ( ruleActorRef )
- // InternalRoom.g:25878:1: ruleActorRef
+ // InternalRoom.g:25792:1: ( ruleActorRef )
+ // InternalRoom.g:25793:1: ruleActorRef
{
before(grammarAccess.getActorClassAccess().getActorRefsActorRefParserRuleCall_8_6_4_0());
pushFollow(FOLLOW_2);
@@ -70287,17 +70096,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__ServiceAccessPointsAssignment_8_6_5"
- // InternalRoom.g:25887:1: rule__ActorClass__ServiceAccessPointsAssignment_8_6_5 : ( ruleSAP ) ;
+ // InternalRoom.g:25802:1: rule__ActorClass__ServiceAccessPointsAssignment_8_6_5 : ( ruleSAP ) ;
public final void rule__ActorClass__ServiceAccessPointsAssignment_8_6_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25891:1: ( ( ruleSAP ) )
- // InternalRoom.g:25892:1: ( ruleSAP )
+ // InternalRoom.g:25806:1: ( ( ruleSAP ) )
+ // InternalRoom.g:25807:1: ( ruleSAP )
{
- // InternalRoom.g:25892:1: ( ruleSAP )
- // InternalRoom.g:25893:1: ruleSAP
+ // InternalRoom.g:25807:1: ( ruleSAP )
+ // InternalRoom.g:25808:1: ruleSAP
{
before(grammarAccess.getActorClassAccess().getServiceAccessPointsSAPParserRuleCall_8_6_5_0());
pushFollow(FOLLOW_2);
@@ -70328,17 +70137,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__InternalPortsAssignment_8_6_6"
- // InternalRoom.g:25902:1: rule__ActorClass__InternalPortsAssignment_8_6_6 : ( rulePort ) ;
+ // InternalRoom.g:25817:1: rule__ActorClass__InternalPortsAssignment_8_6_6 : ( rulePort ) ;
public final void rule__ActorClass__InternalPortsAssignment_8_6_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25906:1: ( ( rulePort ) )
- // InternalRoom.g:25907:1: ( rulePort )
+ // InternalRoom.g:25821:1: ( ( rulePort ) )
+ // InternalRoom.g:25822:1: ( rulePort )
{
- // InternalRoom.g:25907:1: ( rulePort )
- // InternalRoom.g:25908:1: rulePort
+ // InternalRoom.g:25822:1: ( rulePort )
+ // InternalRoom.g:25823:1: rulePort
{
before(grammarAccess.getActorClassAccess().getInternalPortsPortParserRuleCall_8_6_6_0());
pushFollow(FOLLOW_2);
@@ -70369,17 +70178,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__ExternalPortsAssignment_8_6_7"
- // InternalRoom.g:25917:1: rule__ActorClass__ExternalPortsAssignment_8_6_7 : ( ruleExternalPort ) ;
+ // InternalRoom.g:25832:1: rule__ActorClass__ExternalPortsAssignment_8_6_7 : ( ruleExternalPort ) ;
public final void rule__ActorClass__ExternalPortsAssignment_8_6_7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25921:1: ( ( ruleExternalPort ) )
- // InternalRoom.g:25922:1: ( ruleExternalPort )
+ // InternalRoom.g:25836:1: ( ( ruleExternalPort ) )
+ // InternalRoom.g:25837:1: ( ruleExternalPort )
{
- // InternalRoom.g:25922:1: ( ruleExternalPort )
- // InternalRoom.g:25923:1: ruleExternalPort
+ // InternalRoom.g:25837:1: ( ruleExternalPort )
+ // InternalRoom.g:25838:1: ruleExternalPort
{
before(grammarAccess.getActorClassAccess().getExternalPortsExternalPortParserRuleCall_8_6_7_0());
pushFollow(FOLLOW_2);
@@ -70410,17 +70219,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__BehaviorDocuAssignment_9_1"
- // InternalRoom.g:25932:1: rule__ActorClass__BehaviorDocuAssignment_9_1 : ( ruleDocumentation ) ;
+ // InternalRoom.g:25847:1: rule__ActorClass__BehaviorDocuAssignment_9_1 : ( ruleDocumentation ) ;
public final void rule__ActorClass__BehaviorDocuAssignment_9_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25936:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:25937:1: ( ruleDocumentation )
+ // InternalRoom.g:25851:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:25852:1: ( ruleDocumentation )
{
- // InternalRoom.g:25937:1: ( ruleDocumentation )
- // InternalRoom.g:25938:1: ruleDocumentation
+ // InternalRoom.g:25852:1: ( ruleDocumentation )
+ // InternalRoom.g:25853:1: ruleDocumentation
{
before(grammarAccess.getActorClassAccess().getBehaviorDocuDocumentationParserRuleCall_9_1_0());
pushFollow(FOLLOW_2);
@@ -70451,17 +70260,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__BehaviorAnnotationsAssignment_9_3"
- // InternalRoom.g:25947:1: rule__ActorClass__BehaviorAnnotationsAssignment_9_3 : ( ruleAnnotation ) ;
+ // InternalRoom.g:25862:1: rule__ActorClass__BehaviorAnnotationsAssignment_9_3 : ( ruleAnnotation ) ;
public final void rule__ActorClass__BehaviorAnnotationsAssignment_9_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25951:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:25952:1: ( ruleAnnotation )
+ // InternalRoom.g:25866:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:25867:1: ( ruleAnnotation )
{
- // InternalRoom.g:25952:1: ( ruleAnnotation )
- // InternalRoom.g:25953:1: ruleAnnotation
+ // InternalRoom.g:25867:1: ( ruleAnnotation )
+ // InternalRoom.g:25868:1: ruleAnnotation
{
before(grammarAccess.getActorClassAccess().getBehaviorAnnotationsAnnotationParserRuleCall_9_3_0());
pushFollow(FOLLOW_2);
@@ -70492,17 +70301,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__OperationsAssignment_9_4_0"
- // InternalRoom.g:25962:1: rule__ActorClass__OperationsAssignment_9_4_0 : ( ruleStandardOperation ) ;
+ // InternalRoom.g:25877:1: rule__ActorClass__OperationsAssignment_9_4_0 : ( ruleStandardOperation ) ;
public final void rule__ActorClass__OperationsAssignment_9_4_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25966:1: ( ( ruleStandardOperation ) )
- // InternalRoom.g:25967:1: ( ruleStandardOperation )
+ // InternalRoom.g:25881:1: ( ( ruleStandardOperation ) )
+ // InternalRoom.g:25882:1: ( ruleStandardOperation )
{
- // InternalRoom.g:25967:1: ( ruleStandardOperation )
- // InternalRoom.g:25968:1: ruleStandardOperation
+ // InternalRoom.g:25882:1: ( ruleStandardOperation )
+ // InternalRoom.g:25883:1: ruleStandardOperation
{
before(grammarAccess.getActorClassAccess().getOperationsStandardOperationParserRuleCall_9_4_0_0());
pushFollow(FOLLOW_2);
@@ -70533,17 +70342,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__StructorsAssignment_9_4_1"
- // InternalRoom.g:25977:1: rule__ActorClass__StructorsAssignment_9_4_1 : ( ruleClassStructor ) ;
+ // InternalRoom.g:25892:1: rule__ActorClass__StructorsAssignment_9_4_1 : ( ruleClassStructor ) ;
public final void rule__ActorClass__StructorsAssignment_9_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25981:1: ( ( ruleClassStructor ) )
- // InternalRoom.g:25982:1: ( ruleClassStructor )
+ // InternalRoom.g:25896:1: ( ( ruleClassStructor ) )
+ // InternalRoom.g:25897:1: ( ruleClassStructor )
{
- // InternalRoom.g:25982:1: ( ruleClassStructor )
- // InternalRoom.g:25983:1: ruleClassStructor
+ // InternalRoom.g:25897:1: ( ruleClassStructor )
+ // InternalRoom.g:25898:1: ruleClassStructor
{
before(grammarAccess.getActorClassAccess().getStructorsClassStructorParserRuleCall_9_4_1_0());
pushFollow(FOLLOW_2);
@@ -70574,17 +70383,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorClass__StateMachineAssignment_9_5"
- // InternalRoom.g:25992:1: rule__ActorClass__StateMachineAssignment_9_5 : ( ruleStateMachine ) ;
+ // InternalRoom.g:25907:1: rule__ActorClass__StateMachineAssignment_9_5 : ( ruleStateMachine ) ;
public final void rule__ActorClass__StateMachineAssignment_9_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:25996:1: ( ( ruleStateMachine ) )
- // InternalRoom.g:25997:1: ( ruleStateMachine )
+ // InternalRoom.g:25911:1: ( ( ruleStateMachine ) )
+ // InternalRoom.g:25912:1: ( ruleStateMachine )
{
- // InternalRoom.g:25997:1: ( ruleStateMachine )
- // InternalRoom.g:25998:1: ruleStateMachine
+ // InternalRoom.g:25912:1: ( ruleStateMachine )
+ // InternalRoom.g:25913:1: ruleStateMachine
{
before(grammarAccess.getActorClassAccess().getStateMachineStateMachineParserRuleCall_9_5_0());
pushFollow(FOLLOW_2);
@@ -70615,21 +70424,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__ConjugatedAssignment_0"
- // InternalRoom.g:26007:1: rule__Port__ConjugatedAssignment_0 : ( ( 'conjugated' ) ) ;
+ // InternalRoom.g:25922:1: rule__Port__ConjugatedAssignment_0 : ( ( 'conjugated' ) ) ;
public final void rule__Port__ConjugatedAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26011:1: ( ( ( 'conjugated' ) ) )
- // InternalRoom.g:26012:1: ( ( 'conjugated' ) )
+ // InternalRoom.g:25926:1: ( ( ( 'conjugated' ) ) )
+ // InternalRoom.g:25927:1: ( ( 'conjugated' ) )
{
- // InternalRoom.g:26012:1: ( ( 'conjugated' ) )
- // InternalRoom.g:26013:1: ( 'conjugated' )
+ // InternalRoom.g:25927:1: ( ( 'conjugated' ) )
+ // InternalRoom.g:25928:1: ( 'conjugated' )
{
before(grammarAccess.getPortAccess().getConjugatedConjugatedKeyword_0_0());
- // InternalRoom.g:26014:1: ( 'conjugated' )
- // InternalRoom.g:26015:1: 'conjugated'
+ // InternalRoom.g:25929:1: ( 'conjugated' )
+ // InternalRoom.g:25930:1: 'conjugated'
{
before(grammarAccess.getPortAccess().getConjugatedConjugatedKeyword_0_0());
match(input,71,FOLLOW_2);
@@ -70660,17 +70469,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__NameAssignment_2"
- // InternalRoom.g:26030:1: rule__Port__NameAssignment_2 : ( RULE_ID ) ;
+ // InternalRoom.g:25945:1: rule__Port__NameAssignment_2 : ( RULE_ID ) ;
public final void rule__Port__NameAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26034:1: ( ( RULE_ID ) )
- // InternalRoom.g:26035:1: ( RULE_ID )
+ // InternalRoom.g:25949:1: ( ( RULE_ID ) )
+ // InternalRoom.g:25950:1: ( RULE_ID )
{
- // InternalRoom.g:26035:1: ( RULE_ID )
- // InternalRoom.g:26036:1: RULE_ID
+ // InternalRoom.g:25950:1: ( RULE_ID )
+ // InternalRoom.g:25951:1: RULE_ID
{
before(grammarAccess.getPortAccess().getNameIDTerminalRuleCall_2_0());
match(input,RULE_ID,FOLLOW_2);
@@ -70697,17 +70506,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__MultiplicityAssignment_3"
- // InternalRoom.g:26045:1: rule__Port__MultiplicityAssignment_3 : ( ruleMULTIPLICITY ) ;
+ // InternalRoom.g:25960:1: rule__Port__MultiplicityAssignment_3 : ( ruleMULTIPLICITY ) ;
public final void rule__Port__MultiplicityAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26049:1: ( ( ruleMULTIPLICITY ) )
- // InternalRoom.g:26050:1: ( ruleMULTIPLICITY )
+ // InternalRoom.g:25964:1: ( ( ruleMULTIPLICITY ) )
+ // InternalRoom.g:25965:1: ( ruleMULTIPLICITY )
{
- // InternalRoom.g:26050:1: ( ruleMULTIPLICITY )
- // InternalRoom.g:26051:1: ruleMULTIPLICITY
+ // InternalRoom.g:25965:1: ( ruleMULTIPLICITY )
+ // InternalRoom.g:25966:1: ruleMULTIPLICITY
{
before(grammarAccess.getPortAccess().getMultiplicityMULTIPLICITYParserRuleCall_3_0());
pushFollow(FOLLOW_2);
@@ -70738,21 +70547,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__ProtocolAssignment_5"
- // InternalRoom.g:26060:1: rule__Port__ProtocolAssignment_5 : ( ( ruleFQN ) ) ;
+ // InternalRoom.g:25975:1: rule__Port__ProtocolAssignment_5 : ( ( ruleFQN ) ) ;
public final void rule__Port__ProtocolAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26064:1: ( ( ( ruleFQN ) ) )
- // InternalRoom.g:26065:1: ( ( ruleFQN ) )
+ // InternalRoom.g:25979:1: ( ( ( ruleFQN ) ) )
+ // InternalRoom.g:25980:1: ( ( ruleFQN ) )
{
- // InternalRoom.g:26065:1: ( ( ruleFQN ) )
- // InternalRoom.g:26066:1: ( ruleFQN )
+ // InternalRoom.g:25980:1: ( ( ruleFQN ) )
+ // InternalRoom.g:25981:1: ( ruleFQN )
{
before(grammarAccess.getPortAccess().getProtocolGeneralProtocolClassCrossReference_5_0());
- // InternalRoom.g:26067:1: ( ruleFQN )
- // InternalRoom.g:26068:1: ruleFQN
+ // InternalRoom.g:25982:1: ( ruleFQN )
+ // InternalRoom.g:25983:1: ruleFQN
{
before(grammarAccess.getPortAccess().getProtocolGeneralProtocolClassFQNParserRuleCall_5_0_1());
pushFollow(FOLLOW_2);
@@ -70787,17 +70596,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__AnnotationsAssignment_6"
- // InternalRoom.g:26079:1: rule__Port__AnnotationsAssignment_6 : ( ruleAnnotation ) ;
+ // InternalRoom.g:25994:1: rule__Port__AnnotationsAssignment_6 : ( ruleAnnotation ) ;
public final void rule__Port__AnnotationsAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26083:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:26084:1: ( ruleAnnotation )
+ // InternalRoom.g:25998:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:25999:1: ( ruleAnnotation )
{
- // InternalRoom.g:26084:1: ( ruleAnnotation )
- // InternalRoom.g:26085:1: ruleAnnotation
+ // InternalRoom.g:25999:1: ( ruleAnnotation )
+ // InternalRoom.g:26000:1: ruleAnnotation
{
before(grammarAccess.getPortAccess().getAnnotationsAnnotationParserRuleCall_6_0());
pushFollow(FOLLOW_2);
@@ -70828,17 +70637,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Port__DocuAssignment_7"
- // InternalRoom.g:26094:1: rule__Port__DocuAssignment_7 : ( ruleDocumentation ) ;
+ // InternalRoom.g:26009:1: rule__Port__DocuAssignment_7 : ( ruleDocumentation ) ;
public final void rule__Port__DocuAssignment_7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26098:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:26099:1: ( ruleDocumentation )
+ // InternalRoom.g:26013:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:26014:1: ( ruleDocumentation )
{
- // InternalRoom.g:26099:1: ( ruleDocumentation )
- // InternalRoom.g:26100:1: ruleDocumentation
+ // InternalRoom.g:26014:1: ( ruleDocumentation )
+ // InternalRoom.g:26015:1: ruleDocumentation
{
before(grammarAccess.getPortAccess().getDocuDocumentationParserRuleCall_7_0());
pushFollow(FOLLOW_2);
@@ -70869,21 +70678,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExternalPort__InterfacePortAssignment_2"
- // InternalRoom.g:26109:1: rule__ExternalPort__InterfacePortAssignment_2 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:26024:1: rule__ExternalPort__InterfacePortAssignment_2 : ( ( RULE_ID ) ) ;
public final void rule__ExternalPort__InterfacePortAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26113:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:26114:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26028:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:26029:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:26114:1: ( ( RULE_ID ) )
- // InternalRoom.g:26115:1: ( RULE_ID )
+ // InternalRoom.g:26029:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26030:1: ( RULE_ID )
{
before(grammarAccess.getExternalPortAccess().getInterfacePortPortCrossReference_2_0());
- // InternalRoom.g:26116:1: ( RULE_ID )
- // InternalRoom.g:26117:1: RULE_ID
+ // InternalRoom.g:26031:1: ( RULE_ID )
+ // InternalRoom.g:26032:1: RULE_ID
{
before(grammarAccess.getExternalPortAccess().getInterfacePortPortIDTerminalRuleCall_2_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -70914,17 +70723,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SAP__NameAssignment_1"
- // InternalRoom.g:26128:1: rule__SAP__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:26043:1: rule__SAP__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__SAP__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26132:1: ( ( RULE_ID ) )
- // InternalRoom.g:26133:1: ( RULE_ID )
+ // InternalRoom.g:26047:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26048:1: ( RULE_ID )
{
- // InternalRoom.g:26133:1: ( RULE_ID )
- // InternalRoom.g:26134:1: RULE_ID
+ // InternalRoom.g:26048:1: ( RULE_ID )
+ // InternalRoom.g:26049:1: RULE_ID
{
before(grammarAccess.getSAPAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -70951,21 +70760,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SAP__ProtocolAssignment_3"
- // InternalRoom.g:26143:1: rule__SAP__ProtocolAssignment_3 : ( ( ruleFQN ) ) ;
+ // InternalRoom.g:26058:1: rule__SAP__ProtocolAssignment_3 : ( ( ruleFQN ) ) ;
public final void rule__SAP__ProtocolAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26147:1: ( ( ( ruleFQN ) ) )
- // InternalRoom.g:26148:1: ( ( ruleFQN ) )
+ // InternalRoom.g:26062:1: ( ( ( ruleFQN ) ) )
+ // InternalRoom.g:26063:1: ( ( ruleFQN ) )
{
- // InternalRoom.g:26148:1: ( ( ruleFQN ) )
- // InternalRoom.g:26149:1: ( ruleFQN )
+ // InternalRoom.g:26063:1: ( ( ruleFQN ) )
+ // InternalRoom.g:26064:1: ( ruleFQN )
{
before(grammarAccess.getSAPAccess().getProtocolProtocolClassCrossReference_3_0());
- // InternalRoom.g:26150:1: ( ruleFQN )
- // InternalRoom.g:26151:1: ruleFQN
+ // InternalRoom.g:26065:1: ( ruleFQN )
+ // InternalRoom.g:26066:1: ruleFQN
{
before(grammarAccess.getSAPAccess().getProtocolProtocolClassFQNParserRuleCall_3_0_1());
pushFollow(FOLLOW_2);
@@ -71000,17 +70809,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SAP__DocuAssignment_4"
- // InternalRoom.g:26162:1: rule__SAP__DocuAssignment_4 : ( ruleDocumentation ) ;
+ // InternalRoom.g:26077:1: rule__SAP__DocuAssignment_4 : ( ruleDocumentation ) ;
public final void rule__SAP__DocuAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26166:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:26167:1: ( ruleDocumentation )
+ // InternalRoom.g:26081:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:26082:1: ( ruleDocumentation )
{
- // InternalRoom.g:26167:1: ( ruleDocumentation )
- // InternalRoom.g:26168:1: ruleDocumentation
+ // InternalRoom.g:26082:1: ( ruleDocumentation )
+ // InternalRoom.g:26083:1: ruleDocumentation
{
before(grammarAccess.getSAPAccess().getDocuDocumentationParserRuleCall_4_0());
pushFollow(FOLLOW_2);
@@ -71041,17 +70850,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPP__NameAssignment_1"
- // InternalRoom.g:26177:1: rule__SPP__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:26092:1: rule__SPP__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__SPP__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26181:1: ( ( RULE_ID ) )
- // InternalRoom.g:26182:1: ( RULE_ID )
+ // InternalRoom.g:26096:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26097:1: ( RULE_ID )
{
- // InternalRoom.g:26182:1: ( RULE_ID )
- // InternalRoom.g:26183:1: RULE_ID
+ // InternalRoom.g:26097:1: ( RULE_ID )
+ // InternalRoom.g:26098:1: RULE_ID
{
before(grammarAccess.getSPPAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -71078,21 +70887,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPP__ProtocolAssignment_3"
- // InternalRoom.g:26192:1: rule__SPP__ProtocolAssignment_3 : ( ( ruleFQN ) ) ;
+ // InternalRoom.g:26107:1: rule__SPP__ProtocolAssignment_3 : ( ( ruleFQN ) ) ;
public final void rule__SPP__ProtocolAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26196:1: ( ( ( ruleFQN ) ) )
- // InternalRoom.g:26197:1: ( ( ruleFQN ) )
+ // InternalRoom.g:26111:1: ( ( ( ruleFQN ) ) )
+ // InternalRoom.g:26112:1: ( ( ruleFQN ) )
{
- // InternalRoom.g:26197:1: ( ( ruleFQN ) )
- // InternalRoom.g:26198:1: ( ruleFQN )
+ // InternalRoom.g:26112:1: ( ( ruleFQN ) )
+ // InternalRoom.g:26113:1: ( ruleFQN )
{
before(grammarAccess.getSPPAccess().getProtocolProtocolClassCrossReference_3_0());
- // InternalRoom.g:26199:1: ( ruleFQN )
- // InternalRoom.g:26200:1: ruleFQN
+ // InternalRoom.g:26114:1: ( ruleFQN )
+ // InternalRoom.g:26115:1: ruleFQN
{
before(grammarAccess.getSPPAccess().getProtocolProtocolClassFQNParserRuleCall_3_0_1());
pushFollow(FOLLOW_2);
@@ -71127,17 +70936,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPP__DocuAssignment_4"
- // InternalRoom.g:26211:1: rule__SPP__DocuAssignment_4 : ( ruleDocumentation ) ;
+ // InternalRoom.g:26126:1: rule__SPP__DocuAssignment_4 : ( ruleDocumentation ) ;
public final void rule__SPP__DocuAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26215:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:26216:1: ( ruleDocumentation )
+ // InternalRoom.g:26130:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:26131:1: ( ruleDocumentation )
{
- // InternalRoom.g:26216:1: ( ruleDocumentation )
- // InternalRoom.g:26217:1: ruleDocumentation
+ // InternalRoom.g:26131:1: ( ruleDocumentation )
+ // InternalRoom.g:26132:1: ruleDocumentation
{
before(grammarAccess.getSPPAccess().getDocuDocumentationParserRuleCall_4_0());
pushFollow(FOLLOW_2);
@@ -71168,21 +70977,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ServiceImplementation__SppAssignment_2"
- // InternalRoom.g:26226:1: rule__ServiceImplementation__SppAssignment_2 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:26141:1: rule__ServiceImplementation__SppAssignment_2 : ( ( RULE_ID ) ) ;
public final void rule__ServiceImplementation__SppAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26230:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:26231:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26145:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:26146:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:26231:1: ( ( RULE_ID ) )
- // InternalRoom.g:26232:1: ( RULE_ID )
+ // InternalRoom.g:26146:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26147:1: ( RULE_ID )
{
before(grammarAccess.getServiceImplementationAccess().getSppSPPCrossReference_2_0());
- // InternalRoom.g:26233:1: ( RULE_ID )
- // InternalRoom.g:26234:1: RULE_ID
+ // InternalRoom.g:26148:1: ( RULE_ID )
+ // InternalRoom.g:26149:1: RULE_ID
{
before(grammarAccess.getServiceImplementationAccess().getSppSPPIDTerminalRuleCall_2_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -71213,17 +71022,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__NameAssignment_1"
- // InternalRoom.g:26245:1: rule__LogicalSystem__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:26160:1: rule__LogicalSystem__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__LogicalSystem__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26249:1: ( ( RULE_ID ) )
- // InternalRoom.g:26250:1: ( RULE_ID )
+ // InternalRoom.g:26164:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26165:1: ( RULE_ID )
{
- // InternalRoom.g:26250:1: ( RULE_ID )
- // InternalRoom.g:26251:1: RULE_ID
+ // InternalRoom.g:26165:1: ( RULE_ID )
+ // InternalRoom.g:26166:1: RULE_ID
{
before(grammarAccess.getLogicalSystemAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -71250,17 +71059,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__DocuAssignment_2"
- // InternalRoom.g:26260:1: rule__LogicalSystem__DocuAssignment_2 : ( ruleDocumentation ) ;
+ // InternalRoom.g:26175:1: rule__LogicalSystem__DocuAssignment_2 : ( ruleDocumentation ) ;
public final void rule__LogicalSystem__DocuAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26264:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:26265:1: ( ruleDocumentation )
+ // InternalRoom.g:26179:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:26180:1: ( ruleDocumentation )
{
- // InternalRoom.g:26265:1: ( ruleDocumentation )
- // InternalRoom.g:26266:1: ruleDocumentation
+ // InternalRoom.g:26180:1: ( ruleDocumentation )
+ // InternalRoom.g:26181:1: ruleDocumentation
{
before(grammarAccess.getLogicalSystemAccess().getDocuDocumentationParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -71291,17 +71100,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__AnnotationsAssignment_4"
- // InternalRoom.g:26275:1: rule__LogicalSystem__AnnotationsAssignment_4 : ( ruleAnnotation ) ;
+ // InternalRoom.g:26190:1: rule__LogicalSystem__AnnotationsAssignment_4 : ( ruleAnnotation ) ;
public final void rule__LogicalSystem__AnnotationsAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26279:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:26280:1: ( ruleAnnotation )
+ // InternalRoom.g:26194:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:26195:1: ( ruleAnnotation )
{
- // InternalRoom.g:26280:1: ( ruleAnnotation )
- // InternalRoom.g:26281:1: ruleAnnotation
+ // InternalRoom.g:26195:1: ( ruleAnnotation )
+ // InternalRoom.g:26196:1: ruleAnnotation
{
before(grammarAccess.getLogicalSystemAccess().getAnnotationsAnnotationParserRuleCall_4_0());
pushFollow(FOLLOW_2);
@@ -71332,17 +71141,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__ConnectionsAssignment_5_0"
- // InternalRoom.g:26290:1: rule__LogicalSystem__ConnectionsAssignment_5_0 : ( ruleLayerConnection ) ;
+ // InternalRoom.g:26205:1: rule__LogicalSystem__ConnectionsAssignment_5_0 : ( ruleLayerConnection ) ;
public final void rule__LogicalSystem__ConnectionsAssignment_5_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26294:1: ( ( ruleLayerConnection ) )
- // InternalRoom.g:26295:1: ( ruleLayerConnection )
+ // InternalRoom.g:26209:1: ( ( ruleLayerConnection ) )
+ // InternalRoom.g:26210:1: ( ruleLayerConnection )
{
- // InternalRoom.g:26295:1: ( ruleLayerConnection )
- // InternalRoom.g:26296:1: ruleLayerConnection
+ // InternalRoom.g:26210:1: ( ruleLayerConnection )
+ // InternalRoom.g:26211:1: ruleLayerConnection
{
before(grammarAccess.getLogicalSystemAccess().getConnectionsLayerConnectionParserRuleCall_5_0_0());
pushFollow(FOLLOW_2);
@@ -71373,17 +71182,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__BindingsAssignment_5_1"
- // InternalRoom.g:26305:1: rule__LogicalSystem__BindingsAssignment_5_1 : ( ruleBinding ) ;
+ // InternalRoom.g:26220:1: rule__LogicalSystem__BindingsAssignment_5_1 : ( ruleBinding ) ;
public final void rule__LogicalSystem__BindingsAssignment_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26309:1: ( ( ruleBinding ) )
- // InternalRoom.g:26310:1: ( ruleBinding )
+ // InternalRoom.g:26224:1: ( ( ruleBinding ) )
+ // InternalRoom.g:26225:1: ( ruleBinding )
{
- // InternalRoom.g:26310:1: ( ruleBinding )
- // InternalRoom.g:26311:1: ruleBinding
+ // InternalRoom.g:26225:1: ( ruleBinding )
+ // InternalRoom.g:26226:1: ruleBinding
{
before(grammarAccess.getLogicalSystemAccess().getBindingsBindingParserRuleCall_5_1_0());
pushFollow(FOLLOW_2);
@@ -71414,17 +71223,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalSystem__SubSystemsAssignment_5_2"
- // InternalRoom.g:26320:1: rule__LogicalSystem__SubSystemsAssignment_5_2 : ( ruleSubSystemRef ) ;
+ // InternalRoom.g:26235:1: rule__LogicalSystem__SubSystemsAssignment_5_2 : ( ruleSubSystemRef ) ;
public final void rule__LogicalSystem__SubSystemsAssignment_5_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26324:1: ( ( ruleSubSystemRef ) )
- // InternalRoom.g:26325:1: ( ruleSubSystemRef )
+ // InternalRoom.g:26239:1: ( ( ruleSubSystemRef ) )
+ // InternalRoom.g:26240:1: ( ruleSubSystemRef )
{
- // InternalRoom.g:26325:1: ( ruleSubSystemRef )
- // InternalRoom.g:26326:1: ruleSubSystemRef
+ // InternalRoom.g:26240:1: ( ruleSubSystemRef )
+ // InternalRoom.g:26241:1: ruleSubSystemRef
{
before(grammarAccess.getLogicalSystemAccess().getSubSystemsSubSystemRefParserRuleCall_5_2_0());
pushFollow(FOLLOW_2);
@@ -71455,17 +71264,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemRef__NameAssignment_1"
- // InternalRoom.g:26335:1: rule__SubSystemRef__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:26250:1: rule__SubSystemRef__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__SubSystemRef__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26339:1: ( ( RULE_ID ) )
- // InternalRoom.g:26340:1: ( RULE_ID )
+ // InternalRoom.g:26254:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26255:1: ( RULE_ID )
{
- // InternalRoom.g:26340:1: ( RULE_ID )
- // InternalRoom.g:26341:1: RULE_ID
+ // InternalRoom.g:26255:1: ( RULE_ID )
+ // InternalRoom.g:26256:1: RULE_ID
{
before(grammarAccess.getSubSystemRefAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -71492,21 +71301,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemRef__TypeAssignment_3"
- // InternalRoom.g:26350:1: rule__SubSystemRef__TypeAssignment_3 : ( ( ruleFQN ) ) ;
+ // InternalRoom.g:26265:1: rule__SubSystemRef__TypeAssignment_3 : ( ( ruleFQN ) ) ;
public final void rule__SubSystemRef__TypeAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26354:1: ( ( ( ruleFQN ) ) )
- // InternalRoom.g:26355:1: ( ( ruleFQN ) )
+ // InternalRoom.g:26269:1: ( ( ( ruleFQN ) ) )
+ // InternalRoom.g:26270:1: ( ( ruleFQN ) )
{
- // InternalRoom.g:26355:1: ( ( ruleFQN ) )
- // InternalRoom.g:26356:1: ( ruleFQN )
+ // InternalRoom.g:26270:1: ( ( ruleFQN ) )
+ // InternalRoom.g:26271:1: ( ruleFQN )
{
before(grammarAccess.getSubSystemRefAccess().getTypeSubSystemClassCrossReference_3_0());
- // InternalRoom.g:26357:1: ( ruleFQN )
- // InternalRoom.g:26358:1: ruleFQN
+ // InternalRoom.g:26272:1: ( ruleFQN )
+ // InternalRoom.g:26273:1: ruleFQN
{
before(grammarAccess.getSubSystemRefAccess().getTypeSubSystemClassFQNParserRuleCall_3_0_1());
pushFollow(FOLLOW_2);
@@ -71541,17 +71350,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemRef__DocuAssignment_4"
- // InternalRoom.g:26369:1: rule__SubSystemRef__DocuAssignment_4 : ( ruleDocumentation ) ;
+ // InternalRoom.g:26284:1: rule__SubSystemRef__DocuAssignment_4 : ( ruleDocumentation ) ;
public final void rule__SubSystemRef__DocuAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26373:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:26374:1: ( ruleDocumentation )
+ // InternalRoom.g:26288:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:26289:1: ( ruleDocumentation )
{
- // InternalRoom.g:26374:1: ( ruleDocumentation )
- // InternalRoom.g:26375:1: ruleDocumentation
+ // InternalRoom.g:26289:1: ( ruleDocumentation )
+ // InternalRoom.g:26290:1: ruleDocumentation
{
before(grammarAccess.getSubSystemRefAccess().getDocuDocumentationParserRuleCall_4_0());
pushFollow(FOLLOW_2);
@@ -71582,17 +71391,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__NameAssignment_1"
- // InternalRoom.g:26384:1: rule__SubSystemClass__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:26299:1: rule__SubSystemClass__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__SubSystemClass__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26388:1: ( ( RULE_ID ) )
- // InternalRoom.g:26389:1: ( RULE_ID )
+ // InternalRoom.g:26303:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26304:1: ( RULE_ID )
{
- // InternalRoom.g:26389:1: ( RULE_ID )
- // InternalRoom.g:26390:1: RULE_ID
+ // InternalRoom.g:26304:1: ( RULE_ID )
+ // InternalRoom.g:26305:1: RULE_ID
{
before(grammarAccess.getSubSystemClassAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -71619,17 +71428,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__DocuAssignment_2"
- // InternalRoom.g:26399:1: rule__SubSystemClass__DocuAssignment_2 : ( ruleDocumentation ) ;
+ // InternalRoom.g:26314:1: rule__SubSystemClass__DocuAssignment_2 : ( ruleDocumentation ) ;
public final void rule__SubSystemClass__DocuAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26403:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:26404:1: ( ruleDocumentation )
+ // InternalRoom.g:26318:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:26319:1: ( ruleDocumentation )
{
- // InternalRoom.g:26404:1: ( ruleDocumentation )
- // InternalRoom.g:26405:1: ruleDocumentation
+ // InternalRoom.g:26319:1: ( ruleDocumentation )
+ // InternalRoom.g:26320:1: ruleDocumentation
{
before(grammarAccess.getSubSystemClassAccess().getDocuDocumentationParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -71660,17 +71469,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__AnnotationsAssignment_4"
- // InternalRoom.g:26414:1: rule__SubSystemClass__AnnotationsAssignment_4 : ( ruleAnnotation ) ;
+ // InternalRoom.g:26329:1: rule__SubSystemClass__AnnotationsAssignment_4 : ( ruleAnnotation ) ;
public final void rule__SubSystemClass__AnnotationsAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26418:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:26419:1: ( ruleAnnotation )
+ // InternalRoom.g:26333:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:26334:1: ( ruleAnnotation )
{
- // InternalRoom.g:26419:1: ( ruleAnnotation )
- // InternalRoom.g:26420:1: ruleAnnotation
+ // InternalRoom.g:26334:1: ( ruleAnnotation )
+ // InternalRoom.g:26335:1: ruleAnnotation
{
before(grammarAccess.getSubSystemClassAccess().getAnnotationsAnnotationParserRuleCall_4_0());
pushFollow(FOLLOW_2);
@@ -71701,17 +71510,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__UserCode1Assignment_5_1"
- // InternalRoom.g:26429:1: rule__SubSystemClass__UserCode1Assignment_5_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:26344:1: rule__SubSystemClass__UserCode1Assignment_5_1 : ( ruleDetailCode ) ;
public final void rule__SubSystemClass__UserCode1Assignment_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26433:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:26434:1: ( ruleDetailCode )
+ // InternalRoom.g:26348:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:26349:1: ( ruleDetailCode )
{
- // InternalRoom.g:26434:1: ( ruleDetailCode )
- // InternalRoom.g:26435:1: ruleDetailCode
+ // InternalRoom.g:26349:1: ( ruleDetailCode )
+ // InternalRoom.g:26350:1: ruleDetailCode
{
before(grammarAccess.getSubSystemClassAccess().getUserCode1DetailCodeParserRuleCall_5_1_0());
pushFollow(FOLLOW_2);
@@ -71742,17 +71551,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__UserCode2Assignment_6_1"
- // InternalRoom.g:26444:1: rule__SubSystemClass__UserCode2Assignment_6_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:26359:1: rule__SubSystemClass__UserCode2Assignment_6_1 : ( ruleDetailCode ) ;
public final void rule__SubSystemClass__UserCode2Assignment_6_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26448:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:26449:1: ( ruleDetailCode )
+ // InternalRoom.g:26363:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:26364:1: ( ruleDetailCode )
{
- // InternalRoom.g:26449:1: ( ruleDetailCode )
- // InternalRoom.g:26450:1: ruleDetailCode
+ // InternalRoom.g:26364:1: ( ruleDetailCode )
+ // InternalRoom.g:26365:1: ruleDetailCode
{
before(grammarAccess.getSubSystemClassAccess().getUserCode2DetailCodeParserRuleCall_6_1_0());
pushFollow(FOLLOW_2);
@@ -71783,17 +71592,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__UserCode3Assignment_7_1"
- // InternalRoom.g:26459:1: rule__SubSystemClass__UserCode3Assignment_7_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:26374:1: rule__SubSystemClass__UserCode3Assignment_7_1 : ( ruleDetailCode ) ;
public final void rule__SubSystemClass__UserCode3Assignment_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26463:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:26464:1: ( ruleDetailCode )
+ // InternalRoom.g:26378:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:26379:1: ( ruleDetailCode )
{
- // InternalRoom.g:26464:1: ( ruleDetailCode )
- // InternalRoom.g:26465:1: ruleDetailCode
+ // InternalRoom.g:26379:1: ( ruleDetailCode )
+ // InternalRoom.g:26380:1: ruleDetailCode
{
before(grammarAccess.getSubSystemClassAccess().getUserCode3DetailCodeParserRuleCall_7_1_0());
pushFollow(FOLLOW_2);
@@ -71824,17 +71633,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0"
- // InternalRoom.g:26474:1: rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0 : ( ruleActorInstanceMapping ) ;
+ // InternalRoom.g:26389:1: rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0 : ( ruleActorInstanceMapping ) ;
public final void rule__SubSystemClass__ActorInstanceMappingsAssignment_8_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26478:1: ( ( ruleActorInstanceMapping ) )
- // InternalRoom.g:26479:1: ( ruleActorInstanceMapping )
+ // InternalRoom.g:26393:1: ( ( ruleActorInstanceMapping ) )
+ // InternalRoom.g:26394:1: ( ruleActorInstanceMapping )
{
- // InternalRoom.g:26479:1: ( ruleActorInstanceMapping )
- // InternalRoom.g:26480:1: ruleActorInstanceMapping
+ // InternalRoom.g:26394:1: ( ruleActorInstanceMapping )
+ // InternalRoom.g:26395:1: ruleActorInstanceMapping
{
before(grammarAccess.getSubSystemClassAccess().getActorInstanceMappingsActorInstanceMappingParserRuleCall_8_0_0());
pushFollow(FOLLOW_2);
@@ -71865,17 +71674,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__ThreadsAssignment_8_1"
- // InternalRoom.g:26489:1: rule__SubSystemClass__ThreadsAssignment_8_1 : ( ruleLogicalThread ) ;
+ // InternalRoom.g:26404:1: rule__SubSystemClass__ThreadsAssignment_8_1 : ( ruleLogicalThread ) ;
public final void rule__SubSystemClass__ThreadsAssignment_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26493:1: ( ( ruleLogicalThread ) )
- // InternalRoom.g:26494:1: ( ruleLogicalThread )
+ // InternalRoom.g:26408:1: ( ( ruleLogicalThread ) )
+ // InternalRoom.g:26409:1: ( ruleLogicalThread )
{
- // InternalRoom.g:26494:1: ( ruleLogicalThread )
- // InternalRoom.g:26495:1: ruleLogicalThread
+ // InternalRoom.g:26409:1: ( ruleLogicalThread )
+ // InternalRoom.g:26410:1: ruleLogicalThread
{
before(grammarAccess.getSubSystemClassAccess().getThreadsLogicalThreadParserRuleCall_8_1_0());
pushFollow(FOLLOW_2);
@@ -71906,17 +71715,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__ConnectionsAssignment_8_2"
- // InternalRoom.g:26504:1: rule__SubSystemClass__ConnectionsAssignment_8_2 : ( ruleLayerConnection ) ;
+ // InternalRoom.g:26419:1: rule__SubSystemClass__ConnectionsAssignment_8_2 : ( ruleLayerConnection ) ;
public final void rule__SubSystemClass__ConnectionsAssignment_8_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26508:1: ( ( ruleLayerConnection ) )
- // InternalRoom.g:26509:1: ( ruleLayerConnection )
+ // InternalRoom.g:26423:1: ( ( ruleLayerConnection ) )
+ // InternalRoom.g:26424:1: ( ruleLayerConnection )
{
- // InternalRoom.g:26509:1: ( ruleLayerConnection )
- // InternalRoom.g:26510:1: ruleLayerConnection
+ // InternalRoom.g:26424:1: ( ruleLayerConnection )
+ // InternalRoom.g:26425:1: ruleLayerConnection
{
before(grammarAccess.getSubSystemClassAccess().getConnectionsLayerConnectionParserRuleCall_8_2_0());
pushFollow(FOLLOW_2);
@@ -71947,17 +71756,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__BindingsAssignment_8_3"
- // InternalRoom.g:26519:1: rule__SubSystemClass__BindingsAssignment_8_3 : ( ruleBinding ) ;
+ // InternalRoom.g:26434:1: rule__SubSystemClass__BindingsAssignment_8_3 : ( ruleBinding ) ;
public final void rule__SubSystemClass__BindingsAssignment_8_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26523:1: ( ( ruleBinding ) )
- // InternalRoom.g:26524:1: ( ruleBinding )
+ // InternalRoom.g:26438:1: ( ( ruleBinding ) )
+ // InternalRoom.g:26439:1: ( ruleBinding )
{
- // InternalRoom.g:26524:1: ( ruleBinding )
- // InternalRoom.g:26525:1: ruleBinding
+ // InternalRoom.g:26439:1: ( ruleBinding )
+ // InternalRoom.g:26440:1: ruleBinding
{
before(grammarAccess.getSubSystemClassAccess().getBindingsBindingParserRuleCall_8_3_0());
pushFollow(FOLLOW_2);
@@ -71988,17 +71797,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__ActorRefsAssignment_8_4"
- // InternalRoom.g:26534:1: rule__SubSystemClass__ActorRefsAssignment_8_4 : ( ruleActorRef ) ;
+ // InternalRoom.g:26449:1: rule__SubSystemClass__ActorRefsAssignment_8_4 : ( ruleActorRef ) ;
public final void rule__SubSystemClass__ActorRefsAssignment_8_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26538:1: ( ( ruleActorRef ) )
- // InternalRoom.g:26539:1: ( ruleActorRef )
+ // InternalRoom.g:26453:1: ( ( ruleActorRef ) )
+ // InternalRoom.g:26454:1: ( ruleActorRef )
{
- // InternalRoom.g:26539:1: ( ruleActorRef )
- // InternalRoom.g:26540:1: ruleActorRef
+ // InternalRoom.g:26454:1: ( ruleActorRef )
+ // InternalRoom.g:26455:1: ruleActorRef
{
before(grammarAccess.getSubSystemClassAccess().getActorRefsActorRefParserRuleCall_8_4_0());
pushFollow(FOLLOW_2);
@@ -72029,17 +71838,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5"
- // InternalRoom.g:26549:1: rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5 : ( ruleSPP ) ;
+ // InternalRoom.g:26464:1: rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5 : ( ruleSPP ) ;
public final void rule__SubSystemClass__ServiceProvisionPointsAssignment_8_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26553:1: ( ( ruleSPP ) )
- // InternalRoom.g:26554:1: ( ruleSPP )
+ // InternalRoom.g:26468:1: ( ( ruleSPP ) )
+ // InternalRoom.g:26469:1: ( ruleSPP )
{
- // InternalRoom.g:26554:1: ( ruleSPP )
- // InternalRoom.g:26555:1: ruleSPP
+ // InternalRoom.g:26469:1: ( ruleSPP )
+ // InternalRoom.g:26470:1: ruleSPP
{
before(grammarAccess.getSubSystemClassAccess().getServiceProvisionPointsSPPParserRuleCall_8_5_0());
pushFollow(FOLLOW_2);
@@ -72070,17 +71879,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubSystemClass__RelayPortsAssignment_8_6"
- // InternalRoom.g:26564:1: rule__SubSystemClass__RelayPortsAssignment_8_6 : ( rulePort ) ;
+ // InternalRoom.g:26479:1: rule__SubSystemClass__RelayPortsAssignment_8_6 : ( rulePort ) ;
public final void rule__SubSystemClass__RelayPortsAssignment_8_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26568:1: ( ( rulePort ) )
- // InternalRoom.g:26569:1: ( rulePort )
+ // InternalRoom.g:26483:1: ( ( rulePort ) )
+ // InternalRoom.g:26484:1: ( rulePort )
{
- // InternalRoom.g:26569:1: ( rulePort )
- // InternalRoom.g:26570:1: rulePort
+ // InternalRoom.g:26484:1: ( rulePort )
+ // InternalRoom.g:26485:1: rulePort
{
before(grammarAccess.getSubSystemClassAccess().getRelayPortsPortParserRuleCall_8_6_0());
pushFollow(FOLLOW_2);
@@ -72111,17 +71920,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LogicalThread__NameAssignment_1"
- // InternalRoom.g:26579:1: rule__LogicalThread__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:26494:1: rule__LogicalThread__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__LogicalThread__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26583:1: ( ( RULE_ID ) )
- // InternalRoom.g:26584:1: ( RULE_ID )
+ // InternalRoom.g:26498:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26499:1: ( RULE_ID )
{
- // InternalRoom.g:26584:1: ( RULE_ID )
- // InternalRoom.g:26585:1: RULE_ID
+ // InternalRoom.g:26499:1: ( RULE_ID )
+ // InternalRoom.g:26500:1: RULE_ID
{
before(grammarAccess.getLogicalThreadAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -72148,17 +71957,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__PathAssignment_1"
- // InternalRoom.g:26594:1: rule__ActorInstanceMapping__PathAssignment_1 : ( ruleRefPath ) ;
+ // InternalRoom.g:26509:1: rule__ActorInstanceMapping__PathAssignment_1 : ( ruleRefPath ) ;
public final void rule__ActorInstanceMapping__PathAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26598:1: ( ( ruleRefPath ) )
- // InternalRoom.g:26599:1: ( ruleRefPath )
+ // InternalRoom.g:26513:1: ( ( ruleRefPath ) )
+ // InternalRoom.g:26514:1: ( ruleRefPath )
{
- // InternalRoom.g:26599:1: ( ruleRefPath )
- // InternalRoom.g:26600:1: ruleRefPath
+ // InternalRoom.g:26514:1: ( ruleRefPath )
+ // InternalRoom.g:26515:1: ruleRefPath
{
before(grammarAccess.getActorInstanceMappingAccess().getPathRefPathParserRuleCall_1_0());
pushFollow(FOLLOW_2);
@@ -72189,21 +71998,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__ThreadAssignment_3"
- // InternalRoom.g:26609:1: rule__ActorInstanceMapping__ThreadAssignment_3 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:26524:1: rule__ActorInstanceMapping__ThreadAssignment_3 : ( ( RULE_ID ) ) ;
public final void rule__ActorInstanceMapping__ThreadAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26613:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:26614:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26528:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:26529:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:26614:1: ( ( RULE_ID ) )
- // InternalRoom.g:26615:1: ( RULE_ID )
+ // InternalRoom.g:26529:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26530:1: ( RULE_ID )
{
before(grammarAccess.getActorInstanceMappingAccess().getThreadLogicalThreadCrossReference_3_0());
- // InternalRoom.g:26616:1: ( RULE_ID )
- // InternalRoom.g:26617:1: RULE_ID
+ // InternalRoom.g:26531:1: ( RULE_ID )
+ // InternalRoom.g:26532:1: RULE_ID
{
before(grammarAccess.getActorInstanceMappingAccess().getThreadLogicalThreadIDTerminalRuleCall_3_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -72234,17 +72043,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1"
- // InternalRoom.g:26628:1: rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1 : ( ruleActorInstanceMapping ) ;
+ // InternalRoom.g:26543:1: rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1 : ( ruleActorInstanceMapping ) ;
public final void rule__ActorInstanceMapping__ActorInstanceMappingsAssignment_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26632:1: ( ( ruleActorInstanceMapping ) )
- // InternalRoom.g:26633:1: ( ruleActorInstanceMapping )
+ // InternalRoom.g:26547:1: ( ( ruleActorInstanceMapping ) )
+ // InternalRoom.g:26548:1: ( ruleActorInstanceMapping )
{
- // InternalRoom.g:26633:1: ( ruleActorInstanceMapping )
- // InternalRoom.g:26634:1: ruleActorInstanceMapping
+ // InternalRoom.g:26548:1: ( ruleActorInstanceMapping )
+ // InternalRoom.g:26549:1: ruleActorInstanceMapping
{
before(grammarAccess.getActorInstanceMappingAccess().getActorInstanceMappingsActorInstanceMappingParserRuleCall_4_1_0());
pushFollow(FOLLOW_2);
@@ -72275,17 +72084,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefPath__RefsAssignment_0"
- // InternalRoom.g:26643:1: rule__RefPath__RefsAssignment_0 : ( ruleRefSegment ) ;
+ // InternalRoom.g:26558:1: rule__RefPath__RefsAssignment_0 : ( ruleRefSegment ) ;
public final void rule__RefPath__RefsAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26647:1: ( ( ruleRefSegment ) )
- // InternalRoom.g:26648:1: ( ruleRefSegment )
+ // InternalRoom.g:26562:1: ( ( ruleRefSegment ) )
+ // InternalRoom.g:26563:1: ( ruleRefSegment )
{
- // InternalRoom.g:26648:1: ( ruleRefSegment )
- // InternalRoom.g:26649:1: ruleRefSegment
+ // InternalRoom.g:26563:1: ( ruleRefSegment )
+ // InternalRoom.g:26564:1: ruleRefSegment
{
before(grammarAccess.getRefPathAccess().getRefsRefSegmentParserRuleCall_0_0());
pushFollow(FOLLOW_2);
@@ -72316,17 +72125,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefPath__RefsAssignment_1_1"
- // InternalRoom.g:26658:1: rule__RefPath__RefsAssignment_1_1 : ( ruleRefSegment ) ;
+ // InternalRoom.g:26573:1: rule__RefPath__RefsAssignment_1_1 : ( ruleRefSegment ) ;
public final void rule__RefPath__RefsAssignment_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26662:1: ( ( ruleRefSegment ) )
- // InternalRoom.g:26663:1: ( ruleRefSegment )
+ // InternalRoom.g:26577:1: ( ( ruleRefSegment ) )
+ // InternalRoom.g:26578:1: ( ruleRefSegment )
{
- // InternalRoom.g:26663:1: ( ruleRefSegment )
- // InternalRoom.g:26664:1: ruleRefSegment
+ // InternalRoom.g:26578:1: ( ruleRefSegment )
+ // InternalRoom.g:26579:1: ruleRefSegment
{
before(grammarAccess.getRefPathAccess().getRefsRefSegmentParserRuleCall_1_1_0());
pushFollow(FOLLOW_2);
@@ -72357,17 +72166,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefSegment__RefAssignment_0"
- // InternalRoom.g:26673:1: rule__RefSegment__RefAssignment_0 : ( RULE_ID ) ;
+ // InternalRoom.g:26588:1: rule__RefSegment__RefAssignment_0 : ( RULE_ID ) ;
public final void rule__RefSegment__RefAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26677:1: ( ( RULE_ID ) )
- // InternalRoom.g:26678:1: ( RULE_ID )
+ // InternalRoom.g:26592:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26593:1: ( RULE_ID )
{
- // InternalRoom.g:26678:1: ( RULE_ID )
- // InternalRoom.g:26679:1: RULE_ID
+ // InternalRoom.g:26593:1: ( RULE_ID )
+ // InternalRoom.g:26594:1: RULE_ID
{
before(grammarAccess.getRefSegmentAccess().getRefIDTerminalRuleCall_0_0());
match(input,RULE_ID,FOLLOW_2);
@@ -72394,17 +72203,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefSegment__IdxAssignment_1_1"
- // InternalRoom.g:26688:1: rule__RefSegment__IdxAssignment_1_1 : ( RULE_INT ) ;
+ // InternalRoom.g:26603:1: rule__RefSegment__IdxAssignment_1_1 : ( RULE_INT ) ;
public final void rule__RefSegment__IdxAssignment_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26692:1: ( ( RULE_INT ) )
- // InternalRoom.g:26693:1: ( RULE_INT )
+ // InternalRoom.g:26607:1: ( ( RULE_INT ) )
+ // InternalRoom.g:26608:1: ( RULE_INT )
{
- // InternalRoom.g:26693:1: ( RULE_INT )
- // InternalRoom.g:26694:1: RULE_INT
+ // InternalRoom.g:26608:1: ( RULE_INT )
+ // InternalRoom.g:26609:1: RULE_INT
{
before(grammarAccess.getRefSegmentAccess().getIdxINTTerminalRuleCall_1_1_0());
match(input,RULE_INT,FOLLOW_2);
@@ -72431,17 +72240,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Binding__Endpoint1Assignment_1"
- // InternalRoom.g:26703:1: rule__Binding__Endpoint1Assignment_1 : ( ruleBindingEndPoint ) ;
+ // InternalRoom.g:26618:1: rule__Binding__Endpoint1Assignment_1 : ( ruleBindingEndPoint ) ;
public final void rule__Binding__Endpoint1Assignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26707:1: ( ( ruleBindingEndPoint ) )
- // InternalRoom.g:26708:1: ( ruleBindingEndPoint )
+ // InternalRoom.g:26622:1: ( ( ruleBindingEndPoint ) )
+ // InternalRoom.g:26623:1: ( ruleBindingEndPoint )
{
- // InternalRoom.g:26708:1: ( ruleBindingEndPoint )
- // InternalRoom.g:26709:1: ruleBindingEndPoint
+ // InternalRoom.g:26623:1: ( ruleBindingEndPoint )
+ // InternalRoom.g:26624:1: ruleBindingEndPoint
{
before(grammarAccess.getBindingAccess().getEndpoint1BindingEndPointParserRuleCall_1_0());
pushFollow(FOLLOW_2);
@@ -72472,17 +72281,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Binding__Endpoint2Assignment_3"
- // InternalRoom.g:26718:1: rule__Binding__Endpoint2Assignment_3 : ( ruleBindingEndPoint ) ;
+ // InternalRoom.g:26633:1: rule__Binding__Endpoint2Assignment_3 : ( ruleBindingEndPoint ) ;
public final void rule__Binding__Endpoint2Assignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26722:1: ( ( ruleBindingEndPoint ) )
- // InternalRoom.g:26723:1: ( ruleBindingEndPoint )
+ // InternalRoom.g:26637:1: ( ( ruleBindingEndPoint ) )
+ // InternalRoom.g:26638:1: ( ruleBindingEndPoint )
{
- // InternalRoom.g:26723:1: ( ruleBindingEndPoint )
- // InternalRoom.g:26724:1: ruleBindingEndPoint
+ // InternalRoom.g:26638:1: ( ruleBindingEndPoint )
+ // InternalRoom.g:26639:1: ruleBindingEndPoint
{
before(grammarAccess.getBindingAccess().getEndpoint2BindingEndPointParserRuleCall_3_0());
pushFollow(FOLLOW_2);
@@ -72513,21 +72322,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BindingEndPoint__ActorRefAssignment_0_0"
- // InternalRoom.g:26733:1: rule__BindingEndPoint__ActorRefAssignment_0_0 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:26648:1: rule__BindingEndPoint__ActorRefAssignment_0_0 : ( ( RULE_ID ) ) ;
public final void rule__BindingEndPoint__ActorRefAssignment_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26737:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:26738:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26652:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:26653:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:26738:1: ( ( RULE_ID ) )
- // InternalRoom.g:26739:1: ( RULE_ID )
+ // InternalRoom.g:26653:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26654:1: ( RULE_ID )
{
before(grammarAccess.getBindingEndPointAccess().getActorRefActorContainerRefCrossReference_0_0_0());
- // InternalRoom.g:26740:1: ( RULE_ID )
- // InternalRoom.g:26741:1: RULE_ID
+ // InternalRoom.g:26655:1: ( RULE_ID )
+ // InternalRoom.g:26656:1: RULE_ID
{
before(grammarAccess.getBindingEndPointAccess().getActorRefActorContainerRefIDTerminalRuleCall_0_0_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -72558,21 +72367,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BindingEndPoint__PortAssignment_1"
- // InternalRoom.g:26752:1: rule__BindingEndPoint__PortAssignment_1 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:26667:1: rule__BindingEndPoint__PortAssignment_1 : ( ( RULE_ID ) ) ;
public final void rule__BindingEndPoint__PortAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26756:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:26757:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26671:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:26672:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:26757:1: ( ( RULE_ID ) )
- // InternalRoom.g:26758:1: ( RULE_ID )
+ // InternalRoom.g:26672:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26673:1: ( RULE_ID )
{
before(grammarAccess.getBindingEndPointAccess().getPortPortCrossReference_1_0());
- // InternalRoom.g:26759:1: ( RULE_ID )
- // InternalRoom.g:26760:1: RULE_ID
+ // InternalRoom.g:26674:1: ( RULE_ID )
+ // InternalRoom.g:26675:1: RULE_ID
{
before(grammarAccess.getBindingEndPointAccess().getPortPortIDTerminalRuleCall_1_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -72603,21 +72412,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BindingEndPoint__SubAssignment_2_1"
- // InternalRoom.g:26771:1: rule__BindingEndPoint__SubAssignment_2_1 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:26686:1: rule__BindingEndPoint__SubAssignment_2_1 : ( ( RULE_ID ) ) ;
public final void rule__BindingEndPoint__SubAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26775:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:26776:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26690:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:26691:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:26776:1: ( ( RULE_ID ) )
- // InternalRoom.g:26777:1: ( RULE_ID )
+ // InternalRoom.g:26691:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26692:1: ( RULE_ID )
{
before(grammarAccess.getBindingEndPointAccess().getSubSubProtocolCrossReference_2_1_0());
- // InternalRoom.g:26778:1: ( RULE_ID )
- // InternalRoom.g:26779:1: RULE_ID
+ // InternalRoom.g:26693:1: ( RULE_ID )
+ // InternalRoom.g:26694:1: RULE_ID
{
before(grammarAccess.getBindingEndPointAccess().getSubSubProtocolIDTerminalRuleCall_2_1_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -72648,17 +72457,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LayerConnection__FromAssignment_1"
- // InternalRoom.g:26790:1: rule__LayerConnection__FromAssignment_1 : ( ruleSAPoint ) ;
+ // InternalRoom.g:26705:1: rule__LayerConnection__FromAssignment_1 : ( ruleSAPoint ) ;
public final void rule__LayerConnection__FromAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26794:1: ( ( ruleSAPoint ) )
- // InternalRoom.g:26795:1: ( ruleSAPoint )
+ // InternalRoom.g:26709:1: ( ( ruleSAPoint ) )
+ // InternalRoom.g:26710:1: ( ruleSAPoint )
{
- // InternalRoom.g:26795:1: ( ruleSAPoint )
- // InternalRoom.g:26796:1: ruleSAPoint
+ // InternalRoom.g:26710:1: ( ruleSAPoint )
+ // InternalRoom.g:26711:1: ruleSAPoint
{
before(grammarAccess.getLayerConnectionAccess().getFromSAPointParserRuleCall_1_0());
pushFollow(FOLLOW_2);
@@ -72689,17 +72498,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__LayerConnection__ToAssignment_3"
- // InternalRoom.g:26805:1: rule__LayerConnection__ToAssignment_3 : ( ruleSPPoint ) ;
+ // InternalRoom.g:26720:1: rule__LayerConnection__ToAssignment_3 : ( ruleSPPoint ) ;
public final void rule__LayerConnection__ToAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26809:1: ( ( ruleSPPoint ) )
- // InternalRoom.g:26810:1: ( ruleSPPoint )
+ // InternalRoom.g:26724:1: ( ( ruleSPPoint ) )
+ // InternalRoom.g:26725:1: ( ruleSPPoint )
{
- // InternalRoom.g:26810:1: ( ruleSPPoint )
- // InternalRoom.g:26811:1: ruleSPPoint
+ // InternalRoom.g:26725:1: ( ruleSPPoint )
+ // InternalRoom.g:26726:1: ruleSPPoint
{
before(grammarAccess.getLayerConnectionAccess().getToSPPointParserRuleCall_3_0());
pushFollow(FOLLOW_2);
@@ -72730,21 +72539,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefSAPoint__RefAssignment_1"
- // InternalRoom.g:26820:1: rule__RefSAPoint__RefAssignment_1 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:26735:1: rule__RefSAPoint__RefAssignment_1 : ( ( RULE_ID ) ) ;
public final void rule__RefSAPoint__RefAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26824:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:26825:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26739:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:26740:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:26825:1: ( ( RULE_ID ) )
- // InternalRoom.g:26826:1: ( RULE_ID )
+ // InternalRoom.g:26740:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26741:1: ( RULE_ID )
{
before(grammarAccess.getRefSAPointAccess().getRefActorContainerRefCrossReference_1_0());
- // InternalRoom.g:26827:1: ( RULE_ID )
- // InternalRoom.g:26828:1: RULE_ID
+ // InternalRoom.g:26742:1: ( RULE_ID )
+ // InternalRoom.g:26743:1: RULE_ID
{
before(grammarAccess.getRefSAPointAccess().getRefActorContainerRefIDTerminalRuleCall_1_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -72775,21 +72584,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RelaySAPoint__RelayAssignment_1"
- // InternalRoom.g:26839:1: rule__RelaySAPoint__RelayAssignment_1 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:26754:1: rule__RelaySAPoint__RelayAssignment_1 : ( ( RULE_ID ) ) ;
public final void rule__RelaySAPoint__RelayAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26843:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:26844:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26758:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:26759:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:26844:1: ( ( RULE_ID ) )
- // InternalRoom.g:26845:1: ( RULE_ID )
+ // InternalRoom.g:26759:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26760:1: ( RULE_ID )
{
before(grammarAccess.getRelaySAPointAccess().getRelaySPPCrossReference_1_0());
- // InternalRoom.g:26846:1: ( RULE_ID )
- // InternalRoom.g:26847:1: RULE_ID
+ // InternalRoom.g:26761:1: ( RULE_ID )
+ // InternalRoom.g:26762:1: RULE_ID
{
before(grammarAccess.getRelaySAPointAccess().getRelaySPPIDTerminalRuleCall_1_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -72820,21 +72629,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPPoint__RefAssignment_0"
- // InternalRoom.g:26858:1: rule__SPPoint__RefAssignment_0 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:26773:1: rule__SPPoint__RefAssignment_0 : ( ( RULE_ID ) ) ;
public final void rule__SPPoint__RefAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26862:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:26863:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26777:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:26778:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:26863:1: ( ( RULE_ID ) )
- // InternalRoom.g:26864:1: ( RULE_ID )
+ // InternalRoom.g:26778:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26779:1: ( RULE_ID )
{
before(grammarAccess.getSPPointAccess().getRefActorContainerRefCrossReference_0_0());
- // InternalRoom.g:26865:1: ( RULE_ID )
- // InternalRoom.g:26866:1: RULE_ID
+ // InternalRoom.g:26780:1: ( RULE_ID )
+ // InternalRoom.g:26781:1: RULE_ID
{
before(grammarAccess.getSPPointAccess().getRefActorContainerRefIDTerminalRuleCall_0_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -72865,21 +72674,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SPPoint__ServiceAssignment_2"
- // InternalRoom.g:26877:1: rule__SPPoint__ServiceAssignment_2 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:26792:1: rule__SPPoint__ServiceAssignment_2 : ( ( RULE_ID ) ) ;
public final void rule__SPPoint__ServiceAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26881:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:26882:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26796:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:26797:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:26882:1: ( ( RULE_ID ) )
- // InternalRoom.g:26883:1: ( RULE_ID )
+ // InternalRoom.g:26797:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26798:1: ( RULE_ID )
{
before(grammarAccess.getSPPointAccess().getServiceSPPCrossReference_2_0());
- // InternalRoom.g:26884:1: ( RULE_ID )
- // InternalRoom.g:26885:1: RULE_ID
+ // InternalRoom.g:26799:1: ( RULE_ID )
+ // InternalRoom.g:26800:1: RULE_ID
{
before(grammarAccess.getSPPointAccess().getServiceSPPIDTerminalRuleCall_2_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -72910,17 +72719,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__RefTypeAssignment_0"
- // InternalRoom.g:26896:1: rule__ActorRef__RefTypeAssignment_0 : ( ruleReferenceType ) ;
+ // InternalRoom.g:26811:1: rule__ActorRef__RefTypeAssignment_0 : ( ruleReferenceType ) ;
public final void rule__ActorRef__RefTypeAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26900:1: ( ( ruleReferenceType ) )
- // InternalRoom.g:26901:1: ( ruleReferenceType )
+ // InternalRoom.g:26815:1: ( ( ruleReferenceType ) )
+ // InternalRoom.g:26816:1: ( ruleReferenceType )
{
- // InternalRoom.g:26901:1: ( ruleReferenceType )
- // InternalRoom.g:26902:1: ruleReferenceType
+ // InternalRoom.g:26816:1: ( ruleReferenceType )
+ // InternalRoom.g:26817:1: ruleReferenceType
{
before(grammarAccess.getActorRefAccess().getRefTypeReferenceTypeEnumRuleCall_0_0());
pushFollow(FOLLOW_2);
@@ -72951,17 +72760,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__NameAssignment_2"
- // InternalRoom.g:26911:1: rule__ActorRef__NameAssignment_2 : ( RULE_ID ) ;
+ // InternalRoom.g:26826:1: rule__ActorRef__NameAssignment_2 : ( RULE_ID ) ;
public final void rule__ActorRef__NameAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26915:1: ( ( RULE_ID ) )
- // InternalRoom.g:26916:1: ( RULE_ID )
+ // InternalRoom.g:26830:1: ( ( RULE_ID ) )
+ // InternalRoom.g:26831:1: ( RULE_ID )
{
- // InternalRoom.g:26916:1: ( RULE_ID )
- // InternalRoom.g:26917:1: RULE_ID
+ // InternalRoom.g:26831:1: ( RULE_ID )
+ // InternalRoom.g:26832:1: RULE_ID
{
before(grammarAccess.getActorRefAccess().getNameIDTerminalRuleCall_2_0());
match(input,RULE_ID,FOLLOW_2);
@@ -72988,17 +72797,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__MultiplicityAssignment_3"
- // InternalRoom.g:26926:1: rule__ActorRef__MultiplicityAssignment_3 : ( ruleMULTIPLICITY ) ;
+ // InternalRoom.g:26841:1: rule__ActorRef__MultiplicityAssignment_3 : ( ruleMULTIPLICITY ) ;
public final void rule__ActorRef__MultiplicityAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26930:1: ( ( ruleMULTIPLICITY ) )
- // InternalRoom.g:26931:1: ( ruleMULTIPLICITY )
+ // InternalRoom.g:26845:1: ( ( ruleMULTIPLICITY ) )
+ // InternalRoom.g:26846:1: ( ruleMULTIPLICITY )
{
- // InternalRoom.g:26931:1: ( ruleMULTIPLICITY )
- // InternalRoom.g:26932:1: ruleMULTIPLICITY
+ // InternalRoom.g:26846:1: ( ruleMULTIPLICITY )
+ // InternalRoom.g:26847:1: ruleMULTIPLICITY
{
before(grammarAccess.getActorRefAccess().getMultiplicityMULTIPLICITYParserRuleCall_3_0());
pushFollow(FOLLOW_2);
@@ -73029,21 +72838,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__TypeAssignment_5"
- // InternalRoom.g:26941:1: rule__ActorRef__TypeAssignment_5 : ( ( ruleFQN ) ) ;
+ // InternalRoom.g:26856:1: rule__ActorRef__TypeAssignment_5 : ( ( ruleFQN ) ) ;
public final void rule__ActorRef__TypeAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26945:1: ( ( ( ruleFQN ) ) )
- // InternalRoom.g:26946:1: ( ( ruleFQN ) )
+ // InternalRoom.g:26860:1: ( ( ( ruleFQN ) ) )
+ // InternalRoom.g:26861:1: ( ( ruleFQN ) )
{
- // InternalRoom.g:26946:1: ( ( ruleFQN ) )
- // InternalRoom.g:26947:1: ( ruleFQN )
+ // InternalRoom.g:26861:1: ( ( ruleFQN ) )
+ // InternalRoom.g:26862:1: ( ruleFQN )
{
before(grammarAccess.getActorRefAccess().getTypeActorClassCrossReference_5_0());
- // InternalRoom.g:26948:1: ( ruleFQN )
- // InternalRoom.g:26949:1: ruleFQN
+ // InternalRoom.g:26863:1: ( ruleFQN )
+ // InternalRoom.g:26864:1: ruleFQN
{
before(grammarAccess.getActorRefAccess().getTypeActorClassFQNParserRuleCall_5_0_1());
pushFollow(FOLLOW_2);
@@ -73078,17 +72887,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ActorRef__DocuAssignment_6"
- // InternalRoom.g:26960:1: rule__ActorRef__DocuAssignment_6 : ( ruleDocumentation ) ;
+ // InternalRoom.g:26875:1: rule__ActorRef__DocuAssignment_6 : ( ruleDocumentation ) ;
public final void rule__ActorRef__DocuAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26964:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:26965:1: ( ruleDocumentation )
+ // InternalRoom.g:26879:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:26880:1: ( ruleDocumentation )
{
- // InternalRoom.g:26965:1: ( ruleDocumentation )
- // InternalRoom.g:26966:1: ruleDocumentation
+ // InternalRoom.g:26880:1: ( ruleDocumentation )
+ // InternalRoom.g:26881:1: ruleDocumentation
{
before(grammarAccess.getActorRefAccess().getDocuDocumentationParserRuleCall_6_0());
pushFollow(FOLLOW_2);
@@ -73119,17 +72928,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateGraph__StatesAssignment_2_0"
- // InternalRoom.g:26976:1: rule__StateGraph__StatesAssignment_2_0 : ( ruleState ) ;
+ // InternalRoom.g:26891:1: rule__StateGraph__StatesAssignment_2_0 : ( ruleState ) ;
public final void rule__StateGraph__StatesAssignment_2_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26980:1: ( ( ruleState ) )
- // InternalRoom.g:26981:1: ( ruleState )
+ // InternalRoom.g:26895:1: ( ( ruleState ) )
+ // InternalRoom.g:26896:1: ( ruleState )
{
- // InternalRoom.g:26981:1: ( ruleState )
- // InternalRoom.g:26982:1: ruleState
+ // InternalRoom.g:26896:1: ( ruleState )
+ // InternalRoom.g:26897:1: ruleState
{
before(grammarAccess.getStateGraphAccess().getStatesStateParserRuleCall_2_0_0());
pushFollow(FOLLOW_2);
@@ -73160,17 +72969,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateGraph__TrPointsAssignment_2_1"
- // InternalRoom.g:26991:1: rule__StateGraph__TrPointsAssignment_2_1 : ( ruleTrPoint ) ;
+ // InternalRoom.g:26906:1: rule__StateGraph__TrPointsAssignment_2_1 : ( ruleTrPoint ) ;
public final void rule__StateGraph__TrPointsAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:26995:1: ( ( ruleTrPoint ) )
- // InternalRoom.g:26996:1: ( ruleTrPoint )
+ // InternalRoom.g:26910:1: ( ( ruleTrPoint ) )
+ // InternalRoom.g:26911:1: ( ruleTrPoint )
{
- // InternalRoom.g:26996:1: ( ruleTrPoint )
- // InternalRoom.g:26997:1: ruleTrPoint
+ // InternalRoom.g:26911:1: ( ruleTrPoint )
+ // InternalRoom.g:26912:1: ruleTrPoint
{
before(grammarAccess.getStateGraphAccess().getTrPointsTrPointParserRuleCall_2_1_0());
pushFollow(FOLLOW_2);
@@ -73201,17 +73010,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateGraph__ChPointsAssignment_2_2"
- // InternalRoom.g:27006:1: rule__StateGraph__ChPointsAssignment_2_2 : ( ruleChoicePoint ) ;
+ // InternalRoom.g:26921:1: rule__StateGraph__ChPointsAssignment_2_2 : ( ruleChoicePoint ) ;
public final void rule__StateGraph__ChPointsAssignment_2_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27010:1: ( ( ruleChoicePoint ) )
- // InternalRoom.g:27011:1: ( ruleChoicePoint )
+ // InternalRoom.g:26925:1: ( ( ruleChoicePoint ) )
+ // InternalRoom.g:26926:1: ( ruleChoicePoint )
{
- // InternalRoom.g:27011:1: ( ruleChoicePoint )
- // InternalRoom.g:27012:1: ruleChoicePoint
+ // InternalRoom.g:26926:1: ( ruleChoicePoint )
+ // InternalRoom.g:26927:1: ruleChoicePoint
{
before(grammarAccess.getStateGraphAccess().getChPointsChoicePointParserRuleCall_2_2_0());
pushFollow(FOLLOW_2);
@@ -73242,17 +73051,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateGraph__TransitionsAssignment_2_3"
- // InternalRoom.g:27021:1: rule__StateGraph__TransitionsAssignment_2_3 : ( ruleTransition ) ;
+ // InternalRoom.g:26936:1: rule__StateGraph__TransitionsAssignment_2_3 : ( ruleTransition ) ;
public final void rule__StateGraph__TransitionsAssignment_2_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27025:1: ( ( ruleTransition ) )
- // InternalRoom.g:27026:1: ( ruleTransition )
+ // InternalRoom.g:26940:1: ( ( ruleTransition ) )
+ // InternalRoom.g:26941:1: ( ruleTransition )
{
- // InternalRoom.g:27026:1: ( ruleTransition )
- // InternalRoom.g:27027:1: ruleTransition
+ // InternalRoom.g:26941:1: ( ruleTransition )
+ // InternalRoom.g:26942:1: ruleTransition
{
before(grammarAccess.getStateGraphAccess().getTransitionsTransitionParserRuleCall_2_3_0());
pushFollow(FOLLOW_2);
@@ -73283,17 +73092,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateGraph__RefinedTransitionsAssignment_2_4"
- // InternalRoom.g:27036:1: rule__StateGraph__RefinedTransitionsAssignment_2_4 : ( ruleRefinedTransition ) ;
+ // InternalRoom.g:26951:1: rule__StateGraph__RefinedTransitionsAssignment_2_4 : ( ruleRefinedTransition ) ;
public final void rule__StateGraph__RefinedTransitionsAssignment_2_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27040:1: ( ( ruleRefinedTransition ) )
- // InternalRoom.g:27041:1: ( ruleRefinedTransition )
+ // InternalRoom.g:26955:1: ( ( ruleRefinedTransition ) )
+ // InternalRoom.g:26956:1: ( ruleRefinedTransition )
{
- // InternalRoom.g:27041:1: ( ruleRefinedTransition )
- // InternalRoom.g:27042:1: ruleRefinedTransition
+ // InternalRoom.g:26956:1: ( ruleRefinedTransition )
+ // InternalRoom.g:26957:1: ruleRefinedTransition
{
before(grammarAccess.getStateGraphAccess().getRefinedTransitionsRefinedTransitionParserRuleCall_2_4_0());
pushFollow(FOLLOW_2);
@@ -73324,17 +73133,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateMachine__StatesAssignment_3_0"
- // InternalRoom.g:27051:1: rule__StateMachine__StatesAssignment_3_0 : ( ruleState ) ;
+ // InternalRoom.g:26966:1: rule__StateMachine__StatesAssignment_3_0 : ( ruleState ) ;
public final void rule__StateMachine__StatesAssignment_3_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27055:1: ( ( ruleState ) )
- // InternalRoom.g:27056:1: ( ruleState )
+ // InternalRoom.g:26970:1: ( ( ruleState ) )
+ // InternalRoom.g:26971:1: ( ruleState )
{
- // InternalRoom.g:27056:1: ( ruleState )
- // InternalRoom.g:27057:1: ruleState
+ // InternalRoom.g:26971:1: ( ruleState )
+ // InternalRoom.g:26972:1: ruleState
{
before(grammarAccess.getStateMachineAccess().getStatesStateParserRuleCall_3_0_0());
pushFollow(FOLLOW_2);
@@ -73365,17 +73174,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateMachine__TrPointsAssignment_3_1"
- // InternalRoom.g:27066:1: rule__StateMachine__TrPointsAssignment_3_1 : ( ruleTrPoint ) ;
+ // InternalRoom.g:26981:1: rule__StateMachine__TrPointsAssignment_3_1 : ( ruleTrPoint ) ;
public final void rule__StateMachine__TrPointsAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27070:1: ( ( ruleTrPoint ) )
- // InternalRoom.g:27071:1: ( ruleTrPoint )
+ // InternalRoom.g:26985:1: ( ( ruleTrPoint ) )
+ // InternalRoom.g:26986:1: ( ruleTrPoint )
{
- // InternalRoom.g:27071:1: ( ruleTrPoint )
- // InternalRoom.g:27072:1: ruleTrPoint
+ // InternalRoom.g:26986:1: ( ruleTrPoint )
+ // InternalRoom.g:26987:1: ruleTrPoint
{
before(grammarAccess.getStateMachineAccess().getTrPointsTrPointParserRuleCall_3_1_0());
pushFollow(FOLLOW_2);
@@ -73406,17 +73215,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateMachine__ChPointsAssignment_3_2"
- // InternalRoom.g:27081:1: rule__StateMachine__ChPointsAssignment_3_2 : ( ruleChoicePoint ) ;
+ // InternalRoom.g:26996:1: rule__StateMachine__ChPointsAssignment_3_2 : ( ruleChoicePoint ) ;
public final void rule__StateMachine__ChPointsAssignment_3_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27085:1: ( ( ruleChoicePoint ) )
- // InternalRoom.g:27086:1: ( ruleChoicePoint )
+ // InternalRoom.g:27000:1: ( ( ruleChoicePoint ) )
+ // InternalRoom.g:27001:1: ( ruleChoicePoint )
{
- // InternalRoom.g:27086:1: ( ruleChoicePoint )
- // InternalRoom.g:27087:1: ruleChoicePoint
+ // InternalRoom.g:27001:1: ( ruleChoicePoint )
+ // InternalRoom.g:27002:1: ruleChoicePoint
{
before(grammarAccess.getStateMachineAccess().getChPointsChoicePointParserRuleCall_3_2_0());
pushFollow(FOLLOW_2);
@@ -73447,17 +73256,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateMachine__TransitionsAssignment_3_3"
- // InternalRoom.g:27096:1: rule__StateMachine__TransitionsAssignment_3_3 : ( ruleTransition ) ;
+ // InternalRoom.g:27011:1: rule__StateMachine__TransitionsAssignment_3_3 : ( ruleTransition ) ;
public final void rule__StateMachine__TransitionsAssignment_3_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27100:1: ( ( ruleTransition ) )
- // InternalRoom.g:27101:1: ( ruleTransition )
+ // InternalRoom.g:27015:1: ( ( ruleTransition ) )
+ // InternalRoom.g:27016:1: ( ruleTransition )
{
- // InternalRoom.g:27101:1: ( ruleTransition )
- // InternalRoom.g:27102:1: ruleTransition
+ // InternalRoom.g:27016:1: ( ruleTransition )
+ // InternalRoom.g:27017:1: ruleTransition
{
before(grammarAccess.getStateMachineAccess().getTransitionsTransitionParserRuleCall_3_3_0());
pushFollow(FOLLOW_2);
@@ -73488,17 +73297,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateMachine__RefinedTransitionsAssignment_3_4"
- // InternalRoom.g:27111:1: rule__StateMachine__RefinedTransitionsAssignment_3_4 : ( ruleRefinedTransition ) ;
+ // InternalRoom.g:27026:1: rule__StateMachine__RefinedTransitionsAssignment_3_4 : ( ruleRefinedTransition ) ;
public final void rule__StateMachine__RefinedTransitionsAssignment_3_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27115:1: ( ( ruleRefinedTransition ) )
- // InternalRoom.g:27116:1: ( ruleRefinedTransition )
+ // InternalRoom.g:27030:1: ( ( ruleRefinedTransition ) )
+ // InternalRoom.g:27031:1: ( ruleRefinedTransition )
{
- // InternalRoom.g:27116:1: ( ruleRefinedTransition )
- // InternalRoom.g:27117:1: ruleRefinedTransition
+ // InternalRoom.g:27031:1: ( ruleRefinedTransition )
+ // InternalRoom.g:27032:1: ruleRefinedTransition
{
before(grammarAccess.getStateMachineAccess().getRefinedTransitionsRefinedTransitionParserRuleCall_3_4_0());
pushFollow(FOLLOW_2);
@@ -73529,17 +73338,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__NameAssignment_1"
- // InternalRoom.g:27126:1: rule__SimpleState__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:27041:1: rule__SimpleState__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__SimpleState__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27130:1: ( ( RULE_ID ) )
- // InternalRoom.g:27131:1: ( RULE_ID )
+ // InternalRoom.g:27045:1: ( ( RULE_ID ) )
+ // InternalRoom.g:27046:1: ( RULE_ID )
{
- // InternalRoom.g:27131:1: ( RULE_ID )
- // InternalRoom.g:27132:1: RULE_ID
+ // InternalRoom.g:27046:1: ( RULE_ID )
+ // InternalRoom.g:27047:1: RULE_ID
{
before(grammarAccess.getSimpleStateAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -73566,17 +73375,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__DocuAssignment_2"
- // InternalRoom.g:27141:1: rule__SimpleState__DocuAssignment_2 : ( ruleDocumentation ) ;
+ // InternalRoom.g:27056:1: rule__SimpleState__DocuAssignment_2 : ( ruleDocumentation ) ;
public final void rule__SimpleState__DocuAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27145:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:27146:1: ( ruleDocumentation )
+ // InternalRoom.g:27060:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:27061:1: ( ruleDocumentation )
{
- // InternalRoom.g:27146:1: ( ruleDocumentation )
- // InternalRoom.g:27147:1: ruleDocumentation
+ // InternalRoom.g:27061:1: ( ruleDocumentation )
+ // InternalRoom.g:27062:1: ruleDocumentation
{
before(grammarAccess.getSimpleStateAccess().getDocuDocumentationParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -73607,17 +73416,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__AnnotationsAssignment_3_1"
- // InternalRoom.g:27156:1: rule__SimpleState__AnnotationsAssignment_3_1 : ( ruleAnnotation ) ;
+ // InternalRoom.g:27071:1: rule__SimpleState__AnnotationsAssignment_3_1 : ( ruleAnnotation ) ;
public final void rule__SimpleState__AnnotationsAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27160:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:27161:1: ( ruleAnnotation )
+ // InternalRoom.g:27075:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:27076:1: ( ruleAnnotation )
{
- // InternalRoom.g:27161:1: ( ruleAnnotation )
- // InternalRoom.g:27162:1: ruleAnnotation
+ // InternalRoom.g:27076:1: ( ruleAnnotation )
+ // InternalRoom.g:27077:1: ruleAnnotation
{
before(grammarAccess.getSimpleStateAccess().getAnnotationsAnnotationParserRuleCall_3_1_0());
pushFollow(FOLLOW_2);
@@ -73648,17 +73457,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__EntryCodeAssignment_3_2_1"
- // InternalRoom.g:27171:1: rule__SimpleState__EntryCodeAssignment_3_2_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:27086:1: rule__SimpleState__EntryCodeAssignment_3_2_1 : ( ruleDetailCode ) ;
public final void rule__SimpleState__EntryCodeAssignment_3_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27175:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:27176:1: ( ruleDetailCode )
+ // InternalRoom.g:27090:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:27091:1: ( ruleDetailCode )
{
- // InternalRoom.g:27176:1: ( ruleDetailCode )
- // InternalRoom.g:27177:1: ruleDetailCode
+ // InternalRoom.g:27091:1: ( ruleDetailCode )
+ // InternalRoom.g:27092:1: ruleDetailCode
{
before(grammarAccess.getSimpleStateAccess().getEntryCodeDetailCodeParserRuleCall_3_2_1_0());
pushFollow(FOLLOW_2);
@@ -73689,17 +73498,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__ExitCodeAssignment_3_3_1"
- // InternalRoom.g:27186:1: rule__SimpleState__ExitCodeAssignment_3_3_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:27101:1: rule__SimpleState__ExitCodeAssignment_3_3_1 : ( ruleDetailCode ) ;
public final void rule__SimpleState__ExitCodeAssignment_3_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27190:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:27191:1: ( ruleDetailCode )
+ // InternalRoom.g:27105:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:27106:1: ( ruleDetailCode )
{
- // InternalRoom.g:27191:1: ( ruleDetailCode )
- // InternalRoom.g:27192:1: ruleDetailCode
+ // InternalRoom.g:27106:1: ( ruleDetailCode )
+ // InternalRoom.g:27107:1: ruleDetailCode
{
before(grammarAccess.getSimpleStateAccess().getExitCodeDetailCodeParserRuleCall_3_3_1_0());
pushFollow(FOLLOW_2);
@@ -73730,17 +73539,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__DoCodeAssignment_3_4_1"
- // InternalRoom.g:27201:1: rule__SimpleState__DoCodeAssignment_3_4_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:27116:1: rule__SimpleState__DoCodeAssignment_3_4_1 : ( ruleDetailCode ) ;
public final void rule__SimpleState__DoCodeAssignment_3_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27205:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:27206:1: ( ruleDetailCode )
+ // InternalRoom.g:27120:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:27121:1: ( ruleDetailCode )
{
- // InternalRoom.g:27206:1: ( ruleDetailCode )
- // InternalRoom.g:27207:1: ruleDetailCode
+ // InternalRoom.g:27121:1: ( ruleDetailCode )
+ // InternalRoom.g:27122:1: ruleDetailCode
{
before(grammarAccess.getSimpleStateAccess().getDoCodeDetailCodeParserRuleCall_3_4_1_0());
pushFollow(FOLLOW_2);
@@ -73771,17 +73580,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleState__SubgraphAssignment_3_5_1"
- // InternalRoom.g:27216:1: rule__SimpleState__SubgraphAssignment_3_5_1 : ( ruleStateGraph ) ;
+ // InternalRoom.g:27131:1: rule__SimpleState__SubgraphAssignment_3_5_1 : ( ruleStateGraph ) ;
public final void rule__SimpleState__SubgraphAssignment_3_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27220:1: ( ( ruleStateGraph ) )
- // InternalRoom.g:27221:1: ( ruleStateGraph )
+ // InternalRoom.g:27135:1: ( ( ruleStateGraph ) )
+ // InternalRoom.g:27136:1: ( ruleStateGraph )
{
- // InternalRoom.g:27221:1: ( ruleStateGraph )
- // InternalRoom.g:27222:1: ruleStateGraph
+ // InternalRoom.g:27136:1: ( ruleStateGraph )
+ // InternalRoom.g:27137:1: ruleStateGraph
{
before(grammarAccess.getSimpleStateAccess().getSubgraphStateGraphParserRuleCall_3_5_1_0());
pushFollow(FOLLOW_2);
@@ -73812,21 +73621,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__TargetAssignment_1"
- // InternalRoom.g:27231:1: rule__RefinedState__TargetAssignment_1 : ( ( ruleFQN ) ) ;
+ // InternalRoom.g:27146:1: rule__RefinedState__TargetAssignment_1 : ( ( ruleFQN ) ) ;
public final void rule__RefinedState__TargetAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27235:1: ( ( ( ruleFQN ) ) )
- // InternalRoom.g:27236:1: ( ( ruleFQN ) )
+ // InternalRoom.g:27150:1: ( ( ( ruleFQN ) ) )
+ // InternalRoom.g:27151:1: ( ( ruleFQN ) )
{
- // InternalRoom.g:27236:1: ( ( ruleFQN ) )
- // InternalRoom.g:27237:1: ( ruleFQN )
+ // InternalRoom.g:27151:1: ( ( ruleFQN ) )
+ // InternalRoom.g:27152:1: ( ruleFQN )
{
before(grammarAccess.getRefinedStateAccess().getTargetStateCrossReference_1_0());
- // InternalRoom.g:27238:1: ( ruleFQN )
- // InternalRoom.g:27239:1: ruleFQN
+ // InternalRoom.g:27153:1: ( ruleFQN )
+ // InternalRoom.g:27154:1: ruleFQN
{
before(grammarAccess.getRefinedStateAccess().getTargetStateFQNParserRuleCall_1_0_1());
pushFollow(FOLLOW_2);
@@ -73861,17 +73670,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__DocuAssignment_2"
- // InternalRoom.g:27250:1: rule__RefinedState__DocuAssignment_2 : ( ruleDocumentation ) ;
+ // InternalRoom.g:27165:1: rule__RefinedState__DocuAssignment_2 : ( ruleDocumentation ) ;
public final void rule__RefinedState__DocuAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27254:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:27255:1: ( ruleDocumentation )
+ // InternalRoom.g:27169:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:27170:1: ( ruleDocumentation )
{
- // InternalRoom.g:27255:1: ( ruleDocumentation )
- // InternalRoom.g:27256:1: ruleDocumentation
+ // InternalRoom.g:27170:1: ( ruleDocumentation )
+ // InternalRoom.g:27171:1: ruleDocumentation
{
before(grammarAccess.getRefinedStateAccess().getDocuDocumentationParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -73902,17 +73711,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__AnnotationsAssignment_4"
- // InternalRoom.g:27265:1: rule__RefinedState__AnnotationsAssignment_4 : ( ruleAnnotation ) ;
+ // InternalRoom.g:27180:1: rule__RefinedState__AnnotationsAssignment_4 : ( ruleAnnotation ) ;
public final void rule__RefinedState__AnnotationsAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27269:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:27270:1: ( ruleAnnotation )
+ // InternalRoom.g:27184:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:27185:1: ( ruleAnnotation )
{
- // InternalRoom.g:27270:1: ( ruleAnnotation )
- // InternalRoom.g:27271:1: ruleAnnotation
+ // InternalRoom.g:27185:1: ( ruleAnnotation )
+ // InternalRoom.g:27186:1: ruleAnnotation
{
before(grammarAccess.getRefinedStateAccess().getAnnotationsAnnotationParserRuleCall_4_0());
pushFollow(FOLLOW_2);
@@ -73943,17 +73752,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__EntryCodeAssignment_5_1"
- // InternalRoom.g:27280:1: rule__RefinedState__EntryCodeAssignment_5_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:27195:1: rule__RefinedState__EntryCodeAssignment_5_1 : ( ruleDetailCode ) ;
public final void rule__RefinedState__EntryCodeAssignment_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27284:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:27285:1: ( ruleDetailCode )
+ // InternalRoom.g:27199:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:27200:1: ( ruleDetailCode )
{
- // InternalRoom.g:27285:1: ( ruleDetailCode )
- // InternalRoom.g:27286:1: ruleDetailCode
+ // InternalRoom.g:27200:1: ( ruleDetailCode )
+ // InternalRoom.g:27201:1: ruleDetailCode
{
before(grammarAccess.getRefinedStateAccess().getEntryCodeDetailCodeParserRuleCall_5_1_0());
pushFollow(FOLLOW_2);
@@ -73984,17 +73793,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__ExitCodeAssignment_6_1"
- // InternalRoom.g:27295:1: rule__RefinedState__ExitCodeAssignment_6_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:27210:1: rule__RefinedState__ExitCodeAssignment_6_1 : ( ruleDetailCode ) ;
public final void rule__RefinedState__ExitCodeAssignment_6_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27299:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:27300:1: ( ruleDetailCode )
+ // InternalRoom.g:27214:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:27215:1: ( ruleDetailCode )
{
- // InternalRoom.g:27300:1: ( ruleDetailCode )
- // InternalRoom.g:27301:1: ruleDetailCode
+ // InternalRoom.g:27215:1: ( ruleDetailCode )
+ // InternalRoom.g:27216:1: ruleDetailCode
{
before(grammarAccess.getRefinedStateAccess().getExitCodeDetailCodeParserRuleCall_6_1_0());
pushFollow(FOLLOW_2);
@@ -74025,17 +73834,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__DoCodeAssignment_7_1"
- // InternalRoom.g:27310:1: rule__RefinedState__DoCodeAssignment_7_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:27225:1: rule__RefinedState__DoCodeAssignment_7_1 : ( ruleDetailCode ) ;
public final void rule__RefinedState__DoCodeAssignment_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27314:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:27315:1: ( ruleDetailCode )
+ // InternalRoom.g:27229:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:27230:1: ( ruleDetailCode )
{
- // InternalRoom.g:27315:1: ( ruleDetailCode )
- // InternalRoom.g:27316:1: ruleDetailCode
+ // InternalRoom.g:27230:1: ( ruleDetailCode )
+ // InternalRoom.g:27231:1: ruleDetailCode
{
before(grammarAccess.getRefinedStateAccess().getDoCodeDetailCodeParserRuleCall_7_1_0());
pushFollow(FOLLOW_2);
@@ -74066,17 +73875,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedState__SubgraphAssignment_8_1"
- // InternalRoom.g:27325:1: rule__RefinedState__SubgraphAssignment_8_1 : ( ruleStateGraph ) ;
+ // InternalRoom.g:27240:1: rule__RefinedState__SubgraphAssignment_8_1 : ( ruleStateGraph ) ;
public final void rule__RefinedState__SubgraphAssignment_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27329:1: ( ( ruleStateGraph ) )
- // InternalRoom.g:27330:1: ( ruleStateGraph )
+ // InternalRoom.g:27244:1: ( ( ruleStateGraph ) )
+ // InternalRoom.g:27245:1: ( ruleStateGraph )
{
- // InternalRoom.g:27330:1: ( ruleStateGraph )
- // InternalRoom.g:27331:1: ruleStateGraph
+ // InternalRoom.g:27245:1: ( ruleStateGraph )
+ // InternalRoom.g:27246:1: ruleStateGraph
{
before(grammarAccess.getRefinedStateAccess().getSubgraphStateGraphParserRuleCall_8_1_0());
pushFollow(FOLLOW_2);
@@ -74107,17 +73916,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DetailCode__LinesAssignment_0_1"
- // InternalRoom.g:27340:1: rule__DetailCode__LinesAssignment_0_1 : ( RULE_CC_STRING ) ;
+ // InternalRoom.g:27255:1: rule__DetailCode__LinesAssignment_0_1 : ( RULE_CC_STRING ) ;
public final void rule__DetailCode__LinesAssignment_0_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27344:1: ( ( RULE_CC_STRING ) )
- // InternalRoom.g:27345:1: ( RULE_CC_STRING )
+ // InternalRoom.g:27259:1: ( ( RULE_CC_STRING ) )
+ // InternalRoom.g:27260:1: ( RULE_CC_STRING )
{
- // InternalRoom.g:27345:1: ( RULE_CC_STRING )
- // InternalRoom.g:27346:1: RULE_CC_STRING
+ // InternalRoom.g:27260:1: ( RULE_CC_STRING )
+ // InternalRoom.g:27261:1: RULE_CC_STRING
{
before(grammarAccess.getDetailCodeAccess().getLinesCC_STRINGTerminalRuleCall_0_1_0());
match(input,RULE_CC_STRING,FOLLOW_2);
@@ -74144,21 +73953,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DetailCode__UsedAssignment_1_0"
- // InternalRoom.g:27355:1: rule__DetailCode__UsedAssignment_1_0 : ( ( '{' ) ) ;
+ // InternalRoom.g:27270:1: rule__DetailCode__UsedAssignment_1_0 : ( ( '{' ) ) ;
public final void rule__DetailCode__UsedAssignment_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27359:1: ( ( ( '{' ) ) )
- // InternalRoom.g:27360:1: ( ( '{' ) )
+ // InternalRoom.g:27274:1: ( ( ( '{' ) ) )
+ // InternalRoom.g:27275:1: ( ( '{' ) )
{
- // InternalRoom.g:27360:1: ( ( '{' ) )
- // InternalRoom.g:27361:1: ( '{' )
+ // InternalRoom.g:27275:1: ( ( '{' ) )
+ // InternalRoom.g:27276:1: ( '{' )
{
before(grammarAccess.getDetailCodeAccess().getUsedLeftCurlyBracketKeyword_1_0_0());
- // InternalRoom.g:27362:1: ( '{' )
- // InternalRoom.g:27363:1: '{'
+ // InternalRoom.g:27277:1: ( '{' )
+ // InternalRoom.g:27278:1: '{'
{
before(grammarAccess.getDetailCodeAccess().getUsedLeftCurlyBracketKeyword_1_0_0());
match(input,45,FOLLOW_2);
@@ -74189,17 +73998,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__DetailCode__LinesAssignment_1_1"
- // InternalRoom.g:27378:1: rule__DetailCode__LinesAssignment_1_1 : ( RULE_STRING ) ;
+ // InternalRoom.g:27293:1: rule__DetailCode__LinesAssignment_1_1 : ( RULE_STRING ) ;
public final void rule__DetailCode__LinesAssignment_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27382:1: ( ( RULE_STRING ) )
- // InternalRoom.g:27383:1: ( RULE_STRING )
+ // InternalRoom.g:27297:1: ( ( RULE_STRING ) )
+ // InternalRoom.g:27298:1: ( RULE_STRING )
{
- // InternalRoom.g:27383:1: ( RULE_STRING )
- // InternalRoom.g:27384:1: RULE_STRING
+ // InternalRoom.g:27298:1: ( RULE_STRING )
+ // InternalRoom.g:27299:1: RULE_STRING
{
before(grammarAccess.getDetailCodeAccess().getLinesSTRINGTerminalRuleCall_1_1_0());
match(input,RULE_STRING,FOLLOW_2);
@@ -74226,21 +74035,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TransitionPoint__HandlerAssignment_0"
- // InternalRoom.g:27393:1: rule__TransitionPoint__HandlerAssignment_0 : ( ( 'handler' ) ) ;
+ // InternalRoom.g:27308:1: rule__TransitionPoint__HandlerAssignment_0 : ( ( 'handler' ) ) ;
public final void rule__TransitionPoint__HandlerAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27397:1: ( ( ( 'handler' ) ) )
- // InternalRoom.g:27398:1: ( ( 'handler' ) )
+ // InternalRoom.g:27312:1: ( ( ( 'handler' ) ) )
+ // InternalRoom.g:27313:1: ( ( 'handler' ) )
{
- // InternalRoom.g:27398:1: ( ( 'handler' ) )
- // InternalRoom.g:27399:1: ( 'handler' )
+ // InternalRoom.g:27313:1: ( ( 'handler' ) )
+ // InternalRoom.g:27314:1: ( 'handler' )
{
before(grammarAccess.getTransitionPointAccess().getHandlerHandlerKeyword_0_0());
- // InternalRoom.g:27400:1: ( 'handler' )
- // InternalRoom.g:27401:1: 'handler'
+ // InternalRoom.g:27315:1: ( 'handler' )
+ // InternalRoom.g:27316:1: 'handler'
{
before(grammarAccess.getTransitionPointAccess().getHandlerHandlerKeyword_0_0());
match(input,132,FOLLOW_2);
@@ -74271,17 +74080,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TransitionPoint__NameAssignment_2"
- // InternalRoom.g:27416:1: rule__TransitionPoint__NameAssignment_2 : ( RULE_ID ) ;
+ // InternalRoom.g:27331:1: rule__TransitionPoint__NameAssignment_2 : ( RULE_ID ) ;
public final void rule__TransitionPoint__NameAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27420:1: ( ( RULE_ID ) )
- // InternalRoom.g:27421:1: ( RULE_ID )
+ // InternalRoom.g:27335:1: ( ( RULE_ID ) )
+ // InternalRoom.g:27336:1: ( RULE_ID )
{
- // InternalRoom.g:27421:1: ( RULE_ID )
- // InternalRoom.g:27422:1: RULE_ID
+ // InternalRoom.g:27336:1: ( RULE_ID )
+ // InternalRoom.g:27337:1: RULE_ID
{
before(grammarAccess.getTransitionPointAccess().getNameIDTerminalRuleCall_2_0());
match(input,RULE_ID,FOLLOW_2);
@@ -74308,17 +74117,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EntryPoint__NameAssignment_1"
- // InternalRoom.g:27431:1: rule__EntryPoint__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:27346:1: rule__EntryPoint__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__EntryPoint__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27435:1: ( ( RULE_ID ) )
- // InternalRoom.g:27436:1: ( RULE_ID )
+ // InternalRoom.g:27350:1: ( ( RULE_ID ) )
+ // InternalRoom.g:27351:1: ( RULE_ID )
{
- // InternalRoom.g:27436:1: ( RULE_ID )
- // InternalRoom.g:27437:1: RULE_ID
+ // InternalRoom.g:27351:1: ( RULE_ID )
+ // InternalRoom.g:27352:1: RULE_ID
{
before(grammarAccess.getEntryPointAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -74345,17 +74154,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ExitPoint__NameAssignment_1"
- // InternalRoom.g:27446:1: rule__ExitPoint__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:27361:1: rule__ExitPoint__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__ExitPoint__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27450:1: ( ( RULE_ID ) )
- // InternalRoom.g:27451:1: ( RULE_ID )
+ // InternalRoom.g:27365:1: ( ( RULE_ID ) )
+ // InternalRoom.g:27366:1: ( RULE_ID )
{
- // InternalRoom.g:27451:1: ( RULE_ID )
- // InternalRoom.g:27452:1: RULE_ID
+ // InternalRoom.g:27366:1: ( RULE_ID )
+ // InternalRoom.g:27367:1: RULE_ID
{
before(grammarAccess.getExitPointAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -74382,17 +74191,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ChoicePoint__NameAssignment_1"
- // InternalRoom.g:27461:1: rule__ChoicePoint__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:27376:1: rule__ChoicePoint__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__ChoicePoint__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27465:1: ( ( RULE_ID ) )
- // InternalRoom.g:27466:1: ( RULE_ID )
+ // InternalRoom.g:27380:1: ( ( RULE_ID ) )
+ // InternalRoom.g:27381:1: ( RULE_ID )
{
- // InternalRoom.g:27466:1: ( RULE_ID )
- // InternalRoom.g:27467:1: RULE_ID
+ // InternalRoom.g:27381:1: ( RULE_ID )
+ // InternalRoom.g:27382:1: RULE_ID
{
before(grammarAccess.getChoicePointAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -74419,17 +74228,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ChoicePoint__DocuAssignment_2"
- // InternalRoom.g:27476:1: rule__ChoicePoint__DocuAssignment_2 : ( ruleDocumentation ) ;
+ // InternalRoom.g:27391:1: rule__ChoicePoint__DocuAssignment_2 : ( ruleDocumentation ) ;
public final void rule__ChoicePoint__DocuAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27480:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:27481:1: ( ruleDocumentation )
+ // InternalRoom.g:27395:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:27396:1: ( ruleDocumentation )
{
- // InternalRoom.g:27481:1: ( ruleDocumentation )
- // InternalRoom.g:27482:1: ruleDocumentation
+ // InternalRoom.g:27396:1: ( ruleDocumentation )
+ // InternalRoom.g:27397:1: ruleDocumentation
{
before(grammarAccess.getChoicePointAccess().getDocuDocumentationParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -74460,17 +74269,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__NameAssignment_1"
- // InternalRoom.g:27491:1: rule__InitialTransition__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:27406:1: rule__InitialTransition__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__InitialTransition__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27495:1: ( ( RULE_ID ) )
- // InternalRoom.g:27496:1: ( RULE_ID )
+ // InternalRoom.g:27410:1: ( ( RULE_ID ) )
+ // InternalRoom.g:27411:1: ( RULE_ID )
{
- // InternalRoom.g:27496:1: ( RULE_ID )
- // InternalRoom.g:27497:1: RULE_ID
+ // InternalRoom.g:27411:1: ( RULE_ID )
+ // InternalRoom.g:27412:1: RULE_ID
{
before(grammarAccess.getInitialTransitionAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -74497,17 +74306,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__ToAssignment_5"
- // InternalRoom.g:27506:1: rule__InitialTransition__ToAssignment_5 : ( ruleTransitionTerminal ) ;
+ // InternalRoom.g:27421:1: rule__InitialTransition__ToAssignment_5 : ( ruleTransitionTerminal ) ;
public final void rule__InitialTransition__ToAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27510:1: ( ( ruleTransitionTerminal ) )
- // InternalRoom.g:27511:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27425:1: ( ( ruleTransitionTerminal ) )
+ // InternalRoom.g:27426:1: ( ruleTransitionTerminal )
{
- // InternalRoom.g:27511:1: ( ruleTransitionTerminal )
- // InternalRoom.g:27512:1: ruleTransitionTerminal
+ // InternalRoom.g:27426:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27427:1: ruleTransitionTerminal
{
before(grammarAccess.getInitialTransitionAccess().getToTransitionTerminalParserRuleCall_5_0());
pushFollow(FOLLOW_2);
@@ -74538,17 +74347,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__DocuAssignment_6"
- // InternalRoom.g:27521:1: rule__InitialTransition__DocuAssignment_6 : ( ruleDocumentation ) ;
+ // InternalRoom.g:27436:1: rule__InitialTransition__DocuAssignment_6 : ( ruleDocumentation ) ;
public final void rule__InitialTransition__DocuAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27525:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:27526:1: ( ruleDocumentation )
+ // InternalRoom.g:27440:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:27441:1: ( ruleDocumentation )
{
- // InternalRoom.g:27526:1: ( ruleDocumentation )
- // InternalRoom.g:27527:1: ruleDocumentation
+ // InternalRoom.g:27441:1: ( ruleDocumentation )
+ // InternalRoom.g:27442:1: ruleDocumentation
{
before(grammarAccess.getInitialTransitionAccess().getDocuDocumentationParserRuleCall_6_0());
pushFollow(FOLLOW_2);
@@ -74579,17 +74388,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__AnnotationsAssignment_7_1"
- // InternalRoom.g:27536:1: rule__InitialTransition__AnnotationsAssignment_7_1 : ( ruleAnnotation ) ;
+ // InternalRoom.g:27451:1: rule__InitialTransition__AnnotationsAssignment_7_1 : ( ruleAnnotation ) ;
public final void rule__InitialTransition__AnnotationsAssignment_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27540:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:27541:1: ( ruleAnnotation )
+ // InternalRoom.g:27455:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:27456:1: ( ruleAnnotation )
{
- // InternalRoom.g:27541:1: ( ruleAnnotation )
- // InternalRoom.g:27542:1: ruleAnnotation
+ // InternalRoom.g:27456:1: ( ruleAnnotation )
+ // InternalRoom.g:27457:1: ruleAnnotation
{
before(grammarAccess.getInitialTransitionAccess().getAnnotationsAnnotationParserRuleCall_7_1_0());
pushFollow(FOLLOW_2);
@@ -74620,17 +74429,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InitialTransition__ActionAssignment_7_2_1"
- // InternalRoom.g:27551:1: rule__InitialTransition__ActionAssignment_7_2_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:27466:1: rule__InitialTransition__ActionAssignment_7_2_1 : ( ruleDetailCode ) ;
public final void rule__InitialTransition__ActionAssignment_7_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27555:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:27556:1: ( ruleDetailCode )
+ // InternalRoom.g:27470:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:27471:1: ( ruleDetailCode )
{
- // InternalRoom.g:27556:1: ( ruleDetailCode )
- // InternalRoom.g:27557:1: ruleDetailCode
+ // InternalRoom.g:27471:1: ( ruleDetailCode )
+ // InternalRoom.g:27472:1: ruleDetailCode
{
before(grammarAccess.getInitialTransitionAccess().getActionDetailCodeParserRuleCall_7_2_1_0());
pushFollow(FOLLOW_2);
@@ -74661,17 +74470,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__NameAssignment_1"
- // InternalRoom.g:27566:1: rule__ContinuationTransition__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:27481:1: rule__ContinuationTransition__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__ContinuationTransition__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27570:1: ( ( RULE_ID ) )
- // InternalRoom.g:27571:1: ( RULE_ID )
+ // InternalRoom.g:27485:1: ( ( RULE_ID ) )
+ // InternalRoom.g:27486:1: ( RULE_ID )
{
- // InternalRoom.g:27571:1: ( RULE_ID )
- // InternalRoom.g:27572:1: RULE_ID
+ // InternalRoom.g:27486:1: ( RULE_ID )
+ // InternalRoom.g:27487:1: RULE_ID
{
before(grammarAccess.getContinuationTransitionAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -74698,17 +74507,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__FromAssignment_3"
- // InternalRoom.g:27581:1: rule__ContinuationTransition__FromAssignment_3 : ( ruleTransitionTerminal ) ;
+ // InternalRoom.g:27496:1: rule__ContinuationTransition__FromAssignment_3 : ( ruleTransitionTerminal ) ;
public final void rule__ContinuationTransition__FromAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27585:1: ( ( ruleTransitionTerminal ) )
- // InternalRoom.g:27586:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27500:1: ( ( ruleTransitionTerminal ) )
+ // InternalRoom.g:27501:1: ( ruleTransitionTerminal )
{
- // InternalRoom.g:27586:1: ( ruleTransitionTerminal )
- // InternalRoom.g:27587:1: ruleTransitionTerminal
+ // InternalRoom.g:27501:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27502:1: ruleTransitionTerminal
{
before(grammarAccess.getContinuationTransitionAccess().getFromTransitionTerminalParserRuleCall_3_0());
pushFollow(FOLLOW_2);
@@ -74739,17 +74548,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__ToAssignment_5"
- // InternalRoom.g:27596:1: rule__ContinuationTransition__ToAssignment_5 : ( ruleTransitionTerminal ) ;
+ // InternalRoom.g:27511:1: rule__ContinuationTransition__ToAssignment_5 : ( ruleTransitionTerminal ) ;
public final void rule__ContinuationTransition__ToAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27600:1: ( ( ruleTransitionTerminal ) )
- // InternalRoom.g:27601:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27515:1: ( ( ruleTransitionTerminal ) )
+ // InternalRoom.g:27516:1: ( ruleTransitionTerminal )
{
- // InternalRoom.g:27601:1: ( ruleTransitionTerminal )
- // InternalRoom.g:27602:1: ruleTransitionTerminal
+ // InternalRoom.g:27516:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27517:1: ruleTransitionTerminal
{
before(grammarAccess.getContinuationTransitionAccess().getToTransitionTerminalParserRuleCall_5_0());
pushFollow(FOLLOW_2);
@@ -74780,17 +74589,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__DocuAssignment_6"
- // InternalRoom.g:27611:1: rule__ContinuationTransition__DocuAssignment_6 : ( ruleDocumentation ) ;
+ // InternalRoom.g:27526:1: rule__ContinuationTransition__DocuAssignment_6 : ( ruleDocumentation ) ;
public final void rule__ContinuationTransition__DocuAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27615:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:27616:1: ( ruleDocumentation )
+ // InternalRoom.g:27530:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:27531:1: ( ruleDocumentation )
{
- // InternalRoom.g:27616:1: ( ruleDocumentation )
- // InternalRoom.g:27617:1: ruleDocumentation
+ // InternalRoom.g:27531:1: ( ruleDocumentation )
+ // InternalRoom.g:27532:1: ruleDocumentation
{
before(grammarAccess.getContinuationTransitionAccess().getDocuDocumentationParserRuleCall_6_0());
pushFollow(FOLLOW_2);
@@ -74821,17 +74630,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__AnnotationsAssignment_7_1"
- // InternalRoom.g:27626:1: rule__ContinuationTransition__AnnotationsAssignment_7_1 : ( ruleAnnotation ) ;
+ // InternalRoom.g:27541:1: rule__ContinuationTransition__AnnotationsAssignment_7_1 : ( ruleAnnotation ) ;
public final void rule__ContinuationTransition__AnnotationsAssignment_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27630:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:27631:1: ( ruleAnnotation )
+ // InternalRoom.g:27545:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:27546:1: ( ruleAnnotation )
{
- // InternalRoom.g:27631:1: ( ruleAnnotation )
- // InternalRoom.g:27632:1: ruleAnnotation
+ // InternalRoom.g:27546:1: ( ruleAnnotation )
+ // InternalRoom.g:27547:1: ruleAnnotation
{
before(grammarAccess.getContinuationTransitionAccess().getAnnotationsAnnotationParserRuleCall_7_1_0());
pushFollow(FOLLOW_2);
@@ -74862,17 +74671,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ContinuationTransition__ActionAssignment_7_2_1"
- // InternalRoom.g:27641:1: rule__ContinuationTransition__ActionAssignment_7_2_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:27556:1: rule__ContinuationTransition__ActionAssignment_7_2_1 : ( ruleDetailCode ) ;
public final void rule__ContinuationTransition__ActionAssignment_7_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27645:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:27646:1: ( ruleDetailCode )
+ // InternalRoom.g:27560:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:27561:1: ( ruleDetailCode )
{
- // InternalRoom.g:27646:1: ( ruleDetailCode )
- // InternalRoom.g:27647:1: ruleDetailCode
+ // InternalRoom.g:27561:1: ( ruleDetailCode )
+ // InternalRoom.g:27562:1: ruleDetailCode
{
before(grammarAccess.getContinuationTransitionAccess().getActionDetailCodeParserRuleCall_7_2_1_0());
pushFollow(FOLLOW_2);
@@ -74903,17 +74712,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__NameAssignment_1"
- // InternalRoom.g:27656:1: rule__TriggeredTransition__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:27571:1: rule__TriggeredTransition__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__TriggeredTransition__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27660:1: ( ( RULE_ID ) )
- // InternalRoom.g:27661:1: ( RULE_ID )
+ // InternalRoom.g:27575:1: ( ( RULE_ID ) )
+ // InternalRoom.g:27576:1: ( RULE_ID )
{
- // InternalRoom.g:27661:1: ( RULE_ID )
- // InternalRoom.g:27662:1: RULE_ID
+ // InternalRoom.g:27576:1: ( RULE_ID )
+ // InternalRoom.g:27577:1: RULE_ID
{
before(grammarAccess.getTriggeredTransitionAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -74940,17 +74749,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__FromAssignment_3"
- // InternalRoom.g:27671:1: rule__TriggeredTransition__FromAssignment_3 : ( ruleTransitionTerminal ) ;
+ // InternalRoom.g:27586:1: rule__TriggeredTransition__FromAssignment_3 : ( ruleTransitionTerminal ) ;
public final void rule__TriggeredTransition__FromAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27675:1: ( ( ruleTransitionTerminal ) )
- // InternalRoom.g:27676:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27590:1: ( ( ruleTransitionTerminal ) )
+ // InternalRoom.g:27591:1: ( ruleTransitionTerminal )
{
- // InternalRoom.g:27676:1: ( ruleTransitionTerminal )
- // InternalRoom.g:27677:1: ruleTransitionTerminal
+ // InternalRoom.g:27591:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27592:1: ruleTransitionTerminal
{
before(grammarAccess.getTriggeredTransitionAccess().getFromTransitionTerminalParserRuleCall_3_0());
pushFollow(FOLLOW_2);
@@ -74981,17 +74790,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__ToAssignment_5"
- // InternalRoom.g:27686:1: rule__TriggeredTransition__ToAssignment_5 : ( ruleTransitionTerminal ) ;
+ // InternalRoom.g:27601:1: rule__TriggeredTransition__ToAssignment_5 : ( ruleTransitionTerminal ) ;
public final void rule__TriggeredTransition__ToAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27690:1: ( ( ruleTransitionTerminal ) )
- // InternalRoom.g:27691:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27605:1: ( ( ruleTransitionTerminal ) )
+ // InternalRoom.g:27606:1: ( ruleTransitionTerminal )
{
- // InternalRoom.g:27691:1: ( ruleTransitionTerminal )
- // InternalRoom.g:27692:1: ruleTransitionTerminal
+ // InternalRoom.g:27606:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27607:1: ruleTransitionTerminal
{
before(grammarAccess.getTriggeredTransitionAccess().getToTransitionTerminalParserRuleCall_5_0());
pushFollow(FOLLOW_2);
@@ -75022,17 +74831,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__DocuAssignment_6"
- // InternalRoom.g:27701:1: rule__TriggeredTransition__DocuAssignment_6 : ( ruleDocumentation ) ;
+ // InternalRoom.g:27616:1: rule__TriggeredTransition__DocuAssignment_6 : ( ruleDocumentation ) ;
public final void rule__TriggeredTransition__DocuAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27705:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:27706:1: ( ruleDocumentation )
+ // InternalRoom.g:27620:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:27621:1: ( ruleDocumentation )
{
- // InternalRoom.g:27706:1: ( ruleDocumentation )
- // InternalRoom.g:27707:1: ruleDocumentation
+ // InternalRoom.g:27621:1: ( ruleDocumentation )
+ // InternalRoom.g:27622:1: ruleDocumentation
{
before(grammarAccess.getTriggeredTransitionAccess().getDocuDocumentationParserRuleCall_6_0());
pushFollow(FOLLOW_2);
@@ -75063,17 +74872,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__AnnotationsAssignment_10"
- // InternalRoom.g:27716:1: rule__TriggeredTransition__AnnotationsAssignment_10 : ( ruleAnnotation ) ;
+ // InternalRoom.g:27631:1: rule__TriggeredTransition__AnnotationsAssignment_10 : ( ruleAnnotation ) ;
public final void rule__TriggeredTransition__AnnotationsAssignment_10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27720:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:27721:1: ( ruleAnnotation )
+ // InternalRoom.g:27635:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:27636:1: ( ruleAnnotation )
{
- // InternalRoom.g:27721:1: ( ruleAnnotation )
- // InternalRoom.g:27722:1: ruleAnnotation
+ // InternalRoom.g:27636:1: ( ruleAnnotation )
+ // InternalRoom.g:27637:1: ruleAnnotation
{
before(grammarAccess.getTriggeredTransitionAccess().getAnnotationsAnnotationParserRuleCall_10_0());
pushFollow(FOLLOW_2);
@@ -75104,17 +74913,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__TriggersAssignment_11"
- // InternalRoom.g:27731:1: rule__TriggeredTransition__TriggersAssignment_11 : ( ruleTrigger ) ;
+ // InternalRoom.g:27646:1: rule__TriggeredTransition__TriggersAssignment_11 : ( ruleTrigger ) ;
public final void rule__TriggeredTransition__TriggersAssignment_11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27735:1: ( ( ruleTrigger ) )
- // InternalRoom.g:27736:1: ( ruleTrigger )
+ // InternalRoom.g:27650:1: ( ( ruleTrigger ) )
+ // InternalRoom.g:27651:1: ( ruleTrigger )
{
- // InternalRoom.g:27736:1: ( ruleTrigger )
- // InternalRoom.g:27737:1: ruleTrigger
+ // InternalRoom.g:27651:1: ( ruleTrigger )
+ // InternalRoom.g:27652:1: ruleTrigger
{
before(grammarAccess.getTriggeredTransitionAccess().getTriggersTriggerParserRuleCall_11_0());
pushFollow(FOLLOW_2);
@@ -75145,17 +74954,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__TriggersAssignment_12_1"
- // InternalRoom.g:27746:1: rule__TriggeredTransition__TriggersAssignment_12_1 : ( ruleTrigger ) ;
+ // InternalRoom.g:27661:1: rule__TriggeredTransition__TriggersAssignment_12_1 : ( ruleTrigger ) ;
public final void rule__TriggeredTransition__TriggersAssignment_12_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27750:1: ( ( ruleTrigger ) )
- // InternalRoom.g:27751:1: ( ruleTrigger )
+ // InternalRoom.g:27665:1: ( ( ruleTrigger ) )
+ // InternalRoom.g:27666:1: ( ruleTrigger )
{
- // InternalRoom.g:27751:1: ( ruleTrigger )
- // InternalRoom.g:27752:1: ruleTrigger
+ // InternalRoom.g:27666:1: ( ruleTrigger )
+ // InternalRoom.g:27667:1: ruleTrigger
{
before(grammarAccess.getTriggeredTransitionAccess().getTriggersTriggerParserRuleCall_12_1_0());
pushFollow(FOLLOW_2);
@@ -75186,17 +74995,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TriggeredTransition__ActionAssignment_14_1"
- // InternalRoom.g:27761:1: rule__TriggeredTransition__ActionAssignment_14_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:27676:1: rule__TriggeredTransition__ActionAssignment_14_1 : ( ruleDetailCode ) ;
public final void rule__TriggeredTransition__ActionAssignment_14_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27765:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:27766:1: ( ruleDetailCode )
+ // InternalRoom.g:27680:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:27681:1: ( ruleDetailCode )
{
- // InternalRoom.g:27766:1: ( ruleDetailCode )
- // InternalRoom.g:27767:1: ruleDetailCode
+ // InternalRoom.g:27681:1: ( ruleDetailCode )
+ // InternalRoom.g:27682:1: ruleDetailCode
{
before(grammarAccess.getTriggeredTransitionAccess().getActionDetailCodeParserRuleCall_14_1_0());
pushFollow(FOLLOW_2);
@@ -75227,17 +75036,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__NameAssignment_1"
- // InternalRoom.g:27776:1: rule__GuardedTransition__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:27691:1: rule__GuardedTransition__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__GuardedTransition__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27780:1: ( ( RULE_ID ) )
- // InternalRoom.g:27781:1: ( RULE_ID )
+ // InternalRoom.g:27695:1: ( ( RULE_ID ) )
+ // InternalRoom.g:27696:1: ( RULE_ID )
{
- // InternalRoom.g:27781:1: ( RULE_ID )
- // InternalRoom.g:27782:1: RULE_ID
+ // InternalRoom.g:27696:1: ( RULE_ID )
+ // InternalRoom.g:27697:1: RULE_ID
{
before(grammarAccess.getGuardedTransitionAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -75264,17 +75073,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__FromAssignment_3"
- // InternalRoom.g:27791:1: rule__GuardedTransition__FromAssignment_3 : ( ruleTransitionTerminal ) ;
+ // InternalRoom.g:27706:1: rule__GuardedTransition__FromAssignment_3 : ( ruleTransitionTerminal ) ;
public final void rule__GuardedTransition__FromAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27795:1: ( ( ruleTransitionTerminal ) )
- // InternalRoom.g:27796:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27710:1: ( ( ruleTransitionTerminal ) )
+ // InternalRoom.g:27711:1: ( ruleTransitionTerminal )
{
- // InternalRoom.g:27796:1: ( ruleTransitionTerminal )
- // InternalRoom.g:27797:1: ruleTransitionTerminal
+ // InternalRoom.g:27711:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27712:1: ruleTransitionTerminal
{
before(grammarAccess.getGuardedTransitionAccess().getFromTransitionTerminalParserRuleCall_3_0());
pushFollow(FOLLOW_2);
@@ -75305,17 +75114,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__ToAssignment_5"
- // InternalRoom.g:27806:1: rule__GuardedTransition__ToAssignment_5 : ( ruleTransitionTerminal ) ;
+ // InternalRoom.g:27721:1: rule__GuardedTransition__ToAssignment_5 : ( ruleTransitionTerminal ) ;
public final void rule__GuardedTransition__ToAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27810:1: ( ( ruleTransitionTerminal ) )
- // InternalRoom.g:27811:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27725:1: ( ( ruleTransitionTerminal ) )
+ // InternalRoom.g:27726:1: ( ruleTransitionTerminal )
{
- // InternalRoom.g:27811:1: ( ruleTransitionTerminal )
- // InternalRoom.g:27812:1: ruleTransitionTerminal
+ // InternalRoom.g:27726:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27727:1: ruleTransitionTerminal
{
before(grammarAccess.getGuardedTransitionAccess().getToTransitionTerminalParserRuleCall_5_0());
pushFollow(FOLLOW_2);
@@ -75346,17 +75155,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__DocuAssignment_6"
- // InternalRoom.g:27821:1: rule__GuardedTransition__DocuAssignment_6 : ( ruleDocumentation ) ;
+ // InternalRoom.g:27736:1: rule__GuardedTransition__DocuAssignment_6 : ( ruleDocumentation ) ;
public final void rule__GuardedTransition__DocuAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27825:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:27826:1: ( ruleDocumentation )
+ // InternalRoom.g:27740:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:27741:1: ( ruleDocumentation )
{
- // InternalRoom.g:27826:1: ( ruleDocumentation )
- // InternalRoom.g:27827:1: ruleDocumentation
+ // InternalRoom.g:27741:1: ( ruleDocumentation )
+ // InternalRoom.g:27742:1: ruleDocumentation
{
before(grammarAccess.getGuardedTransitionAccess().getDocuDocumentationParserRuleCall_6_0());
pushFollow(FOLLOW_2);
@@ -75387,17 +75196,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__AnnotationsAssignment_8"
- // InternalRoom.g:27836:1: rule__GuardedTransition__AnnotationsAssignment_8 : ( ruleAnnotation ) ;
+ // InternalRoom.g:27751:1: rule__GuardedTransition__AnnotationsAssignment_8 : ( ruleAnnotation ) ;
public final void rule__GuardedTransition__AnnotationsAssignment_8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27840:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:27841:1: ( ruleAnnotation )
+ // InternalRoom.g:27755:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:27756:1: ( ruleAnnotation )
{
- // InternalRoom.g:27841:1: ( ruleAnnotation )
- // InternalRoom.g:27842:1: ruleAnnotation
+ // InternalRoom.g:27756:1: ( ruleAnnotation )
+ // InternalRoom.g:27757:1: ruleAnnotation
{
before(grammarAccess.getGuardedTransitionAccess().getAnnotationsAnnotationParserRuleCall_8_0());
pushFollow(FOLLOW_2);
@@ -75428,17 +75237,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__GuardAssignment_10"
- // InternalRoom.g:27851:1: rule__GuardedTransition__GuardAssignment_10 : ( ruleDetailCode ) ;
+ // InternalRoom.g:27766:1: rule__GuardedTransition__GuardAssignment_10 : ( ruleDetailCode ) ;
public final void rule__GuardedTransition__GuardAssignment_10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27855:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:27856:1: ( ruleDetailCode )
+ // InternalRoom.g:27770:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:27771:1: ( ruleDetailCode )
{
- // InternalRoom.g:27856:1: ( ruleDetailCode )
- // InternalRoom.g:27857:1: ruleDetailCode
+ // InternalRoom.g:27771:1: ( ruleDetailCode )
+ // InternalRoom.g:27772:1: ruleDetailCode
{
before(grammarAccess.getGuardedTransitionAccess().getGuardDetailCodeParserRuleCall_10_0());
pushFollow(FOLLOW_2);
@@ -75469,17 +75278,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__GuardedTransition__ActionAssignment_11_1"
- // InternalRoom.g:27866:1: rule__GuardedTransition__ActionAssignment_11_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:27781:1: rule__GuardedTransition__ActionAssignment_11_1 : ( ruleDetailCode ) ;
public final void rule__GuardedTransition__ActionAssignment_11_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27870:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:27871:1: ( ruleDetailCode )
+ // InternalRoom.g:27785:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:27786:1: ( ruleDetailCode )
{
- // InternalRoom.g:27871:1: ( ruleDetailCode )
- // InternalRoom.g:27872:1: ruleDetailCode
+ // InternalRoom.g:27786:1: ( ruleDetailCode )
+ // InternalRoom.g:27787:1: ruleDetailCode
{
before(grammarAccess.getGuardedTransitionAccess().getActionDetailCodeParserRuleCall_11_1_0());
pushFollow(FOLLOW_2);
@@ -75510,17 +75319,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__NameAssignment_1"
- // InternalRoom.g:27881:1: rule__CPBranchTransition__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:27796:1: rule__CPBranchTransition__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__CPBranchTransition__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27885:1: ( ( RULE_ID ) )
- // InternalRoom.g:27886:1: ( RULE_ID )
+ // InternalRoom.g:27800:1: ( ( RULE_ID ) )
+ // InternalRoom.g:27801:1: ( RULE_ID )
{
- // InternalRoom.g:27886:1: ( RULE_ID )
- // InternalRoom.g:27887:1: RULE_ID
+ // InternalRoom.g:27801:1: ( RULE_ID )
+ // InternalRoom.g:27802:1: RULE_ID
{
before(grammarAccess.getCPBranchTransitionAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -75547,17 +75356,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__FromAssignment_3"
- // InternalRoom.g:27896:1: rule__CPBranchTransition__FromAssignment_3 : ( ruleTransitionTerminal ) ;
+ // InternalRoom.g:27811:1: rule__CPBranchTransition__FromAssignment_3 : ( ruleTransitionTerminal ) ;
public final void rule__CPBranchTransition__FromAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27900:1: ( ( ruleTransitionTerminal ) )
- // InternalRoom.g:27901:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27815:1: ( ( ruleTransitionTerminal ) )
+ // InternalRoom.g:27816:1: ( ruleTransitionTerminal )
{
- // InternalRoom.g:27901:1: ( ruleTransitionTerminal )
- // InternalRoom.g:27902:1: ruleTransitionTerminal
+ // InternalRoom.g:27816:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27817:1: ruleTransitionTerminal
{
before(grammarAccess.getCPBranchTransitionAccess().getFromTransitionTerminalParserRuleCall_3_0());
pushFollow(FOLLOW_2);
@@ -75588,17 +75397,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__ToAssignment_5"
- // InternalRoom.g:27911:1: rule__CPBranchTransition__ToAssignment_5 : ( ruleTransitionTerminal ) ;
+ // InternalRoom.g:27826:1: rule__CPBranchTransition__ToAssignment_5 : ( ruleTransitionTerminal ) ;
public final void rule__CPBranchTransition__ToAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27915:1: ( ( ruleTransitionTerminal ) )
- // InternalRoom.g:27916:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27830:1: ( ( ruleTransitionTerminal ) )
+ // InternalRoom.g:27831:1: ( ruleTransitionTerminal )
{
- // InternalRoom.g:27916:1: ( ruleTransitionTerminal )
- // InternalRoom.g:27917:1: ruleTransitionTerminal
+ // InternalRoom.g:27831:1: ( ruleTransitionTerminal )
+ // InternalRoom.g:27832:1: ruleTransitionTerminal
{
before(grammarAccess.getCPBranchTransitionAccess().getToTransitionTerminalParserRuleCall_5_0());
pushFollow(FOLLOW_2);
@@ -75629,17 +75438,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__DocuAssignment_6"
- // InternalRoom.g:27926:1: rule__CPBranchTransition__DocuAssignment_6 : ( ruleDocumentation ) ;
+ // InternalRoom.g:27841:1: rule__CPBranchTransition__DocuAssignment_6 : ( ruleDocumentation ) ;
public final void rule__CPBranchTransition__DocuAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27930:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:27931:1: ( ruleDocumentation )
+ // InternalRoom.g:27845:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:27846:1: ( ruleDocumentation )
{
- // InternalRoom.g:27931:1: ( ruleDocumentation )
- // InternalRoom.g:27932:1: ruleDocumentation
+ // InternalRoom.g:27846:1: ( ruleDocumentation )
+ // InternalRoom.g:27847:1: ruleDocumentation
{
before(grammarAccess.getCPBranchTransitionAccess().getDocuDocumentationParserRuleCall_6_0());
pushFollow(FOLLOW_2);
@@ -75670,17 +75479,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__AnnotationsAssignment_8"
- // InternalRoom.g:27941:1: rule__CPBranchTransition__AnnotationsAssignment_8 : ( ruleAnnotation ) ;
+ // InternalRoom.g:27856:1: rule__CPBranchTransition__AnnotationsAssignment_8 : ( ruleAnnotation ) ;
public final void rule__CPBranchTransition__AnnotationsAssignment_8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27945:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:27946:1: ( ruleAnnotation )
+ // InternalRoom.g:27860:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:27861:1: ( ruleAnnotation )
{
- // InternalRoom.g:27946:1: ( ruleAnnotation )
- // InternalRoom.g:27947:1: ruleAnnotation
+ // InternalRoom.g:27861:1: ( ruleAnnotation )
+ // InternalRoom.g:27862:1: ruleAnnotation
{
before(grammarAccess.getCPBranchTransitionAccess().getAnnotationsAnnotationParserRuleCall_8_0());
pushFollow(FOLLOW_2);
@@ -75711,17 +75520,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__ConditionAssignment_10"
- // InternalRoom.g:27956:1: rule__CPBranchTransition__ConditionAssignment_10 : ( ruleDetailCode ) ;
+ // InternalRoom.g:27871:1: rule__CPBranchTransition__ConditionAssignment_10 : ( ruleDetailCode ) ;
public final void rule__CPBranchTransition__ConditionAssignment_10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27960:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:27961:1: ( ruleDetailCode )
+ // InternalRoom.g:27875:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:27876:1: ( ruleDetailCode )
{
- // InternalRoom.g:27961:1: ( ruleDetailCode )
- // InternalRoom.g:27962:1: ruleDetailCode
+ // InternalRoom.g:27876:1: ( ruleDetailCode )
+ // InternalRoom.g:27877:1: ruleDetailCode
{
before(grammarAccess.getCPBranchTransitionAccess().getConditionDetailCodeParserRuleCall_10_0());
pushFollow(FOLLOW_2);
@@ -75752,17 +75561,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__CPBranchTransition__ActionAssignment_11_1"
- // InternalRoom.g:27971:1: rule__CPBranchTransition__ActionAssignment_11_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:27886:1: rule__CPBranchTransition__ActionAssignment_11_1 : ( ruleDetailCode ) ;
public final void rule__CPBranchTransition__ActionAssignment_11_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27975:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:27976:1: ( ruleDetailCode )
+ // InternalRoom.g:27890:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:27891:1: ( ruleDetailCode )
{
- // InternalRoom.g:27976:1: ( ruleDetailCode )
- // InternalRoom.g:27977:1: ruleDetailCode
+ // InternalRoom.g:27891:1: ( ruleDetailCode )
+ // InternalRoom.g:27892:1: ruleDetailCode
{
before(grammarAccess.getCPBranchTransitionAccess().getActionDetailCodeParserRuleCall_11_1_0());
pushFollow(FOLLOW_2);
@@ -75793,21 +75602,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__TargetAssignment_1"
- // InternalRoom.g:27986:1: rule__RefinedTransition__TargetAssignment_1 : ( ( ruleFQN ) ) ;
+ // InternalRoom.g:27901:1: rule__RefinedTransition__TargetAssignment_1 : ( ( ruleFQN ) ) ;
public final void rule__RefinedTransition__TargetAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:27990:1: ( ( ( ruleFQN ) ) )
- // InternalRoom.g:27991:1: ( ( ruleFQN ) )
+ // InternalRoom.g:27905:1: ( ( ( ruleFQN ) ) )
+ // InternalRoom.g:27906:1: ( ( ruleFQN ) )
{
- // InternalRoom.g:27991:1: ( ( ruleFQN ) )
- // InternalRoom.g:27992:1: ( ruleFQN )
+ // InternalRoom.g:27906:1: ( ( ruleFQN ) )
+ // InternalRoom.g:27907:1: ( ruleFQN )
{
before(grammarAccess.getRefinedTransitionAccess().getTargetTransitionCrossReference_1_0());
- // InternalRoom.g:27993:1: ( ruleFQN )
- // InternalRoom.g:27994:1: ruleFQN
+ // InternalRoom.g:27908:1: ( ruleFQN )
+ // InternalRoom.g:27909:1: ruleFQN
{
before(grammarAccess.getRefinedTransitionAccess().getTargetTransitionFQNParserRuleCall_1_0_1());
pushFollow(FOLLOW_2);
@@ -75842,17 +75651,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__DocuAssignment_2"
- // InternalRoom.g:28005:1: rule__RefinedTransition__DocuAssignment_2 : ( ruleDocumentation ) ;
+ // InternalRoom.g:27920:1: rule__RefinedTransition__DocuAssignment_2 : ( ruleDocumentation ) ;
public final void rule__RefinedTransition__DocuAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28009:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:28010:1: ( ruleDocumentation )
+ // InternalRoom.g:27924:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:27925:1: ( ruleDocumentation )
{
- // InternalRoom.g:28010:1: ( ruleDocumentation )
- // InternalRoom.g:28011:1: ruleDocumentation
+ // InternalRoom.g:27925:1: ( ruleDocumentation )
+ // InternalRoom.g:27926:1: ruleDocumentation
{
before(grammarAccess.getRefinedTransitionAccess().getDocuDocumentationParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -75883,17 +75692,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__AnnotationsAssignment_4"
- // InternalRoom.g:28020:1: rule__RefinedTransition__AnnotationsAssignment_4 : ( ruleAnnotation ) ;
+ // InternalRoom.g:27935:1: rule__RefinedTransition__AnnotationsAssignment_4 : ( ruleAnnotation ) ;
public final void rule__RefinedTransition__AnnotationsAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28024:1: ( ( ruleAnnotation ) )
- // InternalRoom.g:28025:1: ( ruleAnnotation )
+ // InternalRoom.g:27939:1: ( ( ruleAnnotation ) )
+ // InternalRoom.g:27940:1: ( ruleAnnotation )
{
- // InternalRoom.g:28025:1: ( ruleAnnotation )
- // InternalRoom.g:28026:1: ruleAnnotation
+ // InternalRoom.g:27940:1: ( ruleAnnotation )
+ // InternalRoom.g:27941:1: ruleAnnotation
{
before(grammarAccess.getRefinedTransitionAccess().getAnnotationsAnnotationParserRuleCall_4_0());
pushFollow(FOLLOW_2);
@@ -75924,17 +75733,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RefinedTransition__ActionAssignment_6"
- // InternalRoom.g:28035:1: rule__RefinedTransition__ActionAssignment_6 : ( ruleDetailCode ) ;
+ // InternalRoom.g:27950:1: rule__RefinedTransition__ActionAssignment_6 : ( ruleDetailCode ) ;
public final void rule__RefinedTransition__ActionAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28039:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:28040:1: ( ruleDetailCode )
+ // InternalRoom.g:27954:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:27955:1: ( ruleDetailCode )
{
- // InternalRoom.g:28040:1: ( ruleDetailCode )
- // InternalRoom.g:28041:1: ruleDetailCode
+ // InternalRoom.g:27955:1: ( ruleDetailCode )
+ // InternalRoom.g:27956:1: ruleDetailCode
{
before(grammarAccess.getRefinedTransitionAccess().getActionDetailCodeParserRuleCall_6_0());
pushFollow(FOLLOW_2);
@@ -75965,21 +75774,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StateTerminal__StateAssignment"
- // InternalRoom.g:28050:1: rule__StateTerminal__StateAssignment : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:27965:1: rule__StateTerminal__StateAssignment : ( ( RULE_ID ) ) ;
public final void rule__StateTerminal__StateAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28054:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:28055:1: ( ( RULE_ID ) )
+ // InternalRoom.g:27969:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:27970:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:28055:1: ( ( RULE_ID ) )
- // InternalRoom.g:28056:1: ( RULE_ID )
+ // InternalRoom.g:27970:1: ( ( RULE_ID ) )
+ // InternalRoom.g:27971:1: ( RULE_ID )
{
before(grammarAccess.getStateTerminalAccess().getStateStateCrossReference_0());
- // InternalRoom.g:28057:1: ( RULE_ID )
- // InternalRoom.g:28058:1: RULE_ID
+ // InternalRoom.g:27972:1: ( RULE_ID )
+ // InternalRoom.g:27973:1: RULE_ID
{
before(grammarAccess.getStateTerminalAccess().getStateStateIDTerminalRuleCall_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -76010,21 +75819,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__TrPointTerminal__TrPointAssignment_1"
- // InternalRoom.g:28069:1: rule__TrPointTerminal__TrPointAssignment_1 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:27984:1: rule__TrPointTerminal__TrPointAssignment_1 : ( ( RULE_ID ) ) ;
public final void rule__TrPointTerminal__TrPointAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28073:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:28074:1: ( ( RULE_ID ) )
+ // InternalRoom.g:27988:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:27989:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:28074:1: ( ( RULE_ID ) )
- // InternalRoom.g:28075:1: ( RULE_ID )
+ // InternalRoom.g:27989:1: ( ( RULE_ID ) )
+ // InternalRoom.g:27990:1: ( RULE_ID )
{
before(grammarAccess.getTrPointTerminalAccess().getTrPointTrPointCrossReference_1_0());
- // InternalRoom.g:28076:1: ( RULE_ID )
- // InternalRoom.g:28077:1: RULE_ID
+ // InternalRoom.g:27991:1: ( RULE_ID )
+ // InternalRoom.g:27992:1: RULE_ID
{
before(grammarAccess.getTrPointTerminalAccess().getTrPointTrPointIDTerminalRuleCall_1_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -76055,21 +75864,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubStateTrPointTerminal__TrPointAssignment_0"
- // InternalRoom.g:28088:1: rule__SubStateTrPointTerminal__TrPointAssignment_0 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:28003:1: rule__SubStateTrPointTerminal__TrPointAssignment_0 : ( ( RULE_ID ) ) ;
public final void rule__SubStateTrPointTerminal__TrPointAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28092:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:28093:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28007:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:28008:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:28093:1: ( ( RULE_ID ) )
- // InternalRoom.g:28094:1: ( RULE_ID )
+ // InternalRoom.g:28008:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28009:1: ( RULE_ID )
{
before(grammarAccess.getSubStateTrPointTerminalAccess().getTrPointTrPointCrossReference_0_0());
- // InternalRoom.g:28095:1: ( RULE_ID )
- // InternalRoom.g:28096:1: RULE_ID
+ // InternalRoom.g:28010:1: ( RULE_ID )
+ // InternalRoom.g:28011:1: RULE_ID
{
before(grammarAccess.getSubStateTrPointTerminalAccess().getTrPointTrPointIDTerminalRuleCall_0_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -76100,21 +75909,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SubStateTrPointTerminal__StateAssignment_2"
- // InternalRoom.g:28107:1: rule__SubStateTrPointTerminal__StateAssignment_2 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:28022:1: rule__SubStateTrPointTerminal__StateAssignment_2 : ( ( RULE_ID ) ) ;
public final void rule__SubStateTrPointTerminal__StateAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28111:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:28112:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28026:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:28027:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:28112:1: ( ( RULE_ID ) )
- // InternalRoom.g:28113:1: ( RULE_ID )
+ // InternalRoom.g:28027:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28028:1: ( RULE_ID )
{
before(grammarAccess.getSubStateTrPointTerminalAccess().getStateStateCrossReference_2_0());
- // InternalRoom.g:28114:1: ( RULE_ID )
- // InternalRoom.g:28115:1: RULE_ID
+ // InternalRoom.g:28029:1: ( RULE_ID )
+ // InternalRoom.g:28030:1: RULE_ID
{
before(grammarAccess.getSubStateTrPointTerminalAccess().getStateStateIDTerminalRuleCall_2_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -76145,21 +75954,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ChoicepointTerminal__CpAssignment_1"
- // InternalRoom.g:28126:1: rule__ChoicepointTerminal__CpAssignment_1 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:28041:1: rule__ChoicepointTerminal__CpAssignment_1 : ( ( RULE_ID ) ) ;
public final void rule__ChoicepointTerminal__CpAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28130:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:28131:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28045:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:28046:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:28131:1: ( ( RULE_ID ) )
- // InternalRoom.g:28132:1: ( RULE_ID )
+ // InternalRoom.g:28046:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28047:1: ( RULE_ID )
{
before(grammarAccess.getChoicepointTerminalAccess().getCpChoicePointCrossReference_1_0());
- // InternalRoom.g:28133:1: ( RULE_ID )
- // InternalRoom.g:28134:1: RULE_ID
+ // InternalRoom.g:28048:1: ( RULE_ID )
+ // InternalRoom.g:28049:1: RULE_ID
{
before(grammarAccess.getChoicepointTerminalAccess().getCpChoicePointIDTerminalRuleCall_1_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -76190,17 +75999,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Trigger__MsgFromIfPairsAssignment_1"
- // InternalRoom.g:28145:1: rule__Trigger__MsgFromIfPairsAssignment_1 : ( ruleMessageFromIf ) ;
+ // InternalRoom.g:28060:1: rule__Trigger__MsgFromIfPairsAssignment_1 : ( ruleMessageFromIf ) ;
public final void rule__Trigger__MsgFromIfPairsAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28149:1: ( ( ruleMessageFromIf ) )
- // InternalRoom.g:28150:1: ( ruleMessageFromIf )
+ // InternalRoom.g:28064:1: ( ( ruleMessageFromIf ) )
+ // InternalRoom.g:28065:1: ( ruleMessageFromIf )
{
- // InternalRoom.g:28150:1: ( ruleMessageFromIf )
- // InternalRoom.g:28151:1: ruleMessageFromIf
+ // InternalRoom.g:28065:1: ( ruleMessageFromIf )
+ // InternalRoom.g:28066:1: ruleMessageFromIf
{
before(grammarAccess.getTriggerAccess().getMsgFromIfPairsMessageFromIfParserRuleCall_1_0());
pushFollow(FOLLOW_2);
@@ -76231,17 +76040,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Trigger__MsgFromIfPairsAssignment_2_1"
- // InternalRoom.g:28160:1: rule__Trigger__MsgFromIfPairsAssignment_2_1 : ( ruleMessageFromIf ) ;
+ // InternalRoom.g:28075:1: rule__Trigger__MsgFromIfPairsAssignment_2_1 : ( ruleMessageFromIf ) ;
public final void rule__Trigger__MsgFromIfPairsAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28164:1: ( ( ruleMessageFromIf ) )
- // InternalRoom.g:28165:1: ( ruleMessageFromIf )
+ // InternalRoom.g:28079:1: ( ( ruleMessageFromIf ) )
+ // InternalRoom.g:28080:1: ( ruleMessageFromIf )
{
- // InternalRoom.g:28165:1: ( ruleMessageFromIf )
- // InternalRoom.g:28166:1: ruleMessageFromIf
+ // InternalRoom.g:28080:1: ( ruleMessageFromIf )
+ // InternalRoom.g:28081:1: ruleMessageFromIf
{
before(grammarAccess.getTriggerAccess().getMsgFromIfPairsMessageFromIfParserRuleCall_2_1_0());
pushFollow(FOLLOW_2);
@@ -76272,17 +76081,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Trigger__GuardAssignment_3"
- // InternalRoom.g:28175:1: rule__Trigger__GuardAssignment_3 : ( ruleGuard ) ;
+ // InternalRoom.g:28090:1: rule__Trigger__GuardAssignment_3 : ( ruleGuard ) ;
public final void rule__Trigger__GuardAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28179:1: ( ( ruleGuard ) )
- // InternalRoom.g:28180:1: ( ruleGuard )
+ // InternalRoom.g:28094:1: ( ( ruleGuard ) )
+ // InternalRoom.g:28095:1: ( ruleGuard )
{
- // InternalRoom.g:28180:1: ( ruleGuard )
- // InternalRoom.g:28181:1: ruleGuard
+ // InternalRoom.g:28095:1: ( ruleGuard )
+ // InternalRoom.g:28096:1: ruleGuard
{
before(grammarAccess.getTriggerAccess().getGuardGuardParserRuleCall_3_0());
pushFollow(FOLLOW_2);
@@ -76313,21 +76122,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageFromIf__MessageAssignment_0"
- // InternalRoom.g:28190:1: rule__MessageFromIf__MessageAssignment_0 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:28105:1: rule__MessageFromIf__MessageAssignment_0 : ( ( RULE_ID ) ) ;
public final void rule__MessageFromIf__MessageAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28194:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:28195:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28109:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:28110:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:28195:1: ( ( RULE_ID ) )
- // InternalRoom.g:28196:1: ( RULE_ID )
+ // InternalRoom.g:28110:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28111:1: ( RULE_ID )
{
before(grammarAccess.getMessageFromIfAccess().getMessageEObjectCrossReference_0_0());
- // InternalRoom.g:28197:1: ( RULE_ID )
- // InternalRoom.g:28198:1: RULE_ID
+ // InternalRoom.g:28112:1: ( RULE_ID )
+ // InternalRoom.g:28113:1: RULE_ID
{
before(grammarAccess.getMessageFromIfAccess().getMessageEObjectIDTerminalRuleCall_0_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -76358,21 +76167,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__MessageFromIf__FromAssignment_2"
- // InternalRoom.g:28209:1: rule__MessageFromIf__FromAssignment_2 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:28124:1: rule__MessageFromIf__FromAssignment_2 : ( ( RULE_ID ) ) ;
public final void rule__MessageFromIf__FromAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28213:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:28214:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28128:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:28129:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:28214:1: ( ( RULE_ID ) )
- // InternalRoom.g:28215:1: ( RULE_ID )
+ // InternalRoom.g:28129:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28130:1: ( RULE_ID )
{
before(grammarAccess.getMessageFromIfAccess().getFromAbstractInterfaceItemCrossReference_2_0());
- // InternalRoom.g:28216:1: ( RULE_ID )
- // InternalRoom.g:28217:1: RULE_ID
+ // InternalRoom.g:28131:1: ( RULE_ID )
+ // InternalRoom.g:28132:1: RULE_ID
{
before(grammarAccess.getMessageFromIfAccess().getFromAbstractInterfaceItemIDTerminalRuleCall_2_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -76403,17 +76212,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Guard__GuardAssignment_1"
- // InternalRoom.g:28228:1: rule__Guard__GuardAssignment_1 : ( ruleDetailCode ) ;
+ // InternalRoom.g:28143:1: rule__Guard__GuardAssignment_1 : ( ruleDetailCode ) ;
public final void rule__Guard__GuardAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28232:1: ( ( ruleDetailCode ) )
- // InternalRoom.g:28233:1: ( ruleDetailCode )
+ // InternalRoom.g:28147:1: ( ( ruleDetailCode ) )
+ // InternalRoom.g:28148:1: ( ruleDetailCode )
{
- // InternalRoom.g:28233:1: ( ruleDetailCode )
- // InternalRoom.g:28234:1: ruleDetailCode
+ // InternalRoom.g:28148:1: ( ruleDetailCode )
+ // InternalRoom.g:28149:1: ruleDetailCode
{
before(grammarAccess.getGuardAccess().getGuardDetailCodeParserRuleCall_1_0());
pushFollow(FOLLOW_2);
@@ -76444,17 +76253,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__ProtocolSemantics__RulesAssignment_3"
- // InternalRoom.g:28243:1: rule__ProtocolSemantics__RulesAssignment_3 : ( ruleSemanticsRule ) ;
+ // InternalRoom.g:28158:1: rule__ProtocolSemantics__RulesAssignment_3 : ( ruleSemanticsRule ) ;
public final void rule__ProtocolSemantics__RulesAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28247:1: ( ( ruleSemanticsRule ) )
- // InternalRoom.g:28248:1: ( ruleSemanticsRule )
+ // InternalRoom.g:28162:1: ( ( ruleSemanticsRule ) )
+ // InternalRoom.g:28163:1: ( ruleSemanticsRule )
{
- // InternalRoom.g:28248:1: ( ruleSemanticsRule )
- // InternalRoom.g:28249:1: ruleSemanticsRule
+ // InternalRoom.g:28163:1: ( ruleSemanticsRule )
+ // InternalRoom.g:28164:1: ruleSemanticsRule
{
before(grammarAccess.getProtocolSemanticsAccess().getRulesSemanticsRuleParserRuleCall_3_0());
pushFollow(FOLLOW_2);
@@ -76485,21 +76294,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__MsgAssignment_2"
- // InternalRoom.g:28258:1: rule__InSemanticsRule__MsgAssignment_2 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:28173:1: rule__InSemanticsRule__MsgAssignment_2 : ( ( RULE_ID ) ) ;
public final void rule__InSemanticsRule__MsgAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28262:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:28263:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28177:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:28178:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:28263:1: ( ( RULE_ID ) )
- // InternalRoom.g:28264:1: ( RULE_ID )
+ // InternalRoom.g:28178:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28179:1: ( RULE_ID )
{
before(grammarAccess.getInSemanticsRuleAccess().getMsgEObjectCrossReference_2_0());
- // InternalRoom.g:28265:1: ( RULE_ID )
- // InternalRoom.g:28266:1: RULE_ID
+ // InternalRoom.g:28180:1: ( RULE_ID )
+ // InternalRoom.g:28181:1: RULE_ID
{
before(grammarAccess.getInSemanticsRuleAccess().getMsgEObjectIDTerminalRuleCall_2_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -76530,17 +76339,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__FollowUpsAssignment_3_1_0"
- // InternalRoom.g:28277:1: rule__InSemanticsRule__FollowUpsAssignment_3_1_0 : ( ruleSemanticsRule ) ;
+ // InternalRoom.g:28192:1: rule__InSemanticsRule__FollowUpsAssignment_3_1_0 : ( ruleSemanticsRule ) ;
public final void rule__InSemanticsRule__FollowUpsAssignment_3_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28281:1: ( ( ruleSemanticsRule ) )
- // InternalRoom.g:28282:1: ( ruleSemanticsRule )
+ // InternalRoom.g:28196:1: ( ( ruleSemanticsRule ) )
+ // InternalRoom.g:28197:1: ( ruleSemanticsRule )
{
- // InternalRoom.g:28282:1: ( ruleSemanticsRule )
- // InternalRoom.g:28283:1: ruleSemanticsRule
+ // InternalRoom.g:28197:1: ( ruleSemanticsRule )
+ // InternalRoom.g:28198:1: ruleSemanticsRule
{
before(grammarAccess.getInSemanticsRuleAccess().getFollowUpsSemanticsRuleParserRuleCall_3_1_0_0());
pushFollow(FOLLOW_2);
@@ -76571,17 +76380,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1"
- // InternalRoom.g:28292:1: rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1 : ( ruleSemanticsRule ) ;
+ // InternalRoom.g:28207:1: rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1 : ( ruleSemanticsRule ) ;
public final void rule__InSemanticsRule__FollowUpsAssignment_3_1_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28296:1: ( ( ruleSemanticsRule ) )
- // InternalRoom.g:28297:1: ( ruleSemanticsRule )
+ // InternalRoom.g:28211:1: ( ( ruleSemanticsRule ) )
+ // InternalRoom.g:28212:1: ( ruleSemanticsRule )
{
- // InternalRoom.g:28297:1: ( ruleSemanticsRule )
- // InternalRoom.g:28298:1: ruleSemanticsRule
+ // InternalRoom.g:28212:1: ( ruleSemanticsRule )
+ // InternalRoom.g:28213:1: ruleSemanticsRule
{
before(grammarAccess.getInSemanticsRuleAccess().getFollowUpsSemanticsRuleParserRuleCall_3_1_1_1_0());
pushFollow(FOLLOW_2);
@@ -76612,17 +76421,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1"
- // InternalRoom.g:28307:1: rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1 : ( ruleSemanticsRule ) ;
+ // InternalRoom.g:28222:1: rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1 : ( ruleSemanticsRule ) ;
public final void rule__InSemanticsRule__FollowUpsAssignment_3_1_1_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28311:1: ( ( ruleSemanticsRule ) )
- // InternalRoom.g:28312:1: ( ruleSemanticsRule )
+ // InternalRoom.g:28226:1: ( ( ruleSemanticsRule ) )
+ // InternalRoom.g:28227:1: ( ruleSemanticsRule )
{
- // InternalRoom.g:28312:1: ( ruleSemanticsRule )
- // InternalRoom.g:28313:1: ruleSemanticsRule
+ // InternalRoom.g:28227:1: ( ruleSemanticsRule )
+ // InternalRoom.g:28228:1: ruleSemanticsRule
{
before(grammarAccess.getInSemanticsRuleAccess().getFollowUpsSemanticsRuleParserRuleCall_3_1_1_2_1_0());
pushFollow(FOLLOW_2);
@@ -76653,21 +76462,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__MsgAssignment_2"
- // InternalRoom.g:28322:1: rule__OutSemanticsRule__MsgAssignment_2 : ( ( RULE_ID ) ) ;
+ // InternalRoom.g:28237:1: rule__OutSemanticsRule__MsgAssignment_2 : ( ( RULE_ID ) ) ;
public final void rule__OutSemanticsRule__MsgAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28326:1: ( ( ( RULE_ID ) ) )
- // InternalRoom.g:28327:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28241:1: ( ( ( RULE_ID ) ) )
+ // InternalRoom.g:28242:1: ( ( RULE_ID ) )
{
- // InternalRoom.g:28327:1: ( ( RULE_ID ) )
- // InternalRoom.g:28328:1: ( RULE_ID )
+ // InternalRoom.g:28242:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28243:1: ( RULE_ID )
{
before(grammarAccess.getOutSemanticsRuleAccess().getMsgEObjectCrossReference_2_0());
- // InternalRoom.g:28329:1: ( RULE_ID )
- // InternalRoom.g:28330:1: RULE_ID
+ // InternalRoom.g:28244:1: ( RULE_ID )
+ // InternalRoom.g:28245:1: RULE_ID
{
before(grammarAccess.getOutSemanticsRuleAccess().getMsgEObjectIDTerminalRuleCall_2_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -76698,17 +76507,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__FollowUpsAssignment_3_1_0"
- // InternalRoom.g:28341:1: rule__OutSemanticsRule__FollowUpsAssignment_3_1_0 : ( ruleSemanticsRule ) ;
+ // InternalRoom.g:28256:1: rule__OutSemanticsRule__FollowUpsAssignment_3_1_0 : ( ruleSemanticsRule ) ;
public final void rule__OutSemanticsRule__FollowUpsAssignment_3_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28345:1: ( ( ruleSemanticsRule ) )
- // InternalRoom.g:28346:1: ( ruleSemanticsRule )
+ // InternalRoom.g:28260:1: ( ( ruleSemanticsRule ) )
+ // InternalRoom.g:28261:1: ( ruleSemanticsRule )
{
- // InternalRoom.g:28346:1: ( ruleSemanticsRule )
- // InternalRoom.g:28347:1: ruleSemanticsRule
+ // InternalRoom.g:28261:1: ( ruleSemanticsRule )
+ // InternalRoom.g:28262:1: ruleSemanticsRule
{
before(grammarAccess.getOutSemanticsRuleAccess().getFollowUpsSemanticsRuleParserRuleCall_3_1_0_0());
pushFollow(FOLLOW_2);
@@ -76739,17 +76548,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1"
- // InternalRoom.g:28356:1: rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1 : ( ruleSemanticsRule ) ;
+ // InternalRoom.g:28271:1: rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1 : ( ruleSemanticsRule ) ;
public final void rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28360:1: ( ( ruleSemanticsRule ) )
- // InternalRoom.g:28361:1: ( ruleSemanticsRule )
+ // InternalRoom.g:28275:1: ( ( ruleSemanticsRule ) )
+ // InternalRoom.g:28276:1: ( ruleSemanticsRule )
{
- // InternalRoom.g:28361:1: ( ruleSemanticsRule )
- // InternalRoom.g:28362:1: ruleSemanticsRule
+ // InternalRoom.g:28276:1: ( ruleSemanticsRule )
+ // InternalRoom.g:28277:1: ruleSemanticsRule
{
before(grammarAccess.getOutSemanticsRuleAccess().getFollowUpsSemanticsRuleParserRuleCall_3_1_1_1_0());
pushFollow(FOLLOW_2);
@@ -76780,17 +76589,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1"
- // InternalRoom.g:28371:1: rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1 : ( ruleSemanticsRule ) ;
+ // InternalRoom.g:28286:1: rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1 : ( ruleSemanticsRule ) ;
public final void rule__OutSemanticsRule__FollowUpsAssignment_3_1_1_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28375:1: ( ( ruleSemanticsRule ) )
- // InternalRoom.g:28376:1: ( ruleSemanticsRule )
+ // InternalRoom.g:28290:1: ( ( ruleSemanticsRule ) )
+ // InternalRoom.g:28291:1: ( ruleSemanticsRule )
{
- // InternalRoom.g:28376:1: ( ruleSemanticsRule )
- // InternalRoom.g:28377:1: ruleSemanticsRule
+ // InternalRoom.g:28291:1: ( ruleSemanticsRule )
+ // InternalRoom.g:28292:1: ruleSemanticsRule
{
before(grammarAccess.getOutSemanticsRuleAccess().getFollowUpsSemanticsRuleParserRuleCall_3_1_1_2_1_0());
pushFollow(FOLLOW_2);
@@ -76821,21 +76630,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__TypeAssignment_1"
- // InternalRoom.g:28386:1: rule__Annotation__TypeAssignment_1 : ( ( ruleFQN ) ) ;
+ // InternalRoom.g:28301:1: rule__Annotation__TypeAssignment_1 : ( ( ruleFQN ) ) ;
public final void rule__Annotation__TypeAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28390:1: ( ( ( ruleFQN ) ) )
- // InternalRoom.g:28391:1: ( ( ruleFQN ) )
+ // InternalRoom.g:28305:1: ( ( ( ruleFQN ) ) )
+ // InternalRoom.g:28306:1: ( ( ruleFQN ) )
{
- // InternalRoom.g:28391:1: ( ( ruleFQN ) )
- // InternalRoom.g:28392:1: ( ruleFQN )
+ // InternalRoom.g:28306:1: ( ( ruleFQN ) )
+ // InternalRoom.g:28307:1: ( ruleFQN )
{
before(grammarAccess.getAnnotationAccess().getTypeAnnotationTypeCrossReference_1_0());
- // InternalRoom.g:28393:1: ( ruleFQN )
- // InternalRoom.g:28394:1: ruleFQN
+ // InternalRoom.g:28308:1: ( ruleFQN )
+ // InternalRoom.g:28309:1: ruleFQN
{
before(grammarAccess.getAnnotationAccess().getTypeAnnotationTypeFQNParserRuleCall_1_0_1());
pushFollow(FOLLOW_2);
@@ -76870,17 +76679,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__AttributesAssignment_2_1"
- // InternalRoom.g:28405:1: rule__Annotation__AttributesAssignment_2_1 : ( ruleKeyValue ) ;
+ // InternalRoom.g:28320:1: rule__Annotation__AttributesAssignment_2_1 : ( ruleKeyValue ) ;
public final void rule__Annotation__AttributesAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28409:1: ( ( ruleKeyValue ) )
- // InternalRoom.g:28410:1: ( ruleKeyValue )
+ // InternalRoom.g:28324:1: ( ( ruleKeyValue ) )
+ // InternalRoom.g:28325:1: ( ruleKeyValue )
{
- // InternalRoom.g:28410:1: ( ruleKeyValue )
- // InternalRoom.g:28411:1: ruleKeyValue
+ // InternalRoom.g:28325:1: ( ruleKeyValue )
+ // InternalRoom.g:28326:1: ruleKeyValue
{
before(grammarAccess.getAnnotationAccess().getAttributesKeyValueParserRuleCall_2_1_0());
pushFollow(FOLLOW_2);
@@ -76911,17 +76720,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Annotation__AttributesAssignment_2_2_1"
- // InternalRoom.g:28420:1: rule__Annotation__AttributesAssignment_2_2_1 : ( ruleKeyValue ) ;
+ // InternalRoom.g:28335:1: rule__Annotation__AttributesAssignment_2_2_1 : ( ruleKeyValue ) ;
public final void rule__Annotation__AttributesAssignment_2_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28424:1: ( ( ruleKeyValue ) )
- // InternalRoom.g:28425:1: ( ruleKeyValue )
+ // InternalRoom.g:28339:1: ( ( ruleKeyValue ) )
+ // InternalRoom.g:28340:1: ( ruleKeyValue )
{
- // InternalRoom.g:28425:1: ( ruleKeyValue )
- // InternalRoom.g:28426:1: ruleKeyValue
+ // InternalRoom.g:28340:1: ( ruleKeyValue )
+ // InternalRoom.g:28341:1: ruleKeyValue
{
before(grammarAccess.getAnnotationAccess().getAttributesKeyValueParserRuleCall_2_2_1_0());
pushFollow(FOLLOW_2);
@@ -76952,17 +76761,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__KeyValue__KeyAssignment_0"
- // InternalRoom.g:28435:1: rule__KeyValue__KeyAssignment_0 : ( RULE_ID ) ;
+ // InternalRoom.g:28350:1: rule__KeyValue__KeyAssignment_0 : ( RULE_ID ) ;
public final void rule__KeyValue__KeyAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28439:1: ( ( RULE_ID ) )
- // InternalRoom.g:28440:1: ( RULE_ID )
+ // InternalRoom.g:28354:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28355:1: ( RULE_ID )
{
- // InternalRoom.g:28440:1: ( RULE_ID )
- // InternalRoom.g:28441:1: RULE_ID
+ // InternalRoom.g:28355:1: ( RULE_ID )
+ // InternalRoom.g:28356:1: RULE_ID
{
before(grammarAccess.getKeyValueAccess().getKeyIDTerminalRuleCall_0_0());
match(input,RULE_ID,FOLLOW_2);
@@ -76989,17 +76798,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__KeyValue__ValueAssignment_2"
- // InternalRoom.g:28450:1: rule__KeyValue__ValueAssignment_2 : ( ruleLiteral ) ;
+ // InternalRoom.g:28365:1: rule__KeyValue__ValueAssignment_2 : ( ruleLiteral ) ;
public final void rule__KeyValue__ValueAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28454:1: ( ( ruleLiteral ) )
- // InternalRoom.g:28455:1: ( ruleLiteral )
+ // InternalRoom.g:28369:1: ( ( ruleLiteral ) )
+ // InternalRoom.g:28370:1: ( ruleLiteral )
{
- // InternalRoom.g:28455:1: ( ruleLiteral )
- // InternalRoom.g:28456:1: ruleLiteral
+ // InternalRoom.g:28370:1: ( ruleLiteral )
+ // InternalRoom.g:28371:1: ruleLiteral
{
before(grammarAccess.getKeyValueAccess().getValueLiteralParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -77030,17 +76839,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__NameAssignment_1"
- // InternalRoom.g:28465:1: rule__AnnotationType__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalRoom.g:28380:1: rule__AnnotationType__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__AnnotationType__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28469:1: ( ( RULE_ID ) )
- // InternalRoom.g:28470:1: ( RULE_ID )
+ // InternalRoom.g:28384:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28385:1: ( RULE_ID )
{
- // InternalRoom.g:28470:1: ( RULE_ID )
- // InternalRoom.g:28471:1: RULE_ID
+ // InternalRoom.g:28385:1: ( RULE_ID )
+ // InternalRoom.g:28386:1: RULE_ID
{
before(grammarAccess.getAnnotationTypeAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -77067,17 +76876,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__DocuAssignment_2"
- // InternalRoom.g:28480:1: rule__AnnotationType__DocuAssignment_2 : ( ruleDocumentation ) ;
+ // InternalRoom.g:28395:1: rule__AnnotationType__DocuAssignment_2 : ( ruleDocumentation ) ;
public final void rule__AnnotationType__DocuAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28484:1: ( ( ruleDocumentation ) )
- // InternalRoom.g:28485:1: ( ruleDocumentation )
+ // InternalRoom.g:28399:1: ( ( ruleDocumentation ) )
+ // InternalRoom.g:28400:1: ( ruleDocumentation )
{
- // InternalRoom.g:28485:1: ( ruleDocumentation )
- // InternalRoom.g:28486:1: ruleDocumentation
+ // InternalRoom.g:28400:1: ( ruleDocumentation )
+ // InternalRoom.g:28401:1: ruleDocumentation
{
before(grammarAccess.getAnnotationTypeAccess().getDocuDocumentationParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -77108,17 +76917,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__TargetsAssignment_6_0"
- // InternalRoom.g:28495:1: rule__AnnotationType__TargetsAssignment_6_0 : ( ruleAnnotationTargetType ) ;
+ // InternalRoom.g:28410:1: rule__AnnotationType__TargetsAssignment_6_0 : ( ruleAnnotationTargetType ) ;
public final void rule__AnnotationType__TargetsAssignment_6_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28499:1: ( ( ruleAnnotationTargetType ) )
- // InternalRoom.g:28500:1: ( ruleAnnotationTargetType )
+ // InternalRoom.g:28414:1: ( ( ruleAnnotationTargetType ) )
+ // InternalRoom.g:28415:1: ( ruleAnnotationTargetType )
{
- // InternalRoom.g:28500:1: ( ruleAnnotationTargetType )
- // InternalRoom.g:28501:1: ruleAnnotationTargetType
+ // InternalRoom.g:28415:1: ( ruleAnnotationTargetType )
+ // InternalRoom.g:28416:1: ruleAnnotationTargetType
{
before(grammarAccess.getAnnotationTypeAccess().getTargetsAnnotationTargetTypeParserRuleCall_6_0_0());
pushFollow(FOLLOW_2);
@@ -77149,17 +76958,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__TargetsAssignment_6_1_1"
- // InternalRoom.g:28510:1: rule__AnnotationType__TargetsAssignment_6_1_1 : ( ruleAnnotationTargetType ) ;
+ // InternalRoom.g:28425:1: rule__AnnotationType__TargetsAssignment_6_1_1 : ( ruleAnnotationTargetType ) ;
public final void rule__AnnotationType__TargetsAssignment_6_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28514:1: ( ( ruleAnnotationTargetType ) )
- // InternalRoom.g:28515:1: ( ruleAnnotationTargetType )
+ // InternalRoom.g:28429:1: ( ( ruleAnnotationTargetType ) )
+ // InternalRoom.g:28430:1: ( ruleAnnotationTargetType )
{
- // InternalRoom.g:28515:1: ( ruleAnnotationTargetType )
- // InternalRoom.g:28516:1: ruleAnnotationTargetType
+ // InternalRoom.g:28430:1: ( ruleAnnotationTargetType )
+ // InternalRoom.g:28431:1: ruleAnnotationTargetType
{
before(grammarAccess.getAnnotationTypeAccess().getTargetsAnnotationTargetTypeParserRuleCall_6_1_1_0());
pushFollow(FOLLOW_2);
@@ -77190,17 +76999,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__TargetsAssignment_6_1_2_1"
- // InternalRoom.g:28525:1: rule__AnnotationType__TargetsAssignment_6_1_2_1 : ( ruleAnnotationTargetType ) ;
+ // InternalRoom.g:28440:1: rule__AnnotationType__TargetsAssignment_6_1_2_1 : ( ruleAnnotationTargetType ) ;
public final void rule__AnnotationType__TargetsAssignment_6_1_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28529:1: ( ( ruleAnnotationTargetType ) )
- // InternalRoom.g:28530:1: ( ruleAnnotationTargetType )
+ // InternalRoom.g:28444:1: ( ( ruleAnnotationTargetType ) )
+ // InternalRoom.g:28445:1: ( ruleAnnotationTargetType )
{
- // InternalRoom.g:28530:1: ( ruleAnnotationTargetType )
- // InternalRoom.g:28531:1: ruleAnnotationTargetType
+ // InternalRoom.g:28445:1: ( ruleAnnotationTargetType )
+ // InternalRoom.g:28446:1: ruleAnnotationTargetType
{
before(grammarAccess.getAnnotationTypeAccess().getTargetsAnnotationTargetTypeParserRuleCall_6_1_2_1_0());
pushFollow(FOLLOW_2);
@@ -77231,17 +77040,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__AnnotationType__AttributesAssignment_7"
- // InternalRoom.g:28540:1: rule__AnnotationType__AttributesAssignment_7 : ( ruleAnnotationAttribute ) ;
+ // InternalRoom.g:28455:1: rule__AnnotationType__AttributesAssignment_7 : ( ruleAnnotationAttribute ) ;
public final void rule__AnnotationType__AttributesAssignment_7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28544:1: ( ( ruleAnnotationAttribute ) )
- // InternalRoom.g:28545:1: ( ruleAnnotationAttribute )
+ // InternalRoom.g:28459:1: ( ( ruleAnnotationAttribute ) )
+ // InternalRoom.g:28460:1: ( ruleAnnotationAttribute )
{
- // InternalRoom.g:28545:1: ( ruleAnnotationAttribute )
- // InternalRoom.g:28546:1: ruleAnnotationAttribute
+ // InternalRoom.g:28460:1: ( ruleAnnotationAttribute )
+ // InternalRoom.g:28461:1: ruleAnnotationAttribute
{
before(grammarAccess.getAnnotationTypeAccess().getAttributesAnnotationAttributeParserRuleCall_7_0());
pushFollow(FOLLOW_2);
@@ -77272,21 +77081,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__OptionalAssignment_0_0"
- // InternalRoom.g:28555:1: rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 : ( ( 'optional' ) ) ;
+ // InternalRoom.g:28470:1: rule__SimpleAnnotationAttribute__OptionalAssignment_0_0 : ( ( 'optional' ) ) ;
public final void rule__SimpleAnnotationAttribute__OptionalAssignment_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28559:1: ( ( ( 'optional' ) ) )
- // InternalRoom.g:28560:1: ( ( 'optional' ) )
+ // InternalRoom.g:28474:1: ( ( ( 'optional' ) ) )
+ // InternalRoom.g:28475:1: ( ( 'optional' ) )
{
- // InternalRoom.g:28560:1: ( ( 'optional' ) )
- // InternalRoom.g:28561:1: ( 'optional' )
+ // InternalRoom.g:28475:1: ( ( 'optional' ) )
+ // InternalRoom.g:28476:1: ( 'optional' )
{
before(grammarAccess.getSimpleAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
- // InternalRoom.g:28562:1: ( 'optional' )
- // InternalRoom.g:28563:1: 'optional'
+ // InternalRoom.g:28477:1: ( 'optional' )
+ // InternalRoom.g:28478:1: 'optional'
{
before(grammarAccess.getSimpleAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
match(input,39,FOLLOW_2);
@@ -77317,17 +77126,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__NameAssignment_2"
- // InternalRoom.g:28578:1: rule__SimpleAnnotationAttribute__NameAssignment_2 : ( RULE_ID ) ;
+ // InternalRoom.g:28493:1: rule__SimpleAnnotationAttribute__NameAssignment_2 : ( RULE_ID ) ;
public final void rule__SimpleAnnotationAttribute__NameAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28582:1: ( ( RULE_ID ) )
- // InternalRoom.g:28583:1: ( RULE_ID )
+ // InternalRoom.g:28497:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28498:1: ( RULE_ID )
{
- // InternalRoom.g:28583:1: ( RULE_ID )
- // InternalRoom.g:28584:1: RULE_ID
+ // InternalRoom.g:28498:1: ( RULE_ID )
+ // InternalRoom.g:28499:1: RULE_ID
{
before(grammarAccess.getSimpleAnnotationAttributeAccess().getNameIDTerminalRuleCall_2_0());
match(input,RULE_ID,FOLLOW_2);
@@ -77354,17 +77163,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__SimpleAnnotationAttribute__TypeAssignment_4"
- // InternalRoom.g:28593:1: rule__SimpleAnnotationAttribute__TypeAssignment_4 : ( ruleLiteralType ) ;
+ // InternalRoom.g:28508:1: rule__SimpleAnnotationAttribute__TypeAssignment_4 : ( ruleLiteralType ) ;
public final void rule__SimpleAnnotationAttribute__TypeAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28597:1: ( ( ruleLiteralType ) )
- // InternalRoom.g:28598:1: ( ruleLiteralType )
+ // InternalRoom.g:28512:1: ( ( ruleLiteralType ) )
+ // InternalRoom.g:28513:1: ( ruleLiteralType )
{
- // InternalRoom.g:28598:1: ( ruleLiteralType )
- // InternalRoom.g:28599:1: ruleLiteralType
+ // InternalRoom.g:28513:1: ( ruleLiteralType )
+ // InternalRoom.g:28514:1: ruleLiteralType
{
before(grammarAccess.getSimpleAnnotationAttributeAccess().getTypeLiteralTypeEnumRuleCall_4_0());
pushFollow(FOLLOW_2);
@@ -77395,21 +77204,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__OptionalAssignment_0_0"
- // InternalRoom.g:28608:1: rule__EnumAnnotationAttribute__OptionalAssignment_0_0 : ( ( 'optional' ) ) ;
+ // InternalRoom.g:28523:1: rule__EnumAnnotationAttribute__OptionalAssignment_0_0 : ( ( 'optional' ) ) ;
public final void rule__EnumAnnotationAttribute__OptionalAssignment_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28612:1: ( ( ( 'optional' ) ) )
- // InternalRoom.g:28613:1: ( ( 'optional' ) )
+ // InternalRoom.g:28527:1: ( ( ( 'optional' ) ) )
+ // InternalRoom.g:28528:1: ( ( 'optional' ) )
{
- // InternalRoom.g:28613:1: ( ( 'optional' ) )
- // InternalRoom.g:28614:1: ( 'optional' )
+ // InternalRoom.g:28528:1: ( ( 'optional' ) )
+ // InternalRoom.g:28529:1: ( 'optional' )
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
- // InternalRoom.g:28615:1: ( 'optional' )
- // InternalRoom.g:28616:1: 'optional'
+ // InternalRoom.g:28530:1: ( 'optional' )
+ // InternalRoom.g:28531:1: 'optional'
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
match(input,39,FOLLOW_2);
@@ -77440,17 +77249,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__NameAssignment_2"
- // InternalRoom.g:28631:1: rule__EnumAnnotationAttribute__NameAssignment_2 : ( RULE_ID ) ;
+ // InternalRoom.g:28546:1: rule__EnumAnnotationAttribute__NameAssignment_2 : ( RULE_ID ) ;
public final void rule__EnumAnnotationAttribute__NameAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28635:1: ( ( RULE_ID ) )
- // InternalRoom.g:28636:1: ( RULE_ID )
+ // InternalRoom.g:28550:1: ( ( RULE_ID ) )
+ // InternalRoom.g:28551:1: ( RULE_ID )
{
- // InternalRoom.g:28636:1: ( RULE_ID )
- // InternalRoom.g:28637:1: RULE_ID
+ // InternalRoom.g:28551:1: ( RULE_ID )
+ // InternalRoom.g:28552:1: RULE_ID
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getNameIDTerminalRuleCall_2_0());
match(input,RULE_ID,FOLLOW_2);
@@ -77477,17 +77286,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__ValuesAssignment_5"
- // InternalRoom.g:28646:1: rule__EnumAnnotationAttribute__ValuesAssignment_5 : ( RULE_STRING ) ;
+ // InternalRoom.g:28561:1: rule__EnumAnnotationAttribute__ValuesAssignment_5 : ( RULE_STRING ) ;
public final void rule__EnumAnnotationAttribute__ValuesAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28650:1: ( ( RULE_STRING ) )
- // InternalRoom.g:28651:1: ( RULE_STRING )
+ // InternalRoom.g:28565:1: ( ( RULE_STRING ) )
+ // InternalRoom.g:28566:1: ( RULE_STRING )
{
- // InternalRoom.g:28651:1: ( RULE_STRING )
- // InternalRoom.g:28652:1: RULE_STRING
+ // InternalRoom.g:28566:1: ( RULE_STRING )
+ // InternalRoom.g:28567:1: RULE_STRING
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getValuesSTRINGTerminalRuleCall_5_0());
match(input,RULE_STRING,FOLLOW_2);
@@ -77514,17 +77323,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__EnumAnnotationAttribute__ValuesAssignment_6_1"
- // InternalRoom.g:28661:1: rule__EnumAnnotationAttribute__ValuesAssignment_6_1 : ( RULE_STRING ) ;
+ // InternalRoom.g:28576:1: rule__EnumAnnotationAttribute__ValuesAssignment_6_1 : ( RULE_STRING ) ;
public final void rule__EnumAnnotationAttribute__ValuesAssignment_6_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28665:1: ( ( RULE_STRING ) )
- // InternalRoom.g:28666:1: ( RULE_STRING )
+ // InternalRoom.g:28580:1: ( ( RULE_STRING ) )
+ // InternalRoom.g:28581:1: ( RULE_STRING )
{
- // InternalRoom.g:28666:1: ( RULE_STRING )
- // InternalRoom.g:28667:1: RULE_STRING
+ // InternalRoom.g:28581:1: ( RULE_STRING )
+ // InternalRoom.g:28582:1: RULE_STRING
{
before(grammarAccess.getEnumAnnotationAttributeAccess().getValuesSTRINGTerminalRuleCall_6_1_0());
match(input,RULE_STRING,FOLLOW_2);
@@ -77551,17 +77360,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__ImportedNamespaceAssignment_1_0_0"
- // InternalRoom.g:28676:1: rule__Import__ImportedNamespaceAssignment_1_0_0 : ( ruleImportedFQN ) ;
+ // InternalRoom.g:28591:1: rule__Import__ImportedNamespaceAssignment_1_0_0 : ( ruleImportedFQN ) ;
public final void rule__Import__ImportedNamespaceAssignment_1_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28680:1: ( ( ruleImportedFQN ) )
- // InternalRoom.g:28681:1: ( ruleImportedFQN )
+ // InternalRoom.g:28595:1: ( ( ruleImportedFQN ) )
+ // InternalRoom.g:28596:1: ( ruleImportedFQN )
{
- // InternalRoom.g:28681:1: ( ruleImportedFQN )
- // InternalRoom.g:28682:1: ruleImportedFQN
+ // InternalRoom.g:28596:1: ( ruleImportedFQN )
+ // InternalRoom.g:28597:1: ruleImportedFQN
{
before(grammarAccess.getImportAccess().getImportedNamespaceImportedFQNParserRuleCall_1_0_0_0());
pushFollow(FOLLOW_2);
@@ -77592,17 +77401,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__ImportURIAssignment_1_0_1_1"
- // InternalRoom.g:28691:1: rule__Import__ImportURIAssignment_1_0_1_1 : ( RULE_STRING ) ;
+ // InternalRoom.g:28606:1: rule__Import__ImportURIAssignment_1_0_1_1 : ( RULE_STRING ) ;
public final void rule__Import__ImportURIAssignment_1_0_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28695:1: ( ( RULE_STRING ) )
- // InternalRoom.g:28696:1: ( RULE_STRING )
+ // InternalRoom.g:28610:1: ( ( RULE_STRING ) )
+ // InternalRoom.g:28611:1: ( RULE_STRING )
{
- // InternalRoom.g:28696:1: ( RULE_STRING )
- // InternalRoom.g:28697:1: RULE_STRING
+ // InternalRoom.g:28611:1: ( RULE_STRING )
+ // InternalRoom.g:28612:1: RULE_STRING
{
before(grammarAccess.getImportAccess().getImportURISTRINGTerminalRuleCall_1_0_1_1_0());
match(input,RULE_STRING,FOLLOW_2);
@@ -77629,17 +77438,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Import__ImportURIAssignment_1_1_1"
- // InternalRoom.g:28706:1: rule__Import__ImportURIAssignment_1_1_1 : ( RULE_STRING ) ;
+ // InternalRoom.g:28621:1: rule__Import__ImportURIAssignment_1_1_1 : ( RULE_STRING ) ;
public final void rule__Import__ImportURIAssignment_1_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28710:1: ( ( RULE_STRING ) )
- // InternalRoom.g:28711:1: ( RULE_STRING )
+ // InternalRoom.g:28625:1: ( ( RULE_STRING ) )
+ // InternalRoom.g:28626:1: ( RULE_STRING )
{
- // InternalRoom.g:28711:1: ( RULE_STRING )
- // InternalRoom.g:28712:1: RULE_STRING
+ // InternalRoom.g:28626:1: ( RULE_STRING )
+ // InternalRoom.g:28627:1: RULE_STRING
{
before(grammarAccess.getImportAccess().getImportURISTRINGTerminalRuleCall_1_1_1_0());
match(input,RULE_STRING,FOLLOW_2);
@@ -77666,17 +77475,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__Documentation__LinesAssignment_2"
- // InternalRoom.g:28721:1: rule__Documentation__LinesAssignment_2 : ( RULE_STRING ) ;
+ // InternalRoom.g:28636:1: rule__Documentation__LinesAssignment_2 : ( RULE_STRING ) ;
public final void rule__Documentation__LinesAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28725:1: ( ( RULE_STRING ) )
- // InternalRoom.g:28726:1: ( RULE_STRING )
+ // InternalRoom.g:28640:1: ( ( RULE_STRING ) )
+ // InternalRoom.g:28641:1: ( RULE_STRING )
{
- // InternalRoom.g:28726:1: ( RULE_STRING )
- // InternalRoom.g:28727:1: RULE_STRING
+ // InternalRoom.g:28641:1: ( RULE_STRING )
+ // InternalRoom.g:28642:1: RULE_STRING
{
before(grammarAccess.getDocumentationAccess().getLinesSTRINGTerminalRuleCall_2_0());
match(input,RULE_STRING,FOLLOW_2);
@@ -77703,21 +77512,21 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__BooleanLiteral__IsTrueAssignment_1_1"
- // InternalRoom.g:28738:1: rule__BooleanLiteral__IsTrueAssignment_1_1 : ( ( 'true' ) ) ;
+ // InternalRoom.g:28653:1: rule__BooleanLiteral__IsTrueAssignment_1_1 : ( ( 'true' ) ) ;
public final void rule__BooleanLiteral__IsTrueAssignment_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28742:1: ( ( ( 'true' ) ) )
- // InternalRoom.g:28743:1: ( ( 'true' ) )
+ // InternalRoom.g:28657:1: ( ( ( 'true' ) ) )
+ // InternalRoom.g:28658:1: ( ( 'true' ) )
{
- // InternalRoom.g:28743:1: ( ( 'true' ) )
- // InternalRoom.g:28744:1: ( 'true' )
+ // InternalRoom.g:28658:1: ( ( 'true' ) )
+ // InternalRoom.g:28659:1: ( 'true' )
{
before(grammarAccess.getBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0());
- // InternalRoom.g:28745:1: ( 'true' )
- // InternalRoom.g:28746:1: 'true'
+ // InternalRoom.g:28660:1: ( 'true' )
+ // InternalRoom.g:28661:1: 'true'
{
before(grammarAccess.getBooleanLiteralAccess().getIsTrueTrueKeyword_1_1_0());
match(input,133,FOLLOW_2);
@@ -77748,17 +77557,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__RealLiteral__ValueAssignment_1"
- // InternalRoom.g:28761:1: rule__RealLiteral__ValueAssignment_1 : ( ruleReal ) ;
+ // InternalRoom.g:28676:1: rule__RealLiteral__ValueAssignment_1 : ( ruleReal ) ;
public final void rule__RealLiteral__ValueAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28765:1: ( ( ruleReal ) )
- // InternalRoom.g:28766:1: ( ruleReal )
+ // InternalRoom.g:28680:1: ( ( ruleReal ) )
+ // InternalRoom.g:28681:1: ( ruleReal )
{
- // InternalRoom.g:28766:1: ( ruleReal )
- // InternalRoom.g:28767:1: ruleReal
+ // InternalRoom.g:28681:1: ( ruleReal )
+ // InternalRoom.g:28682:1: ruleReal
{
before(grammarAccess.getRealLiteralAccess().getValueRealParserRuleCall_1_0());
pushFollow(FOLLOW_2);
@@ -77789,17 +77598,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__IntLiteral__ValueAssignment_1"
- // InternalRoom.g:28776:1: rule__IntLiteral__ValueAssignment_1 : ( ruleInteger ) ;
+ // InternalRoom.g:28691:1: rule__IntLiteral__ValueAssignment_1 : ( ruleInteger ) ;
public final void rule__IntLiteral__ValueAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28780:1: ( ( ruleInteger ) )
- // InternalRoom.g:28781:1: ( ruleInteger )
+ // InternalRoom.g:28695:1: ( ( ruleInteger ) )
+ // InternalRoom.g:28696:1: ( ruleInteger )
{
- // InternalRoom.g:28781:1: ( ruleInteger )
- // InternalRoom.g:28782:1: ruleInteger
+ // InternalRoom.g:28696:1: ( ruleInteger )
+ // InternalRoom.g:28697:1: ruleInteger
{
before(grammarAccess.getIntLiteralAccess().getValueIntegerParserRuleCall_1_0());
pushFollow(FOLLOW_2);
@@ -77830,17 +77639,17 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// $ANTLR start "rule__StringLiteral__ValueAssignment_1"
- // InternalRoom.g:28791:1: rule__StringLiteral__ValueAssignment_1 : ( RULE_STRING ) ;
+ // InternalRoom.g:28706:1: rule__StringLiteral__ValueAssignment_1 : ( RULE_STRING ) ;
public final void rule__StringLiteral__ValueAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalRoom.g:28795:1: ( ( RULE_STRING ) )
- // InternalRoom.g:28796:1: ( RULE_STRING )
+ // InternalRoom.g:28710:1: ( ( RULE_STRING ) )
+ // InternalRoom.g:28711:1: ( RULE_STRING )
{
- // InternalRoom.g:28796:1: ( RULE_STRING )
- // InternalRoom.g:28797:1: RULE_STRING
+ // InternalRoom.g:28711:1: ( RULE_STRING )
+ // InternalRoom.g:28712:1: RULE_STRING
{
before(grammarAccess.getStringLiteralAccess().getValueSTRINGTerminalRuleCall_1_0());
match(input,RULE_STRING,FOLLOW_2);
@@ -77868,61 +77677,15 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
// Delegated rules
- protected DFA1 dfa1 = new DFA1(this);
protected DFA31 dfa31 = new DFA31(this);
protected DFA32 dfa32 = new DFA32(this);
- static final String dfa_1s = "\15\uffff";
- static final String dfa_2s = "\1\21\4\uffff\3\22\5\uffff";
- static final String dfa_3s = "\1\u0083\4\uffff\3\u0083\5\uffff";
- static final String dfa_4s = "\1\uffff\1\1\1\2\1\3\1\4\3\uffff\1\5\1\6\1\7\1\10\1\11";
- static final String dfa_5s = "\15\uffff}>";
- static final String[] dfa_6s = {
- "\1\4\1\11\1\uffff\2\10\1\12\1\13\13\uffff\1\5\1\6\1\7\2\uffff\1\11\7\uffff\1\1\4\uffff\1\2\3\uffff\1\3\77\uffff\1\14\11\uffff\1\11",
- "",
- "",
- "",
- "",
- "\1\11\1\uffff\1\10\16\uffff\3\11\2\uffff\1\11\132\uffff\1\11",
- "\1\11\1\uffff\1\10\16\uffff\3\11\2\uffff\1\11\132\uffff\1\11",
- "\1\11\1\uffff\1\10\16\uffff\3\11\2\uffff\1\11\132\uffff\1\11",
- "",
- "",
- "",
- "",
- ""
- };
-
- static final short[] dfa_1 = DFA.unpackEncodedString(dfa_1s);
- static final char[] dfa_2 = DFA.unpackEncodedStringToUnsignedChars(dfa_2s);
- static final char[] dfa_3 = DFA.unpackEncodedStringToUnsignedChars(dfa_3s);
- static final short[] dfa_4 = DFA.unpackEncodedString(dfa_4s);
- static final short[] dfa_5 = DFA.unpackEncodedString(dfa_5s);
- static final short[][] dfa_6 = unpackEncodedStringArray(dfa_6s);
-
- class DFA1 extends DFA {
-
- public DFA1(BaseRecognizer recognizer) {
- this.recognizer = recognizer;
- this.decisionNumber = 1;
- this.eot = dfa_1;
- this.eof = dfa_1;
- this.min = dfa_2;
- this.max = dfa_3;
- this.accept = dfa_4;
- this.special = dfa_5;
- this.transition = dfa_6;
- }
- public String getDescription() {
- return "3110:1: rule__RoomModel__Alternatives_6 : ( ( ( rule__RoomModel__PrimitiveTypesAssignment_6_0 ) ) | ( ( rule__RoomModel__EnumerationTypesAssignment_6_1 ) ) | ( ( rule__RoomModel__ExternalTypesAssignment_6_2 ) ) | ( ( rule__RoomModel__DataClassesAssignment_6_3 ) ) | ( ( rule__RoomModel__ProtocolClassesAssignment_6_4 ) ) | ( ( rule__RoomModel__ActorClassesAssignment_6_5 ) ) | ( ( rule__RoomModel__SubSystemClassesAssignment_6_6 ) ) | ( ( rule__RoomModel__SystemsAssignment_6_7 ) ) | ( ( rule__RoomModel__AnnotationTypesAssignment_6_8 ) ) );";
- }
- }
- static final String dfa_7s = "\101\uffff";
- static final String dfa_8s = "\14\uffff\1\22\6\uffff\2\22\1\uffff\1\22\3\uffff\1\22\46\uffff";
- static final String dfa_9s = "\1\33\1\6\1\57\1\6\1\61\4\6\3\61\1\32\2\6\1\7\1\56\1\6\1\uffff\2\32\1\7\1\32\1\6\2\uffff\1\32\1\56\2\6\1\56\1\70\1\4\2\64\2\4\3\64\1\6\1\56\1\4\1\70\1\41\3\4\2\64\2\4\3\64\2\4\1\64\1\4\1\41\4\4\1\64";
- static final String dfa_10s = "\1\33\2\57\1\161\1\66\3\6\1\161\3\61\1\u0084\2\6\1\100\1\170\1\6\1\uffff\2\u0084\1\100\1\u0084\1\6\2\uffff\1\u0084\1\170\2\6\1\170\1\70\1\u0085\2\67\2\4\1\130\2\67\1\6\1\170\1\4\1\70\1\67\1\u0085\2\40\2\67\2\4\1\130\2\67\2\4\1\67\1\4\1\67\2\40\2\4\1\67";
- static final String dfa_11s = "\22\uffff\1\2\5\uffff\1\1\1\3\47\uffff";
- static final String dfa_12s = "\101\uffff}>";
- static final String[] dfa_13s = {
+ static final String dfa_1s = "\101\uffff";
+ static final String dfa_2s = "\14\uffff\1\22\6\uffff\2\22\1\uffff\1\22\3\uffff\1\22\46\uffff";
+ static final String dfa_3s = "\1\33\1\6\1\57\1\6\1\61\4\6\3\61\1\32\2\6\1\7\1\56\1\6\1\uffff\2\32\1\7\1\32\1\6\2\uffff\1\32\1\56\2\6\1\56\1\70\1\4\2\64\2\4\3\64\1\6\1\56\1\4\1\70\1\41\3\4\2\64\2\4\3\64\2\4\1\64\1\4\1\41\4\4\1\64";
+ static final String dfa_4s = "\1\33\2\57\1\161\1\66\3\6\1\161\3\61\1\u0084\2\6\1\100\1\170\1\6\1\uffff\2\u0084\1\100\1\u0084\1\6\2\uffff\1\u0084\1\170\2\6\1\170\1\70\1\u0085\2\67\2\4\1\130\2\67\1\6\1\170\1\4\1\70\1\67\1\u0085\2\40\2\67\2\4\1\130\2\67\2\4\1\67\1\4\1\67\2\40\2\4\1\67";
+ static final String dfa_5s = "\22\uffff\1\2\5\uffff\1\3\1\1\47\uffff";
+ static final String dfa_6s = "\101\uffff}>";
+ static final String[] dfa_7s = {
"\1\1",
"\1\2\50\uffff\1\3",
"\1\3",
@@ -77939,7 +77702,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
"\1\23",
"\1\24",
"\1\25\70\uffff\1\26",
- "\1\22\73\uffff\1\22\1\30\1\uffff\1\30\1\31\11\uffff\1\27",
+ "\1\22\73\uffff\1\22\1\31\1\uffff\1\31\1\30\11\uffff\1\27",
"\1\32",
"",
"\2\22\21\uffff\1\20\1\22\20\uffff\1\17\44\uffff\5\22\6\uffff\1\22\24\uffff\1\22",
@@ -77950,10 +77713,10 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
"",
"",
"\2\22\21\uffff\1\20\1\22\20\uffff\1\17\44\uffff\5\22\6\uffff\1\22\24\uffff\1\22",
- "\1\22\4\uffff\1\35\44\uffff\1\34\21\uffff\1\22\2\uffff\1\30\1\31\11\uffff\1\27",
+ "\1\22\4\uffff\1\35\44\uffff\1\34\21\uffff\1\22\2\uffff\1\31\1\30\11\uffff\1\27",
"\1\36",
"\1\37",
- "\1\22\4\uffff\1\35\44\uffff\1\34\21\uffff\1\22\2\uffff\1\30\1\31\11\uffff\1\27",
+ "\1\22\4\uffff\1\35\44\uffff\1\34\21\uffff\1\22\2\uffff\1\31\1\30\11\uffff\1\27",
"\1\40",
"\1\45\1\46\1\uffff\1\47\26\uffff\1\41\1\43\1\44\144\uffff\1\42",
"\1\51\2\uffff\1\50",
@@ -77964,7 +77727,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
"\1\51\2\uffff\1\50",
"\1\51\2\uffff\1\50",
"\1\53",
- "\1\22\73\uffff\1\22\2\uffff\1\30\1\31\11\uffff\1\27",
+ "\1\22\73\uffff\1\22\2\uffff\1\31\1\30\11\uffff\1\27",
"\1\54",
"\1\55",
"\1\56\1\57\21\uffff\1\51\2\uffff\1\50",
@@ -77990,37 +77753,37 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
"\1\51\2\uffff\1\50"
};
- static final short[] dfa_7 = DFA.unpackEncodedString(dfa_7s);
- static final short[] dfa_8 = DFA.unpackEncodedString(dfa_8s);
- static final char[] dfa_9 = DFA.unpackEncodedStringToUnsignedChars(dfa_9s);
- static final char[] dfa_10 = DFA.unpackEncodedStringToUnsignedChars(dfa_10s);
- static final short[] dfa_11 = DFA.unpackEncodedString(dfa_11s);
- static final short[] dfa_12 = DFA.unpackEncodedString(dfa_12s);
- static final short[][] dfa_13 = unpackEncodedStringArray(dfa_13s);
+ static final short[] dfa_1 = DFA.unpackEncodedString(dfa_1s);
+ static final short[] dfa_2 = DFA.unpackEncodedString(dfa_2s);
+ static final char[] dfa_3 = DFA.unpackEncodedStringToUnsignedChars(dfa_3s);
+ static final char[] dfa_4 = DFA.unpackEncodedStringToUnsignedChars(dfa_4s);
+ static final short[] dfa_5 = DFA.unpackEncodedString(dfa_5s);
+ static final short[] dfa_6 = DFA.unpackEncodedString(dfa_6s);
+ static final short[][] dfa_7 = unpackEncodedStringArray(dfa_7s);
class DFA31 extends DFA {
public DFA31(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 31;
- this.eot = dfa_7;
- this.eof = dfa_8;
- this.min = dfa_9;
- this.max = dfa_10;
- this.accept = dfa_11;
- this.special = dfa_12;
- this.transition = dfa_13;
+ this.eot = dfa_1;
+ this.eof = dfa_2;
+ this.min = dfa_3;
+ this.max = dfa_4;
+ this.accept = dfa_5;
+ this.special = dfa_6;
+ this.transition = dfa_7;
}
public String getDescription() {
- return "4054:1: rule__NonInitialTransition__Alternatives : ( ( ruleTransitionChainStartTransition ) | ( ruleContinuationTransition ) | ( ruleCPBranchTransition ) );";
+ return "4043:1: rule__NonInitialTransition__Alternatives : ( ( ruleTransitionChainStartTransition ) | ( ruleContinuationTransition ) | ( ruleCPBranchTransition ) );";
}
}
- static final String dfa_14s = "\31\uffff";
- static final String dfa_15s = "\1\33\1\6\1\57\1\6\1\61\4\6\2\61\1\55\2\6\1\61\1\7\1\153\1\6\2\55\1\7\1\55\2\uffff\1\55";
- static final String dfa_16s = "\1\33\2\57\1\161\1\66\2\6\1\161\1\6\2\61\1\77\2\6\1\61\1\100\1\170\1\6\2\77\1\100\1\55\2\uffff\1\77";
- static final String dfa_17s = "\26\uffff\1\2\1\1\1\uffff";
- static final String dfa_18s = "\31\uffff}>";
- static final String[] dfa_19s = {
+ static final String dfa_8s = "\31\uffff";
+ static final String dfa_9s = "\1\33\1\6\1\57\1\6\1\61\4\6\2\61\1\55\2\6\1\61\1\7\1\153\1\6\2\55\1\7\1\55\2\uffff\1\55";
+ static final String dfa_10s = "\1\33\2\57\1\161\1\66\2\6\1\161\1\6\2\61\1\77\2\6\1\61\1\100\1\170\1\6\2\77\1\100\1\55\2\uffff\1\77";
+ static final String dfa_11s = "\26\uffff\1\1\1\2\1\uffff";
+ static final String dfa_12s = "\31\uffff}>";
+ static final String[] dfa_13s = {
"\1\1",
"\1\2\50\uffff\1\3",
"\1\3",
@@ -78037,7 +77800,7 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
"\1\23",
"\1\7",
"\1\24\70\uffff\1\25",
- "\1\27\1\uffff\1\26\12\uffff\1\26",
+ "\1\26\1\uffff\1\27\12\uffff\1\27",
"\1\30",
"\1\20\21\uffff\1\17",
"\1\20\21\uffff\1\17",
@@ -78048,28 +77811,28 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
"\1\20\21\uffff\1\17"
};
- static final short[] dfa_14 = DFA.unpackEncodedString(dfa_14s);
- static final char[] dfa_15 = DFA.unpackEncodedStringToUnsignedChars(dfa_15s);
- static final char[] dfa_16 = DFA.unpackEncodedStringToUnsignedChars(dfa_16s);
- static final short[] dfa_17 = DFA.unpackEncodedString(dfa_17s);
- static final short[] dfa_18 = DFA.unpackEncodedString(dfa_18s);
- static final short[][] dfa_19 = unpackEncodedStringArray(dfa_19s);
+ static final short[] dfa_8 = DFA.unpackEncodedString(dfa_8s);
+ static final char[] dfa_9 = DFA.unpackEncodedStringToUnsignedChars(dfa_9s);
+ static final char[] dfa_10 = DFA.unpackEncodedStringToUnsignedChars(dfa_10s);
+ static final short[] dfa_11 = DFA.unpackEncodedString(dfa_11s);
+ static final short[] dfa_12 = DFA.unpackEncodedString(dfa_12s);
+ static final short[][] dfa_13 = unpackEncodedStringArray(dfa_13s);
class DFA32 extends DFA {
public DFA32(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 32;
- this.eot = dfa_14;
- this.eof = dfa_14;
- this.min = dfa_15;
- this.max = dfa_16;
- this.accept = dfa_17;
- this.special = dfa_18;
- this.transition = dfa_19;
+ this.eot = dfa_8;
+ this.eof = dfa_8;
+ this.min = dfa_9;
+ this.max = dfa_10;
+ this.accept = dfa_11;
+ this.special = dfa_12;
+ this.transition = dfa_13;
}
public String getDescription() {
- return "4082:1: rule__TransitionChainStartTransition__Alternatives : ( ( ruleTriggeredTransition ) | ( ruleGuardedTransition ) );";
+ return "4071:1: rule__TransitionChainStartTransition__Alternatives : ( ( ruleTriggeredTransition ) | ( ruleGuardedTransition ) );";
}
}
@@ -78081,123 +77844,124 @@ public class InternalRoomParser extends AbstractInternalContentAssistParser {
public static final BitSet FOLLOW_5 = new BitSet(new long[]{0x0221413800F20000L,0x1300000000000000L,0x0000000000000008L});
public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0000000000000002L,0x0100000000000000L});
public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x0000000000000002L,0x1000000000000000L});
- public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0221013800F20002L,0x0200000000000000L,0x0000000000000008L});
- public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0000800000000000L});
- public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000000L,0x0000000000000001L});
- public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x0000000000000000L,0x0000000010000000L});
- public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x00001E0000000000L});
- public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x0002000000000000L});
- public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0000000000000080L});
- public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x000C000000000000L});
- public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x8000000000000000L});
- public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0010000000000000L});
- public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x8040200000000000L});
- public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000400000000040L});
- public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0080000000000000L});
- public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0080000000000002L});
- public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0100000000000000L});
- public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000000180000030L});
- public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x8004000000000000L});
- public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x8400200000000000L});
- public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x780040000000C000L,0x0100000000000002L,0x0000000000000002L});
- public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x400000000000C002L,0x0000000000000002L,0x0000000000000002L});
- public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0000200000000100L});
- public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x8000800000000000L});
- public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x8100000000000040L});
- public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000001L});
- public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000002L,0x0000000000000002L});
- public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x0008000000000000L});
- public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x0010000000000040L});
- public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x8000A00000000100L});
- public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x0000000000002040L});
- public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x8000A00000000100L,0x0000000000000004L});
- public static final BitSet FOLLOW_39 = new BitSet(new long[]{0x0000003800100000L});
- public static final BitSet FOLLOW_40 = new BitSet(new long[]{0x3800400000000000L,0x01200000000000B8L});
- public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x0000200000000000L});
- public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x0000400002000000L,0x0000000000000000L,0x0000000000000004L});
- public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x0000000002000002L,0x0000000000000000L,0x0000000000000004L});
- public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000040L});
- public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x0000400000000000L,0x0100000000000100L});
- public static final BitSet FOLLOW_46 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000100L});
- public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x0000000002000000L,0x0000000000000000L,0x0000000000000004L});
- public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x8008000000000000L,0x0100000000000000L});
- public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x400040000000C000L,0x0000000000000602L,0x0000000000000002L});
- public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x400000000000C002L,0x0000000000000402L,0x0000000000000002L});
- public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000008L});
- public static final BitSet FOLLOW_52 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000010L});
- public static final BitSet FOLLOW_53 = new BitSet(new long[]{0x0000000000040000L});
- public static final BitSet FOLLOW_54 = new BitSet(new long[]{0x0000400000000000L,0x0100000000003800L});
- public static final BitSet FOLLOW_55 = new BitSet(new long[]{0x0000400001000000L,0x0000000000010080L});
- public static final BitSet FOLLOW_56 = new BitSet(new long[]{0x0000000001000002L,0x0000000000010080L});
- public static final BitSet FOLLOW_57 = new BitSet(new long[]{0x780040C00100C000L,0x000000004443C082L,0x0000000000000002L});
- public static final BitSet FOLLOW_58 = new BitSet(new long[]{0x400000C00100C002L,0x000000004443C082L,0x0000000000000002L});
- public static final BitSet FOLLOW_59 = new BitSet(new long[]{0x000040000000C000L,0x0100000080000002L,0x0000000000000002L});
- public static final BitSet FOLLOW_60 = new BitSet(new long[]{0x000000000000C002L,0x0000000000000002L,0x0000000000000002L});
- public static final BitSet FOLLOW_61 = new BitSet(new long[]{0x0000000001000000L,0x0000000000010080L});
- public static final BitSet FOLLOW_62 = new BitSet(new long[]{0x8000000000000000L,0x0100000000000000L});
- public static final BitSet FOLLOW_63 = new BitSet(new long[]{0x0000000001000000L});
- public static final BitSet FOLLOW_64 = new BitSet(new long[]{0x0040000000000000L});
- public static final BitSet FOLLOW_65 = new BitSet(new long[]{0x0000400000000000L,0x0100000004440000L});
- public static final BitSet FOLLOW_66 = new BitSet(new long[]{0x0000000000000002L,0x0000000004440000L});
- public static final BitSet FOLLOW_67 = new BitSet(new long[]{0x380040C001000000L,0x0100000044590080L});
- public static final BitSet FOLLOW_68 = new BitSet(new long[]{0x000000C001000002L,0x0000000044590080L});
- public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x0000400000000000L,0x0000000000100000L});
- public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x0000000000000002L,0x0000000000100000L});
- public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x0000000000000000L,0x0000000000200000L});
- public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0000000000000002L,0x0000000000200000L});
- public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x0000000000000000L,0x0000000000800000L});
- public static final BitSet FOLLOW_74 = new BitSet(new long[]{0x0000000000000000L,0x0000000002000000L});
- public static final BitSet FOLLOW_75 = new BitSet(new long[]{0x0000000000000000L,0x0000000001000000L});
- public static final BitSet FOLLOW_76 = new BitSet(new long[]{0x0000000000000000L,0x0000000030000000L});
- public static final BitSet FOLLOW_77 = new BitSet(new long[]{0x0000000000000000L,0x0000000008000000L});
- public static final BitSet FOLLOW_78 = new BitSet(new long[]{0x000000C000000000L,0x0000000040000000L});
- public static final BitSet FOLLOW_79 = new BitSet(new long[]{0x0000000000010010L});
- public static final BitSet FOLLOW_80 = new BitSet(new long[]{0x000040000C000000L,0x000081F000000000L,0x0000000000000010L});
- public static final BitSet FOLLOW_81 = new BitSet(new long[]{0x000000000C000002L,0x000081F000000000L,0x0000000000000010L});
- public static final BitSet FOLLOW_82 = new BitSet(new long[]{0x0000000000000000L,0x0000000080000000L});
- public static final BitSet FOLLOW_83 = new BitSet(new long[]{0x0000400000000000L,0x0100000F00000000L});
- public static final BitSet FOLLOW_84 = new BitSet(new long[]{0x0000000000000100L});
- public static final BitSet FOLLOW_85 = new BitSet(new long[]{0x0000400000000080L});
- public static final BitSet FOLLOW_86 = new BitSet(new long[]{0x0000000000000082L});
- public static final BitSet FOLLOW_87 = new BitSet(new long[]{0x0000000000000000L,0x0000002000000000L,0x0000000000000010L});
- public static final BitSet FOLLOW_88 = new BitSet(new long[]{0x0000800000000040L});
- public static final BitSet FOLLOW_89 = new BitSet(new long[]{0x0000000000000000L,0x0000020000000000L});
- public static final BitSet FOLLOW_90 = new BitSet(new long[]{0x0000000000000040L,0x0003000000000000L});
- public static final BitSet FOLLOW_91 = new BitSet(new long[]{0x0000400000000000L,0x0100040000000000L});
- public static final BitSet FOLLOW_92 = new BitSet(new long[]{0x0000000000000000L,0x0000080000000000L});
- public static final BitSet FOLLOW_93 = new BitSet(new long[]{0x0000000000000000L,0x0104000000000000L});
- public static final BitSet FOLLOW_94 = new BitSet(new long[]{0x0000400000000000L,0x0000100000000000L});
- public static final BitSet FOLLOW_95 = new BitSet(new long[]{0x0000000000000002L,0x0000100000000000L});
- public static final BitSet FOLLOW_96 = new BitSet(new long[]{0x0000400000000000L,0x0000040000000000L});
- public static final BitSet FOLLOW_97 = new BitSet(new long[]{0x0000000000000000L,0x0100200000000000L});
- public static final BitSet FOLLOW_98 = new BitSet(new long[]{0x0000000000000000L,0x0100400000000000L});
- public static final BitSet FOLLOW_99 = new BitSet(new long[]{0x0000000000000000L,0x0100040000000000L});
- public static final BitSet FOLLOW_100 = new BitSet(new long[]{0x0000400000000000L});
- public static final BitSet FOLLOW_101 = new BitSet(new long[]{0x0000000000000000L,0x0018200000000000L});
- public static final BitSet FOLLOW_102 = new BitSet(new long[]{0x0000000000000002L,0x0010000000000000L});
- public static final BitSet FOLLOW_103 = new BitSet(new long[]{0x0000000000000000L,0x0020000000000000L});
- public static final BitSet FOLLOW_104 = new BitSet(new long[]{0x0000400000000000L,0x00C0000000000000L});
- public static final BitSet FOLLOW_105 = new BitSet(new long[]{0x0000000000000002L,0x00C0000000000000L});
- public static final BitSet FOLLOW_106 = new BitSet(new long[]{0x0008000000000000L,0x00C0000000000000L});
- public static final BitSet FOLLOW_107 = new BitSet(new long[]{0x0000000000000000L,0x00C0000000000000L});
- public static final BitSet FOLLOW_108 = new BitSet(new long[]{0x0090000000000000L});
- public static final BitSet FOLLOW_109 = new BitSet(new long[]{0x00000001C00000B0L,0x0000000000000000L,0x0000000000000020L});
- public static final BitSet FOLLOW_110 = new BitSet(new long[]{0x0000000000000000L,0x0400000000000000L});
- public static final BitSet FOLLOW_111 = new BitSet(new long[]{0x000020001FFE0000L});
- public static final BitSet FOLLOW_112 = new BitSet(new long[]{0x0000408020000000L});
- public static final BitSet FOLLOW_113 = new BitSet(new long[]{0x0000008020000002L});
- public static final BitSet FOLLOW_114 = new BitSet(new long[]{0x000000001FFE0000L});
- public static final BitSet FOLLOW_115 = new BitSet(new long[]{0x0080400000000000L});
- public static final BitSet FOLLOW_116 = new BitSet(new long[]{0x0000000000000000L,0x0800000000000000L});
- public static final BitSet FOLLOW_117 = new BitSet(new long[]{0x0000000000000040L,0x4000000000000000L});
- public static final BitSet FOLLOW_118 = new BitSet(new long[]{0x0000000000000000L,0x2000000000000000L});
- public static final BitSet FOLLOW_119 = new BitSet(new long[]{0x0000000000000000L,0x8000000000000000L});
- public static final BitSet FOLLOW_120 = new BitSet(new long[]{0x0000000000000080L,0x0000000000000001L});
- public static final BitSet FOLLOW_121 = new BitSet(new long[]{0x0000000040000000L,0x0000000000000000L,0x0000000000000020L});
- public static final BitSet FOLLOW_122 = new BitSet(new long[]{0x0000000180000010L});
- public static final BitSet FOLLOW_123 = new BitSet(new long[]{0x0000000600000000L});
- public static final BitSet FOLLOW_124 = new BitSet(new long[]{0x0000000000000002L,0x0000000001000000L});
- public static final BitSet FOLLOW_125 = new BitSet(new long[]{0x0000013800000002L,0x0000000000000000L,0x0000000000000008L});
+ public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0000000000000002L,0x0200000000000000L});
+ public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0221013800F20002L,0x0000000000000000L,0x0000000000000008L});
+ public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000800000000000L});
+ public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000000L,0x0000000000000001L});
+ public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x0000000000000000L,0x0000000010000000L});
+ public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x00001E0000000000L});
+ public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0002000000000000L});
+ public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0000000000000080L});
+ public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x000C000000000000L});
+ public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x8000000000000000L});
+ public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x0010000000000000L});
+ public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x8040200000000000L});
+ public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000400000000040L});
+ public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0080000000000000L});
+ public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0080000000000002L});
+ public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0100000000000000L});
+ public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x0000000180000030L});
+ public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x8004000000000000L});
+ public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x8400200000000000L});
+ public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x780040000000C000L,0x0100000000000002L,0x0000000000000002L});
+ public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x400000000000C002L,0x0000000000000002L,0x0000000000000002L});
+ public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x0000200000000100L});
+ public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x8000800000000000L});
+ public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x8100000000000040L});
+ public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x0000000000000010L});
+ public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000001L});
+ public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000002L,0x0000000000000002L});
+ public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x0008000000000000L});
+ public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x0010000000000040L});
+ public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x8000A00000000100L});
+ public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x0000000000002040L});
+ public static final BitSet FOLLOW_39 = new BitSet(new long[]{0x8000A00000000100L,0x0000000000000004L});
+ public static final BitSet FOLLOW_40 = new BitSet(new long[]{0x0000003800100000L});
+ public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x3800400000000000L,0x01200000000000B8L});
+ public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x0000200000000000L});
+ public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x0000400002000000L,0x0000000000000000L,0x0000000000000004L});
+ public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x0000000002000002L,0x0000000000000000L,0x0000000000000004L});
+ public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000040L});
+ public static final BitSet FOLLOW_46 = new BitSet(new long[]{0x0000400000000000L,0x0100000000000100L});
+ public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000100L});
+ public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x0000000002000000L,0x0000000000000000L,0x0000000000000004L});
+ public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x8008000000000000L,0x0100000000000000L});
+ public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x400040000000C000L,0x0000000000000602L,0x0000000000000002L});
+ public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x400000000000C002L,0x0000000000000402L,0x0000000000000002L});
+ public static final BitSet FOLLOW_52 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000008L});
+ public static final BitSet FOLLOW_53 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000010L});
+ public static final BitSet FOLLOW_54 = new BitSet(new long[]{0x0000000000040000L});
+ public static final BitSet FOLLOW_55 = new BitSet(new long[]{0x0000400000000000L,0x0100000000003800L});
+ public static final BitSet FOLLOW_56 = new BitSet(new long[]{0x0000400001000000L,0x0000000000010080L});
+ public static final BitSet FOLLOW_57 = new BitSet(new long[]{0x0000000001000002L,0x0000000000010080L});
+ public static final BitSet FOLLOW_58 = new BitSet(new long[]{0x780040C00100C000L,0x000000004443C082L,0x0000000000000002L});
+ public static final BitSet FOLLOW_59 = new BitSet(new long[]{0x400000C00100C002L,0x000000004443C082L,0x0000000000000002L});
+ public static final BitSet FOLLOW_60 = new BitSet(new long[]{0x000040000000C000L,0x0100000080000002L,0x0000000000000002L});
+ public static final BitSet FOLLOW_61 = new BitSet(new long[]{0x000000000000C002L,0x0000000000000002L,0x0000000000000002L});
+ public static final BitSet FOLLOW_62 = new BitSet(new long[]{0x0000000001000000L,0x0000000000010080L});
+ public static final BitSet FOLLOW_63 = new BitSet(new long[]{0x8000000000000000L,0x0100000000000000L});
+ public static final BitSet FOLLOW_64 = new BitSet(new long[]{0x0000000001000000L});
+ public static final BitSet FOLLOW_65 = new BitSet(new long[]{0x0040000000000000L});
+ public static final BitSet FOLLOW_66 = new BitSet(new long[]{0x0000400000000000L,0x0100000004440000L});
+ public static final BitSet FOLLOW_67 = new BitSet(new long[]{0x0000000000000002L,0x0000000004440000L});
+ public static final BitSet FOLLOW_68 = new BitSet(new long[]{0x380040C001000000L,0x0100000044590080L});
+ public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x000000C001000002L,0x0000000044590080L});
+ public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x0000400000000000L,0x0000000000100000L});
+ public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x0000000000000002L,0x0000000000100000L});
+ public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0000000000000000L,0x0000000000200000L});
+ public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x0000000000000002L,0x0000000000200000L});
+ public static final BitSet FOLLOW_74 = new BitSet(new long[]{0x0000000000000000L,0x0000000000800000L});
+ public static final BitSet FOLLOW_75 = new BitSet(new long[]{0x0000000000000000L,0x0000000002000000L});
+ public static final BitSet FOLLOW_76 = new BitSet(new long[]{0x0000000000000000L,0x0000000001000000L});
+ public static final BitSet FOLLOW_77 = new BitSet(new long[]{0x0000000000000000L,0x0000000030000000L});
+ public static final BitSet FOLLOW_78 = new BitSet(new long[]{0x0000000000000000L,0x0000000008000000L});
+ public static final BitSet FOLLOW_79 = new BitSet(new long[]{0x000000C000000000L,0x0000000040000000L});
+ public static final BitSet FOLLOW_80 = new BitSet(new long[]{0x0000000000010010L});
+ public static final BitSet FOLLOW_81 = new BitSet(new long[]{0x000040000C000000L,0x000081F000000000L,0x0000000000000010L});
+ public static final BitSet FOLLOW_82 = new BitSet(new long[]{0x000000000C000002L,0x000081F000000000L,0x0000000000000010L});
+ public static final BitSet FOLLOW_83 = new BitSet(new long[]{0x0000000000000000L,0x0000000080000000L});
+ public static final BitSet FOLLOW_84 = new BitSet(new long[]{0x0000400000000000L,0x0100000F00000000L});
+ public static final BitSet FOLLOW_85 = new BitSet(new long[]{0x0000000000000100L});
+ public static final BitSet FOLLOW_86 = new BitSet(new long[]{0x0000400000000080L});
+ public static final BitSet FOLLOW_87 = new BitSet(new long[]{0x0000000000000082L});
+ public static final BitSet FOLLOW_88 = new BitSet(new long[]{0x0000000000000000L,0x0000002000000000L,0x0000000000000010L});
+ public static final BitSet FOLLOW_89 = new BitSet(new long[]{0x0000800000000040L});
+ public static final BitSet FOLLOW_90 = new BitSet(new long[]{0x0000000000000000L,0x0000020000000000L});
+ public static final BitSet FOLLOW_91 = new BitSet(new long[]{0x0000000000000040L,0x0003000000000000L});
+ public static final BitSet FOLLOW_92 = new BitSet(new long[]{0x0000400000000000L,0x0100040000000000L});
+ public static final BitSet FOLLOW_93 = new BitSet(new long[]{0x0000000000000000L,0x0000080000000000L});
+ public static final BitSet FOLLOW_94 = new BitSet(new long[]{0x0000000000000000L,0x0104000000000000L});
+ public static final BitSet FOLLOW_95 = new BitSet(new long[]{0x0000400000000000L,0x0000100000000000L});
+ public static final BitSet FOLLOW_96 = new BitSet(new long[]{0x0000000000000002L,0x0000100000000000L});
+ public static final BitSet FOLLOW_97 = new BitSet(new long[]{0x0000400000000000L,0x0000040000000000L});
+ public static final BitSet FOLLOW_98 = new BitSet(new long[]{0x0000000000000000L,0x0100200000000000L});
+ public static final BitSet FOLLOW_99 = new BitSet(new long[]{0x0000000000000000L,0x0100400000000000L});
+ public static final BitSet FOLLOW_100 = new BitSet(new long[]{0x0000000000000000L,0x0100040000000000L});
+ public static final BitSet FOLLOW_101 = new BitSet(new long[]{0x0000400000000000L});
+ public static final BitSet FOLLOW_102 = new BitSet(new long[]{0x0000000000000000L,0x0018200000000000L});
+ public static final BitSet FOLLOW_103 = new BitSet(new long[]{0x0000000000000002L,0x0010000000000000L});
+ public static final BitSet FOLLOW_104 = new BitSet(new long[]{0x0000000000000000L,0x0020000000000000L});
+ public static final BitSet FOLLOW_105 = new BitSet(new long[]{0x0000400000000000L,0x00C0000000000000L});
+ public static final BitSet FOLLOW_106 = new BitSet(new long[]{0x0000000000000002L,0x00C0000000000000L});
+ public static final BitSet FOLLOW_107 = new BitSet(new long[]{0x0008000000000000L,0x00C0000000000000L});
+ public static final BitSet FOLLOW_108 = new BitSet(new long[]{0x0000000000000000L,0x00C0000000000000L});
+ public static final BitSet FOLLOW_109 = new BitSet(new long[]{0x0090000000000000L});
+ public static final BitSet FOLLOW_110 = new BitSet(new long[]{0x00000001C00000B0L,0x0000000000000000L,0x0000000000000020L});
+ public static final BitSet FOLLOW_111 = new BitSet(new long[]{0x0000000000000000L,0x0400000000000000L});
+ public static final BitSet FOLLOW_112 = new BitSet(new long[]{0x000020001FFE0000L});
+ public static final BitSet FOLLOW_113 = new BitSet(new long[]{0x0000408020000000L});
+ public static final BitSet FOLLOW_114 = new BitSet(new long[]{0x0000008020000002L});
+ public static final BitSet FOLLOW_115 = new BitSet(new long[]{0x000000001FFE0000L});
+ public static final BitSet FOLLOW_116 = new BitSet(new long[]{0x0080400000000000L});
+ public static final BitSet FOLLOW_117 = new BitSet(new long[]{0x0000000000000000L,0x0800000000000000L});
+ public static final BitSet FOLLOW_118 = new BitSet(new long[]{0x0000000000000040L,0x4000000000000000L});
+ public static final BitSet FOLLOW_119 = new BitSet(new long[]{0x0000000000000000L,0x2000000000000000L});
+ public static final BitSet FOLLOW_120 = new BitSet(new long[]{0x0000000000000000L,0x8000000000000000L});
+ public static final BitSet FOLLOW_121 = new BitSet(new long[]{0x0000000000000080L,0x0000000000000001L});
+ public static final BitSet FOLLOW_122 = new BitSet(new long[]{0x0000000040000000L,0x0000000000000000L,0x0000000000000020L});
+ public static final BitSet FOLLOW_123 = new BitSet(new long[]{0x0000000180000010L});
+ public static final BitSet FOLLOW_124 = new BitSet(new long[]{0x0000000600000000L});
+ public static final BitSet FOLLOW_125 = new BitSet(new long[]{0x0000000000000002L,0x0000000001000000L});
+ public static final BitSet FOLLOW_126 = new BitSet(new long[]{0x0000013800000002L,0x0000000000000000L,0x0000000000000008L});
}
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore
index fcd465c1d..7a1c1b269 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore
@@ -26,53 +26,15 @@
<details key="documentation" value="&lt;br>This is a list of all imported models.&#xD;&#xA;"/>
</eAnnotations>
</eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="primitiveTypes" upperBound="-1"
- eType="#//PrimitiveType" containment="true">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="&lt;br>This is a list of all primitive types defined by this model.&#xD;&#xA;"/>
- </eAnnotations>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="enumerationTypes" upperBound="-1"
- eType="#//EnumerationType" containment="true"/>
- <eStructuralFeatures xsi:type="ecore:EReference" name="externalTypes" upperBound="-1"
- eType="#//ExternalType" containment="true">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="&lt;br>This is a list of all external types defined by this model.&#xD;&#xA;"/>
- </eAnnotations>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="dataClasses" upperBound="-1"
- eType="#//DataClass" containment="true">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="&lt;br>This is a list of all data classes defined by this model.&#xD;&#xA;"/>
- </eAnnotations>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="protocolClasses" upperBound="-1"
- eType="#//GeneralProtocolClass" containment="true">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="&lt;br>This is a list of all protocol classes defined by this model.&#xD;&#xA;"/>
- </eAnnotations>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="actorClasses" upperBound="-1"
- eType="#//ActorClass" containment="true">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="&lt;br>This is a list of all actor classes defined by this model.&#xD;&#xA;"/>
- </eAnnotations>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="subSystemClasses" upperBound="-1"
- eType="#//SubSystemClass" containment="true">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="&lt;br>This is a list of all sub system classes defined by this model.&#xD;&#xA;"/>
- </eAnnotations>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EReference" name="systems" upperBound="-1"
- eType="#//LogicalSystem" containment="true">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="&lt;br>This is a list of all logical systems defined by this model.&#xD;&#xA;"/>
- </eAnnotations>
- </eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotationTypes" upperBound="-1"
eType="ecore:EClass platform:/resource/org.eclipse.etrice.core.common/src-gen/org/eclipse/etrice/core/common/Base.ecore#//AnnotationType"
containment="true"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="roomClasses" upperBound="-1"
+ eType="#//RoomClass" containment="true">
+ <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
+ <details key="documentation" value="&lt;br>This is a list of all room classes defined by this model.&#xD;&#xA;"/>
+ </eAnnotations>
+ </eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoomClass" eSuperTypes="#//RoomElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
@@ -765,7 +727,7 @@
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="&lt;br>Ports with multiplicity >1 are called relay ports. A multiplicity of {@code -1} means replicated&#xD;&#xA;port with arbitrary multiplicity.&#xD;&#xA;"/>
+ <details key="documentation" value="&lt;br>Ports with multiplicity >1 are called replicated ports. A multiplicity of {@code -1} means replicated&#xD;&#xA;port with arbitrary multiplicity.&#xD;&#xA;"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="protocol" eType="#//GeneralProtocolClass">
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.genmodel b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.genmodel
index fdc9dac63..d6bfc2f35 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.genmodel
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.genmodel
@@ -35,15 +35,8 @@
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Room.ecore#//RoomModel/docu"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Room.ecore#//RoomModel/annotations"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Room.ecore#//RoomModel/imports"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Room.ecore#//RoomModel/primitiveTypes"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Room.ecore#//RoomModel/enumerationTypes"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Room.ecore#//RoomModel/externalTypes"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Room.ecore#//RoomModel/dataClasses"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Room.ecore#//RoomModel/protocolClasses"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Room.ecore#//RoomModel/actorClasses"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Room.ecore#//RoomModel/subSystemClasses"/>
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Room.ecore#//RoomModel/systems"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Room.ecore#//RoomModel/annotationTypes"/>
+ <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference Room.ecore#//RoomModel/roomClasses"/>
</genClasses>
<genClasses ecoreClass="Room.ecore#//RoomClass">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute Room.ecore#//RoomClass/name"/>
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.xtextbin b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.xtextbin
index cb2d477a2..9414ee871 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.xtextbin
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.xtextbin
Binary files differ
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/parser/antlr/internal/InternalRoom.g b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/parser/antlr/internal/InternalRoom.g
index 1b5bb19da..8c77e2c9f 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/parser/antlr/internal/InternalRoom.g
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/parser/antlr/internal/InternalRoom.g
@@ -158,179 +158,95 @@ ruleRoomModel returns [EObject current=null]
}
)
-)*((
+)*(
(
{
- newCompositeNode(grammarAccess.getRoomModelAccess().getPrimitiveTypesPrimitiveTypeParserRuleCall_6_0_0());
+ newCompositeNode(grammarAccess.getRoomModelAccess().getAnnotationTypesAnnotationTypeParserRuleCall_6_0());
}
- lv_primitiveTypes_6_0=rulePrimitiveType {
+ lv_annotationTypes_6_0=ruleAnnotationType {
if ($current==null) {
$current = createModelElementForParent(grammarAccess.getRoomModelRule());
}
add(
$current,
- "primitiveTypes",
- lv_primitiveTypes_6_0,
- "org.eclipse.etrice.core.Room.PrimitiveType");
+ "annotationTypes",
+ lv_annotationTypes_6_0,
+ "org.eclipse.etrice.core.common.Base.AnnotationType");
afterParserOrEnumRuleCall();
}
)
-)
- |(
+)*(
(
{
- newCompositeNode(grammarAccess.getRoomModelAccess().getEnumerationTypesEnumerationTypeParserRuleCall_6_1_0());
+ newCompositeNode(grammarAccess.getRoomModelAccess().getRoomClassesRoomClassParserRuleCall_7_0());
}
- lv_enumerationTypes_7_0=ruleEnumerationType {
+ lv_roomClasses_7_0=ruleRoomClass {
if ($current==null) {
$current = createModelElementForParent(grammarAccess.getRoomModelRule());
}
add(
$current,
- "enumerationTypes",
- lv_enumerationTypes_7_0,
- "org.eclipse.etrice.core.Room.EnumerationType");
+ "roomClasses",
+ lv_roomClasses_7_0,
+ "org.eclipse.etrice.core.Room.RoomClass");
afterParserOrEnumRuleCall();
}
)
+)* otherlv_8='}'
+ {
+ newLeafNode(otherlv_8, grammarAccess.getRoomModelAccess().getRightCurlyBracketKeyword_8());
+ }
)
- |(
-(
- {
- newCompositeNode(grammarAccess.getRoomModelAccess().getExternalTypesExternalTypeParserRuleCall_6_2_0());
- }
- lv_externalTypes_8_0=ruleExternalType {
- if ($current==null) {
- $current = createModelElementForParent(grammarAccess.getRoomModelRule());
- }
- add(
- $current,
- "externalTypes",
- lv_externalTypes_8_0,
- "org.eclipse.etrice.core.Room.ExternalType");
- afterParserOrEnumRuleCall();
- }
+;
-)
-)
- |(
-(
- {
- newCompositeNode(grammarAccess.getRoomModelAccess().getDataClassesDataClassParserRuleCall_6_3_0());
- }
- lv_dataClasses_9_0=ruleDataClass {
- if ($current==null) {
- $current = createModelElementForParent(grammarAccess.getRoomModelRule());
- }
- add(
- $current,
- "dataClasses",
- lv_dataClasses_9_0,
- "org.eclipse.etrice.core.Room.DataClass");
- afterParserOrEnumRuleCall();
- }
-)
-)
- |(
-(
- {
- newCompositeNode(grammarAccess.getRoomModelAccess().getProtocolClassesGeneralProtocolClassParserRuleCall_6_4_0());
- }
- lv_protocolClasses_10_0=ruleGeneralProtocolClass {
- if ($current==null) {
- $current = createModelElementForParent(grammarAccess.getRoomModelRule());
- }
- add(
- $current,
- "protocolClasses",
- lv_protocolClasses_10_0,
- "org.eclipse.etrice.core.Room.GeneralProtocolClass");
- afterParserOrEnumRuleCall();
- }
-)
-)
- |(
-(
- {
- newCompositeNode(grammarAccess.getRoomModelAccess().getActorClassesActorClassParserRuleCall_6_5_0());
- }
- lv_actorClasses_11_0=ruleActorClass {
- if ($current==null) {
- $current = createModelElementForParent(grammarAccess.getRoomModelRule());
- }
- add(
- $current,
- "actorClasses",
- lv_actorClasses_11_0,
- "org.eclipse.etrice.core.Room.ActorClass");
- afterParserOrEnumRuleCall();
- }
-)
-)
- |(
-(
- {
- newCompositeNode(grammarAccess.getRoomModelAccess().getSubSystemClassesSubSystemClassParserRuleCall_6_6_0());
- }
- lv_subSystemClasses_12_0=ruleSubSystemClass {
- if ($current==null) {
- $current = createModelElementForParent(grammarAccess.getRoomModelRule());
- }
- add(
- $current,
- "subSystemClasses",
- lv_subSystemClasses_12_0,
- "org.eclipse.etrice.core.Room.SubSystemClass");
- afterParserOrEnumRuleCall();
- }
-)
-)
- |(
-(
- {
- newCompositeNode(grammarAccess.getRoomModelAccess().getSystemsLogicalSystemParserRuleCall_6_7_0());
- }
- lv_systems_13_0=ruleLogicalSystem {
- if ($current==null) {
- $current = createModelElementForParent(grammarAccess.getRoomModelRule());
- }
- add(
- $current,
- "systems",
- lv_systems_13_0,
- "org.eclipse.etrice.core.Room.LogicalSystem");
- afterParserOrEnumRuleCall();
- }
+// Entry rule entryRuleRoomClass
+entryRuleRoomClass returns [EObject current=null]
+ :
+ { newCompositeNode(grammarAccess.getRoomClassRule()); }
+ iv_ruleRoomClass=ruleRoomClass
+ { $current=$iv_ruleRoomClass.current; }
+ EOF
+;
-)
-)
- |(
+// Rule RoomClass
+ruleRoomClass returns [EObject current=null]
+ @init { enterRule();
+ }
+ @after { leaveRule(); }:
(
- {
- newCompositeNode(grammarAccess.getRoomModelAccess().getAnnotationTypesAnnotationTypeParserRuleCall_6_8_0());
- }
- lv_annotationTypes_14_0=ruleAnnotationType {
- if ($current==null) {
- $current = createModelElementForParent(grammarAccess.getRoomModelRule());
- }
- add(
- $current,
- "annotationTypes",
- lv_annotationTypes_14_0,
- "org.eclipse.etrice.core.common.Base.AnnotationType");
- afterParserOrEnumRuleCall();
- }
+ {
+ newCompositeNode(grammarAccess.getRoomClassAccess().getDataTypeParserRuleCall_0());
+ }
+ this_DataType_0=ruleDataType
+ {
+ $current = $this_DataType_0.current;
+ afterParserOrEnumRuleCall();
+ }
-)
-))* otherlv_15='}'
- {
- newLeafNode(otherlv_15, grammarAccess.getRoomModelAccess().getRightCurlyBracketKeyword_7());
+ |
+ {
+ newCompositeNode(grammarAccess.getRoomClassAccess().getGeneralProtocolClassParserRuleCall_1());
+ }
+ this_GeneralProtocolClass_1=ruleGeneralProtocolClass
+ {
+ $current = $this_GeneralProtocolClass_1.current;
+ afterParserOrEnumRuleCall();
+ }
+
+ |
+ {
+ newCompositeNode(grammarAccess.getRoomClassAccess().getStructureClassParserRuleCall_2());
+ }
+ this_StructureClass_2=ruleStructureClass
+ {
+ $current = $this_StructureClass_2.current;
+ afterParserOrEnumRuleCall();
}
)
;
@@ -339,8 +255,6 @@ ruleRoomModel returns [EObject current=null]
-
-
// Entry rule entryRuleStructureClass
entryRuleStructureClass returns [EObject current=null]
:
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/parser/antlr/internal/InternalRoomLexer.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/parser/antlr/internal/InternalRoomLexer.java
index 869c474ab..eb7e15062 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/parser/antlr/internal/InternalRoomLexer.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/parser/antlr/internal/InternalRoomLexer.java
@@ -2683,10 +2683,10 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_HEX;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:9566:10: ( ( '0x' | '0X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+ )
- // InternalRoom.g:9566:12: ( '0x' | '0X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
+ // InternalRoom.g:9480:10: ( ( '0x' | '0X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+ )
+ // InternalRoom.g:9480:12: ( '0x' | '0X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
{
- // InternalRoom.g:9566:12: ( '0x' | '0X' )
+ // InternalRoom.g:9480:12: ( '0x' | '0X' )
int alt1=2;
int LA1_0 = input.LA(1);
@@ -2714,7 +2714,7 @@ public class InternalRoomLexer extends Lexer {
}
switch (alt1) {
case 1 :
- // InternalRoom.g:9566:13: '0x'
+ // InternalRoom.g:9480:13: '0x'
{
match("0x");
@@ -2722,7 +2722,7 @@ public class InternalRoomLexer extends Lexer {
}
break;
case 2 :
- // InternalRoom.g:9566:18: '0X'
+ // InternalRoom.g:9480:18: '0X'
{
match("0X");
@@ -2732,7 +2732,7 @@ public class InternalRoomLexer extends Lexer {
}
- // InternalRoom.g:9566:24: ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
+ // InternalRoom.g:9480:24: ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
int cnt2=0;
loop2:
do {
@@ -2786,12 +2786,12 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_CC_STRING;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:9568:16: ( '\\'\\'\\'' ( options {greedy=false; } : . )* '\\'\\'\\'' )
- // InternalRoom.g:9568:18: '\\'\\'\\'' ( options {greedy=false; } : . )* '\\'\\'\\''
+ // InternalRoom.g:9482:16: ( '\\'\\'\\'' ( options {greedy=false; } : . )* '\\'\\'\\'' )
+ // InternalRoom.g:9482:18: '\\'\\'\\'' ( options {greedy=false; } : . )* '\\'\\'\\''
{
match("'''");
- // InternalRoom.g:9568:27: ( options {greedy=false; } : . )*
+ // InternalRoom.g:9482:27: ( options {greedy=false; } : . )*
loop3:
do {
int alt3=2;
@@ -2825,7 +2825,7 @@ public class InternalRoomLexer extends Lexer {
switch (alt3) {
case 1 :
- // InternalRoom.g:9568:55: .
+ // InternalRoom.g:9482:55: .
{
matchAny();
@@ -2855,10 +2855,10 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_ID;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:9570:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
- // InternalRoom.g:9570:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
+ // InternalRoom.g:9484:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
+ // InternalRoom.g:9484:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
{
- // InternalRoom.g:9570:11: ( '^' )?
+ // InternalRoom.g:9484:11: ( '^' )?
int alt4=2;
int LA4_0 = input.LA(1);
@@ -2867,7 +2867,7 @@ public class InternalRoomLexer extends Lexer {
}
switch (alt4) {
case 1 :
- // InternalRoom.g:9570:11: '^'
+ // InternalRoom.g:9484:11: '^'
{
match('^');
@@ -2885,7 +2885,7 @@ public class InternalRoomLexer extends Lexer {
recover(mse);
throw mse;}
- // InternalRoom.g:9570:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
+ // InternalRoom.g:9484:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
loop5:
do {
int alt5=2;
@@ -2934,10 +2934,10 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_INT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:9572:10: ( ( '0' .. '9' )+ )
- // InternalRoom.g:9572:12: ( '0' .. '9' )+
+ // InternalRoom.g:9486:10: ( ( '0' .. '9' )+ )
+ // InternalRoom.g:9486:12: ( '0' .. '9' )+
{
- // InternalRoom.g:9572:12: ( '0' .. '9' )+
+ // InternalRoom.g:9486:12: ( '0' .. '9' )+
int cnt6=0;
loop6:
do {
@@ -2951,7 +2951,7 @@ public class InternalRoomLexer extends Lexer {
switch (alt6) {
case 1 :
- // InternalRoom.g:9572:13: '0' .. '9'
+ // InternalRoom.g:9486:13: '0' .. '9'
{
matchRange('0','9');
@@ -2983,10 +2983,10 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_STRING;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:9574:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
- // InternalRoom.g:9574:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
+ // InternalRoom.g:9488:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
+ // InternalRoom.g:9488:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
{
- // InternalRoom.g:9574:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
+ // InternalRoom.g:9488:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
int alt9=2;
int LA9_0 = input.LA(1);
@@ -3004,10 +3004,10 @@ public class InternalRoomLexer extends Lexer {
}
switch (alt9) {
case 1 :
- // InternalRoom.g:9574:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
+ // InternalRoom.g:9488:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
{
match('\"');
- // InternalRoom.g:9574:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
+ // InternalRoom.g:9488:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
loop7:
do {
int alt7=3;
@@ -3023,7 +3023,7 @@ public class InternalRoomLexer extends Lexer {
switch (alt7) {
case 1 :
- // InternalRoom.g:9574:21: '\\\\' .
+ // InternalRoom.g:9488:21: '\\\\' .
{
match('\\');
matchAny();
@@ -3031,7 +3031,7 @@ public class InternalRoomLexer extends Lexer {
}
break;
case 2 :
- // InternalRoom.g:9574:28: ~ ( ( '\\\\' | '\"' ) )
+ // InternalRoom.g:9488:28: ~ ( ( '\\\\' | '\"' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -3056,10 +3056,10 @@ public class InternalRoomLexer extends Lexer {
}
break;
case 2 :
- // InternalRoom.g:9574:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
+ // InternalRoom.g:9488:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
{
match('\'');
- // InternalRoom.g:9574:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
+ // InternalRoom.g:9488:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
loop8:
do {
int alt8=3;
@@ -3075,7 +3075,7 @@ public class InternalRoomLexer extends Lexer {
switch (alt8) {
case 1 :
- // InternalRoom.g:9574:54: '\\\\' .
+ // InternalRoom.g:9488:54: '\\\\' .
{
match('\\');
matchAny();
@@ -3083,7 +3083,7 @@ public class InternalRoomLexer extends Lexer {
}
break;
case 2 :
- // InternalRoom.g:9574:61: ~ ( ( '\\\\' | '\\'' ) )
+ // InternalRoom.g:9488:61: ~ ( ( '\\\\' | '\\'' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -3126,12 +3126,12 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_ML_COMMENT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:9576:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
- // InternalRoom.g:9576:19: '/*' ( options {greedy=false; } : . )* '*/'
+ // InternalRoom.g:9490:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
+ // InternalRoom.g:9490:19: '/*' ( options {greedy=false; } : . )* '*/'
{
match("/*");
- // InternalRoom.g:9576:24: ( options {greedy=false; } : . )*
+ // InternalRoom.g:9490:24: ( options {greedy=false; } : . )*
loop10:
do {
int alt10=2;
@@ -3156,7 +3156,7 @@ public class InternalRoomLexer extends Lexer {
switch (alt10) {
case 1 :
- // InternalRoom.g:9576:52: .
+ // InternalRoom.g:9490:52: .
{
matchAny();
@@ -3186,12 +3186,12 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_SL_COMMENT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:9578:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
- // InternalRoom.g:9578:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
+ // InternalRoom.g:9492:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
+ // InternalRoom.g:9492:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
{
match("//");
- // InternalRoom.g:9578:24: (~ ( ( '\\n' | '\\r' ) ) )*
+ // InternalRoom.g:9492:24: (~ ( ( '\\n' | '\\r' ) ) )*
loop11:
do {
int alt11=2;
@@ -3204,7 +3204,7 @@ public class InternalRoomLexer extends Lexer {
switch (alt11) {
case 1 :
- // InternalRoom.g:9578:24: ~ ( ( '\\n' | '\\r' ) )
+ // InternalRoom.g:9492:24: ~ ( ( '\\n' | '\\r' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='\t')||(input.LA(1)>='\u000B' && input.LA(1)<='\f')||(input.LA(1)>='\u000E' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -3224,7 +3224,7 @@ public class InternalRoomLexer extends Lexer {
}
} while (true);
- // InternalRoom.g:9578:40: ( ( '\\r' )? '\\n' )?
+ // InternalRoom.g:9492:40: ( ( '\\r' )? '\\n' )?
int alt13=2;
int LA13_0 = input.LA(1);
@@ -3233,9 +3233,9 @@ public class InternalRoomLexer extends Lexer {
}
switch (alt13) {
case 1 :
- // InternalRoom.g:9578:41: ( '\\r' )? '\\n'
+ // InternalRoom.g:9492:41: ( '\\r' )? '\\n'
{
- // InternalRoom.g:9578:41: ( '\\r' )?
+ // InternalRoom.g:9492:41: ( '\\r' )?
int alt12=2;
int LA12_0 = input.LA(1);
@@ -3244,7 +3244,7 @@ public class InternalRoomLexer extends Lexer {
}
switch (alt12) {
case 1 :
- // InternalRoom.g:9578:41: '\\r'
+ // InternalRoom.g:9492:41: '\\r'
{
match('\r');
@@ -3276,10 +3276,10 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_WS;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:9580:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
- // InternalRoom.g:9580:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ // InternalRoom.g:9494:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
+ // InternalRoom.g:9494:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
{
- // InternalRoom.g:9580:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ // InternalRoom.g:9494:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
int cnt14=0;
loop14:
do {
@@ -3333,8 +3333,8 @@ public class InternalRoomLexer extends Lexer {
try {
int _type = RULE_ANY_OTHER;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalRoom.g:9582:16: ( . )
- // InternalRoom.g:9582:18: .
+ // InternalRoom.g:9496:16: ( . )
+ // InternalRoom.g:9496:18: .
{
matchAny();
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/parser/antlr/internal/InternalRoomParser.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/parser/antlr/internal/InternalRoomParser.java
index cd2ddb82a..adb986691 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/parser/antlr/internal/InternalRoomParser.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/parser/antlr/internal/InternalRoomParser.java
@@ -231,13 +231,13 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleRoomModel"
- // InternalRoom.g:77:1: ruleRoomModel returns [EObject current=null] : (otherlv_0= 'RoomModel' ( (lv_name_1_0= ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_imports_5_0= ruleImport ) )* ( ( (lv_primitiveTypes_6_0= rulePrimitiveType ) ) | ( (lv_enumerationTypes_7_0= ruleEnumerationType ) ) | ( (lv_externalTypes_8_0= ruleExternalType ) ) | ( (lv_dataClasses_9_0= ruleDataClass ) ) | ( (lv_protocolClasses_10_0= ruleGeneralProtocolClass ) ) | ( (lv_actorClasses_11_0= ruleActorClass ) ) | ( (lv_subSystemClasses_12_0= ruleSubSystemClass ) ) | ( (lv_systems_13_0= ruleLogicalSystem ) ) | ( (lv_annotationTypes_14_0= ruleAnnotationType ) ) )* otherlv_15= '}' ) ;
+ // InternalRoom.g:77:1: ruleRoomModel returns [EObject current=null] : (otherlv_0= 'RoomModel' ( (lv_name_1_0= ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_imports_5_0= ruleImport ) )* ( (lv_annotationTypes_6_0= ruleAnnotationType ) )* ( (lv_roomClasses_7_0= ruleRoomClass ) )* otherlv_8= '}' ) ;
public final EObject ruleRoomModel() throws RecognitionException {
EObject current = null;
Token otherlv_0=null;
Token otherlv_3=null;
- Token otherlv_15=null;
+ Token otherlv_8=null;
AntlrDatatypeRuleToken lv_name_1_0 = null;
EObject lv_docu_2_0 = null;
@@ -246,33 +246,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
EObject lv_imports_5_0 = null;
- EObject lv_primitiveTypes_6_0 = null;
-
- EObject lv_enumerationTypes_7_0 = null;
-
- EObject lv_externalTypes_8_0 = null;
-
- EObject lv_dataClasses_9_0 = null;
+ EObject lv_annotationTypes_6_0 = null;
- EObject lv_protocolClasses_10_0 = null;
-
- EObject lv_actorClasses_11_0 = null;
-
- EObject lv_subSystemClasses_12_0 = null;
-
- EObject lv_systems_13_0 = null;
-
- EObject lv_annotationTypes_14_0 = null;
+ EObject lv_roomClasses_7_0 = null;
enterRule();
try {
- // InternalRoom.g:80:28: ( (otherlv_0= 'RoomModel' ( (lv_name_1_0= ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_imports_5_0= ruleImport ) )* ( ( (lv_primitiveTypes_6_0= rulePrimitiveType ) ) | ( (lv_enumerationTypes_7_0= ruleEnumerationType ) ) | ( (lv_externalTypes_8_0= ruleExternalType ) ) | ( (lv_dataClasses_9_0= ruleDataClass ) ) | ( (lv_protocolClasses_10_0= ruleGeneralProtocolClass ) ) | ( (lv_actorClasses_11_0= ruleActorClass ) ) | ( (lv_subSystemClasses_12_0= ruleSubSystemClass ) ) | ( (lv_systems_13_0= ruleLogicalSystem ) ) | ( (lv_annotationTypes_14_0= ruleAnnotationType ) ) )* otherlv_15= '}' ) )
- // InternalRoom.g:81:1: (otherlv_0= 'RoomModel' ( (lv_name_1_0= ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_imports_5_0= ruleImport ) )* ( ( (lv_primitiveTypes_6_0= rulePrimitiveType ) ) | ( (lv_enumerationTypes_7_0= ruleEnumerationType ) ) | ( (lv_externalTypes_8_0= ruleExternalType ) ) | ( (lv_dataClasses_9_0= ruleDataClass ) ) | ( (lv_protocolClasses_10_0= ruleGeneralProtocolClass ) ) | ( (lv_actorClasses_11_0= ruleActorClass ) ) | ( (lv_subSystemClasses_12_0= ruleSubSystemClass ) ) | ( (lv_systems_13_0= ruleLogicalSystem ) ) | ( (lv_annotationTypes_14_0= ruleAnnotationType ) ) )* otherlv_15= '}' )
+ // InternalRoom.g:80:28: ( (otherlv_0= 'RoomModel' ( (lv_name_1_0= ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_imports_5_0= ruleImport ) )* ( (lv_annotationTypes_6_0= ruleAnnotationType ) )* ( (lv_roomClasses_7_0= ruleRoomClass ) )* otherlv_8= '}' ) )
+ // InternalRoom.g:81:1: (otherlv_0= 'RoomModel' ( (lv_name_1_0= ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_imports_5_0= ruleImport ) )* ( (lv_annotationTypes_6_0= ruleAnnotationType ) )* ( (lv_roomClasses_7_0= ruleRoomClass ) )* otherlv_8= '}' )
{
- // InternalRoom.g:81:1: (otherlv_0= 'RoomModel' ( (lv_name_1_0= ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_imports_5_0= ruleImport ) )* ( ( (lv_primitiveTypes_6_0= rulePrimitiveType ) ) | ( (lv_enumerationTypes_7_0= ruleEnumerationType ) ) | ( (lv_externalTypes_8_0= ruleExternalType ) ) | ( (lv_dataClasses_9_0= ruleDataClass ) ) | ( (lv_protocolClasses_10_0= ruleGeneralProtocolClass ) ) | ( (lv_actorClasses_11_0= ruleActorClass ) ) | ( (lv_subSystemClasses_12_0= ruleSubSystemClass ) ) | ( (lv_systems_13_0= ruleLogicalSystem ) ) | ( (lv_annotationTypes_14_0= ruleAnnotationType ) ) )* otherlv_15= '}' )
- // InternalRoom.g:81:3: otherlv_0= 'RoomModel' ( (lv_name_1_0= ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_imports_5_0= ruleImport ) )* ( ( (lv_primitiveTypes_6_0= rulePrimitiveType ) ) | ( (lv_enumerationTypes_7_0= ruleEnumerationType ) ) | ( (lv_externalTypes_8_0= ruleExternalType ) ) | ( (lv_dataClasses_9_0= ruleDataClass ) ) | ( (lv_protocolClasses_10_0= ruleGeneralProtocolClass ) ) | ( (lv_actorClasses_11_0= ruleActorClass ) ) | ( (lv_subSystemClasses_12_0= ruleSubSystemClass ) ) | ( (lv_systems_13_0= ruleLogicalSystem ) ) | ( (lv_annotationTypes_14_0= ruleAnnotationType ) ) )* otherlv_15= '}'
+ // InternalRoom.g:81:1: (otherlv_0= 'RoomModel' ( (lv_name_1_0= ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_imports_5_0= ruleImport ) )* ( (lv_annotationTypes_6_0= ruleAnnotationType ) )* ( (lv_roomClasses_7_0= ruleRoomClass ) )* otherlv_8= '}' )
+ // InternalRoom.g:81:3: otherlv_0= 'RoomModel' ( (lv_name_1_0= ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_imports_5_0= ruleImport ) )* ( (lv_annotationTypes_6_0= ruleAnnotationType ) )* ( (lv_roomClasses_7_0= ruleRoomClass ) )* otherlv_8= '}'
{
otherlv_0=(Token)match(input,13,FOLLOW_3);
@@ -453,63 +439,29 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
} while (true);
- // InternalRoom.g:161:3: ( ( (lv_primitiveTypes_6_0= rulePrimitiveType ) ) | ( (lv_enumerationTypes_7_0= ruleEnumerationType ) ) | ( (lv_externalTypes_8_0= ruleExternalType ) ) | ( (lv_dataClasses_9_0= ruleDataClass ) ) | ( (lv_protocolClasses_10_0= ruleGeneralProtocolClass ) ) | ( (lv_actorClasses_11_0= ruleActorClass ) ) | ( (lv_subSystemClasses_12_0= ruleSubSystemClass ) ) | ( (lv_systems_13_0= ruleLogicalSystem ) ) | ( (lv_annotationTypes_14_0= ruleAnnotationType ) ) )*
+ // InternalRoom.g:161:3: ( (lv_annotationTypes_6_0= ruleAnnotationType ) )*
loop4:
do {
- int alt4=10;
- alt4 = dfa4.predict(input);
- switch (alt4) {
- case 1 :
- // InternalRoom.g:161:4: ( (lv_primitiveTypes_6_0= rulePrimitiveType ) )
- {
- // InternalRoom.g:161:4: ( (lv_primitiveTypes_6_0= rulePrimitiveType ) )
- // InternalRoom.g:162:1: (lv_primitiveTypes_6_0= rulePrimitiveType )
- {
- // InternalRoom.g:162:1: (lv_primitiveTypes_6_0= rulePrimitiveType )
- // InternalRoom.g:163:3: lv_primitiveTypes_6_0= rulePrimitiveType
- {
-
- newCompositeNode(grammarAccess.getRoomModelAccess().getPrimitiveTypesPrimitiveTypeParserRuleCall_6_0_0());
-
- pushFollow(FOLLOW_8);
- lv_primitiveTypes_6_0=rulePrimitiveType();
-
- state._fsp--;
+ int alt4=2;
+ int LA4_0 = input.LA(1);
-
- if (current==null) {
- current = createModelElementForParent(grammarAccess.getRoomModelRule());
- }
- add(
- current,
- "primitiveTypes",
- lv_primitiveTypes_6_0,
- "org.eclipse.etrice.core.Room.PrimitiveType");
- afterParserOrEnumRuleCall();
-
-
- }
-
-
- }
+ if ( (LA4_0==110) ) {
+ alt4=1;
+ }
- }
- break;
- case 2 :
- // InternalRoom.g:180:6: ( (lv_enumerationTypes_7_0= ruleEnumerationType ) )
- {
- // InternalRoom.g:180:6: ( (lv_enumerationTypes_7_0= ruleEnumerationType ) )
- // InternalRoom.g:181:1: (lv_enumerationTypes_7_0= ruleEnumerationType )
+ switch (alt4) {
+ case 1 :
+ // InternalRoom.g:162:1: (lv_annotationTypes_6_0= ruleAnnotationType )
{
- // InternalRoom.g:181:1: (lv_enumerationTypes_7_0= ruleEnumerationType )
- // InternalRoom.g:182:3: lv_enumerationTypes_7_0= ruleEnumerationType
+ // InternalRoom.g:162:1: (lv_annotationTypes_6_0= ruleAnnotationType )
+ // InternalRoom.g:163:3: lv_annotationTypes_6_0= ruleAnnotationType
{
- newCompositeNode(grammarAccess.getRoomModelAccess().getEnumerationTypesEnumerationTypeParserRuleCall_6_1_0());
+ newCompositeNode(grammarAccess.getRoomModelAccess().getAnnotationTypesAnnotationTypeParserRuleCall_6_0());
pushFollow(FOLLOW_8);
- lv_enumerationTypes_7_0=ruleEnumerationType();
+ lv_annotationTypes_6_0=ruleAnnotationType();
state._fsp--;
@@ -519,9 +471,9 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
add(
current,
- "enumerationTypes",
- lv_enumerationTypes_7_0,
- "org.eclipse.etrice.core.Room.EnumerationType");
+ "annotationTypes",
+ lv_annotationTypes_6_0,
+ "org.eclipse.etrice.core.common.Base.AnnotationType");
afterParserOrEnumRuleCall();
@@ -529,61 +481,36 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
-
-
- }
break;
- case 3 :
- // InternalRoom.g:199:6: ( (lv_externalTypes_8_0= ruleExternalType ) )
- {
- // InternalRoom.g:199:6: ( (lv_externalTypes_8_0= ruleExternalType ) )
- // InternalRoom.g:200:1: (lv_externalTypes_8_0= ruleExternalType )
- {
- // InternalRoom.g:200:1: (lv_externalTypes_8_0= ruleExternalType )
- // InternalRoom.g:201:3: lv_externalTypes_8_0= ruleExternalType
- {
-
- newCompositeNode(grammarAccess.getRoomModelAccess().getExternalTypesExternalTypeParserRuleCall_6_2_0());
-
- pushFollow(FOLLOW_8);
- lv_externalTypes_8_0=ruleExternalType();
- state._fsp--;
-
-
- if (current==null) {
- current = createModelElementForParent(grammarAccess.getRoomModelRule());
- }
- add(
- current,
- "externalTypes",
- lv_externalTypes_8_0,
- "org.eclipse.etrice.core.Room.ExternalType");
- afterParserOrEnumRuleCall();
-
-
- }
+ default :
+ break loop4;
+ }
+ } while (true);
+ // InternalRoom.g:179:3: ( (lv_roomClasses_7_0= ruleRoomClass ) )*
+ loop5:
+ do {
+ int alt5=2;
+ int LA5_0 = input.LA(1);
- }
+ if ( (LA5_0==19||LA5_0==24||(LA5_0>=28 && LA5_0<=29)||LA5_0==43||LA5_0==49||(LA5_0>=55 && LA5_0<=56)||LA5_0==65||LA5_0==67||(LA5_0>=125 && LA5_0<=127)||LA5_0==129) ) {
+ alt5=1;
+ }
- }
- break;
- case 4 :
- // InternalRoom.g:218:6: ( (lv_dataClasses_9_0= ruleDataClass ) )
- {
- // InternalRoom.g:218:6: ( (lv_dataClasses_9_0= ruleDataClass ) )
- // InternalRoom.g:219:1: (lv_dataClasses_9_0= ruleDataClass )
+ switch (alt5) {
+ case 1 :
+ // InternalRoom.g:180:1: (lv_roomClasses_7_0= ruleRoomClass )
{
- // InternalRoom.g:219:1: (lv_dataClasses_9_0= ruleDataClass )
- // InternalRoom.g:220:3: lv_dataClasses_9_0= ruleDataClass
+ // InternalRoom.g:180:1: (lv_roomClasses_7_0= ruleRoomClass )
+ // InternalRoom.g:181:3: lv_roomClasses_7_0= ruleRoomClass
{
- newCompositeNode(grammarAccess.getRoomModelAccess().getDataClassesDataClassParserRuleCall_6_3_0());
+ newCompositeNode(grammarAccess.getRoomModelAccess().getRoomClassesRoomClassParserRuleCall_7_0());
- pushFollow(FOLLOW_8);
- lv_dataClasses_9_0=ruleDataClass();
+ pushFollow(FOLLOW_9);
+ lv_roomClasses_7_0=ruleRoomClass();
state._fsp--;
@@ -593,9 +520,9 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
add(
current,
- "dataClasses",
- lv_dataClasses_9_0,
- "org.eclipse.etrice.core.Room.DataClass");
+ "roomClasses",
+ lv_roomClasses_7_0,
+ "org.eclipse.etrice.core.Room.RoomClass");
afterParserOrEnumRuleCall();
@@ -603,205 +530,233 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
-
-
- }
break;
- case 5 :
- // InternalRoom.g:237:6: ( (lv_protocolClasses_10_0= ruleGeneralProtocolClass ) )
- {
- // InternalRoom.g:237:6: ( (lv_protocolClasses_10_0= ruleGeneralProtocolClass ) )
- // InternalRoom.g:238:1: (lv_protocolClasses_10_0= ruleGeneralProtocolClass )
- {
- // InternalRoom.g:238:1: (lv_protocolClasses_10_0= ruleGeneralProtocolClass )
- // InternalRoom.g:239:3: lv_protocolClasses_10_0= ruleGeneralProtocolClass
- {
-
- newCompositeNode(grammarAccess.getRoomModelAccess().getProtocolClassesGeneralProtocolClassParserRuleCall_6_4_0());
-
- pushFollow(FOLLOW_8);
- lv_protocolClasses_10_0=ruleGeneralProtocolClass();
-
- state._fsp--;
-
- if (current==null) {
- current = createModelElementForParent(grammarAccess.getRoomModelRule());
- }
- add(
- current,
- "protocolClasses",
- lv_protocolClasses_10_0,
- "org.eclipse.etrice.core.Room.GeneralProtocolClass");
- afterParserOrEnumRuleCall();
-
-
- }
+ default :
+ break loop5;
+ }
+ } while (true);
+ otherlv_8=(Token)match(input,15,FOLLOW_2);
- }
+ newLeafNode(otherlv_8, grammarAccess.getRoomModelAccess().getRightCurlyBracketKeyword_8());
+
+ }
- }
- break;
- case 6 :
- // InternalRoom.g:256:6: ( (lv_actorClasses_11_0= ruleActorClass ) )
- {
- // InternalRoom.g:256:6: ( (lv_actorClasses_11_0= ruleActorClass ) )
- // InternalRoom.g:257:1: (lv_actorClasses_11_0= ruleActorClass )
- {
- // InternalRoom.g:257:1: (lv_actorClasses_11_0= ruleActorClass )
- // InternalRoom.g:258:3: lv_actorClasses_11_0= ruleActorClass
- {
-
- newCompositeNode(grammarAccess.getRoomModelAccess().getActorClassesActorClassParserRuleCall_6_5_0());
-
- pushFollow(FOLLOW_8);
- lv_actorClasses_11_0=ruleActorClass();
- state._fsp--;
+ }
+ leaveRule();
+ }
+
+ catch (RecognitionException re) {
+ recover(input,re);
+ appendSkippedTokens();
+ }
+ finally {
+ }
+ return current;
+ }
+ // $ANTLR end "ruleRoomModel"
- if (current==null) {
- current = createModelElementForParent(grammarAccess.getRoomModelRule());
- }
- add(
- current,
- "actorClasses",
- lv_actorClasses_11_0,
- "org.eclipse.etrice.core.Room.ActorClass");
- afterParserOrEnumRuleCall();
-
- }
+ // $ANTLR start "entryRuleRoomClass"
+ // InternalRoom.g:209:1: entryRuleRoomClass returns [EObject current=null] : iv_ruleRoomClass= ruleRoomClass EOF ;
+ public final EObject entryRuleRoomClass() throws RecognitionException {
+ EObject current = null;
+ EObject iv_ruleRoomClass = null;
- }
+ try {
+ // InternalRoom.g:210:2: (iv_ruleRoomClass= ruleRoomClass EOF )
+ // InternalRoom.g:211:2: iv_ruleRoomClass= ruleRoomClass EOF
+ {
+ newCompositeNode(grammarAccess.getRoomClassRule());
+ pushFollow(FOLLOW_1);
+ iv_ruleRoomClass=ruleRoomClass();
- }
- break;
- case 7 :
- // InternalRoom.g:275:6: ( (lv_subSystemClasses_12_0= ruleSubSystemClass ) )
- {
- // InternalRoom.g:275:6: ( (lv_subSystemClasses_12_0= ruleSubSystemClass ) )
- // InternalRoom.g:276:1: (lv_subSystemClasses_12_0= ruleSubSystemClass )
- {
- // InternalRoom.g:276:1: (lv_subSystemClasses_12_0= ruleSubSystemClass )
- // InternalRoom.g:277:3: lv_subSystemClasses_12_0= ruleSubSystemClass
- {
-
- newCompositeNode(grammarAccess.getRoomModelAccess().getSubSystemClassesSubSystemClassParserRuleCall_6_6_0());
-
- pushFollow(FOLLOW_8);
- lv_subSystemClasses_12_0=ruleSubSystemClass();
+ state._fsp--;
- state._fsp--;
+ current =iv_ruleRoomClass;
+ match(input,EOF,FOLLOW_2);
+ }
- if (current==null) {
- current = createModelElementForParent(grammarAccess.getRoomModelRule());
- }
- add(
- current,
- "subSystemClasses",
- lv_subSystemClasses_12_0,
- "org.eclipse.etrice.core.Room.SubSystemClass");
- afterParserOrEnumRuleCall();
-
+ }
+
+ catch (RecognitionException re) {
+ recover(input,re);
+ appendSkippedTokens();
+ }
+ finally {
+ }
+ return current;
+ }
+ // $ANTLR end "entryRuleRoomClass"
- }
+ // $ANTLR start "ruleRoomClass"
+ // InternalRoom.g:218:1: ruleRoomClass returns [EObject current=null] : (this_DataType_0= ruleDataType | this_GeneralProtocolClass_1= ruleGeneralProtocolClass | this_StructureClass_2= ruleStructureClass ) ;
+ public final EObject ruleRoomClass() throws RecognitionException {
+ EObject current = null;
- }
+ EObject this_DataType_0 = null;
+ EObject this_GeneralProtocolClass_1 = null;
- }
- break;
- case 8 :
- // InternalRoom.g:294:6: ( (lv_systems_13_0= ruleLogicalSystem ) )
- {
- // InternalRoom.g:294:6: ( (lv_systems_13_0= ruleLogicalSystem ) )
- // InternalRoom.g:295:1: (lv_systems_13_0= ruleLogicalSystem )
- {
- // InternalRoom.g:295:1: (lv_systems_13_0= ruleLogicalSystem )
- // InternalRoom.g:296:3: lv_systems_13_0= ruleLogicalSystem
- {
-
- newCompositeNode(grammarAccess.getRoomModelAccess().getSystemsLogicalSystemParserRuleCall_6_7_0());
-
- pushFollow(FOLLOW_8);
- lv_systems_13_0=ruleLogicalSystem();
+ EObject this_StructureClass_2 = null;
- state._fsp--;
+ enterRule();
+
+ try {
+ // InternalRoom.g:221:28: ( (this_DataType_0= ruleDataType | this_GeneralProtocolClass_1= ruleGeneralProtocolClass | this_StructureClass_2= ruleStructureClass ) )
+ // InternalRoom.g:222:1: (this_DataType_0= ruleDataType | this_GeneralProtocolClass_1= ruleGeneralProtocolClass | this_StructureClass_2= ruleStructureClass )
+ {
+ // InternalRoom.g:222:1: (this_DataType_0= ruleDataType | this_GeneralProtocolClass_1= ruleGeneralProtocolClass | this_StructureClass_2= ruleStructureClass )
+ int alt6=3;
+ switch ( input.LA(1) ) {
+ case 19:
+ case 24:
+ case 28:
+ case 29:
+ {
+ alt6=1;
+ }
+ break;
+ case 125:
+ {
+ int LA6_2 = input.LA(2);
- if (current==null) {
- current = createModelElementForParent(grammarAccess.getRoomModelRule());
- }
- add(
- current,
- "systems",
- lv_systems_13_0,
- "org.eclipse.etrice.core.Room.LogicalSystem");
- afterParserOrEnumRuleCall();
-
+ if ( (LA6_2==43) ) {
+ alt6=2;
+ }
+ else if ( ((LA6_2>=55 && LA6_2<=56)||(LA6_2>=125 && LA6_2<=127)||LA6_2==129) ) {
+ alt6=3;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 6, 2, input);
- }
+ throw nvae;
+ }
+ }
+ break;
+ case 126:
+ {
+ int LA6_3 = input.LA(2);
+ if ( (LA6_3==43) ) {
+ alt6=2;
+ }
+ else if ( ((LA6_3>=55 && LA6_3<=56)||(LA6_3>=125 && LA6_3<=127)||LA6_3==129) ) {
+ alt6=3;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 6, 3, input);
- }
+ throw nvae;
+ }
+ }
+ break;
+ case 127:
+ {
+ int LA6_4 = input.LA(2);
+ if ( (LA6_4==43) ) {
+ alt6=2;
+ }
+ else if ( ((LA6_4>=55 && LA6_4<=56)||(LA6_4>=125 && LA6_4<=127)||LA6_4==129) ) {
+ alt6=3;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 6, 4, input);
- }
- break;
- case 9 :
- // InternalRoom.g:313:6: ( (lv_annotationTypes_14_0= ruleAnnotationType ) )
- {
- // InternalRoom.g:313:6: ( (lv_annotationTypes_14_0= ruleAnnotationType ) )
- // InternalRoom.g:314:1: (lv_annotationTypes_14_0= ruleAnnotationType )
- {
- // InternalRoom.g:314:1: (lv_annotationTypes_14_0= ruleAnnotationType )
- // InternalRoom.g:315:3: lv_annotationTypes_14_0= ruleAnnotationType
- {
-
- newCompositeNode(grammarAccess.getRoomModelAccess().getAnnotationTypesAnnotationTypeParserRuleCall_6_8_0());
-
- pushFollow(FOLLOW_8);
- lv_annotationTypes_14_0=ruleAnnotationType();
+ throw nvae;
+ }
+ }
+ break;
+ case 43:
+ case 49:
+ {
+ alt6=2;
+ }
+ break;
+ case 55:
+ case 56:
+ case 65:
+ case 67:
+ case 129:
+ {
+ alt6=3;
+ }
+ break;
+ default:
+ NoViableAltException nvae =
+ new NoViableAltException("", 6, 0, input);
- state._fsp--;
+ throw nvae;
+ }
+ switch (alt6) {
+ case 1 :
+ // InternalRoom.g:223:5: this_DataType_0= ruleDataType
+ {
+
+ newCompositeNode(grammarAccess.getRoomClassAccess().getDataTypeParserRuleCall_0());
+
+ pushFollow(FOLLOW_2);
+ this_DataType_0=ruleDataType();
- if (current==null) {
- current = createModelElementForParent(grammarAccess.getRoomModelRule());
- }
- add(
- current,
- "annotationTypes",
- lv_annotationTypes_14_0,
- "org.eclipse.etrice.core.common.Base.AnnotationType");
- afterParserOrEnumRuleCall();
-
+ state._fsp--;
- }
+
+ current = this_DataType_0;
+ afterParserOrEnumRuleCall();
+
+ }
+ break;
+ case 2 :
+ // InternalRoom.g:233:5: this_GeneralProtocolClass_1= ruleGeneralProtocolClass
+ {
+
+ newCompositeNode(grammarAccess.getRoomClassAccess().getGeneralProtocolClassParserRuleCall_1());
+
+ pushFollow(FOLLOW_2);
+ this_GeneralProtocolClass_1=ruleGeneralProtocolClass();
- }
+ state._fsp--;
+
+ current = this_GeneralProtocolClass_1;
+ afterParserOrEnumRuleCall();
+
- }
- break;
+ }
+ break;
+ case 3 :
+ // InternalRoom.g:243:5: this_StructureClass_2= ruleStructureClass
+ {
+
+ newCompositeNode(grammarAccess.getRoomClassAccess().getStructureClassParserRuleCall_2());
+
+ pushFollow(FOLLOW_2);
+ this_StructureClass_2=ruleStructureClass();
- default :
- break loop4;
- }
- } while (true);
+ state._fsp--;
- otherlv_15=(Token)match(input,15,FOLLOW_2);
+
+ current = this_StructureClass_2;
+ afterParserOrEnumRuleCall();
+
- newLeafNode(otherlv_15, grammarAccess.getRoomModelAccess().getRightCurlyBracketKeyword_7());
-
+ }
+ break;
}
@@ -819,11 +774,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
return current;
}
- // $ANTLR end "ruleRoomModel"
+ // $ANTLR end "ruleRoomClass"
// $ANTLR start "entryRuleStructureClass"
- // InternalRoom.g:345:1: entryRuleStructureClass returns [EObject current=null] : iv_ruleStructureClass= ruleStructureClass EOF ;
+ // InternalRoom.g:259:1: entryRuleStructureClass returns [EObject current=null] : iv_ruleStructureClass= ruleStructureClass EOF ;
public final EObject entryRuleStructureClass() throws RecognitionException {
EObject current = null;
@@ -831,8 +786,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:346:2: (iv_ruleStructureClass= ruleStructureClass EOF )
- // InternalRoom.g:347:2: iv_ruleStructureClass= ruleStructureClass EOF
+ // InternalRoom.g:260:2: (iv_ruleStructureClass= ruleStructureClass EOF )
+ // InternalRoom.g:261:2: iv_ruleStructureClass= ruleStructureClass EOF
{
newCompositeNode(grammarAccess.getStructureClassRule());
pushFollow(FOLLOW_1);
@@ -859,7 +814,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleStructureClass"
- // InternalRoom.g:354:1: ruleStructureClass returns [EObject current=null] : (this_ActorContainerClass_0= ruleActorContainerClass | this_LogicalSystem_1= ruleLogicalSystem ) ;
+ // InternalRoom.g:268:1: ruleStructureClass returns [EObject current=null] : (this_ActorContainerClass_0= ruleActorContainerClass | this_LogicalSystem_1= ruleLogicalSystem ) ;
public final EObject ruleStructureClass() throws RecognitionException {
EObject current = null;
@@ -871,28 +826,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:357:28: ( (this_ActorContainerClass_0= ruleActorContainerClass | this_LogicalSystem_1= ruleLogicalSystem ) )
- // InternalRoom.g:358:1: (this_ActorContainerClass_0= ruleActorContainerClass | this_LogicalSystem_1= ruleLogicalSystem )
+ // InternalRoom.g:271:28: ( (this_ActorContainerClass_0= ruleActorContainerClass | this_LogicalSystem_1= ruleLogicalSystem ) )
+ // InternalRoom.g:272:1: (this_ActorContainerClass_0= ruleActorContainerClass | this_LogicalSystem_1= ruleLogicalSystem )
{
- // InternalRoom.g:358:1: (this_ActorContainerClass_0= ruleActorContainerClass | this_LogicalSystem_1= ruleLogicalSystem )
- int alt5=2;
- int LA5_0 = input.LA(1);
+ // InternalRoom.g:272:1: (this_ActorContainerClass_0= ruleActorContainerClass | this_LogicalSystem_1= ruleLogicalSystem )
+ int alt7=2;
+ int LA7_0 = input.LA(1);
- if ( ((LA5_0>=55 && LA5_0<=56)||LA5_0==67||(LA5_0>=125 && LA5_0<=127)||LA5_0==129) ) {
- alt5=1;
+ if ( ((LA7_0>=55 && LA7_0<=56)||LA7_0==67||(LA7_0>=125 && LA7_0<=127)||LA7_0==129) ) {
+ alt7=1;
}
- else if ( (LA5_0==65) ) {
- alt5=2;
+ else if ( (LA7_0==65) ) {
+ alt7=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 5, 0, input);
+ new NoViableAltException("", 7, 0, input);
throw nvae;
}
- switch (alt5) {
+ switch (alt7) {
case 1 :
- // InternalRoom.g:359:5: this_ActorContainerClass_0= ruleActorContainerClass
+ // InternalRoom.g:273:5: this_ActorContainerClass_0= ruleActorContainerClass
{
newCompositeNode(grammarAccess.getStructureClassAccess().getActorContainerClassParserRuleCall_0());
@@ -910,7 +865,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:369:5: this_LogicalSystem_1= ruleLogicalSystem
+ // InternalRoom.g:283:5: this_LogicalSystem_1= ruleLogicalSystem
{
newCompositeNode(grammarAccess.getStructureClassAccess().getLogicalSystemParserRuleCall_1());
@@ -948,7 +903,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleActorContainerClass"
- // InternalRoom.g:385:1: entryRuleActorContainerClass returns [EObject current=null] : iv_ruleActorContainerClass= ruleActorContainerClass EOF ;
+ // InternalRoom.g:299:1: entryRuleActorContainerClass returns [EObject current=null] : iv_ruleActorContainerClass= ruleActorContainerClass EOF ;
public final EObject entryRuleActorContainerClass() throws RecognitionException {
EObject current = null;
@@ -956,8 +911,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:386:2: (iv_ruleActorContainerClass= ruleActorContainerClass EOF )
- // InternalRoom.g:387:2: iv_ruleActorContainerClass= ruleActorContainerClass EOF
+ // InternalRoom.g:300:2: (iv_ruleActorContainerClass= ruleActorContainerClass EOF )
+ // InternalRoom.g:301:2: iv_ruleActorContainerClass= ruleActorContainerClass EOF
{
newCompositeNode(grammarAccess.getActorContainerClassRule());
pushFollow(FOLLOW_1);
@@ -984,7 +939,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleActorContainerClass"
- // InternalRoom.g:394:1: ruleActorContainerClass returns [EObject current=null] : (this_ActorClass_0= ruleActorClass | this_SubSystemClass_1= ruleSubSystemClass ) ;
+ // InternalRoom.g:308:1: ruleActorContainerClass returns [EObject current=null] : (this_ActorClass_0= ruleActorClass | this_SubSystemClass_1= ruleSubSystemClass ) ;
public final EObject ruleActorContainerClass() throws RecognitionException {
EObject current = null;
@@ -996,28 +951,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:397:28: ( (this_ActorClass_0= ruleActorClass | this_SubSystemClass_1= ruleSubSystemClass ) )
- // InternalRoom.g:398:1: (this_ActorClass_0= ruleActorClass | this_SubSystemClass_1= ruleSubSystemClass )
+ // InternalRoom.g:311:28: ( (this_ActorClass_0= ruleActorClass | this_SubSystemClass_1= ruleSubSystemClass ) )
+ // InternalRoom.g:312:1: (this_ActorClass_0= ruleActorClass | this_SubSystemClass_1= ruleSubSystemClass )
{
- // InternalRoom.g:398:1: (this_ActorClass_0= ruleActorClass | this_SubSystemClass_1= ruleSubSystemClass )
- int alt6=2;
- int LA6_0 = input.LA(1);
+ // InternalRoom.g:312:1: (this_ActorClass_0= ruleActorClass | this_SubSystemClass_1= ruleSubSystemClass )
+ int alt8=2;
+ int LA8_0 = input.LA(1);
- if ( ((LA6_0>=55 && LA6_0<=56)||(LA6_0>=125 && LA6_0<=127)||LA6_0==129) ) {
- alt6=1;
+ if ( ((LA8_0>=55 && LA8_0<=56)||(LA8_0>=125 && LA8_0<=127)||LA8_0==129) ) {
+ alt8=1;
}
- else if ( (LA6_0==67) ) {
- alt6=2;
+ else if ( (LA8_0==67) ) {
+ alt8=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 6, 0, input);
+ new NoViableAltException("", 8, 0, input);
throw nvae;
}
- switch (alt6) {
+ switch (alt8) {
case 1 :
- // InternalRoom.g:399:5: this_ActorClass_0= ruleActorClass
+ // InternalRoom.g:313:5: this_ActorClass_0= ruleActorClass
{
newCompositeNode(grammarAccess.getActorContainerClassAccess().getActorClassParserRuleCall_0());
@@ -1035,7 +990,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:409:5: this_SubSystemClass_1= ruleSubSystemClass
+ // InternalRoom.g:323:5: this_SubSystemClass_1= ruleSubSystemClass
{
newCompositeNode(grammarAccess.getActorContainerClassAccess().getSubSystemClassParserRuleCall_1());
@@ -1073,7 +1028,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleVarDecl"
- // InternalRoom.g:425:1: entryRuleVarDecl returns [EObject current=null] : iv_ruleVarDecl= ruleVarDecl EOF ;
+ // InternalRoom.g:339:1: entryRuleVarDecl returns [EObject current=null] : iv_ruleVarDecl= ruleVarDecl EOF ;
public final EObject entryRuleVarDecl() throws RecognitionException {
EObject current = null;
@@ -1081,8 +1036,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:426:2: (iv_ruleVarDecl= ruleVarDecl EOF )
- // InternalRoom.g:427:2: iv_ruleVarDecl= ruleVarDecl EOF
+ // InternalRoom.g:340:2: (iv_ruleVarDecl= ruleVarDecl EOF )
+ // InternalRoom.g:341:2: iv_ruleVarDecl= ruleVarDecl EOF
{
newCompositeNode(grammarAccess.getVarDeclRule());
pushFollow(FOLLOW_1);
@@ -1109,7 +1064,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleVarDecl"
- // InternalRoom.g:434:1: ruleVarDecl returns [EObject current=null] : ( ( (lv_name_0_0= RULE_ID ) ) otherlv_1= ':' ( (lv_refType_2_0= ruleRefableType ) ) ( (lv_varargs_3_0= 'varargs' ) )? ) ;
+ // InternalRoom.g:348:1: ruleVarDecl returns [EObject current=null] : ( ( (lv_name_0_0= RULE_ID ) ) otherlv_1= ':' ( (lv_refType_2_0= ruleRefableType ) ) ( (lv_varargs_3_0= 'varargs' ) )? ) ;
public final EObject ruleVarDecl() throws RecognitionException {
EObject current = null;
@@ -1122,19 +1077,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:437:28: ( ( ( (lv_name_0_0= RULE_ID ) ) otherlv_1= ':' ( (lv_refType_2_0= ruleRefableType ) ) ( (lv_varargs_3_0= 'varargs' ) )? ) )
- // InternalRoom.g:438:1: ( ( (lv_name_0_0= RULE_ID ) ) otherlv_1= ':' ( (lv_refType_2_0= ruleRefableType ) ) ( (lv_varargs_3_0= 'varargs' ) )? )
+ // InternalRoom.g:351:28: ( ( ( (lv_name_0_0= RULE_ID ) ) otherlv_1= ':' ( (lv_refType_2_0= ruleRefableType ) ) ( (lv_varargs_3_0= 'varargs' ) )? ) )
+ // InternalRoom.g:352:1: ( ( (lv_name_0_0= RULE_ID ) ) otherlv_1= ':' ( (lv_refType_2_0= ruleRefableType ) ) ( (lv_varargs_3_0= 'varargs' ) )? )
{
- // InternalRoom.g:438:1: ( ( (lv_name_0_0= RULE_ID ) ) otherlv_1= ':' ( (lv_refType_2_0= ruleRefableType ) ) ( (lv_varargs_3_0= 'varargs' ) )? )
- // InternalRoom.g:438:2: ( (lv_name_0_0= RULE_ID ) ) otherlv_1= ':' ( (lv_refType_2_0= ruleRefableType ) ) ( (lv_varargs_3_0= 'varargs' ) )?
+ // InternalRoom.g:352:1: ( ( (lv_name_0_0= RULE_ID ) ) otherlv_1= ':' ( (lv_refType_2_0= ruleRefableType ) ) ( (lv_varargs_3_0= 'varargs' ) )? )
+ // InternalRoom.g:352:2: ( (lv_name_0_0= RULE_ID ) ) otherlv_1= ':' ( (lv_refType_2_0= ruleRefableType ) ) ( (lv_varargs_3_0= 'varargs' ) )?
{
- // InternalRoom.g:438:2: ( (lv_name_0_0= RULE_ID ) )
- // InternalRoom.g:439:1: (lv_name_0_0= RULE_ID )
+ // InternalRoom.g:352:2: ( (lv_name_0_0= RULE_ID ) )
+ // InternalRoom.g:353:1: (lv_name_0_0= RULE_ID )
{
- // InternalRoom.g:439:1: (lv_name_0_0= RULE_ID )
- // InternalRoom.g:440:3: lv_name_0_0= RULE_ID
+ // InternalRoom.g:353:1: (lv_name_0_0= RULE_ID )
+ // InternalRoom.g:354:3: lv_name_0_0= RULE_ID
{
- lv_name_0_0=(Token)match(input,RULE_ID,FOLLOW_9);
+ lv_name_0_0=(Token)match(input,RULE_ID,FOLLOW_10);
newLeafNode(lv_name_0_0, grammarAccess.getVarDeclAccess().getNameIDTerminalRuleCall_0_0());
@@ -1158,16 +1113,16 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getVarDeclAccess().getColonKeyword_1());
- // InternalRoom.g:460:1: ( (lv_refType_2_0= ruleRefableType ) )
- // InternalRoom.g:461:1: (lv_refType_2_0= ruleRefableType )
+ // InternalRoom.g:374:1: ( (lv_refType_2_0= ruleRefableType ) )
+ // InternalRoom.g:375:1: (lv_refType_2_0= ruleRefableType )
{
- // InternalRoom.g:461:1: (lv_refType_2_0= ruleRefableType )
- // InternalRoom.g:462:3: lv_refType_2_0= ruleRefableType
+ // InternalRoom.g:375:1: (lv_refType_2_0= ruleRefableType )
+ // InternalRoom.g:376:3: lv_refType_2_0= ruleRefableType
{
newCompositeNode(grammarAccess.getVarDeclAccess().getRefTypeRefableTypeParserRuleCall_2_0());
- pushFollow(FOLLOW_10);
+ pushFollow(FOLLOW_11);
lv_refType_2_0=ruleRefableType();
state._fsp--;
@@ -1189,19 +1144,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:478:2: ( (lv_varargs_3_0= 'varargs' ) )?
- int alt7=2;
- int LA7_0 = input.LA(1);
+ // InternalRoom.g:392:2: ( (lv_varargs_3_0= 'varargs' ) )?
+ int alt9=2;
+ int LA9_0 = input.LA(1);
- if ( (LA7_0==17) ) {
- alt7=1;
+ if ( (LA9_0==17) ) {
+ alt9=1;
}
- switch (alt7) {
+ switch (alt9) {
case 1 :
- // InternalRoom.g:479:1: (lv_varargs_3_0= 'varargs' )
+ // InternalRoom.g:393:1: (lv_varargs_3_0= 'varargs' )
{
- // InternalRoom.g:479:1: (lv_varargs_3_0= 'varargs' )
- // InternalRoom.g:480:3: lv_varargs_3_0= 'varargs'
+ // InternalRoom.g:393:1: (lv_varargs_3_0= 'varargs' )
+ // InternalRoom.g:394:3: lv_varargs_3_0= 'varargs'
{
lv_varargs_3_0=(Token)match(input,17,FOLLOW_2);
@@ -1243,7 +1198,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleMessageData"
- // InternalRoom.g:501:1: entryRuleMessageData returns [EObject current=null] : iv_ruleMessageData= ruleMessageData EOF ;
+ // InternalRoom.g:415:1: entryRuleMessageData returns [EObject current=null] : iv_ruleMessageData= ruleMessageData EOF ;
public final EObject entryRuleMessageData() throws RecognitionException {
EObject current = null;
@@ -1251,8 +1206,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:502:2: (iv_ruleMessageData= ruleMessageData EOF )
- // InternalRoom.g:503:2: iv_ruleMessageData= ruleMessageData EOF
+ // InternalRoom.g:416:2: (iv_ruleMessageData= ruleMessageData EOF )
+ // InternalRoom.g:417:2: iv_ruleMessageData= ruleMessageData EOF
{
newCompositeNode(grammarAccess.getMessageDataRule());
pushFollow(FOLLOW_1);
@@ -1279,7 +1234,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleMessageData"
- // InternalRoom.g:510:1: ruleMessageData returns [EObject current=null] : ( ( ( (lv_deprecatedName_0_0= RULE_ID ) ) otherlv_1= ':' )? ( (lv_refType_2_0= ruleRefableType ) ) ) ;
+ // InternalRoom.g:424:1: ruleMessageData returns [EObject current=null] : ( ( ( (lv_deprecatedName_0_0= RULE_ID ) ) otherlv_1= ':' )? ( (lv_refType_2_0= ruleRefableType ) ) ) ;
public final EObject ruleMessageData() throws RecognitionException {
EObject current = null;
@@ -1291,34 +1246,34 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:513:28: ( ( ( ( (lv_deprecatedName_0_0= RULE_ID ) ) otherlv_1= ':' )? ( (lv_refType_2_0= ruleRefableType ) ) ) )
- // InternalRoom.g:514:1: ( ( ( (lv_deprecatedName_0_0= RULE_ID ) ) otherlv_1= ':' )? ( (lv_refType_2_0= ruleRefableType ) ) )
+ // InternalRoom.g:427:28: ( ( ( ( (lv_deprecatedName_0_0= RULE_ID ) ) otherlv_1= ':' )? ( (lv_refType_2_0= ruleRefableType ) ) ) )
+ // InternalRoom.g:428:1: ( ( ( (lv_deprecatedName_0_0= RULE_ID ) ) otherlv_1= ':' )? ( (lv_refType_2_0= ruleRefableType ) ) )
{
- // InternalRoom.g:514:1: ( ( ( (lv_deprecatedName_0_0= RULE_ID ) ) otherlv_1= ':' )? ( (lv_refType_2_0= ruleRefableType ) ) )
- // InternalRoom.g:514:2: ( ( (lv_deprecatedName_0_0= RULE_ID ) ) otherlv_1= ':' )? ( (lv_refType_2_0= ruleRefableType ) )
+ // InternalRoom.g:428:1: ( ( ( (lv_deprecatedName_0_0= RULE_ID ) ) otherlv_1= ':' )? ( (lv_refType_2_0= ruleRefableType ) ) )
+ // InternalRoom.g:428:2: ( ( (lv_deprecatedName_0_0= RULE_ID ) ) otherlv_1= ':' )? ( (lv_refType_2_0= ruleRefableType ) )
{
- // InternalRoom.g:514:2: ( ( (lv_deprecatedName_0_0= RULE_ID ) ) otherlv_1= ':' )?
- int alt8=2;
- int LA8_0 = input.LA(1);
+ // InternalRoom.g:428:2: ( ( (lv_deprecatedName_0_0= RULE_ID ) ) otherlv_1= ':' )?
+ int alt10=2;
+ int LA10_0 = input.LA(1);
- if ( (LA8_0==RULE_ID) ) {
- int LA8_1 = input.LA(2);
+ if ( (LA10_0==RULE_ID) ) {
+ int LA10_1 = input.LA(2);
- if ( (LA8_1==16) ) {
- alt8=1;
+ if ( (LA10_1==16) ) {
+ alt10=1;
}
}
- switch (alt8) {
+ switch (alt10) {
case 1 :
- // InternalRoom.g:514:3: ( (lv_deprecatedName_0_0= RULE_ID ) ) otherlv_1= ':'
+ // InternalRoom.g:428:3: ( (lv_deprecatedName_0_0= RULE_ID ) ) otherlv_1= ':'
{
- // InternalRoom.g:514:3: ( (lv_deprecatedName_0_0= RULE_ID ) )
- // InternalRoom.g:515:1: (lv_deprecatedName_0_0= RULE_ID )
+ // InternalRoom.g:428:3: ( (lv_deprecatedName_0_0= RULE_ID ) )
+ // InternalRoom.g:429:1: (lv_deprecatedName_0_0= RULE_ID )
{
- // InternalRoom.g:515:1: (lv_deprecatedName_0_0= RULE_ID )
- // InternalRoom.g:516:3: lv_deprecatedName_0_0= RULE_ID
+ // InternalRoom.g:429:1: (lv_deprecatedName_0_0= RULE_ID )
+ // InternalRoom.g:430:3: lv_deprecatedName_0_0= RULE_ID
{
- lv_deprecatedName_0_0=(Token)match(input,RULE_ID,FOLLOW_9);
+ lv_deprecatedName_0_0=(Token)match(input,RULE_ID,FOLLOW_10);
newLeafNode(lv_deprecatedName_0_0, grammarAccess.getMessageDataAccess().getDeprecatedNameIDTerminalRuleCall_0_0_0());
@@ -1348,11 +1303,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:536:3: ( (lv_refType_2_0= ruleRefableType ) )
- // InternalRoom.g:537:1: (lv_refType_2_0= ruleRefableType )
+ // InternalRoom.g:450:3: ( (lv_refType_2_0= ruleRefableType ) )
+ // InternalRoom.g:451:1: (lv_refType_2_0= ruleRefableType )
{
- // InternalRoom.g:537:1: (lv_refType_2_0= ruleRefableType )
- // InternalRoom.g:538:3: lv_refType_2_0= ruleRefableType
+ // InternalRoom.g:451:1: (lv_refType_2_0= ruleRefableType )
+ // InternalRoom.g:452:3: lv_refType_2_0= ruleRefableType
{
newCompositeNode(grammarAccess.getMessageDataAccess().getRefTypeRefableTypeParserRuleCall_1_0());
@@ -1400,7 +1355,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleRefableType"
- // InternalRoom.g:562:1: entryRuleRefableType returns [EObject current=null] : iv_ruleRefableType= ruleRefableType EOF ;
+ // InternalRoom.g:476:1: entryRuleRefableType returns [EObject current=null] : iv_ruleRefableType= ruleRefableType EOF ;
public final EObject entryRuleRefableType() throws RecognitionException {
EObject current = null;
@@ -1408,8 +1363,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:563:2: (iv_ruleRefableType= ruleRefableType EOF )
- // InternalRoom.g:564:2: iv_ruleRefableType= ruleRefableType EOF
+ // InternalRoom.g:477:2: (iv_ruleRefableType= ruleRefableType EOF )
+ // InternalRoom.g:478:2: iv_ruleRefableType= ruleRefableType EOF
{
newCompositeNode(grammarAccess.getRefableTypeRule());
pushFollow(FOLLOW_1);
@@ -1436,7 +1391,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleRefableType"
- // InternalRoom.g:571:1: ruleRefableType returns [EObject current=null] : ( ( ( ruleFQN ) ) ( (lv_ref_1_0= 'ref' ) )? ) ;
+ // InternalRoom.g:485:1: ruleRefableType returns [EObject current=null] : ( ( ( ruleFQN ) ) ( (lv_ref_1_0= 'ref' ) )? ) ;
public final EObject ruleRefableType() throws RecognitionException {
EObject current = null;
@@ -1445,17 +1400,17 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:574:28: ( ( ( ( ruleFQN ) ) ( (lv_ref_1_0= 'ref' ) )? ) )
- // InternalRoom.g:575:1: ( ( ( ruleFQN ) ) ( (lv_ref_1_0= 'ref' ) )? )
+ // InternalRoom.g:488:28: ( ( ( ( ruleFQN ) ) ( (lv_ref_1_0= 'ref' ) )? ) )
+ // InternalRoom.g:489:1: ( ( ( ruleFQN ) ) ( (lv_ref_1_0= 'ref' ) )? )
{
- // InternalRoom.g:575:1: ( ( ( ruleFQN ) ) ( (lv_ref_1_0= 'ref' ) )? )
- // InternalRoom.g:575:2: ( ( ruleFQN ) ) ( (lv_ref_1_0= 'ref' ) )?
+ // InternalRoom.g:489:1: ( ( ( ruleFQN ) ) ( (lv_ref_1_0= 'ref' ) )? )
+ // InternalRoom.g:489:2: ( ( ruleFQN ) ) ( (lv_ref_1_0= 'ref' ) )?
{
- // InternalRoom.g:575:2: ( ( ruleFQN ) )
- // InternalRoom.g:576:1: ( ruleFQN )
+ // InternalRoom.g:489:2: ( ( ruleFQN ) )
+ // InternalRoom.g:490:1: ( ruleFQN )
{
- // InternalRoom.g:576:1: ( ruleFQN )
- // InternalRoom.g:577:3: ruleFQN
+ // InternalRoom.g:490:1: ( ruleFQN )
+ // InternalRoom.g:491:3: ruleFQN
{
if (current==null) {
@@ -1465,7 +1420,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newCompositeNode(grammarAccess.getRefableTypeAccess().getTypeDataTypeCrossReference_0_0());
- pushFollow(FOLLOW_11);
+ pushFollow(FOLLOW_12);
ruleFQN();
state._fsp--;
@@ -1479,19 +1434,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:590:2: ( (lv_ref_1_0= 'ref' ) )?
- int alt9=2;
- int LA9_0 = input.LA(1);
+ // InternalRoom.g:504:2: ( (lv_ref_1_0= 'ref' ) )?
+ int alt11=2;
+ int LA11_0 = input.LA(1);
- if ( (LA9_0==18) ) {
- alt9=1;
+ if ( (LA11_0==18) ) {
+ alt11=1;
}
- switch (alt9) {
+ switch (alt11) {
case 1 :
- // InternalRoom.g:591:1: (lv_ref_1_0= 'ref' )
+ // InternalRoom.g:505:1: (lv_ref_1_0= 'ref' )
{
- // InternalRoom.g:591:1: (lv_ref_1_0= 'ref' )
- // InternalRoom.g:592:3: lv_ref_1_0= 'ref'
+ // InternalRoom.g:505:1: (lv_ref_1_0= 'ref' )
+ // InternalRoom.g:506:3: lv_ref_1_0= 'ref'
{
lv_ref_1_0=(Token)match(input,18,FOLLOW_2);
@@ -1533,7 +1488,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleDataType"
- // InternalRoom.g:613:1: entryRuleDataType returns [EObject current=null] : iv_ruleDataType= ruleDataType EOF ;
+ // InternalRoom.g:527:1: entryRuleDataType returns [EObject current=null] : iv_ruleDataType= ruleDataType EOF ;
public final EObject entryRuleDataType() throws RecognitionException {
EObject current = null;
@@ -1541,8 +1496,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:614:2: (iv_ruleDataType= ruleDataType EOF )
- // InternalRoom.g:615:2: iv_ruleDataType= ruleDataType EOF
+ // InternalRoom.g:528:2: (iv_ruleDataType= ruleDataType EOF )
+ // InternalRoom.g:529:2: iv_ruleDataType= ruleDataType EOF
{
newCompositeNode(grammarAccess.getDataTypeRule());
pushFollow(FOLLOW_1);
@@ -1569,7 +1524,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleDataType"
- // InternalRoom.g:622:1: ruleDataType returns [EObject current=null] : (this_PrimitiveType_0= rulePrimitiveType | this_EnumerationType_1= ruleEnumerationType | this_ComplexType_2= ruleComplexType ) ;
+ // InternalRoom.g:536:1: ruleDataType returns [EObject current=null] : (this_PrimitiveType_0= rulePrimitiveType | this_EnumerationType_1= ruleEnumerationType | this_ComplexType_2= ruleComplexType ) ;
public final EObject ruleDataType() throws RecognitionException {
EObject current = null;
@@ -1583,38 +1538,38 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:625:28: ( (this_PrimitiveType_0= rulePrimitiveType | this_EnumerationType_1= ruleEnumerationType | this_ComplexType_2= ruleComplexType ) )
- // InternalRoom.g:626:1: (this_PrimitiveType_0= rulePrimitiveType | this_EnumerationType_1= ruleEnumerationType | this_ComplexType_2= ruleComplexType )
+ // InternalRoom.g:539:28: ( (this_PrimitiveType_0= rulePrimitiveType | this_EnumerationType_1= ruleEnumerationType | this_ComplexType_2= ruleComplexType ) )
+ // InternalRoom.g:540:1: (this_PrimitiveType_0= rulePrimitiveType | this_EnumerationType_1= ruleEnumerationType | this_ComplexType_2= ruleComplexType )
{
- // InternalRoom.g:626:1: (this_PrimitiveType_0= rulePrimitiveType | this_EnumerationType_1= ruleEnumerationType | this_ComplexType_2= ruleComplexType )
- int alt10=3;
+ // InternalRoom.g:540:1: (this_PrimitiveType_0= rulePrimitiveType | this_EnumerationType_1= ruleEnumerationType | this_ComplexType_2= ruleComplexType )
+ int alt12=3;
switch ( input.LA(1) ) {
case 19:
{
- alt10=1;
+ alt12=1;
}
break;
case 24:
{
- alt10=2;
+ alt12=2;
}
break;
case 28:
case 29:
{
- alt10=3;
+ alt12=3;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 10, 0, input);
+ new NoViableAltException("", 12, 0, input);
throw nvae;
}
- switch (alt10) {
+ switch (alt12) {
case 1 :
- // InternalRoom.g:627:5: this_PrimitiveType_0= rulePrimitiveType
+ // InternalRoom.g:541:5: this_PrimitiveType_0= rulePrimitiveType
{
newCompositeNode(grammarAccess.getDataTypeAccess().getPrimitiveTypeParserRuleCall_0());
@@ -1632,7 +1587,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:637:5: this_EnumerationType_1= ruleEnumerationType
+ // InternalRoom.g:551:5: this_EnumerationType_1= ruleEnumerationType
{
newCompositeNode(grammarAccess.getDataTypeAccess().getEnumerationTypeParserRuleCall_1());
@@ -1650,7 +1605,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:647:5: this_ComplexType_2= ruleComplexType
+ // InternalRoom.g:561:5: this_ComplexType_2= ruleComplexType
{
newCompositeNode(grammarAccess.getDataTypeAccess().getComplexTypeParserRuleCall_2());
@@ -1688,7 +1643,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleComplexType"
- // InternalRoom.g:663:1: entryRuleComplexType returns [EObject current=null] : iv_ruleComplexType= ruleComplexType EOF ;
+ // InternalRoom.g:577:1: entryRuleComplexType returns [EObject current=null] : iv_ruleComplexType= ruleComplexType EOF ;
public final EObject entryRuleComplexType() throws RecognitionException {
EObject current = null;
@@ -1696,8 +1651,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:664:2: (iv_ruleComplexType= ruleComplexType EOF )
- // InternalRoom.g:665:2: iv_ruleComplexType= ruleComplexType EOF
+ // InternalRoom.g:578:2: (iv_ruleComplexType= ruleComplexType EOF )
+ // InternalRoom.g:579:2: iv_ruleComplexType= ruleComplexType EOF
{
newCompositeNode(grammarAccess.getComplexTypeRule());
pushFollow(FOLLOW_1);
@@ -1724,7 +1679,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleComplexType"
- // InternalRoom.g:672:1: ruleComplexType returns [EObject current=null] : (this_DataClass_0= ruleDataClass | this_ExternalType_1= ruleExternalType ) ;
+ // InternalRoom.g:586:1: ruleComplexType returns [EObject current=null] : (this_DataClass_0= ruleDataClass | this_ExternalType_1= ruleExternalType ) ;
public final EObject ruleComplexType() throws RecognitionException {
EObject current = null;
@@ -1736,28 +1691,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:675:28: ( (this_DataClass_0= ruleDataClass | this_ExternalType_1= ruleExternalType ) )
- // InternalRoom.g:676:1: (this_DataClass_0= ruleDataClass | this_ExternalType_1= ruleExternalType )
+ // InternalRoom.g:589:28: ( (this_DataClass_0= ruleDataClass | this_ExternalType_1= ruleExternalType ) )
+ // InternalRoom.g:590:1: (this_DataClass_0= ruleDataClass | this_ExternalType_1= ruleExternalType )
{
- // InternalRoom.g:676:1: (this_DataClass_0= ruleDataClass | this_ExternalType_1= ruleExternalType )
- int alt11=2;
- int LA11_0 = input.LA(1);
+ // InternalRoom.g:590:1: (this_DataClass_0= ruleDataClass | this_ExternalType_1= ruleExternalType )
+ int alt13=2;
+ int LA13_0 = input.LA(1);
- if ( (LA11_0==29) ) {
- alt11=1;
+ if ( (LA13_0==29) ) {
+ alt13=1;
}
- else if ( (LA11_0==28) ) {
- alt11=2;
+ else if ( (LA13_0==28) ) {
+ alt13=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 11, 0, input);
+ new NoViableAltException("", 13, 0, input);
throw nvae;
}
- switch (alt11) {
+ switch (alt13) {
case 1 :
- // InternalRoom.g:677:5: this_DataClass_0= ruleDataClass
+ // InternalRoom.g:591:5: this_DataClass_0= ruleDataClass
{
newCompositeNode(grammarAccess.getComplexTypeAccess().getDataClassParserRuleCall_0());
@@ -1775,7 +1730,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:687:5: this_ExternalType_1= ruleExternalType
+ // InternalRoom.g:601:5: this_ExternalType_1= ruleExternalType
{
newCompositeNode(grammarAccess.getComplexTypeAccess().getExternalTypeParserRuleCall_1());
@@ -1813,7 +1768,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRulePrimitiveType"
- // InternalRoom.g:703:1: entryRulePrimitiveType returns [EObject current=null] : iv_rulePrimitiveType= rulePrimitiveType EOF ;
+ // InternalRoom.g:617:1: entryRulePrimitiveType returns [EObject current=null] : iv_rulePrimitiveType= rulePrimitiveType EOF ;
public final EObject entryRulePrimitiveType() throws RecognitionException {
EObject current = null;
@@ -1821,8 +1776,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:704:2: (iv_rulePrimitiveType= rulePrimitiveType EOF )
- // InternalRoom.g:705:2: iv_rulePrimitiveType= rulePrimitiveType EOF
+ // InternalRoom.g:618:2: (iv_rulePrimitiveType= rulePrimitiveType EOF )
+ // InternalRoom.g:619:2: iv_rulePrimitiveType= rulePrimitiveType EOF
{
newCompositeNode(grammarAccess.getPrimitiveTypeRule());
pushFollow(FOLLOW_1);
@@ -1849,7 +1804,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "rulePrimitiveType"
- // InternalRoom.g:712:1: rulePrimitiveType returns [EObject current=null] : (otherlv_0= 'PrimitiveType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( (lv_type_3_0= ruleLiteralType ) ) otherlv_4= '->' ( (lv_targetName_5_0= RULE_STRING ) ) (otherlv_6= '(' ( (lv_castName_7_0= ruleFQN ) ) otherlv_8= ')' )? otherlv_9= 'default' ( (lv_defaultValueLiteral_10_0= RULE_STRING ) ) ( (lv_docu_11_0= ruleDocumentation ) )? ) ;
+ // InternalRoom.g:626:1: rulePrimitiveType returns [EObject current=null] : (otherlv_0= 'PrimitiveType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( (lv_type_3_0= ruleLiteralType ) ) otherlv_4= '->' ( (lv_targetName_5_0= RULE_STRING ) ) (otherlv_6= '(' ( (lv_castName_7_0= ruleFQN ) ) otherlv_8= ')' )? otherlv_9= 'default' ( (lv_defaultValueLiteral_10_0= RULE_STRING ) ) ( (lv_docu_11_0= ruleDocumentation ) )? ) ;
public final EObject rulePrimitiveType() throws RecognitionException {
EObject current = null;
@@ -1872,23 +1827,23 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:715:28: ( (otherlv_0= 'PrimitiveType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( (lv_type_3_0= ruleLiteralType ) ) otherlv_4= '->' ( (lv_targetName_5_0= RULE_STRING ) ) (otherlv_6= '(' ( (lv_castName_7_0= ruleFQN ) ) otherlv_8= ')' )? otherlv_9= 'default' ( (lv_defaultValueLiteral_10_0= RULE_STRING ) ) ( (lv_docu_11_0= ruleDocumentation ) )? ) )
- // InternalRoom.g:716:1: (otherlv_0= 'PrimitiveType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( (lv_type_3_0= ruleLiteralType ) ) otherlv_4= '->' ( (lv_targetName_5_0= RULE_STRING ) ) (otherlv_6= '(' ( (lv_castName_7_0= ruleFQN ) ) otherlv_8= ')' )? otherlv_9= 'default' ( (lv_defaultValueLiteral_10_0= RULE_STRING ) ) ( (lv_docu_11_0= ruleDocumentation ) )? )
+ // InternalRoom.g:629:28: ( (otherlv_0= 'PrimitiveType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( (lv_type_3_0= ruleLiteralType ) ) otherlv_4= '->' ( (lv_targetName_5_0= RULE_STRING ) ) (otherlv_6= '(' ( (lv_castName_7_0= ruleFQN ) ) otherlv_8= ')' )? otherlv_9= 'default' ( (lv_defaultValueLiteral_10_0= RULE_STRING ) ) ( (lv_docu_11_0= ruleDocumentation ) )? ) )
+ // InternalRoom.g:630:1: (otherlv_0= 'PrimitiveType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( (lv_type_3_0= ruleLiteralType ) ) otherlv_4= '->' ( (lv_targetName_5_0= RULE_STRING ) ) (otherlv_6= '(' ( (lv_castName_7_0= ruleFQN ) ) otherlv_8= ')' )? otherlv_9= 'default' ( (lv_defaultValueLiteral_10_0= RULE_STRING ) ) ( (lv_docu_11_0= ruleDocumentation ) )? )
{
- // InternalRoom.g:716:1: (otherlv_0= 'PrimitiveType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( (lv_type_3_0= ruleLiteralType ) ) otherlv_4= '->' ( (lv_targetName_5_0= RULE_STRING ) ) (otherlv_6= '(' ( (lv_castName_7_0= ruleFQN ) ) otherlv_8= ')' )? otherlv_9= 'default' ( (lv_defaultValueLiteral_10_0= RULE_STRING ) ) ( (lv_docu_11_0= ruleDocumentation ) )? )
- // InternalRoom.g:716:3: otherlv_0= 'PrimitiveType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( (lv_type_3_0= ruleLiteralType ) ) otherlv_4= '->' ( (lv_targetName_5_0= RULE_STRING ) ) (otherlv_6= '(' ( (lv_castName_7_0= ruleFQN ) ) otherlv_8= ')' )? otherlv_9= 'default' ( (lv_defaultValueLiteral_10_0= RULE_STRING ) ) ( (lv_docu_11_0= ruleDocumentation ) )?
+ // InternalRoom.g:630:1: (otherlv_0= 'PrimitiveType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( (lv_type_3_0= ruleLiteralType ) ) otherlv_4= '->' ( (lv_targetName_5_0= RULE_STRING ) ) (otherlv_6= '(' ( (lv_castName_7_0= ruleFQN ) ) otherlv_8= ')' )? otherlv_9= 'default' ( (lv_defaultValueLiteral_10_0= RULE_STRING ) ) ( (lv_docu_11_0= ruleDocumentation ) )? )
+ // InternalRoom.g:630:3: otherlv_0= 'PrimitiveType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( (lv_type_3_0= ruleLiteralType ) ) otherlv_4= '->' ( (lv_targetName_5_0= RULE_STRING ) ) (otherlv_6= '(' ( (lv_castName_7_0= ruleFQN ) ) otherlv_8= ')' )? otherlv_9= 'default' ( (lv_defaultValueLiteral_10_0= RULE_STRING ) ) ( (lv_docu_11_0= ruleDocumentation ) )?
{
otherlv_0=(Token)match(input,19,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getPrimitiveTypeAccess().getPrimitiveTypeKeyword_0());
- // InternalRoom.g:720:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:721:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:634:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:635:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:721:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:722:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:635:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:636:3: lv_name_1_0= RULE_ID
{
- lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_9);
+ lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_10);
newLeafNode(lv_name_1_0, grammarAccess.getPrimitiveTypeAccess().getNameIDTerminalRuleCall_1_0());
@@ -1908,20 +1863,20 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_2=(Token)match(input,16,FOLLOW_12);
+ otherlv_2=(Token)match(input,16,FOLLOW_13);
newLeafNode(otherlv_2, grammarAccess.getPrimitiveTypeAccess().getColonKeyword_2());
- // InternalRoom.g:742:1: ( (lv_type_3_0= ruleLiteralType ) )
- // InternalRoom.g:743:1: (lv_type_3_0= ruleLiteralType )
+ // InternalRoom.g:656:1: ( (lv_type_3_0= ruleLiteralType ) )
+ // InternalRoom.g:657:1: (lv_type_3_0= ruleLiteralType )
{
- // InternalRoom.g:743:1: (lv_type_3_0= ruleLiteralType )
- // InternalRoom.g:744:3: lv_type_3_0= ruleLiteralType
+ // InternalRoom.g:657:1: (lv_type_3_0= ruleLiteralType )
+ // InternalRoom.g:658:3: lv_type_3_0= ruleLiteralType
{
newCompositeNode(grammarAccess.getPrimitiveTypeAccess().getTypeLiteralTypeEnumRuleCall_3_0());
- pushFollow(FOLLOW_13);
+ pushFollow(FOLLOW_14);
lv_type_3_0=ruleLiteralType();
state._fsp--;
@@ -1943,17 +1898,17 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_4=(Token)match(input,20,FOLLOW_14);
+ otherlv_4=(Token)match(input,20,FOLLOW_15);
newLeafNode(otherlv_4, grammarAccess.getPrimitiveTypeAccess().getHyphenMinusGreaterThanSignKeyword_4());
- // InternalRoom.g:764:1: ( (lv_targetName_5_0= RULE_STRING ) )
- // InternalRoom.g:765:1: (lv_targetName_5_0= RULE_STRING )
+ // InternalRoom.g:678:1: ( (lv_targetName_5_0= RULE_STRING ) )
+ // InternalRoom.g:679:1: (lv_targetName_5_0= RULE_STRING )
{
- // InternalRoom.g:765:1: (lv_targetName_5_0= RULE_STRING )
- // InternalRoom.g:766:3: lv_targetName_5_0= RULE_STRING
+ // InternalRoom.g:679:1: (lv_targetName_5_0= RULE_STRING )
+ // InternalRoom.g:680:3: lv_targetName_5_0= RULE_STRING
{
- lv_targetName_5_0=(Token)match(input,RULE_STRING,FOLLOW_15);
+ lv_targetName_5_0=(Token)match(input,RULE_STRING,FOLLOW_16);
newLeafNode(lv_targetName_5_0, grammarAccess.getPrimitiveTypeAccess().getTargetNameSTRINGTerminalRuleCall_5_0());
@@ -1973,31 +1928,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:782:2: (otherlv_6= '(' ( (lv_castName_7_0= ruleFQN ) ) otherlv_8= ')' )?
- int alt12=2;
- int LA12_0 = input.LA(1);
+ // InternalRoom.g:696:2: (otherlv_6= '(' ( (lv_castName_7_0= ruleFQN ) ) otherlv_8= ')' )?
+ int alt14=2;
+ int LA14_0 = input.LA(1);
- if ( (LA12_0==21) ) {
- alt12=1;
+ if ( (LA14_0==21) ) {
+ alt14=1;
}
- switch (alt12) {
+ switch (alt14) {
case 1 :
- // InternalRoom.g:782:4: otherlv_6= '(' ( (lv_castName_7_0= ruleFQN ) ) otherlv_8= ')'
+ // InternalRoom.g:696:4: otherlv_6= '(' ( (lv_castName_7_0= ruleFQN ) ) otherlv_8= ')'
{
otherlv_6=(Token)match(input,21,FOLLOW_3);
newLeafNode(otherlv_6, grammarAccess.getPrimitiveTypeAccess().getLeftParenthesisKeyword_6_0());
- // InternalRoom.g:786:1: ( (lv_castName_7_0= ruleFQN ) )
- // InternalRoom.g:787:1: (lv_castName_7_0= ruleFQN )
+ // InternalRoom.g:700:1: ( (lv_castName_7_0= ruleFQN ) )
+ // InternalRoom.g:701:1: (lv_castName_7_0= ruleFQN )
{
- // InternalRoom.g:787:1: (lv_castName_7_0= ruleFQN )
- // InternalRoom.g:788:3: lv_castName_7_0= ruleFQN
+ // InternalRoom.g:701:1: (lv_castName_7_0= ruleFQN )
+ // InternalRoom.g:702:3: lv_castName_7_0= ruleFQN
{
newCompositeNode(grammarAccess.getPrimitiveTypeAccess().getCastNameFQNParserRuleCall_6_1_0());
- pushFollow(FOLLOW_16);
+ pushFollow(FOLLOW_17);
lv_castName_7_0=ruleFQN();
state._fsp--;
@@ -2019,7 +1974,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_8=(Token)match(input,22,FOLLOW_17);
+ otherlv_8=(Token)match(input,22,FOLLOW_18);
newLeafNode(otherlv_8, grammarAccess.getPrimitiveTypeAccess().getRightParenthesisKeyword_6_2());
@@ -2029,17 +1984,17 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_9=(Token)match(input,23,FOLLOW_14);
+ otherlv_9=(Token)match(input,23,FOLLOW_15);
newLeafNode(otherlv_9, grammarAccess.getPrimitiveTypeAccess().getDefaultKeyword_7());
- // InternalRoom.g:812:1: ( (lv_defaultValueLiteral_10_0= RULE_STRING ) )
- // InternalRoom.g:813:1: (lv_defaultValueLiteral_10_0= RULE_STRING )
+ // InternalRoom.g:726:1: ( (lv_defaultValueLiteral_10_0= RULE_STRING ) )
+ // InternalRoom.g:727:1: (lv_defaultValueLiteral_10_0= RULE_STRING )
{
- // InternalRoom.g:813:1: (lv_defaultValueLiteral_10_0= RULE_STRING )
- // InternalRoom.g:814:3: lv_defaultValueLiteral_10_0= RULE_STRING
+ // InternalRoom.g:727:1: (lv_defaultValueLiteral_10_0= RULE_STRING )
+ // InternalRoom.g:728:3: lv_defaultValueLiteral_10_0= RULE_STRING
{
- lv_defaultValueLiteral_10_0=(Token)match(input,RULE_STRING,FOLLOW_18);
+ lv_defaultValueLiteral_10_0=(Token)match(input,RULE_STRING,FOLLOW_19);
newLeafNode(lv_defaultValueLiteral_10_0, grammarAccess.getPrimitiveTypeAccess().getDefaultValueLiteralSTRINGTerminalRuleCall_8_0());
@@ -2059,19 +2014,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:830:2: ( (lv_docu_11_0= ruleDocumentation ) )?
- int alt13=2;
- int LA13_0 = input.LA(1);
+ // InternalRoom.g:744:2: ( (lv_docu_11_0= ruleDocumentation ) )?
+ int alt15=2;
+ int LA15_0 = input.LA(1);
- if ( (LA13_0==35) ) {
- alt13=1;
+ if ( (LA15_0==35) ) {
+ alt15=1;
}
- switch (alt13) {
+ switch (alt15) {
case 1 :
- // InternalRoom.g:831:1: (lv_docu_11_0= ruleDocumentation )
+ // InternalRoom.g:745:1: (lv_docu_11_0= ruleDocumentation )
{
- // InternalRoom.g:831:1: (lv_docu_11_0= ruleDocumentation )
- // InternalRoom.g:832:3: lv_docu_11_0= ruleDocumentation
+ // InternalRoom.g:745:1: (lv_docu_11_0= ruleDocumentation )
+ // InternalRoom.g:746:3: lv_docu_11_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getPrimitiveTypeAccess().getDocuDocumentationParserRuleCall_9_0());
@@ -2122,7 +2077,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleEnumerationType"
- // InternalRoom.g:856:1: entryRuleEnumerationType returns [EObject current=null] : iv_ruleEnumerationType= ruleEnumerationType EOF ;
+ // InternalRoom.g:770:1: entryRuleEnumerationType returns [EObject current=null] : iv_ruleEnumerationType= ruleEnumerationType EOF ;
public final EObject entryRuleEnumerationType() throws RecognitionException {
EObject current = null;
@@ -2130,8 +2085,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:857:2: (iv_ruleEnumerationType= ruleEnumerationType EOF )
- // InternalRoom.g:858:2: iv_ruleEnumerationType= ruleEnumerationType EOF
+ // InternalRoom.g:771:2: (iv_ruleEnumerationType= ruleEnumerationType EOF )
+ // InternalRoom.g:772:2: iv_ruleEnumerationType= ruleEnumerationType EOF
{
newCompositeNode(grammarAccess.getEnumerationTypeRule());
pushFollow(FOLLOW_1);
@@ -2158,7 +2113,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleEnumerationType"
- // InternalRoom.g:865:1: ruleEnumerationType returns [EObject current=null] : (otherlv_0= 'Enumeration' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'of' ( ( ruleFQN ) ) )? otherlv_5= '{' ( ( (lv_literals_6_0= ruleEnumLiteral ) ) (otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) ) )* )? otherlv_9= '}' ) ;
+ // InternalRoom.g:779:1: ruleEnumerationType returns [EObject current=null] : (otherlv_0= 'Enumeration' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'of' ( ( ruleFQN ) ) )? otherlv_5= '{' ( ( (lv_literals_6_0= ruleEnumLiteral ) ) (otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) ) )* )? otherlv_9= '}' ) ;
public final EObject ruleEnumerationType() throws RecognitionException {
EObject current = null;
@@ -2178,23 +2133,23 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:868:28: ( (otherlv_0= 'Enumeration' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'of' ( ( ruleFQN ) ) )? otherlv_5= '{' ( ( (lv_literals_6_0= ruleEnumLiteral ) ) (otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) ) )* )? otherlv_9= '}' ) )
- // InternalRoom.g:869:1: (otherlv_0= 'Enumeration' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'of' ( ( ruleFQN ) ) )? otherlv_5= '{' ( ( (lv_literals_6_0= ruleEnumLiteral ) ) (otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) ) )* )? otherlv_9= '}' )
+ // InternalRoom.g:782:28: ( (otherlv_0= 'Enumeration' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'of' ( ( ruleFQN ) ) )? otherlv_5= '{' ( ( (lv_literals_6_0= ruleEnumLiteral ) ) (otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) ) )* )? otherlv_9= '}' ) )
+ // InternalRoom.g:783:1: (otherlv_0= 'Enumeration' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'of' ( ( ruleFQN ) ) )? otherlv_5= '{' ( ( (lv_literals_6_0= ruleEnumLiteral ) ) (otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) ) )* )? otherlv_9= '}' )
{
- // InternalRoom.g:869:1: (otherlv_0= 'Enumeration' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'of' ( ( ruleFQN ) ) )? otherlv_5= '{' ( ( (lv_literals_6_0= ruleEnumLiteral ) ) (otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) ) )* )? otherlv_9= '}' )
- // InternalRoom.g:869:3: otherlv_0= 'Enumeration' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'of' ( ( ruleFQN ) ) )? otherlv_5= '{' ( ( (lv_literals_6_0= ruleEnumLiteral ) ) (otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) ) )* )? otherlv_9= '}'
+ // InternalRoom.g:783:1: (otherlv_0= 'Enumeration' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'of' ( ( ruleFQN ) ) )? otherlv_5= '{' ( ( (lv_literals_6_0= ruleEnumLiteral ) ) (otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) ) )* )? otherlv_9= '}' )
+ // InternalRoom.g:783:3: otherlv_0= 'Enumeration' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'of' ( ( ruleFQN ) ) )? otherlv_5= '{' ( ( (lv_literals_6_0= ruleEnumLiteral ) ) (otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) ) )* )? otherlv_9= '}'
{
otherlv_0=(Token)match(input,24,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getEnumerationTypeAccess().getEnumerationKeyword_0());
- // InternalRoom.g:873:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:874:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:787:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:788:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:874:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:875:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:788:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:789:3: lv_name_1_0= RULE_ID
{
- lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_19);
+ lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_20);
newLeafNode(lv_name_1_0, grammarAccess.getEnumerationTypeAccess().getNameIDTerminalRuleCall_1_0());
@@ -2214,24 +2169,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:891:2: ( (lv_docu_2_0= ruleDocumentation ) )?
- int alt14=2;
- int LA14_0 = input.LA(1);
+ // InternalRoom.g:805:2: ( (lv_docu_2_0= ruleDocumentation ) )?
+ int alt16=2;
+ int LA16_0 = input.LA(1);
- if ( (LA14_0==35) ) {
- alt14=1;
+ if ( (LA16_0==35) ) {
+ alt16=1;
}
- switch (alt14) {
+ switch (alt16) {
case 1 :
- // InternalRoom.g:892:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:806:1: (lv_docu_2_0= ruleDocumentation )
{
- // InternalRoom.g:892:1: (lv_docu_2_0= ruleDocumentation )
- // InternalRoom.g:893:3: lv_docu_2_0= ruleDocumentation
+ // InternalRoom.g:806:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:807:3: lv_docu_2_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getEnumerationTypeAccess().getDocuDocumentationParserRuleCall_2_0());
- pushFollow(FOLLOW_20);
+ pushFollow(FOLLOW_21);
lv_docu_2_0=ruleDocumentation();
state._fsp--;
@@ -2256,26 +2211,26 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:909:3: (otherlv_3= 'of' ( ( ruleFQN ) ) )?
- int alt15=2;
- int LA15_0 = input.LA(1);
+ // InternalRoom.g:823:3: (otherlv_3= 'of' ( ( ruleFQN ) ) )?
+ int alt17=2;
+ int LA17_0 = input.LA(1);
- if ( (LA15_0==25) ) {
- alt15=1;
+ if ( (LA17_0==25) ) {
+ alt17=1;
}
- switch (alt15) {
+ switch (alt17) {
case 1 :
- // InternalRoom.g:909:5: otherlv_3= 'of' ( ( ruleFQN ) )
+ // InternalRoom.g:823:5: otherlv_3= 'of' ( ( ruleFQN ) )
{
otherlv_3=(Token)match(input,25,FOLLOW_3);
newLeafNode(otherlv_3, grammarAccess.getEnumerationTypeAccess().getOfKeyword_3_0());
- // InternalRoom.g:913:1: ( ( ruleFQN ) )
- // InternalRoom.g:914:1: ( ruleFQN )
+ // InternalRoom.g:827:1: ( ( ruleFQN ) )
+ // InternalRoom.g:828:1: ( ruleFQN )
{
- // InternalRoom.g:914:1: ( ruleFQN )
- // InternalRoom.g:915:3: ruleFQN
+ // InternalRoom.g:828:1: ( ruleFQN )
+ // InternalRoom.g:829:3: ruleFQN
{
if (current==null) {
@@ -2305,31 +2260,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_5=(Token)match(input,14,FOLLOW_21);
+ otherlv_5=(Token)match(input,14,FOLLOW_22);
newLeafNode(otherlv_5, grammarAccess.getEnumerationTypeAccess().getLeftCurlyBracketKeyword_4());
- // InternalRoom.g:932:1: ( ( (lv_literals_6_0= ruleEnumLiteral ) ) (otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) ) )* )?
- int alt17=2;
- int LA17_0 = input.LA(1);
+ // InternalRoom.g:846:1: ( ( (lv_literals_6_0= ruleEnumLiteral ) ) (otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) ) )* )?
+ int alt19=2;
+ int LA19_0 = input.LA(1);
- if ( (LA17_0==RULE_ID) ) {
- alt17=1;
+ if ( (LA19_0==RULE_ID) ) {
+ alt19=1;
}
- switch (alt17) {
+ switch (alt19) {
case 1 :
- // InternalRoom.g:932:2: ( (lv_literals_6_0= ruleEnumLiteral ) ) (otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) ) )*
+ // InternalRoom.g:846:2: ( (lv_literals_6_0= ruleEnumLiteral ) ) (otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) ) )*
{
- // InternalRoom.g:932:2: ( (lv_literals_6_0= ruleEnumLiteral ) )
- // InternalRoom.g:933:1: (lv_literals_6_0= ruleEnumLiteral )
+ // InternalRoom.g:846:2: ( (lv_literals_6_0= ruleEnumLiteral ) )
+ // InternalRoom.g:847:1: (lv_literals_6_0= ruleEnumLiteral )
{
- // InternalRoom.g:933:1: (lv_literals_6_0= ruleEnumLiteral )
- // InternalRoom.g:934:3: lv_literals_6_0= ruleEnumLiteral
+ // InternalRoom.g:847:1: (lv_literals_6_0= ruleEnumLiteral )
+ // InternalRoom.g:848:3: lv_literals_6_0= ruleEnumLiteral
{
newCompositeNode(grammarAccess.getEnumerationTypeAccess().getLiteralsEnumLiteralParserRuleCall_5_0_0());
- pushFollow(FOLLOW_22);
+ pushFollow(FOLLOW_23);
lv_literals_6_0=ruleEnumLiteral();
state._fsp--;
@@ -2351,35 +2306,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:950:2: (otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) ) )*
- loop16:
+ // InternalRoom.g:864:2: (otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) ) )*
+ loop18:
do {
- int alt16=2;
- int LA16_0 = input.LA(1);
+ int alt18=2;
+ int LA18_0 = input.LA(1);
- if ( (LA16_0==26) ) {
- alt16=1;
+ if ( (LA18_0==26) ) {
+ alt18=1;
}
- switch (alt16) {
+ switch (alt18) {
case 1 :
- // InternalRoom.g:950:4: otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) )
+ // InternalRoom.g:864:4: otherlv_7= ',' ( (lv_literals_8_0= ruleEnumLiteral ) )
{
otherlv_7=(Token)match(input,26,FOLLOW_3);
newLeafNode(otherlv_7, grammarAccess.getEnumerationTypeAccess().getCommaKeyword_5_1_0());
- // InternalRoom.g:954:1: ( (lv_literals_8_0= ruleEnumLiteral ) )
- // InternalRoom.g:955:1: (lv_literals_8_0= ruleEnumLiteral )
+ // InternalRoom.g:868:1: ( (lv_literals_8_0= ruleEnumLiteral ) )
+ // InternalRoom.g:869:1: (lv_literals_8_0= ruleEnumLiteral )
{
- // InternalRoom.g:955:1: (lv_literals_8_0= ruleEnumLiteral )
- // InternalRoom.g:956:3: lv_literals_8_0= ruleEnumLiteral
+ // InternalRoom.g:869:1: (lv_literals_8_0= ruleEnumLiteral )
+ // InternalRoom.g:870:3: lv_literals_8_0= ruleEnumLiteral
{
newCompositeNode(grammarAccess.getEnumerationTypeAccess().getLiteralsEnumLiteralParserRuleCall_5_1_1_0());
- pushFollow(FOLLOW_22);
+ pushFollow(FOLLOW_23);
lv_literals_8_0=ruleEnumLiteral();
state._fsp--;
@@ -2406,7 +2361,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop16;
+ break loop18;
}
} while (true);
@@ -2441,7 +2396,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleEnumLiteral"
- // InternalRoom.g:984:1: entryRuleEnumLiteral returns [EObject current=null] : iv_ruleEnumLiteral= ruleEnumLiteral EOF ;
+ // InternalRoom.g:898:1: entryRuleEnumLiteral returns [EObject current=null] : iv_ruleEnumLiteral= ruleEnumLiteral EOF ;
public final EObject entryRuleEnumLiteral() throws RecognitionException {
EObject current = null;
@@ -2449,8 +2404,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:985:2: (iv_ruleEnumLiteral= ruleEnumLiteral EOF )
- // InternalRoom.g:986:2: iv_ruleEnumLiteral= ruleEnumLiteral EOF
+ // InternalRoom.g:899:2: (iv_ruleEnumLiteral= ruleEnumLiteral EOF )
+ // InternalRoom.g:900:2: iv_ruleEnumLiteral= ruleEnumLiteral EOF
{
newCompositeNode(grammarAccess.getEnumLiteralRule());
pushFollow(FOLLOW_1);
@@ -2477,7 +2432,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleEnumLiteral"
- // InternalRoom.g:993:1: ruleEnumLiteral returns [EObject current=null] : ( ( (lv_name_0_0= RULE_ID ) ) (otherlv_1= '=' ( (lv_literal_2_0= ruleIntLiteral ) ) )? ) ;
+ // InternalRoom.g:907:1: ruleEnumLiteral returns [EObject current=null] : ( ( (lv_name_0_0= RULE_ID ) ) (otherlv_1= '=' ( (lv_literal_2_0= ruleIntLiteral ) ) )? ) ;
public final EObject ruleEnumLiteral() throws RecognitionException {
EObject current = null;
@@ -2489,19 +2444,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:996:28: ( ( ( (lv_name_0_0= RULE_ID ) ) (otherlv_1= '=' ( (lv_literal_2_0= ruleIntLiteral ) ) )? ) )
- // InternalRoom.g:997:1: ( ( (lv_name_0_0= RULE_ID ) ) (otherlv_1= '=' ( (lv_literal_2_0= ruleIntLiteral ) ) )? )
+ // InternalRoom.g:910:28: ( ( ( (lv_name_0_0= RULE_ID ) ) (otherlv_1= '=' ( (lv_literal_2_0= ruleIntLiteral ) ) )? ) )
+ // InternalRoom.g:911:1: ( ( (lv_name_0_0= RULE_ID ) ) (otherlv_1= '=' ( (lv_literal_2_0= ruleIntLiteral ) ) )? )
{
- // InternalRoom.g:997:1: ( ( (lv_name_0_0= RULE_ID ) ) (otherlv_1= '=' ( (lv_literal_2_0= ruleIntLiteral ) ) )? )
- // InternalRoom.g:997:2: ( (lv_name_0_0= RULE_ID ) ) (otherlv_1= '=' ( (lv_literal_2_0= ruleIntLiteral ) ) )?
+ // InternalRoom.g:911:1: ( ( (lv_name_0_0= RULE_ID ) ) (otherlv_1= '=' ( (lv_literal_2_0= ruleIntLiteral ) ) )? )
+ // InternalRoom.g:911:2: ( (lv_name_0_0= RULE_ID ) ) (otherlv_1= '=' ( (lv_literal_2_0= ruleIntLiteral ) ) )?
{
- // InternalRoom.g:997:2: ( (lv_name_0_0= RULE_ID ) )
- // InternalRoom.g:998:1: (lv_name_0_0= RULE_ID )
+ // InternalRoom.g:911:2: ( (lv_name_0_0= RULE_ID ) )
+ // InternalRoom.g:912:1: (lv_name_0_0= RULE_ID )
{
- // InternalRoom.g:998:1: (lv_name_0_0= RULE_ID )
- // InternalRoom.g:999:3: lv_name_0_0= RULE_ID
+ // InternalRoom.g:912:1: (lv_name_0_0= RULE_ID )
+ // InternalRoom.g:913:3: lv_name_0_0= RULE_ID
{
- lv_name_0_0=(Token)match(input,RULE_ID,FOLLOW_23);
+ lv_name_0_0=(Token)match(input,RULE_ID,FOLLOW_24);
newLeafNode(lv_name_0_0, grammarAccess.getEnumLiteralAccess().getNameIDTerminalRuleCall_0_0());
@@ -2521,26 +2476,26 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1015:2: (otherlv_1= '=' ( (lv_literal_2_0= ruleIntLiteral ) ) )?
- int alt18=2;
- int LA18_0 = input.LA(1);
+ // InternalRoom.g:929:2: (otherlv_1= '=' ( (lv_literal_2_0= ruleIntLiteral ) ) )?
+ int alt20=2;
+ int LA20_0 = input.LA(1);
- if ( (LA18_0==27) ) {
- alt18=1;
+ if ( (LA20_0==27) ) {
+ alt20=1;
}
- switch (alt18) {
+ switch (alt20) {
case 1 :
- // InternalRoom.g:1015:4: otherlv_1= '=' ( (lv_literal_2_0= ruleIntLiteral ) )
+ // InternalRoom.g:929:4: otherlv_1= '=' ( (lv_literal_2_0= ruleIntLiteral ) )
{
- otherlv_1=(Token)match(input,27,FOLLOW_24);
+ otherlv_1=(Token)match(input,27,FOLLOW_25);
newLeafNode(otherlv_1, grammarAccess.getEnumLiteralAccess().getEqualsSignKeyword_1_0());
- // InternalRoom.g:1019:1: ( (lv_literal_2_0= ruleIntLiteral ) )
- // InternalRoom.g:1020:1: (lv_literal_2_0= ruleIntLiteral )
+ // InternalRoom.g:933:1: ( (lv_literal_2_0= ruleIntLiteral ) )
+ // InternalRoom.g:934:1: (lv_literal_2_0= ruleIntLiteral )
{
- // InternalRoom.g:1020:1: (lv_literal_2_0= ruleIntLiteral )
- // InternalRoom.g:1021:3: lv_literal_2_0= ruleIntLiteral
+ // InternalRoom.g:934:1: (lv_literal_2_0= ruleIntLiteral )
+ // InternalRoom.g:935:3: lv_literal_2_0= ruleIntLiteral
{
newCompositeNode(grammarAccess.getEnumLiteralAccess().getLiteralIntLiteralParserRuleCall_1_1_0());
@@ -2594,7 +2549,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleExternalType"
- // InternalRoom.g:1045:1: entryRuleExternalType returns [EObject current=null] : iv_ruleExternalType= ruleExternalType EOF ;
+ // InternalRoom.g:959:1: entryRuleExternalType returns [EObject current=null] : iv_ruleExternalType= ruleExternalType EOF ;
public final EObject entryRuleExternalType() throws RecognitionException {
EObject current = null;
@@ -2602,8 +2557,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:1046:2: (iv_ruleExternalType= ruleExternalType EOF )
- // InternalRoom.g:1047:2: iv_ruleExternalType= ruleExternalType EOF
+ // InternalRoom.g:960:2: (iv_ruleExternalType= ruleExternalType EOF )
+ // InternalRoom.g:961:2: iv_ruleExternalType= ruleExternalType EOF
{
newCompositeNode(grammarAccess.getExternalTypeRule());
pushFollow(FOLLOW_1);
@@ -2630,7 +2585,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleExternalType"
- // InternalRoom.g:1054:1: ruleExternalType returns [EObject current=null] : (otherlv_0= 'ExternalType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '->' ( (lv_targetName_3_0= RULE_STRING ) ) (otherlv_4= 'default' ( (lv_defaultValueLiteral_5_0= RULE_STRING ) ) )? ( (lv_docu_6_0= ruleDocumentation ) )? ) ;
+ // InternalRoom.g:968:1: ruleExternalType returns [EObject current=null] : (otherlv_0= 'ExternalType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '->' ( (lv_targetName_3_0= RULE_STRING ) ) (otherlv_4= 'default' ( (lv_defaultValueLiteral_5_0= RULE_STRING ) ) )? ( (lv_docu_6_0= ruleDocumentation ) )? ) ;
public final EObject ruleExternalType() throws RecognitionException {
EObject current = null;
@@ -2646,23 +2601,23 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:1057:28: ( (otherlv_0= 'ExternalType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '->' ( (lv_targetName_3_0= RULE_STRING ) ) (otherlv_4= 'default' ( (lv_defaultValueLiteral_5_0= RULE_STRING ) ) )? ( (lv_docu_6_0= ruleDocumentation ) )? ) )
- // InternalRoom.g:1058:1: (otherlv_0= 'ExternalType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '->' ( (lv_targetName_3_0= RULE_STRING ) ) (otherlv_4= 'default' ( (lv_defaultValueLiteral_5_0= RULE_STRING ) ) )? ( (lv_docu_6_0= ruleDocumentation ) )? )
+ // InternalRoom.g:971:28: ( (otherlv_0= 'ExternalType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '->' ( (lv_targetName_3_0= RULE_STRING ) ) (otherlv_4= 'default' ( (lv_defaultValueLiteral_5_0= RULE_STRING ) ) )? ( (lv_docu_6_0= ruleDocumentation ) )? ) )
+ // InternalRoom.g:972:1: (otherlv_0= 'ExternalType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '->' ( (lv_targetName_3_0= RULE_STRING ) ) (otherlv_4= 'default' ( (lv_defaultValueLiteral_5_0= RULE_STRING ) ) )? ( (lv_docu_6_0= ruleDocumentation ) )? )
{
- // InternalRoom.g:1058:1: (otherlv_0= 'ExternalType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '->' ( (lv_targetName_3_0= RULE_STRING ) ) (otherlv_4= 'default' ( (lv_defaultValueLiteral_5_0= RULE_STRING ) ) )? ( (lv_docu_6_0= ruleDocumentation ) )? )
- // InternalRoom.g:1058:3: otherlv_0= 'ExternalType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '->' ( (lv_targetName_3_0= RULE_STRING ) ) (otherlv_4= 'default' ( (lv_defaultValueLiteral_5_0= RULE_STRING ) ) )? ( (lv_docu_6_0= ruleDocumentation ) )?
+ // InternalRoom.g:972:1: (otherlv_0= 'ExternalType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '->' ( (lv_targetName_3_0= RULE_STRING ) ) (otherlv_4= 'default' ( (lv_defaultValueLiteral_5_0= RULE_STRING ) ) )? ( (lv_docu_6_0= ruleDocumentation ) )? )
+ // InternalRoom.g:972:3: otherlv_0= 'ExternalType' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '->' ( (lv_targetName_3_0= RULE_STRING ) ) (otherlv_4= 'default' ( (lv_defaultValueLiteral_5_0= RULE_STRING ) ) )? ( (lv_docu_6_0= ruleDocumentation ) )?
{
otherlv_0=(Token)match(input,28,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getExternalTypeAccess().getExternalTypeKeyword_0());
- // InternalRoom.g:1062:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:1063:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:976:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:977:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:1063:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:1064:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:977:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:978:3: lv_name_1_0= RULE_ID
{
- lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_13);
+ lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_14);
newLeafNode(lv_name_1_0, grammarAccess.getExternalTypeAccess().getNameIDTerminalRuleCall_1_0());
@@ -2682,17 +2637,17 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_2=(Token)match(input,20,FOLLOW_14);
+ otherlv_2=(Token)match(input,20,FOLLOW_15);
newLeafNode(otherlv_2, grammarAccess.getExternalTypeAccess().getHyphenMinusGreaterThanSignKeyword_2());
- // InternalRoom.g:1084:1: ( (lv_targetName_3_0= RULE_STRING ) )
- // InternalRoom.g:1085:1: (lv_targetName_3_0= RULE_STRING )
+ // InternalRoom.g:998:1: ( (lv_targetName_3_0= RULE_STRING ) )
+ // InternalRoom.g:999:1: (lv_targetName_3_0= RULE_STRING )
{
- // InternalRoom.g:1085:1: (lv_targetName_3_0= RULE_STRING )
- // InternalRoom.g:1086:3: lv_targetName_3_0= RULE_STRING
+ // InternalRoom.g:999:1: (lv_targetName_3_0= RULE_STRING )
+ // InternalRoom.g:1000:3: lv_targetName_3_0= RULE_STRING
{
- lv_targetName_3_0=(Token)match(input,RULE_STRING,FOLLOW_25);
+ lv_targetName_3_0=(Token)match(input,RULE_STRING,FOLLOW_26);
newLeafNode(lv_targetName_3_0, grammarAccess.getExternalTypeAccess().getTargetNameSTRINGTerminalRuleCall_3_0());
@@ -2712,28 +2667,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1102:2: (otherlv_4= 'default' ( (lv_defaultValueLiteral_5_0= RULE_STRING ) ) )?
- int alt19=2;
- int LA19_0 = input.LA(1);
+ // InternalRoom.g:1016:2: (otherlv_4= 'default' ( (lv_defaultValueLiteral_5_0= RULE_STRING ) ) )?
+ int alt21=2;
+ int LA21_0 = input.LA(1);
- if ( (LA19_0==23) ) {
- alt19=1;
+ if ( (LA21_0==23) ) {
+ alt21=1;
}
- switch (alt19) {
+ switch (alt21) {
case 1 :
- // InternalRoom.g:1102:4: otherlv_4= 'default' ( (lv_defaultValueLiteral_5_0= RULE_STRING ) )
+ // InternalRoom.g:1016:4: otherlv_4= 'default' ( (lv_defaultValueLiteral_5_0= RULE_STRING ) )
{
- otherlv_4=(Token)match(input,23,FOLLOW_14);
+ otherlv_4=(Token)match(input,23,FOLLOW_15);
newLeafNode(otherlv_4, grammarAccess.getExternalTypeAccess().getDefaultKeyword_4_0());
- // InternalRoom.g:1106:1: ( (lv_defaultValueLiteral_5_0= RULE_STRING ) )
- // InternalRoom.g:1107:1: (lv_defaultValueLiteral_5_0= RULE_STRING )
+ // InternalRoom.g:1020:1: ( (lv_defaultValueLiteral_5_0= RULE_STRING ) )
+ // InternalRoom.g:1021:1: (lv_defaultValueLiteral_5_0= RULE_STRING )
{
- // InternalRoom.g:1107:1: (lv_defaultValueLiteral_5_0= RULE_STRING )
- // InternalRoom.g:1108:3: lv_defaultValueLiteral_5_0= RULE_STRING
+ // InternalRoom.g:1021:1: (lv_defaultValueLiteral_5_0= RULE_STRING )
+ // InternalRoom.g:1022:3: lv_defaultValueLiteral_5_0= RULE_STRING
{
- lv_defaultValueLiteral_5_0=(Token)match(input,RULE_STRING,FOLLOW_18);
+ lv_defaultValueLiteral_5_0=(Token)match(input,RULE_STRING,FOLLOW_19);
newLeafNode(lv_defaultValueLiteral_5_0, grammarAccess.getExternalTypeAccess().getDefaultValueLiteralSTRINGTerminalRuleCall_4_1_0());
@@ -2759,19 +2714,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1124:4: ( (lv_docu_6_0= ruleDocumentation ) )?
- int alt20=2;
- int LA20_0 = input.LA(1);
+ // InternalRoom.g:1038:4: ( (lv_docu_6_0= ruleDocumentation ) )?
+ int alt22=2;
+ int LA22_0 = input.LA(1);
- if ( (LA20_0==35) ) {
- alt20=1;
+ if ( (LA22_0==35) ) {
+ alt22=1;
}
- switch (alt20) {
+ switch (alt22) {
case 1 :
- // InternalRoom.g:1125:1: (lv_docu_6_0= ruleDocumentation )
+ // InternalRoom.g:1039:1: (lv_docu_6_0= ruleDocumentation )
{
- // InternalRoom.g:1125:1: (lv_docu_6_0= ruleDocumentation )
- // InternalRoom.g:1126:3: lv_docu_6_0= ruleDocumentation
+ // InternalRoom.g:1039:1: (lv_docu_6_0= ruleDocumentation )
+ // InternalRoom.g:1040:3: lv_docu_6_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getExternalTypeAccess().getDocuDocumentationParserRuleCall_5_0());
@@ -2822,7 +2777,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleDataClass"
- // InternalRoom.g:1150:1: entryRuleDataClass returns [EObject current=null] : iv_ruleDataClass= ruleDataClass EOF ;
+ // InternalRoom.g:1064:1: entryRuleDataClass returns [EObject current=null] : iv_ruleDataClass= ruleDataClass EOF ;
public final EObject entryRuleDataClass() throws RecognitionException {
EObject current = null;
@@ -2830,8 +2785,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:1151:2: (iv_ruleDataClass= ruleDataClass EOF )
- // InternalRoom.g:1152:2: iv_ruleDataClass= ruleDataClass EOF
+ // InternalRoom.g:1065:2: (iv_ruleDataClass= ruleDataClass EOF )
+ // InternalRoom.g:1066:2: iv_ruleDataClass= ruleDataClass EOF
{
newCompositeNode(grammarAccess.getDataClassRule());
pushFollow(FOLLOW_1);
@@ -2858,7 +2813,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleDataClass"
- // InternalRoom.g:1159:1: ruleDataClass returns [EObject current=null] : (otherlv_0= 'DataClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'extends' ( ( ruleFQN ) ) )? otherlv_5= '{' ( (lv_annotations_6_0= ruleAnnotation ) )* (otherlv_7= 'usercode1' ( (lv_userCode1_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode2' ( (lv_userCode2_10_0= ruleDetailCode ) ) )? (otherlv_11= 'usercode3' ( (lv_userCode3_12_0= ruleDetailCode ) ) )? ( ( (lv_operations_13_0= ruleStandardOperation ) ) | ( (lv_structors_14_0= ruleClassStructor ) ) | ( (lv_attributes_15_0= ruleAttribute ) ) )* otherlv_16= '}' ) ;
+ // InternalRoom.g:1073:1: ruleDataClass returns [EObject current=null] : (otherlv_0= 'DataClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'extends' ( ( ruleFQN ) ) )? otherlv_5= '{' ( (lv_annotations_6_0= ruleAnnotation ) )* (otherlv_7= 'usercode1' ( (lv_userCode1_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode2' ( (lv_userCode2_10_0= ruleDetailCode ) ) )? (otherlv_11= 'usercode3' ( (lv_userCode3_12_0= ruleDetailCode ) ) )? ( ( (lv_operations_13_0= ruleStandardOperation ) ) | ( (lv_structors_14_0= ruleClassStructor ) ) | ( (lv_attributes_15_0= ruleAttribute ) ) )* otherlv_16= '}' ) ;
public final EObject ruleDataClass() throws RecognitionException {
EObject current = null;
@@ -2890,23 +2845,23 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:1162:28: ( (otherlv_0= 'DataClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'extends' ( ( ruleFQN ) ) )? otherlv_5= '{' ( (lv_annotations_6_0= ruleAnnotation ) )* (otherlv_7= 'usercode1' ( (lv_userCode1_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode2' ( (lv_userCode2_10_0= ruleDetailCode ) ) )? (otherlv_11= 'usercode3' ( (lv_userCode3_12_0= ruleDetailCode ) ) )? ( ( (lv_operations_13_0= ruleStandardOperation ) ) | ( (lv_structors_14_0= ruleClassStructor ) ) | ( (lv_attributes_15_0= ruleAttribute ) ) )* otherlv_16= '}' ) )
- // InternalRoom.g:1163:1: (otherlv_0= 'DataClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'extends' ( ( ruleFQN ) ) )? otherlv_5= '{' ( (lv_annotations_6_0= ruleAnnotation ) )* (otherlv_7= 'usercode1' ( (lv_userCode1_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode2' ( (lv_userCode2_10_0= ruleDetailCode ) ) )? (otherlv_11= 'usercode3' ( (lv_userCode3_12_0= ruleDetailCode ) ) )? ( ( (lv_operations_13_0= ruleStandardOperation ) ) | ( (lv_structors_14_0= ruleClassStructor ) ) | ( (lv_attributes_15_0= ruleAttribute ) ) )* otherlv_16= '}' )
+ // InternalRoom.g:1076:28: ( (otherlv_0= 'DataClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'extends' ( ( ruleFQN ) ) )? otherlv_5= '{' ( (lv_annotations_6_0= ruleAnnotation ) )* (otherlv_7= 'usercode1' ( (lv_userCode1_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode2' ( (lv_userCode2_10_0= ruleDetailCode ) ) )? (otherlv_11= 'usercode3' ( (lv_userCode3_12_0= ruleDetailCode ) ) )? ( ( (lv_operations_13_0= ruleStandardOperation ) ) | ( (lv_structors_14_0= ruleClassStructor ) ) | ( (lv_attributes_15_0= ruleAttribute ) ) )* otherlv_16= '}' ) )
+ // InternalRoom.g:1077:1: (otherlv_0= 'DataClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'extends' ( ( ruleFQN ) ) )? otherlv_5= '{' ( (lv_annotations_6_0= ruleAnnotation ) )* (otherlv_7= 'usercode1' ( (lv_userCode1_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode2' ( (lv_userCode2_10_0= ruleDetailCode ) ) )? (otherlv_11= 'usercode3' ( (lv_userCode3_12_0= ruleDetailCode ) ) )? ( ( (lv_operations_13_0= ruleStandardOperation ) ) | ( (lv_structors_14_0= ruleClassStructor ) ) | ( (lv_attributes_15_0= ruleAttribute ) ) )* otherlv_16= '}' )
{
- // InternalRoom.g:1163:1: (otherlv_0= 'DataClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'extends' ( ( ruleFQN ) ) )? otherlv_5= '{' ( (lv_annotations_6_0= ruleAnnotation ) )* (otherlv_7= 'usercode1' ( (lv_userCode1_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode2' ( (lv_userCode2_10_0= ruleDetailCode ) ) )? (otherlv_11= 'usercode3' ( (lv_userCode3_12_0= ruleDetailCode ) ) )? ( ( (lv_operations_13_0= ruleStandardOperation ) ) | ( (lv_structors_14_0= ruleClassStructor ) ) | ( (lv_attributes_15_0= ruleAttribute ) ) )* otherlv_16= '}' )
- // InternalRoom.g:1163:3: otherlv_0= 'DataClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'extends' ( ( ruleFQN ) ) )? otherlv_5= '{' ( (lv_annotations_6_0= ruleAnnotation ) )* (otherlv_7= 'usercode1' ( (lv_userCode1_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode2' ( (lv_userCode2_10_0= ruleDetailCode ) ) )? (otherlv_11= 'usercode3' ( (lv_userCode3_12_0= ruleDetailCode ) ) )? ( ( (lv_operations_13_0= ruleStandardOperation ) ) | ( (lv_structors_14_0= ruleClassStructor ) ) | ( (lv_attributes_15_0= ruleAttribute ) ) )* otherlv_16= '}'
+ // InternalRoom.g:1077:1: (otherlv_0= 'DataClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'extends' ( ( ruleFQN ) ) )? otherlv_5= '{' ( (lv_annotations_6_0= ruleAnnotation ) )* (otherlv_7= 'usercode1' ( (lv_userCode1_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode2' ( (lv_userCode2_10_0= ruleDetailCode ) ) )? (otherlv_11= 'usercode3' ( (lv_userCode3_12_0= ruleDetailCode ) ) )? ( ( (lv_operations_13_0= ruleStandardOperation ) ) | ( (lv_structors_14_0= ruleClassStructor ) ) | ( (lv_attributes_15_0= ruleAttribute ) ) )* otherlv_16= '}' )
+ // InternalRoom.g:1077:3: otherlv_0= 'DataClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= 'extends' ( ( ruleFQN ) ) )? otherlv_5= '{' ( (lv_annotations_6_0= ruleAnnotation ) )* (otherlv_7= 'usercode1' ( (lv_userCode1_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode2' ( (lv_userCode2_10_0= ruleDetailCode ) ) )? (otherlv_11= 'usercode3' ( (lv_userCode3_12_0= ruleDetailCode ) ) )? ( ( (lv_operations_13_0= ruleStandardOperation ) ) | ( (lv_structors_14_0= ruleClassStructor ) ) | ( (lv_attributes_15_0= ruleAttribute ) ) )* otherlv_16= '}'
{
otherlv_0=(Token)match(input,29,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getDataClassAccess().getDataClassKeyword_0());
- // InternalRoom.g:1167:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:1168:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:1081:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:1082:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:1168:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:1169:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:1082:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:1083:3: lv_name_1_0= RULE_ID
{
- lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_26);
+ lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_27);
newLeafNode(lv_name_1_0, grammarAccess.getDataClassAccess().getNameIDTerminalRuleCall_1_0());
@@ -2926,24 +2881,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1185:2: ( (lv_docu_2_0= ruleDocumentation ) )?
- int alt21=2;
- int LA21_0 = input.LA(1);
+ // InternalRoom.g:1099:2: ( (lv_docu_2_0= ruleDocumentation ) )?
+ int alt23=2;
+ int LA23_0 = input.LA(1);
- if ( (LA21_0==35) ) {
- alt21=1;
+ if ( (LA23_0==35) ) {
+ alt23=1;
}
- switch (alt21) {
+ switch (alt23) {
case 1 :
- // InternalRoom.g:1186:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:1100:1: (lv_docu_2_0= ruleDocumentation )
{
- // InternalRoom.g:1186:1: (lv_docu_2_0= ruleDocumentation )
- // InternalRoom.g:1187:3: lv_docu_2_0= ruleDocumentation
+ // InternalRoom.g:1100:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:1101:3: lv_docu_2_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getDataClassAccess().getDocuDocumentationParserRuleCall_2_0());
- pushFollow(FOLLOW_27);
+ pushFollow(FOLLOW_28);
lv_docu_2_0=ruleDocumentation();
state._fsp--;
@@ -2968,26 +2923,26 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1203:3: (otherlv_3= 'extends' ( ( ruleFQN ) ) )?
- int alt22=2;
- int LA22_0 = input.LA(1);
+ // InternalRoom.g:1117:3: (otherlv_3= 'extends' ( ( ruleFQN ) ) )?
+ int alt24=2;
+ int LA24_0 = input.LA(1);
- if ( (LA22_0==30) ) {
- alt22=1;
+ if ( (LA24_0==30) ) {
+ alt24=1;
}
- switch (alt22) {
+ switch (alt24) {
case 1 :
- // InternalRoom.g:1203:5: otherlv_3= 'extends' ( ( ruleFQN ) )
+ // InternalRoom.g:1117:5: otherlv_3= 'extends' ( ( ruleFQN ) )
{
otherlv_3=(Token)match(input,30,FOLLOW_3);
newLeafNode(otherlv_3, grammarAccess.getDataClassAccess().getExtendsKeyword_3_0());
- // InternalRoom.g:1207:1: ( ( ruleFQN ) )
- // InternalRoom.g:1208:1: ( ruleFQN )
+ // InternalRoom.g:1121:1: ( ( ruleFQN ) )
+ // InternalRoom.g:1122:1: ( ruleFQN )
{
- // InternalRoom.g:1208:1: ( ruleFQN )
- // InternalRoom.g:1209:3: ruleFQN
+ // InternalRoom.g:1122:1: ( ruleFQN )
+ // InternalRoom.g:1123:3: ruleFQN
{
if (current==null) {
@@ -3017,32 +2972,32 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_5=(Token)match(input,14,FOLLOW_28);
+ otherlv_5=(Token)match(input,14,FOLLOW_29);
newLeafNode(otherlv_5, grammarAccess.getDataClassAccess().getLeftCurlyBracketKeyword_4());
- // InternalRoom.g:1226:1: ( (lv_annotations_6_0= ruleAnnotation ) )*
- loop23:
+ // InternalRoom.g:1140:1: ( (lv_annotations_6_0= ruleAnnotation ) )*
+ loop25:
do {
- int alt23=2;
- int LA23_0 = input.LA(1);
+ int alt25=2;
+ int LA25_0 = input.LA(1);
- if ( (LA23_0==109) ) {
- alt23=1;
+ if ( (LA25_0==109) ) {
+ alt25=1;
}
- switch (alt23) {
+ switch (alt25) {
case 1 :
- // InternalRoom.g:1227:1: (lv_annotations_6_0= ruleAnnotation )
+ // InternalRoom.g:1141:1: (lv_annotations_6_0= ruleAnnotation )
{
- // InternalRoom.g:1227:1: (lv_annotations_6_0= ruleAnnotation )
- // InternalRoom.g:1228:3: lv_annotations_6_0= ruleAnnotation
+ // InternalRoom.g:1141:1: (lv_annotations_6_0= ruleAnnotation )
+ // InternalRoom.g:1142:3: lv_annotations_6_0= ruleAnnotation
{
newCompositeNode(grammarAccess.getDataClassAccess().getAnnotationsAnnotationParserRuleCall_5_0());
- pushFollow(FOLLOW_28);
+ pushFollow(FOLLOW_29);
lv_annotations_6_0=ruleAnnotation();
state._fsp--;
@@ -3066,35 +3021,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop23;
+ break loop25;
}
} while (true);
- // InternalRoom.g:1244:3: (otherlv_7= 'usercode1' ( (lv_userCode1_8_0= ruleDetailCode ) ) )?
- int alt24=2;
- int LA24_0 = input.LA(1);
+ // InternalRoom.g:1158:3: (otherlv_7= 'usercode1' ( (lv_userCode1_8_0= ruleDetailCode ) ) )?
+ int alt26=2;
+ int LA26_0 = input.LA(1);
- if ( (LA24_0==31) ) {
- alt24=1;
+ if ( (LA26_0==31) ) {
+ alt26=1;
}
- switch (alt24) {
+ switch (alt26) {
case 1 :
- // InternalRoom.g:1244:5: otherlv_7= 'usercode1' ( (lv_userCode1_8_0= ruleDetailCode ) )
+ // InternalRoom.g:1158:5: otherlv_7= 'usercode1' ( (lv_userCode1_8_0= ruleDetailCode ) )
{
- otherlv_7=(Token)match(input,31,FOLLOW_29);
+ otherlv_7=(Token)match(input,31,FOLLOW_30);
newLeafNode(otherlv_7, grammarAccess.getDataClassAccess().getUsercode1Keyword_6_0());
- // InternalRoom.g:1248:1: ( (lv_userCode1_8_0= ruleDetailCode ) )
- // InternalRoom.g:1249:1: (lv_userCode1_8_0= ruleDetailCode )
+ // InternalRoom.g:1162:1: ( (lv_userCode1_8_0= ruleDetailCode ) )
+ // InternalRoom.g:1163:1: (lv_userCode1_8_0= ruleDetailCode )
{
- // InternalRoom.g:1249:1: (lv_userCode1_8_0= ruleDetailCode )
- // InternalRoom.g:1250:3: lv_userCode1_8_0= ruleDetailCode
+ // InternalRoom.g:1163:1: (lv_userCode1_8_0= ruleDetailCode )
+ // InternalRoom.g:1164:3: lv_userCode1_8_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getDataClassAccess().getUserCode1DetailCodeParserRuleCall_6_1_0());
- pushFollow(FOLLOW_30);
+ pushFollow(FOLLOW_31);
lv_userCode1_8_0=ruleDetailCode();
state._fsp--;
@@ -3122,31 +3077,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1266:4: (otherlv_9= 'usercode2' ( (lv_userCode2_10_0= ruleDetailCode ) ) )?
- int alt25=2;
- int LA25_0 = input.LA(1);
+ // InternalRoom.g:1180:4: (otherlv_9= 'usercode2' ( (lv_userCode2_10_0= ruleDetailCode ) ) )?
+ int alt27=2;
+ int LA27_0 = input.LA(1);
- if ( (LA25_0==32) ) {
- alt25=1;
+ if ( (LA27_0==32) ) {
+ alt27=1;
}
- switch (alt25) {
+ switch (alt27) {
case 1 :
- // InternalRoom.g:1266:6: otherlv_9= 'usercode2' ( (lv_userCode2_10_0= ruleDetailCode ) )
+ // InternalRoom.g:1180:6: otherlv_9= 'usercode2' ( (lv_userCode2_10_0= ruleDetailCode ) )
{
- otherlv_9=(Token)match(input,32,FOLLOW_31);
+ otherlv_9=(Token)match(input,32,FOLLOW_32);
newLeafNode(otherlv_9, grammarAccess.getDataClassAccess().getUsercode2Keyword_7_0());
- // InternalRoom.g:1270:1: ( (lv_userCode2_10_0= ruleDetailCode ) )
- // InternalRoom.g:1271:1: (lv_userCode2_10_0= ruleDetailCode )
+ // InternalRoom.g:1184:1: ( (lv_userCode2_10_0= ruleDetailCode ) )
+ // InternalRoom.g:1185:1: (lv_userCode2_10_0= ruleDetailCode )
{
- // InternalRoom.g:1271:1: (lv_userCode2_10_0= ruleDetailCode )
- // InternalRoom.g:1272:3: lv_userCode2_10_0= ruleDetailCode
+ // InternalRoom.g:1185:1: (lv_userCode2_10_0= ruleDetailCode )
+ // InternalRoom.g:1186:3: lv_userCode2_10_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getDataClassAccess().getUserCode2DetailCodeParserRuleCall_7_1_0());
- pushFollow(FOLLOW_32);
+ pushFollow(FOLLOW_33);
lv_userCode2_10_0=ruleDetailCode();
state._fsp--;
@@ -3174,31 +3129,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1288:4: (otherlv_11= 'usercode3' ( (lv_userCode3_12_0= ruleDetailCode ) ) )?
- int alt26=2;
- int LA26_0 = input.LA(1);
+ // InternalRoom.g:1202:4: (otherlv_11= 'usercode3' ( (lv_userCode3_12_0= ruleDetailCode ) ) )?
+ int alt28=2;
+ int LA28_0 = input.LA(1);
- if ( (LA26_0==33) ) {
- alt26=1;
+ if ( (LA28_0==33) ) {
+ alt28=1;
}
- switch (alt26) {
+ switch (alt28) {
case 1 :
- // InternalRoom.g:1288:6: otherlv_11= 'usercode3' ( (lv_userCode3_12_0= ruleDetailCode ) )
+ // InternalRoom.g:1202:6: otherlv_11= 'usercode3' ( (lv_userCode3_12_0= ruleDetailCode ) )
{
- otherlv_11=(Token)match(input,33,FOLLOW_33);
+ otherlv_11=(Token)match(input,33,FOLLOW_34);
newLeafNode(otherlv_11, grammarAccess.getDataClassAccess().getUsercode3Keyword_8_0());
- // InternalRoom.g:1292:1: ( (lv_userCode3_12_0= ruleDetailCode ) )
- // InternalRoom.g:1293:1: (lv_userCode3_12_0= ruleDetailCode )
+ // InternalRoom.g:1206:1: ( (lv_userCode3_12_0= ruleDetailCode ) )
+ // InternalRoom.g:1207:1: (lv_userCode3_12_0= ruleDetailCode )
{
- // InternalRoom.g:1293:1: (lv_userCode3_12_0= ruleDetailCode )
- // InternalRoom.g:1294:3: lv_userCode3_12_0= ruleDetailCode
+ // InternalRoom.g:1207:1: (lv_userCode3_12_0= ruleDetailCode )
+ // InternalRoom.g:1208:3: lv_userCode3_12_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getDataClassAccess().getUserCode3DetailCodeParserRuleCall_8_1_0());
- pushFollow(FOLLOW_34);
+ pushFollow(FOLLOW_35);
lv_userCode3_12_0=ruleDetailCode();
state._fsp--;
@@ -3226,45 +3181,45 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1310:4: ( ( (lv_operations_13_0= ruleStandardOperation ) ) | ( (lv_structors_14_0= ruleClassStructor ) ) | ( (lv_attributes_15_0= ruleAttribute ) ) )*
- loop27:
+ // InternalRoom.g:1224:4: ( ( (lv_operations_13_0= ruleStandardOperation ) ) | ( (lv_structors_14_0= ruleClassStructor ) ) | ( (lv_attributes_15_0= ruleAttribute ) ) )*
+ loop29:
do {
- int alt27=4;
+ int alt29=4;
switch ( input.LA(1) ) {
case 37:
case 38:
{
- alt27=1;
+ alt29=1;
}
break;
case 41:
case 42:
{
- alt27=2;
+ alt29=2;
}
break;
case 34:
{
- alt27=3;
+ alt29=3;
}
break;
}
- switch (alt27) {
+ switch (alt29) {
case 1 :
- // InternalRoom.g:1310:5: ( (lv_operations_13_0= ruleStandardOperation ) )
+ // InternalRoom.g:1224:5: ( (lv_operations_13_0= ruleStandardOperation ) )
{
- // InternalRoom.g:1310:5: ( (lv_operations_13_0= ruleStandardOperation ) )
- // InternalRoom.g:1311:1: (lv_operations_13_0= ruleStandardOperation )
+ // InternalRoom.g:1224:5: ( (lv_operations_13_0= ruleStandardOperation ) )
+ // InternalRoom.g:1225:1: (lv_operations_13_0= ruleStandardOperation )
{
- // InternalRoom.g:1311:1: (lv_operations_13_0= ruleStandardOperation )
- // InternalRoom.g:1312:3: lv_operations_13_0= ruleStandardOperation
+ // InternalRoom.g:1225:1: (lv_operations_13_0= ruleStandardOperation )
+ // InternalRoom.g:1226:3: lv_operations_13_0= ruleStandardOperation
{
newCompositeNode(grammarAccess.getDataClassAccess().getOperationsStandardOperationParserRuleCall_9_0_0());
- pushFollow(FOLLOW_34);
+ pushFollow(FOLLOW_35);
lv_operations_13_0=ruleStandardOperation();
state._fsp--;
@@ -3290,18 +3245,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:1329:6: ( (lv_structors_14_0= ruleClassStructor ) )
+ // InternalRoom.g:1243:6: ( (lv_structors_14_0= ruleClassStructor ) )
{
- // InternalRoom.g:1329:6: ( (lv_structors_14_0= ruleClassStructor ) )
- // InternalRoom.g:1330:1: (lv_structors_14_0= ruleClassStructor )
+ // InternalRoom.g:1243:6: ( (lv_structors_14_0= ruleClassStructor ) )
+ // InternalRoom.g:1244:1: (lv_structors_14_0= ruleClassStructor )
{
- // InternalRoom.g:1330:1: (lv_structors_14_0= ruleClassStructor )
- // InternalRoom.g:1331:3: lv_structors_14_0= ruleClassStructor
+ // InternalRoom.g:1244:1: (lv_structors_14_0= ruleClassStructor )
+ // InternalRoom.g:1245:3: lv_structors_14_0= ruleClassStructor
{
newCompositeNode(grammarAccess.getDataClassAccess().getStructorsClassStructorParserRuleCall_9_1_0());
- pushFollow(FOLLOW_34);
+ pushFollow(FOLLOW_35);
lv_structors_14_0=ruleClassStructor();
state._fsp--;
@@ -3327,18 +3282,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:1348:6: ( (lv_attributes_15_0= ruleAttribute ) )
+ // InternalRoom.g:1262:6: ( (lv_attributes_15_0= ruleAttribute ) )
{
- // InternalRoom.g:1348:6: ( (lv_attributes_15_0= ruleAttribute ) )
- // InternalRoom.g:1349:1: (lv_attributes_15_0= ruleAttribute )
+ // InternalRoom.g:1262:6: ( (lv_attributes_15_0= ruleAttribute ) )
+ // InternalRoom.g:1263:1: (lv_attributes_15_0= ruleAttribute )
{
- // InternalRoom.g:1349:1: (lv_attributes_15_0= ruleAttribute )
- // InternalRoom.g:1350:3: lv_attributes_15_0= ruleAttribute
+ // InternalRoom.g:1263:1: (lv_attributes_15_0= ruleAttribute )
+ // InternalRoom.g:1264:3: lv_attributes_15_0= ruleAttribute
{
newCompositeNode(grammarAccess.getDataClassAccess().getAttributesAttributeParserRuleCall_9_2_0());
- pushFollow(FOLLOW_34);
+ pushFollow(FOLLOW_35);
lv_attributes_15_0=ruleAttribute();
state._fsp--;
@@ -3365,7 +3320,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop27;
+ break loop29;
}
} while (true);
@@ -3394,7 +3349,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleAttribute"
- // InternalRoom.g:1378:1: entryRuleAttribute returns [EObject current=null] : iv_ruleAttribute= ruleAttribute EOF ;
+ // InternalRoom.g:1292:1: entryRuleAttribute returns [EObject current=null] : iv_ruleAttribute= ruleAttribute EOF ;
public final EObject entryRuleAttribute() throws RecognitionException {
EObject current = null;
@@ -3402,8 +3357,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:1379:2: (iv_ruleAttribute= ruleAttribute EOF )
- // InternalRoom.g:1380:2: iv_ruleAttribute= ruleAttribute EOF
+ // InternalRoom.g:1293:2: (iv_ruleAttribute= ruleAttribute EOF )
+ // InternalRoom.g:1294:2: iv_ruleAttribute= ruleAttribute EOF
{
newCompositeNode(grammarAccess.getAttributeRule());
pushFollow(FOLLOW_1);
@@ -3430,7 +3385,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleAttribute"
- // InternalRoom.g:1387:1: ruleAttribute returns [EObject current=null] : (otherlv_0= 'Attribute' ( (lv_name_1_0= RULE_ID ) ) (otherlv_2= '[' ( (lv_size_3_0= RULE_INT ) ) otherlv_4= ']' )? otherlv_5= ':' ( (lv_type_6_0= ruleRefableType ) )? (otherlv_7= '=' ( (lv_defaultValueLiteral_8_0= RULE_STRING ) ) )? ( (lv_docu_9_0= ruleDocumentation ) )? ) ;
+ // InternalRoom.g:1301:1: ruleAttribute returns [EObject current=null] : (otherlv_0= 'Attribute' ( (lv_name_1_0= RULE_ID ) ) (otherlv_2= '[' ( (lv_size_3_0= RULE_INT ) ) otherlv_4= ']' )? otherlv_5= ':' ( (lv_type_6_0= ruleRefableType ) )? (otherlv_7= '=' ( (lv_defaultValueLiteral_8_0= RULE_STRING ) ) )? ( (lv_docu_9_0= ruleDocumentation ) )? ) ;
public final EObject ruleAttribute() throws RecognitionException {
EObject current = null;
@@ -3450,23 +3405,23 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:1390:28: ( (otherlv_0= 'Attribute' ( (lv_name_1_0= RULE_ID ) ) (otherlv_2= '[' ( (lv_size_3_0= RULE_INT ) ) otherlv_4= ']' )? otherlv_5= ':' ( (lv_type_6_0= ruleRefableType ) )? (otherlv_7= '=' ( (lv_defaultValueLiteral_8_0= RULE_STRING ) ) )? ( (lv_docu_9_0= ruleDocumentation ) )? ) )
- // InternalRoom.g:1391:1: (otherlv_0= 'Attribute' ( (lv_name_1_0= RULE_ID ) ) (otherlv_2= '[' ( (lv_size_3_0= RULE_INT ) ) otherlv_4= ']' )? otherlv_5= ':' ( (lv_type_6_0= ruleRefableType ) )? (otherlv_7= '=' ( (lv_defaultValueLiteral_8_0= RULE_STRING ) ) )? ( (lv_docu_9_0= ruleDocumentation ) )? )
+ // InternalRoom.g:1304:28: ( (otherlv_0= 'Attribute' ( (lv_name_1_0= RULE_ID ) ) (otherlv_2= '[' ( (lv_size_3_0= RULE_INT ) ) otherlv_4= ']' )? otherlv_5= ':' ( (lv_type_6_0= ruleRefableType ) )? (otherlv_7= '=' ( (lv_defaultValueLiteral_8_0= RULE_STRING ) ) )? ( (lv_docu_9_0= ruleDocumentation ) )? ) )
+ // InternalRoom.g:1305:1: (otherlv_0= 'Attribute' ( (lv_name_1_0= RULE_ID ) ) (otherlv_2= '[' ( (lv_size_3_0= RULE_INT ) ) otherlv_4= ']' )? otherlv_5= ':' ( (lv_type_6_0= ruleRefableType ) )? (otherlv_7= '=' ( (lv_defaultValueLiteral_8_0= RULE_STRING ) ) )? ( (lv_docu_9_0= ruleDocumentation ) )? )
{
- // InternalRoom.g:1391:1: (otherlv_0= 'Attribute' ( (lv_name_1_0= RULE_ID ) ) (otherlv_2= '[' ( (lv_size_3_0= RULE_INT ) ) otherlv_4= ']' )? otherlv_5= ':' ( (lv_type_6_0= ruleRefableType ) )? (otherlv_7= '=' ( (lv_defaultValueLiteral_8_0= RULE_STRING ) ) )? ( (lv_docu_9_0= ruleDocumentation ) )? )
- // InternalRoom.g:1391:3: otherlv_0= 'Attribute' ( (lv_name_1_0= RULE_ID ) ) (otherlv_2= '[' ( (lv_size_3_0= RULE_INT ) ) otherlv_4= ']' )? otherlv_5= ':' ( (lv_type_6_0= ruleRefableType ) )? (otherlv_7= '=' ( (lv_defaultValueLiteral_8_0= RULE_STRING ) ) )? ( (lv_docu_9_0= ruleDocumentation ) )?
+ // InternalRoom.g:1305:1: (otherlv_0= 'Attribute' ( (lv_name_1_0= RULE_ID ) ) (otherlv_2= '[' ( (lv_size_3_0= RULE_INT ) ) otherlv_4= ']' )? otherlv_5= ':' ( (lv_type_6_0= ruleRefableType ) )? (otherlv_7= '=' ( (lv_defaultValueLiteral_8_0= RULE_STRING ) ) )? ( (lv_docu_9_0= ruleDocumentation ) )? )
+ // InternalRoom.g:1305:3: otherlv_0= 'Attribute' ( (lv_name_1_0= RULE_ID ) ) (otherlv_2= '[' ( (lv_size_3_0= RULE_INT ) ) otherlv_4= ']' )? otherlv_5= ':' ( (lv_type_6_0= ruleRefableType ) )? (otherlv_7= '=' ( (lv_defaultValueLiteral_8_0= RULE_STRING ) ) )? ( (lv_docu_9_0= ruleDocumentation ) )?
{
otherlv_0=(Token)match(input,34,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getAttributeAccess().getAttributeKeyword_0());
- // InternalRoom.g:1395:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:1396:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:1309:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:1310:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:1396:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:1397:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:1310:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:1311:3: lv_name_1_0= RULE_ID
{
- lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_35);
+ lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_36);
newLeafNode(lv_name_1_0, grammarAccess.getAttributeAccess().getNameIDTerminalRuleCall_1_0());
@@ -3486,28 +3441,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1413:2: (otherlv_2= '[' ( (lv_size_3_0= RULE_INT ) ) otherlv_4= ']' )?
- int alt28=2;
- int LA28_0 = input.LA(1);
+ // InternalRoom.g:1327:2: (otherlv_2= '[' ( (lv_size_3_0= RULE_INT ) ) otherlv_4= ']' )?
+ int alt30=2;
+ int LA30_0 = input.LA(1);
- if ( (LA28_0==35) ) {
- alt28=1;
+ if ( (LA30_0==35) ) {
+ alt30=1;
}
- switch (alt28) {
+ switch (alt30) {
case 1 :
- // InternalRoom.g:1413:4: otherlv_2= '[' ( (lv_size_3_0= RULE_INT ) ) otherlv_4= ']'
+ // InternalRoom.g:1327:4: otherlv_2= '[' ( (lv_size_3_0= RULE_INT ) ) otherlv_4= ']'
{
- otherlv_2=(Token)match(input,35,FOLLOW_36);
+ otherlv_2=(Token)match(input,35,FOLLOW_37);
newLeafNode(otherlv_2, grammarAccess.getAttributeAccess().getLeftSquareBracketKeyword_2_0());
- // InternalRoom.g:1417:1: ( (lv_size_3_0= RULE_INT ) )
- // InternalRoom.g:1418:1: (lv_size_3_0= RULE_INT )
+ // InternalRoom.g:1331:1: ( (lv_size_3_0= RULE_INT ) )
+ // InternalRoom.g:1332:1: (lv_size_3_0= RULE_INT )
{
- // InternalRoom.g:1418:1: (lv_size_3_0= RULE_INT )
- // InternalRoom.g:1419:3: lv_size_3_0= RULE_INT
+ // InternalRoom.g:1332:1: (lv_size_3_0= RULE_INT )
+ // InternalRoom.g:1333:3: lv_size_3_0= RULE_INT
{
- lv_size_3_0=(Token)match(input,RULE_INT,FOLLOW_37);
+ lv_size_3_0=(Token)match(input,RULE_INT,FOLLOW_38);
newLeafNode(lv_size_3_0, grammarAccess.getAttributeAccess().getSizeINTTerminalRuleCall_2_1_0());
@@ -3527,7 +3482,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_4=(Token)match(input,36,FOLLOW_9);
+ otherlv_4=(Token)match(input,36,FOLLOW_10);
newLeafNode(otherlv_4, grammarAccess.getAttributeAccess().getRightSquareBracketKeyword_2_2());
@@ -3537,28 +3492,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_5=(Token)match(input,16,FOLLOW_38);
+ otherlv_5=(Token)match(input,16,FOLLOW_39);
newLeafNode(otherlv_5, grammarAccess.getAttributeAccess().getColonKeyword_3());
- // InternalRoom.g:1443:1: ( (lv_type_6_0= ruleRefableType ) )?
- int alt29=2;
- int LA29_0 = input.LA(1);
+ // InternalRoom.g:1357:1: ( (lv_type_6_0= ruleRefableType ) )?
+ int alt31=2;
+ int LA31_0 = input.LA(1);
- if ( (LA29_0==RULE_ID) ) {
- alt29=1;
+ if ( (LA31_0==RULE_ID) ) {
+ alt31=1;
}
- switch (alt29) {
+ switch (alt31) {
case 1 :
- // InternalRoom.g:1444:1: (lv_type_6_0= ruleRefableType )
+ // InternalRoom.g:1358:1: (lv_type_6_0= ruleRefableType )
{
- // InternalRoom.g:1444:1: (lv_type_6_0= ruleRefableType )
- // InternalRoom.g:1445:3: lv_type_6_0= ruleRefableType
+ // InternalRoom.g:1358:1: (lv_type_6_0= ruleRefableType )
+ // InternalRoom.g:1359:3: lv_type_6_0= ruleRefableType
{
newCompositeNode(grammarAccess.getAttributeAccess().getTypeRefableTypeParserRuleCall_4_0());
- pushFollow(FOLLOW_39);
+ pushFollow(FOLLOW_40);
lv_type_6_0=ruleRefableType();
state._fsp--;
@@ -3583,28 +3538,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1461:3: (otherlv_7= '=' ( (lv_defaultValueLiteral_8_0= RULE_STRING ) ) )?
- int alt30=2;
- int LA30_0 = input.LA(1);
+ // InternalRoom.g:1375:3: (otherlv_7= '=' ( (lv_defaultValueLiteral_8_0= RULE_STRING ) ) )?
+ int alt32=2;
+ int LA32_0 = input.LA(1);
- if ( (LA30_0==27) ) {
- alt30=1;
+ if ( (LA32_0==27) ) {
+ alt32=1;
}
- switch (alt30) {
+ switch (alt32) {
case 1 :
- // InternalRoom.g:1461:5: otherlv_7= '=' ( (lv_defaultValueLiteral_8_0= RULE_STRING ) )
+ // InternalRoom.g:1375:5: otherlv_7= '=' ( (lv_defaultValueLiteral_8_0= RULE_STRING ) )
{
- otherlv_7=(Token)match(input,27,FOLLOW_14);
+ otherlv_7=(Token)match(input,27,FOLLOW_15);
newLeafNode(otherlv_7, grammarAccess.getAttributeAccess().getEqualsSignKeyword_5_0());
- // InternalRoom.g:1465:1: ( (lv_defaultValueLiteral_8_0= RULE_STRING ) )
- // InternalRoom.g:1466:1: (lv_defaultValueLiteral_8_0= RULE_STRING )
+ // InternalRoom.g:1379:1: ( (lv_defaultValueLiteral_8_0= RULE_STRING ) )
+ // InternalRoom.g:1380:1: (lv_defaultValueLiteral_8_0= RULE_STRING )
{
- // InternalRoom.g:1466:1: (lv_defaultValueLiteral_8_0= RULE_STRING )
- // InternalRoom.g:1467:3: lv_defaultValueLiteral_8_0= RULE_STRING
+ // InternalRoom.g:1380:1: (lv_defaultValueLiteral_8_0= RULE_STRING )
+ // InternalRoom.g:1381:3: lv_defaultValueLiteral_8_0= RULE_STRING
{
- lv_defaultValueLiteral_8_0=(Token)match(input,RULE_STRING,FOLLOW_18);
+ lv_defaultValueLiteral_8_0=(Token)match(input,RULE_STRING,FOLLOW_19);
newLeafNode(lv_defaultValueLiteral_8_0, grammarAccess.getAttributeAccess().getDefaultValueLiteralSTRINGTerminalRuleCall_5_1_0());
@@ -3630,19 +3585,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1483:4: ( (lv_docu_9_0= ruleDocumentation ) )?
- int alt31=2;
- int LA31_0 = input.LA(1);
+ // InternalRoom.g:1397:4: ( (lv_docu_9_0= ruleDocumentation ) )?
+ int alt33=2;
+ int LA33_0 = input.LA(1);
- if ( (LA31_0==35) ) {
- alt31=1;
+ if ( (LA33_0==35) ) {
+ alt33=1;
}
- switch (alt31) {
+ switch (alt33) {
case 1 :
- // InternalRoom.g:1484:1: (lv_docu_9_0= ruleDocumentation )
+ // InternalRoom.g:1398:1: (lv_docu_9_0= ruleDocumentation )
{
- // InternalRoom.g:1484:1: (lv_docu_9_0= ruleDocumentation )
- // InternalRoom.g:1485:3: lv_docu_9_0= ruleDocumentation
+ // InternalRoom.g:1398:1: (lv_docu_9_0= ruleDocumentation )
+ // InternalRoom.g:1399:3: lv_docu_9_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getAttributeAccess().getDocuDocumentationParserRuleCall_6_0());
@@ -3693,7 +3648,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleStandardOperation"
- // InternalRoom.g:1511:1: entryRuleStandardOperation returns [EObject current=null] : iv_ruleStandardOperation= ruleStandardOperation EOF ;
+ // InternalRoom.g:1425:1: entryRuleStandardOperation returns [EObject current=null] : iv_ruleStandardOperation= ruleStandardOperation EOF ;
public final EObject entryRuleStandardOperation() throws RecognitionException {
EObject current = null;
@@ -3701,8 +3656,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:1512:2: (iv_ruleStandardOperation= ruleStandardOperation EOF )
- // InternalRoom.g:1513:2: iv_ruleStandardOperation= ruleStandardOperation EOF
+ // InternalRoom.g:1426:2: (iv_ruleStandardOperation= ruleStandardOperation EOF )
+ // InternalRoom.g:1427:2: iv_ruleStandardOperation= ruleStandardOperation EOF
{
newCompositeNode(grammarAccess.getStandardOperationRule());
pushFollow(FOLLOW_1);
@@ -3729,7 +3684,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleStandardOperation"
- // InternalRoom.g:1520:1: ruleStandardOperation returns [EObject current=null] : ( ( (lv_override_0_0= 'override' ) )? otherlv_1= 'Operation' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= '(' ( ( (lv_arguments_4_0= ruleVarDecl ) ) (otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) ) )* )? otherlv_7= ')' (otherlv_8= ':' (otherlv_9= 'void' | ( (lv_returnType_10_0= ruleRefableType ) ) ) )? ( (lv_docu_11_0= ruleDocumentation ) )? ( (lv_detailCode_12_0= ruleDetailCode ) ) ) ;
+ // InternalRoom.g:1434:1: ruleStandardOperation returns [EObject current=null] : ( ( (lv_override_0_0= 'override' ) )? otherlv_1= 'Operation' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= '(' ( ( (lv_arguments_4_0= ruleVarDecl ) ) (otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) ) )* )? otherlv_7= ')' (otherlv_8= ':' (otherlv_9= 'void' | ( (lv_returnType_10_0= ruleRefableType ) ) ) )? ( (lv_docu_11_0= ruleDocumentation ) )? ( (lv_detailCode_12_0= ruleDetailCode ) ) ) ;
public final EObject ruleStandardOperation() throws RecognitionException {
EObject current = null;
@@ -3755,27 +3710,27 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:1523:28: ( ( ( (lv_override_0_0= 'override' ) )? otherlv_1= 'Operation' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= '(' ( ( (lv_arguments_4_0= ruleVarDecl ) ) (otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) ) )* )? otherlv_7= ')' (otherlv_8= ':' (otherlv_9= 'void' | ( (lv_returnType_10_0= ruleRefableType ) ) ) )? ( (lv_docu_11_0= ruleDocumentation ) )? ( (lv_detailCode_12_0= ruleDetailCode ) ) ) )
- // InternalRoom.g:1524:1: ( ( (lv_override_0_0= 'override' ) )? otherlv_1= 'Operation' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= '(' ( ( (lv_arguments_4_0= ruleVarDecl ) ) (otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) ) )* )? otherlv_7= ')' (otherlv_8= ':' (otherlv_9= 'void' | ( (lv_returnType_10_0= ruleRefableType ) ) ) )? ( (lv_docu_11_0= ruleDocumentation ) )? ( (lv_detailCode_12_0= ruleDetailCode ) ) )
+ // InternalRoom.g:1437:28: ( ( ( (lv_override_0_0= 'override' ) )? otherlv_1= 'Operation' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= '(' ( ( (lv_arguments_4_0= ruleVarDecl ) ) (otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) ) )* )? otherlv_7= ')' (otherlv_8= ':' (otherlv_9= 'void' | ( (lv_returnType_10_0= ruleRefableType ) ) ) )? ( (lv_docu_11_0= ruleDocumentation ) )? ( (lv_detailCode_12_0= ruleDetailCode ) ) ) )
+ // InternalRoom.g:1438:1: ( ( (lv_override_0_0= 'override' ) )? otherlv_1= 'Operation' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= '(' ( ( (lv_arguments_4_0= ruleVarDecl ) ) (otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) ) )* )? otherlv_7= ')' (otherlv_8= ':' (otherlv_9= 'void' | ( (lv_returnType_10_0= ruleRefableType ) ) ) )? ( (lv_docu_11_0= ruleDocumentation ) )? ( (lv_detailCode_12_0= ruleDetailCode ) ) )
{
- // InternalRoom.g:1524:1: ( ( (lv_override_0_0= 'override' ) )? otherlv_1= 'Operation' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= '(' ( ( (lv_arguments_4_0= ruleVarDecl ) ) (otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) ) )* )? otherlv_7= ')' (otherlv_8= ':' (otherlv_9= 'void' | ( (lv_returnType_10_0= ruleRefableType ) ) ) )? ( (lv_docu_11_0= ruleDocumentation ) )? ( (lv_detailCode_12_0= ruleDetailCode ) ) )
- // InternalRoom.g:1524:2: ( (lv_override_0_0= 'override' ) )? otherlv_1= 'Operation' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= '(' ( ( (lv_arguments_4_0= ruleVarDecl ) ) (otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) ) )* )? otherlv_7= ')' (otherlv_8= ':' (otherlv_9= 'void' | ( (lv_returnType_10_0= ruleRefableType ) ) ) )? ( (lv_docu_11_0= ruleDocumentation ) )? ( (lv_detailCode_12_0= ruleDetailCode ) )
+ // InternalRoom.g:1438:1: ( ( (lv_override_0_0= 'override' ) )? otherlv_1= 'Operation' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= '(' ( ( (lv_arguments_4_0= ruleVarDecl ) ) (otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) ) )* )? otherlv_7= ')' (otherlv_8= ':' (otherlv_9= 'void' | ( (lv_returnType_10_0= ruleRefableType ) ) ) )? ( (lv_docu_11_0= ruleDocumentation ) )? ( (lv_detailCode_12_0= ruleDetailCode ) ) )
+ // InternalRoom.g:1438:2: ( (lv_override_0_0= 'override' ) )? otherlv_1= 'Operation' ( (lv_name_2_0= RULE_ID ) ) otherlv_3= '(' ( ( (lv_arguments_4_0= ruleVarDecl ) ) (otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) ) )* )? otherlv_7= ')' (otherlv_8= ':' (otherlv_9= 'void' | ( (lv_returnType_10_0= ruleRefableType ) ) ) )? ( (lv_docu_11_0= ruleDocumentation ) )? ( (lv_detailCode_12_0= ruleDetailCode ) )
{
- // InternalRoom.g:1524:2: ( (lv_override_0_0= 'override' ) )?
- int alt32=2;
- int LA32_0 = input.LA(1);
+ // InternalRoom.g:1438:2: ( (lv_override_0_0= 'override' ) )?
+ int alt34=2;
+ int LA34_0 = input.LA(1);
- if ( (LA32_0==37) ) {
- alt32=1;
+ if ( (LA34_0==37) ) {
+ alt34=1;
}
- switch (alt32) {
+ switch (alt34) {
case 1 :
- // InternalRoom.g:1525:1: (lv_override_0_0= 'override' )
+ // InternalRoom.g:1439:1: (lv_override_0_0= 'override' )
{
- // InternalRoom.g:1525:1: (lv_override_0_0= 'override' )
- // InternalRoom.g:1526:3: lv_override_0_0= 'override'
+ // InternalRoom.g:1439:1: (lv_override_0_0= 'override' )
+ // InternalRoom.g:1440:3: lv_override_0_0= 'override'
{
- lv_override_0_0=(Token)match(input,37,FOLLOW_40);
+ lv_override_0_0=(Token)match(input,37,FOLLOW_41);
newLeafNode(lv_override_0_0, grammarAccess.getStandardOperationAccess().getOverrideOverrideKeyword_0_0());
@@ -3798,13 +3753,13 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getStandardOperationAccess().getOperationKeyword_1());
- // InternalRoom.g:1543:1: ( (lv_name_2_0= RULE_ID ) )
- // InternalRoom.g:1544:1: (lv_name_2_0= RULE_ID )
+ // InternalRoom.g:1457:1: ( (lv_name_2_0= RULE_ID ) )
+ // InternalRoom.g:1458:1: (lv_name_2_0= RULE_ID )
{
- // InternalRoom.g:1544:1: (lv_name_2_0= RULE_ID )
- // InternalRoom.g:1545:3: lv_name_2_0= RULE_ID
+ // InternalRoom.g:1458:1: (lv_name_2_0= RULE_ID )
+ // InternalRoom.g:1459:3: lv_name_2_0= RULE_ID
{
- lv_name_2_0=(Token)match(input,RULE_ID,FOLLOW_41);
+ lv_name_2_0=(Token)match(input,RULE_ID,FOLLOW_42);
newLeafNode(lv_name_2_0, grammarAccess.getStandardOperationAccess().getNameIDTerminalRuleCall_2_0());
@@ -3824,31 +3779,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_3=(Token)match(input,21,FOLLOW_42);
+ otherlv_3=(Token)match(input,21,FOLLOW_43);
newLeafNode(otherlv_3, grammarAccess.getStandardOperationAccess().getLeftParenthesisKeyword_3());
- // InternalRoom.g:1565:1: ( ( (lv_arguments_4_0= ruleVarDecl ) ) (otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) ) )* )?
- int alt34=2;
- int LA34_0 = input.LA(1);
+ // InternalRoom.g:1479:1: ( ( (lv_arguments_4_0= ruleVarDecl ) ) (otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) ) )* )?
+ int alt36=2;
+ int LA36_0 = input.LA(1);
- if ( (LA34_0==RULE_ID) ) {
- alt34=1;
+ if ( (LA36_0==RULE_ID) ) {
+ alt36=1;
}
- switch (alt34) {
+ switch (alt36) {
case 1 :
- // InternalRoom.g:1565:2: ( (lv_arguments_4_0= ruleVarDecl ) ) (otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) ) )*
+ // InternalRoom.g:1479:2: ( (lv_arguments_4_0= ruleVarDecl ) ) (otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) ) )*
{
- // InternalRoom.g:1565:2: ( (lv_arguments_4_0= ruleVarDecl ) )
- // InternalRoom.g:1566:1: (lv_arguments_4_0= ruleVarDecl )
+ // InternalRoom.g:1479:2: ( (lv_arguments_4_0= ruleVarDecl ) )
+ // InternalRoom.g:1480:1: (lv_arguments_4_0= ruleVarDecl )
{
- // InternalRoom.g:1566:1: (lv_arguments_4_0= ruleVarDecl )
- // InternalRoom.g:1567:3: lv_arguments_4_0= ruleVarDecl
+ // InternalRoom.g:1480:1: (lv_arguments_4_0= ruleVarDecl )
+ // InternalRoom.g:1481:3: lv_arguments_4_0= ruleVarDecl
{
newCompositeNode(grammarAccess.getStandardOperationAccess().getArgumentsVarDeclParserRuleCall_4_0_0());
- pushFollow(FOLLOW_43);
+ pushFollow(FOLLOW_44);
lv_arguments_4_0=ruleVarDecl();
state._fsp--;
@@ -3870,35 +3825,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1583:2: (otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) ) )*
- loop33:
+ // InternalRoom.g:1497:2: (otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) ) )*
+ loop35:
do {
- int alt33=2;
- int LA33_0 = input.LA(1);
+ int alt35=2;
+ int LA35_0 = input.LA(1);
- if ( (LA33_0==26) ) {
- alt33=1;
+ if ( (LA35_0==26) ) {
+ alt35=1;
}
- switch (alt33) {
+ switch (alt35) {
case 1 :
- // InternalRoom.g:1583:4: otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) )
+ // InternalRoom.g:1497:4: otherlv_5= ',' ( (lv_arguments_6_0= ruleVarDecl ) )
{
otherlv_5=(Token)match(input,26,FOLLOW_3);
newLeafNode(otherlv_5, grammarAccess.getStandardOperationAccess().getCommaKeyword_4_1_0());
- // InternalRoom.g:1587:1: ( (lv_arguments_6_0= ruleVarDecl ) )
- // InternalRoom.g:1588:1: (lv_arguments_6_0= ruleVarDecl )
+ // InternalRoom.g:1501:1: ( (lv_arguments_6_0= ruleVarDecl ) )
+ // InternalRoom.g:1502:1: (lv_arguments_6_0= ruleVarDecl )
{
- // InternalRoom.g:1588:1: (lv_arguments_6_0= ruleVarDecl )
- // InternalRoom.g:1589:3: lv_arguments_6_0= ruleVarDecl
+ // InternalRoom.g:1502:1: (lv_arguments_6_0= ruleVarDecl )
+ // InternalRoom.g:1503:3: lv_arguments_6_0= ruleVarDecl
{
newCompositeNode(grammarAccess.getStandardOperationAccess().getArgumentsVarDeclParserRuleCall_4_1_1_0());
- pushFollow(FOLLOW_43);
+ pushFollow(FOLLOW_44);
lv_arguments_6_0=ruleVarDecl();
state._fsp--;
@@ -3925,7 +3880,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop33;
+ break loop35;
}
} while (true);
@@ -3935,46 +3890,46 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_7=(Token)match(input,22,FOLLOW_44);
+ otherlv_7=(Token)match(input,22,FOLLOW_45);
newLeafNode(otherlv_7, grammarAccess.getStandardOperationAccess().getRightParenthesisKeyword_5());
- // InternalRoom.g:1609:1: (otherlv_8= ':' (otherlv_9= 'void' | ( (lv_returnType_10_0= ruleRefableType ) ) ) )?
- int alt36=2;
- int LA36_0 = input.LA(1);
+ // InternalRoom.g:1523:1: (otherlv_8= ':' (otherlv_9= 'void' | ( (lv_returnType_10_0= ruleRefableType ) ) ) )?
+ int alt38=2;
+ int LA38_0 = input.LA(1);
- if ( (LA36_0==16) ) {
- alt36=1;
+ if ( (LA38_0==16) ) {
+ alt38=1;
}
- switch (alt36) {
+ switch (alt38) {
case 1 :
- // InternalRoom.g:1609:3: otherlv_8= ':' (otherlv_9= 'void' | ( (lv_returnType_10_0= ruleRefableType ) ) )
+ // InternalRoom.g:1523:3: otherlv_8= ':' (otherlv_9= 'void' | ( (lv_returnType_10_0= ruleRefableType ) ) )
{
- otherlv_8=(Token)match(input,16,FOLLOW_45);
+ otherlv_8=(Token)match(input,16,FOLLOW_46);
newLeafNode(otherlv_8, grammarAccess.getStandardOperationAccess().getColonKeyword_6_0());
- // InternalRoom.g:1613:1: (otherlv_9= 'void' | ( (lv_returnType_10_0= ruleRefableType ) ) )
- int alt35=2;
- int LA35_0 = input.LA(1);
+ // InternalRoom.g:1527:1: (otherlv_9= 'void' | ( (lv_returnType_10_0= ruleRefableType ) ) )
+ int alt37=2;
+ int LA37_0 = input.LA(1);
- if ( (LA35_0==39) ) {
- alt35=1;
+ if ( (LA37_0==39) ) {
+ alt37=1;
}
- else if ( (LA35_0==RULE_ID) ) {
- alt35=2;
+ else if ( (LA37_0==RULE_ID) ) {
+ alt37=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 35, 0, input);
+ new NoViableAltException("", 37, 0, input);
throw nvae;
}
- switch (alt35) {
+ switch (alt37) {
case 1 :
- // InternalRoom.g:1613:3: otherlv_9= 'void'
+ // InternalRoom.g:1527:3: otherlv_9= 'void'
{
- otherlv_9=(Token)match(input,39,FOLLOW_46);
+ otherlv_9=(Token)match(input,39,FOLLOW_47);
newLeafNode(otherlv_9, grammarAccess.getStandardOperationAccess().getVoidKeyword_6_1_0());
@@ -3982,18 +3937,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:1618:6: ( (lv_returnType_10_0= ruleRefableType ) )
+ // InternalRoom.g:1532:6: ( (lv_returnType_10_0= ruleRefableType ) )
{
- // InternalRoom.g:1618:6: ( (lv_returnType_10_0= ruleRefableType ) )
- // InternalRoom.g:1619:1: (lv_returnType_10_0= ruleRefableType )
+ // InternalRoom.g:1532:6: ( (lv_returnType_10_0= ruleRefableType ) )
+ // InternalRoom.g:1533:1: (lv_returnType_10_0= ruleRefableType )
{
- // InternalRoom.g:1619:1: (lv_returnType_10_0= ruleRefableType )
- // InternalRoom.g:1620:3: lv_returnType_10_0= ruleRefableType
+ // InternalRoom.g:1533:1: (lv_returnType_10_0= ruleRefableType )
+ // InternalRoom.g:1534:3: lv_returnType_10_0= ruleRefableType
{
newCompositeNode(grammarAccess.getStandardOperationAccess().getReturnTypeRefableTypeParserRuleCall_6_1_1_0());
- pushFollow(FOLLOW_46);
+ pushFollow(FOLLOW_47);
lv_returnType_10_0=ruleRefableType();
state._fsp--;
@@ -4027,24 +3982,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1636:5: ( (lv_docu_11_0= ruleDocumentation ) )?
- int alt37=2;
- int LA37_0 = input.LA(1);
+ // InternalRoom.g:1550:5: ( (lv_docu_11_0= ruleDocumentation ) )?
+ int alt39=2;
+ int LA39_0 = input.LA(1);
- if ( (LA37_0==35) ) {
- alt37=1;
+ if ( (LA39_0==35) ) {
+ alt39=1;
}
- switch (alt37) {
+ switch (alt39) {
case 1 :
- // InternalRoom.g:1637:1: (lv_docu_11_0= ruleDocumentation )
+ // InternalRoom.g:1551:1: (lv_docu_11_0= ruleDocumentation )
{
- // InternalRoom.g:1637:1: (lv_docu_11_0= ruleDocumentation )
- // InternalRoom.g:1638:3: lv_docu_11_0= ruleDocumentation
+ // InternalRoom.g:1551:1: (lv_docu_11_0= ruleDocumentation )
+ // InternalRoom.g:1552:3: lv_docu_11_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getStandardOperationAccess().getDocuDocumentationParserRuleCall_7_0());
- pushFollow(FOLLOW_47);
+ pushFollow(FOLLOW_48);
lv_docu_11_0=ruleDocumentation();
state._fsp--;
@@ -4069,11 +4024,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1654:3: ( (lv_detailCode_12_0= ruleDetailCode ) )
- // InternalRoom.g:1655:1: (lv_detailCode_12_0= ruleDetailCode )
+ // InternalRoom.g:1568:3: ( (lv_detailCode_12_0= ruleDetailCode ) )
+ // InternalRoom.g:1569:1: (lv_detailCode_12_0= ruleDetailCode )
{
- // InternalRoom.g:1655:1: (lv_detailCode_12_0= ruleDetailCode )
- // InternalRoom.g:1656:3: lv_detailCode_12_0= ruleDetailCode
+ // InternalRoom.g:1569:1: (lv_detailCode_12_0= ruleDetailCode )
+ // InternalRoom.g:1570:3: lv_detailCode_12_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getStandardOperationAccess().getDetailCodeDetailCodeParserRuleCall_8_0());
@@ -4121,7 +4076,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRulePortOperation"
- // InternalRoom.g:1680:1: entryRulePortOperation returns [EObject current=null] : iv_rulePortOperation= rulePortOperation EOF ;
+ // InternalRoom.g:1594:1: entryRulePortOperation returns [EObject current=null] : iv_rulePortOperation= rulePortOperation EOF ;
public final EObject entryRulePortOperation() throws RecognitionException {
EObject current = null;
@@ -4129,8 +4084,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:1681:2: (iv_rulePortOperation= rulePortOperation EOF )
- // InternalRoom.g:1682:2: iv_rulePortOperation= rulePortOperation EOF
+ // InternalRoom.g:1595:2: (iv_rulePortOperation= rulePortOperation EOF )
+ // InternalRoom.g:1596:2: iv_rulePortOperation= rulePortOperation EOF
{
newCompositeNode(grammarAccess.getPortOperationRule());
pushFollow(FOLLOW_1);
@@ -4157,7 +4112,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "rulePortOperation"
- // InternalRoom.g:1689:1: rulePortOperation returns [EObject current=null] : (otherlv_0= 'Operation' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '(' ( ( (lv_arguments_3_0= ruleVarDecl ) ) (otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) ) )* )? otherlv_6= ')' ( (otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) ) ) | (otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) ) ) )? ( (lv_docu_12_0= ruleDocumentation ) )? ( (lv_detailCode_13_0= ruleDetailCode ) ) ) ;
+ // InternalRoom.g:1603:1: rulePortOperation returns [EObject current=null] : (otherlv_0= 'Operation' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '(' ( ( (lv_arguments_3_0= ruleVarDecl ) ) (otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) ) )* )? otherlv_6= ')' ( (otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) ) ) | (otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) ) ) )? ( (lv_docu_12_0= ruleDocumentation ) )? ( (lv_detailCode_13_0= ruleDetailCode ) ) ) ;
public final EObject rulePortOperation() throws RecognitionException {
EObject current = null;
@@ -4184,23 +4139,23 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:1692:28: ( (otherlv_0= 'Operation' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '(' ( ( (lv_arguments_3_0= ruleVarDecl ) ) (otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) ) )* )? otherlv_6= ')' ( (otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) ) ) | (otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) ) ) )? ( (lv_docu_12_0= ruleDocumentation ) )? ( (lv_detailCode_13_0= ruleDetailCode ) ) ) )
- // InternalRoom.g:1693:1: (otherlv_0= 'Operation' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '(' ( ( (lv_arguments_3_0= ruleVarDecl ) ) (otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) ) )* )? otherlv_6= ')' ( (otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) ) ) | (otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) ) ) )? ( (lv_docu_12_0= ruleDocumentation ) )? ( (lv_detailCode_13_0= ruleDetailCode ) ) )
+ // InternalRoom.g:1606:28: ( (otherlv_0= 'Operation' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '(' ( ( (lv_arguments_3_0= ruleVarDecl ) ) (otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) ) )* )? otherlv_6= ')' ( (otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) ) ) | (otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) ) ) )? ( (lv_docu_12_0= ruleDocumentation ) )? ( (lv_detailCode_13_0= ruleDetailCode ) ) ) )
+ // InternalRoom.g:1607:1: (otherlv_0= 'Operation' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '(' ( ( (lv_arguments_3_0= ruleVarDecl ) ) (otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) ) )* )? otherlv_6= ')' ( (otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) ) ) | (otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) ) ) )? ( (lv_docu_12_0= ruleDocumentation ) )? ( (lv_detailCode_13_0= ruleDetailCode ) ) )
{
- // InternalRoom.g:1693:1: (otherlv_0= 'Operation' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '(' ( ( (lv_arguments_3_0= ruleVarDecl ) ) (otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) ) )* )? otherlv_6= ')' ( (otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) ) ) | (otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) ) ) )? ( (lv_docu_12_0= ruleDocumentation ) )? ( (lv_detailCode_13_0= ruleDetailCode ) ) )
- // InternalRoom.g:1693:3: otherlv_0= 'Operation' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '(' ( ( (lv_arguments_3_0= ruleVarDecl ) ) (otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) ) )* )? otherlv_6= ')' ( (otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) ) ) | (otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) ) ) )? ( (lv_docu_12_0= ruleDocumentation ) )? ( (lv_detailCode_13_0= ruleDetailCode ) )
+ // InternalRoom.g:1607:1: (otherlv_0= 'Operation' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '(' ( ( (lv_arguments_3_0= ruleVarDecl ) ) (otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) ) )* )? otherlv_6= ')' ( (otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) ) ) | (otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) ) ) )? ( (lv_docu_12_0= ruleDocumentation ) )? ( (lv_detailCode_13_0= ruleDetailCode ) ) )
+ // InternalRoom.g:1607:3: otherlv_0= 'Operation' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= '(' ( ( (lv_arguments_3_0= ruleVarDecl ) ) (otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) ) )* )? otherlv_6= ')' ( (otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) ) ) | (otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) ) ) )? ( (lv_docu_12_0= ruleDocumentation ) )? ( (lv_detailCode_13_0= ruleDetailCode ) )
{
otherlv_0=(Token)match(input,38,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getPortOperationAccess().getOperationKeyword_0());
- // InternalRoom.g:1697:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:1698:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:1611:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:1612:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:1698:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:1699:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:1612:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:1613:3: lv_name_1_0= RULE_ID
{
- lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_41);
+ lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_42);
newLeafNode(lv_name_1_0, grammarAccess.getPortOperationAccess().getNameIDTerminalRuleCall_1_0());
@@ -4220,31 +4175,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_2=(Token)match(input,21,FOLLOW_42);
+ otherlv_2=(Token)match(input,21,FOLLOW_43);
newLeafNode(otherlv_2, grammarAccess.getPortOperationAccess().getLeftParenthesisKeyword_2());
- // InternalRoom.g:1719:1: ( ( (lv_arguments_3_0= ruleVarDecl ) ) (otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) ) )* )?
- int alt39=2;
- int LA39_0 = input.LA(1);
+ // InternalRoom.g:1633:1: ( ( (lv_arguments_3_0= ruleVarDecl ) ) (otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) ) )* )?
+ int alt41=2;
+ int LA41_0 = input.LA(1);
- if ( (LA39_0==RULE_ID) ) {
- alt39=1;
+ if ( (LA41_0==RULE_ID) ) {
+ alt41=1;
}
- switch (alt39) {
+ switch (alt41) {
case 1 :
- // InternalRoom.g:1719:2: ( (lv_arguments_3_0= ruleVarDecl ) ) (otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) ) )*
+ // InternalRoom.g:1633:2: ( (lv_arguments_3_0= ruleVarDecl ) ) (otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) ) )*
{
- // InternalRoom.g:1719:2: ( (lv_arguments_3_0= ruleVarDecl ) )
- // InternalRoom.g:1720:1: (lv_arguments_3_0= ruleVarDecl )
+ // InternalRoom.g:1633:2: ( (lv_arguments_3_0= ruleVarDecl ) )
+ // InternalRoom.g:1634:1: (lv_arguments_3_0= ruleVarDecl )
{
- // InternalRoom.g:1720:1: (lv_arguments_3_0= ruleVarDecl )
- // InternalRoom.g:1721:3: lv_arguments_3_0= ruleVarDecl
+ // InternalRoom.g:1634:1: (lv_arguments_3_0= ruleVarDecl )
+ // InternalRoom.g:1635:3: lv_arguments_3_0= ruleVarDecl
{
newCompositeNode(grammarAccess.getPortOperationAccess().getArgumentsVarDeclParserRuleCall_3_0_0());
- pushFollow(FOLLOW_43);
+ pushFollow(FOLLOW_44);
lv_arguments_3_0=ruleVarDecl();
state._fsp--;
@@ -4266,35 +4221,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1737:2: (otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) ) )*
- loop38:
+ // InternalRoom.g:1651:2: (otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) ) )*
+ loop40:
do {
- int alt38=2;
- int LA38_0 = input.LA(1);
+ int alt40=2;
+ int LA40_0 = input.LA(1);
- if ( (LA38_0==26) ) {
- alt38=1;
+ if ( (LA40_0==26) ) {
+ alt40=1;
}
- switch (alt38) {
+ switch (alt40) {
case 1 :
- // InternalRoom.g:1737:4: otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) )
+ // InternalRoom.g:1651:4: otherlv_4= ',' ( (lv_arguments_5_0= ruleVarDecl ) )
{
otherlv_4=(Token)match(input,26,FOLLOW_3);
newLeafNode(otherlv_4, grammarAccess.getPortOperationAccess().getCommaKeyword_3_1_0());
- // InternalRoom.g:1741:1: ( (lv_arguments_5_0= ruleVarDecl ) )
- // InternalRoom.g:1742:1: (lv_arguments_5_0= ruleVarDecl )
+ // InternalRoom.g:1655:1: ( (lv_arguments_5_0= ruleVarDecl ) )
+ // InternalRoom.g:1656:1: (lv_arguments_5_0= ruleVarDecl )
{
- // InternalRoom.g:1742:1: (lv_arguments_5_0= ruleVarDecl )
- // InternalRoom.g:1743:3: lv_arguments_5_0= ruleVarDecl
+ // InternalRoom.g:1656:1: (lv_arguments_5_0= ruleVarDecl )
+ // InternalRoom.g:1657:3: lv_arguments_5_0= ruleVarDecl
{
newCompositeNode(grammarAccess.getPortOperationAccess().getArgumentsVarDeclParserRuleCall_3_1_1_0());
- pushFollow(FOLLOW_43);
+ pushFollow(FOLLOW_44);
lv_arguments_5_0=ruleVarDecl();
state._fsp--;
@@ -4321,7 +4276,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop38;
+ break loop40;
}
} while (true);
@@ -4331,52 +4286,52 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_6=(Token)match(input,22,FOLLOW_48);
+ otherlv_6=(Token)match(input,22,FOLLOW_49);
newLeafNode(otherlv_6, grammarAccess.getPortOperationAccess().getRightParenthesisKeyword_4());
- // InternalRoom.g:1763:1: ( (otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) ) ) | (otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) ) ) )?
- int alt41=3;
- int LA41_0 = input.LA(1);
+ // InternalRoom.g:1677:1: ( (otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) ) ) | (otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) ) ) )?
+ int alt43=3;
+ int LA43_0 = input.LA(1);
- if ( (LA41_0==16) ) {
- alt41=1;
+ if ( (LA43_0==16) ) {
+ alt43=1;
}
- else if ( (LA41_0==40) ) {
- alt41=2;
+ else if ( (LA43_0==40) ) {
+ alt43=2;
}
- switch (alt41) {
+ switch (alt43) {
case 1 :
- // InternalRoom.g:1763:2: (otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) ) )
+ // InternalRoom.g:1677:2: (otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) ) )
{
- // InternalRoom.g:1763:2: (otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) ) )
- // InternalRoom.g:1763:4: otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) )
+ // InternalRoom.g:1677:2: (otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) ) )
+ // InternalRoom.g:1677:4: otherlv_7= ':' (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) )
{
- otherlv_7=(Token)match(input,16,FOLLOW_45);
+ otherlv_7=(Token)match(input,16,FOLLOW_46);
newLeafNode(otherlv_7, grammarAccess.getPortOperationAccess().getColonKeyword_5_0_0());
- // InternalRoom.g:1767:1: (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) )
- int alt40=2;
- int LA40_0 = input.LA(1);
+ // InternalRoom.g:1681:1: (otherlv_8= 'void' | ( (lv_returnType_9_0= ruleRefableType ) ) )
+ int alt42=2;
+ int LA42_0 = input.LA(1);
- if ( (LA40_0==39) ) {
- alt40=1;
+ if ( (LA42_0==39) ) {
+ alt42=1;
}
- else if ( (LA40_0==RULE_ID) ) {
- alt40=2;
+ else if ( (LA42_0==RULE_ID) ) {
+ alt42=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 40, 0, input);
+ new NoViableAltException("", 42, 0, input);
throw nvae;
}
- switch (alt40) {
+ switch (alt42) {
case 1 :
- // InternalRoom.g:1767:3: otherlv_8= 'void'
+ // InternalRoom.g:1681:3: otherlv_8= 'void'
{
- otherlv_8=(Token)match(input,39,FOLLOW_46);
+ otherlv_8=(Token)match(input,39,FOLLOW_47);
newLeafNode(otherlv_8, grammarAccess.getPortOperationAccess().getVoidKeyword_5_0_1_0());
@@ -4384,18 +4339,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:1772:6: ( (lv_returnType_9_0= ruleRefableType ) )
+ // InternalRoom.g:1686:6: ( (lv_returnType_9_0= ruleRefableType ) )
{
- // InternalRoom.g:1772:6: ( (lv_returnType_9_0= ruleRefableType ) )
- // InternalRoom.g:1773:1: (lv_returnType_9_0= ruleRefableType )
+ // InternalRoom.g:1686:6: ( (lv_returnType_9_0= ruleRefableType ) )
+ // InternalRoom.g:1687:1: (lv_returnType_9_0= ruleRefableType )
{
- // InternalRoom.g:1773:1: (lv_returnType_9_0= ruleRefableType )
- // InternalRoom.g:1774:3: lv_returnType_9_0= ruleRefableType
+ // InternalRoom.g:1687:1: (lv_returnType_9_0= ruleRefableType )
+ // InternalRoom.g:1688:3: lv_returnType_9_0= ruleRefableType
{
newCompositeNode(grammarAccess.getPortOperationAccess().getReturnTypeRefableTypeParserRuleCall_5_0_1_1_0());
- pushFollow(FOLLOW_46);
+ pushFollow(FOLLOW_47);
lv_returnType_9_0=ruleRefableType();
state._fsp--;
@@ -4430,27 +4385,27 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:1791:6: (otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) ) )
+ // InternalRoom.g:1705:6: (otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) ) )
{
- // InternalRoom.g:1791:6: (otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) ) )
- // InternalRoom.g:1791:8: otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) )
+ // InternalRoom.g:1705:6: (otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) ) )
+ // InternalRoom.g:1705:8: otherlv_10= 'sends' ( (otherlv_11= RULE_ID ) )
{
otherlv_10=(Token)match(input,40,FOLLOW_3);
newLeafNode(otherlv_10, grammarAccess.getPortOperationAccess().getSendsKeyword_5_1_0());
- // InternalRoom.g:1795:1: ( (otherlv_11= RULE_ID ) )
- // InternalRoom.g:1796:1: (otherlv_11= RULE_ID )
+ // InternalRoom.g:1709:1: ( (otherlv_11= RULE_ID ) )
+ // InternalRoom.g:1710:1: (otherlv_11= RULE_ID )
{
- // InternalRoom.g:1796:1: (otherlv_11= RULE_ID )
- // InternalRoom.g:1797:3: otherlv_11= RULE_ID
+ // InternalRoom.g:1710:1: (otherlv_11= RULE_ID )
+ // InternalRoom.g:1711:3: otherlv_11= RULE_ID
{
if (current==null) {
current = createModelElement(grammarAccess.getPortOperationRule());
}
- otherlv_11=(Token)match(input,RULE_ID,FOLLOW_46);
+ otherlv_11=(Token)match(input,RULE_ID,FOLLOW_47);
newLeafNode(otherlv_11, grammarAccess.getPortOperationAccess().getSendsMsgMessageCrossReference_5_1_1_0());
@@ -4469,24 +4424,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1808:5: ( (lv_docu_12_0= ruleDocumentation ) )?
- int alt42=2;
- int LA42_0 = input.LA(1);
+ // InternalRoom.g:1722:5: ( (lv_docu_12_0= ruleDocumentation ) )?
+ int alt44=2;
+ int LA44_0 = input.LA(1);
- if ( (LA42_0==35) ) {
- alt42=1;
+ if ( (LA44_0==35) ) {
+ alt44=1;
}
- switch (alt42) {
+ switch (alt44) {
case 1 :
- // InternalRoom.g:1809:1: (lv_docu_12_0= ruleDocumentation )
+ // InternalRoom.g:1723:1: (lv_docu_12_0= ruleDocumentation )
{
- // InternalRoom.g:1809:1: (lv_docu_12_0= ruleDocumentation )
- // InternalRoom.g:1810:3: lv_docu_12_0= ruleDocumentation
+ // InternalRoom.g:1723:1: (lv_docu_12_0= ruleDocumentation )
+ // InternalRoom.g:1724:3: lv_docu_12_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getPortOperationAccess().getDocuDocumentationParserRuleCall_6_0());
- pushFollow(FOLLOW_47);
+ pushFollow(FOLLOW_48);
lv_docu_12_0=ruleDocumentation();
state._fsp--;
@@ -4511,11 +4466,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1826:3: ( (lv_detailCode_13_0= ruleDetailCode ) )
- // InternalRoom.g:1827:1: (lv_detailCode_13_0= ruleDetailCode )
+ // InternalRoom.g:1740:3: ( (lv_detailCode_13_0= ruleDetailCode ) )
+ // InternalRoom.g:1741:1: (lv_detailCode_13_0= ruleDetailCode )
{
- // InternalRoom.g:1827:1: (lv_detailCode_13_0= ruleDetailCode )
- // InternalRoom.g:1828:3: lv_detailCode_13_0= ruleDetailCode
+ // InternalRoom.g:1741:1: (lv_detailCode_13_0= ruleDetailCode )
+ // InternalRoom.g:1742:3: lv_detailCode_13_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getPortOperationAccess().getDetailCodeDetailCodeParserRuleCall_7_0());
@@ -4563,7 +4518,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleClassStructor"
- // InternalRoom.g:1852:1: entryRuleClassStructor returns [EObject current=null] : iv_ruleClassStructor= ruleClassStructor EOF ;
+ // InternalRoom.g:1766:1: entryRuleClassStructor returns [EObject current=null] : iv_ruleClassStructor= ruleClassStructor EOF ;
public final EObject entryRuleClassStructor() throws RecognitionException {
EObject current = null;
@@ -4571,8 +4526,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:1853:2: (iv_ruleClassStructor= ruleClassStructor EOF )
- // InternalRoom.g:1854:2: iv_ruleClassStructor= ruleClassStructor EOF
+ // InternalRoom.g:1767:2: (iv_ruleClassStructor= ruleClassStructor EOF )
+ // InternalRoom.g:1768:2: iv_ruleClassStructor= ruleClassStructor EOF
{
newCompositeNode(grammarAccess.getClassStructorRule());
pushFollow(FOLLOW_1);
@@ -4599,7 +4554,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleClassStructor"
- // InternalRoom.g:1861:1: ruleClassStructor returns [EObject current=null] : ( ( ( (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' ) ) ) ( (lv_detailCode_1_0= ruleDetailCode ) ) ) ;
+ // InternalRoom.g:1775:1: ruleClassStructor returns [EObject current=null] : ( ( ( (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' ) ) ) ( (lv_detailCode_1_0= ruleDetailCode ) ) ) ;
public final EObject ruleClassStructor() throws RecognitionException {
EObject current = null;
@@ -4611,39 +4566,39 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:1864:28: ( ( ( ( (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' ) ) ) ( (lv_detailCode_1_0= ruleDetailCode ) ) ) )
- // InternalRoom.g:1865:1: ( ( ( (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' ) ) ) ( (lv_detailCode_1_0= ruleDetailCode ) ) )
+ // InternalRoom.g:1778:28: ( ( ( ( (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' ) ) ) ( (lv_detailCode_1_0= ruleDetailCode ) ) ) )
+ // InternalRoom.g:1779:1: ( ( ( (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' ) ) ) ( (lv_detailCode_1_0= ruleDetailCode ) ) )
{
- // InternalRoom.g:1865:1: ( ( ( (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' ) ) ) ( (lv_detailCode_1_0= ruleDetailCode ) ) )
- // InternalRoom.g:1865:2: ( ( (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' ) ) ) ( (lv_detailCode_1_0= ruleDetailCode ) )
+ // InternalRoom.g:1779:1: ( ( ( (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' ) ) ) ( (lv_detailCode_1_0= ruleDetailCode ) ) )
+ // InternalRoom.g:1779:2: ( ( (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' ) ) ) ( (lv_detailCode_1_0= ruleDetailCode ) )
{
- // InternalRoom.g:1865:2: ( ( (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' ) ) )
- // InternalRoom.g:1866:1: ( (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' ) )
+ // InternalRoom.g:1779:2: ( ( (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' ) ) )
+ // InternalRoom.g:1780:1: ( (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' ) )
{
- // InternalRoom.g:1866:1: ( (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' ) )
- // InternalRoom.g:1867:1: (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' )
+ // InternalRoom.g:1780:1: ( (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' ) )
+ // InternalRoom.g:1781:1: (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' )
{
- // InternalRoom.g:1867:1: (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' )
- int alt43=2;
- int LA43_0 = input.LA(1);
+ // InternalRoom.g:1781:1: (lv_name_0_1= 'ctor' | lv_name_0_2= 'dtor' )
+ int alt45=2;
+ int LA45_0 = input.LA(1);
- if ( (LA43_0==41) ) {
- alt43=1;
+ if ( (LA45_0==41) ) {
+ alt45=1;
}
- else if ( (LA43_0==42) ) {
- alt43=2;
+ else if ( (LA45_0==42) ) {
+ alt45=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 43, 0, input);
+ new NoViableAltException("", 45, 0, input);
throw nvae;
}
- switch (alt43) {
+ switch (alt45) {
case 1 :
- // InternalRoom.g:1868:3: lv_name_0_1= 'ctor'
+ // InternalRoom.g:1782:3: lv_name_0_1= 'ctor'
{
- lv_name_0_1=(Token)match(input,41,FOLLOW_47);
+ lv_name_0_1=(Token)match(input,41,FOLLOW_48);
newLeafNode(lv_name_0_1, grammarAccess.getClassStructorAccess().getNameCtorKeyword_0_0_0());
@@ -4657,9 +4612,9 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:1880:8: lv_name_0_2= 'dtor'
+ // InternalRoom.g:1794:8: lv_name_0_2= 'dtor'
{
- lv_name_0_2=(Token)match(input,42,FOLLOW_47);
+ lv_name_0_2=(Token)match(input,42,FOLLOW_48);
newLeafNode(lv_name_0_2, grammarAccess.getClassStructorAccess().getNameDtorKeyword_0_0_1());
@@ -4681,11 +4636,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:1895:2: ( (lv_detailCode_1_0= ruleDetailCode ) )
- // InternalRoom.g:1896:1: (lv_detailCode_1_0= ruleDetailCode )
+ // InternalRoom.g:1809:2: ( (lv_detailCode_1_0= ruleDetailCode ) )
+ // InternalRoom.g:1810:1: (lv_detailCode_1_0= ruleDetailCode )
{
- // InternalRoom.g:1896:1: (lv_detailCode_1_0= ruleDetailCode )
- // InternalRoom.g:1897:3: lv_detailCode_1_0= ruleDetailCode
+ // InternalRoom.g:1810:1: (lv_detailCode_1_0= ruleDetailCode )
+ // InternalRoom.g:1811:3: lv_detailCode_1_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getClassStructorAccess().getDetailCodeDetailCodeParserRuleCall_1_0());
@@ -4733,7 +4688,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleGeneralProtocolClass"
- // InternalRoom.g:1921:1: entryRuleGeneralProtocolClass returns [EObject current=null] : iv_ruleGeneralProtocolClass= ruleGeneralProtocolClass EOF ;
+ // InternalRoom.g:1835:1: entryRuleGeneralProtocolClass returns [EObject current=null] : iv_ruleGeneralProtocolClass= ruleGeneralProtocolClass EOF ;
public final EObject entryRuleGeneralProtocolClass() throws RecognitionException {
EObject current = null;
@@ -4741,8 +4696,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:1922:2: (iv_ruleGeneralProtocolClass= ruleGeneralProtocolClass EOF )
- // InternalRoom.g:1923:2: iv_ruleGeneralProtocolClass= ruleGeneralProtocolClass EOF
+ // InternalRoom.g:1836:2: (iv_ruleGeneralProtocolClass= ruleGeneralProtocolClass EOF )
+ // InternalRoom.g:1837:2: iv_ruleGeneralProtocolClass= ruleGeneralProtocolClass EOF
{
newCompositeNode(grammarAccess.getGeneralProtocolClassRule());
pushFollow(FOLLOW_1);
@@ -4769,7 +4724,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleGeneralProtocolClass"
- // InternalRoom.g:1930:1: ruleGeneralProtocolClass returns [EObject current=null] : (this_ProtocolClass_0= ruleProtocolClass | this_CompoundProtocolClass_1= ruleCompoundProtocolClass ) ;
+ // InternalRoom.g:1844:1: ruleGeneralProtocolClass returns [EObject current=null] : (this_ProtocolClass_0= ruleProtocolClass | this_CompoundProtocolClass_1= ruleCompoundProtocolClass ) ;
public final EObject ruleGeneralProtocolClass() throws RecognitionException {
EObject current = null;
@@ -4781,28 +4736,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:1933:28: ( (this_ProtocolClass_0= ruleProtocolClass | this_CompoundProtocolClass_1= ruleCompoundProtocolClass ) )
- // InternalRoom.g:1934:1: (this_ProtocolClass_0= ruleProtocolClass | this_CompoundProtocolClass_1= ruleCompoundProtocolClass )
+ // InternalRoom.g:1847:28: ( (this_ProtocolClass_0= ruleProtocolClass | this_CompoundProtocolClass_1= ruleCompoundProtocolClass ) )
+ // InternalRoom.g:1848:1: (this_ProtocolClass_0= ruleProtocolClass | this_CompoundProtocolClass_1= ruleCompoundProtocolClass )
{
- // InternalRoom.g:1934:1: (this_ProtocolClass_0= ruleProtocolClass | this_CompoundProtocolClass_1= ruleCompoundProtocolClass )
- int alt44=2;
- int LA44_0 = input.LA(1);
+ // InternalRoom.g:1848:1: (this_ProtocolClass_0= ruleProtocolClass | this_CompoundProtocolClass_1= ruleCompoundProtocolClass )
+ int alt46=2;
+ int LA46_0 = input.LA(1);
- if ( (LA44_0==43||(LA44_0>=125 && LA44_0<=127)) ) {
- alt44=1;
+ if ( (LA46_0==43||(LA46_0>=125 && LA46_0<=127)) ) {
+ alt46=1;
}
- else if ( (LA44_0==49) ) {
- alt44=2;
+ else if ( (LA46_0==49) ) {
+ alt46=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 44, 0, input);
+ new NoViableAltException("", 46, 0, input);
throw nvae;
}
- switch (alt44) {
+ switch (alt46) {
case 1 :
- // InternalRoom.g:1935:5: this_ProtocolClass_0= ruleProtocolClass
+ // InternalRoom.g:1849:5: this_ProtocolClass_0= ruleProtocolClass
{
newCompositeNode(grammarAccess.getGeneralProtocolClassAccess().getProtocolClassParserRuleCall_0());
@@ -4820,7 +4775,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:1945:5: this_CompoundProtocolClass_1= ruleCompoundProtocolClass
+ // InternalRoom.g:1859:5: this_CompoundProtocolClass_1= ruleCompoundProtocolClass
{
newCompositeNode(grammarAccess.getGeneralProtocolClassAccess().getCompoundProtocolClassParserRuleCall_1());
@@ -4858,7 +4813,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleProtocolClass"
- // InternalRoom.g:1961:1: entryRuleProtocolClass returns [EObject current=null] : iv_ruleProtocolClass= ruleProtocolClass EOF ;
+ // InternalRoom.g:1875:1: entryRuleProtocolClass returns [EObject current=null] : iv_ruleProtocolClass= ruleProtocolClass EOF ;
public final EObject entryRuleProtocolClass() throws RecognitionException {
EObject current = null;
@@ -4866,8 +4821,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:1962:2: (iv_ruleProtocolClass= ruleProtocolClass EOF )
- // InternalRoom.g:1963:2: iv_ruleProtocolClass= ruleProtocolClass EOF
+ // InternalRoom.g:1876:2: (iv_ruleProtocolClass= ruleProtocolClass EOF )
+ // InternalRoom.g:1877:2: iv_ruleProtocolClass= ruleProtocolClass EOF
{
newCompositeNode(grammarAccess.getProtocolClassRule());
pushFollow(FOLLOW_1);
@@ -4894,7 +4849,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleProtocolClass"
- // InternalRoom.g:1970:1: ruleProtocolClass returns [EObject current=null] : ( ( (lv_commType_0_0= ruleCommunicationType ) )? otherlv_1= 'ProtocolClass' ( (lv_name_2_0= RULE_ID ) ) ( (lv_docu_3_0= ruleDocumentation ) )? (otherlv_4= 'extends' ( ( ruleFQN ) ) )? otherlv_6= '{' ( (lv_annotations_7_0= ruleAnnotation ) )* (otherlv_8= 'usercode1' ( (lv_userCode1_9_0= ruleDetailCode ) ) )? (otherlv_10= 'usercode2' ( (lv_userCode2_11_0= ruleDetailCode ) ) )? (otherlv_12= 'usercode3' ( (lv_userCode3_13_0= ruleDetailCode ) ) )? (otherlv_14= 'incoming' otherlv_15= '{' ( (lv_incomingMessages_16_0= ruleMessage ) )* otherlv_17= '}' )? (otherlv_18= 'outgoing' otherlv_19= '{' ( (lv_outgoingMessages_20_0= ruleMessage ) )* otherlv_21= '}' )? (otherlv_22= 'regular' otherlv_23= 'PortClass' ( (lv_regular_24_0= rulePortClass ) ) )? (otherlv_25= 'conjugated' otherlv_26= 'PortClass' ( (lv_conjugated_27_0= rulePortClass ) ) )? ( (lv_semantics_28_0= ruleProtocolSemantics ) )? otherlv_29= '}' ) ;
+ // InternalRoom.g:1884:1: ruleProtocolClass returns [EObject current=null] : ( ( (lv_commType_0_0= ruleCommunicationType ) )? otherlv_1= 'ProtocolClass' ( (lv_name_2_0= RULE_ID ) ) ( (lv_docu_3_0= ruleDocumentation ) )? (otherlv_4= 'extends' ( ( ruleFQN ) ) )? otherlv_6= '{' ( (lv_annotations_7_0= ruleAnnotation ) )* (otherlv_8= 'usercode1' ( (lv_userCode1_9_0= ruleDetailCode ) ) )? (otherlv_10= 'usercode2' ( (lv_userCode2_11_0= ruleDetailCode ) ) )? (otherlv_12= 'usercode3' ( (lv_userCode3_13_0= ruleDetailCode ) ) )? (otherlv_14= 'incoming' otherlv_15= '{' ( (lv_incomingMessages_16_0= ruleMessage ) )* otherlv_17= '}' )? (otherlv_18= 'outgoing' otherlv_19= '{' ( (lv_outgoingMessages_20_0= ruleMessage ) )* otherlv_21= '}' )? (otherlv_22= 'regular' otherlv_23= 'PortClass' ( (lv_regular_24_0= rulePortClass ) ) )? (otherlv_25= 'conjugated' otherlv_26= 'PortClass' ( (lv_conjugated_27_0= rulePortClass ) ) )? ( (lv_semantics_28_0= ruleProtocolSemantics ) )? otherlv_29= '}' ) ;
public final EObject ruleProtocolClass() throws RecognitionException {
EObject current = null;
@@ -4942,30 +4897,30 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:1973:28: ( ( ( (lv_commType_0_0= ruleCommunicationType ) )? otherlv_1= 'ProtocolClass' ( (lv_name_2_0= RULE_ID ) ) ( (lv_docu_3_0= ruleDocumentation ) )? (otherlv_4= 'extends' ( ( ruleFQN ) ) )? otherlv_6= '{' ( (lv_annotations_7_0= ruleAnnotation ) )* (otherlv_8= 'usercode1' ( (lv_userCode1_9_0= ruleDetailCode ) ) )? (otherlv_10= 'usercode2' ( (lv_userCode2_11_0= ruleDetailCode ) ) )? (otherlv_12= 'usercode3' ( (lv_userCode3_13_0= ruleDetailCode ) ) )? (otherlv_14= 'incoming' otherlv_15= '{' ( (lv_incomingMessages_16_0= ruleMessage ) )* otherlv_17= '}' )? (otherlv_18= 'outgoing' otherlv_19= '{' ( (lv_outgoingMessages_20_0= ruleMessage ) )* otherlv_21= '}' )? (otherlv_22= 'regular' otherlv_23= 'PortClass' ( (lv_regular_24_0= rulePortClass ) ) )? (otherlv_25= 'conjugated' otherlv_26= 'PortClass' ( (lv_conjugated_27_0= rulePortClass ) ) )? ( (lv_semantics_28_0= ruleProtocolSemantics ) )? otherlv_29= '}' ) )
- // InternalRoom.g:1974:1: ( ( (lv_commType_0_0= ruleCommunicationType ) )? otherlv_1= 'ProtocolClass' ( (lv_name_2_0= RULE_ID ) ) ( (lv_docu_3_0= ruleDocumentation ) )? (otherlv_4= 'extends' ( ( ruleFQN ) ) )? otherlv_6= '{' ( (lv_annotations_7_0= ruleAnnotation ) )* (otherlv_8= 'usercode1' ( (lv_userCode1_9_0= ruleDetailCode ) ) )? (otherlv_10= 'usercode2' ( (lv_userCode2_11_0= ruleDetailCode ) ) )? (otherlv_12= 'usercode3' ( (lv_userCode3_13_0= ruleDetailCode ) ) )? (otherlv_14= 'incoming' otherlv_15= '{' ( (lv_incomingMessages_16_0= ruleMessage ) )* otherlv_17= '}' )? (otherlv_18= 'outgoing' otherlv_19= '{' ( (lv_outgoingMessages_20_0= ruleMessage ) )* otherlv_21= '}' )? (otherlv_22= 'regular' otherlv_23= 'PortClass' ( (lv_regular_24_0= rulePortClass ) ) )? (otherlv_25= 'conjugated' otherlv_26= 'PortClass' ( (lv_conjugated_27_0= rulePortClass ) ) )? ( (lv_semantics_28_0= ruleProtocolSemantics ) )? otherlv_29= '}' )
+ // InternalRoom.g:1887:28: ( ( ( (lv_commType_0_0= ruleCommunicationType ) )? otherlv_1= 'ProtocolClass' ( (lv_name_2_0= RULE_ID ) ) ( (lv_docu_3_0= ruleDocumentation ) )? (otherlv_4= 'extends' ( ( ruleFQN ) ) )? otherlv_6= '{' ( (lv_annotations_7_0= ruleAnnotation ) )* (otherlv_8= 'usercode1' ( (lv_userCode1_9_0= ruleDetailCode ) ) )? (otherlv_10= 'usercode2' ( (lv_userCode2_11_0= ruleDetailCode ) ) )? (otherlv_12= 'usercode3' ( (lv_userCode3_13_0= ruleDetailCode ) ) )? (otherlv_14= 'incoming' otherlv_15= '{' ( (lv_incomingMessages_16_0= ruleMessage ) )* otherlv_17= '}' )? (otherlv_18= 'outgoing' otherlv_19= '{' ( (lv_outgoingMessages_20_0= ruleMessage ) )* otherlv_21= '}' )? (otherlv_22= 'regular' otherlv_23= 'PortClass' ( (lv_regular_24_0= rulePortClass ) ) )? (otherlv_25= 'conjugated' otherlv_26= 'PortClass' ( (lv_conjugated_27_0= rulePortClass ) ) )? ( (lv_semantics_28_0= ruleProtocolSemantics ) )? otherlv_29= '}' ) )
+ // InternalRoom.g:1888:1: ( ( (lv_commType_0_0= ruleCommunicationType ) )? otherlv_1= 'ProtocolClass' ( (lv_name_2_0= RULE_ID ) ) ( (lv_docu_3_0= ruleDocumentation ) )? (otherlv_4= 'extends' ( ( ruleFQN ) ) )? otherlv_6= '{' ( (lv_annotations_7_0= ruleAnnotation ) )* (otherlv_8= 'usercode1' ( (lv_userCode1_9_0= ruleDetailCode ) ) )? (otherlv_10= 'usercode2' ( (lv_userCode2_11_0= ruleDetailCode ) ) )? (otherlv_12= 'usercode3' ( (lv_userCode3_13_0= ruleDetailCode ) ) )? (otherlv_14= 'incoming' otherlv_15= '{' ( (lv_incomingMessages_16_0= ruleMessage ) )* otherlv_17= '}' )? (otherlv_18= 'outgoing' otherlv_19= '{' ( (lv_outgoingMessages_20_0= ruleMessage ) )* otherlv_21= '}' )? (otherlv_22= 'regular' otherlv_23= 'PortClass' ( (lv_regular_24_0= rulePortClass ) ) )? (otherlv_25= 'conjugated' otherlv_26= 'PortClass' ( (lv_conjugated_27_0= rulePortClass ) ) )? ( (lv_semantics_28_0= ruleProtocolSemantics ) )? otherlv_29= '}' )
{
- // InternalRoom.g:1974:1: ( ( (lv_commType_0_0= ruleCommunicationType ) )? otherlv_1= 'ProtocolClass' ( (lv_name_2_0= RULE_ID ) ) ( (lv_docu_3_0= ruleDocumentation ) )? (otherlv_4= 'extends' ( ( ruleFQN ) ) )? otherlv_6= '{' ( (lv_annotations_7_0= ruleAnnotation ) )* (otherlv_8= 'usercode1' ( (lv_userCode1_9_0= ruleDetailCode ) ) )? (otherlv_10= 'usercode2' ( (lv_userCode2_11_0= ruleDetailCode ) ) )? (otherlv_12= 'usercode3' ( (lv_userCode3_13_0= ruleDetailCode ) ) )? (otherlv_14= 'incoming' otherlv_15= '{' ( (lv_incomingMessages_16_0= ruleMessage ) )* otherlv_17= '}' )? (otherlv_18= 'outgoing' otherlv_19= '{' ( (lv_outgoingMessages_20_0= ruleMessage ) )* otherlv_21= '}' )? (otherlv_22= 'regular' otherlv_23= 'PortClass' ( (lv_regular_24_0= rulePortClass ) ) )? (otherlv_25= 'conjugated' otherlv_26= 'PortClass' ( (lv_conjugated_27_0= rulePortClass ) ) )? ( (lv_semantics_28_0= ruleProtocolSemantics ) )? otherlv_29= '}' )
- // InternalRoom.g:1974:2: ( (lv_commType_0_0= ruleCommunicationType ) )? otherlv_1= 'ProtocolClass' ( (lv_name_2_0= RULE_ID ) ) ( (lv_docu_3_0= ruleDocumentation ) )? (otherlv_4= 'extends' ( ( ruleFQN ) ) )? otherlv_6= '{' ( (lv_annotations_7_0= ruleAnnotation ) )* (otherlv_8= 'usercode1' ( (lv_userCode1_9_0= ruleDetailCode ) ) )? (otherlv_10= 'usercode2' ( (lv_userCode2_11_0= ruleDetailCode ) ) )? (otherlv_12= 'usercode3' ( (lv_userCode3_13_0= ruleDetailCode ) ) )? (otherlv_14= 'incoming' otherlv_15= '{' ( (lv_incomingMessages_16_0= ruleMessage ) )* otherlv_17= '}' )? (otherlv_18= 'outgoing' otherlv_19= '{' ( (lv_outgoingMessages_20_0= ruleMessage ) )* otherlv_21= '}' )? (otherlv_22= 'regular' otherlv_23= 'PortClass' ( (lv_regular_24_0= rulePortClass ) ) )? (otherlv_25= 'conjugated' otherlv_26= 'PortClass' ( (lv_conjugated_27_0= rulePortClass ) ) )? ( (lv_semantics_28_0= ruleProtocolSemantics ) )? otherlv_29= '}'
+ // InternalRoom.g:1888:1: ( ( (lv_commType_0_0= ruleCommunicationType ) )? otherlv_1= 'ProtocolClass' ( (lv_name_2_0= RULE_ID ) ) ( (lv_docu_3_0= ruleDocumentation ) )? (otherlv_4= 'extends' ( ( ruleFQN ) ) )? otherlv_6= '{' ( (lv_annotations_7_0= ruleAnnotation ) )* (otherlv_8= 'usercode1' ( (lv_userCode1_9_0= ruleDetailCode ) ) )? (otherlv_10= 'usercode2' ( (lv_userCode2_11_0= ruleDetailCode ) ) )? (otherlv_12= 'usercode3' ( (lv_userCode3_13_0= ruleDetailCode ) ) )? (otherlv_14= 'incoming' otherlv_15= '{' ( (lv_incomingMessages_16_0= ruleMessage ) )* otherlv_17= '}' )? (otherlv_18= 'outgoing' otherlv_19= '{' ( (lv_outgoingMessages_20_0= ruleMessage ) )* otherlv_21= '}' )? (otherlv_22= 'regular' otherlv_23= 'PortClass' ( (lv_regular_24_0= rulePortClass ) ) )? (otherlv_25= 'conjugated' otherlv_26= 'PortClass' ( (lv_conjugated_27_0= rulePortClass ) ) )? ( (lv_semantics_28_0= ruleProtocolSemantics ) )? otherlv_29= '}' )
+ // InternalRoom.g:1888:2: ( (lv_commType_0_0= ruleCommunicationType ) )? otherlv_1= 'ProtocolClass' ( (lv_name_2_0= RULE_ID ) ) ( (lv_docu_3_0= ruleDocumentation ) )? (otherlv_4= 'extends' ( ( ruleFQN ) ) )? otherlv_6= '{' ( (lv_annotations_7_0= ruleAnnotation ) )* (otherlv_8= 'usercode1' ( (lv_userCode1_9_0= ruleDetailCode ) ) )? (otherlv_10= 'usercode2' ( (lv_userCode2_11_0= ruleDetailCode ) ) )? (otherlv_12= 'usercode3' ( (lv_userCode3_13_0= ruleDetailCode ) ) )? (otherlv_14= 'incoming' otherlv_15= '{' ( (lv_incomingMessages_16_0= ruleMessage ) )* otherlv_17= '}' )? (otherlv_18= 'outgoing' otherlv_19= '{' ( (lv_outgoingMessages_20_0= ruleMessage ) )* otherlv_21= '}' )? (otherlv_22= 'regular' otherlv_23= 'PortClass' ( (lv_regular_24_0= rulePortClass ) ) )? (otherlv_25= 'conjugated' otherlv_26= 'PortClass' ( (lv_conjugated_27_0= rulePortClass ) ) )? ( (lv_semantics_28_0= ruleProtocolSemantics ) )? otherlv_29= '}'
{
- // InternalRoom.g:1974:2: ( (lv_commType_0_0= ruleCommunicationType ) )?
- int alt45=2;
- int LA45_0 = input.LA(1);
+ // InternalRoom.g:1888:2: ( (lv_commType_0_0= ruleCommunicationType ) )?
+ int alt47=2;
+ int LA47_0 = input.LA(1);
- if ( ((LA45_0>=125 && LA45_0<=127)) ) {
- alt45=1;
+ if ( ((LA47_0>=125 && LA47_0<=127)) ) {
+ alt47=1;
}
- switch (alt45) {
+ switch (alt47) {
case 1 :
- // InternalRoom.g:1975:1: (lv_commType_0_0= ruleCommunicationType )
+ // InternalRoom.g:1889:1: (lv_commType_0_0= ruleCommunicationType )
{
- // InternalRoom.g:1975:1: (lv_commType_0_0= ruleCommunicationType )
- // InternalRoom.g:1976:3: lv_commType_0_0= ruleCommunicationType
+ // InternalRoom.g:1889:1: (lv_commType_0_0= ruleCommunicationType )
+ // InternalRoom.g:1890:3: lv_commType_0_0= ruleCommunicationType
{
newCompositeNode(grammarAccess.getProtocolClassAccess().getCommTypeCommunicationTypeEnumRuleCall_0_0());
- pushFollow(FOLLOW_49);
+ pushFollow(FOLLOW_50);
lv_commType_0_0=ruleCommunicationType();
state._fsp--;
@@ -4994,13 +4949,13 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getProtocolClassAccess().getProtocolClassKeyword_1());
- // InternalRoom.g:1996:1: ( (lv_name_2_0= RULE_ID ) )
- // InternalRoom.g:1997:1: (lv_name_2_0= RULE_ID )
+ // InternalRoom.g:1910:1: ( (lv_name_2_0= RULE_ID ) )
+ // InternalRoom.g:1911:1: (lv_name_2_0= RULE_ID )
{
- // InternalRoom.g:1997:1: (lv_name_2_0= RULE_ID )
- // InternalRoom.g:1998:3: lv_name_2_0= RULE_ID
+ // InternalRoom.g:1911:1: (lv_name_2_0= RULE_ID )
+ // InternalRoom.g:1912:3: lv_name_2_0= RULE_ID
{
- lv_name_2_0=(Token)match(input,RULE_ID,FOLLOW_26);
+ lv_name_2_0=(Token)match(input,RULE_ID,FOLLOW_27);
newLeafNode(lv_name_2_0, grammarAccess.getProtocolClassAccess().getNameIDTerminalRuleCall_2_0());
@@ -5020,24 +4975,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:2014:2: ( (lv_docu_3_0= ruleDocumentation ) )?
- int alt46=2;
- int LA46_0 = input.LA(1);
+ // InternalRoom.g:1928:2: ( (lv_docu_3_0= ruleDocumentation ) )?
+ int alt48=2;
+ int LA48_0 = input.LA(1);
- if ( (LA46_0==35) ) {
- alt46=1;
+ if ( (LA48_0==35) ) {
+ alt48=1;
}
- switch (alt46) {
+ switch (alt48) {
case 1 :
- // InternalRoom.g:2015:1: (lv_docu_3_0= ruleDocumentation )
+ // InternalRoom.g:1929:1: (lv_docu_3_0= ruleDocumentation )
{
- // InternalRoom.g:2015:1: (lv_docu_3_0= ruleDocumentation )
- // InternalRoom.g:2016:3: lv_docu_3_0= ruleDocumentation
+ // InternalRoom.g:1929:1: (lv_docu_3_0= ruleDocumentation )
+ // InternalRoom.g:1930:3: lv_docu_3_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getProtocolClassAccess().getDocuDocumentationParserRuleCall_3_0());
- pushFollow(FOLLOW_27);
+ pushFollow(FOLLOW_28);
lv_docu_3_0=ruleDocumentation();
state._fsp--;
@@ -5062,26 +5017,26 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:2032:3: (otherlv_4= 'extends' ( ( ruleFQN ) ) )?
- int alt47=2;
- int LA47_0 = input.LA(1);
+ // InternalRoom.g:1946:3: (otherlv_4= 'extends' ( ( ruleFQN ) ) )?
+ int alt49=2;
+ int LA49_0 = input.LA(1);
- if ( (LA47_0==30) ) {
- alt47=1;
+ if ( (LA49_0==30) ) {
+ alt49=1;
}
- switch (alt47) {
+ switch (alt49) {
case 1 :
- // InternalRoom.g:2032:5: otherlv_4= 'extends' ( ( ruleFQN ) )
+ // InternalRoom.g:1946:5: otherlv_4= 'extends' ( ( ruleFQN ) )
{
otherlv_4=(Token)match(input,30,FOLLOW_3);
newLeafNode(otherlv_4, grammarAccess.getProtocolClassAccess().getExtendsKeyword_4_0());
- // InternalRoom.g:2036:1: ( ( ruleFQN ) )
- // InternalRoom.g:2037:1: ( ruleFQN )
+ // InternalRoom.g:1950:1: ( ( ruleFQN ) )
+ // InternalRoom.g:1951:1: ( ruleFQN )
{
- // InternalRoom.g:2037:1: ( ruleFQN )
- // InternalRoom.g:2038:3: ruleFQN
+ // InternalRoom.g:1951:1: ( ruleFQN )
+ // InternalRoom.g:1952:3: ruleFQN
{
if (current==null) {
@@ -5111,32 +5066,32 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_6=(Token)match(input,14,FOLLOW_50);
+ otherlv_6=(Token)match(input,14,FOLLOW_51);
newLeafNode(otherlv_6, grammarAccess.getProtocolClassAccess().getLeftCurlyBracketKeyword_5());
- // InternalRoom.g:2055:1: ( (lv_annotations_7_0= ruleAnnotation ) )*
- loop48:
+ // InternalRoom.g:1969:1: ( (lv_annotations_7_0= ruleAnnotation ) )*
+ loop50:
do {
- int alt48=2;
- int LA48_0 = input.LA(1);
+ int alt50=2;
+ int LA50_0 = input.LA(1);
- if ( (LA48_0==109) ) {
- alt48=1;
+ if ( (LA50_0==109) ) {
+ alt50=1;
}
- switch (alt48) {
+ switch (alt50) {
case 1 :
- // InternalRoom.g:2056:1: (lv_annotations_7_0= ruleAnnotation )
+ // InternalRoom.g:1970:1: (lv_annotations_7_0= ruleAnnotation )
{
- // InternalRoom.g:2056:1: (lv_annotations_7_0= ruleAnnotation )
- // InternalRoom.g:2057:3: lv_annotations_7_0= ruleAnnotation
+ // InternalRoom.g:1970:1: (lv_annotations_7_0= ruleAnnotation )
+ // InternalRoom.g:1971:3: lv_annotations_7_0= ruleAnnotation
{
newCompositeNode(grammarAccess.getProtocolClassAccess().getAnnotationsAnnotationParserRuleCall_6_0());
- pushFollow(FOLLOW_50);
+ pushFollow(FOLLOW_51);
lv_annotations_7_0=ruleAnnotation();
state._fsp--;
@@ -5160,35 +5115,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop48;
+ break loop50;
}
} while (true);
- // InternalRoom.g:2073:3: (otherlv_8= 'usercode1' ( (lv_userCode1_9_0= ruleDetailCode ) ) )?
- int alt49=2;
- int LA49_0 = input.LA(1);
+ // InternalRoom.g:1987:3: (otherlv_8= 'usercode1' ( (lv_userCode1_9_0= ruleDetailCode ) ) )?
+ int alt51=2;
+ int LA51_0 = input.LA(1);
- if ( (LA49_0==31) ) {
- alt49=1;
+ if ( (LA51_0==31) ) {
+ alt51=1;
}
- switch (alt49) {
+ switch (alt51) {
case 1 :
- // InternalRoom.g:2073:5: otherlv_8= 'usercode1' ( (lv_userCode1_9_0= ruleDetailCode ) )
+ // InternalRoom.g:1987:5: otherlv_8= 'usercode1' ( (lv_userCode1_9_0= ruleDetailCode ) )
{
- otherlv_8=(Token)match(input,31,FOLLOW_51);
+ otherlv_8=(Token)match(input,31,FOLLOW_52);
newLeafNode(otherlv_8, grammarAccess.getProtocolClassAccess().getUsercode1Keyword_7_0());
- // InternalRoom.g:2077:1: ( (lv_userCode1_9_0= ruleDetailCode ) )
- // InternalRoom.g:2078:1: (lv_userCode1_9_0= ruleDetailCode )
+ // InternalRoom.g:1991:1: ( (lv_userCode1_9_0= ruleDetailCode ) )
+ // InternalRoom.g:1992:1: (lv_userCode1_9_0= ruleDetailCode )
{
- // InternalRoom.g:2078:1: (lv_userCode1_9_0= ruleDetailCode )
- // InternalRoom.g:2079:3: lv_userCode1_9_0= ruleDetailCode
+ // InternalRoom.g:1992:1: (lv_userCode1_9_0= ruleDetailCode )
+ // InternalRoom.g:1993:3: lv_userCode1_9_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getProtocolClassAccess().getUserCode1DetailCodeParserRuleCall_7_1_0());
- pushFollow(FOLLOW_52);
+ pushFollow(FOLLOW_53);
lv_userCode1_9_0=ruleDetailCode();
state._fsp--;
@@ -5216,31 +5171,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:2095:4: (otherlv_10= 'usercode2' ( (lv_userCode2_11_0= ruleDetailCode ) ) )?
- int alt50=2;
- int LA50_0 = input.LA(1);
+ // InternalRoom.g:2009:4: (otherlv_10= 'usercode2' ( (lv_userCode2_11_0= ruleDetailCode ) ) )?
+ int alt52=2;
+ int LA52_0 = input.LA(1);
- if ( (LA50_0==32) ) {
- alt50=1;
+ if ( (LA52_0==32) ) {
+ alt52=1;
}
- switch (alt50) {
+ switch (alt52) {
case 1 :
- // InternalRoom.g:2095:6: otherlv_10= 'usercode2' ( (lv_userCode2_11_0= ruleDetailCode ) )
+ // InternalRoom.g:2009:6: otherlv_10= 'usercode2' ( (lv_userCode2_11_0= ruleDetailCode ) )
{
- otherlv_10=(Token)match(input,32,FOLLOW_53);
+ otherlv_10=(Token)match(input,32,FOLLOW_54);
newLeafNode(otherlv_10, grammarAccess.getProtocolClassAccess().getUsercode2Keyword_8_0());
- // InternalRoom.g:2099:1: ( (lv_userCode2_11_0= ruleDetailCode ) )
- // InternalRoom.g:2100:1: (lv_userCode2_11_0= ruleDetailCode )
+ // InternalRoom.g:2013:1: ( (lv_userCode2_11_0= ruleDetailCode ) )
+ // InternalRoom.g:2014:1: (lv_userCode2_11_0= ruleDetailCode )
{
- // InternalRoom.g:2100:1: (lv_userCode2_11_0= ruleDetailCode )
- // InternalRoom.g:2101:3: lv_userCode2_11_0= ruleDetailCode
+ // InternalRoom.g:2014:1: (lv_userCode2_11_0= ruleDetailCode )
+ // InternalRoom.g:2015:3: lv_userCode2_11_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getProtocolClassAccess().getUserCode2DetailCodeParserRuleCall_8_1_0());
- pushFollow(FOLLOW_54);
+ pushFollow(FOLLOW_55);
lv_userCode2_11_0=ruleDetailCode();
state._fsp--;
@@ -5268,31 +5223,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:2117:4: (otherlv_12= 'usercode3' ( (lv_userCode3_13_0= ruleDetailCode ) ) )?
- int alt51=2;
- int LA51_0 = input.LA(1);
+ // InternalRoom.g:2031:4: (otherlv_12= 'usercode3' ( (lv_userCode3_13_0= ruleDetailCode ) ) )?
+ int alt53=2;
+ int LA53_0 = input.LA(1);
- if ( (LA51_0==33) ) {
- alt51=1;
+ if ( (LA53_0==33) ) {
+ alt53=1;
}
- switch (alt51) {
+ switch (alt53) {
case 1 :
- // InternalRoom.g:2117:6: otherlv_12= 'usercode3' ( (lv_userCode3_13_0= ruleDetailCode ) )
+ // InternalRoom.g:2031:6: otherlv_12= 'usercode3' ( (lv_userCode3_13_0= ruleDetailCode ) )
{
- otherlv_12=(Token)match(input,33,FOLLOW_55);
+ otherlv_12=(Token)match(input,33,FOLLOW_56);
newLeafNode(otherlv_12, grammarAccess.getProtocolClassAccess().getUsercode3Keyword_9_0());
- // InternalRoom.g:2121:1: ( (lv_userCode3_13_0= ruleDetailCode ) )
- // InternalRoom.g:2122:1: (lv_userCode3_13_0= ruleDetailCode )
+ // InternalRoom.g:2035:1: ( (lv_userCode3_13_0= ruleDetailCode ) )
+ // InternalRoom.g:2036:1: (lv_userCode3_13_0= ruleDetailCode )
{
- // InternalRoom.g:2122:1: (lv_userCode3_13_0= ruleDetailCode )
- // InternalRoom.g:2123:3: lv_userCode3_13_0= ruleDetailCode
+ // InternalRoom.g:2036:1: (lv_userCode3_13_0= ruleDetailCode )
+ // InternalRoom.g:2037:3: lv_userCode3_13_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getProtocolClassAccess().getUserCode3DetailCodeParserRuleCall_9_1_0());
- pushFollow(FOLLOW_56);
+ pushFollow(FOLLOW_57);
lv_userCode3_13_0=ruleDetailCode();
state._fsp--;
@@ -5320,47 +5275,47 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:2139:4: (otherlv_14= 'incoming' otherlv_15= '{' ( (lv_incomingMessages_16_0= ruleMessage ) )* otherlv_17= '}' )?
- int alt53=2;
- int LA53_0 = input.LA(1);
+ // InternalRoom.g:2053:4: (otherlv_14= 'incoming' otherlv_15= '{' ( (lv_incomingMessages_16_0= ruleMessage ) )* otherlv_17= '}' )?
+ int alt55=2;
+ int LA55_0 = input.LA(1);
- if ( (LA53_0==44) ) {
- alt53=1;
+ if ( (LA55_0==44) ) {
+ alt55=1;
}
- switch (alt53) {
+ switch (alt55) {
case 1 :
- // InternalRoom.g:2139:6: otherlv_14= 'incoming' otherlv_15= '{' ( (lv_incomingMessages_16_0= ruleMessage ) )* otherlv_17= '}'
+ // InternalRoom.g:2053:6: otherlv_14= 'incoming' otherlv_15= '{' ( (lv_incomingMessages_16_0= ruleMessage ) )* otherlv_17= '}'
{
otherlv_14=(Token)match(input,44,FOLLOW_5);
newLeafNode(otherlv_14, grammarAccess.getProtocolClassAccess().getIncomingKeyword_10_0());
- otherlv_15=(Token)match(input,14,FOLLOW_57);
+ otherlv_15=(Token)match(input,14,FOLLOW_58);
newLeafNode(otherlv_15, grammarAccess.getProtocolClassAccess().getLeftCurlyBracketKeyword_10_1());
- // InternalRoom.g:2147:1: ( (lv_incomingMessages_16_0= ruleMessage ) )*
- loop52:
+ // InternalRoom.g:2061:1: ( (lv_incomingMessages_16_0= ruleMessage ) )*
+ loop54:
do {
- int alt52=2;
- int LA52_0 = input.LA(1);
+ int alt54=2;
+ int LA54_0 = input.LA(1);
- if ( ((LA52_0>=51 && LA52_0<=52)) ) {
- alt52=1;
+ if ( ((LA54_0>=51 && LA54_0<=52)) ) {
+ alt54=1;
}
- switch (alt52) {
+ switch (alt54) {
case 1 :
- // InternalRoom.g:2148:1: (lv_incomingMessages_16_0= ruleMessage )
+ // InternalRoom.g:2062:1: (lv_incomingMessages_16_0= ruleMessage )
{
- // InternalRoom.g:2148:1: (lv_incomingMessages_16_0= ruleMessage )
- // InternalRoom.g:2149:3: lv_incomingMessages_16_0= ruleMessage
+ // InternalRoom.g:2062:1: (lv_incomingMessages_16_0= ruleMessage )
+ // InternalRoom.g:2063:3: lv_incomingMessages_16_0= ruleMessage
{
newCompositeNode(grammarAccess.getProtocolClassAccess().getIncomingMessagesMessageParserRuleCall_10_2_0());
- pushFollow(FOLLOW_57);
+ pushFollow(FOLLOW_58);
lv_incomingMessages_16_0=ruleMessage();
state._fsp--;
@@ -5384,11 +5339,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop52;
+ break loop54;
}
} while (true);
- otherlv_17=(Token)match(input,15,FOLLOW_58);
+ otherlv_17=(Token)match(input,15,FOLLOW_59);
newLeafNode(otherlv_17, grammarAccess.getProtocolClassAccess().getRightCurlyBracketKeyword_10_3());
@@ -5398,47 +5353,47 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:2169:3: (otherlv_18= 'outgoing' otherlv_19= '{' ( (lv_outgoingMessages_20_0= ruleMessage ) )* otherlv_21= '}' )?
- int alt55=2;
- int LA55_0 = input.LA(1);
+ // InternalRoom.g:2083:3: (otherlv_18= 'outgoing' otherlv_19= '{' ( (lv_outgoingMessages_20_0= ruleMessage ) )* otherlv_21= '}' )?
+ int alt57=2;
+ int LA57_0 = input.LA(1);
- if ( (LA55_0==45) ) {
- alt55=1;
+ if ( (LA57_0==45) ) {
+ alt57=1;
}
- switch (alt55) {
+ switch (alt57) {
case 1 :
- // InternalRoom.g:2169:5: otherlv_18= 'outgoing' otherlv_19= '{' ( (lv_outgoingMessages_20_0= ruleMessage ) )* otherlv_21= '}'
+ // InternalRoom.g:2083:5: otherlv_18= 'outgoing' otherlv_19= '{' ( (lv_outgoingMessages_20_0= ruleMessage ) )* otherlv_21= '}'
{
otherlv_18=(Token)match(input,45,FOLLOW_5);
newLeafNode(otherlv_18, grammarAccess.getProtocolClassAccess().getOutgoingKeyword_11_0());
- otherlv_19=(Token)match(input,14,FOLLOW_57);
+ otherlv_19=(Token)match(input,14,FOLLOW_58);
newLeafNode(otherlv_19, grammarAccess.getProtocolClassAccess().getLeftCurlyBracketKeyword_11_1());
- // InternalRoom.g:2177:1: ( (lv_outgoingMessages_20_0= ruleMessage ) )*
- loop54:
+ // InternalRoom.g:2091:1: ( (lv_outgoingMessages_20_0= ruleMessage ) )*
+ loop56:
do {
- int alt54=2;
- int LA54_0 = input.LA(1);
+ int alt56=2;
+ int LA56_0 = input.LA(1);
- if ( ((LA54_0>=51 && LA54_0<=52)) ) {
- alt54=1;
+ if ( ((LA56_0>=51 && LA56_0<=52)) ) {
+ alt56=1;
}
- switch (alt54) {
+ switch (alt56) {
case 1 :
- // InternalRoom.g:2178:1: (lv_outgoingMessages_20_0= ruleMessage )
+ // InternalRoom.g:2092:1: (lv_outgoingMessages_20_0= ruleMessage )
{
- // InternalRoom.g:2178:1: (lv_outgoingMessages_20_0= ruleMessage )
- // InternalRoom.g:2179:3: lv_outgoingMessages_20_0= ruleMessage
+ // InternalRoom.g:2092:1: (lv_outgoingMessages_20_0= ruleMessage )
+ // InternalRoom.g:2093:3: lv_outgoingMessages_20_0= ruleMessage
{
newCompositeNode(grammarAccess.getProtocolClassAccess().getOutgoingMessagesMessageParserRuleCall_11_2_0());
- pushFollow(FOLLOW_57);
+ pushFollow(FOLLOW_58);
lv_outgoingMessages_20_0=ruleMessage();
state._fsp--;
@@ -5462,11 +5417,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop54;
+ break loop56;
}
} while (true);
- otherlv_21=(Token)match(input,15,FOLLOW_59);
+ otherlv_21=(Token)match(input,15,FOLLOW_60);
newLeafNode(otherlv_21, grammarAccess.getProtocolClassAccess().getRightCurlyBracketKeyword_11_3());
@@ -5476,18 +5431,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:2199:3: (otherlv_22= 'regular' otherlv_23= 'PortClass' ( (lv_regular_24_0= rulePortClass ) ) )?
- int alt56=2;
- int LA56_0 = input.LA(1);
+ // InternalRoom.g:2113:3: (otherlv_22= 'regular' otherlv_23= 'PortClass' ( (lv_regular_24_0= rulePortClass ) ) )?
+ int alt58=2;
+ int LA58_0 = input.LA(1);
- if ( (LA56_0==46) ) {
- alt56=1;
+ if ( (LA58_0==46) ) {
+ alt58=1;
}
- switch (alt56) {
+ switch (alt58) {
case 1 :
- // InternalRoom.g:2199:5: otherlv_22= 'regular' otherlv_23= 'PortClass' ( (lv_regular_24_0= rulePortClass ) )
+ // InternalRoom.g:2113:5: otherlv_22= 'regular' otherlv_23= 'PortClass' ( (lv_regular_24_0= rulePortClass ) )
{
- otherlv_22=(Token)match(input,46,FOLLOW_60);
+ otherlv_22=(Token)match(input,46,FOLLOW_61);
newLeafNode(otherlv_22, grammarAccess.getProtocolClassAccess().getRegularKeyword_12_0());
@@ -5495,16 +5450,16 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_23, grammarAccess.getProtocolClassAccess().getPortClassKeyword_12_1());
- // InternalRoom.g:2207:1: ( (lv_regular_24_0= rulePortClass ) )
- // InternalRoom.g:2208:1: (lv_regular_24_0= rulePortClass )
+ // InternalRoom.g:2121:1: ( (lv_regular_24_0= rulePortClass ) )
+ // InternalRoom.g:2122:1: (lv_regular_24_0= rulePortClass )
{
- // InternalRoom.g:2208:1: (lv_regular_24_0= rulePortClass )
- // InternalRoom.g:2209:3: lv_regular_24_0= rulePortClass
+ // InternalRoom.g:2122:1: (lv_regular_24_0= rulePortClass )
+ // InternalRoom.g:2123:3: lv_regular_24_0= rulePortClass
{
newCompositeNode(grammarAccess.getProtocolClassAccess().getRegularPortClassParserRuleCall_12_2_0());
- pushFollow(FOLLOW_61);
+ pushFollow(FOLLOW_62);
lv_regular_24_0=rulePortClass();
state._fsp--;
@@ -5532,18 +5487,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:2225:4: (otherlv_25= 'conjugated' otherlv_26= 'PortClass' ( (lv_conjugated_27_0= rulePortClass ) ) )?
- int alt57=2;
- int LA57_0 = input.LA(1);
+ // InternalRoom.g:2139:4: (otherlv_25= 'conjugated' otherlv_26= 'PortClass' ( (lv_conjugated_27_0= rulePortClass ) ) )?
+ int alt59=2;
+ int LA59_0 = input.LA(1);
- if ( (LA57_0==48) ) {
- alt57=1;
+ if ( (LA59_0==48) ) {
+ alt59=1;
}
- switch (alt57) {
+ switch (alt59) {
case 1 :
- // InternalRoom.g:2225:6: otherlv_25= 'conjugated' otherlv_26= 'PortClass' ( (lv_conjugated_27_0= rulePortClass ) )
+ // InternalRoom.g:2139:6: otherlv_25= 'conjugated' otherlv_26= 'PortClass' ( (lv_conjugated_27_0= rulePortClass ) )
{
- otherlv_25=(Token)match(input,48,FOLLOW_60);
+ otherlv_25=(Token)match(input,48,FOLLOW_61);
newLeafNode(otherlv_25, grammarAccess.getProtocolClassAccess().getConjugatedKeyword_13_0());
@@ -5551,16 +5506,16 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_26, grammarAccess.getProtocolClassAccess().getPortClassKeyword_13_1());
- // InternalRoom.g:2233:1: ( (lv_conjugated_27_0= rulePortClass ) )
- // InternalRoom.g:2234:1: (lv_conjugated_27_0= rulePortClass )
+ // InternalRoom.g:2147:1: ( (lv_conjugated_27_0= rulePortClass ) )
+ // InternalRoom.g:2148:1: (lv_conjugated_27_0= rulePortClass )
{
- // InternalRoom.g:2234:1: (lv_conjugated_27_0= rulePortClass )
- // InternalRoom.g:2235:3: lv_conjugated_27_0= rulePortClass
+ // InternalRoom.g:2148:1: (lv_conjugated_27_0= rulePortClass )
+ // InternalRoom.g:2149:3: lv_conjugated_27_0= rulePortClass
{
newCompositeNode(grammarAccess.getProtocolClassAccess().getConjugatedPortClassParserRuleCall_13_2_0());
- pushFollow(FOLLOW_62);
+ pushFollow(FOLLOW_63);
lv_conjugated_27_0=rulePortClass();
state._fsp--;
@@ -5588,24 +5543,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:2251:4: ( (lv_semantics_28_0= ruleProtocolSemantics ) )?
- int alt58=2;
- int LA58_0 = input.LA(1);
+ // InternalRoom.g:2165:4: ( (lv_semantics_28_0= ruleProtocolSemantics ) )?
+ int alt60=2;
+ int LA60_0 = input.LA(1);
- if ( (LA58_0==106) ) {
- alt58=1;
+ if ( (LA60_0==106) ) {
+ alt60=1;
}
- switch (alt58) {
+ switch (alt60) {
case 1 :
- // InternalRoom.g:2252:1: (lv_semantics_28_0= ruleProtocolSemantics )
+ // InternalRoom.g:2166:1: (lv_semantics_28_0= ruleProtocolSemantics )
{
- // InternalRoom.g:2252:1: (lv_semantics_28_0= ruleProtocolSemantics )
- // InternalRoom.g:2253:3: lv_semantics_28_0= ruleProtocolSemantics
+ // InternalRoom.g:2166:1: (lv_semantics_28_0= ruleProtocolSemantics )
+ // InternalRoom.g:2167:3: lv_semantics_28_0= ruleProtocolSemantics
{
newCompositeNode(grammarAccess.getProtocolClassAccess().getSemanticsProtocolSemanticsParserRuleCall_14_0());
- pushFollow(FOLLOW_63);
+ pushFollow(FOLLOW_64);
lv_semantics_28_0=ruleProtocolSemantics();
state._fsp--;
@@ -5655,7 +5610,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleCompoundProtocolClass"
- // InternalRoom.g:2281:1: entryRuleCompoundProtocolClass returns [EObject current=null] : iv_ruleCompoundProtocolClass= ruleCompoundProtocolClass EOF ;
+ // InternalRoom.g:2195:1: entryRuleCompoundProtocolClass returns [EObject current=null] : iv_ruleCompoundProtocolClass= ruleCompoundProtocolClass EOF ;
public final EObject entryRuleCompoundProtocolClass() throws RecognitionException {
EObject current = null;
@@ -5663,8 +5618,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:2282:2: (iv_ruleCompoundProtocolClass= ruleCompoundProtocolClass EOF )
- // InternalRoom.g:2283:2: iv_ruleCompoundProtocolClass= ruleCompoundProtocolClass EOF
+ // InternalRoom.g:2196:2: (iv_ruleCompoundProtocolClass= ruleCompoundProtocolClass EOF )
+ // InternalRoom.g:2197:2: iv_ruleCompoundProtocolClass= ruleCompoundProtocolClass EOF
{
newCompositeNode(grammarAccess.getCompoundProtocolClassRule());
pushFollow(FOLLOW_1);
@@ -5691,7 +5646,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleCompoundProtocolClass"
- // InternalRoom.g:2290:1: ruleCompoundProtocolClass returns [EObject current=null] : (otherlv_0= 'CompoundProtocolClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_subProtocols_5_0= ruleSubProtocol ) )* otherlv_6= '}' ) ;
+ // InternalRoom.g:2204:1: ruleCompoundProtocolClass returns [EObject current=null] : (otherlv_0= 'CompoundProtocolClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_subProtocols_5_0= ruleSubProtocol ) )* otherlv_6= '}' ) ;
public final EObject ruleCompoundProtocolClass() throws RecognitionException {
EObject current = null;
@@ -5709,21 +5664,21 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:2293:28: ( (otherlv_0= 'CompoundProtocolClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_subProtocols_5_0= ruleSubProtocol ) )* otherlv_6= '}' ) )
- // InternalRoom.g:2294:1: (otherlv_0= 'CompoundProtocolClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_subProtocols_5_0= ruleSubProtocol ) )* otherlv_6= '}' )
+ // InternalRoom.g:2207:28: ( (otherlv_0= 'CompoundProtocolClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_subProtocols_5_0= ruleSubProtocol ) )* otherlv_6= '}' ) )
+ // InternalRoom.g:2208:1: (otherlv_0= 'CompoundProtocolClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_subProtocols_5_0= ruleSubProtocol ) )* otherlv_6= '}' )
{
- // InternalRoom.g:2294:1: (otherlv_0= 'CompoundProtocolClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_subProtocols_5_0= ruleSubProtocol ) )* otherlv_6= '}' )
- // InternalRoom.g:2294:3: otherlv_0= 'CompoundProtocolClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_subProtocols_5_0= ruleSubProtocol ) )* otherlv_6= '}'
+ // InternalRoom.g:2208:1: (otherlv_0= 'CompoundProtocolClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_subProtocols_5_0= ruleSubProtocol ) )* otherlv_6= '}' )
+ // InternalRoom.g:2208:3: otherlv_0= 'CompoundProtocolClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( (lv_subProtocols_5_0= ruleSubProtocol ) )* otherlv_6= '}'
{
otherlv_0=(Token)match(input,49,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getCompoundProtocolClassAccess().getCompoundProtocolClassKeyword_0());
- // InternalRoom.g:2298:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:2299:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:2212:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:2213:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:2299:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:2300:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:2213:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:2214:3: lv_name_1_0= RULE_ID
{
lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_4);
@@ -5745,19 +5700,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:2316:2: ( (lv_docu_2_0= ruleDocumentation ) )?
- int alt59=2;
- int LA59_0 = input.LA(1);
+ // InternalRoom.g:2230:2: ( (lv_docu_2_0= ruleDocumentation ) )?
+ int alt61=2;
+ int LA61_0 = input.LA(1);
- if ( (LA59_0==35) ) {
- alt59=1;
+ if ( (LA61_0==35) ) {
+ alt61=1;
}
- switch (alt59) {
+ switch (alt61) {
case 1 :
- // InternalRoom.g:2317:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:2231:1: (lv_docu_2_0= ruleDocumentation )
{
- // InternalRoom.g:2317:1: (lv_docu_2_0= ruleDocumentation )
- // InternalRoom.g:2318:3: lv_docu_2_0= ruleDocumentation
+ // InternalRoom.g:2231:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:2232:3: lv_docu_2_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getCompoundProtocolClassAccess().getDocuDocumentationParserRuleCall_2_0());
@@ -5787,32 +5742,32 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_3=(Token)match(input,14,FOLLOW_64);
+ otherlv_3=(Token)match(input,14,FOLLOW_65);
newLeafNode(otherlv_3, grammarAccess.getCompoundProtocolClassAccess().getLeftCurlyBracketKeyword_3());
- // InternalRoom.g:2338:1: ( (lv_annotations_4_0= ruleAnnotation ) )*
- loop60:
+ // InternalRoom.g:2252:1: ( (lv_annotations_4_0= ruleAnnotation ) )*
+ loop62:
do {
- int alt60=2;
- int LA60_0 = input.LA(1);
+ int alt62=2;
+ int LA62_0 = input.LA(1);
- if ( (LA60_0==109) ) {
- alt60=1;
+ if ( (LA62_0==109) ) {
+ alt62=1;
}
- switch (alt60) {
+ switch (alt62) {
case 1 :
- // InternalRoom.g:2339:1: (lv_annotations_4_0= ruleAnnotation )
+ // InternalRoom.g:2253:1: (lv_annotations_4_0= ruleAnnotation )
{
- // InternalRoom.g:2339:1: (lv_annotations_4_0= ruleAnnotation )
- // InternalRoom.g:2340:3: lv_annotations_4_0= ruleAnnotation
+ // InternalRoom.g:2253:1: (lv_annotations_4_0= ruleAnnotation )
+ // InternalRoom.g:2254:3: lv_annotations_4_0= ruleAnnotation
{
newCompositeNode(grammarAccess.getCompoundProtocolClassAccess().getAnnotationsAnnotationParserRuleCall_4_0());
- pushFollow(FOLLOW_64);
+ pushFollow(FOLLOW_65);
lv_annotations_4_0=ruleAnnotation();
state._fsp--;
@@ -5836,32 +5791,32 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop60;
+ break loop62;
}
} while (true);
- // InternalRoom.g:2356:3: ( (lv_subProtocols_5_0= ruleSubProtocol ) )*
- loop61:
+ // InternalRoom.g:2270:3: ( (lv_subProtocols_5_0= ruleSubProtocol ) )*
+ loop63:
do {
- int alt61=2;
- int LA61_0 = input.LA(1);
+ int alt63=2;
+ int LA63_0 = input.LA(1);
- if ( (LA61_0==50) ) {
- alt61=1;
+ if ( (LA63_0==50) ) {
+ alt63=1;
}
- switch (alt61) {
+ switch (alt63) {
case 1 :
- // InternalRoom.g:2357:1: (lv_subProtocols_5_0= ruleSubProtocol )
+ // InternalRoom.g:2271:1: (lv_subProtocols_5_0= ruleSubProtocol )
{
- // InternalRoom.g:2357:1: (lv_subProtocols_5_0= ruleSubProtocol )
- // InternalRoom.g:2358:3: lv_subProtocols_5_0= ruleSubProtocol
+ // InternalRoom.g:2271:1: (lv_subProtocols_5_0= ruleSubProtocol )
+ // InternalRoom.g:2272:3: lv_subProtocols_5_0= ruleSubProtocol
{
newCompositeNode(grammarAccess.getCompoundProtocolClassAccess().getSubProtocolsSubProtocolParserRuleCall_5_0());
- pushFollow(FOLLOW_65);
+ pushFollow(FOLLOW_66);
lv_subProtocols_5_0=ruleSubProtocol();
state._fsp--;
@@ -5885,7 +5840,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop61;
+ break loop63;
}
} while (true);
@@ -5914,7 +5869,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleSubProtocol"
- // InternalRoom.g:2386:1: entryRuleSubProtocol returns [EObject current=null] : iv_ruleSubProtocol= ruleSubProtocol EOF ;
+ // InternalRoom.g:2300:1: entryRuleSubProtocol returns [EObject current=null] : iv_ruleSubProtocol= ruleSubProtocol EOF ;
public final EObject entryRuleSubProtocol() throws RecognitionException {
EObject current = null;
@@ -5922,8 +5877,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:2387:2: (iv_ruleSubProtocol= ruleSubProtocol EOF )
- // InternalRoom.g:2388:2: iv_ruleSubProtocol= ruleSubProtocol EOF
+ // InternalRoom.g:2301:2: (iv_ruleSubProtocol= ruleSubProtocol EOF )
+ // InternalRoom.g:2302:2: iv_ruleSubProtocol= ruleSubProtocol EOF
{
newCompositeNode(grammarAccess.getSubProtocolRule());
pushFollow(FOLLOW_1);
@@ -5950,7 +5905,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleSubProtocol"
- // InternalRoom.g:2395:1: ruleSubProtocol returns [EObject current=null] : (otherlv_0= 'SubProtocol' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ) ;
+ // InternalRoom.g:2309:1: ruleSubProtocol returns [EObject current=null] : (otherlv_0= 'SubProtocol' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ) ;
public final EObject ruleSubProtocol() throws RecognitionException {
EObject current = null;
@@ -5961,23 +5916,23 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:2398:28: ( (otherlv_0= 'SubProtocol' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ) )
- // InternalRoom.g:2399:1: (otherlv_0= 'SubProtocol' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) )
+ // InternalRoom.g:2312:28: ( (otherlv_0= 'SubProtocol' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ) )
+ // InternalRoom.g:2313:1: (otherlv_0= 'SubProtocol' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) )
{
- // InternalRoom.g:2399:1: (otherlv_0= 'SubProtocol' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) )
- // InternalRoom.g:2399:3: otherlv_0= 'SubProtocol' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) )
+ // InternalRoom.g:2313:1: (otherlv_0= 'SubProtocol' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) )
+ // InternalRoom.g:2313:3: otherlv_0= 'SubProtocol' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) )
{
otherlv_0=(Token)match(input,50,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getSubProtocolAccess().getSubProtocolKeyword_0());
- // InternalRoom.g:2403:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:2404:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:2317:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:2318:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:2404:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:2405:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:2318:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:2319:3: lv_name_1_0= RULE_ID
{
- lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_9);
+ lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_10);
newLeafNode(lv_name_1_0, grammarAccess.getSubProtocolAccess().getNameIDTerminalRuleCall_1_0());
@@ -6001,11 +5956,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_2, grammarAccess.getSubProtocolAccess().getColonKeyword_2());
- // InternalRoom.g:2425:1: ( ( ruleFQN ) )
- // InternalRoom.g:2426:1: ( ruleFQN )
+ // InternalRoom.g:2339:1: ( ( ruleFQN ) )
+ // InternalRoom.g:2340:1: ( ruleFQN )
{
- // InternalRoom.g:2426:1: ( ruleFQN )
- // InternalRoom.g:2427:3: ruleFQN
+ // InternalRoom.g:2340:1: ( ruleFQN )
+ // InternalRoom.g:2341:3: ruleFQN
{
if (current==null) {
@@ -6050,7 +6005,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleMessage"
- // InternalRoom.g:2448:1: entryRuleMessage returns [EObject current=null] : iv_ruleMessage= ruleMessage EOF ;
+ // InternalRoom.g:2362:1: entryRuleMessage returns [EObject current=null] : iv_ruleMessage= ruleMessage EOF ;
public final EObject entryRuleMessage() throws RecognitionException {
EObject current = null;
@@ -6058,8 +6013,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:2449:2: (iv_ruleMessage= ruleMessage EOF )
- // InternalRoom.g:2450:2: iv_ruleMessage= ruleMessage EOF
+ // InternalRoom.g:2363:2: (iv_ruleMessage= ruleMessage EOF )
+ // InternalRoom.g:2364:2: iv_ruleMessage= ruleMessage EOF
{
newCompositeNode(grammarAccess.getMessageRule());
pushFollow(FOLLOW_1);
@@ -6086,7 +6041,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleMessage"
- // InternalRoom.g:2457:1: ruleMessage returns [EObject current=null] : ( ( (lv_priv_0_0= 'private' ) )? otherlv_1= 'Message' ( (lv_name_2_0= RULE_ID ) ) (otherlv_3= '(' ( (lv_data_4_0= ruleMessageData ) )? otherlv_5= ')' )? ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )? ) ;
+ // InternalRoom.g:2371:1: ruleMessage returns [EObject current=null] : ( ( (lv_priv_0_0= 'private' ) )? otherlv_1= 'Message' ( (lv_name_2_0= RULE_ID ) ) (otherlv_3= '(' ( (lv_data_4_0= ruleMessageData ) )? otherlv_5= ')' )? ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )? ) ;
public final EObject ruleMessage() throws RecognitionException {
EObject current = null;
@@ -6105,27 +6060,27 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:2460:28: ( ( ( (lv_priv_0_0= 'private' ) )? otherlv_1= 'Message' ( (lv_name_2_0= RULE_ID ) ) (otherlv_3= '(' ( (lv_data_4_0= ruleMessageData ) )? otherlv_5= ')' )? ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )? ) )
- // InternalRoom.g:2461:1: ( ( (lv_priv_0_0= 'private' ) )? otherlv_1= 'Message' ( (lv_name_2_0= RULE_ID ) ) (otherlv_3= '(' ( (lv_data_4_0= ruleMessageData ) )? otherlv_5= ')' )? ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )? )
+ // InternalRoom.g:2374:28: ( ( ( (lv_priv_0_0= 'private' ) )? otherlv_1= 'Message' ( (lv_name_2_0= RULE_ID ) ) (otherlv_3= '(' ( (lv_data_4_0= ruleMessageData ) )? otherlv_5= ')' )? ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )? ) )
+ // InternalRoom.g:2375:1: ( ( (lv_priv_0_0= 'private' ) )? otherlv_1= 'Message' ( (lv_name_2_0= RULE_ID ) ) (otherlv_3= '(' ( (lv_data_4_0= ruleMessageData ) )? otherlv_5= ')' )? ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )? )
{
- // InternalRoom.g:2461:1: ( ( (lv_priv_0_0= 'private' ) )? otherlv_1= 'Message' ( (lv_name_2_0= RULE_ID ) ) (otherlv_3= '(' ( (lv_data_4_0= ruleMessageData ) )? otherlv_5= ')' )? ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )? )
- // InternalRoom.g:2461:2: ( (lv_priv_0_0= 'private' ) )? otherlv_1= 'Message' ( (lv_name_2_0= RULE_ID ) ) (otherlv_3= '(' ( (lv_data_4_0= ruleMessageData ) )? otherlv_5= ')' )? ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )?
+ // InternalRoom.g:2375:1: ( ( (lv_priv_0_0= 'private' ) )? otherlv_1= 'Message' ( (lv_name_2_0= RULE_ID ) ) (otherlv_3= '(' ( (lv_data_4_0= ruleMessageData ) )? otherlv_5= ')' )? ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )? )
+ // InternalRoom.g:2375:2: ( (lv_priv_0_0= 'private' ) )? otherlv_1= 'Message' ( (lv_name_2_0= RULE_ID ) ) (otherlv_3= '(' ( (lv_data_4_0= ruleMessageData ) )? otherlv_5= ')' )? ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )?
{
- // InternalRoom.g:2461:2: ( (lv_priv_0_0= 'private' ) )?
- int alt62=2;
- int LA62_0 = input.LA(1);
+ // InternalRoom.g:2375:2: ( (lv_priv_0_0= 'private' ) )?
+ int alt64=2;
+ int LA64_0 = input.LA(1);
- if ( (LA62_0==51) ) {
- alt62=1;
+ if ( (LA64_0==51) ) {
+ alt64=1;
}
- switch (alt62) {
+ switch (alt64) {
case 1 :
- // InternalRoom.g:2462:1: (lv_priv_0_0= 'private' )
+ // InternalRoom.g:2376:1: (lv_priv_0_0= 'private' )
{
- // InternalRoom.g:2462:1: (lv_priv_0_0= 'private' )
- // InternalRoom.g:2463:3: lv_priv_0_0= 'private'
+ // InternalRoom.g:2376:1: (lv_priv_0_0= 'private' )
+ // InternalRoom.g:2377:3: lv_priv_0_0= 'private'
{
- lv_priv_0_0=(Token)match(input,51,FOLLOW_66);
+ lv_priv_0_0=(Token)match(input,51,FOLLOW_67);
newLeafNode(lv_priv_0_0, grammarAccess.getMessageAccess().getPrivPrivateKeyword_0_0());
@@ -6148,13 +6103,13 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getMessageAccess().getMessageKeyword_1());
- // InternalRoom.g:2480:1: ( (lv_name_2_0= RULE_ID ) )
- // InternalRoom.g:2481:1: (lv_name_2_0= RULE_ID )
+ // InternalRoom.g:2394:1: ( (lv_name_2_0= RULE_ID ) )
+ // InternalRoom.g:2395:1: (lv_name_2_0= RULE_ID )
{
- // InternalRoom.g:2481:1: (lv_name_2_0= RULE_ID )
- // InternalRoom.g:2482:3: lv_name_2_0= RULE_ID
+ // InternalRoom.g:2395:1: (lv_name_2_0= RULE_ID )
+ // InternalRoom.g:2396:3: lv_name_2_0= RULE_ID
{
- lv_name_2_0=(Token)match(input,RULE_ID,FOLLOW_67);
+ lv_name_2_0=(Token)match(input,RULE_ID,FOLLOW_68);
newLeafNode(lv_name_2_0, grammarAccess.getMessageAccess().getNameIDTerminalRuleCall_2_0());
@@ -6174,39 +6129,39 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:2498:2: (otherlv_3= '(' ( (lv_data_4_0= ruleMessageData ) )? otherlv_5= ')' )?
- int alt64=2;
- int LA64_0 = input.LA(1);
+ // InternalRoom.g:2412:2: (otherlv_3= '(' ( (lv_data_4_0= ruleMessageData ) )? otherlv_5= ')' )?
+ int alt66=2;
+ int LA66_0 = input.LA(1);
- if ( (LA64_0==21) ) {
- alt64=1;
+ if ( (LA66_0==21) ) {
+ alt66=1;
}
- switch (alt64) {
+ switch (alt66) {
case 1 :
- // InternalRoom.g:2498:4: otherlv_3= '(' ( (lv_data_4_0= ruleMessageData ) )? otherlv_5= ')'
+ // InternalRoom.g:2412:4: otherlv_3= '(' ( (lv_data_4_0= ruleMessageData ) )? otherlv_5= ')'
{
- otherlv_3=(Token)match(input,21,FOLLOW_42);
+ otherlv_3=(Token)match(input,21,FOLLOW_43);
newLeafNode(otherlv_3, grammarAccess.getMessageAccess().getLeftParenthesisKeyword_3_0());
- // InternalRoom.g:2502:1: ( (lv_data_4_0= ruleMessageData ) )?
- int alt63=2;
- int LA63_0 = input.LA(1);
+ // InternalRoom.g:2416:1: ( (lv_data_4_0= ruleMessageData ) )?
+ int alt65=2;
+ int LA65_0 = input.LA(1);
- if ( (LA63_0==RULE_ID) ) {
- alt63=1;
+ if ( (LA65_0==RULE_ID) ) {
+ alt65=1;
}
- switch (alt63) {
+ switch (alt65) {
case 1 :
- // InternalRoom.g:2503:1: (lv_data_4_0= ruleMessageData )
+ // InternalRoom.g:2417:1: (lv_data_4_0= ruleMessageData )
{
- // InternalRoom.g:2503:1: (lv_data_4_0= ruleMessageData )
- // InternalRoom.g:2504:3: lv_data_4_0= ruleMessageData
+ // InternalRoom.g:2417:1: (lv_data_4_0= ruleMessageData )
+ // InternalRoom.g:2418:3: lv_data_4_0= ruleMessageData
{
newCompositeNode(grammarAccess.getMessageAccess().getDataMessageDataParserRuleCall_3_1_0());
- pushFollow(FOLLOW_16);
+ pushFollow(FOLLOW_17);
lv_data_4_0=ruleMessageData();
state._fsp--;
@@ -6231,7 +6186,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_5=(Token)match(input,22,FOLLOW_68);
+ otherlv_5=(Token)match(input,22,FOLLOW_69);
newLeafNode(otherlv_5, grammarAccess.getMessageAccess().getRightParenthesisKeyword_3_2());
@@ -6241,28 +6196,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:2524:3: ( (lv_annotations_6_0= ruleAnnotation ) )*
- loop65:
+ // InternalRoom.g:2438:3: ( (lv_annotations_6_0= ruleAnnotation ) )*
+ loop67:
do {
- int alt65=2;
- int LA65_0 = input.LA(1);
+ int alt67=2;
+ int LA67_0 = input.LA(1);
- if ( (LA65_0==109) ) {
- alt65=1;
+ if ( (LA67_0==109) ) {
+ alt67=1;
}
- switch (alt65) {
+ switch (alt67) {
case 1 :
- // InternalRoom.g:2525:1: (lv_annotations_6_0= ruleAnnotation )
+ // InternalRoom.g:2439:1: (lv_annotations_6_0= ruleAnnotation )
{
- // InternalRoom.g:2525:1: (lv_annotations_6_0= ruleAnnotation )
- // InternalRoom.g:2526:3: lv_annotations_6_0= ruleAnnotation
+ // InternalRoom.g:2439:1: (lv_annotations_6_0= ruleAnnotation )
+ // InternalRoom.g:2440:3: lv_annotations_6_0= ruleAnnotation
{
newCompositeNode(grammarAccess.getMessageAccess().getAnnotationsAnnotationParserRuleCall_4_0());
- pushFollow(FOLLOW_68);
+ pushFollow(FOLLOW_69);
lv_annotations_6_0=ruleAnnotation();
state._fsp--;
@@ -6286,23 +6241,23 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop65;
+ break loop67;
}
} while (true);
- // InternalRoom.g:2542:3: ( (lv_docu_7_0= ruleDocumentation ) )?
- int alt66=2;
- int LA66_0 = input.LA(1);
+ // InternalRoom.g:2456:3: ( (lv_docu_7_0= ruleDocumentation ) )?
+ int alt68=2;
+ int LA68_0 = input.LA(1);
- if ( (LA66_0==35) ) {
- alt66=1;
+ if ( (LA68_0==35) ) {
+ alt68=1;
}
- switch (alt66) {
+ switch (alt68) {
case 1 :
- // InternalRoom.g:2543:1: (lv_docu_7_0= ruleDocumentation )
+ // InternalRoom.g:2457:1: (lv_docu_7_0= ruleDocumentation )
{
- // InternalRoom.g:2543:1: (lv_docu_7_0= ruleDocumentation )
- // InternalRoom.g:2544:3: lv_docu_7_0= ruleDocumentation
+ // InternalRoom.g:2457:1: (lv_docu_7_0= ruleDocumentation )
+ // InternalRoom.g:2458:3: lv_docu_7_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getMessageAccess().getDocuDocumentationParserRuleCall_5_0());
@@ -6353,7 +6308,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRulePortClass"
- // InternalRoom.g:2568:1: entryRulePortClass returns [EObject current=null] : iv_rulePortClass= rulePortClass EOF ;
+ // InternalRoom.g:2482:1: entryRulePortClass returns [EObject current=null] : iv_rulePortClass= rulePortClass EOF ;
public final EObject entryRulePortClass() throws RecognitionException {
EObject current = null;
@@ -6361,8 +6316,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:2569:2: (iv_rulePortClass= rulePortClass EOF )
- // InternalRoom.g:2570:2: iv_rulePortClass= rulePortClass EOF
+ // InternalRoom.g:2483:2: (iv_rulePortClass= rulePortClass EOF )
+ // InternalRoom.g:2484:2: iv_rulePortClass= rulePortClass EOF
{
newCompositeNode(grammarAccess.getPortClassRule());
pushFollow(FOLLOW_1);
@@ -6389,7 +6344,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "rulePortClass"
- // InternalRoom.g:2577:1: rulePortClass returns [EObject current=null] : ( () otherlv_1= '{' (otherlv_2= 'usercode' ( (lv_userCode_3_0= ruleDetailCode ) ) )? ( ( (lv_msgHandlers_4_0= ruleMessageHandler ) ) | ( (lv_operations_5_0= rulePortOperation ) ) | ( (lv_attributes_6_0= ruleAttribute ) ) )* otherlv_7= '}' ) ;
+ // InternalRoom.g:2491:1: rulePortClass returns [EObject current=null] : ( () otherlv_1= '{' (otherlv_2= 'usercode' ( (lv_userCode_3_0= ruleDetailCode ) ) )? ( ( (lv_msgHandlers_4_0= ruleMessageHandler ) ) | ( (lv_operations_5_0= rulePortOperation ) ) | ( (lv_attributes_6_0= ruleAttribute ) ) )* otherlv_7= '}' ) ;
public final EObject rulePortClass() throws RecognitionException {
EObject current = null;
@@ -6408,14 +6363,14 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:2580:28: ( ( () otherlv_1= '{' (otherlv_2= 'usercode' ( (lv_userCode_3_0= ruleDetailCode ) ) )? ( ( (lv_msgHandlers_4_0= ruleMessageHandler ) ) | ( (lv_operations_5_0= rulePortOperation ) ) | ( (lv_attributes_6_0= ruleAttribute ) ) )* otherlv_7= '}' ) )
- // InternalRoom.g:2581:1: ( () otherlv_1= '{' (otherlv_2= 'usercode' ( (lv_userCode_3_0= ruleDetailCode ) ) )? ( ( (lv_msgHandlers_4_0= ruleMessageHandler ) ) | ( (lv_operations_5_0= rulePortOperation ) ) | ( (lv_attributes_6_0= ruleAttribute ) ) )* otherlv_7= '}' )
+ // InternalRoom.g:2494:28: ( ( () otherlv_1= '{' (otherlv_2= 'usercode' ( (lv_userCode_3_0= ruleDetailCode ) ) )? ( ( (lv_msgHandlers_4_0= ruleMessageHandler ) ) | ( (lv_operations_5_0= rulePortOperation ) ) | ( (lv_attributes_6_0= ruleAttribute ) ) )* otherlv_7= '}' ) )
+ // InternalRoom.g:2495:1: ( () otherlv_1= '{' (otherlv_2= 'usercode' ( (lv_userCode_3_0= ruleDetailCode ) ) )? ( ( (lv_msgHandlers_4_0= ruleMessageHandler ) ) | ( (lv_operations_5_0= rulePortOperation ) ) | ( (lv_attributes_6_0= ruleAttribute ) ) )* otherlv_7= '}' )
{
- // InternalRoom.g:2581:1: ( () otherlv_1= '{' (otherlv_2= 'usercode' ( (lv_userCode_3_0= ruleDetailCode ) ) )? ( ( (lv_msgHandlers_4_0= ruleMessageHandler ) ) | ( (lv_operations_5_0= rulePortOperation ) ) | ( (lv_attributes_6_0= ruleAttribute ) ) )* otherlv_7= '}' )
- // InternalRoom.g:2581:2: () otherlv_1= '{' (otherlv_2= 'usercode' ( (lv_userCode_3_0= ruleDetailCode ) ) )? ( ( (lv_msgHandlers_4_0= ruleMessageHandler ) ) | ( (lv_operations_5_0= rulePortOperation ) ) | ( (lv_attributes_6_0= ruleAttribute ) ) )* otherlv_7= '}'
+ // InternalRoom.g:2495:1: ( () otherlv_1= '{' (otherlv_2= 'usercode' ( (lv_userCode_3_0= ruleDetailCode ) ) )? ( ( (lv_msgHandlers_4_0= ruleMessageHandler ) ) | ( (lv_operations_5_0= rulePortOperation ) ) | ( (lv_attributes_6_0= ruleAttribute ) ) )* otherlv_7= '}' )
+ // InternalRoom.g:2495:2: () otherlv_1= '{' (otherlv_2= 'usercode' ( (lv_userCode_3_0= ruleDetailCode ) ) )? ( ( (lv_msgHandlers_4_0= ruleMessageHandler ) ) | ( (lv_operations_5_0= rulePortOperation ) ) | ( (lv_attributes_6_0= ruleAttribute ) ) )* otherlv_7= '}'
{
- // InternalRoom.g:2581:2: ()
- // InternalRoom.g:2582:5:
+ // InternalRoom.g:2495:2: ()
+ // InternalRoom.g:2496:5:
{
current = forceCreateModelElement(
@@ -6425,35 +6380,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_1=(Token)match(input,14,FOLLOW_69);
+ otherlv_1=(Token)match(input,14,FOLLOW_70);
newLeafNode(otherlv_1, grammarAccess.getPortClassAccess().getLeftCurlyBracketKeyword_1());
- // InternalRoom.g:2591:1: (otherlv_2= 'usercode' ( (lv_userCode_3_0= ruleDetailCode ) ) )?
- int alt67=2;
- int LA67_0 = input.LA(1);
+ // InternalRoom.g:2505:1: (otherlv_2= 'usercode' ( (lv_userCode_3_0= ruleDetailCode ) ) )?
+ int alt69=2;
+ int LA69_0 = input.LA(1);
- if ( (LA67_0==53) ) {
- alt67=1;
+ if ( (LA69_0==53) ) {
+ alt69=1;
}
- switch (alt67) {
+ switch (alt69) {
case 1 :
- // InternalRoom.g:2591:3: otherlv_2= 'usercode' ( (lv_userCode_3_0= ruleDetailCode ) )
+ // InternalRoom.g:2505:3: otherlv_2= 'usercode' ( (lv_userCode_3_0= ruleDetailCode ) )
{
- otherlv_2=(Token)match(input,53,FOLLOW_70);
+ otherlv_2=(Token)match(input,53,FOLLOW_71);
newLeafNode(otherlv_2, grammarAccess.getPortClassAccess().getUsercodeKeyword_2_0());
- // InternalRoom.g:2595:1: ( (lv_userCode_3_0= ruleDetailCode ) )
- // InternalRoom.g:2596:1: (lv_userCode_3_0= ruleDetailCode )
+ // InternalRoom.g:2509:1: ( (lv_userCode_3_0= ruleDetailCode ) )
+ // InternalRoom.g:2510:1: (lv_userCode_3_0= ruleDetailCode )
{
- // InternalRoom.g:2596:1: (lv_userCode_3_0= ruleDetailCode )
- // InternalRoom.g:2597:3: lv_userCode_3_0= ruleDetailCode
+ // InternalRoom.g:2510:1: (lv_userCode_3_0= ruleDetailCode )
+ // InternalRoom.g:2511:3: lv_userCode_3_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getPortClassAccess().getUserCodeDetailCodeParserRuleCall_2_1_0());
- pushFollow(FOLLOW_71);
+ pushFollow(FOLLOW_72);
lv_userCode_3_0=ruleDetailCode();
state._fsp--;
@@ -6481,43 +6436,43 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:2613:4: ( ( (lv_msgHandlers_4_0= ruleMessageHandler ) ) | ( (lv_operations_5_0= rulePortOperation ) ) | ( (lv_attributes_6_0= ruleAttribute ) ) )*
- loop68:
+ // InternalRoom.g:2527:4: ( ( (lv_msgHandlers_4_0= ruleMessageHandler ) ) | ( (lv_operations_5_0= rulePortOperation ) ) | ( (lv_attributes_6_0= ruleAttribute ) ) )*
+ loop70:
do {
- int alt68=4;
+ int alt70=4;
switch ( input.LA(1) ) {
case 54:
{
- alt68=1;
+ alt70=1;
}
break;
case 38:
{
- alt68=2;
+ alt70=2;
}
break;
case 34:
{
- alt68=3;
+ alt70=3;
}
break;
}
- switch (alt68) {
+ switch (alt70) {
case 1 :
- // InternalRoom.g:2613:5: ( (lv_msgHandlers_4_0= ruleMessageHandler ) )
+ // InternalRoom.g:2527:5: ( (lv_msgHandlers_4_0= ruleMessageHandler ) )
{
- // InternalRoom.g:2613:5: ( (lv_msgHandlers_4_0= ruleMessageHandler ) )
- // InternalRoom.g:2614:1: (lv_msgHandlers_4_0= ruleMessageHandler )
+ // InternalRoom.g:2527:5: ( (lv_msgHandlers_4_0= ruleMessageHandler ) )
+ // InternalRoom.g:2528:1: (lv_msgHandlers_4_0= ruleMessageHandler )
{
- // InternalRoom.g:2614:1: (lv_msgHandlers_4_0= ruleMessageHandler )
- // InternalRoom.g:2615:3: lv_msgHandlers_4_0= ruleMessageHandler
+ // InternalRoom.g:2528:1: (lv_msgHandlers_4_0= ruleMessageHandler )
+ // InternalRoom.g:2529:3: lv_msgHandlers_4_0= ruleMessageHandler
{
newCompositeNode(grammarAccess.getPortClassAccess().getMsgHandlersMessageHandlerParserRuleCall_3_0_0());
- pushFollow(FOLLOW_71);
+ pushFollow(FOLLOW_72);
lv_msgHandlers_4_0=ruleMessageHandler();
state._fsp--;
@@ -6543,18 +6498,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:2632:6: ( (lv_operations_5_0= rulePortOperation ) )
+ // InternalRoom.g:2546:6: ( (lv_operations_5_0= rulePortOperation ) )
{
- // InternalRoom.g:2632:6: ( (lv_operations_5_0= rulePortOperation ) )
- // InternalRoom.g:2633:1: (lv_operations_5_0= rulePortOperation )
+ // InternalRoom.g:2546:6: ( (lv_operations_5_0= rulePortOperation ) )
+ // InternalRoom.g:2547:1: (lv_operations_5_0= rulePortOperation )
{
- // InternalRoom.g:2633:1: (lv_operations_5_0= rulePortOperation )
- // InternalRoom.g:2634:3: lv_operations_5_0= rulePortOperation
+ // InternalRoom.g:2547:1: (lv_operations_5_0= rulePortOperation )
+ // InternalRoom.g:2548:3: lv_operations_5_0= rulePortOperation
{
newCompositeNode(grammarAccess.getPortClassAccess().getOperationsPortOperationParserRuleCall_3_1_0());
- pushFollow(FOLLOW_71);
+ pushFollow(FOLLOW_72);
lv_operations_5_0=rulePortOperation();
state._fsp--;
@@ -6580,18 +6535,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:2651:6: ( (lv_attributes_6_0= ruleAttribute ) )
+ // InternalRoom.g:2565:6: ( (lv_attributes_6_0= ruleAttribute ) )
{
- // InternalRoom.g:2651:6: ( (lv_attributes_6_0= ruleAttribute ) )
- // InternalRoom.g:2652:1: (lv_attributes_6_0= ruleAttribute )
+ // InternalRoom.g:2565:6: ( (lv_attributes_6_0= ruleAttribute ) )
+ // InternalRoom.g:2566:1: (lv_attributes_6_0= ruleAttribute )
{
- // InternalRoom.g:2652:1: (lv_attributes_6_0= ruleAttribute )
- // InternalRoom.g:2653:3: lv_attributes_6_0= ruleAttribute
+ // InternalRoom.g:2566:1: (lv_attributes_6_0= ruleAttribute )
+ // InternalRoom.g:2567:3: lv_attributes_6_0= ruleAttribute
{
newCompositeNode(grammarAccess.getPortClassAccess().getAttributesAttributeParserRuleCall_3_2_0());
- pushFollow(FOLLOW_71);
+ pushFollow(FOLLOW_72);
lv_attributes_6_0=ruleAttribute();
state._fsp--;
@@ -6618,7 +6573,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop68;
+ break loop70;
}
} while (true);
@@ -6647,7 +6602,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleMessageHandler"
- // InternalRoom.g:2681:1: entryRuleMessageHandler returns [EObject current=null] : iv_ruleMessageHandler= ruleMessageHandler EOF ;
+ // InternalRoom.g:2595:1: entryRuleMessageHandler returns [EObject current=null] : iv_ruleMessageHandler= ruleMessageHandler EOF ;
public final EObject entryRuleMessageHandler() throws RecognitionException {
EObject current = null;
@@ -6655,8 +6610,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:2682:2: (iv_ruleMessageHandler= ruleMessageHandler EOF )
- // InternalRoom.g:2683:2: iv_ruleMessageHandler= ruleMessageHandler EOF
+ // InternalRoom.g:2596:2: (iv_ruleMessageHandler= ruleMessageHandler EOF )
+ // InternalRoom.g:2597:2: iv_ruleMessageHandler= ruleMessageHandler EOF
{
newCompositeNode(grammarAccess.getMessageHandlerRule());
pushFollow(FOLLOW_1);
@@ -6683,7 +6638,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleMessageHandler"
- // InternalRoom.g:2690:1: ruleMessageHandler returns [EObject current=null] : (this_InMessageHandler_0= ruleInMessageHandler | this_OutMessageHandler_1= ruleOutMessageHandler ) ;
+ // InternalRoom.g:2604:1: ruleMessageHandler returns [EObject current=null] : (this_InMessageHandler_0= ruleInMessageHandler | this_OutMessageHandler_1= ruleOutMessageHandler ) ;
public final EObject ruleMessageHandler() throws RecognitionException {
EObject current = null;
@@ -6695,38 +6650,38 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:2693:28: ( (this_InMessageHandler_0= ruleInMessageHandler | this_OutMessageHandler_1= ruleOutMessageHandler ) )
- // InternalRoom.g:2694:1: (this_InMessageHandler_0= ruleInMessageHandler | this_OutMessageHandler_1= ruleOutMessageHandler )
+ // InternalRoom.g:2607:28: ( (this_InMessageHandler_0= ruleInMessageHandler | this_OutMessageHandler_1= ruleOutMessageHandler ) )
+ // InternalRoom.g:2608:1: (this_InMessageHandler_0= ruleInMessageHandler | this_OutMessageHandler_1= ruleOutMessageHandler )
{
- // InternalRoom.g:2694:1: (this_InMessageHandler_0= ruleInMessageHandler | this_OutMessageHandler_1= ruleOutMessageHandler )
- int alt69=2;
- int LA69_0 = input.LA(1);
+ // InternalRoom.g:2608:1: (this_InMessageHandler_0= ruleInMessageHandler | this_OutMessageHandler_1= ruleOutMessageHandler )
+ int alt71=2;
+ int LA71_0 = input.LA(1);
- if ( (LA69_0==54) ) {
- int LA69_1 = input.LA(2);
+ if ( (LA71_0==54) ) {
+ int LA71_1 = input.LA(2);
- if ( (LA69_1==45) ) {
- alt69=2;
+ if ( (LA71_1==45) ) {
+ alt71=2;
}
- else if ( (LA69_1==44) ) {
- alt69=1;
+ else if ( (LA71_1==44) ) {
+ alt71=1;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 69, 1, input);
+ new NoViableAltException("", 71, 1, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 69, 0, input);
+ new NoViableAltException("", 71, 0, input);
throw nvae;
}
- switch (alt69) {
+ switch (alt71) {
case 1 :
- // InternalRoom.g:2695:5: this_InMessageHandler_0= ruleInMessageHandler
+ // InternalRoom.g:2609:5: this_InMessageHandler_0= ruleInMessageHandler
{
newCompositeNode(grammarAccess.getMessageHandlerAccess().getInMessageHandlerParserRuleCall_0());
@@ -6744,7 +6699,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:2705:5: this_OutMessageHandler_1= ruleOutMessageHandler
+ // InternalRoom.g:2619:5: this_OutMessageHandler_1= ruleOutMessageHandler
{
newCompositeNode(grammarAccess.getMessageHandlerAccess().getOutMessageHandlerParserRuleCall_1());
@@ -6782,7 +6737,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleInMessageHandler"
- // InternalRoom.g:2721:1: entryRuleInMessageHandler returns [EObject current=null] : iv_ruleInMessageHandler= ruleInMessageHandler EOF ;
+ // InternalRoom.g:2635:1: entryRuleInMessageHandler returns [EObject current=null] : iv_ruleInMessageHandler= ruleInMessageHandler EOF ;
public final EObject entryRuleInMessageHandler() throws RecognitionException {
EObject current = null;
@@ -6790,8 +6745,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:2722:2: (iv_ruleInMessageHandler= ruleInMessageHandler EOF )
- // InternalRoom.g:2723:2: iv_ruleInMessageHandler= ruleInMessageHandler EOF
+ // InternalRoom.g:2636:2: (iv_ruleInMessageHandler= ruleInMessageHandler EOF )
+ // InternalRoom.g:2637:2: iv_ruleInMessageHandler= ruleInMessageHandler EOF
{
newCompositeNode(grammarAccess.getInMessageHandlerRule());
pushFollow(FOLLOW_1);
@@ -6818,7 +6773,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleInMessageHandler"
- // InternalRoom.g:2730:1: ruleInMessageHandler returns [EObject current=null] : (otherlv_0= 'handle' otherlv_1= 'incoming' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) ) ) ;
+ // InternalRoom.g:2644:1: ruleInMessageHandler returns [EObject current=null] : (otherlv_0= 'handle' otherlv_1= 'incoming' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) ) ) ;
public final EObject ruleInMessageHandler() throws RecognitionException {
EObject current = null;
@@ -6831,13 +6786,13 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:2733:28: ( (otherlv_0= 'handle' otherlv_1= 'incoming' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) ) ) )
- // InternalRoom.g:2734:1: (otherlv_0= 'handle' otherlv_1= 'incoming' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) ) )
+ // InternalRoom.g:2647:28: ( (otherlv_0= 'handle' otherlv_1= 'incoming' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) ) ) )
+ // InternalRoom.g:2648:1: (otherlv_0= 'handle' otherlv_1= 'incoming' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) ) )
{
- // InternalRoom.g:2734:1: (otherlv_0= 'handle' otherlv_1= 'incoming' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) ) )
- // InternalRoom.g:2734:3: otherlv_0= 'handle' otherlv_1= 'incoming' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) )
+ // InternalRoom.g:2648:1: (otherlv_0= 'handle' otherlv_1= 'incoming' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) ) )
+ // InternalRoom.g:2648:3: otherlv_0= 'handle' otherlv_1= 'incoming' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) )
{
- otherlv_0=(Token)match(input,54,FOLLOW_72);
+ otherlv_0=(Token)match(input,54,FOLLOW_73);
newLeafNode(otherlv_0, grammarAccess.getInMessageHandlerAccess().getHandleKeyword_0());
@@ -6845,18 +6800,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getInMessageHandlerAccess().getIncomingKeyword_1());
- // InternalRoom.g:2742:1: ( (otherlv_2= RULE_ID ) )
- // InternalRoom.g:2743:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:2656:1: ( (otherlv_2= RULE_ID ) )
+ // InternalRoom.g:2657:1: (otherlv_2= RULE_ID )
{
- // InternalRoom.g:2743:1: (otherlv_2= RULE_ID )
- // InternalRoom.g:2744:3: otherlv_2= RULE_ID
+ // InternalRoom.g:2657:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:2658:3: otherlv_2= RULE_ID
{
if (current==null) {
current = createModelElement(grammarAccess.getInMessageHandlerRule());
}
- otherlv_2=(Token)match(input,RULE_ID,FOLLOW_47);
+ otherlv_2=(Token)match(input,RULE_ID,FOLLOW_48);
newLeafNode(otherlv_2, grammarAccess.getInMessageHandlerAccess().getMsgMessageCrossReference_2_0());
@@ -6866,11 +6821,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:2755:2: ( (lv_detailCode_3_0= ruleDetailCode ) )
- // InternalRoom.g:2756:1: (lv_detailCode_3_0= ruleDetailCode )
+ // InternalRoom.g:2669:2: ( (lv_detailCode_3_0= ruleDetailCode ) )
+ // InternalRoom.g:2670:1: (lv_detailCode_3_0= ruleDetailCode )
{
- // InternalRoom.g:2756:1: (lv_detailCode_3_0= ruleDetailCode )
- // InternalRoom.g:2757:3: lv_detailCode_3_0= ruleDetailCode
+ // InternalRoom.g:2670:1: (lv_detailCode_3_0= ruleDetailCode )
+ // InternalRoom.g:2671:3: lv_detailCode_3_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getInMessageHandlerAccess().getDetailCodeDetailCodeParserRuleCall_3_0());
@@ -6918,7 +6873,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleOutMessageHandler"
- // InternalRoom.g:2781:1: entryRuleOutMessageHandler returns [EObject current=null] : iv_ruleOutMessageHandler= ruleOutMessageHandler EOF ;
+ // InternalRoom.g:2695:1: entryRuleOutMessageHandler returns [EObject current=null] : iv_ruleOutMessageHandler= ruleOutMessageHandler EOF ;
public final EObject entryRuleOutMessageHandler() throws RecognitionException {
EObject current = null;
@@ -6926,8 +6881,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:2782:2: (iv_ruleOutMessageHandler= ruleOutMessageHandler EOF )
- // InternalRoom.g:2783:2: iv_ruleOutMessageHandler= ruleOutMessageHandler EOF
+ // InternalRoom.g:2696:2: (iv_ruleOutMessageHandler= ruleOutMessageHandler EOF )
+ // InternalRoom.g:2697:2: iv_ruleOutMessageHandler= ruleOutMessageHandler EOF
{
newCompositeNode(grammarAccess.getOutMessageHandlerRule());
pushFollow(FOLLOW_1);
@@ -6954,7 +6909,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleOutMessageHandler"
- // InternalRoom.g:2790:1: ruleOutMessageHandler returns [EObject current=null] : (otherlv_0= 'handle' otherlv_1= 'outgoing' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) ) ) ;
+ // InternalRoom.g:2704:1: ruleOutMessageHandler returns [EObject current=null] : (otherlv_0= 'handle' otherlv_1= 'outgoing' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) ) ) ;
public final EObject ruleOutMessageHandler() throws RecognitionException {
EObject current = null;
@@ -6967,13 +6922,13 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:2793:28: ( (otherlv_0= 'handle' otherlv_1= 'outgoing' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) ) ) )
- // InternalRoom.g:2794:1: (otherlv_0= 'handle' otherlv_1= 'outgoing' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) ) )
+ // InternalRoom.g:2707:28: ( (otherlv_0= 'handle' otherlv_1= 'outgoing' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) ) ) )
+ // InternalRoom.g:2708:1: (otherlv_0= 'handle' otherlv_1= 'outgoing' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) ) )
{
- // InternalRoom.g:2794:1: (otherlv_0= 'handle' otherlv_1= 'outgoing' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) ) )
- // InternalRoom.g:2794:3: otherlv_0= 'handle' otherlv_1= 'outgoing' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) )
+ // InternalRoom.g:2708:1: (otherlv_0= 'handle' otherlv_1= 'outgoing' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) ) )
+ // InternalRoom.g:2708:3: otherlv_0= 'handle' otherlv_1= 'outgoing' ( (otherlv_2= RULE_ID ) ) ( (lv_detailCode_3_0= ruleDetailCode ) )
{
- otherlv_0=(Token)match(input,54,FOLLOW_73);
+ otherlv_0=(Token)match(input,54,FOLLOW_74);
newLeafNode(otherlv_0, grammarAccess.getOutMessageHandlerAccess().getHandleKeyword_0());
@@ -6981,18 +6936,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getOutMessageHandlerAccess().getOutgoingKeyword_1());
- // InternalRoom.g:2802:1: ( (otherlv_2= RULE_ID ) )
- // InternalRoom.g:2803:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:2716:1: ( (otherlv_2= RULE_ID ) )
+ // InternalRoom.g:2717:1: (otherlv_2= RULE_ID )
{
- // InternalRoom.g:2803:1: (otherlv_2= RULE_ID )
- // InternalRoom.g:2804:3: otherlv_2= RULE_ID
+ // InternalRoom.g:2717:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:2718:3: otherlv_2= RULE_ID
{
if (current==null) {
current = createModelElement(grammarAccess.getOutMessageHandlerRule());
}
- otherlv_2=(Token)match(input,RULE_ID,FOLLOW_47);
+ otherlv_2=(Token)match(input,RULE_ID,FOLLOW_48);
newLeafNode(otherlv_2, grammarAccess.getOutMessageHandlerAccess().getMsgMessageCrossReference_2_0());
@@ -7002,11 +6957,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:2815:2: ( (lv_detailCode_3_0= ruleDetailCode ) )
- // InternalRoom.g:2816:1: (lv_detailCode_3_0= ruleDetailCode )
+ // InternalRoom.g:2729:2: ( (lv_detailCode_3_0= ruleDetailCode ) )
+ // InternalRoom.g:2730:1: (lv_detailCode_3_0= ruleDetailCode )
{
- // InternalRoom.g:2816:1: (lv_detailCode_3_0= ruleDetailCode )
- // InternalRoom.g:2817:3: lv_detailCode_3_0= ruleDetailCode
+ // InternalRoom.g:2730:1: (lv_detailCode_3_0= ruleDetailCode )
+ // InternalRoom.g:2731:3: lv_detailCode_3_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getOutMessageHandlerAccess().getDetailCodeDetailCodeParserRuleCall_3_0());
@@ -7054,7 +7009,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleModelComponent"
- // InternalRoom.g:2841:1: entryRuleModelComponent returns [EObject current=null] : iv_ruleModelComponent= ruleModelComponent EOF ;
+ // InternalRoom.g:2755:1: entryRuleModelComponent returns [EObject current=null] : iv_ruleModelComponent= ruleModelComponent EOF ;
public final EObject entryRuleModelComponent() throws RecognitionException {
EObject current = null;
@@ -7062,8 +7017,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:2842:2: (iv_ruleModelComponent= ruleModelComponent EOF )
- // InternalRoom.g:2843:2: iv_ruleModelComponent= ruleModelComponent EOF
+ // InternalRoom.g:2756:2: (iv_ruleModelComponent= ruleModelComponent EOF )
+ // InternalRoom.g:2757:2: iv_ruleModelComponent= ruleModelComponent EOF
{
newCompositeNode(grammarAccess.getModelComponentRule());
pushFollow(FOLLOW_1);
@@ -7090,7 +7045,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleModelComponent"
- // InternalRoom.g:2850:1: ruleModelComponent returns [EObject current=null] : this_ActorClass_0= ruleActorClass ;
+ // InternalRoom.g:2764:1: ruleModelComponent returns [EObject current=null] : this_ActorClass_0= ruleActorClass ;
public final EObject ruleModelComponent() throws RecognitionException {
EObject current = null;
@@ -7100,8 +7055,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:2853:28: (this_ActorClass_0= ruleActorClass )
- // InternalRoom.g:2855:5: this_ActorClass_0= ruleActorClass
+ // InternalRoom.g:2767:28: (this_ActorClass_0= ruleActorClass )
+ // InternalRoom.g:2769:5: this_ActorClass_0= ruleActorClass
{
newCompositeNode(grammarAccess.getModelComponentAccess().getActorClassParserRuleCall());
@@ -7133,7 +7088,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleActorClass"
- // InternalRoom.g:2871:1: entryRuleActorClass returns [EObject current=null] : iv_ruleActorClass= ruleActorClass EOF ;
+ // InternalRoom.g:2785:1: entryRuleActorClass returns [EObject current=null] : iv_ruleActorClass= ruleActorClass EOF ;
public final EObject entryRuleActorClass() throws RecognitionException {
EObject current = null;
@@ -7141,8 +7096,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:2872:2: (iv_ruleActorClass= ruleActorClass EOF )
- // InternalRoom.g:2873:2: iv_ruleActorClass= ruleActorClass EOF
+ // InternalRoom.g:2786:2: (iv_ruleActorClass= ruleActorClass EOF )
+ // InternalRoom.g:2787:2: iv_ruleActorClass= ruleActorClass EOF
{
newCompositeNode(grammarAccess.getActorClassRule());
pushFollow(FOLLOW_1);
@@ -7169,7 +7124,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleActorClass"
- // InternalRoom.g:2880:1: ruleActorClass returns [EObject current=null] : ( ( ( ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* ) ) ) otherlv_3= 'ActorClass' ( (lv_name_4_0= RULE_ID ) ) ( (lv_docu_5_0= ruleDocumentation ) )? (otherlv_6= 'extends' ( ( ruleFQN ) ) )? otherlv_8= '{' ( (lv_annotations_9_0= ruleAnnotation ) )* (otherlv_10= 'Interface' otherlv_11= '{' ( ( (lv_serviceProvisionPoints_12_0= ruleSPP ) ) | ( (lv_interfacePorts_13_0= rulePort ) ) )* otherlv_14= '}' )? (otherlv_15= 'Structure' ( (lv_structureDocu_16_0= ruleDocumentation ) )? otherlv_17= '{' (otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) ) )? (otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) ) )? (otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) ) )? ( ( (lv_connections_24_0= ruleLayerConnection ) ) | ( (lv_bindings_25_0= ruleBinding ) ) | ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) ) | ( (lv_attributes_27_0= ruleAttribute ) ) | ( (lv_actorRefs_28_0= ruleActorRef ) ) | ( (lv_serviceAccessPoints_29_0= ruleSAP ) ) | ( (lv_internalPorts_30_0= rulePort ) ) | ( (lv_externalPorts_31_0= ruleExternalPort ) ) )* otherlv_32= '}' )? (otherlv_33= 'Behavior' ( (lv_behaviorDocu_34_0= ruleDocumentation ) )? otherlv_35= '{' ( (lv_behaviorAnnotations_36_0= ruleAnnotation ) )* ( ( (lv_operations_37_0= ruleStandardOperation ) ) | ( (lv_structors_38_0= ruleClassStructor ) ) )* ( (lv_stateMachine_39_0= ruleStateMachine ) )? otherlv_40= '}' )? otherlv_41= '}' ) ;
+ // InternalRoom.g:2794:1: ruleActorClass returns [EObject current=null] : ( ( ( ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* ) ) ) otherlv_3= 'ActorClass' ( (lv_name_4_0= RULE_ID ) ) ( (lv_docu_5_0= ruleDocumentation ) )? (otherlv_6= 'extends' ( ( ruleFQN ) ) )? otherlv_8= '{' ( (lv_annotations_9_0= ruleAnnotation ) )* (otherlv_10= 'Interface' otherlv_11= '{' ( ( (lv_serviceProvisionPoints_12_0= ruleSPP ) ) | ( (lv_interfacePorts_13_0= rulePort ) ) )* otherlv_14= '}' )? (otherlv_15= 'Structure' ( (lv_structureDocu_16_0= ruleDocumentation ) )? otherlv_17= '{' (otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) ) )? (otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) ) )? (otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) ) )? ( ( (lv_connections_24_0= ruleLayerConnection ) ) | ( (lv_bindings_25_0= ruleBinding ) ) | ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) ) | ( (lv_attributes_27_0= ruleAttribute ) ) | ( (lv_actorRefs_28_0= ruleActorRef ) ) | ( (lv_serviceAccessPoints_29_0= ruleSAP ) ) | ( (lv_internalPorts_30_0= rulePort ) ) | ( (lv_externalPorts_31_0= ruleExternalPort ) ) )* otherlv_32= '}' )? (otherlv_33= 'Behavior' ( (lv_behaviorDocu_34_0= ruleDocumentation ) )? otherlv_35= '{' ( (lv_behaviorAnnotations_36_0= ruleAnnotation ) )* ( ( (lv_operations_37_0= ruleStandardOperation ) ) | ( (lv_structors_38_0= ruleClassStructor ) ) )* ( (lv_stateMachine_39_0= ruleStateMachine ) )? otherlv_40= '}' )? otherlv_41= '}' ) ;
public final EObject ruleActorClass() throws RecognitionException {
EObject current = null;
@@ -7239,67 +7194,67 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:2883:28: ( ( ( ( ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* ) ) ) otherlv_3= 'ActorClass' ( (lv_name_4_0= RULE_ID ) ) ( (lv_docu_5_0= ruleDocumentation ) )? (otherlv_6= 'extends' ( ( ruleFQN ) ) )? otherlv_8= '{' ( (lv_annotations_9_0= ruleAnnotation ) )* (otherlv_10= 'Interface' otherlv_11= '{' ( ( (lv_serviceProvisionPoints_12_0= ruleSPP ) ) | ( (lv_interfacePorts_13_0= rulePort ) ) )* otherlv_14= '}' )? (otherlv_15= 'Structure' ( (lv_structureDocu_16_0= ruleDocumentation ) )? otherlv_17= '{' (otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) ) )? (otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) ) )? (otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) ) )? ( ( (lv_connections_24_0= ruleLayerConnection ) ) | ( (lv_bindings_25_0= ruleBinding ) ) | ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) ) | ( (lv_attributes_27_0= ruleAttribute ) ) | ( (lv_actorRefs_28_0= ruleActorRef ) ) | ( (lv_serviceAccessPoints_29_0= ruleSAP ) ) | ( (lv_internalPorts_30_0= rulePort ) ) | ( (lv_externalPorts_31_0= ruleExternalPort ) ) )* otherlv_32= '}' )? (otherlv_33= 'Behavior' ( (lv_behaviorDocu_34_0= ruleDocumentation ) )? otherlv_35= '{' ( (lv_behaviorAnnotations_36_0= ruleAnnotation ) )* ( ( (lv_operations_37_0= ruleStandardOperation ) ) | ( (lv_structors_38_0= ruleClassStructor ) ) )* ( (lv_stateMachine_39_0= ruleStateMachine ) )? otherlv_40= '}' )? otherlv_41= '}' ) )
- // InternalRoom.g:2884:1: ( ( ( ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* ) ) ) otherlv_3= 'ActorClass' ( (lv_name_4_0= RULE_ID ) ) ( (lv_docu_5_0= ruleDocumentation ) )? (otherlv_6= 'extends' ( ( ruleFQN ) ) )? otherlv_8= '{' ( (lv_annotations_9_0= ruleAnnotation ) )* (otherlv_10= 'Interface' otherlv_11= '{' ( ( (lv_serviceProvisionPoints_12_0= ruleSPP ) ) | ( (lv_interfacePorts_13_0= rulePort ) ) )* otherlv_14= '}' )? (otherlv_15= 'Structure' ( (lv_structureDocu_16_0= ruleDocumentation ) )? otherlv_17= '{' (otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) ) )? (otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) ) )? (otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) ) )? ( ( (lv_connections_24_0= ruleLayerConnection ) ) | ( (lv_bindings_25_0= ruleBinding ) ) | ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) ) | ( (lv_attributes_27_0= ruleAttribute ) ) | ( (lv_actorRefs_28_0= ruleActorRef ) ) | ( (lv_serviceAccessPoints_29_0= ruleSAP ) ) | ( (lv_internalPorts_30_0= rulePort ) ) | ( (lv_externalPorts_31_0= ruleExternalPort ) ) )* otherlv_32= '}' )? (otherlv_33= 'Behavior' ( (lv_behaviorDocu_34_0= ruleDocumentation ) )? otherlv_35= '{' ( (lv_behaviorAnnotations_36_0= ruleAnnotation ) )* ( ( (lv_operations_37_0= ruleStandardOperation ) ) | ( (lv_structors_38_0= ruleClassStructor ) ) )* ( (lv_stateMachine_39_0= ruleStateMachine ) )? otherlv_40= '}' )? otherlv_41= '}' )
+ // InternalRoom.g:2797:28: ( ( ( ( ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* ) ) ) otherlv_3= 'ActorClass' ( (lv_name_4_0= RULE_ID ) ) ( (lv_docu_5_0= ruleDocumentation ) )? (otherlv_6= 'extends' ( ( ruleFQN ) ) )? otherlv_8= '{' ( (lv_annotations_9_0= ruleAnnotation ) )* (otherlv_10= 'Interface' otherlv_11= '{' ( ( (lv_serviceProvisionPoints_12_0= ruleSPP ) ) | ( (lv_interfacePorts_13_0= rulePort ) ) )* otherlv_14= '}' )? (otherlv_15= 'Structure' ( (lv_structureDocu_16_0= ruleDocumentation ) )? otherlv_17= '{' (otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) ) )? (otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) ) )? (otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) ) )? ( ( (lv_connections_24_0= ruleLayerConnection ) ) | ( (lv_bindings_25_0= ruleBinding ) ) | ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) ) | ( (lv_attributes_27_0= ruleAttribute ) ) | ( (lv_actorRefs_28_0= ruleActorRef ) ) | ( (lv_serviceAccessPoints_29_0= ruleSAP ) ) | ( (lv_internalPorts_30_0= rulePort ) ) | ( (lv_externalPorts_31_0= ruleExternalPort ) ) )* otherlv_32= '}' )? (otherlv_33= 'Behavior' ( (lv_behaviorDocu_34_0= ruleDocumentation ) )? otherlv_35= '{' ( (lv_behaviorAnnotations_36_0= ruleAnnotation ) )* ( ( (lv_operations_37_0= ruleStandardOperation ) ) | ( (lv_structors_38_0= ruleClassStructor ) ) )* ( (lv_stateMachine_39_0= ruleStateMachine ) )? otherlv_40= '}' )? otherlv_41= '}' ) )
+ // InternalRoom.g:2798:1: ( ( ( ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* ) ) ) otherlv_3= 'ActorClass' ( (lv_name_4_0= RULE_ID ) ) ( (lv_docu_5_0= ruleDocumentation ) )? (otherlv_6= 'extends' ( ( ruleFQN ) ) )? otherlv_8= '{' ( (lv_annotations_9_0= ruleAnnotation ) )* (otherlv_10= 'Interface' otherlv_11= '{' ( ( (lv_serviceProvisionPoints_12_0= ruleSPP ) ) | ( (lv_interfacePorts_13_0= rulePort ) ) )* otherlv_14= '}' )? (otherlv_15= 'Structure' ( (lv_structureDocu_16_0= ruleDocumentation ) )? otherlv_17= '{' (otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) ) )? (otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) ) )? (otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) ) )? ( ( (lv_connections_24_0= ruleLayerConnection ) ) | ( (lv_bindings_25_0= ruleBinding ) ) | ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) ) | ( (lv_attributes_27_0= ruleAttribute ) ) | ( (lv_actorRefs_28_0= ruleActorRef ) ) | ( (lv_serviceAccessPoints_29_0= ruleSAP ) ) | ( (lv_internalPorts_30_0= rulePort ) ) | ( (lv_externalPorts_31_0= ruleExternalPort ) ) )* otherlv_32= '}' )? (otherlv_33= 'Behavior' ( (lv_behaviorDocu_34_0= ruleDocumentation ) )? otherlv_35= '{' ( (lv_behaviorAnnotations_36_0= ruleAnnotation ) )* ( ( (lv_operations_37_0= ruleStandardOperation ) ) | ( (lv_structors_38_0= ruleClassStructor ) ) )* ( (lv_stateMachine_39_0= ruleStateMachine ) )? otherlv_40= '}' )? otherlv_41= '}' )
{
- // InternalRoom.g:2884:1: ( ( ( ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* ) ) ) otherlv_3= 'ActorClass' ( (lv_name_4_0= RULE_ID ) ) ( (lv_docu_5_0= ruleDocumentation ) )? (otherlv_6= 'extends' ( ( ruleFQN ) ) )? otherlv_8= '{' ( (lv_annotations_9_0= ruleAnnotation ) )* (otherlv_10= 'Interface' otherlv_11= '{' ( ( (lv_serviceProvisionPoints_12_0= ruleSPP ) ) | ( (lv_interfacePorts_13_0= rulePort ) ) )* otherlv_14= '}' )? (otherlv_15= 'Structure' ( (lv_structureDocu_16_0= ruleDocumentation ) )? otherlv_17= '{' (otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) ) )? (otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) ) )? (otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) ) )? ( ( (lv_connections_24_0= ruleLayerConnection ) ) | ( (lv_bindings_25_0= ruleBinding ) ) | ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) ) | ( (lv_attributes_27_0= ruleAttribute ) ) | ( (lv_actorRefs_28_0= ruleActorRef ) ) | ( (lv_serviceAccessPoints_29_0= ruleSAP ) ) | ( (lv_internalPorts_30_0= rulePort ) ) | ( (lv_externalPorts_31_0= ruleExternalPort ) ) )* otherlv_32= '}' )? (otherlv_33= 'Behavior' ( (lv_behaviorDocu_34_0= ruleDocumentation ) )? otherlv_35= '{' ( (lv_behaviorAnnotations_36_0= ruleAnnotation ) )* ( ( (lv_operations_37_0= ruleStandardOperation ) ) | ( (lv_structors_38_0= ruleClassStructor ) ) )* ( (lv_stateMachine_39_0= ruleStateMachine ) )? otherlv_40= '}' )? otherlv_41= '}' )
- // InternalRoom.g:2884:2: ( ( ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* ) ) ) otherlv_3= 'ActorClass' ( (lv_name_4_0= RULE_ID ) ) ( (lv_docu_5_0= ruleDocumentation ) )? (otherlv_6= 'extends' ( ( ruleFQN ) ) )? otherlv_8= '{' ( (lv_annotations_9_0= ruleAnnotation ) )* (otherlv_10= 'Interface' otherlv_11= '{' ( ( (lv_serviceProvisionPoints_12_0= ruleSPP ) ) | ( (lv_interfacePorts_13_0= rulePort ) ) )* otherlv_14= '}' )? (otherlv_15= 'Structure' ( (lv_structureDocu_16_0= ruleDocumentation ) )? otherlv_17= '{' (otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) ) )? (otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) ) )? (otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) ) )? ( ( (lv_connections_24_0= ruleLayerConnection ) ) | ( (lv_bindings_25_0= ruleBinding ) ) | ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) ) | ( (lv_attributes_27_0= ruleAttribute ) ) | ( (lv_actorRefs_28_0= ruleActorRef ) ) | ( (lv_serviceAccessPoints_29_0= ruleSAP ) ) | ( (lv_internalPorts_30_0= rulePort ) ) | ( (lv_externalPorts_31_0= ruleExternalPort ) ) )* otherlv_32= '}' )? (otherlv_33= 'Behavior' ( (lv_behaviorDocu_34_0= ruleDocumentation ) )? otherlv_35= '{' ( (lv_behaviorAnnotations_36_0= ruleAnnotation ) )* ( ( (lv_operations_37_0= ruleStandardOperation ) ) | ( (lv_structors_38_0= ruleClassStructor ) ) )* ( (lv_stateMachine_39_0= ruleStateMachine ) )? otherlv_40= '}' )? otherlv_41= '}'
+ // InternalRoom.g:2798:1: ( ( ( ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* ) ) ) otherlv_3= 'ActorClass' ( (lv_name_4_0= RULE_ID ) ) ( (lv_docu_5_0= ruleDocumentation ) )? (otherlv_6= 'extends' ( ( ruleFQN ) ) )? otherlv_8= '{' ( (lv_annotations_9_0= ruleAnnotation ) )* (otherlv_10= 'Interface' otherlv_11= '{' ( ( (lv_serviceProvisionPoints_12_0= ruleSPP ) ) | ( (lv_interfacePorts_13_0= rulePort ) ) )* otherlv_14= '}' )? (otherlv_15= 'Structure' ( (lv_structureDocu_16_0= ruleDocumentation ) )? otherlv_17= '{' (otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) ) )? (otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) ) )? (otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) ) )? ( ( (lv_connections_24_0= ruleLayerConnection ) ) | ( (lv_bindings_25_0= ruleBinding ) ) | ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) ) | ( (lv_attributes_27_0= ruleAttribute ) ) | ( (lv_actorRefs_28_0= ruleActorRef ) ) | ( (lv_serviceAccessPoints_29_0= ruleSAP ) ) | ( (lv_internalPorts_30_0= rulePort ) ) | ( (lv_externalPorts_31_0= ruleExternalPort ) ) )* otherlv_32= '}' )? (otherlv_33= 'Behavior' ( (lv_behaviorDocu_34_0= ruleDocumentation ) )? otherlv_35= '{' ( (lv_behaviorAnnotations_36_0= ruleAnnotation ) )* ( ( (lv_operations_37_0= ruleStandardOperation ) ) | ( (lv_structors_38_0= ruleClassStructor ) ) )* ( (lv_stateMachine_39_0= ruleStateMachine ) )? otherlv_40= '}' )? otherlv_41= '}' )
+ // InternalRoom.g:2798:2: ( ( ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* ) ) ) otherlv_3= 'ActorClass' ( (lv_name_4_0= RULE_ID ) ) ( (lv_docu_5_0= ruleDocumentation ) )? (otherlv_6= 'extends' ( ( ruleFQN ) ) )? otherlv_8= '{' ( (lv_annotations_9_0= ruleAnnotation ) )* (otherlv_10= 'Interface' otherlv_11= '{' ( ( (lv_serviceProvisionPoints_12_0= ruleSPP ) ) | ( (lv_interfacePorts_13_0= rulePort ) ) )* otherlv_14= '}' )? (otherlv_15= 'Structure' ( (lv_structureDocu_16_0= ruleDocumentation ) )? otherlv_17= '{' (otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) ) )? (otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) ) )? (otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) ) )? ( ( (lv_connections_24_0= ruleLayerConnection ) ) | ( (lv_bindings_25_0= ruleBinding ) ) | ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) ) | ( (lv_attributes_27_0= ruleAttribute ) ) | ( (lv_actorRefs_28_0= ruleActorRef ) ) | ( (lv_serviceAccessPoints_29_0= ruleSAP ) ) | ( (lv_internalPorts_30_0= rulePort ) ) | ( (lv_externalPorts_31_0= ruleExternalPort ) ) )* otherlv_32= '}' )? (otherlv_33= 'Behavior' ( (lv_behaviorDocu_34_0= ruleDocumentation ) )? otherlv_35= '{' ( (lv_behaviorAnnotations_36_0= ruleAnnotation ) )* ( ( (lv_operations_37_0= ruleStandardOperation ) ) | ( (lv_structors_38_0= ruleClassStructor ) ) )* ( (lv_stateMachine_39_0= ruleStateMachine ) )? otherlv_40= '}' )? otherlv_41= '}'
{
- // InternalRoom.g:2884:2: ( ( ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* ) ) )
- // InternalRoom.g:2886:1: ( ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* ) )
+ // InternalRoom.g:2798:2: ( ( ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* ) ) )
+ // InternalRoom.g:2800:1: ( ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* ) )
{
- // InternalRoom.g:2886:1: ( ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* ) )
- // InternalRoom.g:2887:2: ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* )
+ // InternalRoom.g:2800:1: ( ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* ) )
+ // InternalRoom.g:2801:2: ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* )
{
getUnorderedGroupHelper().enter(grammarAccess.getActorClassAccess().getUnorderedGroup_0());
- // InternalRoom.g:2890:2: ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* )
- // InternalRoom.g:2891:3: ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )*
+ // InternalRoom.g:2804:2: ( ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )* )
+ // InternalRoom.g:2805:3: ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )*
{
- // InternalRoom.g:2891:3: ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )*
- loop70:
+ // InternalRoom.g:2805:3: ( ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) ) | ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) ) )*
+ loop72:
do {
- int alt70=3;
- int LA70_0 = input.LA(1);
+ int alt72=3;
+ int LA72_0 = input.LA(1);
- if ( LA70_0 == 55 && getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 0) ) {
- alt70=1;
+ if ( LA72_0 == 55 && getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 0) ) {
+ alt72=1;
}
- else if ( ( LA70_0 >= 125 && LA70_0 <= 127 || LA70_0 == 129 ) && getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 1) ) {
- alt70=2;
+ else if ( ( LA72_0 >= 125 && LA72_0 <= 127 || LA72_0 == 129 ) && getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 1) ) {
+ alt72=2;
}
- switch (alt70) {
+ switch (alt72) {
case 1 :
- // InternalRoom.g:2893:4: ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) )
+ // InternalRoom.g:2807:4: ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) )
{
- // InternalRoom.g:2893:4: ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) )
- // InternalRoom.g:2894:5: {...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) )
+ // InternalRoom.g:2807:4: ({...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) ) )
+ // InternalRoom.g:2808:5: {...}? => ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 0) ) {
throw new FailedPredicateException(input, "ruleActorClass", "getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 0)");
}
- // InternalRoom.g:2894:107: ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) )
- // InternalRoom.g:2895:6: ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) )
+ // InternalRoom.g:2808:107: ( ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) ) )
+ // InternalRoom.g:2809:6: ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) )
{
getUnorderedGroupHelper().select(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 0);
- // InternalRoom.g:2898:6: ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) )
- // InternalRoom.g:2898:7: {...}? => ( (lv_abstract_1_0= 'abstract' ) )
+ // InternalRoom.g:2812:6: ({...}? => ( (lv_abstract_1_0= 'abstract' ) ) )
+ // InternalRoom.g:2812:7: {...}? => ( (lv_abstract_1_0= 'abstract' ) )
{
if ( !((true)) ) {
throw new FailedPredicateException(input, "ruleActorClass", "true");
}
- // InternalRoom.g:2898:16: ( (lv_abstract_1_0= 'abstract' ) )
- // InternalRoom.g:2899:1: (lv_abstract_1_0= 'abstract' )
+ // InternalRoom.g:2812:16: ( (lv_abstract_1_0= 'abstract' ) )
+ // InternalRoom.g:2813:1: (lv_abstract_1_0= 'abstract' )
{
- // InternalRoom.g:2899:1: (lv_abstract_1_0= 'abstract' )
- // InternalRoom.g:2900:3: lv_abstract_1_0= 'abstract'
+ // InternalRoom.g:2813:1: (lv_abstract_1_0= 'abstract' )
+ // InternalRoom.g:2814:3: lv_abstract_1_0= 'abstract'
{
- lv_abstract_1_0=(Token)match(input,55,FOLLOW_74);
+ lv_abstract_1_0=(Token)match(input,55,FOLLOW_75);
newLeafNode(lv_abstract_1_0, grammarAccess.getActorClassAccess().getAbstractAbstractKeyword_0_0_0());
@@ -7331,36 +7286,36 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:2920:4: ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) )
+ // InternalRoom.g:2834:4: ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) )
{
- // InternalRoom.g:2920:4: ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) )
- // InternalRoom.g:2921:5: {...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) )
+ // InternalRoom.g:2834:4: ({...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) ) )
+ // InternalRoom.g:2835:5: {...}? => ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) )
{
if ( ! getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 1) ) {
throw new FailedPredicateException(input, "ruleActorClass", "getUnorderedGroupHelper().canSelect(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 1)");
}
- // InternalRoom.g:2921:107: ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) )
- // InternalRoom.g:2922:6: ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) )
+ // InternalRoom.g:2835:107: ( ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) ) )
+ // InternalRoom.g:2836:6: ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) )
{
getUnorderedGroupHelper().select(grammarAccess.getActorClassAccess().getUnorderedGroup_0(), 1);
- // InternalRoom.g:2925:6: ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) )
- // InternalRoom.g:2925:7: {...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) )
+ // InternalRoom.g:2839:6: ({...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) ) )
+ // InternalRoom.g:2839:7: {...}? => ( (lv_commType_2_0= ruleComponentCommunicationType ) )
{
if ( !((true)) ) {
throw new FailedPredicateException(input, "ruleActorClass", "true");
}
- // InternalRoom.g:2925:16: ( (lv_commType_2_0= ruleComponentCommunicationType ) )
- // InternalRoom.g:2926:1: (lv_commType_2_0= ruleComponentCommunicationType )
+ // InternalRoom.g:2839:16: ( (lv_commType_2_0= ruleComponentCommunicationType ) )
+ // InternalRoom.g:2840:1: (lv_commType_2_0= ruleComponentCommunicationType )
{
- // InternalRoom.g:2926:1: (lv_commType_2_0= ruleComponentCommunicationType )
- // InternalRoom.g:2927:3: lv_commType_2_0= ruleComponentCommunicationType
+ // InternalRoom.g:2840:1: (lv_commType_2_0= ruleComponentCommunicationType )
+ // InternalRoom.g:2841:3: lv_commType_2_0= ruleComponentCommunicationType
{
newCompositeNode(grammarAccess.getActorClassAccess().getCommTypeComponentCommunicationTypeEnumRuleCall_0_1_0());
- pushFollow(FOLLOW_74);
+ pushFollow(FOLLOW_75);
lv_commType_2_0=ruleComponentCommunicationType();
state._fsp--;
@@ -7399,7 +7354,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop70;
+ break loop72;
}
} while (true);
@@ -7419,13 +7374,13 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_3, grammarAccess.getActorClassAccess().getActorClassKeyword_1());
- // InternalRoom.g:2961:1: ( (lv_name_4_0= RULE_ID ) )
- // InternalRoom.g:2962:1: (lv_name_4_0= RULE_ID )
+ // InternalRoom.g:2875:1: ( (lv_name_4_0= RULE_ID ) )
+ // InternalRoom.g:2876:1: (lv_name_4_0= RULE_ID )
{
- // InternalRoom.g:2962:1: (lv_name_4_0= RULE_ID )
- // InternalRoom.g:2963:3: lv_name_4_0= RULE_ID
+ // InternalRoom.g:2876:1: (lv_name_4_0= RULE_ID )
+ // InternalRoom.g:2877:3: lv_name_4_0= RULE_ID
{
- lv_name_4_0=(Token)match(input,RULE_ID,FOLLOW_26);
+ lv_name_4_0=(Token)match(input,RULE_ID,FOLLOW_27);
newLeafNode(lv_name_4_0, grammarAccess.getActorClassAccess().getNameIDTerminalRuleCall_2_0());
@@ -7445,24 +7400,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:2979:2: ( (lv_docu_5_0= ruleDocumentation ) )?
- int alt71=2;
- int LA71_0 = input.LA(1);
+ // InternalRoom.g:2893:2: ( (lv_docu_5_0= ruleDocumentation ) )?
+ int alt73=2;
+ int LA73_0 = input.LA(1);
- if ( (LA71_0==35) ) {
- alt71=1;
+ if ( (LA73_0==35) ) {
+ alt73=1;
}
- switch (alt71) {
+ switch (alt73) {
case 1 :
- // InternalRoom.g:2980:1: (lv_docu_5_0= ruleDocumentation )
+ // InternalRoom.g:2894:1: (lv_docu_5_0= ruleDocumentation )
{
- // InternalRoom.g:2980:1: (lv_docu_5_0= ruleDocumentation )
- // InternalRoom.g:2981:3: lv_docu_5_0= ruleDocumentation
+ // InternalRoom.g:2894:1: (lv_docu_5_0= ruleDocumentation )
+ // InternalRoom.g:2895:3: lv_docu_5_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getActorClassAccess().getDocuDocumentationParserRuleCall_3_0());
- pushFollow(FOLLOW_27);
+ pushFollow(FOLLOW_28);
lv_docu_5_0=ruleDocumentation();
state._fsp--;
@@ -7487,26 +7442,26 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:2997:3: (otherlv_6= 'extends' ( ( ruleFQN ) ) )?
- int alt72=2;
- int LA72_0 = input.LA(1);
+ // InternalRoom.g:2911:3: (otherlv_6= 'extends' ( ( ruleFQN ) ) )?
+ int alt74=2;
+ int LA74_0 = input.LA(1);
- if ( (LA72_0==30) ) {
- alt72=1;
+ if ( (LA74_0==30) ) {
+ alt74=1;
}
- switch (alt72) {
+ switch (alt74) {
case 1 :
- // InternalRoom.g:2997:5: otherlv_6= 'extends' ( ( ruleFQN ) )
+ // InternalRoom.g:2911:5: otherlv_6= 'extends' ( ( ruleFQN ) )
{
otherlv_6=(Token)match(input,30,FOLLOW_3);
newLeafNode(otherlv_6, grammarAccess.getActorClassAccess().getExtendsKeyword_4_0());
- // InternalRoom.g:3001:1: ( ( ruleFQN ) )
- // InternalRoom.g:3002:1: ( ruleFQN )
+ // InternalRoom.g:2915:1: ( ( ruleFQN ) )
+ // InternalRoom.g:2916:1: ( ruleFQN )
{
- // InternalRoom.g:3002:1: ( ruleFQN )
- // InternalRoom.g:3003:3: ruleFQN
+ // InternalRoom.g:2916:1: ( ruleFQN )
+ // InternalRoom.g:2917:3: ruleFQN
{
if (current==null) {
@@ -7536,32 +7491,32 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_8=(Token)match(input,14,FOLLOW_75);
+ otherlv_8=(Token)match(input,14,FOLLOW_76);
newLeafNode(otherlv_8, grammarAccess.getActorClassAccess().getLeftCurlyBracketKeyword_5());
- // InternalRoom.g:3020:1: ( (lv_annotations_9_0= ruleAnnotation ) )*
- loop73:
+ // InternalRoom.g:2934:1: ( (lv_annotations_9_0= ruleAnnotation ) )*
+ loop75:
do {
- int alt73=2;
- int LA73_0 = input.LA(1);
+ int alt75=2;
+ int LA75_0 = input.LA(1);
- if ( (LA73_0==109) ) {
- alt73=1;
+ if ( (LA75_0==109) ) {
+ alt75=1;
}
- switch (alt73) {
+ switch (alt75) {
case 1 :
- // InternalRoom.g:3021:1: (lv_annotations_9_0= ruleAnnotation )
+ // InternalRoom.g:2935:1: (lv_annotations_9_0= ruleAnnotation )
{
- // InternalRoom.g:3021:1: (lv_annotations_9_0= ruleAnnotation )
- // InternalRoom.g:3022:3: lv_annotations_9_0= ruleAnnotation
+ // InternalRoom.g:2935:1: (lv_annotations_9_0= ruleAnnotation )
+ // InternalRoom.g:2936:3: lv_annotations_9_0= ruleAnnotation
{
newCompositeNode(grammarAccess.getActorClassAccess().getAnnotationsAnnotationParserRuleCall_6_0());
- pushFollow(FOLLOW_75);
+ pushFollow(FOLLOW_76);
lv_annotations_9_0=ruleAnnotation();
state._fsp--;
@@ -7585,57 +7540,57 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop73;
+ break loop75;
}
} while (true);
- // InternalRoom.g:3038:3: (otherlv_10= 'Interface' otherlv_11= '{' ( ( (lv_serviceProvisionPoints_12_0= ruleSPP ) ) | ( (lv_interfacePorts_13_0= rulePort ) ) )* otherlv_14= '}' )?
- int alt75=2;
- int LA75_0 = input.LA(1);
+ // InternalRoom.g:2952:3: (otherlv_10= 'Interface' otherlv_11= '{' ( ( (lv_serviceProvisionPoints_12_0= ruleSPP ) ) | ( (lv_interfacePorts_13_0= rulePort ) ) )* otherlv_14= '}' )?
+ int alt77=2;
+ int LA77_0 = input.LA(1);
- if ( (LA75_0==57) ) {
- alt75=1;
+ if ( (LA77_0==57) ) {
+ alt77=1;
}
- switch (alt75) {
+ switch (alt77) {
case 1 :
- // InternalRoom.g:3038:5: otherlv_10= 'Interface' otherlv_11= '{' ( ( (lv_serviceProvisionPoints_12_0= ruleSPP ) ) | ( (lv_interfacePorts_13_0= rulePort ) ) )* otherlv_14= '}'
+ // InternalRoom.g:2952:5: otherlv_10= 'Interface' otherlv_11= '{' ( ( (lv_serviceProvisionPoints_12_0= ruleSPP ) ) | ( (lv_interfacePorts_13_0= rulePort ) ) )* otherlv_14= '}'
{
otherlv_10=(Token)match(input,57,FOLLOW_5);
newLeafNode(otherlv_10, grammarAccess.getActorClassAccess().getInterfaceKeyword_7_0());
- otherlv_11=(Token)match(input,14,FOLLOW_76);
+ otherlv_11=(Token)match(input,14,FOLLOW_77);
newLeafNode(otherlv_11, grammarAccess.getActorClassAccess().getLeftCurlyBracketKeyword_7_1());
- // InternalRoom.g:3046:1: ( ( (lv_serviceProvisionPoints_12_0= ruleSPP ) ) | ( (lv_interfacePorts_13_0= rulePort ) ) )*
- loop74:
+ // InternalRoom.g:2960:1: ( ( (lv_serviceProvisionPoints_12_0= ruleSPP ) ) | ( (lv_interfacePorts_13_0= rulePort ) ) )*
+ loop76:
do {
- int alt74=3;
- int LA74_0 = input.LA(1);
+ int alt76=3;
+ int LA76_0 = input.LA(1);
- if ( (LA74_0==63) ) {
- alt74=1;
+ if ( (LA76_0==63) ) {
+ alt76=1;
}
- else if ( (LA74_0==48||LA74_0==60) ) {
- alt74=2;
+ else if ( (LA76_0==48||LA76_0==60) ) {
+ alt76=2;
}
- switch (alt74) {
+ switch (alt76) {
case 1 :
- // InternalRoom.g:3046:2: ( (lv_serviceProvisionPoints_12_0= ruleSPP ) )
+ // InternalRoom.g:2960:2: ( (lv_serviceProvisionPoints_12_0= ruleSPP ) )
{
- // InternalRoom.g:3046:2: ( (lv_serviceProvisionPoints_12_0= ruleSPP ) )
- // InternalRoom.g:3047:1: (lv_serviceProvisionPoints_12_0= ruleSPP )
+ // InternalRoom.g:2960:2: ( (lv_serviceProvisionPoints_12_0= ruleSPP ) )
+ // InternalRoom.g:2961:1: (lv_serviceProvisionPoints_12_0= ruleSPP )
{
- // InternalRoom.g:3047:1: (lv_serviceProvisionPoints_12_0= ruleSPP )
- // InternalRoom.g:3048:3: lv_serviceProvisionPoints_12_0= ruleSPP
+ // InternalRoom.g:2961:1: (lv_serviceProvisionPoints_12_0= ruleSPP )
+ // InternalRoom.g:2962:3: lv_serviceProvisionPoints_12_0= ruleSPP
{
newCompositeNode(grammarAccess.getActorClassAccess().getServiceProvisionPointsSPPParserRuleCall_7_2_0_0());
- pushFollow(FOLLOW_76);
+ pushFollow(FOLLOW_77);
lv_serviceProvisionPoints_12_0=ruleSPP();
state._fsp--;
@@ -7661,18 +7616,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:3065:6: ( (lv_interfacePorts_13_0= rulePort ) )
+ // InternalRoom.g:2979:6: ( (lv_interfacePorts_13_0= rulePort ) )
{
- // InternalRoom.g:3065:6: ( (lv_interfacePorts_13_0= rulePort ) )
- // InternalRoom.g:3066:1: (lv_interfacePorts_13_0= rulePort )
+ // InternalRoom.g:2979:6: ( (lv_interfacePorts_13_0= rulePort ) )
+ // InternalRoom.g:2980:1: (lv_interfacePorts_13_0= rulePort )
{
- // InternalRoom.g:3066:1: (lv_interfacePorts_13_0= rulePort )
- // InternalRoom.g:3067:3: lv_interfacePorts_13_0= rulePort
+ // InternalRoom.g:2980:1: (lv_interfacePorts_13_0= rulePort )
+ // InternalRoom.g:2981:3: lv_interfacePorts_13_0= rulePort
{
newCompositeNode(grammarAccess.getActorClassAccess().getInterfacePortsPortParserRuleCall_7_2_1_0());
- pushFollow(FOLLOW_76);
+ pushFollow(FOLLOW_77);
lv_interfacePorts_13_0=rulePort();
state._fsp--;
@@ -7699,11 +7654,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop74;
+ break loop76;
}
} while (true);
- otherlv_14=(Token)match(input,15,FOLLOW_77);
+ otherlv_14=(Token)match(input,15,FOLLOW_78);
newLeafNode(otherlv_14, grammarAccess.getActorClassAccess().getRightCurlyBracketKeyword_7_3());
@@ -7713,34 +7668,34 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:3087:3: (otherlv_15= 'Structure' ( (lv_structureDocu_16_0= ruleDocumentation ) )? otherlv_17= '{' (otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) ) )? (otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) ) )? (otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) ) )? ( ( (lv_connections_24_0= ruleLayerConnection ) ) | ( (lv_bindings_25_0= ruleBinding ) ) | ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) ) | ( (lv_attributes_27_0= ruleAttribute ) ) | ( (lv_actorRefs_28_0= ruleActorRef ) ) | ( (lv_serviceAccessPoints_29_0= ruleSAP ) ) | ( (lv_internalPorts_30_0= rulePort ) ) | ( (lv_externalPorts_31_0= ruleExternalPort ) ) )* otherlv_32= '}' )?
- int alt81=2;
- int LA81_0 = input.LA(1);
+ // InternalRoom.g:3001:3: (otherlv_15= 'Structure' ( (lv_structureDocu_16_0= ruleDocumentation ) )? otherlv_17= '{' (otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) ) )? (otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) ) )? (otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) ) )? ( ( (lv_connections_24_0= ruleLayerConnection ) ) | ( (lv_bindings_25_0= ruleBinding ) ) | ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) ) | ( (lv_attributes_27_0= ruleAttribute ) ) | ( (lv_actorRefs_28_0= ruleActorRef ) ) | ( (lv_serviceAccessPoints_29_0= ruleSAP ) ) | ( (lv_internalPorts_30_0= rulePort ) ) | ( (lv_externalPorts_31_0= ruleExternalPort ) ) )* otherlv_32= '}' )?
+ int alt83=2;
+ int LA83_0 = input.LA(1);
- if ( (LA81_0==58) ) {
- alt81=1;
+ if ( (LA83_0==58) ) {
+ alt83=1;
}
- switch (alt81) {
+ switch (alt83) {
case 1 :
- // InternalRoom.g:3087:5: otherlv_15= 'Structure' ( (lv_structureDocu_16_0= ruleDocumentation ) )? otherlv_17= '{' (otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) ) )? (otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) ) )? (otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) ) )? ( ( (lv_connections_24_0= ruleLayerConnection ) ) | ( (lv_bindings_25_0= ruleBinding ) ) | ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) ) | ( (lv_attributes_27_0= ruleAttribute ) ) | ( (lv_actorRefs_28_0= ruleActorRef ) ) | ( (lv_serviceAccessPoints_29_0= ruleSAP ) ) | ( (lv_internalPorts_30_0= rulePort ) ) | ( (lv_externalPorts_31_0= ruleExternalPort ) ) )* otherlv_32= '}'
+ // InternalRoom.g:3001:5: otherlv_15= 'Structure' ( (lv_structureDocu_16_0= ruleDocumentation ) )? otherlv_17= '{' (otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) ) )? (otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) ) )? (otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) ) )? ( ( (lv_connections_24_0= ruleLayerConnection ) ) | ( (lv_bindings_25_0= ruleBinding ) ) | ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) ) | ( (lv_attributes_27_0= ruleAttribute ) ) | ( (lv_actorRefs_28_0= ruleActorRef ) ) | ( (lv_serviceAccessPoints_29_0= ruleSAP ) ) | ( (lv_internalPorts_30_0= rulePort ) ) | ( (lv_externalPorts_31_0= ruleExternalPort ) ) )* otherlv_32= '}'
{
otherlv_15=(Token)match(input,58,FOLLOW_4);
newLeafNode(otherlv_15, grammarAccess.getActorClassAccess().getStructureKeyword_8_0());
- // InternalRoom.g:3091:1: ( (lv_structureDocu_16_0= ruleDocumentation ) )?
- int alt76=2;
- int LA76_0 = input.LA(1);
+ // InternalRoom.g:3005:1: ( (lv_structureDocu_16_0= ruleDocumentation ) )?
+ int alt78=2;
+ int LA78_0 = input.LA(1);
- if ( (LA76_0==35) ) {
- alt76=1;
+ if ( (LA78_0==35) ) {
+ alt78=1;
}
- switch (alt76) {
+ switch (alt78) {
case 1 :
- // InternalRoom.g:3092:1: (lv_structureDocu_16_0= ruleDocumentation )
+ // InternalRoom.g:3006:1: (lv_structureDocu_16_0= ruleDocumentation )
{
- // InternalRoom.g:3092:1: (lv_structureDocu_16_0= ruleDocumentation )
- // InternalRoom.g:3093:3: lv_structureDocu_16_0= ruleDocumentation
+ // InternalRoom.g:3006:1: (lv_structureDocu_16_0= ruleDocumentation )
+ // InternalRoom.g:3007:3: lv_structureDocu_16_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getActorClassAccess().getStructureDocuDocumentationParserRuleCall_8_1_0());
@@ -7770,35 +7725,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_17=(Token)match(input,14,FOLLOW_78);
+ otherlv_17=(Token)match(input,14,FOLLOW_79);
newLeafNode(otherlv_17, grammarAccess.getActorClassAccess().getLeftCurlyBracketKeyword_8_2());
- // InternalRoom.g:3113:1: (otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) ) )?
- int alt77=2;
- int LA77_0 = input.LA(1);
+ // InternalRoom.g:3027:1: (otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) ) )?
+ int alt79=2;
+ int LA79_0 = input.LA(1);
- if ( (LA77_0==31) ) {
- alt77=1;
+ if ( (LA79_0==31) ) {
+ alt79=1;
}
- switch (alt77) {
+ switch (alt79) {
case 1 :
- // InternalRoom.g:3113:3: otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) )
+ // InternalRoom.g:3027:3: otherlv_18= 'usercode1' ( (lv_userCode1_19_0= ruleDetailCode ) )
{
- otherlv_18=(Token)match(input,31,FOLLOW_79);
+ otherlv_18=(Token)match(input,31,FOLLOW_80);
newLeafNode(otherlv_18, grammarAccess.getActorClassAccess().getUsercode1Keyword_8_3_0());
- // InternalRoom.g:3117:1: ( (lv_userCode1_19_0= ruleDetailCode ) )
- // InternalRoom.g:3118:1: (lv_userCode1_19_0= ruleDetailCode )
+ // InternalRoom.g:3031:1: ( (lv_userCode1_19_0= ruleDetailCode ) )
+ // InternalRoom.g:3032:1: (lv_userCode1_19_0= ruleDetailCode )
{
- // InternalRoom.g:3118:1: (lv_userCode1_19_0= ruleDetailCode )
- // InternalRoom.g:3119:3: lv_userCode1_19_0= ruleDetailCode
+ // InternalRoom.g:3032:1: (lv_userCode1_19_0= ruleDetailCode )
+ // InternalRoom.g:3033:3: lv_userCode1_19_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getActorClassAccess().getUserCode1DetailCodeParserRuleCall_8_3_1_0());
- pushFollow(FOLLOW_80);
+ pushFollow(FOLLOW_81);
lv_userCode1_19_0=ruleDetailCode();
state._fsp--;
@@ -7826,31 +7781,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:3135:4: (otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) ) )?
- int alt78=2;
- int LA78_0 = input.LA(1);
+ // InternalRoom.g:3049:4: (otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) ) )?
+ int alt80=2;
+ int LA80_0 = input.LA(1);
- if ( (LA78_0==32) ) {
- alt78=1;
+ if ( (LA80_0==32) ) {
+ alt80=1;
}
- switch (alt78) {
+ switch (alt80) {
case 1 :
- // InternalRoom.g:3135:6: otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) )
+ // InternalRoom.g:3049:6: otherlv_20= 'usercode2' ( (lv_userCode2_21_0= ruleDetailCode ) )
{
- otherlv_20=(Token)match(input,32,FOLLOW_81);
+ otherlv_20=(Token)match(input,32,FOLLOW_82);
newLeafNode(otherlv_20, grammarAccess.getActorClassAccess().getUsercode2Keyword_8_4_0());
- // InternalRoom.g:3139:1: ( (lv_userCode2_21_0= ruleDetailCode ) )
- // InternalRoom.g:3140:1: (lv_userCode2_21_0= ruleDetailCode )
+ // InternalRoom.g:3053:1: ( (lv_userCode2_21_0= ruleDetailCode ) )
+ // InternalRoom.g:3054:1: (lv_userCode2_21_0= ruleDetailCode )
{
- // InternalRoom.g:3140:1: (lv_userCode2_21_0= ruleDetailCode )
- // InternalRoom.g:3141:3: lv_userCode2_21_0= ruleDetailCode
+ // InternalRoom.g:3054:1: (lv_userCode2_21_0= ruleDetailCode )
+ // InternalRoom.g:3055:3: lv_userCode2_21_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getActorClassAccess().getUserCode2DetailCodeParserRuleCall_8_4_1_0());
- pushFollow(FOLLOW_82);
+ pushFollow(FOLLOW_83);
lv_userCode2_21_0=ruleDetailCode();
state._fsp--;
@@ -7878,31 +7833,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:3157:4: (otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) ) )?
- int alt79=2;
- int LA79_0 = input.LA(1);
+ // InternalRoom.g:3071:4: (otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) ) )?
+ int alt81=2;
+ int LA81_0 = input.LA(1);
- if ( (LA79_0==33) ) {
- alt79=1;
+ if ( (LA81_0==33) ) {
+ alt81=1;
}
- switch (alt79) {
+ switch (alt81) {
case 1 :
- // InternalRoom.g:3157:6: otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) )
+ // InternalRoom.g:3071:6: otherlv_22= 'usercode3' ( (lv_userCode3_23_0= ruleDetailCode ) )
{
- otherlv_22=(Token)match(input,33,FOLLOW_83);
+ otherlv_22=(Token)match(input,33,FOLLOW_84);
newLeafNode(otherlv_22, grammarAccess.getActorClassAccess().getUsercode3Keyword_8_5_0());
- // InternalRoom.g:3161:1: ( (lv_userCode3_23_0= ruleDetailCode ) )
- // InternalRoom.g:3162:1: (lv_userCode3_23_0= ruleDetailCode )
+ // InternalRoom.g:3075:1: ( (lv_userCode3_23_0= ruleDetailCode ) )
+ // InternalRoom.g:3076:1: (lv_userCode3_23_0= ruleDetailCode )
{
- // InternalRoom.g:3162:1: (lv_userCode3_23_0= ruleDetailCode )
- // InternalRoom.g:3163:3: lv_userCode3_23_0= ruleDetailCode
+ // InternalRoom.g:3076:1: (lv_userCode3_23_0= ruleDetailCode )
+ // InternalRoom.g:3077:3: lv_userCode3_23_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getActorClassAccess().getUserCode3DetailCodeParserRuleCall_8_5_1_0());
- pushFollow(FOLLOW_84);
+ pushFollow(FOLLOW_85);
lv_userCode3_23_0=ruleDetailCode();
state._fsp--;
@@ -7930,71 +7885,71 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:3179:4: ( ( (lv_connections_24_0= ruleLayerConnection ) ) | ( (lv_bindings_25_0= ruleBinding ) ) | ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) ) | ( (lv_attributes_27_0= ruleAttribute ) ) | ( (lv_actorRefs_28_0= ruleActorRef ) ) | ( (lv_serviceAccessPoints_29_0= ruleSAP ) ) | ( (lv_internalPorts_30_0= rulePort ) ) | ( (lv_externalPorts_31_0= ruleExternalPort ) ) )*
- loop80:
+ // InternalRoom.g:3093:4: ( ( (lv_connections_24_0= ruleLayerConnection ) ) | ( (lv_bindings_25_0= ruleBinding ) ) | ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) ) | ( (lv_attributes_27_0= ruleAttribute ) ) | ( (lv_actorRefs_28_0= ruleActorRef ) ) | ( (lv_serviceAccessPoints_29_0= ruleSAP ) ) | ( (lv_internalPorts_30_0= rulePort ) ) | ( (lv_externalPorts_31_0= ruleExternalPort ) ) )*
+ loop82:
do {
- int alt80=9;
+ int alt82=9;
switch ( input.LA(1) ) {
case 75:
{
- alt80=1;
+ alt82=1;
}
break;
case 71:
{
- alt80=2;
+ alt82=2;
}
break;
case 64:
{
- alt80=3;
+ alt82=3;
}
break;
case 34:
{
- alt80=4;
+ alt82=4;
}
break;
case 78:
case 112:
case 128:
{
- alt80=5;
+ alt82=5;
}
break;
case 62:
{
- alt80=6;
+ alt82=6;
}
break;
case 48:
case 60:
{
- alt80=7;
+ alt82=7;
}
break;
case 61:
{
- alt80=8;
+ alt82=8;
}
break;
}
- switch (alt80) {
+ switch (alt82) {
case 1 :
- // InternalRoom.g:3179:5: ( (lv_connections_24_0= ruleLayerConnection ) )
+ // InternalRoom.g:3093:5: ( (lv_connections_24_0= ruleLayerConnection ) )
{
- // InternalRoom.g:3179:5: ( (lv_connections_24_0= ruleLayerConnection ) )
- // InternalRoom.g:3180:1: (lv_connections_24_0= ruleLayerConnection )
+ // InternalRoom.g:3093:5: ( (lv_connections_24_0= ruleLayerConnection ) )
+ // InternalRoom.g:3094:1: (lv_connections_24_0= ruleLayerConnection )
{
- // InternalRoom.g:3180:1: (lv_connections_24_0= ruleLayerConnection )
- // InternalRoom.g:3181:3: lv_connections_24_0= ruleLayerConnection
+ // InternalRoom.g:3094:1: (lv_connections_24_0= ruleLayerConnection )
+ // InternalRoom.g:3095:3: lv_connections_24_0= ruleLayerConnection
{
newCompositeNode(grammarAccess.getActorClassAccess().getConnectionsLayerConnectionParserRuleCall_8_6_0_0());
- pushFollow(FOLLOW_84);
+ pushFollow(FOLLOW_85);
lv_connections_24_0=ruleLayerConnection();
state._fsp--;
@@ -8020,18 +7975,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:3198:6: ( (lv_bindings_25_0= ruleBinding ) )
+ // InternalRoom.g:3112:6: ( (lv_bindings_25_0= ruleBinding ) )
{
- // InternalRoom.g:3198:6: ( (lv_bindings_25_0= ruleBinding ) )
- // InternalRoom.g:3199:1: (lv_bindings_25_0= ruleBinding )
+ // InternalRoom.g:3112:6: ( (lv_bindings_25_0= ruleBinding ) )
+ // InternalRoom.g:3113:1: (lv_bindings_25_0= ruleBinding )
{
- // InternalRoom.g:3199:1: (lv_bindings_25_0= ruleBinding )
- // InternalRoom.g:3200:3: lv_bindings_25_0= ruleBinding
+ // InternalRoom.g:3113:1: (lv_bindings_25_0= ruleBinding )
+ // InternalRoom.g:3114:3: lv_bindings_25_0= ruleBinding
{
newCompositeNode(grammarAccess.getActorClassAccess().getBindingsBindingParserRuleCall_8_6_1_0());
- pushFollow(FOLLOW_84);
+ pushFollow(FOLLOW_85);
lv_bindings_25_0=ruleBinding();
state._fsp--;
@@ -8057,18 +8012,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:3217:6: ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) )
+ // InternalRoom.g:3131:6: ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) )
{
- // InternalRoom.g:3217:6: ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) )
- // InternalRoom.g:3218:1: (lv_serviceImplementations_26_0= ruleServiceImplementation )
+ // InternalRoom.g:3131:6: ( (lv_serviceImplementations_26_0= ruleServiceImplementation ) )
+ // InternalRoom.g:3132:1: (lv_serviceImplementations_26_0= ruleServiceImplementation )
{
- // InternalRoom.g:3218:1: (lv_serviceImplementations_26_0= ruleServiceImplementation )
- // InternalRoom.g:3219:3: lv_serviceImplementations_26_0= ruleServiceImplementation
+ // InternalRoom.g:3132:1: (lv_serviceImplementations_26_0= ruleServiceImplementation )
+ // InternalRoom.g:3133:3: lv_serviceImplementations_26_0= ruleServiceImplementation
{
newCompositeNode(grammarAccess.getActorClassAccess().getServiceImplementationsServiceImplementationParserRuleCall_8_6_2_0());
- pushFollow(FOLLOW_84);
+ pushFollow(FOLLOW_85);
lv_serviceImplementations_26_0=ruleServiceImplementation();
state._fsp--;
@@ -8094,18 +8049,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 4 :
- // InternalRoom.g:3236:6: ( (lv_attributes_27_0= ruleAttribute ) )
+ // InternalRoom.g:3150:6: ( (lv_attributes_27_0= ruleAttribute ) )
{
- // InternalRoom.g:3236:6: ( (lv_attributes_27_0= ruleAttribute ) )
- // InternalRoom.g:3237:1: (lv_attributes_27_0= ruleAttribute )
+ // InternalRoom.g:3150:6: ( (lv_attributes_27_0= ruleAttribute ) )
+ // InternalRoom.g:3151:1: (lv_attributes_27_0= ruleAttribute )
{
- // InternalRoom.g:3237:1: (lv_attributes_27_0= ruleAttribute )
- // InternalRoom.g:3238:3: lv_attributes_27_0= ruleAttribute
+ // InternalRoom.g:3151:1: (lv_attributes_27_0= ruleAttribute )
+ // InternalRoom.g:3152:3: lv_attributes_27_0= ruleAttribute
{
newCompositeNode(grammarAccess.getActorClassAccess().getAttributesAttributeParserRuleCall_8_6_3_0());
- pushFollow(FOLLOW_84);
+ pushFollow(FOLLOW_85);
lv_attributes_27_0=ruleAttribute();
state._fsp--;
@@ -8131,18 +8086,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 5 :
- // InternalRoom.g:3255:6: ( (lv_actorRefs_28_0= ruleActorRef ) )
+ // InternalRoom.g:3169:6: ( (lv_actorRefs_28_0= ruleActorRef ) )
{
- // InternalRoom.g:3255:6: ( (lv_actorRefs_28_0= ruleActorRef ) )
- // InternalRoom.g:3256:1: (lv_actorRefs_28_0= ruleActorRef )
+ // InternalRoom.g:3169:6: ( (lv_actorRefs_28_0= ruleActorRef ) )
+ // InternalRoom.g:3170:1: (lv_actorRefs_28_0= ruleActorRef )
{
- // InternalRoom.g:3256:1: (lv_actorRefs_28_0= ruleActorRef )
- // InternalRoom.g:3257:3: lv_actorRefs_28_0= ruleActorRef
+ // InternalRoom.g:3170:1: (lv_actorRefs_28_0= ruleActorRef )
+ // InternalRoom.g:3171:3: lv_actorRefs_28_0= ruleActorRef
{
newCompositeNode(grammarAccess.getActorClassAccess().getActorRefsActorRefParserRuleCall_8_6_4_0());
- pushFollow(FOLLOW_84);
+ pushFollow(FOLLOW_85);
lv_actorRefs_28_0=ruleActorRef();
state._fsp--;
@@ -8168,18 +8123,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 6 :
- // InternalRoom.g:3274:6: ( (lv_serviceAccessPoints_29_0= ruleSAP ) )
+ // InternalRoom.g:3188:6: ( (lv_serviceAccessPoints_29_0= ruleSAP ) )
{
- // InternalRoom.g:3274:6: ( (lv_serviceAccessPoints_29_0= ruleSAP ) )
- // InternalRoom.g:3275:1: (lv_serviceAccessPoints_29_0= ruleSAP )
+ // InternalRoom.g:3188:6: ( (lv_serviceAccessPoints_29_0= ruleSAP ) )
+ // InternalRoom.g:3189:1: (lv_serviceAccessPoints_29_0= ruleSAP )
{
- // InternalRoom.g:3275:1: (lv_serviceAccessPoints_29_0= ruleSAP )
- // InternalRoom.g:3276:3: lv_serviceAccessPoints_29_0= ruleSAP
+ // InternalRoom.g:3189:1: (lv_serviceAccessPoints_29_0= ruleSAP )
+ // InternalRoom.g:3190:3: lv_serviceAccessPoints_29_0= ruleSAP
{
newCompositeNode(grammarAccess.getActorClassAccess().getServiceAccessPointsSAPParserRuleCall_8_6_5_0());
- pushFollow(FOLLOW_84);
+ pushFollow(FOLLOW_85);
lv_serviceAccessPoints_29_0=ruleSAP();
state._fsp--;
@@ -8205,18 +8160,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 7 :
- // InternalRoom.g:3293:6: ( (lv_internalPorts_30_0= rulePort ) )
+ // InternalRoom.g:3207:6: ( (lv_internalPorts_30_0= rulePort ) )
{
- // InternalRoom.g:3293:6: ( (lv_internalPorts_30_0= rulePort ) )
- // InternalRoom.g:3294:1: (lv_internalPorts_30_0= rulePort )
+ // InternalRoom.g:3207:6: ( (lv_internalPorts_30_0= rulePort ) )
+ // InternalRoom.g:3208:1: (lv_internalPorts_30_0= rulePort )
{
- // InternalRoom.g:3294:1: (lv_internalPorts_30_0= rulePort )
- // InternalRoom.g:3295:3: lv_internalPorts_30_0= rulePort
+ // InternalRoom.g:3208:1: (lv_internalPorts_30_0= rulePort )
+ // InternalRoom.g:3209:3: lv_internalPorts_30_0= rulePort
{
newCompositeNode(grammarAccess.getActorClassAccess().getInternalPortsPortParserRuleCall_8_6_6_0());
- pushFollow(FOLLOW_84);
+ pushFollow(FOLLOW_85);
lv_internalPorts_30_0=rulePort();
state._fsp--;
@@ -8242,18 +8197,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 8 :
- // InternalRoom.g:3312:6: ( (lv_externalPorts_31_0= ruleExternalPort ) )
+ // InternalRoom.g:3226:6: ( (lv_externalPorts_31_0= ruleExternalPort ) )
{
- // InternalRoom.g:3312:6: ( (lv_externalPorts_31_0= ruleExternalPort ) )
- // InternalRoom.g:3313:1: (lv_externalPorts_31_0= ruleExternalPort )
+ // InternalRoom.g:3226:6: ( (lv_externalPorts_31_0= ruleExternalPort ) )
+ // InternalRoom.g:3227:1: (lv_externalPorts_31_0= ruleExternalPort )
{
- // InternalRoom.g:3313:1: (lv_externalPorts_31_0= ruleExternalPort )
- // InternalRoom.g:3314:3: lv_externalPorts_31_0= ruleExternalPort
+ // InternalRoom.g:3227:1: (lv_externalPorts_31_0= ruleExternalPort )
+ // InternalRoom.g:3228:3: lv_externalPorts_31_0= ruleExternalPort
{
newCompositeNode(grammarAccess.getActorClassAccess().getExternalPortsExternalPortParserRuleCall_8_6_7_0());
- pushFollow(FOLLOW_84);
+ pushFollow(FOLLOW_85);
lv_externalPorts_31_0=ruleExternalPort();
state._fsp--;
@@ -8280,11 +8235,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop80;
+ break loop82;
}
} while (true);
- otherlv_32=(Token)match(input,15,FOLLOW_85);
+ otherlv_32=(Token)match(input,15,FOLLOW_86);
newLeafNode(otherlv_32, grammarAccess.getActorClassAccess().getRightCurlyBracketKeyword_8_7());
@@ -8294,34 +8249,34 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:3334:3: (otherlv_33= 'Behavior' ( (lv_behaviorDocu_34_0= ruleDocumentation ) )? otherlv_35= '{' ( (lv_behaviorAnnotations_36_0= ruleAnnotation ) )* ( ( (lv_operations_37_0= ruleStandardOperation ) ) | ( (lv_structors_38_0= ruleClassStructor ) ) )* ( (lv_stateMachine_39_0= ruleStateMachine ) )? otherlv_40= '}' )?
- int alt86=2;
- int LA86_0 = input.LA(1);
+ // InternalRoom.g:3248:3: (otherlv_33= 'Behavior' ( (lv_behaviorDocu_34_0= ruleDocumentation ) )? otherlv_35= '{' ( (lv_behaviorAnnotations_36_0= ruleAnnotation ) )* ( ( (lv_operations_37_0= ruleStandardOperation ) ) | ( (lv_structors_38_0= ruleClassStructor ) ) )* ( (lv_stateMachine_39_0= ruleStateMachine ) )? otherlv_40= '}' )?
+ int alt88=2;
+ int LA88_0 = input.LA(1);
- if ( (LA86_0==59) ) {
- alt86=1;
+ if ( (LA88_0==59) ) {
+ alt88=1;
}
- switch (alt86) {
+ switch (alt88) {
case 1 :
- // InternalRoom.g:3334:5: otherlv_33= 'Behavior' ( (lv_behaviorDocu_34_0= ruleDocumentation ) )? otherlv_35= '{' ( (lv_behaviorAnnotations_36_0= ruleAnnotation ) )* ( ( (lv_operations_37_0= ruleStandardOperation ) ) | ( (lv_structors_38_0= ruleClassStructor ) ) )* ( (lv_stateMachine_39_0= ruleStateMachine ) )? otherlv_40= '}'
+ // InternalRoom.g:3248:5: otherlv_33= 'Behavior' ( (lv_behaviorDocu_34_0= ruleDocumentation ) )? otherlv_35= '{' ( (lv_behaviorAnnotations_36_0= ruleAnnotation ) )* ( ( (lv_operations_37_0= ruleStandardOperation ) ) | ( (lv_structors_38_0= ruleClassStructor ) ) )* ( (lv_stateMachine_39_0= ruleStateMachine ) )? otherlv_40= '}'
{
otherlv_33=(Token)match(input,59,FOLLOW_4);
newLeafNode(otherlv_33, grammarAccess.getActorClassAccess().getBehaviorKeyword_9_0());
- // InternalRoom.g:3338:1: ( (lv_behaviorDocu_34_0= ruleDocumentation ) )?
- int alt82=2;
- int LA82_0 = input.LA(1);
+ // InternalRoom.g:3252:1: ( (lv_behaviorDocu_34_0= ruleDocumentation ) )?
+ int alt84=2;
+ int LA84_0 = input.LA(1);
- if ( (LA82_0==35) ) {
- alt82=1;
+ if ( (LA84_0==35) ) {
+ alt84=1;
}
- switch (alt82) {
+ switch (alt84) {
case 1 :
- // InternalRoom.g:3339:1: (lv_behaviorDocu_34_0= ruleDocumentation )
+ // InternalRoom.g:3253:1: (lv_behaviorDocu_34_0= ruleDocumentation )
{
- // InternalRoom.g:3339:1: (lv_behaviorDocu_34_0= ruleDocumentation )
- // InternalRoom.g:3340:3: lv_behaviorDocu_34_0= ruleDocumentation
+ // InternalRoom.g:3253:1: (lv_behaviorDocu_34_0= ruleDocumentation )
+ // InternalRoom.g:3254:3: lv_behaviorDocu_34_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getActorClassAccess().getBehaviorDocuDocumentationParserRuleCall_9_1_0());
@@ -8351,32 +8306,32 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_35=(Token)match(input,14,FOLLOW_86);
+ otherlv_35=(Token)match(input,14,FOLLOW_87);
newLeafNode(otherlv_35, grammarAccess.getActorClassAccess().getLeftCurlyBracketKeyword_9_2());
- // InternalRoom.g:3360:1: ( (lv_behaviorAnnotations_36_0= ruleAnnotation ) )*
- loop83:
+ // InternalRoom.g:3274:1: ( (lv_behaviorAnnotations_36_0= ruleAnnotation ) )*
+ loop85:
do {
- int alt83=2;
- int LA83_0 = input.LA(1);
+ int alt85=2;
+ int LA85_0 = input.LA(1);
- if ( (LA83_0==109) ) {
- alt83=1;
+ if ( (LA85_0==109) ) {
+ alt85=1;
}
- switch (alt83) {
+ switch (alt85) {
case 1 :
- // InternalRoom.g:3361:1: (lv_behaviorAnnotations_36_0= ruleAnnotation )
+ // InternalRoom.g:3275:1: (lv_behaviorAnnotations_36_0= ruleAnnotation )
{
- // InternalRoom.g:3361:1: (lv_behaviorAnnotations_36_0= ruleAnnotation )
- // InternalRoom.g:3362:3: lv_behaviorAnnotations_36_0= ruleAnnotation
+ // InternalRoom.g:3275:1: (lv_behaviorAnnotations_36_0= ruleAnnotation )
+ // InternalRoom.g:3276:3: lv_behaviorAnnotations_36_0= ruleAnnotation
{
newCompositeNode(grammarAccess.getActorClassAccess().getBehaviorAnnotationsAnnotationParserRuleCall_9_3_0());
- pushFollow(FOLLOW_86);
+ pushFollow(FOLLOW_87);
lv_behaviorAnnotations_36_0=ruleAnnotation();
state._fsp--;
@@ -8400,38 +8355,38 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop83;
+ break loop85;
}
} while (true);
- // InternalRoom.g:3378:3: ( ( (lv_operations_37_0= ruleStandardOperation ) ) | ( (lv_structors_38_0= ruleClassStructor ) ) )*
- loop84:
+ // InternalRoom.g:3292:3: ( ( (lv_operations_37_0= ruleStandardOperation ) ) | ( (lv_structors_38_0= ruleClassStructor ) ) )*
+ loop86:
do {
- int alt84=3;
- int LA84_0 = input.LA(1);
+ int alt86=3;
+ int LA86_0 = input.LA(1);
- if ( ((LA84_0>=37 && LA84_0<=38)) ) {
- alt84=1;
+ if ( ((LA86_0>=37 && LA86_0<=38)) ) {
+ alt86=1;
}
- else if ( ((LA84_0>=41 && LA84_0<=42)) ) {
- alt84=2;
+ else if ( ((LA86_0>=41 && LA86_0<=42)) ) {
+ alt86=2;
}
- switch (alt84) {
+ switch (alt86) {
case 1 :
- // InternalRoom.g:3378:4: ( (lv_operations_37_0= ruleStandardOperation ) )
+ // InternalRoom.g:3292:4: ( (lv_operations_37_0= ruleStandardOperation ) )
{
- // InternalRoom.g:3378:4: ( (lv_operations_37_0= ruleStandardOperation ) )
- // InternalRoom.g:3379:1: (lv_operations_37_0= ruleStandardOperation )
+ // InternalRoom.g:3292:4: ( (lv_operations_37_0= ruleStandardOperation ) )
+ // InternalRoom.g:3293:1: (lv_operations_37_0= ruleStandardOperation )
{
- // InternalRoom.g:3379:1: (lv_operations_37_0= ruleStandardOperation )
- // InternalRoom.g:3380:3: lv_operations_37_0= ruleStandardOperation
+ // InternalRoom.g:3293:1: (lv_operations_37_0= ruleStandardOperation )
+ // InternalRoom.g:3294:3: lv_operations_37_0= ruleStandardOperation
{
newCompositeNode(grammarAccess.getActorClassAccess().getOperationsStandardOperationParserRuleCall_9_4_0_0());
- pushFollow(FOLLOW_87);
+ pushFollow(FOLLOW_88);
lv_operations_37_0=ruleStandardOperation();
state._fsp--;
@@ -8457,18 +8412,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:3397:6: ( (lv_structors_38_0= ruleClassStructor ) )
+ // InternalRoom.g:3311:6: ( (lv_structors_38_0= ruleClassStructor ) )
{
- // InternalRoom.g:3397:6: ( (lv_structors_38_0= ruleClassStructor ) )
- // InternalRoom.g:3398:1: (lv_structors_38_0= ruleClassStructor )
+ // InternalRoom.g:3311:6: ( (lv_structors_38_0= ruleClassStructor ) )
+ // InternalRoom.g:3312:1: (lv_structors_38_0= ruleClassStructor )
{
- // InternalRoom.g:3398:1: (lv_structors_38_0= ruleClassStructor )
- // InternalRoom.g:3399:3: lv_structors_38_0= ruleClassStructor
+ // InternalRoom.g:3312:1: (lv_structors_38_0= ruleClassStructor )
+ // InternalRoom.g:3313:3: lv_structors_38_0= ruleClassStructor
{
newCompositeNode(grammarAccess.getActorClassAccess().getStructorsClassStructorParserRuleCall_9_4_1_0());
- pushFollow(FOLLOW_87);
+ pushFollow(FOLLOW_88);
lv_structors_38_0=ruleClassStructor();
state._fsp--;
@@ -8495,28 +8450,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop84;
+ break loop86;
}
} while (true);
- // InternalRoom.g:3415:4: ( (lv_stateMachine_39_0= ruleStateMachine ) )?
- int alt85=2;
- int LA85_0 = input.LA(1);
+ // InternalRoom.g:3329:4: ( (lv_stateMachine_39_0= ruleStateMachine ) )?
+ int alt87=2;
+ int LA87_0 = input.LA(1);
- if ( (LA85_0==83) ) {
- alt85=1;
+ if ( (LA87_0==83) ) {
+ alt87=1;
}
- switch (alt85) {
+ switch (alt87) {
case 1 :
- // InternalRoom.g:3416:1: (lv_stateMachine_39_0= ruleStateMachine )
+ // InternalRoom.g:3330:1: (lv_stateMachine_39_0= ruleStateMachine )
{
- // InternalRoom.g:3416:1: (lv_stateMachine_39_0= ruleStateMachine )
- // InternalRoom.g:3417:3: lv_stateMachine_39_0= ruleStateMachine
+ // InternalRoom.g:3330:1: (lv_stateMachine_39_0= ruleStateMachine )
+ // InternalRoom.g:3331:3: lv_stateMachine_39_0= ruleStateMachine
{
newCompositeNode(grammarAccess.getActorClassAccess().getStateMachineStateMachineParserRuleCall_9_5_0());
- pushFollow(FOLLOW_63);
+ pushFollow(FOLLOW_64);
lv_stateMachine_39_0=ruleStateMachine();
state._fsp--;
@@ -8541,7 +8496,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_40=(Token)match(input,15,FOLLOW_63);
+ otherlv_40=(Token)match(input,15,FOLLOW_64);
newLeafNode(otherlv_40, grammarAccess.getActorClassAccess().getRightCurlyBracketKeyword_9_6());
@@ -8576,7 +8531,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleInterfaceItem"
- // InternalRoom.g:3449:1: entryRuleInterfaceItem returns [EObject current=null] : iv_ruleInterfaceItem= ruleInterfaceItem EOF ;
+ // InternalRoom.g:3363:1: entryRuleInterfaceItem returns [EObject current=null] : iv_ruleInterfaceItem= ruleInterfaceItem EOF ;
public final EObject entryRuleInterfaceItem() throws RecognitionException {
EObject current = null;
@@ -8584,8 +8539,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:3450:2: (iv_ruleInterfaceItem= ruleInterfaceItem EOF )
- // InternalRoom.g:3451:2: iv_ruleInterfaceItem= ruleInterfaceItem EOF
+ // InternalRoom.g:3364:2: (iv_ruleInterfaceItem= ruleInterfaceItem EOF )
+ // InternalRoom.g:3365:2: iv_ruleInterfaceItem= ruleInterfaceItem EOF
{
newCompositeNode(grammarAccess.getInterfaceItemRule());
pushFollow(FOLLOW_1);
@@ -8612,7 +8567,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleInterfaceItem"
- // InternalRoom.g:3458:1: ruleInterfaceItem returns [EObject current=null] : (this_Port_0= rulePort | this_SAP_1= ruleSAP | this_SPP_2= ruleSPP ) ;
+ // InternalRoom.g:3372:1: ruleInterfaceItem returns [EObject current=null] : (this_Port_0= rulePort | this_SAP_1= ruleSAP | this_SPP_2= ruleSPP ) ;
public final EObject ruleInterfaceItem() throws RecognitionException {
EObject current = null;
@@ -8626,38 +8581,38 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:3461:28: ( (this_Port_0= rulePort | this_SAP_1= ruleSAP | this_SPP_2= ruleSPP ) )
- // InternalRoom.g:3462:1: (this_Port_0= rulePort | this_SAP_1= ruleSAP | this_SPP_2= ruleSPP )
+ // InternalRoom.g:3375:28: ( (this_Port_0= rulePort | this_SAP_1= ruleSAP | this_SPP_2= ruleSPP ) )
+ // InternalRoom.g:3376:1: (this_Port_0= rulePort | this_SAP_1= ruleSAP | this_SPP_2= ruleSPP )
{
- // InternalRoom.g:3462:1: (this_Port_0= rulePort | this_SAP_1= ruleSAP | this_SPP_2= ruleSPP )
- int alt87=3;
+ // InternalRoom.g:3376:1: (this_Port_0= rulePort | this_SAP_1= ruleSAP | this_SPP_2= ruleSPP )
+ int alt89=3;
switch ( input.LA(1) ) {
case 48:
case 60:
{
- alt87=1;
+ alt89=1;
}
break;
case 62:
{
- alt87=2;
+ alt89=2;
}
break;
case 63:
{
- alt87=3;
+ alt89=3;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 87, 0, input);
+ new NoViableAltException("", 89, 0, input);
throw nvae;
}
- switch (alt87) {
+ switch (alt89) {
case 1 :
- // InternalRoom.g:3463:5: this_Port_0= rulePort
+ // InternalRoom.g:3377:5: this_Port_0= rulePort
{
newCompositeNode(grammarAccess.getInterfaceItemAccess().getPortParserRuleCall_0());
@@ -8675,7 +8630,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:3473:5: this_SAP_1= ruleSAP
+ // InternalRoom.g:3387:5: this_SAP_1= ruleSAP
{
newCompositeNode(grammarAccess.getInterfaceItemAccess().getSAPParserRuleCall_1());
@@ -8693,7 +8648,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:3483:5: this_SPP_2= ruleSPP
+ // InternalRoom.g:3397:5: this_SPP_2= ruleSPP
{
newCompositeNode(grammarAccess.getInterfaceItemAccess().getSPPParserRuleCall_2());
@@ -8731,7 +8686,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRulePort"
- // InternalRoom.g:3499:1: entryRulePort returns [EObject current=null] : iv_rulePort= rulePort EOF ;
+ // InternalRoom.g:3413:1: entryRulePort returns [EObject current=null] : iv_rulePort= rulePort EOF ;
public final EObject entryRulePort() throws RecognitionException {
EObject current = null;
@@ -8739,8 +8694,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:3500:2: (iv_rulePort= rulePort EOF )
- // InternalRoom.g:3501:2: iv_rulePort= rulePort EOF
+ // InternalRoom.g:3414:2: (iv_rulePort= rulePort EOF )
+ // InternalRoom.g:3415:2: iv_rulePort= rulePort EOF
{
newCompositeNode(grammarAccess.getPortRule());
pushFollow(FOLLOW_1);
@@ -8767,7 +8722,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "rulePort"
- // InternalRoom.g:3508:1: rulePort returns [EObject current=null] : ( ( (lv_conjugated_0_0= 'conjugated' ) )? otherlv_1= 'Port' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )? ) ;
+ // InternalRoom.g:3422:1: rulePort returns [EObject current=null] : ( ( (lv_conjugated_0_0= 'conjugated' ) )? otherlv_1= 'Port' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )? ) ;
public final EObject rulePort() throws RecognitionException {
EObject current = null;
@@ -8785,27 +8740,27 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:3511:28: ( ( ( (lv_conjugated_0_0= 'conjugated' ) )? otherlv_1= 'Port' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )? ) )
- // InternalRoom.g:3512:1: ( ( (lv_conjugated_0_0= 'conjugated' ) )? otherlv_1= 'Port' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )? )
+ // InternalRoom.g:3425:28: ( ( ( (lv_conjugated_0_0= 'conjugated' ) )? otherlv_1= 'Port' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )? ) )
+ // InternalRoom.g:3426:1: ( ( (lv_conjugated_0_0= 'conjugated' ) )? otherlv_1= 'Port' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )? )
{
- // InternalRoom.g:3512:1: ( ( (lv_conjugated_0_0= 'conjugated' ) )? otherlv_1= 'Port' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )? )
- // InternalRoom.g:3512:2: ( (lv_conjugated_0_0= 'conjugated' ) )? otherlv_1= 'Port' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )?
+ // InternalRoom.g:3426:1: ( ( (lv_conjugated_0_0= 'conjugated' ) )? otherlv_1= 'Port' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )? )
+ // InternalRoom.g:3426:2: ( (lv_conjugated_0_0= 'conjugated' ) )? otherlv_1= 'Port' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_annotations_6_0= ruleAnnotation ) )* ( (lv_docu_7_0= ruleDocumentation ) )?
{
- // InternalRoom.g:3512:2: ( (lv_conjugated_0_0= 'conjugated' ) )?
- int alt88=2;
- int LA88_0 = input.LA(1);
+ // InternalRoom.g:3426:2: ( (lv_conjugated_0_0= 'conjugated' ) )?
+ int alt90=2;
+ int LA90_0 = input.LA(1);
- if ( (LA88_0==48) ) {
- alt88=1;
+ if ( (LA90_0==48) ) {
+ alt90=1;
}
- switch (alt88) {
+ switch (alt90) {
case 1 :
- // InternalRoom.g:3513:1: (lv_conjugated_0_0= 'conjugated' )
+ // InternalRoom.g:3427:1: (lv_conjugated_0_0= 'conjugated' )
{
- // InternalRoom.g:3513:1: (lv_conjugated_0_0= 'conjugated' )
- // InternalRoom.g:3514:3: lv_conjugated_0_0= 'conjugated'
+ // InternalRoom.g:3427:1: (lv_conjugated_0_0= 'conjugated' )
+ // InternalRoom.g:3428:3: lv_conjugated_0_0= 'conjugated'
{
- lv_conjugated_0_0=(Token)match(input,48,FOLLOW_88);
+ lv_conjugated_0_0=(Token)match(input,48,FOLLOW_89);
newLeafNode(lv_conjugated_0_0, grammarAccess.getPortAccess().getConjugatedConjugatedKeyword_0_0());
@@ -8828,13 +8783,13 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getPortAccess().getPortKeyword_1());
- // InternalRoom.g:3531:1: ( (lv_name_2_0= RULE_ID ) )
- // InternalRoom.g:3532:1: (lv_name_2_0= RULE_ID )
+ // InternalRoom.g:3445:1: ( (lv_name_2_0= RULE_ID ) )
+ // InternalRoom.g:3446:1: (lv_name_2_0= RULE_ID )
{
- // InternalRoom.g:3532:1: (lv_name_2_0= RULE_ID )
- // InternalRoom.g:3533:3: lv_name_2_0= RULE_ID
+ // InternalRoom.g:3446:1: (lv_name_2_0= RULE_ID )
+ // InternalRoom.g:3447:3: lv_name_2_0= RULE_ID
{
- lv_name_2_0=(Token)match(input,RULE_ID,FOLLOW_35);
+ lv_name_2_0=(Token)match(input,RULE_ID,FOLLOW_36);
newLeafNode(lv_name_2_0, grammarAccess.getPortAccess().getNameIDTerminalRuleCall_2_0());
@@ -8854,24 +8809,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:3549:2: ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )?
- int alt89=2;
- int LA89_0 = input.LA(1);
+ // InternalRoom.g:3463:2: ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )?
+ int alt91=2;
+ int LA91_0 = input.LA(1);
- if ( (LA89_0==35) ) {
- alt89=1;
+ if ( (LA91_0==35) ) {
+ alt91=1;
}
- switch (alt89) {
+ switch (alt91) {
case 1 :
- // InternalRoom.g:3550:1: (lv_multiplicity_3_0= ruleMULTIPLICITY )
+ // InternalRoom.g:3464:1: (lv_multiplicity_3_0= ruleMULTIPLICITY )
{
- // InternalRoom.g:3550:1: (lv_multiplicity_3_0= ruleMULTIPLICITY )
- // InternalRoom.g:3551:3: lv_multiplicity_3_0= ruleMULTIPLICITY
+ // InternalRoom.g:3464:1: (lv_multiplicity_3_0= ruleMULTIPLICITY )
+ // InternalRoom.g:3465:3: lv_multiplicity_3_0= ruleMULTIPLICITY
{
newCompositeNode(grammarAccess.getPortAccess().getMultiplicityMULTIPLICITYParserRuleCall_3_0());
- pushFollow(FOLLOW_9);
+ pushFollow(FOLLOW_10);
lv_multiplicity_3_0=ruleMULTIPLICITY();
state._fsp--;
@@ -8900,11 +8855,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_4, grammarAccess.getPortAccess().getColonKeyword_4());
- // InternalRoom.g:3571:1: ( ( ruleFQN ) )
- // InternalRoom.g:3572:1: ( ruleFQN )
+ // InternalRoom.g:3485:1: ( ( ruleFQN ) )
+ // InternalRoom.g:3486:1: ( ruleFQN )
{
- // InternalRoom.g:3572:1: ( ruleFQN )
- // InternalRoom.g:3573:3: ruleFQN
+ // InternalRoom.g:3486:1: ( ruleFQN )
+ // InternalRoom.g:3487:3: ruleFQN
{
if (current==null) {
@@ -8914,7 +8869,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newCompositeNode(grammarAccess.getPortAccess().getProtocolGeneralProtocolClassCrossReference_5_0());
- pushFollow(FOLLOW_68);
+ pushFollow(FOLLOW_69);
ruleFQN();
state._fsp--;
@@ -8928,28 +8883,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:3586:2: ( (lv_annotations_6_0= ruleAnnotation ) )*
- loop90:
+ // InternalRoom.g:3500:2: ( (lv_annotations_6_0= ruleAnnotation ) )*
+ loop92:
do {
- int alt90=2;
- int LA90_0 = input.LA(1);
+ int alt92=2;
+ int LA92_0 = input.LA(1);
- if ( (LA90_0==109) ) {
- alt90=1;
+ if ( (LA92_0==109) ) {
+ alt92=1;
}
- switch (alt90) {
+ switch (alt92) {
case 1 :
- // InternalRoom.g:3587:1: (lv_annotations_6_0= ruleAnnotation )
+ // InternalRoom.g:3501:1: (lv_annotations_6_0= ruleAnnotation )
{
- // InternalRoom.g:3587:1: (lv_annotations_6_0= ruleAnnotation )
- // InternalRoom.g:3588:3: lv_annotations_6_0= ruleAnnotation
+ // InternalRoom.g:3501:1: (lv_annotations_6_0= ruleAnnotation )
+ // InternalRoom.g:3502:3: lv_annotations_6_0= ruleAnnotation
{
newCompositeNode(grammarAccess.getPortAccess().getAnnotationsAnnotationParserRuleCall_6_0());
- pushFollow(FOLLOW_68);
+ pushFollow(FOLLOW_69);
lv_annotations_6_0=ruleAnnotation();
state._fsp--;
@@ -8973,23 +8928,23 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop90;
+ break loop92;
}
} while (true);
- // InternalRoom.g:3604:3: ( (lv_docu_7_0= ruleDocumentation ) )?
- int alt91=2;
- int LA91_0 = input.LA(1);
+ // InternalRoom.g:3518:3: ( (lv_docu_7_0= ruleDocumentation ) )?
+ int alt93=2;
+ int LA93_0 = input.LA(1);
- if ( (LA91_0==35) ) {
- alt91=1;
+ if ( (LA93_0==35) ) {
+ alt93=1;
}
- switch (alt91) {
+ switch (alt93) {
case 1 :
- // InternalRoom.g:3605:1: (lv_docu_7_0= ruleDocumentation )
+ // InternalRoom.g:3519:1: (lv_docu_7_0= ruleDocumentation )
{
- // InternalRoom.g:3605:1: (lv_docu_7_0= ruleDocumentation )
- // InternalRoom.g:3606:3: lv_docu_7_0= ruleDocumentation
+ // InternalRoom.g:3519:1: (lv_docu_7_0= ruleDocumentation )
+ // InternalRoom.g:3520:3: lv_docu_7_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getPortAccess().getDocuDocumentationParserRuleCall_7_0());
@@ -9040,7 +8995,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleExternalPort"
- // InternalRoom.g:3630:1: entryRuleExternalPort returns [EObject current=null] : iv_ruleExternalPort= ruleExternalPort EOF ;
+ // InternalRoom.g:3544:1: entryRuleExternalPort returns [EObject current=null] : iv_ruleExternalPort= ruleExternalPort EOF ;
public final EObject entryRuleExternalPort() throws RecognitionException {
EObject current = null;
@@ -9048,8 +9003,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:3631:2: (iv_ruleExternalPort= ruleExternalPort EOF )
- // InternalRoom.g:3632:2: iv_ruleExternalPort= ruleExternalPort EOF
+ // InternalRoom.g:3545:2: (iv_ruleExternalPort= ruleExternalPort EOF )
+ // InternalRoom.g:3546:2: iv_ruleExternalPort= ruleExternalPort EOF
{
newCompositeNode(grammarAccess.getExternalPortRule());
pushFollow(FOLLOW_1);
@@ -9076,7 +9031,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleExternalPort"
- // InternalRoom.g:3639:1: ruleExternalPort returns [EObject current=null] : (otherlv_0= 'external' otherlv_1= 'Port' ( (otherlv_2= RULE_ID ) ) ) ;
+ // InternalRoom.g:3553:1: ruleExternalPort returns [EObject current=null] : (otherlv_0= 'external' otherlv_1= 'Port' ( (otherlv_2= RULE_ID ) ) ) ;
public final EObject ruleExternalPort() throws RecognitionException {
EObject current = null;
@@ -9087,13 +9042,13 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:3642:28: ( (otherlv_0= 'external' otherlv_1= 'Port' ( (otherlv_2= RULE_ID ) ) ) )
- // InternalRoom.g:3643:1: (otherlv_0= 'external' otherlv_1= 'Port' ( (otherlv_2= RULE_ID ) ) )
+ // InternalRoom.g:3556:28: ( (otherlv_0= 'external' otherlv_1= 'Port' ( (otherlv_2= RULE_ID ) ) ) )
+ // InternalRoom.g:3557:1: (otherlv_0= 'external' otherlv_1= 'Port' ( (otherlv_2= RULE_ID ) ) )
{
- // InternalRoom.g:3643:1: (otherlv_0= 'external' otherlv_1= 'Port' ( (otherlv_2= RULE_ID ) ) )
- // InternalRoom.g:3643:3: otherlv_0= 'external' otherlv_1= 'Port' ( (otherlv_2= RULE_ID ) )
+ // InternalRoom.g:3557:1: (otherlv_0= 'external' otherlv_1= 'Port' ( (otherlv_2= RULE_ID ) ) )
+ // InternalRoom.g:3557:3: otherlv_0= 'external' otherlv_1= 'Port' ( (otherlv_2= RULE_ID ) )
{
- otherlv_0=(Token)match(input,61,FOLLOW_88);
+ otherlv_0=(Token)match(input,61,FOLLOW_89);
newLeafNode(otherlv_0, grammarAccess.getExternalPortAccess().getExternalKeyword_0());
@@ -9101,11 +9056,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getExternalPortAccess().getPortKeyword_1());
- // InternalRoom.g:3651:1: ( (otherlv_2= RULE_ID ) )
- // InternalRoom.g:3652:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:3565:1: ( (otherlv_2= RULE_ID ) )
+ // InternalRoom.g:3566:1: (otherlv_2= RULE_ID )
{
- // InternalRoom.g:3652:1: (otherlv_2= RULE_ID )
- // InternalRoom.g:3653:3: otherlv_2= RULE_ID
+ // InternalRoom.g:3566:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:3567:3: otherlv_2= RULE_ID
{
if (current==null) {
@@ -9143,7 +9098,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleSAP"
- // InternalRoom.g:3672:1: entryRuleSAP returns [EObject current=null] : iv_ruleSAP= ruleSAP EOF ;
+ // InternalRoom.g:3586:1: entryRuleSAP returns [EObject current=null] : iv_ruleSAP= ruleSAP EOF ;
public final EObject entryRuleSAP() throws RecognitionException {
EObject current = null;
@@ -9151,8 +9106,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:3673:2: (iv_ruleSAP= ruleSAP EOF )
- // InternalRoom.g:3674:2: iv_ruleSAP= ruleSAP EOF
+ // InternalRoom.g:3587:2: (iv_ruleSAP= ruleSAP EOF )
+ // InternalRoom.g:3588:2: iv_ruleSAP= ruleSAP EOF
{
newCompositeNode(grammarAccess.getSAPRule());
pushFollow(FOLLOW_1);
@@ -9179,7 +9134,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleSAP"
- // InternalRoom.g:3681:1: ruleSAP returns [EObject current=null] : (otherlv_0= 'SAP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? ) ;
+ // InternalRoom.g:3595:1: ruleSAP returns [EObject current=null] : (otherlv_0= 'SAP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? ) ;
public final EObject ruleSAP() throws RecognitionException {
EObject current = null;
@@ -9192,23 +9147,23 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:3684:28: ( (otherlv_0= 'SAP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? ) )
- // InternalRoom.g:3685:1: (otherlv_0= 'SAP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? )
+ // InternalRoom.g:3598:28: ( (otherlv_0= 'SAP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? ) )
+ // InternalRoom.g:3599:1: (otherlv_0= 'SAP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? )
{
- // InternalRoom.g:3685:1: (otherlv_0= 'SAP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? )
- // InternalRoom.g:3685:3: otherlv_0= 'SAP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )?
+ // InternalRoom.g:3599:1: (otherlv_0= 'SAP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? )
+ // InternalRoom.g:3599:3: otherlv_0= 'SAP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )?
{
otherlv_0=(Token)match(input,62,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getSAPAccess().getSAPKeyword_0());
- // InternalRoom.g:3689:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:3690:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:3603:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:3604:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:3690:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:3691:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:3604:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:3605:3: lv_name_1_0= RULE_ID
{
- lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_9);
+ lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_10);
newLeafNode(lv_name_1_0, grammarAccess.getSAPAccess().getNameIDTerminalRuleCall_1_0());
@@ -9232,11 +9187,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_2, grammarAccess.getSAPAccess().getColonKeyword_2());
- // InternalRoom.g:3711:1: ( ( ruleFQN ) )
- // InternalRoom.g:3712:1: ( ruleFQN )
+ // InternalRoom.g:3625:1: ( ( ruleFQN ) )
+ // InternalRoom.g:3626:1: ( ruleFQN )
{
- // InternalRoom.g:3712:1: ( ruleFQN )
- // InternalRoom.g:3713:3: ruleFQN
+ // InternalRoom.g:3626:1: ( ruleFQN )
+ // InternalRoom.g:3627:3: ruleFQN
{
if (current==null) {
@@ -9246,7 +9201,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newCompositeNode(grammarAccess.getSAPAccess().getProtocolProtocolClassCrossReference_3_0());
- pushFollow(FOLLOW_18);
+ pushFollow(FOLLOW_19);
ruleFQN();
state._fsp--;
@@ -9260,19 +9215,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:3726:2: ( (lv_docu_4_0= ruleDocumentation ) )?
- int alt92=2;
- int LA92_0 = input.LA(1);
+ // InternalRoom.g:3640:2: ( (lv_docu_4_0= ruleDocumentation ) )?
+ int alt94=2;
+ int LA94_0 = input.LA(1);
- if ( (LA92_0==35) ) {
- alt92=1;
+ if ( (LA94_0==35) ) {
+ alt94=1;
}
- switch (alt92) {
+ switch (alt94) {
case 1 :
- // InternalRoom.g:3727:1: (lv_docu_4_0= ruleDocumentation )
+ // InternalRoom.g:3641:1: (lv_docu_4_0= ruleDocumentation )
{
- // InternalRoom.g:3727:1: (lv_docu_4_0= ruleDocumentation )
- // InternalRoom.g:3728:3: lv_docu_4_0= ruleDocumentation
+ // InternalRoom.g:3641:1: (lv_docu_4_0= ruleDocumentation )
+ // InternalRoom.g:3642:3: lv_docu_4_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getSAPAccess().getDocuDocumentationParserRuleCall_4_0());
@@ -9323,7 +9278,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleSPP"
- // InternalRoom.g:3752:1: entryRuleSPP returns [EObject current=null] : iv_ruleSPP= ruleSPP EOF ;
+ // InternalRoom.g:3666:1: entryRuleSPP returns [EObject current=null] : iv_ruleSPP= ruleSPP EOF ;
public final EObject entryRuleSPP() throws RecognitionException {
EObject current = null;
@@ -9331,8 +9286,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:3753:2: (iv_ruleSPP= ruleSPP EOF )
- // InternalRoom.g:3754:2: iv_ruleSPP= ruleSPP EOF
+ // InternalRoom.g:3667:2: (iv_ruleSPP= ruleSPP EOF )
+ // InternalRoom.g:3668:2: iv_ruleSPP= ruleSPP EOF
{
newCompositeNode(grammarAccess.getSPPRule());
pushFollow(FOLLOW_1);
@@ -9359,7 +9314,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleSPP"
- // InternalRoom.g:3761:1: ruleSPP returns [EObject current=null] : (otherlv_0= 'SPP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? ) ;
+ // InternalRoom.g:3675:1: ruleSPP returns [EObject current=null] : (otherlv_0= 'SPP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? ) ;
public final EObject ruleSPP() throws RecognitionException {
EObject current = null;
@@ -9372,23 +9327,23 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:3764:28: ( (otherlv_0= 'SPP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? ) )
- // InternalRoom.g:3765:1: (otherlv_0= 'SPP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? )
+ // InternalRoom.g:3678:28: ( (otherlv_0= 'SPP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? ) )
+ // InternalRoom.g:3679:1: (otherlv_0= 'SPP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? )
{
- // InternalRoom.g:3765:1: (otherlv_0= 'SPP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? )
- // InternalRoom.g:3765:3: otherlv_0= 'SPP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )?
+ // InternalRoom.g:3679:1: (otherlv_0= 'SPP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? )
+ // InternalRoom.g:3679:3: otherlv_0= 'SPP' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )?
{
otherlv_0=(Token)match(input,63,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getSPPAccess().getSPPKeyword_0());
- // InternalRoom.g:3769:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:3770:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:3683:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:3684:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:3770:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:3771:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:3684:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:3685:3: lv_name_1_0= RULE_ID
{
- lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_9);
+ lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_10);
newLeafNode(lv_name_1_0, grammarAccess.getSPPAccess().getNameIDTerminalRuleCall_1_0());
@@ -9412,11 +9367,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_2, grammarAccess.getSPPAccess().getColonKeyword_2());
- // InternalRoom.g:3791:1: ( ( ruleFQN ) )
- // InternalRoom.g:3792:1: ( ruleFQN )
+ // InternalRoom.g:3705:1: ( ( ruleFQN ) )
+ // InternalRoom.g:3706:1: ( ruleFQN )
{
- // InternalRoom.g:3792:1: ( ruleFQN )
- // InternalRoom.g:3793:3: ruleFQN
+ // InternalRoom.g:3706:1: ( ruleFQN )
+ // InternalRoom.g:3707:3: ruleFQN
{
if (current==null) {
@@ -9426,7 +9381,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newCompositeNode(grammarAccess.getSPPAccess().getProtocolProtocolClassCrossReference_3_0());
- pushFollow(FOLLOW_18);
+ pushFollow(FOLLOW_19);
ruleFQN();
state._fsp--;
@@ -9440,19 +9395,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:3806:2: ( (lv_docu_4_0= ruleDocumentation ) )?
- int alt93=2;
- int LA93_0 = input.LA(1);
+ // InternalRoom.g:3720:2: ( (lv_docu_4_0= ruleDocumentation ) )?
+ int alt95=2;
+ int LA95_0 = input.LA(1);
- if ( (LA93_0==35) ) {
- alt93=1;
+ if ( (LA95_0==35) ) {
+ alt95=1;
}
- switch (alt93) {
+ switch (alt95) {
case 1 :
- // InternalRoom.g:3807:1: (lv_docu_4_0= ruleDocumentation )
+ // InternalRoom.g:3721:1: (lv_docu_4_0= ruleDocumentation )
{
- // InternalRoom.g:3807:1: (lv_docu_4_0= ruleDocumentation )
- // InternalRoom.g:3808:3: lv_docu_4_0= ruleDocumentation
+ // InternalRoom.g:3721:1: (lv_docu_4_0= ruleDocumentation )
+ // InternalRoom.g:3722:3: lv_docu_4_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getSPPAccess().getDocuDocumentationParserRuleCall_4_0());
@@ -9503,7 +9458,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleServiceImplementation"
- // InternalRoom.g:3832:1: entryRuleServiceImplementation returns [EObject current=null] : iv_ruleServiceImplementation= ruleServiceImplementation EOF ;
+ // InternalRoom.g:3746:1: entryRuleServiceImplementation returns [EObject current=null] : iv_ruleServiceImplementation= ruleServiceImplementation EOF ;
public final EObject entryRuleServiceImplementation() throws RecognitionException {
EObject current = null;
@@ -9511,8 +9466,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:3833:2: (iv_ruleServiceImplementation= ruleServiceImplementation EOF )
- // InternalRoom.g:3834:2: iv_ruleServiceImplementation= ruleServiceImplementation EOF
+ // InternalRoom.g:3747:2: (iv_ruleServiceImplementation= ruleServiceImplementation EOF )
+ // InternalRoom.g:3748:2: iv_ruleServiceImplementation= ruleServiceImplementation EOF
{
newCompositeNode(grammarAccess.getServiceImplementationRule());
pushFollow(FOLLOW_1);
@@ -9539,7 +9494,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleServiceImplementation"
- // InternalRoom.g:3841:1: ruleServiceImplementation returns [EObject current=null] : (otherlv_0= 'ServiceImplementation' otherlv_1= 'of' ( (otherlv_2= RULE_ID ) ) ) ;
+ // InternalRoom.g:3755:1: ruleServiceImplementation returns [EObject current=null] : (otherlv_0= 'ServiceImplementation' otherlv_1= 'of' ( (otherlv_2= RULE_ID ) ) ) ;
public final EObject ruleServiceImplementation() throws RecognitionException {
EObject current = null;
@@ -9550,13 +9505,13 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:3844:28: ( (otherlv_0= 'ServiceImplementation' otherlv_1= 'of' ( (otherlv_2= RULE_ID ) ) ) )
- // InternalRoom.g:3845:1: (otherlv_0= 'ServiceImplementation' otherlv_1= 'of' ( (otherlv_2= RULE_ID ) ) )
+ // InternalRoom.g:3758:28: ( (otherlv_0= 'ServiceImplementation' otherlv_1= 'of' ( (otherlv_2= RULE_ID ) ) ) )
+ // InternalRoom.g:3759:1: (otherlv_0= 'ServiceImplementation' otherlv_1= 'of' ( (otherlv_2= RULE_ID ) ) )
{
- // InternalRoom.g:3845:1: (otherlv_0= 'ServiceImplementation' otherlv_1= 'of' ( (otherlv_2= RULE_ID ) ) )
- // InternalRoom.g:3845:3: otherlv_0= 'ServiceImplementation' otherlv_1= 'of' ( (otherlv_2= RULE_ID ) )
+ // InternalRoom.g:3759:1: (otherlv_0= 'ServiceImplementation' otherlv_1= 'of' ( (otherlv_2= RULE_ID ) ) )
+ // InternalRoom.g:3759:3: otherlv_0= 'ServiceImplementation' otherlv_1= 'of' ( (otherlv_2= RULE_ID ) )
{
- otherlv_0=(Token)match(input,64,FOLLOW_89);
+ otherlv_0=(Token)match(input,64,FOLLOW_90);
newLeafNode(otherlv_0, grammarAccess.getServiceImplementationAccess().getServiceImplementationKeyword_0());
@@ -9564,11 +9519,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getServiceImplementationAccess().getOfKeyword_1());
- // InternalRoom.g:3853:1: ( (otherlv_2= RULE_ID ) )
- // InternalRoom.g:3854:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:3767:1: ( (otherlv_2= RULE_ID ) )
+ // InternalRoom.g:3768:1: (otherlv_2= RULE_ID )
{
- // InternalRoom.g:3854:1: (otherlv_2= RULE_ID )
- // InternalRoom.g:3855:3: otherlv_2= RULE_ID
+ // InternalRoom.g:3768:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:3769:3: otherlv_2= RULE_ID
{
if (current==null) {
@@ -9606,7 +9561,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleLogicalSystem"
- // InternalRoom.g:3874:1: entryRuleLogicalSystem returns [EObject current=null] : iv_ruleLogicalSystem= ruleLogicalSystem EOF ;
+ // InternalRoom.g:3788:1: entryRuleLogicalSystem returns [EObject current=null] : iv_ruleLogicalSystem= ruleLogicalSystem EOF ;
public final EObject entryRuleLogicalSystem() throws RecognitionException {
EObject current = null;
@@ -9614,8 +9569,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:3875:2: (iv_ruleLogicalSystem= ruleLogicalSystem EOF )
- // InternalRoom.g:3876:2: iv_ruleLogicalSystem= ruleLogicalSystem EOF
+ // InternalRoom.g:3789:2: (iv_ruleLogicalSystem= ruleLogicalSystem EOF )
+ // InternalRoom.g:3790:2: iv_ruleLogicalSystem= ruleLogicalSystem EOF
{
newCompositeNode(grammarAccess.getLogicalSystemRule());
pushFollow(FOLLOW_1);
@@ -9642,7 +9597,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleLogicalSystem"
- // InternalRoom.g:3883:1: ruleLogicalSystem returns [EObject current=null] : (otherlv_0= 'LogicalSystem' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( ( (lv_connections_5_0= ruleLayerConnection ) ) | ( (lv_bindings_6_0= ruleBinding ) ) | ( (lv_subSystems_7_0= ruleSubSystemRef ) ) )* otherlv_8= '}' ) ;
+ // InternalRoom.g:3797:1: ruleLogicalSystem returns [EObject current=null] : (otherlv_0= 'LogicalSystem' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( ( (lv_connections_5_0= ruleLayerConnection ) ) | ( (lv_bindings_6_0= ruleBinding ) ) | ( (lv_subSystems_7_0= ruleSubSystemRef ) ) )* otherlv_8= '}' ) ;
public final EObject ruleLogicalSystem() throws RecognitionException {
EObject current = null;
@@ -9664,21 +9619,21 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:3886:28: ( (otherlv_0= 'LogicalSystem' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( ( (lv_connections_5_0= ruleLayerConnection ) ) | ( (lv_bindings_6_0= ruleBinding ) ) | ( (lv_subSystems_7_0= ruleSubSystemRef ) ) )* otherlv_8= '}' ) )
- // InternalRoom.g:3887:1: (otherlv_0= 'LogicalSystem' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( ( (lv_connections_5_0= ruleLayerConnection ) ) | ( (lv_bindings_6_0= ruleBinding ) ) | ( (lv_subSystems_7_0= ruleSubSystemRef ) ) )* otherlv_8= '}' )
+ // InternalRoom.g:3800:28: ( (otherlv_0= 'LogicalSystem' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( ( (lv_connections_5_0= ruleLayerConnection ) ) | ( (lv_bindings_6_0= ruleBinding ) ) | ( (lv_subSystems_7_0= ruleSubSystemRef ) ) )* otherlv_8= '}' ) )
+ // InternalRoom.g:3801:1: (otherlv_0= 'LogicalSystem' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( ( (lv_connections_5_0= ruleLayerConnection ) ) | ( (lv_bindings_6_0= ruleBinding ) ) | ( (lv_subSystems_7_0= ruleSubSystemRef ) ) )* otherlv_8= '}' )
{
- // InternalRoom.g:3887:1: (otherlv_0= 'LogicalSystem' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( ( (lv_connections_5_0= ruleLayerConnection ) ) | ( (lv_bindings_6_0= ruleBinding ) ) | ( (lv_subSystems_7_0= ruleSubSystemRef ) ) )* otherlv_8= '}' )
- // InternalRoom.g:3887:3: otherlv_0= 'LogicalSystem' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( ( (lv_connections_5_0= ruleLayerConnection ) ) | ( (lv_bindings_6_0= ruleBinding ) ) | ( (lv_subSystems_7_0= ruleSubSystemRef ) ) )* otherlv_8= '}'
+ // InternalRoom.g:3801:1: (otherlv_0= 'LogicalSystem' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( ( (lv_connections_5_0= ruleLayerConnection ) ) | ( (lv_bindings_6_0= ruleBinding ) ) | ( (lv_subSystems_7_0= ruleSubSystemRef ) ) )* otherlv_8= '}' )
+ // InternalRoom.g:3801:3: otherlv_0= 'LogicalSystem' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* ( ( (lv_connections_5_0= ruleLayerConnection ) ) | ( (lv_bindings_6_0= ruleBinding ) ) | ( (lv_subSystems_7_0= ruleSubSystemRef ) ) )* otherlv_8= '}'
{
otherlv_0=(Token)match(input,65,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getLogicalSystemAccess().getLogicalSystemKeyword_0());
- // InternalRoom.g:3891:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:3892:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:3805:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:3806:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:3892:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:3893:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:3806:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:3807:3: lv_name_1_0= RULE_ID
{
lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_4);
@@ -9700,19 +9655,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:3909:2: ( (lv_docu_2_0= ruleDocumentation ) )?
- int alt94=2;
- int LA94_0 = input.LA(1);
+ // InternalRoom.g:3823:2: ( (lv_docu_2_0= ruleDocumentation ) )?
+ int alt96=2;
+ int LA96_0 = input.LA(1);
- if ( (LA94_0==35) ) {
- alt94=1;
+ if ( (LA96_0==35) ) {
+ alt96=1;
}
- switch (alt94) {
+ switch (alt96) {
case 1 :
- // InternalRoom.g:3910:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:3824:1: (lv_docu_2_0= ruleDocumentation )
{
- // InternalRoom.g:3910:1: (lv_docu_2_0= ruleDocumentation )
- // InternalRoom.g:3911:3: lv_docu_2_0= ruleDocumentation
+ // InternalRoom.g:3824:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:3825:3: lv_docu_2_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getLogicalSystemAccess().getDocuDocumentationParserRuleCall_2_0());
@@ -9742,32 +9697,32 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_3=(Token)match(input,14,FOLLOW_90);
+ otherlv_3=(Token)match(input,14,FOLLOW_91);
newLeafNode(otherlv_3, grammarAccess.getLogicalSystemAccess().getLeftCurlyBracketKeyword_3());
- // InternalRoom.g:3931:1: ( (lv_annotations_4_0= ruleAnnotation ) )*
- loop95:
+ // InternalRoom.g:3845:1: ( (lv_annotations_4_0= ruleAnnotation ) )*
+ loop97:
do {
- int alt95=2;
- int LA95_0 = input.LA(1);
+ int alt97=2;
+ int LA97_0 = input.LA(1);
- if ( (LA95_0==109) ) {
- alt95=1;
+ if ( (LA97_0==109) ) {
+ alt97=1;
}
- switch (alt95) {
+ switch (alt97) {
case 1 :
- // InternalRoom.g:3932:1: (lv_annotations_4_0= ruleAnnotation )
+ // InternalRoom.g:3846:1: (lv_annotations_4_0= ruleAnnotation )
{
- // InternalRoom.g:3932:1: (lv_annotations_4_0= ruleAnnotation )
- // InternalRoom.g:3933:3: lv_annotations_4_0= ruleAnnotation
+ // InternalRoom.g:3846:1: (lv_annotations_4_0= ruleAnnotation )
+ // InternalRoom.g:3847:3: lv_annotations_4_0= ruleAnnotation
{
newCompositeNode(grammarAccess.getLogicalSystemAccess().getAnnotationsAnnotationParserRuleCall_4_0());
- pushFollow(FOLLOW_90);
+ pushFollow(FOLLOW_91);
lv_annotations_4_0=ruleAnnotation();
state._fsp--;
@@ -9791,47 +9746,47 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop95;
+ break loop97;
}
} while (true);
- // InternalRoom.g:3949:3: ( ( (lv_connections_5_0= ruleLayerConnection ) ) | ( (lv_bindings_6_0= ruleBinding ) ) | ( (lv_subSystems_7_0= ruleSubSystemRef ) ) )*
- loop96:
+ // InternalRoom.g:3863:3: ( ( (lv_connections_5_0= ruleLayerConnection ) ) | ( (lv_bindings_6_0= ruleBinding ) ) | ( (lv_subSystems_7_0= ruleSubSystemRef ) ) )*
+ loop98:
do {
- int alt96=4;
+ int alt98=4;
switch ( input.LA(1) ) {
case 75:
{
- alt96=1;
+ alt98=1;
}
break;
case 71:
{
- alt96=2;
+ alt98=2;
}
break;
case 66:
{
- alt96=3;
+ alt98=3;
}
break;
}
- switch (alt96) {
+ switch (alt98) {
case 1 :
- // InternalRoom.g:3949:4: ( (lv_connections_5_0= ruleLayerConnection ) )
+ // InternalRoom.g:3863:4: ( (lv_connections_5_0= ruleLayerConnection ) )
{
- // InternalRoom.g:3949:4: ( (lv_connections_5_0= ruleLayerConnection ) )
- // InternalRoom.g:3950:1: (lv_connections_5_0= ruleLayerConnection )
+ // InternalRoom.g:3863:4: ( (lv_connections_5_0= ruleLayerConnection ) )
+ // InternalRoom.g:3864:1: (lv_connections_5_0= ruleLayerConnection )
{
- // InternalRoom.g:3950:1: (lv_connections_5_0= ruleLayerConnection )
- // InternalRoom.g:3951:3: lv_connections_5_0= ruleLayerConnection
+ // InternalRoom.g:3864:1: (lv_connections_5_0= ruleLayerConnection )
+ // InternalRoom.g:3865:3: lv_connections_5_0= ruleLayerConnection
{
newCompositeNode(grammarAccess.getLogicalSystemAccess().getConnectionsLayerConnectionParserRuleCall_5_0_0());
- pushFollow(FOLLOW_91);
+ pushFollow(FOLLOW_92);
lv_connections_5_0=ruleLayerConnection();
state._fsp--;
@@ -9857,18 +9812,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:3968:6: ( (lv_bindings_6_0= ruleBinding ) )
+ // InternalRoom.g:3882:6: ( (lv_bindings_6_0= ruleBinding ) )
{
- // InternalRoom.g:3968:6: ( (lv_bindings_6_0= ruleBinding ) )
- // InternalRoom.g:3969:1: (lv_bindings_6_0= ruleBinding )
+ // InternalRoom.g:3882:6: ( (lv_bindings_6_0= ruleBinding ) )
+ // InternalRoom.g:3883:1: (lv_bindings_6_0= ruleBinding )
{
- // InternalRoom.g:3969:1: (lv_bindings_6_0= ruleBinding )
- // InternalRoom.g:3970:3: lv_bindings_6_0= ruleBinding
+ // InternalRoom.g:3883:1: (lv_bindings_6_0= ruleBinding )
+ // InternalRoom.g:3884:3: lv_bindings_6_0= ruleBinding
{
newCompositeNode(grammarAccess.getLogicalSystemAccess().getBindingsBindingParserRuleCall_5_1_0());
- pushFollow(FOLLOW_91);
+ pushFollow(FOLLOW_92);
lv_bindings_6_0=ruleBinding();
state._fsp--;
@@ -9894,18 +9849,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:3987:6: ( (lv_subSystems_7_0= ruleSubSystemRef ) )
+ // InternalRoom.g:3901:6: ( (lv_subSystems_7_0= ruleSubSystemRef ) )
{
- // InternalRoom.g:3987:6: ( (lv_subSystems_7_0= ruleSubSystemRef ) )
- // InternalRoom.g:3988:1: (lv_subSystems_7_0= ruleSubSystemRef )
+ // InternalRoom.g:3901:6: ( (lv_subSystems_7_0= ruleSubSystemRef ) )
+ // InternalRoom.g:3902:1: (lv_subSystems_7_0= ruleSubSystemRef )
{
- // InternalRoom.g:3988:1: (lv_subSystems_7_0= ruleSubSystemRef )
- // InternalRoom.g:3989:3: lv_subSystems_7_0= ruleSubSystemRef
+ // InternalRoom.g:3902:1: (lv_subSystems_7_0= ruleSubSystemRef )
+ // InternalRoom.g:3903:3: lv_subSystems_7_0= ruleSubSystemRef
{
newCompositeNode(grammarAccess.getLogicalSystemAccess().getSubSystemsSubSystemRefParserRuleCall_5_2_0());
- pushFollow(FOLLOW_91);
+ pushFollow(FOLLOW_92);
lv_subSystems_7_0=ruleSubSystemRef();
state._fsp--;
@@ -9932,7 +9887,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop96;
+ break loop98;
}
} while (true);
@@ -9961,7 +9916,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleSubSystemRef"
- // InternalRoom.g:4019:1: entryRuleSubSystemRef returns [EObject current=null] : iv_ruleSubSystemRef= ruleSubSystemRef EOF ;
+ // InternalRoom.g:3933:1: entryRuleSubSystemRef returns [EObject current=null] : iv_ruleSubSystemRef= ruleSubSystemRef EOF ;
public final EObject entryRuleSubSystemRef() throws RecognitionException {
EObject current = null;
@@ -9969,8 +9924,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:4020:2: (iv_ruleSubSystemRef= ruleSubSystemRef EOF )
- // InternalRoom.g:4021:2: iv_ruleSubSystemRef= ruleSubSystemRef EOF
+ // InternalRoom.g:3934:2: (iv_ruleSubSystemRef= ruleSubSystemRef EOF )
+ // InternalRoom.g:3935:2: iv_ruleSubSystemRef= ruleSubSystemRef EOF
{
newCompositeNode(grammarAccess.getSubSystemRefRule());
pushFollow(FOLLOW_1);
@@ -9997,7 +9952,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleSubSystemRef"
- // InternalRoom.g:4028:1: ruleSubSystemRef returns [EObject current=null] : (otherlv_0= 'SubSystemRef' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? ) ;
+ // InternalRoom.g:3942:1: ruleSubSystemRef returns [EObject current=null] : (otherlv_0= 'SubSystemRef' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? ) ;
public final EObject ruleSubSystemRef() throws RecognitionException {
EObject current = null;
@@ -10010,23 +9965,23 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:4031:28: ( (otherlv_0= 'SubSystemRef' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? ) )
- // InternalRoom.g:4032:1: (otherlv_0= 'SubSystemRef' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? )
+ // InternalRoom.g:3945:28: ( (otherlv_0= 'SubSystemRef' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? ) )
+ // InternalRoom.g:3946:1: (otherlv_0= 'SubSystemRef' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? )
{
- // InternalRoom.g:4032:1: (otherlv_0= 'SubSystemRef' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? )
- // InternalRoom.g:4032:3: otherlv_0= 'SubSystemRef' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )?
+ // InternalRoom.g:3946:1: (otherlv_0= 'SubSystemRef' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )? )
+ // InternalRoom.g:3946:3: otherlv_0= 'SubSystemRef' ( (lv_name_1_0= RULE_ID ) ) otherlv_2= ':' ( ( ruleFQN ) ) ( (lv_docu_4_0= ruleDocumentation ) )?
{
otherlv_0=(Token)match(input,66,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getSubSystemRefAccess().getSubSystemRefKeyword_0());
- // InternalRoom.g:4036:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:4037:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:3950:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:3951:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:4037:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:4038:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:3951:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:3952:3: lv_name_1_0= RULE_ID
{
- lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_9);
+ lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_10);
newLeafNode(lv_name_1_0, grammarAccess.getSubSystemRefAccess().getNameIDTerminalRuleCall_1_0());
@@ -10050,11 +10005,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_2, grammarAccess.getSubSystemRefAccess().getColonKeyword_2());
- // InternalRoom.g:4058:1: ( ( ruleFQN ) )
- // InternalRoom.g:4059:1: ( ruleFQN )
+ // InternalRoom.g:3972:1: ( ( ruleFQN ) )
+ // InternalRoom.g:3973:1: ( ruleFQN )
{
- // InternalRoom.g:4059:1: ( ruleFQN )
- // InternalRoom.g:4060:3: ruleFQN
+ // InternalRoom.g:3973:1: ( ruleFQN )
+ // InternalRoom.g:3974:3: ruleFQN
{
if (current==null) {
@@ -10064,7 +10019,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newCompositeNode(grammarAccess.getSubSystemRefAccess().getTypeSubSystemClassCrossReference_3_0());
- pushFollow(FOLLOW_18);
+ pushFollow(FOLLOW_19);
ruleFQN();
state._fsp--;
@@ -10078,19 +10033,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:4073:2: ( (lv_docu_4_0= ruleDocumentation ) )?
- int alt97=2;
- int LA97_0 = input.LA(1);
+ // InternalRoom.g:3987:2: ( (lv_docu_4_0= ruleDocumentation ) )?
+ int alt99=2;
+ int LA99_0 = input.LA(1);
- if ( (LA97_0==35) ) {
- alt97=1;
+ if ( (LA99_0==35) ) {
+ alt99=1;
}
- switch (alt97) {
+ switch (alt99) {
case 1 :
- // InternalRoom.g:4074:1: (lv_docu_4_0= ruleDocumentation )
+ // InternalRoom.g:3988:1: (lv_docu_4_0= ruleDocumentation )
{
- // InternalRoom.g:4074:1: (lv_docu_4_0= ruleDocumentation )
- // InternalRoom.g:4075:3: lv_docu_4_0= ruleDocumentation
+ // InternalRoom.g:3988:1: (lv_docu_4_0= ruleDocumentation )
+ // InternalRoom.g:3989:3: lv_docu_4_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getSubSystemRefAccess().getDocuDocumentationParserRuleCall_4_0());
@@ -10141,7 +10096,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleSubSystemClass"
- // InternalRoom.g:4099:1: entryRuleSubSystemClass returns [EObject current=null] : iv_ruleSubSystemClass= ruleSubSystemClass EOF ;
+ // InternalRoom.g:4013:1: entryRuleSubSystemClass returns [EObject current=null] : iv_ruleSubSystemClass= ruleSubSystemClass EOF ;
public final EObject entryRuleSubSystemClass() throws RecognitionException {
EObject current = null;
@@ -10149,8 +10104,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:4100:2: (iv_ruleSubSystemClass= ruleSubSystemClass EOF )
- // InternalRoom.g:4101:2: iv_ruleSubSystemClass= ruleSubSystemClass EOF
+ // InternalRoom.g:4014:2: (iv_ruleSubSystemClass= ruleSubSystemClass EOF )
+ // InternalRoom.g:4015:2: iv_ruleSubSystemClass= ruleSubSystemClass EOF
{
newCompositeNode(grammarAccess.getSubSystemClassRule());
pushFollow(FOLLOW_1);
@@ -10177,7 +10132,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleSubSystemClass"
- // InternalRoom.g:4108:1: ruleSubSystemClass returns [EObject current=null] : (otherlv_0= 'SubSystemClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'usercode1' ( (lv_userCode1_6_0= ruleDetailCode ) ) )? (otherlv_7= 'usercode2' ( (lv_userCode2_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode3' ( (lv_userCode3_10_0= ruleDetailCode ) ) )? ( ( (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping ) ) | ( (lv_threads_12_0= ruleLogicalThread ) ) | ( (lv_connections_13_0= ruleLayerConnection ) ) | ( (lv_bindings_14_0= ruleBinding ) ) | ( (lv_actorRefs_15_0= ruleActorRef ) ) | ( (lv_serviceProvisionPoints_16_0= ruleSPP ) ) | ( (lv_relayPorts_17_0= rulePort ) ) )* otherlv_18= '}' ) ;
+ // InternalRoom.g:4022:1: ruleSubSystemClass returns [EObject current=null] : (otherlv_0= 'SubSystemClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'usercode1' ( (lv_userCode1_6_0= ruleDetailCode ) ) )? (otherlv_7= 'usercode2' ( (lv_userCode2_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode3' ( (lv_userCode3_10_0= ruleDetailCode ) ) )? ( ( (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping ) ) | ( (lv_threads_12_0= ruleLogicalThread ) ) | ( (lv_connections_13_0= ruleLayerConnection ) ) | ( (lv_bindings_14_0= ruleBinding ) ) | ( (lv_actorRefs_15_0= ruleActorRef ) ) | ( (lv_serviceProvisionPoints_16_0= ruleSPP ) ) | ( (lv_relayPorts_17_0= rulePort ) ) )* otherlv_18= '}' ) ;
public final EObject ruleSubSystemClass() throws RecognitionException {
EObject current = null;
@@ -10216,21 +10171,21 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:4111:28: ( (otherlv_0= 'SubSystemClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'usercode1' ( (lv_userCode1_6_0= ruleDetailCode ) ) )? (otherlv_7= 'usercode2' ( (lv_userCode2_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode3' ( (lv_userCode3_10_0= ruleDetailCode ) ) )? ( ( (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping ) ) | ( (lv_threads_12_0= ruleLogicalThread ) ) | ( (lv_connections_13_0= ruleLayerConnection ) ) | ( (lv_bindings_14_0= ruleBinding ) ) | ( (lv_actorRefs_15_0= ruleActorRef ) ) | ( (lv_serviceProvisionPoints_16_0= ruleSPP ) ) | ( (lv_relayPorts_17_0= rulePort ) ) )* otherlv_18= '}' ) )
- // InternalRoom.g:4112:1: (otherlv_0= 'SubSystemClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'usercode1' ( (lv_userCode1_6_0= ruleDetailCode ) ) )? (otherlv_7= 'usercode2' ( (lv_userCode2_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode3' ( (lv_userCode3_10_0= ruleDetailCode ) ) )? ( ( (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping ) ) | ( (lv_threads_12_0= ruleLogicalThread ) ) | ( (lv_connections_13_0= ruleLayerConnection ) ) | ( (lv_bindings_14_0= ruleBinding ) ) | ( (lv_actorRefs_15_0= ruleActorRef ) ) | ( (lv_serviceProvisionPoints_16_0= ruleSPP ) ) | ( (lv_relayPorts_17_0= rulePort ) ) )* otherlv_18= '}' )
+ // InternalRoom.g:4025:28: ( (otherlv_0= 'SubSystemClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'usercode1' ( (lv_userCode1_6_0= ruleDetailCode ) ) )? (otherlv_7= 'usercode2' ( (lv_userCode2_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode3' ( (lv_userCode3_10_0= ruleDetailCode ) ) )? ( ( (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping ) ) | ( (lv_threads_12_0= ruleLogicalThread ) ) | ( (lv_connections_13_0= ruleLayerConnection ) ) | ( (lv_bindings_14_0= ruleBinding ) ) | ( (lv_actorRefs_15_0= ruleActorRef ) ) | ( (lv_serviceProvisionPoints_16_0= ruleSPP ) ) | ( (lv_relayPorts_17_0= rulePort ) ) )* otherlv_18= '}' ) )
+ // InternalRoom.g:4026:1: (otherlv_0= 'SubSystemClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'usercode1' ( (lv_userCode1_6_0= ruleDetailCode ) ) )? (otherlv_7= 'usercode2' ( (lv_userCode2_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode3' ( (lv_userCode3_10_0= ruleDetailCode ) ) )? ( ( (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping ) ) | ( (lv_threads_12_0= ruleLogicalThread ) ) | ( (lv_connections_13_0= ruleLayerConnection ) ) | ( (lv_bindings_14_0= ruleBinding ) ) | ( (lv_actorRefs_15_0= ruleActorRef ) ) | ( (lv_serviceProvisionPoints_16_0= ruleSPP ) ) | ( (lv_relayPorts_17_0= rulePort ) ) )* otherlv_18= '}' )
{
- // InternalRoom.g:4112:1: (otherlv_0= 'SubSystemClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'usercode1' ( (lv_userCode1_6_0= ruleDetailCode ) ) )? (otherlv_7= 'usercode2' ( (lv_userCode2_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode3' ( (lv_userCode3_10_0= ruleDetailCode ) ) )? ( ( (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping ) ) | ( (lv_threads_12_0= ruleLogicalThread ) ) | ( (lv_connections_13_0= ruleLayerConnection ) ) | ( (lv_bindings_14_0= ruleBinding ) ) | ( (lv_actorRefs_15_0= ruleActorRef ) ) | ( (lv_serviceProvisionPoints_16_0= ruleSPP ) ) | ( (lv_relayPorts_17_0= rulePort ) ) )* otherlv_18= '}' )
- // InternalRoom.g:4112:3: otherlv_0= 'SubSystemClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'usercode1' ( (lv_userCode1_6_0= ruleDetailCode ) ) )? (otherlv_7= 'usercode2' ( (lv_userCode2_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode3' ( (lv_userCode3_10_0= ruleDetailCode ) ) )? ( ( (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping ) ) | ( (lv_threads_12_0= ruleLogicalThread ) ) | ( (lv_connections_13_0= ruleLayerConnection ) ) | ( (lv_bindings_14_0= ruleBinding ) ) | ( (lv_actorRefs_15_0= ruleActorRef ) ) | ( (lv_serviceProvisionPoints_16_0= ruleSPP ) ) | ( (lv_relayPorts_17_0= rulePort ) ) )* otherlv_18= '}'
+ // InternalRoom.g:4026:1: (otherlv_0= 'SubSystemClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'usercode1' ( (lv_userCode1_6_0= ruleDetailCode ) ) )? (otherlv_7= 'usercode2' ( (lv_userCode2_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode3' ( (lv_userCode3_10_0= ruleDetailCode ) ) )? ( ( (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping ) ) | ( (lv_threads_12_0= ruleLogicalThread ) ) | ( (lv_connections_13_0= ruleLayerConnection ) ) | ( (lv_bindings_14_0= ruleBinding ) ) | ( (lv_actorRefs_15_0= ruleActorRef ) ) | ( (lv_serviceProvisionPoints_16_0= ruleSPP ) ) | ( (lv_relayPorts_17_0= rulePort ) ) )* otherlv_18= '}' )
+ // InternalRoom.g:4026:3: otherlv_0= 'SubSystemClass' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'usercode1' ( (lv_userCode1_6_0= ruleDetailCode ) ) )? (otherlv_7= 'usercode2' ( (lv_userCode2_8_0= ruleDetailCode ) ) )? (otherlv_9= 'usercode3' ( (lv_userCode3_10_0= ruleDetailCode ) ) )? ( ( (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping ) ) | ( (lv_threads_12_0= ruleLogicalThread ) ) | ( (lv_connections_13_0= ruleLayerConnection ) ) | ( (lv_bindings_14_0= ruleBinding ) ) | ( (lv_actorRefs_15_0= ruleActorRef ) ) | ( (lv_serviceProvisionPoints_16_0= ruleSPP ) ) | ( (lv_relayPorts_17_0= rulePort ) ) )* otherlv_18= '}'
{
otherlv_0=(Token)match(input,67,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getSubSystemClassAccess().getSubSystemClassKeyword_0());
- // InternalRoom.g:4116:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:4117:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:4030:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:4031:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:4117:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:4118:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:4031:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:4032:3: lv_name_1_0= RULE_ID
{
lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_4);
@@ -10252,19 +10207,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:4134:2: ( (lv_docu_2_0= ruleDocumentation ) )?
- int alt98=2;
- int LA98_0 = input.LA(1);
+ // InternalRoom.g:4048:2: ( (lv_docu_2_0= ruleDocumentation ) )?
+ int alt100=2;
+ int LA100_0 = input.LA(1);
- if ( (LA98_0==35) ) {
- alt98=1;
+ if ( (LA100_0==35) ) {
+ alt100=1;
}
- switch (alt98) {
+ switch (alt100) {
case 1 :
- // InternalRoom.g:4135:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:4049:1: (lv_docu_2_0= ruleDocumentation )
{
- // InternalRoom.g:4135:1: (lv_docu_2_0= ruleDocumentation )
- // InternalRoom.g:4136:3: lv_docu_2_0= ruleDocumentation
+ // InternalRoom.g:4049:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:4050:3: lv_docu_2_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getSubSystemClassAccess().getDocuDocumentationParserRuleCall_2_0());
@@ -10294,32 +10249,32 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_3=(Token)match(input,14,FOLLOW_92);
+ otherlv_3=(Token)match(input,14,FOLLOW_93);
newLeafNode(otherlv_3, grammarAccess.getSubSystemClassAccess().getLeftCurlyBracketKeyword_3());
- // InternalRoom.g:4156:1: ( (lv_annotations_4_0= ruleAnnotation ) )*
- loop99:
+ // InternalRoom.g:4070:1: ( (lv_annotations_4_0= ruleAnnotation ) )*
+ loop101:
do {
- int alt99=2;
- int LA99_0 = input.LA(1);
+ int alt101=2;
+ int LA101_0 = input.LA(1);
- if ( (LA99_0==109) ) {
- alt99=1;
+ if ( (LA101_0==109) ) {
+ alt101=1;
}
- switch (alt99) {
+ switch (alt101) {
case 1 :
- // InternalRoom.g:4157:1: (lv_annotations_4_0= ruleAnnotation )
+ // InternalRoom.g:4071:1: (lv_annotations_4_0= ruleAnnotation )
{
- // InternalRoom.g:4157:1: (lv_annotations_4_0= ruleAnnotation )
- // InternalRoom.g:4158:3: lv_annotations_4_0= ruleAnnotation
+ // InternalRoom.g:4071:1: (lv_annotations_4_0= ruleAnnotation )
+ // InternalRoom.g:4072:3: lv_annotations_4_0= ruleAnnotation
{
newCompositeNode(grammarAccess.getSubSystemClassAccess().getAnnotationsAnnotationParserRuleCall_4_0());
- pushFollow(FOLLOW_92);
+ pushFollow(FOLLOW_93);
lv_annotations_4_0=ruleAnnotation();
state._fsp--;
@@ -10343,35 +10298,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop99;
+ break loop101;
}
} while (true);
- // InternalRoom.g:4174:3: (otherlv_5= 'usercode1' ( (lv_userCode1_6_0= ruleDetailCode ) ) )?
- int alt100=2;
- int LA100_0 = input.LA(1);
+ // InternalRoom.g:4088:3: (otherlv_5= 'usercode1' ( (lv_userCode1_6_0= ruleDetailCode ) ) )?
+ int alt102=2;
+ int LA102_0 = input.LA(1);
- if ( (LA100_0==31) ) {
- alt100=1;
+ if ( (LA102_0==31) ) {
+ alt102=1;
}
- switch (alt100) {
+ switch (alt102) {
case 1 :
- // InternalRoom.g:4174:5: otherlv_5= 'usercode1' ( (lv_userCode1_6_0= ruleDetailCode ) )
+ // InternalRoom.g:4088:5: otherlv_5= 'usercode1' ( (lv_userCode1_6_0= ruleDetailCode ) )
{
- otherlv_5=(Token)match(input,31,FOLLOW_93);
+ otherlv_5=(Token)match(input,31,FOLLOW_94);
newLeafNode(otherlv_5, grammarAccess.getSubSystemClassAccess().getUsercode1Keyword_5_0());
- // InternalRoom.g:4178:1: ( (lv_userCode1_6_0= ruleDetailCode ) )
- // InternalRoom.g:4179:1: (lv_userCode1_6_0= ruleDetailCode )
+ // InternalRoom.g:4092:1: ( (lv_userCode1_6_0= ruleDetailCode ) )
+ // InternalRoom.g:4093:1: (lv_userCode1_6_0= ruleDetailCode )
{
- // InternalRoom.g:4179:1: (lv_userCode1_6_0= ruleDetailCode )
- // InternalRoom.g:4180:3: lv_userCode1_6_0= ruleDetailCode
+ // InternalRoom.g:4093:1: (lv_userCode1_6_0= ruleDetailCode )
+ // InternalRoom.g:4094:3: lv_userCode1_6_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getSubSystemClassAccess().getUserCode1DetailCodeParserRuleCall_5_1_0());
- pushFollow(FOLLOW_94);
+ pushFollow(FOLLOW_95);
lv_userCode1_6_0=ruleDetailCode();
state._fsp--;
@@ -10399,31 +10354,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:4196:4: (otherlv_7= 'usercode2' ( (lv_userCode2_8_0= ruleDetailCode ) ) )?
- int alt101=2;
- int LA101_0 = input.LA(1);
+ // InternalRoom.g:4110:4: (otherlv_7= 'usercode2' ( (lv_userCode2_8_0= ruleDetailCode ) ) )?
+ int alt103=2;
+ int LA103_0 = input.LA(1);
- if ( (LA101_0==32) ) {
- alt101=1;
+ if ( (LA103_0==32) ) {
+ alt103=1;
}
- switch (alt101) {
+ switch (alt103) {
case 1 :
- // InternalRoom.g:4196:6: otherlv_7= 'usercode2' ( (lv_userCode2_8_0= ruleDetailCode ) )
+ // InternalRoom.g:4110:6: otherlv_7= 'usercode2' ( (lv_userCode2_8_0= ruleDetailCode ) )
{
- otherlv_7=(Token)match(input,32,FOLLOW_95);
+ otherlv_7=(Token)match(input,32,FOLLOW_96);
newLeafNode(otherlv_7, grammarAccess.getSubSystemClassAccess().getUsercode2Keyword_6_0());
- // InternalRoom.g:4200:1: ( (lv_userCode2_8_0= ruleDetailCode ) )
- // InternalRoom.g:4201:1: (lv_userCode2_8_0= ruleDetailCode )
+ // InternalRoom.g:4114:1: ( (lv_userCode2_8_0= ruleDetailCode ) )
+ // InternalRoom.g:4115:1: (lv_userCode2_8_0= ruleDetailCode )
{
- // InternalRoom.g:4201:1: (lv_userCode2_8_0= ruleDetailCode )
- // InternalRoom.g:4202:3: lv_userCode2_8_0= ruleDetailCode
+ // InternalRoom.g:4115:1: (lv_userCode2_8_0= ruleDetailCode )
+ // InternalRoom.g:4116:3: lv_userCode2_8_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getSubSystemClassAccess().getUserCode2DetailCodeParserRuleCall_6_1_0());
- pushFollow(FOLLOW_96);
+ pushFollow(FOLLOW_97);
lv_userCode2_8_0=ruleDetailCode();
state._fsp--;
@@ -10451,31 +10406,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:4218:4: (otherlv_9= 'usercode3' ( (lv_userCode3_10_0= ruleDetailCode ) ) )?
- int alt102=2;
- int LA102_0 = input.LA(1);
+ // InternalRoom.g:4132:4: (otherlv_9= 'usercode3' ( (lv_userCode3_10_0= ruleDetailCode ) ) )?
+ int alt104=2;
+ int LA104_0 = input.LA(1);
- if ( (LA102_0==33) ) {
- alt102=1;
+ if ( (LA104_0==33) ) {
+ alt104=1;
}
- switch (alt102) {
+ switch (alt104) {
case 1 :
- // InternalRoom.g:4218:6: otherlv_9= 'usercode3' ( (lv_userCode3_10_0= ruleDetailCode ) )
+ // InternalRoom.g:4132:6: otherlv_9= 'usercode3' ( (lv_userCode3_10_0= ruleDetailCode ) )
{
- otherlv_9=(Token)match(input,33,FOLLOW_97);
+ otherlv_9=(Token)match(input,33,FOLLOW_98);
newLeafNode(otherlv_9, grammarAccess.getSubSystemClassAccess().getUsercode3Keyword_7_0());
- // InternalRoom.g:4222:1: ( (lv_userCode3_10_0= ruleDetailCode ) )
- // InternalRoom.g:4223:1: (lv_userCode3_10_0= ruleDetailCode )
+ // InternalRoom.g:4136:1: ( (lv_userCode3_10_0= ruleDetailCode ) )
+ // InternalRoom.g:4137:1: (lv_userCode3_10_0= ruleDetailCode )
{
- // InternalRoom.g:4223:1: (lv_userCode3_10_0= ruleDetailCode )
- // InternalRoom.g:4224:3: lv_userCode3_10_0= ruleDetailCode
+ // InternalRoom.g:4137:1: (lv_userCode3_10_0= ruleDetailCode )
+ // InternalRoom.g:4138:3: lv_userCode3_10_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getSubSystemClassAccess().getUserCode3DetailCodeParserRuleCall_7_1_0());
- pushFollow(FOLLOW_98);
+ pushFollow(FOLLOW_99);
lv_userCode3_10_0=ruleDetailCode();
state._fsp--;
@@ -10503,66 +10458,66 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:4240:4: ( ( (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping ) ) | ( (lv_threads_12_0= ruleLogicalThread ) ) | ( (lv_connections_13_0= ruleLayerConnection ) ) | ( (lv_bindings_14_0= ruleBinding ) ) | ( (lv_actorRefs_15_0= ruleActorRef ) ) | ( (lv_serviceProvisionPoints_16_0= ruleSPP ) ) | ( (lv_relayPorts_17_0= rulePort ) ) )*
- loop103:
+ // InternalRoom.g:4154:4: ( ( (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping ) ) | ( (lv_threads_12_0= ruleLogicalThread ) ) | ( (lv_connections_13_0= ruleLayerConnection ) ) | ( (lv_bindings_14_0= ruleBinding ) ) | ( (lv_actorRefs_15_0= ruleActorRef ) ) | ( (lv_serviceProvisionPoints_16_0= ruleSPP ) ) | ( (lv_relayPorts_17_0= rulePort ) ) )*
+ loop105:
do {
- int alt103=8;
+ int alt105=8;
switch ( input.LA(1) ) {
case 69:
{
- alt103=1;
+ alt105=1;
}
break;
case 68:
{
- alt103=2;
+ alt105=2;
}
break;
case 75:
{
- alt103=3;
+ alt105=3;
}
break;
case 71:
{
- alt103=4;
+ alt105=4;
}
break;
case 78:
case 112:
case 128:
{
- alt103=5;
+ alt105=5;
}
break;
case 63:
{
- alt103=6;
+ alt105=6;
}
break;
case 48:
case 60:
{
- alt103=7;
+ alt105=7;
}
break;
}
- switch (alt103) {
+ switch (alt105) {
case 1 :
- // InternalRoom.g:4240:5: ( (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping ) )
+ // InternalRoom.g:4154:5: ( (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping ) )
{
- // InternalRoom.g:4240:5: ( (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping ) )
- // InternalRoom.g:4241:1: (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping )
+ // InternalRoom.g:4154:5: ( (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping ) )
+ // InternalRoom.g:4155:1: (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping )
{
- // InternalRoom.g:4241:1: (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping )
- // InternalRoom.g:4242:3: lv_actorInstanceMappings_11_0= ruleActorInstanceMapping
+ // InternalRoom.g:4155:1: (lv_actorInstanceMappings_11_0= ruleActorInstanceMapping )
+ // InternalRoom.g:4156:3: lv_actorInstanceMappings_11_0= ruleActorInstanceMapping
{
newCompositeNode(grammarAccess.getSubSystemClassAccess().getActorInstanceMappingsActorInstanceMappingParserRuleCall_8_0_0());
- pushFollow(FOLLOW_98);
+ pushFollow(FOLLOW_99);
lv_actorInstanceMappings_11_0=ruleActorInstanceMapping();
state._fsp--;
@@ -10588,18 +10543,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:4259:6: ( (lv_threads_12_0= ruleLogicalThread ) )
+ // InternalRoom.g:4173:6: ( (lv_threads_12_0= ruleLogicalThread ) )
{
- // InternalRoom.g:4259:6: ( (lv_threads_12_0= ruleLogicalThread ) )
- // InternalRoom.g:4260:1: (lv_threads_12_0= ruleLogicalThread )
+ // InternalRoom.g:4173:6: ( (lv_threads_12_0= ruleLogicalThread ) )
+ // InternalRoom.g:4174:1: (lv_threads_12_0= ruleLogicalThread )
{
- // InternalRoom.g:4260:1: (lv_threads_12_0= ruleLogicalThread )
- // InternalRoom.g:4261:3: lv_threads_12_0= ruleLogicalThread
+ // InternalRoom.g:4174:1: (lv_threads_12_0= ruleLogicalThread )
+ // InternalRoom.g:4175:3: lv_threads_12_0= ruleLogicalThread
{
newCompositeNode(grammarAccess.getSubSystemClassAccess().getThreadsLogicalThreadParserRuleCall_8_1_0());
- pushFollow(FOLLOW_98);
+ pushFollow(FOLLOW_99);
lv_threads_12_0=ruleLogicalThread();
state._fsp--;
@@ -10625,18 +10580,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:4278:6: ( (lv_connections_13_0= ruleLayerConnection ) )
+ // InternalRoom.g:4192:6: ( (lv_connections_13_0= ruleLayerConnection ) )
{
- // InternalRoom.g:4278:6: ( (lv_connections_13_0= ruleLayerConnection ) )
- // InternalRoom.g:4279:1: (lv_connections_13_0= ruleLayerConnection )
+ // InternalRoom.g:4192:6: ( (lv_connections_13_0= ruleLayerConnection ) )
+ // InternalRoom.g:4193:1: (lv_connections_13_0= ruleLayerConnection )
{
- // InternalRoom.g:4279:1: (lv_connections_13_0= ruleLayerConnection )
- // InternalRoom.g:4280:3: lv_connections_13_0= ruleLayerConnection
+ // InternalRoom.g:4193:1: (lv_connections_13_0= ruleLayerConnection )
+ // InternalRoom.g:4194:3: lv_connections_13_0= ruleLayerConnection
{
newCompositeNode(grammarAccess.getSubSystemClassAccess().getConnectionsLayerConnectionParserRuleCall_8_2_0());
- pushFollow(FOLLOW_98);
+ pushFollow(FOLLOW_99);
lv_connections_13_0=ruleLayerConnection();
state._fsp--;
@@ -10662,18 +10617,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 4 :
- // InternalRoom.g:4297:6: ( (lv_bindings_14_0= ruleBinding ) )
+ // InternalRoom.g:4211:6: ( (lv_bindings_14_0= ruleBinding ) )
{
- // InternalRoom.g:4297:6: ( (lv_bindings_14_0= ruleBinding ) )
- // InternalRoom.g:4298:1: (lv_bindings_14_0= ruleBinding )
+ // InternalRoom.g:4211:6: ( (lv_bindings_14_0= ruleBinding ) )
+ // InternalRoom.g:4212:1: (lv_bindings_14_0= ruleBinding )
{
- // InternalRoom.g:4298:1: (lv_bindings_14_0= ruleBinding )
- // InternalRoom.g:4299:3: lv_bindings_14_0= ruleBinding
+ // InternalRoom.g:4212:1: (lv_bindings_14_0= ruleBinding )
+ // InternalRoom.g:4213:3: lv_bindings_14_0= ruleBinding
{
newCompositeNode(grammarAccess.getSubSystemClassAccess().getBindingsBindingParserRuleCall_8_3_0());
- pushFollow(FOLLOW_98);
+ pushFollow(FOLLOW_99);
lv_bindings_14_0=ruleBinding();
state._fsp--;
@@ -10699,18 +10654,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 5 :
- // InternalRoom.g:4316:6: ( (lv_actorRefs_15_0= ruleActorRef ) )
+ // InternalRoom.g:4230:6: ( (lv_actorRefs_15_0= ruleActorRef ) )
{
- // InternalRoom.g:4316:6: ( (lv_actorRefs_15_0= ruleActorRef ) )
- // InternalRoom.g:4317:1: (lv_actorRefs_15_0= ruleActorRef )
+ // InternalRoom.g:4230:6: ( (lv_actorRefs_15_0= ruleActorRef ) )
+ // InternalRoom.g:4231:1: (lv_actorRefs_15_0= ruleActorRef )
{
- // InternalRoom.g:4317:1: (lv_actorRefs_15_0= ruleActorRef )
- // InternalRoom.g:4318:3: lv_actorRefs_15_0= ruleActorRef
+ // InternalRoom.g:4231:1: (lv_actorRefs_15_0= ruleActorRef )
+ // InternalRoom.g:4232:3: lv_actorRefs_15_0= ruleActorRef
{
newCompositeNode(grammarAccess.getSubSystemClassAccess().getActorRefsActorRefParserRuleCall_8_4_0());
- pushFollow(FOLLOW_98);
+ pushFollow(FOLLOW_99);
lv_actorRefs_15_0=ruleActorRef();
state._fsp--;
@@ -10736,18 +10691,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 6 :
- // InternalRoom.g:4335:6: ( (lv_serviceProvisionPoints_16_0= ruleSPP ) )
+ // InternalRoom.g:4249:6: ( (lv_serviceProvisionPoints_16_0= ruleSPP ) )
{
- // InternalRoom.g:4335:6: ( (lv_serviceProvisionPoints_16_0= ruleSPP ) )
- // InternalRoom.g:4336:1: (lv_serviceProvisionPoints_16_0= ruleSPP )
+ // InternalRoom.g:4249:6: ( (lv_serviceProvisionPoints_16_0= ruleSPP ) )
+ // InternalRoom.g:4250:1: (lv_serviceProvisionPoints_16_0= ruleSPP )
{
- // InternalRoom.g:4336:1: (lv_serviceProvisionPoints_16_0= ruleSPP )
- // InternalRoom.g:4337:3: lv_serviceProvisionPoints_16_0= ruleSPP
+ // InternalRoom.g:4250:1: (lv_serviceProvisionPoints_16_0= ruleSPP )
+ // InternalRoom.g:4251:3: lv_serviceProvisionPoints_16_0= ruleSPP
{
newCompositeNode(grammarAccess.getSubSystemClassAccess().getServiceProvisionPointsSPPParserRuleCall_8_5_0());
- pushFollow(FOLLOW_98);
+ pushFollow(FOLLOW_99);
lv_serviceProvisionPoints_16_0=ruleSPP();
state._fsp--;
@@ -10773,18 +10728,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 7 :
- // InternalRoom.g:4354:6: ( (lv_relayPorts_17_0= rulePort ) )
+ // InternalRoom.g:4268:6: ( (lv_relayPorts_17_0= rulePort ) )
{
- // InternalRoom.g:4354:6: ( (lv_relayPorts_17_0= rulePort ) )
- // InternalRoom.g:4355:1: (lv_relayPorts_17_0= rulePort )
+ // InternalRoom.g:4268:6: ( (lv_relayPorts_17_0= rulePort ) )
+ // InternalRoom.g:4269:1: (lv_relayPorts_17_0= rulePort )
{
- // InternalRoom.g:4355:1: (lv_relayPorts_17_0= rulePort )
- // InternalRoom.g:4356:3: lv_relayPorts_17_0= rulePort
+ // InternalRoom.g:4269:1: (lv_relayPorts_17_0= rulePort )
+ // InternalRoom.g:4270:3: lv_relayPorts_17_0= rulePort
{
newCompositeNode(grammarAccess.getSubSystemClassAccess().getRelayPortsPortParserRuleCall_8_6_0());
- pushFollow(FOLLOW_98);
+ pushFollow(FOLLOW_99);
lv_relayPorts_17_0=rulePort();
state._fsp--;
@@ -10811,7 +10766,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop103;
+ break loop105;
}
} while (true);
@@ -10840,7 +10795,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleLogicalThread"
- // InternalRoom.g:4384:1: entryRuleLogicalThread returns [EObject current=null] : iv_ruleLogicalThread= ruleLogicalThread EOF ;
+ // InternalRoom.g:4298:1: entryRuleLogicalThread returns [EObject current=null] : iv_ruleLogicalThread= ruleLogicalThread EOF ;
public final EObject entryRuleLogicalThread() throws RecognitionException {
EObject current = null;
@@ -10848,8 +10803,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:4385:2: (iv_ruleLogicalThread= ruleLogicalThread EOF )
- // InternalRoom.g:4386:2: iv_ruleLogicalThread= ruleLogicalThread EOF
+ // InternalRoom.g:4299:2: (iv_ruleLogicalThread= ruleLogicalThread EOF )
+ // InternalRoom.g:4300:2: iv_ruleLogicalThread= ruleLogicalThread EOF
{
newCompositeNode(grammarAccess.getLogicalThreadRule());
pushFollow(FOLLOW_1);
@@ -10876,7 +10831,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleLogicalThread"
- // InternalRoom.g:4393:1: ruleLogicalThread returns [EObject current=null] : (otherlv_0= 'LogicalThread' ( (lv_name_1_0= RULE_ID ) ) ) ;
+ // InternalRoom.g:4307:1: ruleLogicalThread returns [EObject current=null] : (otherlv_0= 'LogicalThread' ( (lv_name_1_0= RULE_ID ) ) ) ;
public final EObject ruleLogicalThread() throws RecognitionException {
EObject current = null;
@@ -10886,21 +10841,21 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:4396:28: ( (otherlv_0= 'LogicalThread' ( (lv_name_1_0= RULE_ID ) ) ) )
- // InternalRoom.g:4397:1: (otherlv_0= 'LogicalThread' ( (lv_name_1_0= RULE_ID ) ) )
+ // InternalRoom.g:4310:28: ( (otherlv_0= 'LogicalThread' ( (lv_name_1_0= RULE_ID ) ) ) )
+ // InternalRoom.g:4311:1: (otherlv_0= 'LogicalThread' ( (lv_name_1_0= RULE_ID ) ) )
{
- // InternalRoom.g:4397:1: (otherlv_0= 'LogicalThread' ( (lv_name_1_0= RULE_ID ) ) )
- // InternalRoom.g:4397:3: otherlv_0= 'LogicalThread' ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:4311:1: (otherlv_0= 'LogicalThread' ( (lv_name_1_0= RULE_ID ) ) )
+ // InternalRoom.g:4311:3: otherlv_0= 'LogicalThread' ( (lv_name_1_0= RULE_ID ) )
{
otherlv_0=(Token)match(input,68,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getLogicalThreadAccess().getLogicalThreadKeyword_0());
- // InternalRoom.g:4401:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:4402:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:4315:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:4316:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:4402:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:4403:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:4316:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:4317:3: lv_name_1_0= RULE_ID
{
lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_2);
@@ -10943,7 +10898,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleActorInstanceMapping"
- // InternalRoom.g:4427:1: entryRuleActorInstanceMapping returns [EObject current=null] : iv_ruleActorInstanceMapping= ruleActorInstanceMapping EOF ;
+ // InternalRoom.g:4341:1: entryRuleActorInstanceMapping returns [EObject current=null] : iv_ruleActorInstanceMapping= ruleActorInstanceMapping EOF ;
public final EObject entryRuleActorInstanceMapping() throws RecognitionException {
EObject current = null;
@@ -10951,8 +10906,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:4428:2: (iv_ruleActorInstanceMapping= ruleActorInstanceMapping EOF )
- // InternalRoom.g:4429:2: iv_ruleActorInstanceMapping= ruleActorInstanceMapping EOF
+ // InternalRoom.g:4342:2: (iv_ruleActorInstanceMapping= ruleActorInstanceMapping EOF )
+ // InternalRoom.g:4343:2: iv_ruleActorInstanceMapping= ruleActorInstanceMapping EOF
{
newCompositeNode(grammarAccess.getActorInstanceMappingRule());
pushFollow(FOLLOW_1);
@@ -10979,7 +10934,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleActorInstanceMapping"
- // InternalRoom.g:4436:1: ruleActorInstanceMapping returns [EObject current=null] : (otherlv_0= 'ActorInstanceMapping' ( (lv_path_1_0= ruleRefPath ) ) otherlv_2= '->' ( (otherlv_3= RULE_ID ) ) (otherlv_4= '{' ( (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping ) )* otherlv_6= '}' )? ) ;
+ // InternalRoom.g:4350:1: ruleActorInstanceMapping returns [EObject current=null] : (otherlv_0= 'ActorInstanceMapping' ( (lv_path_1_0= ruleRefPath ) ) otherlv_2= '->' ( (otherlv_3= RULE_ID ) ) (otherlv_4= '{' ( (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping ) )* otherlv_6= '}' )? ) ;
public final EObject ruleActorInstanceMapping() throws RecognitionException {
EObject current = null;
@@ -10996,26 +10951,26 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:4439:28: ( (otherlv_0= 'ActorInstanceMapping' ( (lv_path_1_0= ruleRefPath ) ) otherlv_2= '->' ( (otherlv_3= RULE_ID ) ) (otherlv_4= '{' ( (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping ) )* otherlv_6= '}' )? ) )
- // InternalRoom.g:4440:1: (otherlv_0= 'ActorInstanceMapping' ( (lv_path_1_0= ruleRefPath ) ) otherlv_2= '->' ( (otherlv_3= RULE_ID ) ) (otherlv_4= '{' ( (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping ) )* otherlv_6= '}' )? )
+ // InternalRoom.g:4353:28: ( (otherlv_0= 'ActorInstanceMapping' ( (lv_path_1_0= ruleRefPath ) ) otherlv_2= '->' ( (otherlv_3= RULE_ID ) ) (otherlv_4= '{' ( (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping ) )* otherlv_6= '}' )? ) )
+ // InternalRoom.g:4354:1: (otherlv_0= 'ActorInstanceMapping' ( (lv_path_1_0= ruleRefPath ) ) otherlv_2= '->' ( (otherlv_3= RULE_ID ) ) (otherlv_4= '{' ( (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping ) )* otherlv_6= '}' )? )
{
- // InternalRoom.g:4440:1: (otherlv_0= 'ActorInstanceMapping' ( (lv_path_1_0= ruleRefPath ) ) otherlv_2= '->' ( (otherlv_3= RULE_ID ) ) (otherlv_4= '{' ( (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping ) )* otherlv_6= '}' )? )
- // InternalRoom.g:4440:3: otherlv_0= 'ActorInstanceMapping' ( (lv_path_1_0= ruleRefPath ) ) otherlv_2= '->' ( (otherlv_3= RULE_ID ) ) (otherlv_4= '{' ( (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping ) )* otherlv_6= '}' )?
+ // InternalRoom.g:4354:1: (otherlv_0= 'ActorInstanceMapping' ( (lv_path_1_0= ruleRefPath ) ) otherlv_2= '->' ( (otherlv_3= RULE_ID ) ) (otherlv_4= '{' ( (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping ) )* otherlv_6= '}' )? )
+ // InternalRoom.g:4354:3: otherlv_0= 'ActorInstanceMapping' ( (lv_path_1_0= ruleRefPath ) ) otherlv_2= '->' ( (otherlv_3= RULE_ID ) ) (otherlv_4= '{' ( (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping ) )* otherlv_6= '}' )?
{
otherlv_0=(Token)match(input,69,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getActorInstanceMappingAccess().getActorInstanceMappingKeyword_0());
- // InternalRoom.g:4444:1: ( (lv_path_1_0= ruleRefPath ) )
- // InternalRoom.g:4445:1: (lv_path_1_0= ruleRefPath )
+ // InternalRoom.g:4358:1: ( (lv_path_1_0= ruleRefPath ) )
+ // InternalRoom.g:4359:1: (lv_path_1_0= ruleRefPath )
{
- // InternalRoom.g:4445:1: (lv_path_1_0= ruleRefPath )
- // InternalRoom.g:4446:3: lv_path_1_0= ruleRefPath
+ // InternalRoom.g:4359:1: (lv_path_1_0= ruleRefPath )
+ // InternalRoom.g:4360:3: lv_path_1_0= ruleRefPath
{
newCompositeNode(grammarAccess.getActorInstanceMappingAccess().getPathRefPathParserRuleCall_1_0());
- pushFollow(FOLLOW_13);
+ pushFollow(FOLLOW_14);
lv_path_1_0=ruleRefPath();
state._fsp--;
@@ -11041,18 +10996,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_2, grammarAccess.getActorInstanceMappingAccess().getHyphenMinusGreaterThanSignKeyword_2());
- // InternalRoom.g:4466:1: ( (otherlv_3= RULE_ID ) )
- // InternalRoom.g:4467:1: (otherlv_3= RULE_ID )
+ // InternalRoom.g:4380:1: ( (otherlv_3= RULE_ID ) )
+ // InternalRoom.g:4381:1: (otherlv_3= RULE_ID )
{
- // InternalRoom.g:4467:1: (otherlv_3= RULE_ID )
- // InternalRoom.g:4468:3: otherlv_3= RULE_ID
+ // InternalRoom.g:4381:1: (otherlv_3= RULE_ID )
+ // InternalRoom.g:4382:3: otherlv_3= RULE_ID
{
if (current==null) {
current = createModelElement(grammarAccess.getActorInstanceMappingRule());
}
- otherlv_3=(Token)match(input,RULE_ID,FOLLOW_99);
+ otherlv_3=(Token)match(input,RULE_ID,FOLLOW_100);
newLeafNode(otherlv_3, grammarAccess.getActorInstanceMappingAccess().getThreadLogicalThreadCrossReference_3_0());
@@ -11062,43 +11017,43 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:4479:2: (otherlv_4= '{' ( (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping ) )* otherlv_6= '}' )?
- int alt105=2;
- int LA105_0 = input.LA(1);
+ // InternalRoom.g:4393:2: (otherlv_4= '{' ( (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping ) )* otherlv_6= '}' )?
+ int alt107=2;
+ int LA107_0 = input.LA(1);
- if ( (LA105_0==14) ) {
- alt105=1;
+ if ( (LA107_0==14) ) {
+ alt107=1;
}
- switch (alt105) {
+ switch (alt107) {
case 1 :
- // InternalRoom.g:4479:4: otherlv_4= '{' ( (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping ) )* otherlv_6= '}'
+ // InternalRoom.g:4393:4: otherlv_4= '{' ( (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping ) )* otherlv_6= '}'
{
- otherlv_4=(Token)match(input,14,FOLLOW_100);
+ otherlv_4=(Token)match(input,14,FOLLOW_101);
newLeafNode(otherlv_4, grammarAccess.getActorInstanceMappingAccess().getLeftCurlyBracketKeyword_4_0());
- // InternalRoom.g:4483:1: ( (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping ) )*
- loop104:
+ // InternalRoom.g:4397:1: ( (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping ) )*
+ loop106:
do {
- int alt104=2;
- int LA104_0 = input.LA(1);
+ int alt106=2;
+ int LA106_0 = input.LA(1);
- if ( (LA104_0==69) ) {
- alt104=1;
+ if ( (LA106_0==69) ) {
+ alt106=1;
}
- switch (alt104) {
+ switch (alt106) {
case 1 :
- // InternalRoom.g:4484:1: (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping )
+ // InternalRoom.g:4398:1: (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping )
{
- // InternalRoom.g:4484:1: (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping )
- // InternalRoom.g:4485:3: lv_actorInstanceMappings_5_0= ruleActorInstanceMapping
+ // InternalRoom.g:4398:1: (lv_actorInstanceMappings_5_0= ruleActorInstanceMapping )
+ // InternalRoom.g:4399:3: lv_actorInstanceMappings_5_0= ruleActorInstanceMapping
{
newCompositeNode(grammarAccess.getActorInstanceMappingAccess().getActorInstanceMappingsActorInstanceMappingParserRuleCall_4_1_0());
- pushFollow(FOLLOW_100);
+ pushFollow(FOLLOW_101);
lv_actorInstanceMappings_5_0=ruleActorInstanceMapping();
state._fsp--;
@@ -11122,7 +11077,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop104;
+ break loop106;
}
} while (true);
@@ -11157,7 +11112,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleRefPath"
- // InternalRoom.g:4513:1: entryRuleRefPath returns [EObject current=null] : iv_ruleRefPath= ruleRefPath EOF ;
+ // InternalRoom.g:4427:1: entryRuleRefPath returns [EObject current=null] : iv_ruleRefPath= ruleRefPath EOF ;
public final EObject entryRuleRefPath() throws RecognitionException {
EObject current = null;
@@ -11165,8 +11120,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:4514:2: (iv_ruleRefPath= ruleRefPath EOF )
- // InternalRoom.g:4515:2: iv_ruleRefPath= ruleRefPath EOF
+ // InternalRoom.g:4428:2: (iv_ruleRefPath= ruleRefPath EOF )
+ // InternalRoom.g:4429:2: iv_ruleRefPath= ruleRefPath EOF
{
newCompositeNode(grammarAccess.getRefPathRule());
pushFollow(FOLLOW_1);
@@ -11193,7 +11148,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleRefPath"
- // InternalRoom.g:4522:1: ruleRefPath returns [EObject current=null] : ( ( (lv_refs_0_0= ruleRefSegment ) ) (otherlv_1= '/' ( (lv_refs_2_0= ruleRefSegment ) ) )* ) ;
+ // InternalRoom.g:4436:1: ruleRefPath returns [EObject current=null] : ( ( (lv_refs_0_0= ruleRefSegment ) ) (otherlv_1= '/' ( (lv_refs_2_0= ruleRefSegment ) ) )* ) ;
public final EObject ruleRefPath() throws RecognitionException {
EObject current = null;
@@ -11206,22 +11161,22 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:4525:28: ( ( ( (lv_refs_0_0= ruleRefSegment ) ) (otherlv_1= '/' ( (lv_refs_2_0= ruleRefSegment ) ) )* ) )
- // InternalRoom.g:4526:1: ( ( (lv_refs_0_0= ruleRefSegment ) ) (otherlv_1= '/' ( (lv_refs_2_0= ruleRefSegment ) ) )* )
+ // InternalRoom.g:4439:28: ( ( ( (lv_refs_0_0= ruleRefSegment ) ) (otherlv_1= '/' ( (lv_refs_2_0= ruleRefSegment ) ) )* ) )
+ // InternalRoom.g:4440:1: ( ( (lv_refs_0_0= ruleRefSegment ) ) (otherlv_1= '/' ( (lv_refs_2_0= ruleRefSegment ) ) )* )
{
- // InternalRoom.g:4526:1: ( ( (lv_refs_0_0= ruleRefSegment ) ) (otherlv_1= '/' ( (lv_refs_2_0= ruleRefSegment ) ) )* )
- // InternalRoom.g:4526:2: ( (lv_refs_0_0= ruleRefSegment ) ) (otherlv_1= '/' ( (lv_refs_2_0= ruleRefSegment ) ) )*
+ // InternalRoom.g:4440:1: ( ( (lv_refs_0_0= ruleRefSegment ) ) (otherlv_1= '/' ( (lv_refs_2_0= ruleRefSegment ) ) )* )
+ // InternalRoom.g:4440:2: ( (lv_refs_0_0= ruleRefSegment ) ) (otherlv_1= '/' ( (lv_refs_2_0= ruleRefSegment ) ) )*
{
- // InternalRoom.g:4526:2: ( (lv_refs_0_0= ruleRefSegment ) )
- // InternalRoom.g:4527:1: (lv_refs_0_0= ruleRefSegment )
+ // InternalRoom.g:4440:2: ( (lv_refs_0_0= ruleRefSegment ) )
+ // InternalRoom.g:4441:1: (lv_refs_0_0= ruleRefSegment )
{
- // InternalRoom.g:4527:1: (lv_refs_0_0= ruleRefSegment )
- // InternalRoom.g:4528:3: lv_refs_0_0= ruleRefSegment
+ // InternalRoom.g:4441:1: (lv_refs_0_0= ruleRefSegment )
+ // InternalRoom.g:4442:3: lv_refs_0_0= ruleRefSegment
{
newCompositeNode(grammarAccess.getRefPathAccess().getRefsRefSegmentParserRuleCall_0_0());
- pushFollow(FOLLOW_101);
+ pushFollow(FOLLOW_102);
lv_refs_0_0=ruleRefSegment();
state._fsp--;
@@ -11243,35 +11198,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:4544:2: (otherlv_1= '/' ( (lv_refs_2_0= ruleRefSegment ) ) )*
- loop106:
+ // InternalRoom.g:4458:2: (otherlv_1= '/' ( (lv_refs_2_0= ruleRefSegment ) ) )*
+ loop108:
do {
- int alt106=2;
- int LA106_0 = input.LA(1);
+ int alt108=2;
+ int LA108_0 = input.LA(1);
- if ( (LA106_0==70) ) {
- alt106=1;
+ if ( (LA108_0==70) ) {
+ alt108=1;
}
- switch (alt106) {
+ switch (alt108) {
case 1 :
- // InternalRoom.g:4544:4: otherlv_1= '/' ( (lv_refs_2_0= ruleRefSegment ) )
+ // InternalRoom.g:4458:4: otherlv_1= '/' ( (lv_refs_2_0= ruleRefSegment ) )
{
otherlv_1=(Token)match(input,70,FOLLOW_3);
newLeafNode(otherlv_1, grammarAccess.getRefPathAccess().getSolidusKeyword_1_0());
- // InternalRoom.g:4548:1: ( (lv_refs_2_0= ruleRefSegment ) )
- // InternalRoom.g:4549:1: (lv_refs_2_0= ruleRefSegment )
+ // InternalRoom.g:4462:1: ( (lv_refs_2_0= ruleRefSegment ) )
+ // InternalRoom.g:4463:1: (lv_refs_2_0= ruleRefSegment )
{
- // InternalRoom.g:4549:1: (lv_refs_2_0= ruleRefSegment )
- // InternalRoom.g:4550:3: lv_refs_2_0= ruleRefSegment
+ // InternalRoom.g:4463:1: (lv_refs_2_0= ruleRefSegment )
+ // InternalRoom.g:4464:3: lv_refs_2_0= ruleRefSegment
{
newCompositeNode(grammarAccess.getRefPathAccess().getRefsRefSegmentParserRuleCall_1_1_0());
- pushFollow(FOLLOW_101);
+ pushFollow(FOLLOW_102);
lv_refs_2_0=ruleRefSegment();
state._fsp--;
@@ -11298,7 +11253,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop106;
+ break loop108;
}
} while (true);
@@ -11323,7 +11278,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleRefSegment"
- // InternalRoom.g:4574:1: entryRuleRefSegment returns [EObject current=null] : iv_ruleRefSegment= ruleRefSegment EOF ;
+ // InternalRoom.g:4488:1: entryRuleRefSegment returns [EObject current=null] : iv_ruleRefSegment= ruleRefSegment EOF ;
public final EObject entryRuleRefSegment() throws RecognitionException {
EObject current = null;
@@ -11331,8 +11286,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:4575:2: (iv_ruleRefSegment= ruleRefSegment EOF )
- // InternalRoom.g:4576:2: iv_ruleRefSegment= ruleRefSegment EOF
+ // InternalRoom.g:4489:2: (iv_ruleRefSegment= ruleRefSegment EOF )
+ // InternalRoom.g:4490:2: iv_ruleRefSegment= ruleRefSegment EOF
{
newCompositeNode(grammarAccess.getRefSegmentRule());
pushFollow(FOLLOW_1);
@@ -11359,7 +11314,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleRefSegment"
- // InternalRoom.g:4583:1: ruleRefSegment returns [EObject current=null] : ( ( (lv_ref_0_0= RULE_ID ) ) (otherlv_1= ':' ( (lv_idx_2_0= RULE_INT ) ) )? ) ;
+ // InternalRoom.g:4497:1: ruleRefSegment returns [EObject current=null] : ( ( (lv_ref_0_0= RULE_ID ) ) (otherlv_1= ':' ( (lv_idx_2_0= RULE_INT ) ) )? ) ;
public final EObject ruleRefSegment() throws RecognitionException {
EObject current = null;
@@ -11370,19 +11325,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:4586:28: ( ( ( (lv_ref_0_0= RULE_ID ) ) (otherlv_1= ':' ( (lv_idx_2_0= RULE_INT ) ) )? ) )
- // InternalRoom.g:4587:1: ( ( (lv_ref_0_0= RULE_ID ) ) (otherlv_1= ':' ( (lv_idx_2_0= RULE_INT ) ) )? )
+ // InternalRoom.g:4500:28: ( ( ( (lv_ref_0_0= RULE_ID ) ) (otherlv_1= ':' ( (lv_idx_2_0= RULE_INT ) ) )? ) )
+ // InternalRoom.g:4501:1: ( ( (lv_ref_0_0= RULE_ID ) ) (otherlv_1= ':' ( (lv_idx_2_0= RULE_INT ) ) )? )
{
- // InternalRoom.g:4587:1: ( ( (lv_ref_0_0= RULE_ID ) ) (otherlv_1= ':' ( (lv_idx_2_0= RULE_INT ) ) )? )
- // InternalRoom.g:4587:2: ( (lv_ref_0_0= RULE_ID ) ) (otherlv_1= ':' ( (lv_idx_2_0= RULE_INT ) ) )?
+ // InternalRoom.g:4501:1: ( ( (lv_ref_0_0= RULE_ID ) ) (otherlv_1= ':' ( (lv_idx_2_0= RULE_INT ) ) )? )
+ // InternalRoom.g:4501:2: ( (lv_ref_0_0= RULE_ID ) ) (otherlv_1= ':' ( (lv_idx_2_0= RULE_INT ) ) )?
{
- // InternalRoom.g:4587:2: ( (lv_ref_0_0= RULE_ID ) )
- // InternalRoom.g:4588:1: (lv_ref_0_0= RULE_ID )
+ // InternalRoom.g:4501:2: ( (lv_ref_0_0= RULE_ID ) )
+ // InternalRoom.g:4502:1: (lv_ref_0_0= RULE_ID )
{
- // InternalRoom.g:4588:1: (lv_ref_0_0= RULE_ID )
- // InternalRoom.g:4589:3: lv_ref_0_0= RULE_ID
+ // InternalRoom.g:4502:1: (lv_ref_0_0= RULE_ID )
+ // InternalRoom.g:4503:3: lv_ref_0_0= RULE_ID
{
- lv_ref_0_0=(Token)match(input,RULE_ID,FOLLOW_102);
+ lv_ref_0_0=(Token)match(input,RULE_ID,FOLLOW_103);
newLeafNode(lv_ref_0_0, grammarAccess.getRefSegmentAccess().getRefIDTerminalRuleCall_0_0());
@@ -11402,26 +11357,26 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:4605:2: (otherlv_1= ':' ( (lv_idx_2_0= RULE_INT ) ) )?
- int alt107=2;
- int LA107_0 = input.LA(1);
+ // InternalRoom.g:4519:2: (otherlv_1= ':' ( (lv_idx_2_0= RULE_INT ) ) )?
+ int alt109=2;
+ int LA109_0 = input.LA(1);
- if ( (LA107_0==16) ) {
- alt107=1;
+ if ( (LA109_0==16) ) {
+ alt109=1;
}
- switch (alt107) {
+ switch (alt109) {
case 1 :
- // InternalRoom.g:4605:4: otherlv_1= ':' ( (lv_idx_2_0= RULE_INT ) )
+ // InternalRoom.g:4519:4: otherlv_1= ':' ( (lv_idx_2_0= RULE_INT ) )
{
- otherlv_1=(Token)match(input,16,FOLLOW_36);
+ otherlv_1=(Token)match(input,16,FOLLOW_37);
newLeafNode(otherlv_1, grammarAccess.getRefSegmentAccess().getColonKeyword_1_0());
- // InternalRoom.g:4609:1: ( (lv_idx_2_0= RULE_INT ) )
- // InternalRoom.g:4610:1: (lv_idx_2_0= RULE_INT )
+ // InternalRoom.g:4523:1: ( (lv_idx_2_0= RULE_INT ) )
+ // InternalRoom.g:4524:1: (lv_idx_2_0= RULE_INT )
{
- // InternalRoom.g:4610:1: (lv_idx_2_0= RULE_INT )
- // InternalRoom.g:4611:3: lv_idx_2_0= RULE_INT
+ // InternalRoom.g:4524:1: (lv_idx_2_0= RULE_INT )
+ // InternalRoom.g:4525:3: lv_idx_2_0= RULE_INT
{
lv_idx_2_0=(Token)match(input,RULE_INT,FOLLOW_2);
@@ -11470,7 +11425,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleBinding"
- // InternalRoom.g:4635:1: entryRuleBinding returns [EObject current=null] : iv_ruleBinding= ruleBinding EOF ;
+ // InternalRoom.g:4549:1: entryRuleBinding returns [EObject current=null] : iv_ruleBinding= ruleBinding EOF ;
public final EObject entryRuleBinding() throws RecognitionException {
EObject current = null;
@@ -11478,8 +11433,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:4636:2: (iv_ruleBinding= ruleBinding EOF )
- // InternalRoom.g:4637:2: iv_ruleBinding= ruleBinding EOF
+ // InternalRoom.g:4550:2: (iv_ruleBinding= ruleBinding EOF )
+ // InternalRoom.g:4551:2: iv_ruleBinding= ruleBinding EOF
{
newCompositeNode(grammarAccess.getBindingRule());
pushFollow(FOLLOW_1);
@@ -11506,7 +11461,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleBinding"
- // InternalRoom.g:4644:1: ruleBinding returns [EObject current=null] : (otherlv_0= 'Binding' ( (lv_endpoint1_1_0= ruleBindingEndPoint ) ) otherlv_2= 'and' ( (lv_endpoint2_3_0= ruleBindingEndPoint ) ) ) ;
+ // InternalRoom.g:4558:1: ruleBinding returns [EObject current=null] : (otherlv_0= 'Binding' ( (lv_endpoint1_1_0= ruleBindingEndPoint ) ) otherlv_2= 'and' ( (lv_endpoint2_3_0= ruleBindingEndPoint ) ) ) ;
public final EObject ruleBinding() throws RecognitionException {
EObject current = null;
@@ -11520,26 +11475,26 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:4647:28: ( (otherlv_0= 'Binding' ( (lv_endpoint1_1_0= ruleBindingEndPoint ) ) otherlv_2= 'and' ( (lv_endpoint2_3_0= ruleBindingEndPoint ) ) ) )
- // InternalRoom.g:4648:1: (otherlv_0= 'Binding' ( (lv_endpoint1_1_0= ruleBindingEndPoint ) ) otherlv_2= 'and' ( (lv_endpoint2_3_0= ruleBindingEndPoint ) ) )
+ // InternalRoom.g:4561:28: ( (otherlv_0= 'Binding' ( (lv_endpoint1_1_0= ruleBindingEndPoint ) ) otherlv_2= 'and' ( (lv_endpoint2_3_0= ruleBindingEndPoint ) ) ) )
+ // InternalRoom.g:4562:1: (otherlv_0= 'Binding' ( (lv_endpoint1_1_0= ruleBindingEndPoint ) ) otherlv_2= 'and' ( (lv_endpoint2_3_0= ruleBindingEndPoint ) ) )
{
- // InternalRoom.g:4648:1: (otherlv_0= 'Binding' ( (lv_endpoint1_1_0= ruleBindingEndPoint ) ) otherlv_2= 'and' ( (lv_endpoint2_3_0= ruleBindingEndPoint ) ) )
- // InternalRoom.g:4648:3: otherlv_0= 'Binding' ( (lv_endpoint1_1_0= ruleBindingEndPoint ) ) otherlv_2= 'and' ( (lv_endpoint2_3_0= ruleBindingEndPoint ) )
+ // InternalRoom.g:4562:1: (otherlv_0= 'Binding' ( (lv_endpoint1_1_0= ruleBindingEndPoint ) ) otherlv_2= 'and' ( (lv_endpoint2_3_0= ruleBindingEndPoint ) ) )
+ // InternalRoom.g:4562:3: otherlv_0= 'Binding' ( (lv_endpoint1_1_0= ruleBindingEndPoint ) ) otherlv_2= 'and' ( (lv_endpoint2_3_0= ruleBindingEndPoint ) )
{
otherlv_0=(Token)match(input,71,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getBindingAccess().getBindingKeyword_0());
- // InternalRoom.g:4652:1: ( (lv_endpoint1_1_0= ruleBindingEndPoint ) )
- // InternalRoom.g:4653:1: (lv_endpoint1_1_0= ruleBindingEndPoint )
+ // InternalRoom.g:4566:1: ( (lv_endpoint1_1_0= ruleBindingEndPoint ) )
+ // InternalRoom.g:4567:1: (lv_endpoint1_1_0= ruleBindingEndPoint )
{
- // InternalRoom.g:4653:1: (lv_endpoint1_1_0= ruleBindingEndPoint )
- // InternalRoom.g:4654:3: lv_endpoint1_1_0= ruleBindingEndPoint
+ // InternalRoom.g:4567:1: (lv_endpoint1_1_0= ruleBindingEndPoint )
+ // InternalRoom.g:4568:3: lv_endpoint1_1_0= ruleBindingEndPoint
{
newCompositeNode(grammarAccess.getBindingAccess().getEndpoint1BindingEndPointParserRuleCall_1_0());
- pushFollow(FOLLOW_103);
+ pushFollow(FOLLOW_104);
lv_endpoint1_1_0=ruleBindingEndPoint();
state._fsp--;
@@ -11565,11 +11520,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_2, grammarAccess.getBindingAccess().getAndKeyword_2());
- // InternalRoom.g:4674:1: ( (lv_endpoint2_3_0= ruleBindingEndPoint ) )
- // InternalRoom.g:4675:1: (lv_endpoint2_3_0= ruleBindingEndPoint )
+ // InternalRoom.g:4588:1: ( (lv_endpoint2_3_0= ruleBindingEndPoint ) )
+ // InternalRoom.g:4589:1: (lv_endpoint2_3_0= ruleBindingEndPoint )
{
- // InternalRoom.g:4675:1: (lv_endpoint2_3_0= ruleBindingEndPoint )
- // InternalRoom.g:4676:3: lv_endpoint2_3_0= ruleBindingEndPoint
+ // InternalRoom.g:4589:1: (lv_endpoint2_3_0= ruleBindingEndPoint )
+ // InternalRoom.g:4590:3: lv_endpoint2_3_0= ruleBindingEndPoint
{
newCompositeNode(grammarAccess.getBindingAccess().getEndpoint2BindingEndPointParserRuleCall_3_0());
@@ -11617,7 +11572,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleBindingEndPoint"
- // InternalRoom.g:4700:1: entryRuleBindingEndPoint returns [EObject current=null] : iv_ruleBindingEndPoint= ruleBindingEndPoint EOF ;
+ // InternalRoom.g:4614:1: entryRuleBindingEndPoint returns [EObject current=null] : iv_ruleBindingEndPoint= ruleBindingEndPoint EOF ;
public final EObject entryRuleBindingEndPoint() throws RecognitionException {
EObject current = null;
@@ -11625,8 +11580,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:4701:2: (iv_ruleBindingEndPoint= ruleBindingEndPoint EOF )
- // InternalRoom.g:4702:2: iv_ruleBindingEndPoint= ruleBindingEndPoint EOF
+ // InternalRoom.g:4615:2: (iv_ruleBindingEndPoint= ruleBindingEndPoint EOF )
+ // InternalRoom.g:4616:2: iv_ruleBindingEndPoint= ruleBindingEndPoint EOF
{
newCompositeNode(grammarAccess.getBindingEndPointRule());
pushFollow(FOLLOW_1);
@@ -11653,7 +11608,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleBindingEndPoint"
- // InternalRoom.g:4709:1: ruleBindingEndPoint returns [EObject current=null] : ( ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' )? ( (otherlv_2= RULE_ID ) ) (otherlv_3= 'sub' ( (otherlv_4= RULE_ID ) ) )? ) ;
+ // InternalRoom.g:4623:1: ruleBindingEndPoint returns [EObject current=null] : ( ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' )? ( (otherlv_2= RULE_ID ) ) (otherlv_3= 'sub' ( (otherlv_4= RULE_ID ) ) )? ) ;
public final EObject ruleBindingEndPoint() throws RecognitionException {
EObject current = null;
@@ -11666,39 +11621,39 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:4712:28: ( ( ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' )? ( (otherlv_2= RULE_ID ) ) (otherlv_3= 'sub' ( (otherlv_4= RULE_ID ) ) )? ) )
- // InternalRoom.g:4713:1: ( ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' )? ( (otherlv_2= RULE_ID ) ) (otherlv_3= 'sub' ( (otherlv_4= RULE_ID ) ) )? )
+ // InternalRoom.g:4626:28: ( ( ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' )? ( (otherlv_2= RULE_ID ) ) (otherlv_3= 'sub' ( (otherlv_4= RULE_ID ) ) )? ) )
+ // InternalRoom.g:4627:1: ( ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' )? ( (otherlv_2= RULE_ID ) ) (otherlv_3= 'sub' ( (otherlv_4= RULE_ID ) ) )? )
{
- // InternalRoom.g:4713:1: ( ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' )? ( (otherlv_2= RULE_ID ) ) (otherlv_3= 'sub' ( (otherlv_4= RULE_ID ) ) )? )
- // InternalRoom.g:4713:2: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' )? ( (otherlv_2= RULE_ID ) ) (otherlv_3= 'sub' ( (otherlv_4= RULE_ID ) ) )?
+ // InternalRoom.g:4627:1: ( ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' )? ( (otherlv_2= RULE_ID ) ) (otherlv_3= 'sub' ( (otherlv_4= RULE_ID ) ) )? )
+ // InternalRoom.g:4627:2: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' )? ( (otherlv_2= RULE_ID ) ) (otherlv_3= 'sub' ( (otherlv_4= RULE_ID ) ) )?
{
- // InternalRoom.g:4713:2: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' )?
- int alt108=2;
- int LA108_0 = input.LA(1);
+ // InternalRoom.g:4627:2: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' )?
+ int alt110=2;
+ int LA110_0 = input.LA(1);
- if ( (LA108_0==RULE_ID) ) {
- int LA108_1 = input.LA(2);
+ if ( (LA110_0==RULE_ID) ) {
+ int LA110_1 = input.LA(2);
- if ( (LA108_1==73) ) {
- alt108=1;
+ if ( (LA110_1==73) ) {
+ alt110=1;
}
}
- switch (alt108) {
+ switch (alt110) {
case 1 :
- // InternalRoom.g:4713:3: ( (otherlv_0= RULE_ID ) ) otherlv_1= '.'
+ // InternalRoom.g:4627:3: ( (otherlv_0= RULE_ID ) ) otherlv_1= '.'
{
- // InternalRoom.g:4713:3: ( (otherlv_0= RULE_ID ) )
- // InternalRoom.g:4714:1: (otherlv_0= RULE_ID )
+ // InternalRoom.g:4627:3: ( (otherlv_0= RULE_ID ) )
+ // InternalRoom.g:4628:1: (otherlv_0= RULE_ID )
{
- // InternalRoom.g:4714:1: (otherlv_0= RULE_ID )
- // InternalRoom.g:4715:3: otherlv_0= RULE_ID
+ // InternalRoom.g:4628:1: (otherlv_0= RULE_ID )
+ // InternalRoom.g:4629:3: otherlv_0= RULE_ID
{
if (current==null) {
current = createModelElement(grammarAccess.getBindingEndPointRule());
}
- otherlv_0=(Token)match(input,RULE_ID,FOLLOW_104);
+ otherlv_0=(Token)match(input,RULE_ID,FOLLOW_105);
newLeafNode(otherlv_0, grammarAccess.getBindingEndPointAccess().getActorRefActorContainerRefCrossReference_0_0_0());
@@ -11718,18 +11673,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:4730:3: ( (otherlv_2= RULE_ID ) )
- // InternalRoom.g:4731:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:4644:3: ( (otherlv_2= RULE_ID ) )
+ // InternalRoom.g:4645:1: (otherlv_2= RULE_ID )
{
- // InternalRoom.g:4731:1: (otherlv_2= RULE_ID )
- // InternalRoom.g:4732:3: otherlv_2= RULE_ID
+ // InternalRoom.g:4645:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:4646:3: otherlv_2= RULE_ID
{
if (current==null) {
current = createModelElement(grammarAccess.getBindingEndPointRule());
}
- otherlv_2=(Token)match(input,RULE_ID,FOLLOW_105);
+ otherlv_2=(Token)match(input,RULE_ID,FOLLOW_106);
newLeafNode(otherlv_2, grammarAccess.getBindingEndPointAccess().getPortPortCrossReference_1_0());
@@ -11739,26 +11694,26 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:4743:2: (otherlv_3= 'sub' ( (otherlv_4= RULE_ID ) ) )?
- int alt109=2;
- int LA109_0 = input.LA(1);
+ // InternalRoom.g:4657:2: (otherlv_3= 'sub' ( (otherlv_4= RULE_ID ) ) )?
+ int alt111=2;
+ int LA111_0 = input.LA(1);
- if ( (LA109_0==74) ) {
- alt109=1;
+ if ( (LA111_0==74) ) {
+ alt111=1;
}
- switch (alt109) {
+ switch (alt111) {
case 1 :
- // InternalRoom.g:4743:4: otherlv_3= 'sub' ( (otherlv_4= RULE_ID ) )
+ // InternalRoom.g:4657:4: otherlv_3= 'sub' ( (otherlv_4= RULE_ID ) )
{
otherlv_3=(Token)match(input,74,FOLLOW_3);
newLeafNode(otherlv_3, grammarAccess.getBindingEndPointAccess().getSubKeyword_2_0());
- // InternalRoom.g:4747:1: ( (otherlv_4= RULE_ID ) )
- // InternalRoom.g:4748:1: (otherlv_4= RULE_ID )
+ // InternalRoom.g:4661:1: ( (otherlv_4= RULE_ID ) )
+ // InternalRoom.g:4662:1: (otherlv_4= RULE_ID )
{
- // InternalRoom.g:4748:1: (otherlv_4= RULE_ID )
- // InternalRoom.g:4749:3: otherlv_4= RULE_ID
+ // InternalRoom.g:4662:1: (otherlv_4= RULE_ID )
+ // InternalRoom.g:4663:3: otherlv_4= RULE_ID
{
if (current==null) {
@@ -11802,7 +11757,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleLayerConnection"
- // InternalRoom.g:4768:1: entryRuleLayerConnection returns [EObject current=null] : iv_ruleLayerConnection= ruleLayerConnection EOF ;
+ // InternalRoom.g:4682:1: entryRuleLayerConnection returns [EObject current=null] : iv_ruleLayerConnection= ruleLayerConnection EOF ;
public final EObject entryRuleLayerConnection() throws RecognitionException {
EObject current = null;
@@ -11810,8 +11765,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:4769:2: (iv_ruleLayerConnection= ruleLayerConnection EOF )
- // InternalRoom.g:4770:2: iv_ruleLayerConnection= ruleLayerConnection EOF
+ // InternalRoom.g:4683:2: (iv_ruleLayerConnection= ruleLayerConnection EOF )
+ // InternalRoom.g:4684:2: iv_ruleLayerConnection= ruleLayerConnection EOF
{
newCompositeNode(grammarAccess.getLayerConnectionRule());
pushFollow(FOLLOW_1);
@@ -11838,7 +11793,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleLayerConnection"
- // InternalRoom.g:4777:1: ruleLayerConnection returns [EObject current=null] : (otherlv_0= 'LayerConnection' ( (lv_from_1_0= ruleSAPoint ) ) otherlv_2= 'satisfied_by' ( (lv_to_3_0= ruleSPPoint ) ) ) ;
+ // InternalRoom.g:4691:1: ruleLayerConnection returns [EObject current=null] : (otherlv_0= 'LayerConnection' ( (lv_from_1_0= ruleSAPoint ) ) otherlv_2= 'satisfied_by' ( (lv_to_3_0= ruleSPPoint ) ) ) ;
public final EObject ruleLayerConnection() throws RecognitionException {
EObject current = null;
@@ -11852,26 +11807,26 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:4780:28: ( (otherlv_0= 'LayerConnection' ( (lv_from_1_0= ruleSAPoint ) ) otherlv_2= 'satisfied_by' ( (lv_to_3_0= ruleSPPoint ) ) ) )
- // InternalRoom.g:4781:1: (otherlv_0= 'LayerConnection' ( (lv_from_1_0= ruleSAPoint ) ) otherlv_2= 'satisfied_by' ( (lv_to_3_0= ruleSPPoint ) ) )
+ // InternalRoom.g:4694:28: ( (otherlv_0= 'LayerConnection' ( (lv_from_1_0= ruleSAPoint ) ) otherlv_2= 'satisfied_by' ( (lv_to_3_0= ruleSPPoint ) ) ) )
+ // InternalRoom.g:4695:1: (otherlv_0= 'LayerConnection' ( (lv_from_1_0= ruleSAPoint ) ) otherlv_2= 'satisfied_by' ( (lv_to_3_0= ruleSPPoint ) ) )
{
- // InternalRoom.g:4781:1: (otherlv_0= 'LayerConnection' ( (lv_from_1_0= ruleSAPoint ) ) otherlv_2= 'satisfied_by' ( (lv_to_3_0= ruleSPPoint ) ) )
- // InternalRoom.g:4781:3: otherlv_0= 'LayerConnection' ( (lv_from_1_0= ruleSAPoint ) ) otherlv_2= 'satisfied_by' ( (lv_to_3_0= ruleSPPoint ) )
+ // InternalRoom.g:4695:1: (otherlv_0= 'LayerConnection' ( (lv_from_1_0= ruleSAPoint ) ) otherlv_2= 'satisfied_by' ( (lv_to_3_0= ruleSPPoint ) ) )
+ // InternalRoom.g:4695:3: otherlv_0= 'LayerConnection' ( (lv_from_1_0= ruleSAPoint ) ) otherlv_2= 'satisfied_by' ( (lv_to_3_0= ruleSPPoint ) )
{
- otherlv_0=(Token)match(input,75,FOLLOW_106);
+ otherlv_0=(Token)match(input,75,FOLLOW_107);
newLeafNode(otherlv_0, grammarAccess.getLayerConnectionAccess().getLayerConnectionKeyword_0());
- // InternalRoom.g:4785:1: ( (lv_from_1_0= ruleSAPoint ) )
- // InternalRoom.g:4786:1: (lv_from_1_0= ruleSAPoint )
+ // InternalRoom.g:4699:1: ( (lv_from_1_0= ruleSAPoint ) )
+ // InternalRoom.g:4700:1: (lv_from_1_0= ruleSAPoint )
{
- // InternalRoom.g:4786:1: (lv_from_1_0= ruleSAPoint )
- // InternalRoom.g:4787:3: lv_from_1_0= ruleSAPoint
+ // InternalRoom.g:4700:1: (lv_from_1_0= ruleSAPoint )
+ // InternalRoom.g:4701:3: lv_from_1_0= ruleSAPoint
{
newCompositeNode(grammarAccess.getLayerConnectionAccess().getFromSAPointParserRuleCall_1_0());
- pushFollow(FOLLOW_107);
+ pushFollow(FOLLOW_108);
lv_from_1_0=ruleSAPoint();
state._fsp--;
@@ -11897,11 +11852,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_2, grammarAccess.getLayerConnectionAccess().getSatisfied_byKeyword_2());
- // InternalRoom.g:4807:1: ( (lv_to_3_0= ruleSPPoint ) )
- // InternalRoom.g:4808:1: (lv_to_3_0= ruleSPPoint )
+ // InternalRoom.g:4721:1: ( (lv_to_3_0= ruleSPPoint ) )
+ // InternalRoom.g:4722:1: (lv_to_3_0= ruleSPPoint )
{
- // InternalRoom.g:4808:1: (lv_to_3_0= ruleSPPoint )
- // InternalRoom.g:4809:3: lv_to_3_0= ruleSPPoint
+ // InternalRoom.g:4722:1: (lv_to_3_0= ruleSPPoint )
+ // InternalRoom.g:4723:3: lv_to_3_0= ruleSPPoint
{
newCompositeNode(grammarAccess.getLayerConnectionAccess().getToSPPointParserRuleCall_3_0());
@@ -11949,7 +11904,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleSAPoint"
- // InternalRoom.g:4833:1: entryRuleSAPoint returns [EObject current=null] : iv_ruleSAPoint= ruleSAPoint EOF ;
+ // InternalRoom.g:4747:1: entryRuleSAPoint returns [EObject current=null] : iv_ruleSAPoint= ruleSAPoint EOF ;
public final EObject entryRuleSAPoint() throws RecognitionException {
EObject current = null;
@@ -11957,8 +11912,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:4834:2: (iv_ruleSAPoint= ruleSAPoint EOF )
- // InternalRoom.g:4835:2: iv_ruleSAPoint= ruleSAPoint EOF
+ // InternalRoom.g:4748:2: (iv_ruleSAPoint= ruleSAPoint EOF )
+ // InternalRoom.g:4749:2: iv_ruleSAPoint= ruleSAPoint EOF
{
newCompositeNode(grammarAccess.getSAPointRule());
pushFollow(FOLLOW_1);
@@ -11985,7 +11940,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleSAPoint"
- // InternalRoom.g:4842:1: ruleSAPoint returns [EObject current=null] : (this_RefSAPoint_0= ruleRefSAPoint | this_RelaySAPoint_1= ruleRelaySAPoint ) ;
+ // InternalRoom.g:4756:1: ruleSAPoint returns [EObject current=null] : (this_RefSAPoint_0= ruleRefSAPoint | this_RelaySAPoint_1= ruleRelaySAPoint ) ;
public final EObject ruleSAPoint() throws RecognitionException {
EObject current = null;
@@ -11997,28 +11952,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:4845:28: ( (this_RefSAPoint_0= ruleRefSAPoint | this_RelaySAPoint_1= ruleRelaySAPoint ) )
- // InternalRoom.g:4846:1: (this_RefSAPoint_0= ruleRefSAPoint | this_RelaySAPoint_1= ruleRelaySAPoint )
+ // InternalRoom.g:4759:28: ( (this_RefSAPoint_0= ruleRefSAPoint | this_RelaySAPoint_1= ruleRelaySAPoint ) )
+ // InternalRoom.g:4760:1: (this_RefSAPoint_0= ruleRefSAPoint | this_RelaySAPoint_1= ruleRelaySAPoint )
{
- // InternalRoom.g:4846:1: (this_RefSAPoint_0= ruleRefSAPoint | this_RelaySAPoint_1= ruleRelaySAPoint )
- int alt110=2;
- int LA110_0 = input.LA(1);
+ // InternalRoom.g:4760:1: (this_RefSAPoint_0= ruleRefSAPoint | this_RelaySAPoint_1= ruleRelaySAPoint )
+ int alt112=2;
+ int LA112_0 = input.LA(1);
- if ( (LA110_0==18) ) {
- alt110=1;
+ if ( (LA112_0==18) ) {
+ alt112=1;
}
- else if ( (LA110_0==77) ) {
- alt110=2;
+ else if ( (LA112_0==77) ) {
+ alt112=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 110, 0, input);
+ new NoViableAltException("", 112, 0, input);
throw nvae;
}
- switch (alt110) {
+ switch (alt112) {
case 1 :
- // InternalRoom.g:4847:5: this_RefSAPoint_0= ruleRefSAPoint
+ // InternalRoom.g:4761:5: this_RefSAPoint_0= ruleRefSAPoint
{
newCompositeNode(grammarAccess.getSAPointAccess().getRefSAPointParserRuleCall_0());
@@ -12036,7 +11991,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:4857:5: this_RelaySAPoint_1= ruleRelaySAPoint
+ // InternalRoom.g:4771:5: this_RelaySAPoint_1= ruleRelaySAPoint
{
newCompositeNode(grammarAccess.getSAPointAccess().getRelaySAPointParserRuleCall_1());
@@ -12074,7 +12029,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleRefSAPoint"
- // InternalRoom.g:4873:1: entryRuleRefSAPoint returns [EObject current=null] : iv_ruleRefSAPoint= ruleRefSAPoint EOF ;
+ // InternalRoom.g:4787:1: entryRuleRefSAPoint returns [EObject current=null] : iv_ruleRefSAPoint= ruleRefSAPoint EOF ;
public final EObject entryRuleRefSAPoint() throws RecognitionException {
EObject current = null;
@@ -12082,8 +12037,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:4874:2: (iv_ruleRefSAPoint= ruleRefSAPoint EOF )
- // InternalRoom.g:4875:2: iv_ruleRefSAPoint= ruleRefSAPoint EOF
+ // InternalRoom.g:4788:2: (iv_ruleRefSAPoint= ruleRefSAPoint EOF )
+ // InternalRoom.g:4789:2: iv_ruleRefSAPoint= ruleRefSAPoint EOF
{
newCompositeNode(grammarAccess.getRefSAPointRule());
pushFollow(FOLLOW_1);
@@ -12110,7 +12065,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleRefSAPoint"
- // InternalRoom.g:4882:1: ruleRefSAPoint returns [EObject current=null] : (otherlv_0= 'ref' ( (otherlv_1= RULE_ID ) ) ) ;
+ // InternalRoom.g:4796:1: ruleRefSAPoint returns [EObject current=null] : (otherlv_0= 'ref' ( (otherlv_1= RULE_ID ) ) ) ;
public final EObject ruleRefSAPoint() throws RecognitionException {
EObject current = null;
@@ -12120,21 +12075,21 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:4885:28: ( (otherlv_0= 'ref' ( (otherlv_1= RULE_ID ) ) ) )
- // InternalRoom.g:4886:1: (otherlv_0= 'ref' ( (otherlv_1= RULE_ID ) ) )
+ // InternalRoom.g:4799:28: ( (otherlv_0= 'ref' ( (otherlv_1= RULE_ID ) ) ) )
+ // InternalRoom.g:4800:1: (otherlv_0= 'ref' ( (otherlv_1= RULE_ID ) ) )
{
- // InternalRoom.g:4886:1: (otherlv_0= 'ref' ( (otherlv_1= RULE_ID ) ) )
- // InternalRoom.g:4886:3: otherlv_0= 'ref' ( (otherlv_1= RULE_ID ) )
+ // InternalRoom.g:4800:1: (otherlv_0= 'ref' ( (otherlv_1= RULE_ID ) ) )
+ // InternalRoom.g:4800:3: otherlv_0= 'ref' ( (otherlv_1= RULE_ID ) )
{
otherlv_0=(Token)match(input,18,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getRefSAPointAccess().getRefKeyword_0());
- // InternalRoom.g:4890:1: ( (otherlv_1= RULE_ID ) )
- // InternalRoom.g:4891:1: (otherlv_1= RULE_ID )
+ // InternalRoom.g:4804:1: ( (otherlv_1= RULE_ID ) )
+ // InternalRoom.g:4805:1: (otherlv_1= RULE_ID )
{
- // InternalRoom.g:4891:1: (otherlv_1= RULE_ID )
- // InternalRoom.g:4892:3: otherlv_1= RULE_ID
+ // InternalRoom.g:4805:1: (otherlv_1= RULE_ID )
+ // InternalRoom.g:4806:3: otherlv_1= RULE_ID
{
if (current==null) {
@@ -12172,7 +12127,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleRelaySAPoint"
- // InternalRoom.g:4911:1: entryRuleRelaySAPoint returns [EObject current=null] : iv_ruleRelaySAPoint= ruleRelaySAPoint EOF ;
+ // InternalRoom.g:4825:1: entryRuleRelaySAPoint returns [EObject current=null] : iv_ruleRelaySAPoint= ruleRelaySAPoint EOF ;
public final EObject entryRuleRelaySAPoint() throws RecognitionException {
EObject current = null;
@@ -12180,8 +12135,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:4912:2: (iv_ruleRelaySAPoint= ruleRelaySAPoint EOF )
- // InternalRoom.g:4913:2: iv_ruleRelaySAPoint= ruleRelaySAPoint EOF
+ // InternalRoom.g:4826:2: (iv_ruleRelaySAPoint= ruleRelaySAPoint EOF )
+ // InternalRoom.g:4827:2: iv_ruleRelaySAPoint= ruleRelaySAPoint EOF
{
newCompositeNode(grammarAccess.getRelaySAPointRule());
pushFollow(FOLLOW_1);
@@ -12208,7 +12163,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleRelaySAPoint"
- // InternalRoom.g:4920:1: ruleRelaySAPoint returns [EObject current=null] : (otherlv_0= 'relay_sap' ( (otherlv_1= RULE_ID ) ) ) ;
+ // InternalRoom.g:4834:1: ruleRelaySAPoint returns [EObject current=null] : (otherlv_0= 'relay_sap' ( (otherlv_1= RULE_ID ) ) ) ;
public final EObject ruleRelaySAPoint() throws RecognitionException {
EObject current = null;
@@ -12218,21 +12173,21 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:4923:28: ( (otherlv_0= 'relay_sap' ( (otherlv_1= RULE_ID ) ) ) )
- // InternalRoom.g:4924:1: (otherlv_0= 'relay_sap' ( (otherlv_1= RULE_ID ) ) )
+ // InternalRoom.g:4837:28: ( (otherlv_0= 'relay_sap' ( (otherlv_1= RULE_ID ) ) ) )
+ // InternalRoom.g:4838:1: (otherlv_0= 'relay_sap' ( (otherlv_1= RULE_ID ) ) )
{
- // InternalRoom.g:4924:1: (otherlv_0= 'relay_sap' ( (otherlv_1= RULE_ID ) ) )
- // InternalRoom.g:4924:3: otherlv_0= 'relay_sap' ( (otherlv_1= RULE_ID ) )
+ // InternalRoom.g:4838:1: (otherlv_0= 'relay_sap' ( (otherlv_1= RULE_ID ) ) )
+ // InternalRoom.g:4838:3: otherlv_0= 'relay_sap' ( (otherlv_1= RULE_ID ) )
{
otherlv_0=(Token)match(input,77,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getRelaySAPointAccess().getRelay_sapKeyword_0());
- // InternalRoom.g:4928:1: ( (otherlv_1= RULE_ID ) )
- // InternalRoom.g:4929:1: (otherlv_1= RULE_ID )
+ // InternalRoom.g:4842:1: ( (otherlv_1= RULE_ID ) )
+ // InternalRoom.g:4843:1: (otherlv_1= RULE_ID )
{
- // InternalRoom.g:4929:1: (otherlv_1= RULE_ID )
- // InternalRoom.g:4930:3: otherlv_1= RULE_ID
+ // InternalRoom.g:4843:1: (otherlv_1= RULE_ID )
+ // InternalRoom.g:4844:3: otherlv_1= RULE_ID
{
if (current==null) {
@@ -12270,7 +12225,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleSPPoint"
- // InternalRoom.g:4949:1: entryRuleSPPoint returns [EObject current=null] : iv_ruleSPPoint= ruleSPPoint EOF ;
+ // InternalRoom.g:4863:1: entryRuleSPPoint returns [EObject current=null] : iv_ruleSPPoint= ruleSPPoint EOF ;
public final EObject entryRuleSPPoint() throws RecognitionException {
EObject current = null;
@@ -12278,8 +12233,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:4950:2: (iv_ruleSPPoint= ruleSPPoint EOF )
- // InternalRoom.g:4951:2: iv_ruleSPPoint= ruleSPPoint EOF
+ // InternalRoom.g:4864:2: (iv_ruleSPPoint= ruleSPPoint EOF )
+ // InternalRoom.g:4865:2: iv_ruleSPPoint= ruleSPPoint EOF
{
newCompositeNode(grammarAccess.getSPPointRule());
pushFollow(FOLLOW_1);
@@ -12306,7 +12261,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleSPPoint"
- // InternalRoom.g:4958:1: ruleSPPoint returns [EObject current=null] : ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' ( (otherlv_2= RULE_ID ) ) ) ;
+ // InternalRoom.g:4872:1: ruleSPPoint returns [EObject current=null] : ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' ( (otherlv_2= RULE_ID ) ) ) ;
public final EObject ruleSPPoint() throws RecognitionException {
EObject current = null;
@@ -12317,24 +12272,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:4961:28: ( ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' ( (otherlv_2= RULE_ID ) ) ) )
- // InternalRoom.g:4962:1: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' ( (otherlv_2= RULE_ID ) ) )
+ // InternalRoom.g:4875:28: ( ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' ( (otherlv_2= RULE_ID ) ) ) )
+ // InternalRoom.g:4876:1: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' ( (otherlv_2= RULE_ID ) ) )
{
- // InternalRoom.g:4962:1: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' ( (otherlv_2= RULE_ID ) ) )
- // InternalRoom.g:4962:2: ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' ( (otherlv_2= RULE_ID ) )
+ // InternalRoom.g:4876:1: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' ( (otherlv_2= RULE_ID ) ) )
+ // InternalRoom.g:4876:2: ( (otherlv_0= RULE_ID ) ) otherlv_1= '.' ( (otherlv_2= RULE_ID ) )
{
- // InternalRoom.g:4962:2: ( (otherlv_0= RULE_ID ) )
- // InternalRoom.g:4963:1: (otherlv_0= RULE_ID )
+ // InternalRoom.g:4876:2: ( (otherlv_0= RULE_ID ) )
+ // InternalRoom.g:4877:1: (otherlv_0= RULE_ID )
{
- // InternalRoom.g:4963:1: (otherlv_0= RULE_ID )
- // InternalRoom.g:4964:3: otherlv_0= RULE_ID
+ // InternalRoom.g:4877:1: (otherlv_0= RULE_ID )
+ // InternalRoom.g:4878:3: otherlv_0= RULE_ID
{
if (current==null) {
current = createModelElement(grammarAccess.getSPPointRule());
}
- otherlv_0=(Token)match(input,RULE_ID,FOLLOW_104);
+ otherlv_0=(Token)match(input,RULE_ID,FOLLOW_105);
newLeafNode(otherlv_0, grammarAccess.getSPPointAccess().getRefActorContainerRefCrossReference_0_0());
@@ -12348,11 +12303,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getSPPointAccess().getFullStopKeyword_1());
- // InternalRoom.g:4979:1: ( (otherlv_2= RULE_ID ) )
- // InternalRoom.g:4980:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:4893:1: ( (otherlv_2= RULE_ID ) )
+ // InternalRoom.g:4894:1: (otherlv_2= RULE_ID )
{
- // InternalRoom.g:4980:1: (otherlv_2= RULE_ID )
- // InternalRoom.g:4981:3: otherlv_2= RULE_ID
+ // InternalRoom.g:4894:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:4895:3: otherlv_2= RULE_ID
{
if (current==null) {
@@ -12390,7 +12345,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleActorRef"
- // InternalRoom.g:5000:1: entryRuleActorRef returns [EObject current=null] : iv_ruleActorRef= ruleActorRef EOF ;
+ // InternalRoom.g:4914:1: entryRuleActorRef returns [EObject current=null] : iv_ruleActorRef= ruleActorRef EOF ;
public final EObject entryRuleActorRef() throws RecognitionException {
EObject current = null;
@@ -12398,8 +12353,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:5001:2: (iv_ruleActorRef= ruleActorRef EOF )
- // InternalRoom.g:5002:2: iv_ruleActorRef= ruleActorRef EOF
+ // InternalRoom.g:4915:2: (iv_ruleActorRef= ruleActorRef EOF )
+ // InternalRoom.g:4916:2: iv_ruleActorRef= ruleActorRef EOF
{
newCompositeNode(grammarAccess.getActorRefRule());
pushFollow(FOLLOW_1);
@@ -12426,7 +12381,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleActorRef"
- // InternalRoom.g:5009:1: ruleActorRef returns [EObject current=null] : ( ( (lv_refType_0_0= ruleReferenceType ) )? otherlv_1= 'ActorRef' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_docu_6_0= ruleDocumentation ) )? ) ;
+ // InternalRoom.g:4923:1: ruleActorRef returns [EObject current=null] : ( ( (lv_refType_0_0= ruleReferenceType ) )? otherlv_1= 'ActorRef' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_docu_6_0= ruleDocumentation ) )? ) ;
public final EObject ruleActorRef() throws RecognitionException {
EObject current = null;
@@ -12443,30 +12398,30 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:5012:28: ( ( ( (lv_refType_0_0= ruleReferenceType ) )? otherlv_1= 'ActorRef' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_docu_6_0= ruleDocumentation ) )? ) )
- // InternalRoom.g:5013:1: ( ( (lv_refType_0_0= ruleReferenceType ) )? otherlv_1= 'ActorRef' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_docu_6_0= ruleDocumentation ) )? )
+ // InternalRoom.g:4926:28: ( ( ( (lv_refType_0_0= ruleReferenceType ) )? otherlv_1= 'ActorRef' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_docu_6_0= ruleDocumentation ) )? ) )
+ // InternalRoom.g:4927:1: ( ( (lv_refType_0_0= ruleReferenceType ) )? otherlv_1= 'ActorRef' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_docu_6_0= ruleDocumentation ) )? )
{
- // InternalRoom.g:5013:1: ( ( (lv_refType_0_0= ruleReferenceType ) )? otherlv_1= 'ActorRef' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_docu_6_0= ruleDocumentation ) )? )
- // InternalRoom.g:5013:2: ( (lv_refType_0_0= ruleReferenceType ) )? otherlv_1= 'ActorRef' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_docu_6_0= ruleDocumentation ) )?
+ // InternalRoom.g:4927:1: ( ( (lv_refType_0_0= ruleReferenceType ) )? otherlv_1= 'ActorRef' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_docu_6_0= ruleDocumentation ) )? )
+ // InternalRoom.g:4927:2: ( (lv_refType_0_0= ruleReferenceType ) )? otherlv_1= 'ActorRef' ( (lv_name_2_0= RULE_ID ) ) ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )? otherlv_4= ':' ( ( ruleFQN ) ) ( (lv_docu_6_0= ruleDocumentation ) )?
{
- // InternalRoom.g:5013:2: ( (lv_refType_0_0= ruleReferenceType ) )?
- int alt111=2;
- int LA111_0 = input.LA(1);
+ // InternalRoom.g:4927:2: ( (lv_refType_0_0= ruleReferenceType ) )?
+ int alt113=2;
+ int LA113_0 = input.LA(1);
- if ( (LA111_0==112||LA111_0==128) ) {
- alt111=1;
+ if ( (LA113_0==112||LA113_0==128) ) {
+ alt113=1;
}
- switch (alt111) {
+ switch (alt113) {
case 1 :
- // InternalRoom.g:5014:1: (lv_refType_0_0= ruleReferenceType )
+ // InternalRoom.g:4928:1: (lv_refType_0_0= ruleReferenceType )
{
- // InternalRoom.g:5014:1: (lv_refType_0_0= ruleReferenceType )
- // InternalRoom.g:5015:3: lv_refType_0_0= ruleReferenceType
+ // InternalRoom.g:4928:1: (lv_refType_0_0= ruleReferenceType )
+ // InternalRoom.g:4929:3: lv_refType_0_0= ruleReferenceType
{
newCompositeNode(grammarAccess.getActorRefAccess().getRefTypeReferenceTypeEnumRuleCall_0_0());
- pushFollow(FOLLOW_108);
+ pushFollow(FOLLOW_109);
lv_refType_0_0=ruleReferenceType();
state._fsp--;
@@ -12495,13 +12450,13 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getActorRefAccess().getActorRefKeyword_1());
- // InternalRoom.g:5035:1: ( (lv_name_2_0= RULE_ID ) )
- // InternalRoom.g:5036:1: (lv_name_2_0= RULE_ID )
+ // InternalRoom.g:4949:1: ( (lv_name_2_0= RULE_ID ) )
+ // InternalRoom.g:4950:1: (lv_name_2_0= RULE_ID )
{
- // InternalRoom.g:5036:1: (lv_name_2_0= RULE_ID )
- // InternalRoom.g:5037:3: lv_name_2_0= RULE_ID
+ // InternalRoom.g:4950:1: (lv_name_2_0= RULE_ID )
+ // InternalRoom.g:4951:3: lv_name_2_0= RULE_ID
{
- lv_name_2_0=(Token)match(input,RULE_ID,FOLLOW_35);
+ lv_name_2_0=(Token)match(input,RULE_ID,FOLLOW_36);
newLeafNode(lv_name_2_0, grammarAccess.getActorRefAccess().getNameIDTerminalRuleCall_2_0());
@@ -12521,24 +12476,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:5053:2: ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )?
- int alt112=2;
- int LA112_0 = input.LA(1);
+ // InternalRoom.g:4967:2: ( (lv_multiplicity_3_0= ruleMULTIPLICITY ) )?
+ int alt114=2;
+ int LA114_0 = input.LA(1);
- if ( (LA112_0==35) ) {
- alt112=1;
+ if ( (LA114_0==35) ) {
+ alt114=1;
}
- switch (alt112) {
+ switch (alt114) {
case 1 :
- // InternalRoom.g:5054:1: (lv_multiplicity_3_0= ruleMULTIPLICITY )
+ // InternalRoom.g:4968:1: (lv_multiplicity_3_0= ruleMULTIPLICITY )
{
- // InternalRoom.g:5054:1: (lv_multiplicity_3_0= ruleMULTIPLICITY )
- // InternalRoom.g:5055:3: lv_multiplicity_3_0= ruleMULTIPLICITY
+ // InternalRoom.g:4968:1: (lv_multiplicity_3_0= ruleMULTIPLICITY )
+ // InternalRoom.g:4969:3: lv_multiplicity_3_0= ruleMULTIPLICITY
{
newCompositeNode(grammarAccess.getActorRefAccess().getMultiplicityMULTIPLICITYParserRuleCall_3_0());
- pushFollow(FOLLOW_9);
+ pushFollow(FOLLOW_10);
lv_multiplicity_3_0=ruleMULTIPLICITY();
state._fsp--;
@@ -12567,11 +12522,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_4, grammarAccess.getActorRefAccess().getColonKeyword_4());
- // InternalRoom.g:5075:1: ( ( ruleFQN ) )
- // InternalRoom.g:5076:1: ( ruleFQN )
+ // InternalRoom.g:4989:1: ( ( ruleFQN ) )
+ // InternalRoom.g:4990:1: ( ruleFQN )
{
- // InternalRoom.g:5076:1: ( ruleFQN )
- // InternalRoom.g:5077:3: ruleFQN
+ // InternalRoom.g:4990:1: ( ruleFQN )
+ // InternalRoom.g:4991:3: ruleFQN
{
if (current==null) {
@@ -12581,7 +12536,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newCompositeNode(grammarAccess.getActorRefAccess().getTypeActorClassCrossReference_5_0());
- pushFollow(FOLLOW_18);
+ pushFollow(FOLLOW_19);
ruleFQN();
state._fsp--;
@@ -12595,19 +12550,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:5090:2: ( (lv_docu_6_0= ruleDocumentation ) )?
- int alt113=2;
- int LA113_0 = input.LA(1);
+ // InternalRoom.g:5004:2: ( (lv_docu_6_0= ruleDocumentation ) )?
+ int alt115=2;
+ int LA115_0 = input.LA(1);
- if ( (LA113_0==35) ) {
- alt113=1;
+ if ( (LA115_0==35) ) {
+ alt115=1;
}
- switch (alt113) {
+ switch (alt115) {
case 1 :
- // InternalRoom.g:5091:1: (lv_docu_6_0= ruleDocumentation )
+ // InternalRoom.g:5005:1: (lv_docu_6_0= ruleDocumentation )
{
- // InternalRoom.g:5091:1: (lv_docu_6_0= ruleDocumentation )
- // InternalRoom.g:5092:3: lv_docu_6_0= ruleDocumentation
+ // InternalRoom.g:5005:1: (lv_docu_6_0= ruleDocumentation )
+ // InternalRoom.g:5006:3: lv_docu_6_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getActorRefAccess().getDocuDocumentationParserRuleCall_6_0());
@@ -12658,7 +12613,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleMULTIPLICITY"
- // InternalRoom.g:5118:1: entryRuleMULTIPLICITY returns [String current=null] : iv_ruleMULTIPLICITY= ruleMULTIPLICITY EOF ;
+ // InternalRoom.g:5032:1: entryRuleMULTIPLICITY returns [String current=null] : iv_ruleMULTIPLICITY= ruleMULTIPLICITY EOF ;
public final String entryRuleMULTIPLICITY() throws RecognitionException {
String current = null;
@@ -12666,8 +12621,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:5119:2: (iv_ruleMULTIPLICITY= ruleMULTIPLICITY EOF )
- // InternalRoom.g:5120:2: iv_ruleMULTIPLICITY= ruleMULTIPLICITY EOF
+ // InternalRoom.g:5033:2: (iv_ruleMULTIPLICITY= ruleMULTIPLICITY EOF )
+ // InternalRoom.g:5034:2: iv_ruleMULTIPLICITY= ruleMULTIPLICITY EOF
{
newCompositeNode(grammarAccess.getMULTIPLICITYRule());
pushFollow(FOLLOW_1);
@@ -12694,7 +12649,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleMULTIPLICITY"
- // InternalRoom.g:5127:1: ruleMULTIPLICITY returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '[' (kw= '*' | this_INT_2= RULE_INT ) kw= ']' ) ;
+ // InternalRoom.g:5041:1: ruleMULTIPLICITY returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= '[' (kw= '*' | this_INT_2= RULE_INT ) kw= ']' ) ;
public final AntlrDatatypeRuleToken ruleMULTIPLICITY() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -12704,38 +12659,38 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:5130:28: ( (kw= '[' (kw= '*' | this_INT_2= RULE_INT ) kw= ']' ) )
- // InternalRoom.g:5131:1: (kw= '[' (kw= '*' | this_INT_2= RULE_INT ) kw= ']' )
+ // InternalRoom.g:5044:28: ( (kw= '[' (kw= '*' | this_INT_2= RULE_INT ) kw= ']' ) )
+ // InternalRoom.g:5045:1: (kw= '[' (kw= '*' | this_INT_2= RULE_INT ) kw= ']' )
{
- // InternalRoom.g:5131:1: (kw= '[' (kw= '*' | this_INT_2= RULE_INT ) kw= ']' )
- // InternalRoom.g:5132:2: kw= '[' (kw= '*' | this_INT_2= RULE_INT ) kw= ']'
+ // InternalRoom.g:5045:1: (kw= '[' (kw= '*' | this_INT_2= RULE_INT ) kw= ']' )
+ // InternalRoom.g:5046:2: kw= '[' (kw= '*' | this_INT_2= RULE_INT ) kw= ']'
{
- kw=(Token)match(input,35,FOLLOW_109);
+ kw=(Token)match(input,35,FOLLOW_110);
current.merge(kw);
newLeafNode(kw, grammarAccess.getMULTIPLICITYAccess().getLeftSquareBracketKeyword_0());
- // InternalRoom.g:5137:1: (kw= '*' | this_INT_2= RULE_INT )
- int alt114=2;
- int LA114_0 = input.LA(1);
+ // InternalRoom.g:5051:1: (kw= '*' | this_INT_2= RULE_INT )
+ int alt116=2;
+ int LA116_0 = input.LA(1);
- if ( (LA114_0==79) ) {
- alt114=1;
+ if ( (LA116_0==79) ) {
+ alt116=1;
}
- else if ( (LA114_0==RULE_INT) ) {
- alt114=2;
+ else if ( (LA116_0==RULE_INT) ) {
+ alt116=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 114, 0, input);
+ new NoViableAltException("", 116, 0, input);
throw nvae;
}
- switch (alt114) {
+ switch (alt116) {
case 1 :
- // InternalRoom.g:5138:2: kw= '*'
+ // InternalRoom.g:5052:2: kw= '*'
{
- kw=(Token)match(input,79,FOLLOW_37);
+ kw=(Token)match(input,79,FOLLOW_38);
current.merge(kw);
newLeafNode(kw, grammarAccess.getMULTIPLICITYAccess().getAsteriskKeyword_1_0());
@@ -12744,9 +12699,9 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:5144:10: this_INT_2= RULE_INT
+ // InternalRoom.g:5058:10: this_INT_2= RULE_INT
{
- this_INT_2=(Token)match(input,RULE_INT,FOLLOW_37);
+ this_INT_2=(Token)match(input,RULE_INT,FOLLOW_38);
current.merge(this_INT_2);
@@ -12785,7 +12740,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleAnnotationTargetType"
- // InternalRoom.g:5165:1: entryRuleAnnotationTargetType returns [String current=null] : iv_ruleAnnotationTargetType= ruleAnnotationTargetType EOF ;
+ // InternalRoom.g:5079:1: entryRuleAnnotationTargetType returns [String current=null] : iv_ruleAnnotationTargetType= ruleAnnotationTargetType EOF ;
public final String entryRuleAnnotationTargetType() throws RecognitionException {
String current = null;
@@ -12793,8 +12748,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:5166:2: (iv_ruleAnnotationTargetType= ruleAnnotationTargetType EOF )
- // InternalRoom.g:5167:2: iv_ruleAnnotationTargetType= ruleAnnotationTargetType EOF
+ // InternalRoom.g:5080:2: (iv_ruleAnnotationTargetType= ruleAnnotationTargetType EOF )
+ // InternalRoom.g:5081:2: iv_ruleAnnotationTargetType= ruleAnnotationTargetType EOF
{
newCompositeNode(grammarAccess.getAnnotationTargetTypeRule());
pushFollow(FOLLOW_1);
@@ -12821,7 +12776,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleAnnotationTargetType"
- // InternalRoom.g:5174:1: ruleAnnotationTargetType returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= 'DataClass' | kw= 'ActorClass' | kw= 'ActorBehavior' | kw= 'ProtocolClass' | kw= 'CompoundProtocolClass' | kw= 'SubSystemClass' | kw= 'LogicalSystem' | kw= 'Port' | kw= 'Message' | kw= 'State' | kw= 'Transition' | kw= 'RoomModel' ) ;
+ // InternalRoom.g:5088:1: ruleAnnotationTargetType returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= 'DataClass' | kw= 'ActorClass' | kw= 'ActorBehavior' | kw= 'ProtocolClass' | kw= 'CompoundProtocolClass' | kw= 'SubSystemClass' | kw= 'LogicalSystem' | kw= 'Port' | kw= 'Message' | kw= 'State' | kw= 'Transition' | kw= 'RoomModel' ) ;
public final AntlrDatatypeRuleToken ruleAnnotationTargetType() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -12830,82 +12785,82 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:5177:28: ( (kw= 'DataClass' | kw= 'ActorClass' | kw= 'ActorBehavior' | kw= 'ProtocolClass' | kw= 'CompoundProtocolClass' | kw= 'SubSystemClass' | kw= 'LogicalSystem' | kw= 'Port' | kw= 'Message' | kw= 'State' | kw= 'Transition' | kw= 'RoomModel' ) )
- // InternalRoom.g:5178:1: (kw= 'DataClass' | kw= 'ActorClass' | kw= 'ActorBehavior' | kw= 'ProtocolClass' | kw= 'CompoundProtocolClass' | kw= 'SubSystemClass' | kw= 'LogicalSystem' | kw= 'Port' | kw= 'Message' | kw= 'State' | kw= 'Transition' | kw= 'RoomModel' )
+ // InternalRoom.g:5091:28: ( (kw= 'DataClass' | kw= 'ActorClass' | kw= 'ActorBehavior' | kw= 'ProtocolClass' | kw= 'CompoundProtocolClass' | kw= 'SubSystemClass' | kw= 'LogicalSystem' | kw= 'Port' | kw= 'Message' | kw= 'State' | kw= 'Transition' | kw= 'RoomModel' ) )
+ // InternalRoom.g:5092:1: (kw= 'DataClass' | kw= 'ActorClass' | kw= 'ActorBehavior' | kw= 'ProtocolClass' | kw= 'CompoundProtocolClass' | kw= 'SubSystemClass' | kw= 'LogicalSystem' | kw= 'Port' | kw= 'Message' | kw= 'State' | kw= 'Transition' | kw= 'RoomModel' )
{
- // InternalRoom.g:5178:1: (kw= 'DataClass' | kw= 'ActorClass' | kw= 'ActorBehavior' | kw= 'ProtocolClass' | kw= 'CompoundProtocolClass' | kw= 'SubSystemClass' | kw= 'LogicalSystem' | kw= 'Port' | kw= 'Message' | kw= 'State' | kw= 'Transition' | kw= 'RoomModel' )
- int alt115=12;
+ // InternalRoom.g:5092:1: (kw= 'DataClass' | kw= 'ActorClass' | kw= 'ActorBehavior' | kw= 'ProtocolClass' | kw= 'CompoundProtocolClass' | kw= 'SubSystemClass' | kw= 'LogicalSystem' | kw= 'Port' | kw= 'Message' | kw= 'State' | kw= 'Transition' | kw= 'RoomModel' )
+ int alt117=12;
switch ( input.LA(1) ) {
case 29:
{
- alt115=1;
+ alt117=1;
}
break;
case 56:
{
- alt115=2;
+ alt117=2;
}
break;
case 80:
{
- alt115=3;
+ alt117=3;
}
break;
case 43:
{
- alt115=4;
+ alt117=4;
}
break;
case 49:
{
- alt115=5;
+ alt117=5;
}
break;
case 67:
{
- alt115=6;
+ alt117=6;
}
break;
case 65:
{
- alt115=7;
+ alt117=7;
}
break;
case 60:
{
- alt115=8;
+ alt117=8;
}
break;
case 52:
{
- alt115=9;
+ alt117=9;
}
break;
case 81:
{
- alt115=10;
+ alt117=10;
}
break;
case 82:
{
- alt115=11;
+ alt117=11;
}
break;
case 13:
{
- alt115=12;
+ alt117=12;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 115, 0, input);
+ new NoViableAltException("", 117, 0, input);
throw nvae;
}
- switch (alt115) {
+ switch (alt117) {
case 1 :
- // InternalRoom.g:5179:2: kw= 'DataClass'
+ // InternalRoom.g:5093:2: kw= 'DataClass'
{
kw=(Token)match(input,29,FOLLOW_2);
@@ -12916,7 +12871,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:5186:2: kw= 'ActorClass'
+ // InternalRoom.g:5100:2: kw= 'ActorClass'
{
kw=(Token)match(input,56,FOLLOW_2);
@@ -12927,7 +12882,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:5193:2: kw= 'ActorBehavior'
+ // InternalRoom.g:5107:2: kw= 'ActorBehavior'
{
kw=(Token)match(input,80,FOLLOW_2);
@@ -12938,7 +12893,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 4 :
- // InternalRoom.g:5200:2: kw= 'ProtocolClass'
+ // InternalRoom.g:5114:2: kw= 'ProtocolClass'
{
kw=(Token)match(input,43,FOLLOW_2);
@@ -12949,7 +12904,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 5 :
- // InternalRoom.g:5207:2: kw= 'CompoundProtocolClass'
+ // InternalRoom.g:5121:2: kw= 'CompoundProtocolClass'
{
kw=(Token)match(input,49,FOLLOW_2);
@@ -12960,7 +12915,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 6 :
- // InternalRoom.g:5214:2: kw= 'SubSystemClass'
+ // InternalRoom.g:5128:2: kw= 'SubSystemClass'
{
kw=(Token)match(input,67,FOLLOW_2);
@@ -12971,7 +12926,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 7 :
- // InternalRoom.g:5221:2: kw= 'LogicalSystem'
+ // InternalRoom.g:5135:2: kw= 'LogicalSystem'
{
kw=(Token)match(input,65,FOLLOW_2);
@@ -12982,7 +12937,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 8 :
- // InternalRoom.g:5228:2: kw= 'Port'
+ // InternalRoom.g:5142:2: kw= 'Port'
{
kw=(Token)match(input,60,FOLLOW_2);
@@ -12993,7 +12948,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 9 :
- // InternalRoom.g:5235:2: kw= 'Message'
+ // InternalRoom.g:5149:2: kw= 'Message'
{
kw=(Token)match(input,52,FOLLOW_2);
@@ -13004,7 +12959,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 10 :
- // InternalRoom.g:5242:2: kw= 'State'
+ // InternalRoom.g:5156:2: kw= 'State'
{
kw=(Token)match(input,81,FOLLOW_2);
@@ -13015,7 +12970,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 11 :
- // InternalRoom.g:5249:2: kw= 'Transition'
+ // InternalRoom.g:5163:2: kw= 'Transition'
{
kw=(Token)match(input,82,FOLLOW_2);
@@ -13026,7 +12981,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 12 :
- // InternalRoom.g:5256:2: kw= 'RoomModel'
+ // InternalRoom.g:5170:2: kw= 'RoomModel'
{
kw=(Token)match(input,13,FOLLOW_2);
@@ -13057,7 +13012,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleStateGraphNode"
- // InternalRoom.g:5271:1: entryRuleStateGraphNode returns [EObject current=null] : iv_ruleStateGraphNode= ruleStateGraphNode EOF ;
+ // InternalRoom.g:5185:1: entryRuleStateGraphNode returns [EObject current=null] : iv_ruleStateGraphNode= ruleStateGraphNode EOF ;
public final EObject entryRuleStateGraphNode() throws RecognitionException {
EObject current = null;
@@ -13065,8 +13020,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:5272:2: (iv_ruleStateGraphNode= ruleStateGraphNode EOF )
- // InternalRoom.g:5273:2: iv_ruleStateGraphNode= ruleStateGraphNode EOF
+ // InternalRoom.g:5186:2: (iv_ruleStateGraphNode= ruleStateGraphNode EOF )
+ // InternalRoom.g:5187:2: iv_ruleStateGraphNode= ruleStateGraphNode EOF
{
newCompositeNode(grammarAccess.getStateGraphNodeRule());
pushFollow(FOLLOW_1);
@@ -13093,7 +13048,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleStateGraphNode"
- // InternalRoom.g:5280:1: ruleStateGraphNode returns [EObject current=null] : (this_State_0= ruleState | this_ChoicePoint_1= ruleChoicePoint | this_TrPoint_2= ruleTrPoint ) ;
+ // InternalRoom.g:5194:1: ruleStateGraphNode returns [EObject current=null] : (this_State_0= ruleState | this_ChoicePoint_1= ruleChoicePoint | this_TrPoint_2= ruleTrPoint ) ;
public final EObject ruleStateGraphNode() throws RecognitionException {
EObject current = null;
@@ -13107,21 +13062,21 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:5283:28: ( (this_State_0= ruleState | this_ChoicePoint_1= ruleChoicePoint | this_TrPoint_2= ruleTrPoint ) )
- // InternalRoom.g:5284:1: (this_State_0= ruleState | this_ChoicePoint_1= ruleChoicePoint | this_TrPoint_2= ruleTrPoint )
+ // InternalRoom.g:5197:28: ( (this_State_0= ruleState | this_ChoicePoint_1= ruleChoicePoint | this_TrPoint_2= ruleTrPoint ) )
+ // InternalRoom.g:5198:1: (this_State_0= ruleState | this_ChoicePoint_1= ruleChoicePoint | this_TrPoint_2= ruleTrPoint )
{
- // InternalRoom.g:5284:1: (this_State_0= ruleState | this_ChoicePoint_1= ruleChoicePoint | this_TrPoint_2= ruleTrPoint )
- int alt116=3;
+ // InternalRoom.g:5198:1: (this_State_0= ruleState | this_ChoicePoint_1= ruleChoicePoint | this_TrPoint_2= ruleTrPoint )
+ int alt118=3;
switch ( input.LA(1) ) {
case 81:
case 88:
{
- alt116=1;
+ alt118=1;
}
break;
case 93:
{
- alt116=2;
+ alt118=2;
}
break;
case 89:
@@ -13129,19 +13084,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
case 91:
case 92:
{
- alt116=3;
+ alt118=3;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 116, 0, input);
+ new NoViableAltException("", 118, 0, input);
throw nvae;
}
- switch (alt116) {
+ switch (alt118) {
case 1 :
- // InternalRoom.g:5285:5: this_State_0= ruleState
+ // InternalRoom.g:5199:5: this_State_0= ruleState
{
newCompositeNode(grammarAccess.getStateGraphNodeAccess().getStateParserRuleCall_0());
@@ -13159,7 +13114,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:5295:5: this_ChoicePoint_1= ruleChoicePoint
+ // InternalRoom.g:5209:5: this_ChoicePoint_1= ruleChoicePoint
{
newCompositeNode(grammarAccess.getStateGraphNodeAccess().getChoicePointParserRuleCall_1());
@@ -13177,7 +13132,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:5305:5: this_TrPoint_2= ruleTrPoint
+ // InternalRoom.g:5219:5: this_TrPoint_2= ruleTrPoint
{
newCompositeNode(grammarAccess.getStateGraphNodeAccess().getTrPointParserRuleCall_2());
@@ -13215,7 +13170,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleStateGraph"
- // InternalRoom.g:5323:1: entryRuleStateGraph returns [EObject current=null] : iv_ruleStateGraph= ruleStateGraph EOF ;
+ // InternalRoom.g:5237:1: entryRuleStateGraph returns [EObject current=null] : iv_ruleStateGraph= ruleStateGraph EOF ;
public final EObject entryRuleStateGraph() throws RecognitionException {
EObject current = null;
@@ -13223,8 +13178,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:5324:2: (iv_ruleStateGraph= ruleStateGraph EOF )
- // InternalRoom.g:5325:2: iv_ruleStateGraph= ruleStateGraph EOF
+ // InternalRoom.g:5238:2: (iv_ruleStateGraph= ruleStateGraph EOF )
+ // InternalRoom.g:5239:2: iv_ruleStateGraph= ruleStateGraph EOF
{
newCompositeNode(grammarAccess.getStateGraphRule());
pushFollow(FOLLOW_1);
@@ -13251,7 +13206,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleStateGraph"
- // InternalRoom.g:5332:1: ruleStateGraph returns [EObject current=null] : ( () otherlv_1= '{' ( ( (lv_states_2_0= ruleState ) ) | ( (lv_trPoints_3_0= ruleTrPoint ) ) | ( (lv_chPoints_4_0= ruleChoicePoint ) ) | ( (lv_transitions_5_0= ruleTransition ) ) | ( (lv_refinedTransitions_6_0= ruleRefinedTransition ) ) )* otherlv_7= '}' ) ;
+ // InternalRoom.g:5246:1: ruleStateGraph returns [EObject current=null] : ( () otherlv_1= '{' ( ( (lv_states_2_0= ruleState ) ) | ( (lv_trPoints_3_0= ruleTrPoint ) ) | ( (lv_chPoints_4_0= ruleChoicePoint ) ) | ( (lv_transitions_5_0= ruleTransition ) ) | ( (lv_refinedTransitions_6_0= ruleRefinedTransition ) ) )* otherlv_7= '}' ) ;
public final EObject ruleStateGraph() throws RecognitionException {
EObject current = null;
@@ -13271,14 +13226,14 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:5335:28: ( ( () otherlv_1= '{' ( ( (lv_states_2_0= ruleState ) ) | ( (lv_trPoints_3_0= ruleTrPoint ) ) | ( (lv_chPoints_4_0= ruleChoicePoint ) ) | ( (lv_transitions_5_0= ruleTransition ) ) | ( (lv_refinedTransitions_6_0= ruleRefinedTransition ) ) )* otherlv_7= '}' ) )
- // InternalRoom.g:5336:1: ( () otherlv_1= '{' ( ( (lv_states_2_0= ruleState ) ) | ( (lv_trPoints_3_0= ruleTrPoint ) ) | ( (lv_chPoints_4_0= ruleChoicePoint ) ) | ( (lv_transitions_5_0= ruleTransition ) ) | ( (lv_refinedTransitions_6_0= ruleRefinedTransition ) ) )* otherlv_7= '}' )
+ // InternalRoom.g:5249:28: ( ( () otherlv_1= '{' ( ( (lv_states_2_0= ruleState ) ) | ( (lv_trPoints_3_0= ruleTrPoint ) ) | ( (lv_chPoints_4_0= ruleChoicePoint ) ) | ( (lv_transitions_5_0= ruleTransition ) ) | ( (lv_refinedTransitions_6_0= ruleRefinedTransition ) ) )* otherlv_7= '}' ) )
+ // InternalRoom.g:5250:1: ( () otherlv_1= '{' ( ( (lv_states_2_0= ruleState ) ) | ( (lv_trPoints_3_0= ruleTrPoint ) ) | ( (lv_chPoints_4_0= ruleChoicePoint ) ) | ( (lv_transitions_5_0= ruleTransition ) ) | ( (lv_refinedTransitions_6_0= ruleRefinedTransition ) ) )* otherlv_7= '}' )
{
- // InternalRoom.g:5336:1: ( () otherlv_1= '{' ( ( (lv_states_2_0= ruleState ) ) | ( (lv_trPoints_3_0= ruleTrPoint ) ) | ( (lv_chPoints_4_0= ruleChoicePoint ) ) | ( (lv_transitions_5_0= ruleTransition ) ) | ( (lv_refinedTransitions_6_0= ruleRefinedTransition ) ) )* otherlv_7= '}' )
- // InternalRoom.g:5336:2: () otherlv_1= '{' ( ( (lv_states_2_0= ruleState ) ) | ( (lv_trPoints_3_0= ruleTrPoint ) ) | ( (lv_chPoints_4_0= ruleChoicePoint ) ) | ( (lv_transitions_5_0= ruleTransition ) ) | ( (lv_refinedTransitions_6_0= ruleRefinedTransition ) ) )* otherlv_7= '}'
+ // InternalRoom.g:5250:1: ( () otherlv_1= '{' ( ( (lv_states_2_0= ruleState ) ) | ( (lv_trPoints_3_0= ruleTrPoint ) ) | ( (lv_chPoints_4_0= ruleChoicePoint ) ) | ( (lv_transitions_5_0= ruleTransition ) ) | ( (lv_refinedTransitions_6_0= ruleRefinedTransition ) ) )* otherlv_7= '}' )
+ // InternalRoom.g:5250:2: () otherlv_1= '{' ( ( (lv_states_2_0= ruleState ) ) | ( (lv_trPoints_3_0= ruleTrPoint ) ) | ( (lv_chPoints_4_0= ruleChoicePoint ) ) | ( (lv_transitions_5_0= ruleTransition ) ) | ( (lv_refinedTransitions_6_0= ruleRefinedTransition ) ) )* otherlv_7= '}'
{
- // InternalRoom.g:5336:2: ()
- // InternalRoom.g:5337:5:
+ // InternalRoom.g:5250:2: ()
+ // InternalRoom.g:5251:5:
{
current = forceCreateModelElement(
@@ -13288,19 +13243,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_1=(Token)match(input,14,FOLLOW_110);
+ otherlv_1=(Token)match(input,14,FOLLOW_111);
newLeafNode(otherlv_1, grammarAccess.getStateGraphAccess().getLeftCurlyBracketKeyword_1());
- // InternalRoom.g:5346:1: ( ( (lv_states_2_0= ruleState ) ) | ( (lv_trPoints_3_0= ruleTrPoint ) ) | ( (lv_chPoints_4_0= ruleChoicePoint ) ) | ( (lv_transitions_5_0= ruleTransition ) ) | ( (lv_refinedTransitions_6_0= ruleRefinedTransition ) ) )*
- loop117:
+ // InternalRoom.g:5260:1: ( ( (lv_states_2_0= ruleState ) ) | ( (lv_trPoints_3_0= ruleTrPoint ) ) | ( (lv_chPoints_4_0= ruleChoicePoint ) ) | ( (lv_transitions_5_0= ruleTransition ) ) | ( (lv_refinedTransitions_6_0= ruleRefinedTransition ) ) )*
+ loop119:
do {
- int alt117=6;
+ int alt119=6;
switch ( input.LA(1) ) {
case 81:
case 88:
{
- alt117=1;
+ alt119=1;
}
break;
case 89:
@@ -13308,41 +13263,41 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
case 91:
case 92:
{
- alt117=2;
+ alt119=2;
}
break;
case 93:
{
- alt117=3;
+ alt119=3;
}
break;
case 82:
{
- alt117=4;
+ alt119=4;
}
break;
case 100:
{
- alt117=5;
+ alt119=5;
}
break;
}
- switch (alt117) {
+ switch (alt119) {
case 1 :
- // InternalRoom.g:5346:2: ( (lv_states_2_0= ruleState ) )
+ // InternalRoom.g:5260:2: ( (lv_states_2_0= ruleState ) )
{
- // InternalRoom.g:5346:2: ( (lv_states_2_0= ruleState ) )
- // InternalRoom.g:5347:1: (lv_states_2_0= ruleState )
+ // InternalRoom.g:5260:2: ( (lv_states_2_0= ruleState ) )
+ // InternalRoom.g:5261:1: (lv_states_2_0= ruleState )
{
- // InternalRoom.g:5347:1: (lv_states_2_0= ruleState )
- // InternalRoom.g:5348:3: lv_states_2_0= ruleState
+ // InternalRoom.g:5261:1: (lv_states_2_0= ruleState )
+ // InternalRoom.g:5262:3: lv_states_2_0= ruleState
{
newCompositeNode(grammarAccess.getStateGraphAccess().getStatesStateParserRuleCall_2_0_0());
- pushFollow(FOLLOW_110);
+ pushFollow(FOLLOW_111);
lv_states_2_0=ruleState();
state._fsp--;
@@ -13368,18 +13323,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:5365:6: ( (lv_trPoints_3_0= ruleTrPoint ) )
+ // InternalRoom.g:5279:6: ( (lv_trPoints_3_0= ruleTrPoint ) )
{
- // InternalRoom.g:5365:6: ( (lv_trPoints_3_0= ruleTrPoint ) )
- // InternalRoom.g:5366:1: (lv_trPoints_3_0= ruleTrPoint )
+ // InternalRoom.g:5279:6: ( (lv_trPoints_3_0= ruleTrPoint ) )
+ // InternalRoom.g:5280:1: (lv_trPoints_3_0= ruleTrPoint )
{
- // InternalRoom.g:5366:1: (lv_trPoints_3_0= ruleTrPoint )
- // InternalRoom.g:5367:3: lv_trPoints_3_0= ruleTrPoint
+ // InternalRoom.g:5280:1: (lv_trPoints_3_0= ruleTrPoint )
+ // InternalRoom.g:5281:3: lv_trPoints_3_0= ruleTrPoint
{
newCompositeNode(grammarAccess.getStateGraphAccess().getTrPointsTrPointParserRuleCall_2_1_0());
- pushFollow(FOLLOW_110);
+ pushFollow(FOLLOW_111);
lv_trPoints_3_0=ruleTrPoint();
state._fsp--;
@@ -13405,18 +13360,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:5384:6: ( (lv_chPoints_4_0= ruleChoicePoint ) )
+ // InternalRoom.g:5298:6: ( (lv_chPoints_4_0= ruleChoicePoint ) )
{
- // InternalRoom.g:5384:6: ( (lv_chPoints_4_0= ruleChoicePoint ) )
- // InternalRoom.g:5385:1: (lv_chPoints_4_0= ruleChoicePoint )
+ // InternalRoom.g:5298:6: ( (lv_chPoints_4_0= ruleChoicePoint ) )
+ // InternalRoom.g:5299:1: (lv_chPoints_4_0= ruleChoicePoint )
{
- // InternalRoom.g:5385:1: (lv_chPoints_4_0= ruleChoicePoint )
- // InternalRoom.g:5386:3: lv_chPoints_4_0= ruleChoicePoint
+ // InternalRoom.g:5299:1: (lv_chPoints_4_0= ruleChoicePoint )
+ // InternalRoom.g:5300:3: lv_chPoints_4_0= ruleChoicePoint
{
newCompositeNode(grammarAccess.getStateGraphAccess().getChPointsChoicePointParserRuleCall_2_2_0());
- pushFollow(FOLLOW_110);
+ pushFollow(FOLLOW_111);
lv_chPoints_4_0=ruleChoicePoint();
state._fsp--;
@@ -13442,18 +13397,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 4 :
- // InternalRoom.g:5403:6: ( (lv_transitions_5_0= ruleTransition ) )
+ // InternalRoom.g:5317:6: ( (lv_transitions_5_0= ruleTransition ) )
{
- // InternalRoom.g:5403:6: ( (lv_transitions_5_0= ruleTransition ) )
- // InternalRoom.g:5404:1: (lv_transitions_5_0= ruleTransition )
+ // InternalRoom.g:5317:6: ( (lv_transitions_5_0= ruleTransition ) )
+ // InternalRoom.g:5318:1: (lv_transitions_5_0= ruleTransition )
{
- // InternalRoom.g:5404:1: (lv_transitions_5_0= ruleTransition )
- // InternalRoom.g:5405:3: lv_transitions_5_0= ruleTransition
+ // InternalRoom.g:5318:1: (lv_transitions_5_0= ruleTransition )
+ // InternalRoom.g:5319:3: lv_transitions_5_0= ruleTransition
{
newCompositeNode(grammarAccess.getStateGraphAccess().getTransitionsTransitionParserRuleCall_2_3_0());
- pushFollow(FOLLOW_110);
+ pushFollow(FOLLOW_111);
lv_transitions_5_0=ruleTransition();
state._fsp--;
@@ -13479,18 +13434,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 5 :
- // InternalRoom.g:5422:6: ( (lv_refinedTransitions_6_0= ruleRefinedTransition ) )
+ // InternalRoom.g:5336:6: ( (lv_refinedTransitions_6_0= ruleRefinedTransition ) )
{
- // InternalRoom.g:5422:6: ( (lv_refinedTransitions_6_0= ruleRefinedTransition ) )
- // InternalRoom.g:5423:1: (lv_refinedTransitions_6_0= ruleRefinedTransition )
+ // InternalRoom.g:5336:6: ( (lv_refinedTransitions_6_0= ruleRefinedTransition ) )
+ // InternalRoom.g:5337:1: (lv_refinedTransitions_6_0= ruleRefinedTransition )
{
- // InternalRoom.g:5423:1: (lv_refinedTransitions_6_0= ruleRefinedTransition )
- // InternalRoom.g:5424:3: lv_refinedTransitions_6_0= ruleRefinedTransition
+ // InternalRoom.g:5337:1: (lv_refinedTransitions_6_0= ruleRefinedTransition )
+ // InternalRoom.g:5338:3: lv_refinedTransitions_6_0= ruleRefinedTransition
{
newCompositeNode(grammarAccess.getStateGraphAccess().getRefinedTransitionsRefinedTransitionParserRuleCall_2_4_0());
- pushFollow(FOLLOW_110);
+ pushFollow(FOLLOW_111);
lv_refinedTransitions_6_0=ruleRefinedTransition();
state._fsp--;
@@ -13517,7 +13472,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop117;
+ break loop119;
}
} while (true);
@@ -13546,7 +13501,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleStateMachine"
- // InternalRoom.g:5452:1: entryRuleStateMachine returns [EObject current=null] : iv_ruleStateMachine= ruleStateMachine EOF ;
+ // InternalRoom.g:5366:1: entryRuleStateMachine returns [EObject current=null] : iv_ruleStateMachine= ruleStateMachine EOF ;
public final EObject entryRuleStateMachine() throws RecognitionException {
EObject current = null;
@@ -13554,8 +13509,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:5453:2: (iv_ruleStateMachine= ruleStateMachine EOF )
- // InternalRoom.g:5454:2: iv_ruleStateMachine= ruleStateMachine EOF
+ // InternalRoom.g:5367:2: (iv_ruleStateMachine= ruleStateMachine EOF )
+ // InternalRoom.g:5368:2: iv_ruleStateMachine= ruleStateMachine EOF
{
newCompositeNode(grammarAccess.getStateMachineRule());
pushFollow(FOLLOW_1);
@@ -13582,7 +13537,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleStateMachine"
- // InternalRoom.g:5461:1: ruleStateMachine returns [EObject current=null] : ( () otherlv_1= 'StateMachine' otherlv_2= '{' ( ( (lv_states_3_0= ruleState ) ) | ( (lv_trPoints_4_0= ruleTrPoint ) ) | ( (lv_chPoints_5_0= ruleChoicePoint ) ) | ( (lv_transitions_6_0= ruleTransition ) ) | ( (lv_refinedTransitions_7_0= ruleRefinedTransition ) ) )* otherlv_8= '}' ) ;
+ // InternalRoom.g:5375:1: ruleStateMachine returns [EObject current=null] : ( () otherlv_1= 'StateMachine' otherlv_2= '{' ( ( (lv_states_3_0= ruleState ) ) | ( (lv_trPoints_4_0= ruleTrPoint ) ) | ( (lv_chPoints_5_0= ruleChoicePoint ) ) | ( (lv_transitions_6_0= ruleTransition ) ) | ( (lv_refinedTransitions_7_0= ruleRefinedTransition ) ) )* otherlv_8= '}' ) ;
public final EObject ruleStateMachine() throws RecognitionException {
EObject current = null;
@@ -13603,14 +13558,14 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:5464:28: ( ( () otherlv_1= 'StateMachine' otherlv_2= '{' ( ( (lv_states_3_0= ruleState ) ) | ( (lv_trPoints_4_0= ruleTrPoint ) ) | ( (lv_chPoints_5_0= ruleChoicePoint ) ) | ( (lv_transitions_6_0= ruleTransition ) ) | ( (lv_refinedTransitions_7_0= ruleRefinedTransition ) ) )* otherlv_8= '}' ) )
- // InternalRoom.g:5465:1: ( () otherlv_1= 'StateMachine' otherlv_2= '{' ( ( (lv_states_3_0= ruleState ) ) | ( (lv_trPoints_4_0= ruleTrPoint ) ) | ( (lv_chPoints_5_0= ruleChoicePoint ) ) | ( (lv_transitions_6_0= ruleTransition ) ) | ( (lv_refinedTransitions_7_0= ruleRefinedTransition ) ) )* otherlv_8= '}' )
+ // InternalRoom.g:5378:28: ( ( () otherlv_1= 'StateMachine' otherlv_2= '{' ( ( (lv_states_3_0= ruleState ) ) | ( (lv_trPoints_4_0= ruleTrPoint ) ) | ( (lv_chPoints_5_0= ruleChoicePoint ) ) | ( (lv_transitions_6_0= ruleTransition ) ) | ( (lv_refinedTransitions_7_0= ruleRefinedTransition ) ) )* otherlv_8= '}' ) )
+ // InternalRoom.g:5379:1: ( () otherlv_1= 'StateMachine' otherlv_2= '{' ( ( (lv_states_3_0= ruleState ) ) | ( (lv_trPoints_4_0= ruleTrPoint ) ) | ( (lv_chPoints_5_0= ruleChoicePoint ) ) | ( (lv_transitions_6_0= ruleTransition ) ) | ( (lv_refinedTransitions_7_0= ruleRefinedTransition ) ) )* otherlv_8= '}' )
{
- // InternalRoom.g:5465:1: ( () otherlv_1= 'StateMachine' otherlv_2= '{' ( ( (lv_states_3_0= ruleState ) ) | ( (lv_trPoints_4_0= ruleTrPoint ) ) | ( (lv_chPoints_5_0= ruleChoicePoint ) ) | ( (lv_transitions_6_0= ruleTransition ) ) | ( (lv_refinedTransitions_7_0= ruleRefinedTransition ) ) )* otherlv_8= '}' )
- // InternalRoom.g:5465:2: () otherlv_1= 'StateMachine' otherlv_2= '{' ( ( (lv_states_3_0= ruleState ) ) | ( (lv_trPoints_4_0= ruleTrPoint ) ) | ( (lv_chPoints_5_0= ruleChoicePoint ) ) | ( (lv_transitions_6_0= ruleTransition ) ) | ( (lv_refinedTransitions_7_0= ruleRefinedTransition ) ) )* otherlv_8= '}'
+ // InternalRoom.g:5379:1: ( () otherlv_1= 'StateMachine' otherlv_2= '{' ( ( (lv_states_3_0= ruleState ) ) | ( (lv_trPoints_4_0= ruleTrPoint ) ) | ( (lv_chPoints_5_0= ruleChoicePoint ) ) | ( (lv_transitions_6_0= ruleTransition ) ) | ( (lv_refinedTransitions_7_0= ruleRefinedTransition ) ) )* otherlv_8= '}' )
+ // InternalRoom.g:5379:2: () otherlv_1= 'StateMachine' otherlv_2= '{' ( ( (lv_states_3_0= ruleState ) ) | ( (lv_trPoints_4_0= ruleTrPoint ) ) | ( (lv_chPoints_5_0= ruleChoicePoint ) ) | ( (lv_transitions_6_0= ruleTransition ) ) | ( (lv_refinedTransitions_7_0= ruleRefinedTransition ) ) )* otherlv_8= '}'
{
- // InternalRoom.g:5465:2: ()
- // InternalRoom.g:5466:5:
+ // InternalRoom.g:5379:2: ()
+ // InternalRoom.g:5380:5:
{
current = forceCreateModelElement(
@@ -13624,19 +13579,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getStateMachineAccess().getStateMachineKeyword_1());
- otherlv_2=(Token)match(input,14,FOLLOW_110);
+ otherlv_2=(Token)match(input,14,FOLLOW_111);
newLeafNode(otherlv_2, grammarAccess.getStateMachineAccess().getLeftCurlyBracketKeyword_2());
- // InternalRoom.g:5479:1: ( ( (lv_states_3_0= ruleState ) ) | ( (lv_trPoints_4_0= ruleTrPoint ) ) | ( (lv_chPoints_5_0= ruleChoicePoint ) ) | ( (lv_transitions_6_0= ruleTransition ) ) | ( (lv_refinedTransitions_7_0= ruleRefinedTransition ) ) )*
- loop118:
+ // InternalRoom.g:5393:1: ( ( (lv_states_3_0= ruleState ) ) | ( (lv_trPoints_4_0= ruleTrPoint ) ) | ( (lv_chPoints_5_0= ruleChoicePoint ) ) | ( (lv_transitions_6_0= ruleTransition ) ) | ( (lv_refinedTransitions_7_0= ruleRefinedTransition ) ) )*
+ loop120:
do {
- int alt118=6;
+ int alt120=6;
switch ( input.LA(1) ) {
case 81:
case 88:
{
- alt118=1;
+ alt120=1;
}
break;
case 89:
@@ -13644,41 +13599,41 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
case 91:
case 92:
{
- alt118=2;
+ alt120=2;
}
break;
case 93:
{
- alt118=3;
+ alt120=3;
}
break;
case 82:
{
- alt118=4;
+ alt120=4;
}
break;
case 100:
{
- alt118=5;
+ alt120=5;
}
break;
}
- switch (alt118) {
+ switch (alt120) {
case 1 :
- // InternalRoom.g:5479:2: ( (lv_states_3_0= ruleState ) )
+ // InternalRoom.g:5393:2: ( (lv_states_3_0= ruleState ) )
{
- // InternalRoom.g:5479:2: ( (lv_states_3_0= ruleState ) )
- // InternalRoom.g:5480:1: (lv_states_3_0= ruleState )
+ // InternalRoom.g:5393:2: ( (lv_states_3_0= ruleState ) )
+ // InternalRoom.g:5394:1: (lv_states_3_0= ruleState )
{
- // InternalRoom.g:5480:1: (lv_states_3_0= ruleState )
- // InternalRoom.g:5481:3: lv_states_3_0= ruleState
+ // InternalRoom.g:5394:1: (lv_states_3_0= ruleState )
+ // InternalRoom.g:5395:3: lv_states_3_0= ruleState
{
newCompositeNode(grammarAccess.getStateMachineAccess().getStatesStateParserRuleCall_3_0_0());
- pushFollow(FOLLOW_110);
+ pushFollow(FOLLOW_111);
lv_states_3_0=ruleState();
state._fsp--;
@@ -13704,18 +13659,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:5498:6: ( (lv_trPoints_4_0= ruleTrPoint ) )
+ // InternalRoom.g:5412:6: ( (lv_trPoints_4_0= ruleTrPoint ) )
{
- // InternalRoom.g:5498:6: ( (lv_trPoints_4_0= ruleTrPoint ) )
- // InternalRoom.g:5499:1: (lv_trPoints_4_0= ruleTrPoint )
+ // InternalRoom.g:5412:6: ( (lv_trPoints_4_0= ruleTrPoint ) )
+ // InternalRoom.g:5413:1: (lv_trPoints_4_0= ruleTrPoint )
{
- // InternalRoom.g:5499:1: (lv_trPoints_4_0= ruleTrPoint )
- // InternalRoom.g:5500:3: lv_trPoints_4_0= ruleTrPoint
+ // InternalRoom.g:5413:1: (lv_trPoints_4_0= ruleTrPoint )
+ // InternalRoom.g:5414:3: lv_trPoints_4_0= ruleTrPoint
{
newCompositeNode(grammarAccess.getStateMachineAccess().getTrPointsTrPointParserRuleCall_3_1_0());
- pushFollow(FOLLOW_110);
+ pushFollow(FOLLOW_111);
lv_trPoints_4_0=ruleTrPoint();
state._fsp--;
@@ -13741,18 +13696,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:5517:6: ( (lv_chPoints_5_0= ruleChoicePoint ) )
+ // InternalRoom.g:5431:6: ( (lv_chPoints_5_0= ruleChoicePoint ) )
{
- // InternalRoom.g:5517:6: ( (lv_chPoints_5_0= ruleChoicePoint ) )
- // InternalRoom.g:5518:1: (lv_chPoints_5_0= ruleChoicePoint )
+ // InternalRoom.g:5431:6: ( (lv_chPoints_5_0= ruleChoicePoint ) )
+ // InternalRoom.g:5432:1: (lv_chPoints_5_0= ruleChoicePoint )
{
- // InternalRoom.g:5518:1: (lv_chPoints_5_0= ruleChoicePoint )
- // InternalRoom.g:5519:3: lv_chPoints_5_0= ruleChoicePoint
+ // InternalRoom.g:5432:1: (lv_chPoints_5_0= ruleChoicePoint )
+ // InternalRoom.g:5433:3: lv_chPoints_5_0= ruleChoicePoint
{
newCompositeNode(grammarAccess.getStateMachineAccess().getChPointsChoicePointParserRuleCall_3_2_0());
- pushFollow(FOLLOW_110);
+ pushFollow(FOLLOW_111);
lv_chPoints_5_0=ruleChoicePoint();
state._fsp--;
@@ -13778,18 +13733,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 4 :
- // InternalRoom.g:5536:6: ( (lv_transitions_6_0= ruleTransition ) )
+ // InternalRoom.g:5450:6: ( (lv_transitions_6_0= ruleTransition ) )
{
- // InternalRoom.g:5536:6: ( (lv_transitions_6_0= ruleTransition ) )
- // InternalRoom.g:5537:1: (lv_transitions_6_0= ruleTransition )
+ // InternalRoom.g:5450:6: ( (lv_transitions_6_0= ruleTransition ) )
+ // InternalRoom.g:5451:1: (lv_transitions_6_0= ruleTransition )
{
- // InternalRoom.g:5537:1: (lv_transitions_6_0= ruleTransition )
- // InternalRoom.g:5538:3: lv_transitions_6_0= ruleTransition
+ // InternalRoom.g:5451:1: (lv_transitions_6_0= ruleTransition )
+ // InternalRoom.g:5452:3: lv_transitions_6_0= ruleTransition
{
newCompositeNode(grammarAccess.getStateMachineAccess().getTransitionsTransitionParserRuleCall_3_3_0());
- pushFollow(FOLLOW_110);
+ pushFollow(FOLLOW_111);
lv_transitions_6_0=ruleTransition();
state._fsp--;
@@ -13815,18 +13770,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 5 :
- // InternalRoom.g:5555:6: ( (lv_refinedTransitions_7_0= ruleRefinedTransition ) )
+ // InternalRoom.g:5469:6: ( (lv_refinedTransitions_7_0= ruleRefinedTransition ) )
{
- // InternalRoom.g:5555:6: ( (lv_refinedTransitions_7_0= ruleRefinedTransition ) )
- // InternalRoom.g:5556:1: (lv_refinedTransitions_7_0= ruleRefinedTransition )
+ // InternalRoom.g:5469:6: ( (lv_refinedTransitions_7_0= ruleRefinedTransition ) )
+ // InternalRoom.g:5470:1: (lv_refinedTransitions_7_0= ruleRefinedTransition )
{
- // InternalRoom.g:5556:1: (lv_refinedTransitions_7_0= ruleRefinedTransition )
- // InternalRoom.g:5557:3: lv_refinedTransitions_7_0= ruleRefinedTransition
+ // InternalRoom.g:5470:1: (lv_refinedTransitions_7_0= ruleRefinedTransition )
+ // InternalRoom.g:5471:3: lv_refinedTransitions_7_0= ruleRefinedTransition
{
newCompositeNode(grammarAccess.getStateMachineAccess().getRefinedTransitionsRefinedTransitionParserRuleCall_3_4_0());
- pushFollow(FOLLOW_110);
+ pushFollow(FOLLOW_111);
lv_refinedTransitions_7_0=ruleRefinedTransition();
state._fsp--;
@@ -13853,7 +13808,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop118;
+ break loop120;
}
} while (true);
@@ -13882,7 +13837,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleState"
- // InternalRoom.g:5585:1: entryRuleState returns [EObject current=null] : iv_ruleState= ruleState EOF ;
+ // InternalRoom.g:5499:1: entryRuleState returns [EObject current=null] : iv_ruleState= ruleState EOF ;
public final EObject entryRuleState() throws RecognitionException {
EObject current = null;
@@ -13890,8 +13845,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:5586:2: (iv_ruleState= ruleState EOF )
- // InternalRoom.g:5587:2: iv_ruleState= ruleState EOF
+ // InternalRoom.g:5500:2: (iv_ruleState= ruleState EOF )
+ // InternalRoom.g:5501:2: iv_ruleState= ruleState EOF
{
newCompositeNode(grammarAccess.getStateRule());
pushFollow(FOLLOW_1);
@@ -13918,7 +13873,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleState"
- // InternalRoom.g:5594:1: ruleState returns [EObject current=null] : (this_SimpleState_0= ruleSimpleState | this_RefinedState_1= ruleRefinedState ) ;
+ // InternalRoom.g:5508:1: ruleState returns [EObject current=null] : (this_SimpleState_0= ruleSimpleState | this_RefinedState_1= ruleRefinedState ) ;
public final EObject ruleState() throws RecognitionException {
EObject current = null;
@@ -13930,28 +13885,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:5597:28: ( (this_SimpleState_0= ruleSimpleState | this_RefinedState_1= ruleRefinedState ) )
- // InternalRoom.g:5598:1: (this_SimpleState_0= ruleSimpleState | this_RefinedState_1= ruleRefinedState )
+ // InternalRoom.g:5511:28: ( (this_SimpleState_0= ruleSimpleState | this_RefinedState_1= ruleRefinedState ) )
+ // InternalRoom.g:5512:1: (this_SimpleState_0= ruleSimpleState | this_RefinedState_1= ruleRefinedState )
{
- // InternalRoom.g:5598:1: (this_SimpleState_0= ruleSimpleState | this_RefinedState_1= ruleRefinedState )
- int alt119=2;
- int LA119_0 = input.LA(1);
+ // InternalRoom.g:5512:1: (this_SimpleState_0= ruleSimpleState | this_RefinedState_1= ruleRefinedState )
+ int alt121=2;
+ int LA121_0 = input.LA(1);
- if ( (LA119_0==81) ) {
- alt119=1;
+ if ( (LA121_0==81) ) {
+ alt121=1;
}
- else if ( (LA119_0==88) ) {
- alt119=2;
+ else if ( (LA121_0==88) ) {
+ alt121=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 119, 0, input);
+ new NoViableAltException("", 121, 0, input);
throw nvae;
}
- switch (alt119) {
+ switch (alt121) {
case 1 :
- // InternalRoom.g:5599:5: this_SimpleState_0= ruleSimpleState
+ // InternalRoom.g:5513:5: this_SimpleState_0= ruleSimpleState
{
newCompositeNode(grammarAccess.getStateAccess().getSimpleStateParserRuleCall_0());
@@ -13969,7 +13924,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:5609:5: this_RefinedState_1= ruleRefinedState
+ // InternalRoom.g:5523:5: this_RefinedState_1= ruleRefinedState
{
newCompositeNode(grammarAccess.getStateAccess().getRefinedStateParserRuleCall_1());
@@ -14007,7 +13962,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleSimpleState"
- // InternalRoom.g:5625:1: entryRuleSimpleState returns [EObject current=null] : iv_ruleSimpleState= ruleSimpleState EOF ;
+ // InternalRoom.g:5539:1: entryRuleSimpleState returns [EObject current=null] : iv_ruleSimpleState= ruleSimpleState EOF ;
public final EObject entryRuleSimpleState() throws RecognitionException {
EObject current = null;
@@ -14015,8 +13970,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:5626:2: (iv_ruleSimpleState= ruleSimpleState EOF )
- // InternalRoom.g:5627:2: iv_ruleSimpleState= ruleSimpleState EOF
+ // InternalRoom.g:5540:2: (iv_ruleSimpleState= ruleSimpleState EOF )
+ // InternalRoom.g:5541:2: iv_ruleSimpleState= ruleSimpleState EOF
{
newCompositeNode(grammarAccess.getSimpleStateRule());
pushFollow(FOLLOW_1);
@@ -14043,7 +13998,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleSimpleState"
- // InternalRoom.g:5634:1: ruleSimpleState returns [EObject current=null] : (otherlv_0= 'State' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' )? ) ;
+ // InternalRoom.g:5548:1: ruleSimpleState returns [EObject current=null] : (otherlv_0= 'State' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' )? ) ;
public final EObject ruleSimpleState() throws RecognitionException {
EObject current = null;
@@ -14071,23 +14026,23 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:5637:28: ( (otherlv_0= 'State' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' )? ) )
- // InternalRoom.g:5638:1: (otherlv_0= 'State' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' )? )
+ // InternalRoom.g:5551:28: ( (otherlv_0= 'State' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' )? ) )
+ // InternalRoom.g:5552:1: (otherlv_0= 'State' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' )? )
{
- // InternalRoom.g:5638:1: (otherlv_0= 'State' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' )? )
- // InternalRoom.g:5638:3: otherlv_0= 'State' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' )?
+ // InternalRoom.g:5552:1: (otherlv_0= 'State' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' )? )
+ // InternalRoom.g:5552:3: otherlv_0= 'State' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? (otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' )?
{
otherlv_0=(Token)match(input,81,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getSimpleStateAccess().getStateKeyword_0());
- // InternalRoom.g:5642:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:5643:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:5556:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:5557:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:5643:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:5644:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:5557:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:5558:3: lv_name_1_0= RULE_ID
{
- lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_111);
+ lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_112);
newLeafNode(lv_name_1_0, grammarAccess.getSimpleStateAccess().getNameIDTerminalRuleCall_1_0());
@@ -14107,24 +14062,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:5660:2: ( (lv_docu_2_0= ruleDocumentation ) )?
- int alt120=2;
- int LA120_0 = input.LA(1);
+ // InternalRoom.g:5574:2: ( (lv_docu_2_0= ruleDocumentation ) )?
+ int alt122=2;
+ int LA122_0 = input.LA(1);
- if ( (LA120_0==35) ) {
- alt120=1;
+ if ( (LA122_0==35) ) {
+ alt122=1;
}
- switch (alt120) {
+ switch (alt122) {
case 1 :
- // InternalRoom.g:5661:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:5575:1: (lv_docu_2_0= ruleDocumentation )
{
- // InternalRoom.g:5661:1: (lv_docu_2_0= ruleDocumentation )
- // InternalRoom.g:5662:3: lv_docu_2_0= ruleDocumentation
+ // InternalRoom.g:5575:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:5576:3: lv_docu_2_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getSimpleStateAccess().getDocuDocumentationParserRuleCall_2_0());
- pushFollow(FOLLOW_99);
+ pushFollow(FOLLOW_100);
lv_docu_2_0=ruleDocumentation();
state._fsp--;
@@ -14149,43 +14104,43 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:5678:3: (otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' )?
- int alt126=2;
- int LA126_0 = input.LA(1);
+ // InternalRoom.g:5592:3: (otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' )?
+ int alt128=2;
+ int LA128_0 = input.LA(1);
- if ( (LA126_0==14) ) {
- alt126=1;
+ if ( (LA128_0==14) ) {
+ alt128=1;
}
- switch (alt126) {
+ switch (alt128) {
case 1 :
- // InternalRoom.g:5678:5: otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}'
+ // InternalRoom.g:5592:5: otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}'
{
- otherlv_3=(Token)match(input,14,FOLLOW_112);
+ otherlv_3=(Token)match(input,14,FOLLOW_113);
newLeafNode(otherlv_3, grammarAccess.getSimpleStateAccess().getLeftCurlyBracketKeyword_3_0());
- // InternalRoom.g:5682:1: ( (lv_annotations_4_0= ruleAnnotation ) )*
- loop121:
+ // InternalRoom.g:5596:1: ( (lv_annotations_4_0= ruleAnnotation ) )*
+ loop123:
do {
- int alt121=2;
- int LA121_0 = input.LA(1);
+ int alt123=2;
+ int LA123_0 = input.LA(1);
- if ( (LA121_0==109) ) {
- alt121=1;
+ if ( (LA123_0==109) ) {
+ alt123=1;
}
- switch (alt121) {
+ switch (alt123) {
case 1 :
- // InternalRoom.g:5683:1: (lv_annotations_4_0= ruleAnnotation )
+ // InternalRoom.g:5597:1: (lv_annotations_4_0= ruleAnnotation )
{
- // InternalRoom.g:5683:1: (lv_annotations_4_0= ruleAnnotation )
- // InternalRoom.g:5684:3: lv_annotations_4_0= ruleAnnotation
+ // InternalRoom.g:5597:1: (lv_annotations_4_0= ruleAnnotation )
+ // InternalRoom.g:5598:3: lv_annotations_4_0= ruleAnnotation
{
newCompositeNode(grammarAccess.getSimpleStateAccess().getAnnotationsAnnotationParserRuleCall_3_1_0());
- pushFollow(FOLLOW_112);
+ pushFollow(FOLLOW_113);
lv_annotations_4_0=ruleAnnotation();
state._fsp--;
@@ -14209,35 +14164,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop121;
+ break loop123;
}
} while (true);
- // InternalRoom.g:5700:3: (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )?
- int alt122=2;
- int LA122_0 = input.LA(1);
+ // InternalRoom.g:5614:3: (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )?
+ int alt124=2;
+ int LA124_0 = input.LA(1);
- if ( (LA122_0==84) ) {
- alt122=1;
+ if ( (LA124_0==84) ) {
+ alt124=1;
}
- switch (alt122) {
+ switch (alt124) {
case 1 :
- // InternalRoom.g:5700:5: otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) )
+ // InternalRoom.g:5614:5: otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) )
{
- otherlv_5=(Token)match(input,84,FOLLOW_113);
+ otherlv_5=(Token)match(input,84,FOLLOW_114);
newLeafNode(otherlv_5, grammarAccess.getSimpleStateAccess().getEntryKeyword_3_2_0());
- // InternalRoom.g:5704:1: ( (lv_entryCode_6_0= ruleDetailCode ) )
- // InternalRoom.g:5705:1: (lv_entryCode_6_0= ruleDetailCode )
+ // InternalRoom.g:5618:1: ( (lv_entryCode_6_0= ruleDetailCode ) )
+ // InternalRoom.g:5619:1: (lv_entryCode_6_0= ruleDetailCode )
{
- // InternalRoom.g:5705:1: (lv_entryCode_6_0= ruleDetailCode )
- // InternalRoom.g:5706:3: lv_entryCode_6_0= ruleDetailCode
+ // InternalRoom.g:5619:1: (lv_entryCode_6_0= ruleDetailCode )
+ // InternalRoom.g:5620:3: lv_entryCode_6_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getSimpleStateAccess().getEntryCodeDetailCodeParserRuleCall_3_2_1_0());
- pushFollow(FOLLOW_114);
+ pushFollow(FOLLOW_115);
lv_entryCode_6_0=ruleDetailCode();
state._fsp--;
@@ -14265,31 +14220,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:5722:4: (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )?
- int alt123=2;
- int LA123_0 = input.LA(1);
+ // InternalRoom.g:5636:4: (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )?
+ int alt125=2;
+ int LA125_0 = input.LA(1);
- if ( (LA123_0==85) ) {
- alt123=1;
+ if ( (LA125_0==85) ) {
+ alt125=1;
}
- switch (alt123) {
+ switch (alt125) {
case 1 :
- // InternalRoom.g:5722:6: otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) )
+ // InternalRoom.g:5636:6: otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) )
{
- otherlv_7=(Token)match(input,85,FOLLOW_115);
+ otherlv_7=(Token)match(input,85,FOLLOW_116);
newLeafNode(otherlv_7, grammarAccess.getSimpleStateAccess().getExitKeyword_3_3_0());
- // InternalRoom.g:5726:1: ( (lv_exitCode_8_0= ruleDetailCode ) )
- // InternalRoom.g:5727:1: (lv_exitCode_8_0= ruleDetailCode )
+ // InternalRoom.g:5640:1: ( (lv_exitCode_8_0= ruleDetailCode ) )
+ // InternalRoom.g:5641:1: (lv_exitCode_8_0= ruleDetailCode )
{
- // InternalRoom.g:5727:1: (lv_exitCode_8_0= ruleDetailCode )
- // InternalRoom.g:5728:3: lv_exitCode_8_0= ruleDetailCode
+ // InternalRoom.g:5641:1: (lv_exitCode_8_0= ruleDetailCode )
+ // InternalRoom.g:5642:3: lv_exitCode_8_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getSimpleStateAccess().getExitCodeDetailCodeParserRuleCall_3_3_1_0());
- pushFollow(FOLLOW_116);
+ pushFollow(FOLLOW_117);
lv_exitCode_8_0=ruleDetailCode();
state._fsp--;
@@ -14317,31 +14272,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:5744:4: (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )?
- int alt124=2;
- int LA124_0 = input.LA(1);
+ // InternalRoom.g:5658:4: (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )?
+ int alt126=2;
+ int LA126_0 = input.LA(1);
- if ( (LA124_0==86) ) {
- alt124=1;
+ if ( (LA126_0==86) ) {
+ alt126=1;
}
- switch (alt124) {
+ switch (alt126) {
case 1 :
- // InternalRoom.g:5744:6: otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) )
+ // InternalRoom.g:5658:6: otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) )
{
- otherlv_9=(Token)match(input,86,FOLLOW_117);
+ otherlv_9=(Token)match(input,86,FOLLOW_118);
newLeafNode(otherlv_9, grammarAccess.getSimpleStateAccess().getDoKeyword_3_4_0());
- // InternalRoom.g:5748:1: ( (lv_doCode_10_0= ruleDetailCode ) )
- // InternalRoom.g:5749:1: (lv_doCode_10_0= ruleDetailCode )
+ // InternalRoom.g:5662:1: ( (lv_doCode_10_0= ruleDetailCode ) )
+ // InternalRoom.g:5663:1: (lv_doCode_10_0= ruleDetailCode )
{
- // InternalRoom.g:5749:1: (lv_doCode_10_0= ruleDetailCode )
- // InternalRoom.g:5750:3: lv_doCode_10_0= ruleDetailCode
+ // InternalRoom.g:5663:1: (lv_doCode_10_0= ruleDetailCode )
+ // InternalRoom.g:5664:3: lv_doCode_10_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getSimpleStateAccess().getDoCodeDetailCodeParserRuleCall_3_4_1_0());
- pushFollow(FOLLOW_118);
+ pushFollow(FOLLOW_119);
lv_doCode_10_0=ruleDetailCode();
state._fsp--;
@@ -14369,31 +14324,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:5766:4: (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )?
- int alt125=2;
- int LA125_0 = input.LA(1);
+ // InternalRoom.g:5680:4: (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )?
+ int alt127=2;
+ int LA127_0 = input.LA(1);
- if ( (LA125_0==87) ) {
- alt125=1;
+ if ( (LA127_0==87) ) {
+ alt127=1;
}
- switch (alt125) {
+ switch (alt127) {
case 1 :
- // InternalRoom.g:5766:6: otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) )
+ // InternalRoom.g:5680:6: otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) )
{
otherlv_11=(Token)match(input,87,FOLLOW_5);
newLeafNode(otherlv_11, grammarAccess.getSimpleStateAccess().getSubgraphKeyword_3_5_0());
- // InternalRoom.g:5770:1: ( (lv_subgraph_12_0= ruleStateGraph ) )
- // InternalRoom.g:5771:1: (lv_subgraph_12_0= ruleStateGraph )
+ // InternalRoom.g:5684:1: ( (lv_subgraph_12_0= ruleStateGraph ) )
+ // InternalRoom.g:5685:1: (lv_subgraph_12_0= ruleStateGraph )
{
- // InternalRoom.g:5771:1: (lv_subgraph_12_0= ruleStateGraph )
- // InternalRoom.g:5772:3: lv_subgraph_12_0= ruleStateGraph
+ // InternalRoom.g:5685:1: (lv_subgraph_12_0= ruleStateGraph )
+ // InternalRoom.g:5686:3: lv_subgraph_12_0= ruleStateGraph
{
newCompositeNode(grammarAccess.getSimpleStateAccess().getSubgraphStateGraphParserRuleCall_3_5_1_0());
- pushFollow(FOLLOW_63);
+ pushFollow(FOLLOW_64);
lv_subgraph_12_0=ruleStateGraph();
state._fsp--;
@@ -14452,7 +14407,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleRefinedState"
- // InternalRoom.g:5800:1: entryRuleRefinedState returns [EObject current=null] : iv_ruleRefinedState= ruleRefinedState EOF ;
+ // InternalRoom.g:5714:1: entryRuleRefinedState returns [EObject current=null] : iv_ruleRefinedState= ruleRefinedState EOF ;
public final EObject entryRuleRefinedState() throws RecognitionException {
EObject current = null;
@@ -14460,8 +14415,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:5801:2: (iv_ruleRefinedState= ruleRefinedState EOF )
- // InternalRoom.g:5802:2: iv_ruleRefinedState= ruleRefinedState EOF
+ // InternalRoom.g:5715:2: (iv_ruleRefinedState= ruleRefinedState EOF )
+ // InternalRoom.g:5716:2: iv_ruleRefinedState= ruleRefinedState EOF
{
newCompositeNode(grammarAccess.getRefinedStateRule());
pushFollow(FOLLOW_1);
@@ -14488,7 +14443,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleRefinedState"
- // InternalRoom.g:5809:1: ruleRefinedState returns [EObject current=null] : (otherlv_0= 'RefinedState' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' ) ;
+ // InternalRoom.g:5723:1: ruleRefinedState returns [EObject current=null] : (otherlv_0= 'RefinedState' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' ) ;
public final EObject ruleRefinedState() throws RecognitionException {
EObject current = null;
@@ -14515,21 +14470,21 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:5812:28: ( (otherlv_0= 'RefinedState' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' ) )
- // InternalRoom.g:5813:1: (otherlv_0= 'RefinedState' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' )
+ // InternalRoom.g:5726:28: ( (otherlv_0= 'RefinedState' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' ) )
+ // InternalRoom.g:5727:1: (otherlv_0= 'RefinedState' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' )
{
- // InternalRoom.g:5813:1: (otherlv_0= 'RefinedState' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' )
- // InternalRoom.g:5813:3: otherlv_0= 'RefinedState' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}'
+ // InternalRoom.g:5727:1: (otherlv_0= 'RefinedState' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}' )
+ // InternalRoom.g:5727:3: otherlv_0= 'RefinedState' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )? (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )? (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )? (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )? otherlv_13= '}'
{
otherlv_0=(Token)match(input,88,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getRefinedStateAccess().getRefinedStateKeyword_0());
- // InternalRoom.g:5817:1: ( ( ruleFQN ) )
- // InternalRoom.g:5818:1: ( ruleFQN )
+ // InternalRoom.g:5731:1: ( ( ruleFQN ) )
+ // InternalRoom.g:5732:1: ( ruleFQN )
{
- // InternalRoom.g:5818:1: ( ruleFQN )
- // InternalRoom.g:5819:3: ruleFQN
+ // InternalRoom.g:5732:1: ( ruleFQN )
+ // InternalRoom.g:5733:3: ruleFQN
{
if (current==null) {
@@ -14553,19 +14508,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:5832:2: ( (lv_docu_2_0= ruleDocumentation ) )?
- int alt127=2;
- int LA127_0 = input.LA(1);
+ // InternalRoom.g:5746:2: ( (lv_docu_2_0= ruleDocumentation ) )?
+ int alt129=2;
+ int LA129_0 = input.LA(1);
- if ( (LA127_0==35) ) {
- alt127=1;
+ if ( (LA129_0==35) ) {
+ alt129=1;
}
- switch (alt127) {
+ switch (alt129) {
case 1 :
- // InternalRoom.g:5833:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:5747:1: (lv_docu_2_0= ruleDocumentation )
{
- // InternalRoom.g:5833:1: (lv_docu_2_0= ruleDocumentation )
- // InternalRoom.g:5834:3: lv_docu_2_0= ruleDocumentation
+ // InternalRoom.g:5747:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:5748:3: lv_docu_2_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getRefinedStateAccess().getDocuDocumentationParserRuleCall_2_0());
@@ -14595,32 +14550,32 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_3=(Token)match(input,14,FOLLOW_112);
+ otherlv_3=(Token)match(input,14,FOLLOW_113);
newLeafNode(otherlv_3, grammarAccess.getRefinedStateAccess().getLeftCurlyBracketKeyword_3());
- // InternalRoom.g:5854:1: ( (lv_annotations_4_0= ruleAnnotation ) )*
- loop128:
+ // InternalRoom.g:5768:1: ( (lv_annotations_4_0= ruleAnnotation ) )*
+ loop130:
do {
- int alt128=2;
- int LA128_0 = input.LA(1);
+ int alt130=2;
+ int LA130_0 = input.LA(1);
- if ( (LA128_0==109) ) {
- alt128=1;
+ if ( (LA130_0==109) ) {
+ alt130=1;
}
- switch (alt128) {
+ switch (alt130) {
case 1 :
- // InternalRoom.g:5855:1: (lv_annotations_4_0= ruleAnnotation )
+ // InternalRoom.g:5769:1: (lv_annotations_4_0= ruleAnnotation )
{
- // InternalRoom.g:5855:1: (lv_annotations_4_0= ruleAnnotation )
- // InternalRoom.g:5856:3: lv_annotations_4_0= ruleAnnotation
+ // InternalRoom.g:5769:1: (lv_annotations_4_0= ruleAnnotation )
+ // InternalRoom.g:5770:3: lv_annotations_4_0= ruleAnnotation
{
newCompositeNode(grammarAccess.getRefinedStateAccess().getAnnotationsAnnotationParserRuleCall_4_0());
- pushFollow(FOLLOW_112);
+ pushFollow(FOLLOW_113);
lv_annotations_4_0=ruleAnnotation();
state._fsp--;
@@ -14644,35 +14599,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop128;
+ break loop130;
}
} while (true);
- // InternalRoom.g:5872:3: (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )?
- int alt129=2;
- int LA129_0 = input.LA(1);
+ // InternalRoom.g:5786:3: (otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) ) )?
+ int alt131=2;
+ int LA131_0 = input.LA(1);
- if ( (LA129_0==84) ) {
- alt129=1;
+ if ( (LA131_0==84) ) {
+ alt131=1;
}
- switch (alt129) {
+ switch (alt131) {
case 1 :
- // InternalRoom.g:5872:5: otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) )
+ // InternalRoom.g:5786:5: otherlv_5= 'entry' ( (lv_entryCode_6_0= ruleDetailCode ) )
{
- otherlv_5=(Token)match(input,84,FOLLOW_113);
+ otherlv_5=(Token)match(input,84,FOLLOW_114);
newLeafNode(otherlv_5, grammarAccess.getRefinedStateAccess().getEntryKeyword_5_0());
- // InternalRoom.g:5876:1: ( (lv_entryCode_6_0= ruleDetailCode ) )
- // InternalRoom.g:5877:1: (lv_entryCode_6_0= ruleDetailCode )
+ // InternalRoom.g:5790:1: ( (lv_entryCode_6_0= ruleDetailCode ) )
+ // InternalRoom.g:5791:1: (lv_entryCode_6_0= ruleDetailCode )
{
- // InternalRoom.g:5877:1: (lv_entryCode_6_0= ruleDetailCode )
- // InternalRoom.g:5878:3: lv_entryCode_6_0= ruleDetailCode
+ // InternalRoom.g:5791:1: (lv_entryCode_6_0= ruleDetailCode )
+ // InternalRoom.g:5792:3: lv_entryCode_6_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getRefinedStateAccess().getEntryCodeDetailCodeParserRuleCall_5_1_0());
- pushFollow(FOLLOW_114);
+ pushFollow(FOLLOW_115);
lv_entryCode_6_0=ruleDetailCode();
state._fsp--;
@@ -14700,31 +14655,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:5894:4: (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )?
- int alt130=2;
- int LA130_0 = input.LA(1);
+ // InternalRoom.g:5808:4: (otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) ) )?
+ int alt132=2;
+ int LA132_0 = input.LA(1);
- if ( (LA130_0==85) ) {
- alt130=1;
+ if ( (LA132_0==85) ) {
+ alt132=1;
}
- switch (alt130) {
+ switch (alt132) {
case 1 :
- // InternalRoom.g:5894:6: otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) )
+ // InternalRoom.g:5808:6: otherlv_7= 'exit' ( (lv_exitCode_8_0= ruleDetailCode ) )
{
- otherlv_7=(Token)match(input,85,FOLLOW_115);
+ otherlv_7=(Token)match(input,85,FOLLOW_116);
newLeafNode(otherlv_7, grammarAccess.getRefinedStateAccess().getExitKeyword_6_0());
- // InternalRoom.g:5898:1: ( (lv_exitCode_8_0= ruleDetailCode ) )
- // InternalRoom.g:5899:1: (lv_exitCode_8_0= ruleDetailCode )
+ // InternalRoom.g:5812:1: ( (lv_exitCode_8_0= ruleDetailCode ) )
+ // InternalRoom.g:5813:1: (lv_exitCode_8_0= ruleDetailCode )
{
- // InternalRoom.g:5899:1: (lv_exitCode_8_0= ruleDetailCode )
- // InternalRoom.g:5900:3: lv_exitCode_8_0= ruleDetailCode
+ // InternalRoom.g:5813:1: (lv_exitCode_8_0= ruleDetailCode )
+ // InternalRoom.g:5814:3: lv_exitCode_8_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getRefinedStateAccess().getExitCodeDetailCodeParserRuleCall_6_1_0());
- pushFollow(FOLLOW_116);
+ pushFollow(FOLLOW_117);
lv_exitCode_8_0=ruleDetailCode();
state._fsp--;
@@ -14752,31 +14707,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:5916:4: (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )?
- int alt131=2;
- int LA131_0 = input.LA(1);
+ // InternalRoom.g:5830:4: (otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) ) )?
+ int alt133=2;
+ int LA133_0 = input.LA(1);
- if ( (LA131_0==86) ) {
- alt131=1;
+ if ( (LA133_0==86) ) {
+ alt133=1;
}
- switch (alt131) {
+ switch (alt133) {
case 1 :
- // InternalRoom.g:5916:6: otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) )
+ // InternalRoom.g:5830:6: otherlv_9= 'do' ( (lv_doCode_10_0= ruleDetailCode ) )
{
- otherlv_9=(Token)match(input,86,FOLLOW_117);
+ otherlv_9=(Token)match(input,86,FOLLOW_118);
newLeafNode(otherlv_9, grammarAccess.getRefinedStateAccess().getDoKeyword_7_0());
- // InternalRoom.g:5920:1: ( (lv_doCode_10_0= ruleDetailCode ) )
- // InternalRoom.g:5921:1: (lv_doCode_10_0= ruleDetailCode )
+ // InternalRoom.g:5834:1: ( (lv_doCode_10_0= ruleDetailCode ) )
+ // InternalRoom.g:5835:1: (lv_doCode_10_0= ruleDetailCode )
{
- // InternalRoom.g:5921:1: (lv_doCode_10_0= ruleDetailCode )
- // InternalRoom.g:5922:3: lv_doCode_10_0= ruleDetailCode
+ // InternalRoom.g:5835:1: (lv_doCode_10_0= ruleDetailCode )
+ // InternalRoom.g:5836:3: lv_doCode_10_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getRefinedStateAccess().getDoCodeDetailCodeParserRuleCall_7_1_0());
- pushFollow(FOLLOW_118);
+ pushFollow(FOLLOW_119);
lv_doCode_10_0=ruleDetailCode();
state._fsp--;
@@ -14804,31 +14759,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:5938:4: (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )?
- int alt132=2;
- int LA132_0 = input.LA(1);
+ // InternalRoom.g:5852:4: (otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) ) )?
+ int alt134=2;
+ int LA134_0 = input.LA(1);
- if ( (LA132_0==87) ) {
- alt132=1;
+ if ( (LA134_0==87) ) {
+ alt134=1;
}
- switch (alt132) {
+ switch (alt134) {
case 1 :
- // InternalRoom.g:5938:6: otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) )
+ // InternalRoom.g:5852:6: otherlv_11= 'subgraph' ( (lv_subgraph_12_0= ruleStateGraph ) )
{
otherlv_11=(Token)match(input,87,FOLLOW_5);
newLeafNode(otherlv_11, grammarAccess.getRefinedStateAccess().getSubgraphKeyword_8_0());
- // InternalRoom.g:5942:1: ( (lv_subgraph_12_0= ruleStateGraph ) )
- // InternalRoom.g:5943:1: (lv_subgraph_12_0= ruleStateGraph )
+ // InternalRoom.g:5856:1: ( (lv_subgraph_12_0= ruleStateGraph ) )
+ // InternalRoom.g:5857:1: (lv_subgraph_12_0= ruleStateGraph )
{
- // InternalRoom.g:5943:1: (lv_subgraph_12_0= ruleStateGraph )
- // InternalRoom.g:5944:3: lv_subgraph_12_0= ruleStateGraph
+ // InternalRoom.g:5857:1: (lv_subgraph_12_0= ruleStateGraph )
+ // InternalRoom.g:5858:3: lv_subgraph_12_0= ruleStateGraph
{
newCompositeNode(grammarAccess.getRefinedStateAccess().getSubgraphStateGraphParserRuleCall_8_1_0());
- pushFollow(FOLLOW_63);
+ pushFollow(FOLLOW_64);
lv_subgraph_12_0=ruleStateGraph();
state._fsp--;
@@ -14881,7 +14836,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleDetailCode"
- // InternalRoom.g:5972:1: entryRuleDetailCode returns [EObject current=null] : iv_ruleDetailCode= ruleDetailCode EOF ;
+ // InternalRoom.g:5886:1: entryRuleDetailCode returns [EObject current=null] : iv_ruleDetailCode= ruleDetailCode EOF ;
public final EObject entryRuleDetailCode() throws RecognitionException {
EObject current = null;
@@ -14889,8 +14844,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:5973:2: (iv_ruleDetailCode= ruleDetailCode EOF )
- // InternalRoom.g:5974:2: iv_ruleDetailCode= ruleDetailCode EOF
+ // InternalRoom.g:5887:2: (iv_ruleDetailCode= ruleDetailCode EOF )
+ // InternalRoom.g:5888:2: iv_ruleDetailCode= ruleDetailCode EOF
{
newCompositeNode(grammarAccess.getDetailCodeRule());
pushFollow(FOLLOW_1);
@@ -14917,7 +14872,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleDetailCode"
- // InternalRoom.g:5981:1: ruleDetailCode returns [EObject current=null] : ( ( () ( (lv_lines_1_0= RULE_CC_STRING ) )? ) | ( ( (lv_used_2_0= '{' ) ) ( (lv_lines_3_0= RULE_STRING ) )* otherlv_4= '}' ) ) ;
+ // InternalRoom.g:5895:1: ruleDetailCode returns [EObject current=null] : ( ( () ( (lv_lines_1_0= RULE_CC_STRING ) )? ) | ( ( (lv_used_2_0= '{' ) ) ( (lv_lines_3_0= RULE_STRING ) )* otherlv_4= '}' ) ) ;
public final EObject ruleDetailCode() throws RecognitionException {
EObject current = null;
@@ -14929,34 +14884,34 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:5984:28: ( ( ( () ( (lv_lines_1_0= RULE_CC_STRING ) )? ) | ( ( (lv_used_2_0= '{' ) ) ( (lv_lines_3_0= RULE_STRING ) )* otherlv_4= '}' ) ) )
- // InternalRoom.g:5985:1: ( ( () ( (lv_lines_1_0= RULE_CC_STRING ) )? ) | ( ( (lv_used_2_0= '{' ) ) ( (lv_lines_3_0= RULE_STRING ) )* otherlv_4= '}' ) )
+ // InternalRoom.g:5898:28: ( ( ( () ( (lv_lines_1_0= RULE_CC_STRING ) )? ) | ( ( (lv_used_2_0= '{' ) ) ( (lv_lines_3_0= RULE_STRING ) )* otherlv_4= '}' ) ) )
+ // InternalRoom.g:5899:1: ( ( () ( (lv_lines_1_0= RULE_CC_STRING ) )? ) | ( ( (lv_used_2_0= '{' ) ) ( (lv_lines_3_0= RULE_STRING ) )* otherlv_4= '}' ) )
{
- // InternalRoom.g:5985:1: ( ( () ( (lv_lines_1_0= RULE_CC_STRING ) )? ) | ( ( (lv_used_2_0= '{' ) ) ( (lv_lines_3_0= RULE_STRING ) )* otherlv_4= '}' ) )
- int alt135=2;
- int LA135_0 = input.LA(1);
+ // InternalRoom.g:5899:1: ( ( () ( (lv_lines_1_0= RULE_CC_STRING ) )? ) | ( ( (lv_used_2_0= '{' ) ) ( (lv_lines_3_0= RULE_STRING ) )* otherlv_4= '}' ) )
+ int alt137=2;
+ int LA137_0 = input.LA(1);
- if ( (LA135_0==EOF||LA135_0==RULE_CC_STRING||LA135_0==15||(LA135_0>=32 && LA135_0<=34)||(LA135_0>=37 && LA135_0<=38)||(LA135_0>=41 && LA135_0<=42)||(LA135_0>=44 && LA135_0<=46)||LA135_0==48||LA135_0==54||(LA135_0>=60 && LA135_0<=64)||(LA135_0>=68 && LA135_0<=69)||LA135_0==71||LA135_0==75||LA135_0==78||LA135_0==83||(LA135_0>=85 && LA135_0<=87)||LA135_0==95||(LA135_0>=105 && LA135_0<=106)||LA135_0==112||LA135_0==128) ) {
- alt135=1;
+ if ( (LA137_0==EOF||LA137_0==RULE_CC_STRING||LA137_0==15||(LA137_0>=32 && LA137_0<=34)||(LA137_0>=37 && LA137_0<=38)||(LA137_0>=41 && LA137_0<=42)||(LA137_0>=44 && LA137_0<=46)||LA137_0==48||LA137_0==54||(LA137_0>=60 && LA137_0<=64)||(LA137_0>=68 && LA137_0<=69)||LA137_0==71||LA137_0==75||LA137_0==78||LA137_0==83||(LA137_0>=85 && LA137_0<=87)||LA137_0==95||(LA137_0>=105 && LA137_0<=106)||LA137_0==112||LA137_0==128) ) {
+ alt137=1;
}
- else if ( (LA135_0==14) ) {
- alt135=2;
+ else if ( (LA137_0==14) ) {
+ alt137=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 135, 0, input);
+ new NoViableAltException("", 137, 0, input);
throw nvae;
}
- switch (alt135) {
+ switch (alt137) {
case 1 :
- // InternalRoom.g:5985:2: ( () ( (lv_lines_1_0= RULE_CC_STRING ) )? )
+ // InternalRoom.g:5899:2: ( () ( (lv_lines_1_0= RULE_CC_STRING ) )? )
{
- // InternalRoom.g:5985:2: ( () ( (lv_lines_1_0= RULE_CC_STRING ) )? )
- // InternalRoom.g:5985:3: () ( (lv_lines_1_0= RULE_CC_STRING ) )?
+ // InternalRoom.g:5899:2: ( () ( (lv_lines_1_0= RULE_CC_STRING ) )? )
+ // InternalRoom.g:5899:3: () ( (lv_lines_1_0= RULE_CC_STRING ) )?
{
- // InternalRoom.g:5985:3: ()
- // InternalRoom.g:5986:5:
+ // InternalRoom.g:5899:3: ()
+ // InternalRoom.g:5900:5:
{
current = forceCreateModelElement(
@@ -14966,19 +14921,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:5991:2: ( (lv_lines_1_0= RULE_CC_STRING ) )?
- int alt133=2;
- int LA133_0 = input.LA(1);
+ // InternalRoom.g:5905:2: ( (lv_lines_1_0= RULE_CC_STRING ) )?
+ int alt135=2;
+ int LA135_0 = input.LA(1);
- if ( (LA133_0==RULE_CC_STRING) ) {
- alt133=1;
+ if ( (LA135_0==RULE_CC_STRING) ) {
+ alt135=1;
}
- switch (alt133) {
+ switch (alt135) {
case 1 :
- // InternalRoom.g:5992:1: (lv_lines_1_0= RULE_CC_STRING )
+ // InternalRoom.g:5906:1: (lv_lines_1_0= RULE_CC_STRING )
{
- // InternalRoom.g:5992:1: (lv_lines_1_0= RULE_CC_STRING )
- // InternalRoom.g:5993:3: lv_lines_1_0= RULE_CC_STRING
+ // InternalRoom.g:5906:1: (lv_lines_1_0= RULE_CC_STRING )
+ // InternalRoom.g:5907:3: lv_lines_1_0= RULE_CC_STRING
{
lv_lines_1_0=(Token)match(input,RULE_CC_STRING,FOLLOW_2);
@@ -15010,18 +14965,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:6010:6: ( ( (lv_used_2_0= '{' ) ) ( (lv_lines_3_0= RULE_STRING ) )* otherlv_4= '}' )
+ // InternalRoom.g:5924:6: ( ( (lv_used_2_0= '{' ) ) ( (lv_lines_3_0= RULE_STRING ) )* otherlv_4= '}' )
{
- // InternalRoom.g:6010:6: ( ( (lv_used_2_0= '{' ) ) ( (lv_lines_3_0= RULE_STRING ) )* otherlv_4= '}' )
- // InternalRoom.g:6010:7: ( (lv_used_2_0= '{' ) ) ( (lv_lines_3_0= RULE_STRING ) )* otherlv_4= '}'
+ // InternalRoom.g:5924:6: ( ( (lv_used_2_0= '{' ) ) ( (lv_lines_3_0= RULE_STRING ) )* otherlv_4= '}' )
+ // InternalRoom.g:5924:7: ( (lv_used_2_0= '{' ) ) ( (lv_lines_3_0= RULE_STRING ) )* otherlv_4= '}'
{
- // InternalRoom.g:6010:7: ( (lv_used_2_0= '{' ) )
- // InternalRoom.g:6011:1: (lv_used_2_0= '{' )
+ // InternalRoom.g:5924:7: ( (lv_used_2_0= '{' ) )
+ // InternalRoom.g:5925:1: (lv_used_2_0= '{' )
{
- // InternalRoom.g:6011:1: (lv_used_2_0= '{' )
- // InternalRoom.g:6012:3: lv_used_2_0= '{'
+ // InternalRoom.g:5925:1: (lv_used_2_0= '{' )
+ // InternalRoom.g:5926:3: lv_used_2_0= '{'
{
- lv_used_2_0=(Token)match(input,14,FOLLOW_119);
+ lv_used_2_0=(Token)match(input,14,FOLLOW_120);
newLeafNode(lv_used_2_0, grammarAccess.getDetailCodeAccess().getUsedLeftCurlyBracketKeyword_1_0_0());
@@ -15037,25 +14992,25 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:6025:2: ( (lv_lines_3_0= RULE_STRING ) )*
- loop134:
+ // InternalRoom.g:5939:2: ( (lv_lines_3_0= RULE_STRING ) )*
+ loop136:
do {
- int alt134=2;
- int LA134_0 = input.LA(1);
+ int alt136=2;
+ int LA136_0 = input.LA(1);
- if ( (LA134_0==RULE_STRING) ) {
- alt134=1;
+ if ( (LA136_0==RULE_STRING) ) {
+ alt136=1;
}
- switch (alt134) {
+ switch (alt136) {
case 1 :
- // InternalRoom.g:6026:1: (lv_lines_3_0= RULE_STRING )
+ // InternalRoom.g:5940:1: (lv_lines_3_0= RULE_STRING )
{
- // InternalRoom.g:6026:1: (lv_lines_3_0= RULE_STRING )
- // InternalRoom.g:6027:3: lv_lines_3_0= RULE_STRING
+ // InternalRoom.g:5940:1: (lv_lines_3_0= RULE_STRING )
+ // InternalRoom.g:5941:3: lv_lines_3_0= RULE_STRING
{
- lv_lines_3_0=(Token)match(input,RULE_STRING,FOLLOW_119);
+ lv_lines_3_0=(Token)match(input,RULE_STRING,FOLLOW_120);
newLeafNode(lv_lines_3_0, grammarAccess.getDetailCodeAccess().getLinesSTRINGTerminalRuleCall_1_1_0());
@@ -15077,7 +15032,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop134;
+ break loop136;
}
} while (true);
@@ -15112,7 +15067,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleTrPoint"
- // InternalRoom.g:6055:1: entryRuleTrPoint returns [EObject current=null] : iv_ruleTrPoint= ruleTrPoint EOF ;
+ // InternalRoom.g:5969:1: entryRuleTrPoint returns [EObject current=null] : iv_ruleTrPoint= ruleTrPoint EOF ;
public final EObject entryRuleTrPoint() throws RecognitionException {
EObject current = null;
@@ -15120,8 +15075,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:6056:2: (iv_ruleTrPoint= ruleTrPoint EOF )
- // InternalRoom.g:6057:2: iv_ruleTrPoint= ruleTrPoint EOF
+ // InternalRoom.g:5970:2: (iv_ruleTrPoint= ruleTrPoint EOF )
+ // InternalRoom.g:5971:2: iv_ruleTrPoint= ruleTrPoint EOF
{
newCompositeNode(grammarAccess.getTrPointRule());
pushFollow(FOLLOW_1);
@@ -15148,7 +15103,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleTrPoint"
- // InternalRoom.g:6064:1: ruleTrPoint returns [EObject current=null] : (this_TransitionPoint_0= ruleTransitionPoint | this_EntryPoint_1= ruleEntryPoint | this_ExitPoint_2= ruleExitPoint ) ;
+ // InternalRoom.g:5978:1: ruleTrPoint returns [EObject current=null] : (this_TransitionPoint_0= ruleTransitionPoint | this_EntryPoint_1= ruleEntryPoint | this_ExitPoint_2= ruleExitPoint ) ;
public final EObject ruleTrPoint() throws RecognitionException {
EObject current = null;
@@ -15162,38 +15117,38 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:6067:28: ( (this_TransitionPoint_0= ruleTransitionPoint | this_EntryPoint_1= ruleEntryPoint | this_ExitPoint_2= ruleExitPoint ) )
- // InternalRoom.g:6068:1: (this_TransitionPoint_0= ruleTransitionPoint | this_EntryPoint_1= ruleEntryPoint | this_ExitPoint_2= ruleExitPoint )
+ // InternalRoom.g:5981:28: ( (this_TransitionPoint_0= ruleTransitionPoint | this_EntryPoint_1= ruleEntryPoint | this_ExitPoint_2= ruleExitPoint ) )
+ // InternalRoom.g:5982:1: (this_TransitionPoint_0= ruleTransitionPoint | this_EntryPoint_1= ruleEntryPoint | this_ExitPoint_2= ruleExitPoint )
{
- // InternalRoom.g:6068:1: (this_TransitionPoint_0= ruleTransitionPoint | this_EntryPoint_1= ruleEntryPoint | this_ExitPoint_2= ruleExitPoint )
- int alt136=3;
+ // InternalRoom.g:5982:1: (this_TransitionPoint_0= ruleTransitionPoint | this_EntryPoint_1= ruleEntryPoint | this_ExitPoint_2= ruleExitPoint )
+ int alt138=3;
switch ( input.LA(1) ) {
case 89:
case 90:
{
- alt136=1;
+ alt138=1;
}
break;
case 91:
{
- alt136=2;
+ alt138=2;
}
break;
case 92:
{
- alt136=3;
+ alt138=3;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 136, 0, input);
+ new NoViableAltException("", 138, 0, input);
throw nvae;
}
- switch (alt136) {
+ switch (alt138) {
case 1 :
- // InternalRoom.g:6069:5: this_TransitionPoint_0= ruleTransitionPoint
+ // InternalRoom.g:5983:5: this_TransitionPoint_0= ruleTransitionPoint
{
newCompositeNode(grammarAccess.getTrPointAccess().getTransitionPointParserRuleCall_0());
@@ -15211,7 +15166,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:6079:5: this_EntryPoint_1= ruleEntryPoint
+ // InternalRoom.g:5993:5: this_EntryPoint_1= ruleEntryPoint
{
newCompositeNode(grammarAccess.getTrPointAccess().getEntryPointParserRuleCall_1());
@@ -15229,7 +15184,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:6089:5: this_ExitPoint_2= ruleExitPoint
+ // InternalRoom.g:6003:5: this_ExitPoint_2= ruleExitPoint
{
newCompositeNode(grammarAccess.getTrPointAccess().getExitPointParserRuleCall_2());
@@ -15267,7 +15222,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleTransitionPoint"
- // InternalRoom.g:6105:1: entryRuleTransitionPoint returns [EObject current=null] : iv_ruleTransitionPoint= ruleTransitionPoint EOF ;
+ // InternalRoom.g:6019:1: entryRuleTransitionPoint returns [EObject current=null] : iv_ruleTransitionPoint= ruleTransitionPoint EOF ;
public final EObject entryRuleTransitionPoint() throws RecognitionException {
EObject current = null;
@@ -15275,8 +15230,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:6106:2: (iv_ruleTransitionPoint= ruleTransitionPoint EOF )
- // InternalRoom.g:6107:2: iv_ruleTransitionPoint= ruleTransitionPoint EOF
+ // InternalRoom.g:6020:2: (iv_ruleTransitionPoint= ruleTransitionPoint EOF )
+ // InternalRoom.g:6021:2: iv_ruleTransitionPoint= ruleTransitionPoint EOF
{
newCompositeNode(grammarAccess.getTransitionPointRule());
pushFollow(FOLLOW_1);
@@ -15303,7 +15258,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleTransitionPoint"
- // InternalRoom.g:6114:1: ruleTransitionPoint returns [EObject current=null] : ( ( (lv_handler_0_0= 'handler' ) )? otherlv_1= 'TransitionPoint' ( (lv_name_2_0= RULE_ID ) ) ) ;
+ // InternalRoom.g:6028:1: ruleTransitionPoint returns [EObject current=null] : ( ( (lv_handler_0_0= 'handler' ) )? otherlv_1= 'TransitionPoint' ( (lv_name_2_0= RULE_ID ) ) ) ;
public final EObject ruleTransitionPoint() throws RecognitionException {
EObject current = null;
@@ -15314,27 +15269,27 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:6117:28: ( ( ( (lv_handler_0_0= 'handler' ) )? otherlv_1= 'TransitionPoint' ( (lv_name_2_0= RULE_ID ) ) ) )
- // InternalRoom.g:6118:1: ( ( (lv_handler_0_0= 'handler' ) )? otherlv_1= 'TransitionPoint' ( (lv_name_2_0= RULE_ID ) ) )
+ // InternalRoom.g:6031:28: ( ( ( (lv_handler_0_0= 'handler' ) )? otherlv_1= 'TransitionPoint' ( (lv_name_2_0= RULE_ID ) ) ) )
+ // InternalRoom.g:6032:1: ( ( (lv_handler_0_0= 'handler' ) )? otherlv_1= 'TransitionPoint' ( (lv_name_2_0= RULE_ID ) ) )
{
- // InternalRoom.g:6118:1: ( ( (lv_handler_0_0= 'handler' ) )? otherlv_1= 'TransitionPoint' ( (lv_name_2_0= RULE_ID ) ) )
- // InternalRoom.g:6118:2: ( (lv_handler_0_0= 'handler' ) )? otherlv_1= 'TransitionPoint' ( (lv_name_2_0= RULE_ID ) )
+ // InternalRoom.g:6032:1: ( ( (lv_handler_0_0= 'handler' ) )? otherlv_1= 'TransitionPoint' ( (lv_name_2_0= RULE_ID ) ) )
+ // InternalRoom.g:6032:2: ( (lv_handler_0_0= 'handler' ) )? otherlv_1= 'TransitionPoint' ( (lv_name_2_0= RULE_ID ) )
{
- // InternalRoom.g:6118:2: ( (lv_handler_0_0= 'handler' ) )?
- int alt137=2;
- int LA137_0 = input.LA(1);
+ // InternalRoom.g:6032:2: ( (lv_handler_0_0= 'handler' ) )?
+ int alt139=2;
+ int LA139_0 = input.LA(1);
- if ( (LA137_0==89) ) {
- alt137=1;
+ if ( (LA139_0==89) ) {
+ alt139=1;
}
- switch (alt137) {
+ switch (alt139) {
case 1 :
- // InternalRoom.g:6119:1: (lv_handler_0_0= 'handler' )
+ // InternalRoom.g:6033:1: (lv_handler_0_0= 'handler' )
{
- // InternalRoom.g:6119:1: (lv_handler_0_0= 'handler' )
- // InternalRoom.g:6120:3: lv_handler_0_0= 'handler'
+ // InternalRoom.g:6033:1: (lv_handler_0_0= 'handler' )
+ // InternalRoom.g:6034:3: lv_handler_0_0= 'handler'
{
- lv_handler_0_0=(Token)match(input,89,FOLLOW_120);
+ lv_handler_0_0=(Token)match(input,89,FOLLOW_121);
newLeafNode(lv_handler_0_0, grammarAccess.getTransitionPointAccess().getHandlerHandlerKeyword_0_0());
@@ -15357,11 +15312,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getTransitionPointAccess().getTransitionPointKeyword_1());
- // InternalRoom.g:6137:1: ( (lv_name_2_0= RULE_ID ) )
- // InternalRoom.g:6138:1: (lv_name_2_0= RULE_ID )
+ // InternalRoom.g:6051:1: ( (lv_name_2_0= RULE_ID ) )
+ // InternalRoom.g:6052:1: (lv_name_2_0= RULE_ID )
{
- // InternalRoom.g:6138:1: (lv_name_2_0= RULE_ID )
- // InternalRoom.g:6139:3: lv_name_2_0= RULE_ID
+ // InternalRoom.g:6052:1: (lv_name_2_0= RULE_ID )
+ // InternalRoom.g:6053:3: lv_name_2_0= RULE_ID
{
lv_name_2_0=(Token)match(input,RULE_ID,FOLLOW_2);
@@ -15404,7 +15359,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleEntryPoint"
- // InternalRoom.g:6163:1: entryRuleEntryPoint returns [EObject current=null] : iv_ruleEntryPoint= ruleEntryPoint EOF ;
+ // InternalRoom.g:6077:1: entryRuleEntryPoint returns [EObject current=null] : iv_ruleEntryPoint= ruleEntryPoint EOF ;
public final EObject entryRuleEntryPoint() throws RecognitionException {
EObject current = null;
@@ -15412,8 +15367,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:6164:2: (iv_ruleEntryPoint= ruleEntryPoint EOF )
- // InternalRoom.g:6165:2: iv_ruleEntryPoint= ruleEntryPoint EOF
+ // InternalRoom.g:6078:2: (iv_ruleEntryPoint= ruleEntryPoint EOF )
+ // InternalRoom.g:6079:2: iv_ruleEntryPoint= ruleEntryPoint EOF
{
newCompositeNode(grammarAccess.getEntryPointRule());
pushFollow(FOLLOW_1);
@@ -15440,7 +15395,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleEntryPoint"
- // InternalRoom.g:6172:1: ruleEntryPoint returns [EObject current=null] : (otherlv_0= 'EntryPoint' ( (lv_name_1_0= RULE_ID ) ) ) ;
+ // InternalRoom.g:6086:1: ruleEntryPoint returns [EObject current=null] : (otherlv_0= 'EntryPoint' ( (lv_name_1_0= RULE_ID ) ) ) ;
public final EObject ruleEntryPoint() throws RecognitionException {
EObject current = null;
@@ -15450,21 +15405,21 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:6175:28: ( (otherlv_0= 'EntryPoint' ( (lv_name_1_0= RULE_ID ) ) ) )
- // InternalRoom.g:6176:1: (otherlv_0= 'EntryPoint' ( (lv_name_1_0= RULE_ID ) ) )
+ // InternalRoom.g:6089:28: ( (otherlv_0= 'EntryPoint' ( (lv_name_1_0= RULE_ID ) ) ) )
+ // InternalRoom.g:6090:1: (otherlv_0= 'EntryPoint' ( (lv_name_1_0= RULE_ID ) ) )
{
- // InternalRoom.g:6176:1: (otherlv_0= 'EntryPoint' ( (lv_name_1_0= RULE_ID ) ) )
- // InternalRoom.g:6176:3: otherlv_0= 'EntryPoint' ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:6090:1: (otherlv_0= 'EntryPoint' ( (lv_name_1_0= RULE_ID ) ) )
+ // InternalRoom.g:6090:3: otherlv_0= 'EntryPoint' ( (lv_name_1_0= RULE_ID ) )
{
otherlv_0=(Token)match(input,91,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getEntryPointAccess().getEntryPointKeyword_0());
- // InternalRoom.g:6180:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:6181:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:6094:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:6095:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:6181:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:6182:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:6095:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:6096:3: lv_name_1_0= RULE_ID
{
lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_2);
@@ -15507,7 +15462,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleExitPoint"
- // InternalRoom.g:6206:1: entryRuleExitPoint returns [EObject current=null] : iv_ruleExitPoint= ruleExitPoint EOF ;
+ // InternalRoom.g:6120:1: entryRuleExitPoint returns [EObject current=null] : iv_ruleExitPoint= ruleExitPoint EOF ;
public final EObject entryRuleExitPoint() throws RecognitionException {
EObject current = null;
@@ -15515,8 +15470,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:6207:2: (iv_ruleExitPoint= ruleExitPoint EOF )
- // InternalRoom.g:6208:2: iv_ruleExitPoint= ruleExitPoint EOF
+ // InternalRoom.g:6121:2: (iv_ruleExitPoint= ruleExitPoint EOF )
+ // InternalRoom.g:6122:2: iv_ruleExitPoint= ruleExitPoint EOF
{
newCompositeNode(grammarAccess.getExitPointRule());
pushFollow(FOLLOW_1);
@@ -15543,7 +15498,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleExitPoint"
- // InternalRoom.g:6215:1: ruleExitPoint returns [EObject current=null] : (otherlv_0= 'ExitPoint' ( (lv_name_1_0= RULE_ID ) ) ) ;
+ // InternalRoom.g:6129:1: ruleExitPoint returns [EObject current=null] : (otherlv_0= 'ExitPoint' ( (lv_name_1_0= RULE_ID ) ) ) ;
public final EObject ruleExitPoint() throws RecognitionException {
EObject current = null;
@@ -15553,21 +15508,21 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:6218:28: ( (otherlv_0= 'ExitPoint' ( (lv_name_1_0= RULE_ID ) ) ) )
- // InternalRoom.g:6219:1: (otherlv_0= 'ExitPoint' ( (lv_name_1_0= RULE_ID ) ) )
+ // InternalRoom.g:6132:28: ( (otherlv_0= 'ExitPoint' ( (lv_name_1_0= RULE_ID ) ) ) )
+ // InternalRoom.g:6133:1: (otherlv_0= 'ExitPoint' ( (lv_name_1_0= RULE_ID ) ) )
{
- // InternalRoom.g:6219:1: (otherlv_0= 'ExitPoint' ( (lv_name_1_0= RULE_ID ) ) )
- // InternalRoom.g:6219:3: otherlv_0= 'ExitPoint' ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:6133:1: (otherlv_0= 'ExitPoint' ( (lv_name_1_0= RULE_ID ) ) )
+ // InternalRoom.g:6133:3: otherlv_0= 'ExitPoint' ( (lv_name_1_0= RULE_ID ) )
{
otherlv_0=(Token)match(input,92,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getExitPointAccess().getExitPointKeyword_0());
- // InternalRoom.g:6223:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:6224:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:6137:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:6138:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:6224:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:6225:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:6138:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:6139:3: lv_name_1_0= RULE_ID
{
lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_2);
@@ -15610,7 +15565,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleChoicePoint"
- // InternalRoom.g:6249:1: entryRuleChoicePoint returns [EObject current=null] : iv_ruleChoicePoint= ruleChoicePoint EOF ;
+ // InternalRoom.g:6163:1: entryRuleChoicePoint returns [EObject current=null] : iv_ruleChoicePoint= ruleChoicePoint EOF ;
public final EObject entryRuleChoicePoint() throws RecognitionException {
EObject current = null;
@@ -15618,8 +15573,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:6250:2: (iv_ruleChoicePoint= ruleChoicePoint EOF )
- // InternalRoom.g:6251:2: iv_ruleChoicePoint= ruleChoicePoint EOF
+ // InternalRoom.g:6164:2: (iv_ruleChoicePoint= ruleChoicePoint EOF )
+ // InternalRoom.g:6165:2: iv_ruleChoicePoint= ruleChoicePoint EOF
{
newCompositeNode(grammarAccess.getChoicePointRule());
pushFollow(FOLLOW_1);
@@ -15646,7 +15601,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleChoicePoint"
- // InternalRoom.g:6258:1: ruleChoicePoint returns [EObject current=null] : (otherlv_0= 'ChoicePoint' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? ) ;
+ // InternalRoom.g:6172:1: ruleChoicePoint returns [EObject current=null] : (otherlv_0= 'ChoicePoint' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? ) ;
public final EObject ruleChoicePoint() throws RecognitionException {
EObject current = null;
@@ -15658,23 +15613,23 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:6261:28: ( (otherlv_0= 'ChoicePoint' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? ) )
- // InternalRoom.g:6262:1: (otherlv_0= 'ChoicePoint' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? )
+ // InternalRoom.g:6175:28: ( (otherlv_0= 'ChoicePoint' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? ) )
+ // InternalRoom.g:6176:1: (otherlv_0= 'ChoicePoint' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? )
{
- // InternalRoom.g:6262:1: (otherlv_0= 'ChoicePoint' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? )
- // InternalRoom.g:6262:3: otherlv_0= 'ChoicePoint' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )?
+ // InternalRoom.g:6176:1: (otherlv_0= 'ChoicePoint' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? )
+ // InternalRoom.g:6176:3: otherlv_0= 'ChoicePoint' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )?
{
otherlv_0=(Token)match(input,93,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getChoicePointAccess().getChoicePointKeyword_0());
- // InternalRoom.g:6266:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:6267:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:6180:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:6181:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:6267:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:6268:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:6181:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:6182:3: lv_name_1_0= RULE_ID
{
- lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_18);
+ lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_19);
newLeafNode(lv_name_1_0, grammarAccess.getChoicePointAccess().getNameIDTerminalRuleCall_1_0());
@@ -15694,19 +15649,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:6284:2: ( (lv_docu_2_0= ruleDocumentation ) )?
- int alt138=2;
- int LA138_0 = input.LA(1);
+ // InternalRoom.g:6198:2: ( (lv_docu_2_0= ruleDocumentation ) )?
+ int alt140=2;
+ int LA140_0 = input.LA(1);
- if ( (LA138_0==35) ) {
- alt138=1;
+ if ( (LA140_0==35) ) {
+ alt140=1;
}
- switch (alt138) {
+ switch (alt140) {
case 1 :
- // InternalRoom.g:6285:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:6199:1: (lv_docu_2_0= ruleDocumentation )
{
- // InternalRoom.g:6285:1: (lv_docu_2_0= ruleDocumentation )
- // InternalRoom.g:6286:3: lv_docu_2_0= ruleDocumentation
+ // InternalRoom.g:6199:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:6200:3: lv_docu_2_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getChoicePointAccess().getDocuDocumentationParserRuleCall_2_0());
@@ -15757,7 +15712,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleTransitionBase"
- // InternalRoom.g:6310:1: entryRuleTransitionBase returns [EObject current=null] : iv_ruleTransitionBase= ruleTransitionBase EOF ;
+ // InternalRoom.g:6224:1: entryRuleTransitionBase returns [EObject current=null] : iv_ruleTransitionBase= ruleTransitionBase EOF ;
public final EObject entryRuleTransitionBase() throws RecognitionException {
EObject current = null;
@@ -15765,8 +15720,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:6311:2: (iv_ruleTransitionBase= ruleTransitionBase EOF )
- // InternalRoom.g:6312:2: iv_ruleTransitionBase= ruleTransitionBase EOF
+ // InternalRoom.g:6225:2: (iv_ruleTransitionBase= ruleTransitionBase EOF )
+ // InternalRoom.g:6226:2: iv_ruleTransitionBase= ruleTransitionBase EOF
{
newCompositeNode(grammarAccess.getTransitionBaseRule());
pushFollow(FOLLOW_1);
@@ -15793,7 +15748,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleTransitionBase"
- // InternalRoom.g:6319:1: ruleTransitionBase returns [EObject current=null] : (this_Transition_0= ruleTransition | this_RefinedTransition_1= ruleRefinedTransition ) ;
+ // InternalRoom.g:6233:1: ruleTransitionBase returns [EObject current=null] : (this_Transition_0= ruleTransition | this_RefinedTransition_1= ruleRefinedTransition ) ;
public final EObject ruleTransitionBase() throws RecognitionException {
EObject current = null;
@@ -15805,28 +15760,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:6322:28: ( (this_Transition_0= ruleTransition | this_RefinedTransition_1= ruleRefinedTransition ) )
- // InternalRoom.g:6323:1: (this_Transition_0= ruleTransition | this_RefinedTransition_1= ruleRefinedTransition )
+ // InternalRoom.g:6236:28: ( (this_Transition_0= ruleTransition | this_RefinedTransition_1= ruleRefinedTransition ) )
+ // InternalRoom.g:6237:1: (this_Transition_0= ruleTransition | this_RefinedTransition_1= ruleRefinedTransition )
{
- // InternalRoom.g:6323:1: (this_Transition_0= ruleTransition | this_RefinedTransition_1= ruleRefinedTransition )
- int alt139=2;
- int LA139_0 = input.LA(1);
+ // InternalRoom.g:6237:1: (this_Transition_0= ruleTransition | this_RefinedTransition_1= ruleRefinedTransition )
+ int alt141=2;
+ int LA141_0 = input.LA(1);
- if ( (LA139_0==82) ) {
- alt139=1;
+ if ( (LA141_0==82) ) {
+ alt141=1;
}
- else if ( (LA139_0==100) ) {
- alt139=2;
+ else if ( (LA141_0==100) ) {
+ alt141=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 139, 0, input);
+ new NoViableAltException("", 141, 0, input);
throw nvae;
}
- switch (alt139) {
+ switch (alt141) {
case 1 :
- // InternalRoom.g:6324:5: this_Transition_0= ruleTransition
+ // InternalRoom.g:6238:5: this_Transition_0= ruleTransition
{
newCompositeNode(grammarAccess.getTransitionBaseAccess().getTransitionParserRuleCall_0());
@@ -15844,7 +15799,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:6334:5: this_RefinedTransition_1= ruleRefinedTransition
+ // InternalRoom.g:6248:5: this_RefinedTransition_1= ruleRefinedTransition
{
newCompositeNode(grammarAccess.getTransitionBaseAccess().getRefinedTransitionParserRuleCall_1());
@@ -15882,7 +15837,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleTransition"
- // InternalRoom.g:6350:1: entryRuleTransition returns [EObject current=null] : iv_ruleTransition= ruleTransition EOF ;
+ // InternalRoom.g:6264:1: entryRuleTransition returns [EObject current=null] : iv_ruleTransition= ruleTransition EOF ;
public final EObject entryRuleTransition() throws RecognitionException {
EObject current = null;
@@ -15890,8 +15845,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:6351:2: (iv_ruleTransition= ruleTransition EOF )
- // InternalRoom.g:6352:2: iv_ruleTransition= ruleTransition EOF
+ // InternalRoom.g:6265:2: (iv_ruleTransition= ruleTransition EOF )
+ // InternalRoom.g:6266:2: iv_ruleTransition= ruleTransition EOF
{
newCompositeNode(grammarAccess.getTransitionRule());
pushFollow(FOLLOW_1);
@@ -15918,7 +15873,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleTransition"
- // InternalRoom.g:6359:1: ruleTransition returns [EObject current=null] : (this_InitialTransition_0= ruleInitialTransition | this_NonInitialTransition_1= ruleNonInitialTransition ) ;
+ // InternalRoom.g:6273:1: ruleTransition returns [EObject current=null] : (this_InitialTransition_0= ruleInitialTransition | this_NonInitialTransition_1= ruleNonInitialTransition ) ;
public final EObject ruleTransition() throws RecognitionException {
EObject current = null;
@@ -15930,74 +15885,74 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:6362:28: ( (this_InitialTransition_0= ruleInitialTransition | this_NonInitialTransition_1= ruleNonInitialTransition ) )
- // InternalRoom.g:6363:1: (this_InitialTransition_0= ruleInitialTransition | this_NonInitialTransition_1= ruleNonInitialTransition )
+ // InternalRoom.g:6276:28: ( (this_InitialTransition_0= ruleInitialTransition | this_NonInitialTransition_1= ruleNonInitialTransition ) )
+ // InternalRoom.g:6277:1: (this_InitialTransition_0= ruleInitialTransition | this_NonInitialTransition_1= ruleNonInitialTransition )
{
- // InternalRoom.g:6363:1: (this_InitialTransition_0= ruleInitialTransition | this_NonInitialTransition_1= ruleNonInitialTransition )
- int alt140=2;
- int LA140_0 = input.LA(1);
+ // InternalRoom.g:6277:1: (this_InitialTransition_0= ruleInitialTransition | this_NonInitialTransition_1= ruleNonInitialTransition )
+ int alt142=2;
+ int LA142_0 = input.LA(1);
- if ( (LA140_0==82) ) {
- int LA140_1 = input.LA(2);
+ if ( (LA142_0==82) ) {
+ int LA142_1 = input.LA(2);
- if ( (LA140_1==RULE_ID) ) {
- int LA140_2 = input.LA(3);
+ if ( (LA142_1==RULE_ID) ) {
+ int LA142_2 = input.LA(3);
- if ( (LA140_2==16) ) {
- int LA140_3 = input.LA(4);
+ if ( (LA142_2==16) ) {
+ int LA142_3 = input.LA(4);
- if ( (LA140_3==94) ) {
- alt140=1;
+ if ( (LA142_3==RULE_ID||(LA142_3>=101 && LA142_3<=102)) ) {
+ alt142=2;
}
- else if ( (LA140_3==RULE_ID||(LA140_3>=101 && LA140_3<=102)) ) {
- alt140=2;
+ else if ( (LA142_3==94) ) {
+ alt142=1;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 140, 3, input);
+ new NoViableAltException("", 142, 3, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 140, 2, input);
+ new NoViableAltException("", 142, 2, input);
throw nvae;
}
}
- else if ( (LA140_1==16) ) {
- int LA140_3 = input.LA(3);
+ else if ( (LA142_1==16) ) {
+ int LA142_3 = input.LA(3);
- if ( (LA140_3==94) ) {
- alt140=1;
+ if ( (LA142_3==RULE_ID||(LA142_3>=101 && LA142_3<=102)) ) {
+ alt142=2;
}
- else if ( (LA140_3==RULE_ID||(LA140_3>=101 && LA140_3<=102)) ) {
- alt140=2;
+ else if ( (LA142_3==94) ) {
+ alt142=1;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 140, 3, input);
+ new NoViableAltException("", 142, 3, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 140, 1, input);
+ new NoViableAltException("", 142, 1, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 140, 0, input);
+ new NoViableAltException("", 142, 0, input);
throw nvae;
}
- switch (alt140) {
+ switch (alt142) {
case 1 :
- // InternalRoom.g:6364:5: this_InitialTransition_0= ruleInitialTransition
+ // InternalRoom.g:6278:5: this_InitialTransition_0= ruleInitialTransition
{
newCompositeNode(grammarAccess.getTransitionAccess().getInitialTransitionParserRuleCall_0());
@@ -16015,7 +15970,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:6374:5: this_NonInitialTransition_1= ruleNonInitialTransition
+ // InternalRoom.g:6288:5: this_NonInitialTransition_1= ruleNonInitialTransition
{
newCompositeNode(grammarAccess.getTransitionAccess().getNonInitialTransitionParserRuleCall_1());
@@ -16053,7 +16008,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleNonInitialTransition"
- // InternalRoom.g:6390:1: entryRuleNonInitialTransition returns [EObject current=null] : iv_ruleNonInitialTransition= ruleNonInitialTransition EOF ;
+ // InternalRoom.g:6304:1: entryRuleNonInitialTransition returns [EObject current=null] : iv_ruleNonInitialTransition= ruleNonInitialTransition EOF ;
public final EObject entryRuleNonInitialTransition() throws RecognitionException {
EObject current = null;
@@ -16061,8 +16016,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:6391:2: (iv_ruleNonInitialTransition= ruleNonInitialTransition EOF )
- // InternalRoom.g:6392:2: iv_ruleNonInitialTransition= ruleNonInitialTransition EOF
+ // InternalRoom.g:6305:2: (iv_ruleNonInitialTransition= ruleNonInitialTransition EOF )
+ // InternalRoom.g:6306:2: iv_ruleNonInitialTransition= ruleNonInitialTransition EOF
{
newCompositeNode(grammarAccess.getNonInitialTransitionRule());
pushFollow(FOLLOW_1);
@@ -16089,7 +16044,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleNonInitialTransition"
- // InternalRoom.g:6399:1: ruleNonInitialTransition returns [EObject current=null] : (this_TransitionChainStartTransition_0= ruleTransitionChainStartTransition | this_ContinuationTransition_1= ruleContinuationTransition | this_CPBranchTransition_2= ruleCPBranchTransition ) ;
+ // InternalRoom.g:6313:1: ruleNonInitialTransition returns [EObject current=null] : (this_TransitionChainStartTransition_0= ruleTransitionChainStartTransition | this_ContinuationTransition_1= ruleContinuationTransition | this_CPBranchTransition_2= ruleCPBranchTransition ) ;
public final EObject ruleNonInitialTransition() throws RecognitionException {
EObject current = null;
@@ -16103,15 +16058,15 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:6402:28: ( (this_TransitionChainStartTransition_0= ruleTransitionChainStartTransition | this_ContinuationTransition_1= ruleContinuationTransition | this_CPBranchTransition_2= ruleCPBranchTransition ) )
- // InternalRoom.g:6403:1: (this_TransitionChainStartTransition_0= ruleTransitionChainStartTransition | this_ContinuationTransition_1= ruleContinuationTransition | this_CPBranchTransition_2= ruleCPBranchTransition )
+ // InternalRoom.g:6316:28: ( (this_TransitionChainStartTransition_0= ruleTransitionChainStartTransition | this_ContinuationTransition_1= ruleContinuationTransition | this_CPBranchTransition_2= ruleCPBranchTransition ) )
+ // InternalRoom.g:6317:1: (this_TransitionChainStartTransition_0= ruleTransitionChainStartTransition | this_ContinuationTransition_1= ruleContinuationTransition | this_CPBranchTransition_2= ruleCPBranchTransition )
{
- // InternalRoom.g:6403:1: (this_TransitionChainStartTransition_0= ruleTransitionChainStartTransition | this_ContinuationTransition_1= ruleContinuationTransition | this_CPBranchTransition_2= ruleCPBranchTransition )
- int alt141=3;
- alt141 = dfa141.predict(input);
- switch (alt141) {
+ // InternalRoom.g:6317:1: (this_TransitionChainStartTransition_0= ruleTransitionChainStartTransition | this_ContinuationTransition_1= ruleContinuationTransition | this_CPBranchTransition_2= ruleCPBranchTransition )
+ int alt143=3;
+ alt143 = dfa143.predict(input);
+ switch (alt143) {
case 1 :
- // InternalRoom.g:6404:5: this_TransitionChainStartTransition_0= ruleTransitionChainStartTransition
+ // InternalRoom.g:6318:5: this_TransitionChainStartTransition_0= ruleTransitionChainStartTransition
{
newCompositeNode(grammarAccess.getNonInitialTransitionAccess().getTransitionChainStartTransitionParserRuleCall_0());
@@ -16129,7 +16084,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:6414:5: this_ContinuationTransition_1= ruleContinuationTransition
+ // InternalRoom.g:6328:5: this_ContinuationTransition_1= ruleContinuationTransition
{
newCompositeNode(grammarAccess.getNonInitialTransitionAccess().getContinuationTransitionParserRuleCall_1());
@@ -16147,7 +16102,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:6424:5: this_CPBranchTransition_2= ruleCPBranchTransition
+ // InternalRoom.g:6338:5: this_CPBranchTransition_2= ruleCPBranchTransition
{
newCompositeNode(grammarAccess.getNonInitialTransitionAccess().getCPBranchTransitionParserRuleCall_2());
@@ -16185,7 +16140,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleTransitionChainStartTransition"
- // InternalRoom.g:6440:1: entryRuleTransitionChainStartTransition returns [EObject current=null] : iv_ruleTransitionChainStartTransition= ruleTransitionChainStartTransition EOF ;
+ // InternalRoom.g:6354:1: entryRuleTransitionChainStartTransition returns [EObject current=null] : iv_ruleTransitionChainStartTransition= ruleTransitionChainStartTransition EOF ;
public final EObject entryRuleTransitionChainStartTransition() throws RecognitionException {
EObject current = null;
@@ -16193,8 +16148,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:6441:2: (iv_ruleTransitionChainStartTransition= ruleTransitionChainStartTransition EOF )
- // InternalRoom.g:6442:2: iv_ruleTransitionChainStartTransition= ruleTransitionChainStartTransition EOF
+ // InternalRoom.g:6355:2: (iv_ruleTransitionChainStartTransition= ruleTransitionChainStartTransition EOF )
+ // InternalRoom.g:6356:2: iv_ruleTransitionChainStartTransition= ruleTransitionChainStartTransition EOF
{
newCompositeNode(grammarAccess.getTransitionChainStartTransitionRule());
pushFollow(FOLLOW_1);
@@ -16221,7 +16176,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleTransitionChainStartTransition"
- // InternalRoom.g:6449:1: ruleTransitionChainStartTransition returns [EObject current=null] : (this_TriggeredTransition_0= ruleTriggeredTransition | this_GuardedTransition_1= ruleGuardedTransition ) ;
+ // InternalRoom.g:6363:1: ruleTransitionChainStartTransition returns [EObject current=null] : (this_TriggeredTransition_0= ruleTriggeredTransition | this_GuardedTransition_1= ruleGuardedTransition ) ;
public final EObject ruleTransitionChainStartTransition() throws RecognitionException {
EObject current = null;
@@ -16233,15 +16188,15 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:6452:28: ( (this_TriggeredTransition_0= ruleTriggeredTransition | this_GuardedTransition_1= ruleGuardedTransition ) )
- // InternalRoom.g:6453:1: (this_TriggeredTransition_0= ruleTriggeredTransition | this_GuardedTransition_1= ruleGuardedTransition )
+ // InternalRoom.g:6366:28: ( (this_TriggeredTransition_0= ruleTriggeredTransition | this_GuardedTransition_1= ruleGuardedTransition ) )
+ // InternalRoom.g:6367:1: (this_TriggeredTransition_0= ruleTriggeredTransition | this_GuardedTransition_1= ruleGuardedTransition )
{
- // InternalRoom.g:6453:1: (this_TriggeredTransition_0= ruleTriggeredTransition | this_GuardedTransition_1= ruleGuardedTransition )
- int alt142=2;
- alt142 = dfa142.predict(input);
- switch (alt142) {
+ // InternalRoom.g:6367:1: (this_TriggeredTransition_0= ruleTriggeredTransition | this_GuardedTransition_1= ruleGuardedTransition )
+ int alt144=2;
+ alt144 = dfa144.predict(input);
+ switch (alt144) {
case 1 :
- // InternalRoom.g:6454:5: this_TriggeredTransition_0= ruleTriggeredTransition
+ // InternalRoom.g:6368:5: this_TriggeredTransition_0= ruleTriggeredTransition
{
newCompositeNode(grammarAccess.getTransitionChainStartTransitionAccess().getTriggeredTransitionParserRuleCall_0());
@@ -16259,7 +16214,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:6464:5: this_GuardedTransition_1= ruleGuardedTransition
+ // InternalRoom.g:6378:5: this_GuardedTransition_1= ruleGuardedTransition
{
newCompositeNode(grammarAccess.getTransitionChainStartTransitionAccess().getGuardedTransitionParserRuleCall_1());
@@ -16297,7 +16252,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleInitialTransition"
- // InternalRoom.g:6480:1: entryRuleInitialTransition returns [EObject current=null] : iv_ruleInitialTransition= ruleInitialTransition EOF ;
+ // InternalRoom.g:6394:1: entryRuleInitialTransition returns [EObject current=null] : iv_ruleInitialTransition= ruleInitialTransition EOF ;
public final EObject entryRuleInitialTransition() throws RecognitionException {
EObject current = null;
@@ -16305,8 +16260,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:6481:2: (iv_ruleInitialTransition= ruleInitialTransition EOF )
- // InternalRoom.g:6482:2: iv_ruleInitialTransition= ruleInitialTransition EOF
+ // InternalRoom.g:6395:2: (iv_ruleInitialTransition= ruleInitialTransition EOF )
+ // InternalRoom.g:6396:2: iv_ruleInitialTransition= ruleInitialTransition EOF
{
newCompositeNode(grammarAccess.getInitialTransitionRule());
pushFollow(FOLLOW_1);
@@ -16333,7 +16288,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleInitialTransition"
- // InternalRoom.g:6489:1: ruleInitialTransition returns [EObject current=null] : (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' otherlv_3= 'initial' otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )? ) ;
+ // InternalRoom.g:6403:1: ruleInitialTransition returns [EObject current=null] : (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' otherlv_3= 'initial' otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )? ) ;
public final EObject ruleInitialTransition() throws RecognitionException {
EObject current = null;
@@ -16357,31 +16312,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:6492:28: ( (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' otherlv_3= 'initial' otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )? ) )
- // InternalRoom.g:6493:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' otherlv_3= 'initial' otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )? )
+ // InternalRoom.g:6406:28: ( (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' otherlv_3= 'initial' otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )? ) )
+ // InternalRoom.g:6407:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' otherlv_3= 'initial' otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )? )
{
- // InternalRoom.g:6493:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' otherlv_3= 'initial' otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )? )
- // InternalRoom.g:6493:3: otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' otherlv_3= 'initial' otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )?
+ // InternalRoom.g:6407:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' otherlv_3= 'initial' otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )? )
+ // InternalRoom.g:6407:3: otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' otherlv_3= 'initial' otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )?
{
- otherlv_0=(Token)match(input,82,FOLLOW_121);
+ otherlv_0=(Token)match(input,82,FOLLOW_122);
newLeafNode(otherlv_0, grammarAccess.getInitialTransitionAccess().getTransitionKeyword_0());
- // InternalRoom.g:6497:1: ( (lv_name_1_0= RULE_ID ) )?
- int alt143=2;
- int LA143_0 = input.LA(1);
+ // InternalRoom.g:6411:1: ( (lv_name_1_0= RULE_ID ) )?
+ int alt145=2;
+ int LA145_0 = input.LA(1);
- if ( (LA143_0==RULE_ID) ) {
- alt143=1;
+ if ( (LA145_0==RULE_ID) ) {
+ alt145=1;
}
- switch (alt143) {
+ switch (alt145) {
case 1 :
- // InternalRoom.g:6498:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:6412:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:6498:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:6499:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:6412:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:6413:3: lv_name_1_0= RULE_ID
{
- lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_9);
+ lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_10);
newLeafNode(lv_name_1_0, grammarAccess.getInitialTransitionAccess().getNameIDTerminalRuleCall_1_0());
@@ -16404,28 +16359,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_2=(Token)match(input,16,FOLLOW_122);
+ otherlv_2=(Token)match(input,16,FOLLOW_123);
newLeafNode(otherlv_2, grammarAccess.getInitialTransitionAccess().getColonKeyword_2());
- otherlv_3=(Token)match(input,94,FOLLOW_13);
+ otherlv_3=(Token)match(input,94,FOLLOW_14);
newLeafNode(otherlv_3, grammarAccess.getInitialTransitionAccess().getInitialKeyword_3());
- otherlv_4=(Token)match(input,20,FOLLOW_123);
+ otherlv_4=(Token)match(input,20,FOLLOW_124);
newLeafNode(otherlv_4, grammarAccess.getInitialTransitionAccess().getHyphenMinusGreaterThanSignKeyword_4());
- // InternalRoom.g:6527:1: ( (lv_to_5_0= ruleTransitionTerminal ) )
- // InternalRoom.g:6528:1: (lv_to_5_0= ruleTransitionTerminal )
+ // InternalRoom.g:6441:1: ( (lv_to_5_0= ruleTransitionTerminal ) )
+ // InternalRoom.g:6442:1: (lv_to_5_0= ruleTransitionTerminal )
{
- // InternalRoom.g:6528:1: (lv_to_5_0= ruleTransitionTerminal )
- // InternalRoom.g:6529:3: lv_to_5_0= ruleTransitionTerminal
+ // InternalRoom.g:6442:1: (lv_to_5_0= ruleTransitionTerminal )
+ // InternalRoom.g:6443:3: lv_to_5_0= ruleTransitionTerminal
{
newCompositeNode(grammarAccess.getInitialTransitionAccess().getToTransitionTerminalParserRuleCall_5_0());
- pushFollow(FOLLOW_111);
+ pushFollow(FOLLOW_112);
lv_to_5_0=ruleTransitionTerminal();
state._fsp--;
@@ -16447,24 +16402,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:6545:2: ( (lv_docu_6_0= ruleDocumentation ) )?
- int alt144=2;
- int LA144_0 = input.LA(1);
+ // InternalRoom.g:6459:2: ( (lv_docu_6_0= ruleDocumentation ) )?
+ int alt146=2;
+ int LA146_0 = input.LA(1);
- if ( (LA144_0==35) ) {
- alt144=1;
+ if ( (LA146_0==35) ) {
+ alt146=1;
}
- switch (alt144) {
+ switch (alt146) {
case 1 :
- // InternalRoom.g:6546:1: (lv_docu_6_0= ruleDocumentation )
+ // InternalRoom.g:6460:1: (lv_docu_6_0= ruleDocumentation )
{
- // InternalRoom.g:6546:1: (lv_docu_6_0= ruleDocumentation )
- // InternalRoom.g:6547:3: lv_docu_6_0= ruleDocumentation
+ // InternalRoom.g:6460:1: (lv_docu_6_0= ruleDocumentation )
+ // InternalRoom.g:6461:3: lv_docu_6_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getInitialTransitionAccess().getDocuDocumentationParserRuleCall_6_0());
- pushFollow(FOLLOW_99);
+ pushFollow(FOLLOW_100);
lv_docu_6_0=ruleDocumentation();
state._fsp--;
@@ -16489,43 +16444,43 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:6563:3: (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )?
- int alt147=2;
- int LA147_0 = input.LA(1);
+ // InternalRoom.g:6477:3: (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )?
+ int alt149=2;
+ int LA149_0 = input.LA(1);
- if ( (LA147_0==14) ) {
- alt147=1;
+ if ( (LA149_0==14) ) {
+ alt149=1;
}
- switch (alt147) {
+ switch (alt149) {
case 1 :
- // InternalRoom.g:6563:5: otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}'
+ // InternalRoom.g:6477:5: otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}'
{
- otherlv_7=(Token)match(input,14,FOLLOW_124);
+ otherlv_7=(Token)match(input,14,FOLLOW_125);
newLeafNode(otherlv_7, grammarAccess.getInitialTransitionAccess().getLeftCurlyBracketKeyword_7_0());
- // InternalRoom.g:6567:1: ( (lv_annotations_8_0= ruleAnnotation ) )*
- loop145:
+ // InternalRoom.g:6481:1: ( (lv_annotations_8_0= ruleAnnotation ) )*
+ loop147:
do {
- int alt145=2;
- int LA145_0 = input.LA(1);
+ int alt147=2;
+ int LA147_0 = input.LA(1);
- if ( (LA145_0==109) ) {
- alt145=1;
+ if ( (LA147_0==109) ) {
+ alt147=1;
}
- switch (alt145) {
+ switch (alt147) {
case 1 :
- // InternalRoom.g:6568:1: (lv_annotations_8_0= ruleAnnotation )
+ // InternalRoom.g:6482:1: (lv_annotations_8_0= ruleAnnotation )
{
- // InternalRoom.g:6568:1: (lv_annotations_8_0= ruleAnnotation )
- // InternalRoom.g:6569:3: lv_annotations_8_0= ruleAnnotation
+ // InternalRoom.g:6482:1: (lv_annotations_8_0= ruleAnnotation )
+ // InternalRoom.g:6483:3: lv_annotations_8_0= ruleAnnotation
{
newCompositeNode(grammarAccess.getInitialTransitionAccess().getAnnotationsAnnotationParserRuleCall_7_1_0());
- pushFollow(FOLLOW_124);
+ pushFollow(FOLLOW_125);
lv_annotations_8_0=ruleAnnotation();
state._fsp--;
@@ -16549,35 +16504,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop145;
+ break loop147;
}
} while (true);
- // InternalRoom.g:6585:3: (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )?
- int alt146=2;
- int LA146_0 = input.LA(1);
+ // InternalRoom.g:6499:3: (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )?
+ int alt148=2;
+ int LA148_0 = input.LA(1);
- if ( (LA146_0==95) ) {
- alt146=1;
+ if ( (LA148_0==95) ) {
+ alt148=1;
}
- switch (alt146) {
+ switch (alt148) {
case 1 :
- // InternalRoom.g:6585:5: otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) )
+ // InternalRoom.g:6499:5: otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) )
{
- otherlv_9=(Token)match(input,95,FOLLOW_125);
+ otherlv_9=(Token)match(input,95,FOLLOW_126);
newLeafNode(otherlv_9, grammarAccess.getInitialTransitionAccess().getActionKeyword_7_2_0());
- // InternalRoom.g:6589:1: ( (lv_action_10_0= ruleDetailCode ) )
- // InternalRoom.g:6590:1: (lv_action_10_0= ruleDetailCode )
+ // InternalRoom.g:6503:1: ( (lv_action_10_0= ruleDetailCode ) )
+ // InternalRoom.g:6504:1: (lv_action_10_0= ruleDetailCode )
{
- // InternalRoom.g:6590:1: (lv_action_10_0= ruleDetailCode )
- // InternalRoom.g:6591:3: lv_action_10_0= ruleDetailCode
+ // InternalRoom.g:6504:1: (lv_action_10_0= ruleDetailCode )
+ // InternalRoom.g:6505:3: lv_action_10_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getInitialTransitionAccess().getActionDetailCodeParserRuleCall_7_2_1_0());
- pushFollow(FOLLOW_63);
+ pushFollow(FOLLOW_64);
lv_action_10_0=ruleDetailCode();
state._fsp--;
@@ -16636,7 +16591,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleContinuationTransition"
- // InternalRoom.g:6619:1: entryRuleContinuationTransition returns [EObject current=null] : iv_ruleContinuationTransition= ruleContinuationTransition EOF ;
+ // InternalRoom.g:6533:1: entryRuleContinuationTransition returns [EObject current=null] : iv_ruleContinuationTransition= ruleContinuationTransition EOF ;
public final EObject entryRuleContinuationTransition() throws RecognitionException {
EObject current = null;
@@ -16644,8 +16599,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:6620:2: (iv_ruleContinuationTransition= ruleContinuationTransition EOF )
- // InternalRoom.g:6621:2: iv_ruleContinuationTransition= ruleContinuationTransition EOF
+ // InternalRoom.g:6534:2: (iv_ruleContinuationTransition= ruleContinuationTransition EOF )
+ // InternalRoom.g:6535:2: iv_ruleContinuationTransition= ruleContinuationTransition EOF
{
newCompositeNode(grammarAccess.getContinuationTransitionRule());
pushFollow(FOLLOW_1);
@@ -16672,7 +16627,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleContinuationTransition"
- // InternalRoom.g:6628:1: ruleContinuationTransition returns [EObject current=null] : (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )? ) ;
+ // InternalRoom.g:6542:1: ruleContinuationTransition returns [EObject current=null] : (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )? ) ;
public final EObject ruleContinuationTransition() throws RecognitionException {
EObject current = null;
@@ -16697,31 +16652,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:6631:28: ( (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )? ) )
- // InternalRoom.g:6632:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )? )
+ // InternalRoom.g:6545:28: ( (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )? ) )
+ // InternalRoom.g:6546:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )? )
{
- // InternalRoom.g:6632:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )? )
- // InternalRoom.g:6632:3: otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )?
+ // InternalRoom.g:6546:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )? )
+ // InternalRoom.g:6546:3: otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )?
{
- otherlv_0=(Token)match(input,82,FOLLOW_121);
+ otherlv_0=(Token)match(input,82,FOLLOW_122);
newLeafNode(otherlv_0, grammarAccess.getContinuationTransitionAccess().getTransitionKeyword_0());
- // InternalRoom.g:6636:1: ( (lv_name_1_0= RULE_ID ) )?
- int alt148=2;
- int LA148_0 = input.LA(1);
+ // InternalRoom.g:6550:1: ( (lv_name_1_0= RULE_ID ) )?
+ int alt150=2;
+ int LA150_0 = input.LA(1);
- if ( (LA148_0==RULE_ID) ) {
- alt148=1;
+ if ( (LA150_0==RULE_ID) ) {
+ alt150=1;
}
- switch (alt148) {
+ switch (alt150) {
case 1 :
- // InternalRoom.g:6637:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:6551:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:6637:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:6638:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:6551:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:6552:3: lv_name_1_0= RULE_ID
{
- lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_9);
+ lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_10);
newLeafNode(lv_name_1_0, grammarAccess.getContinuationTransitionAccess().getNameIDTerminalRuleCall_1_0());
@@ -16744,20 +16699,20 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_2=(Token)match(input,16,FOLLOW_123);
+ otherlv_2=(Token)match(input,16,FOLLOW_124);
newLeafNode(otherlv_2, grammarAccess.getContinuationTransitionAccess().getColonKeyword_2());
- // InternalRoom.g:6658:1: ( (lv_from_3_0= ruleTransitionTerminal ) )
- // InternalRoom.g:6659:1: (lv_from_3_0= ruleTransitionTerminal )
+ // InternalRoom.g:6572:1: ( (lv_from_3_0= ruleTransitionTerminal ) )
+ // InternalRoom.g:6573:1: (lv_from_3_0= ruleTransitionTerminal )
{
- // InternalRoom.g:6659:1: (lv_from_3_0= ruleTransitionTerminal )
- // InternalRoom.g:6660:3: lv_from_3_0= ruleTransitionTerminal
+ // InternalRoom.g:6573:1: (lv_from_3_0= ruleTransitionTerminal )
+ // InternalRoom.g:6574:3: lv_from_3_0= ruleTransitionTerminal
{
newCompositeNode(grammarAccess.getContinuationTransitionAccess().getFromTransitionTerminalParserRuleCall_3_0());
- pushFollow(FOLLOW_13);
+ pushFollow(FOLLOW_14);
lv_from_3_0=ruleTransitionTerminal();
state._fsp--;
@@ -16779,20 +16734,20 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_4=(Token)match(input,20,FOLLOW_123);
+ otherlv_4=(Token)match(input,20,FOLLOW_124);
newLeafNode(otherlv_4, grammarAccess.getContinuationTransitionAccess().getHyphenMinusGreaterThanSignKeyword_4());
- // InternalRoom.g:6680:1: ( (lv_to_5_0= ruleTransitionTerminal ) )
- // InternalRoom.g:6681:1: (lv_to_5_0= ruleTransitionTerminal )
+ // InternalRoom.g:6594:1: ( (lv_to_5_0= ruleTransitionTerminal ) )
+ // InternalRoom.g:6595:1: (lv_to_5_0= ruleTransitionTerminal )
{
- // InternalRoom.g:6681:1: (lv_to_5_0= ruleTransitionTerminal )
- // InternalRoom.g:6682:3: lv_to_5_0= ruleTransitionTerminal
+ // InternalRoom.g:6595:1: (lv_to_5_0= ruleTransitionTerminal )
+ // InternalRoom.g:6596:3: lv_to_5_0= ruleTransitionTerminal
{
newCompositeNode(grammarAccess.getContinuationTransitionAccess().getToTransitionTerminalParserRuleCall_5_0());
- pushFollow(FOLLOW_111);
+ pushFollow(FOLLOW_112);
lv_to_5_0=ruleTransitionTerminal();
state._fsp--;
@@ -16814,24 +16769,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:6698:2: ( (lv_docu_6_0= ruleDocumentation ) )?
- int alt149=2;
- int LA149_0 = input.LA(1);
+ // InternalRoom.g:6612:2: ( (lv_docu_6_0= ruleDocumentation ) )?
+ int alt151=2;
+ int LA151_0 = input.LA(1);
- if ( (LA149_0==35) ) {
- alt149=1;
+ if ( (LA151_0==35) ) {
+ alt151=1;
}
- switch (alt149) {
+ switch (alt151) {
case 1 :
- // InternalRoom.g:6699:1: (lv_docu_6_0= ruleDocumentation )
+ // InternalRoom.g:6613:1: (lv_docu_6_0= ruleDocumentation )
{
- // InternalRoom.g:6699:1: (lv_docu_6_0= ruleDocumentation )
- // InternalRoom.g:6700:3: lv_docu_6_0= ruleDocumentation
+ // InternalRoom.g:6613:1: (lv_docu_6_0= ruleDocumentation )
+ // InternalRoom.g:6614:3: lv_docu_6_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getContinuationTransitionAccess().getDocuDocumentationParserRuleCall_6_0());
- pushFollow(FOLLOW_99);
+ pushFollow(FOLLOW_100);
lv_docu_6_0=ruleDocumentation();
state._fsp--;
@@ -16856,43 +16811,43 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:6716:3: (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )?
- int alt152=2;
- int LA152_0 = input.LA(1);
+ // InternalRoom.g:6630:3: (otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}' )?
+ int alt154=2;
+ int LA154_0 = input.LA(1);
- if ( (LA152_0==14) ) {
- alt152=1;
+ if ( (LA154_0==14) ) {
+ alt154=1;
}
- switch (alt152) {
+ switch (alt154) {
case 1 :
- // InternalRoom.g:6716:5: otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}'
+ // InternalRoom.g:6630:5: otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )? otherlv_11= '}'
{
- otherlv_7=(Token)match(input,14,FOLLOW_124);
+ otherlv_7=(Token)match(input,14,FOLLOW_125);
newLeafNode(otherlv_7, grammarAccess.getContinuationTransitionAccess().getLeftCurlyBracketKeyword_7_0());
- // InternalRoom.g:6720:1: ( (lv_annotations_8_0= ruleAnnotation ) )*
- loop150:
+ // InternalRoom.g:6634:1: ( (lv_annotations_8_0= ruleAnnotation ) )*
+ loop152:
do {
- int alt150=2;
- int LA150_0 = input.LA(1);
+ int alt152=2;
+ int LA152_0 = input.LA(1);
- if ( (LA150_0==109) ) {
- alt150=1;
+ if ( (LA152_0==109) ) {
+ alt152=1;
}
- switch (alt150) {
+ switch (alt152) {
case 1 :
- // InternalRoom.g:6721:1: (lv_annotations_8_0= ruleAnnotation )
+ // InternalRoom.g:6635:1: (lv_annotations_8_0= ruleAnnotation )
{
- // InternalRoom.g:6721:1: (lv_annotations_8_0= ruleAnnotation )
- // InternalRoom.g:6722:3: lv_annotations_8_0= ruleAnnotation
+ // InternalRoom.g:6635:1: (lv_annotations_8_0= ruleAnnotation )
+ // InternalRoom.g:6636:3: lv_annotations_8_0= ruleAnnotation
{
newCompositeNode(grammarAccess.getContinuationTransitionAccess().getAnnotationsAnnotationParserRuleCall_7_1_0());
- pushFollow(FOLLOW_124);
+ pushFollow(FOLLOW_125);
lv_annotations_8_0=ruleAnnotation();
state._fsp--;
@@ -16916,35 +16871,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop150;
+ break loop152;
}
} while (true);
- // InternalRoom.g:6738:3: (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )?
- int alt151=2;
- int LA151_0 = input.LA(1);
+ // InternalRoom.g:6652:3: (otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) ) )?
+ int alt153=2;
+ int LA153_0 = input.LA(1);
- if ( (LA151_0==95) ) {
- alt151=1;
+ if ( (LA153_0==95) ) {
+ alt153=1;
}
- switch (alt151) {
+ switch (alt153) {
case 1 :
- // InternalRoom.g:6738:5: otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) )
+ // InternalRoom.g:6652:5: otherlv_9= 'action' ( (lv_action_10_0= ruleDetailCode ) )
{
- otherlv_9=(Token)match(input,95,FOLLOW_125);
+ otherlv_9=(Token)match(input,95,FOLLOW_126);
newLeafNode(otherlv_9, grammarAccess.getContinuationTransitionAccess().getActionKeyword_7_2_0());
- // InternalRoom.g:6742:1: ( (lv_action_10_0= ruleDetailCode ) )
- // InternalRoom.g:6743:1: (lv_action_10_0= ruleDetailCode )
+ // InternalRoom.g:6656:1: ( (lv_action_10_0= ruleDetailCode ) )
+ // InternalRoom.g:6657:1: (lv_action_10_0= ruleDetailCode )
{
- // InternalRoom.g:6743:1: (lv_action_10_0= ruleDetailCode )
- // InternalRoom.g:6744:3: lv_action_10_0= ruleDetailCode
+ // InternalRoom.g:6657:1: (lv_action_10_0= ruleDetailCode )
+ // InternalRoom.g:6658:3: lv_action_10_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getContinuationTransitionAccess().getActionDetailCodeParserRuleCall_7_2_1_0());
- pushFollow(FOLLOW_63);
+ pushFollow(FOLLOW_64);
lv_action_10_0=ruleDetailCode();
state._fsp--;
@@ -17003,7 +16958,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleTriggeredTransition"
- // InternalRoom.g:6772:1: entryRuleTriggeredTransition returns [EObject current=null] : iv_ruleTriggeredTransition= ruleTriggeredTransition EOF ;
+ // InternalRoom.g:6686:1: entryRuleTriggeredTransition returns [EObject current=null] : iv_ruleTriggeredTransition= ruleTriggeredTransition EOF ;
public final EObject entryRuleTriggeredTransition() throws RecognitionException {
EObject current = null;
@@ -17011,8 +16966,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:6773:2: (iv_ruleTriggeredTransition= ruleTriggeredTransition EOF )
- // InternalRoom.g:6774:2: iv_ruleTriggeredTransition= ruleTriggeredTransition EOF
+ // InternalRoom.g:6687:2: (iv_ruleTriggeredTransition= ruleTriggeredTransition EOF )
+ // InternalRoom.g:6688:2: iv_ruleTriggeredTransition= ruleTriggeredTransition EOF
{
newCompositeNode(grammarAccess.getTriggeredTransitionRule());
pushFollow(FOLLOW_1);
@@ -17039,7 +16994,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleTriggeredTransition"
- // InternalRoom.g:6781:1: ruleTriggeredTransition returns [EObject current=null] : (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' otherlv_8= 'triggers' otherlv_9= '{' ( (lv_annotations_10_0= ruleAnnotation ) )* ( (lv_triggers_11_0= ruleTrigger ) ) (otherlv_12= 'or' ( (lv_triggers_13_0= ruleTrigger ) ) )* otherlv_14= '}' (otherlv_15= 'action' ( (lv_action_16_0= ruleDetailCode ) ) )? otherlv_17= '}' ) ;
+ // InternalRoom.g:6695:1: ruleTriggeredTransition returns [EObject current=null] : (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' otherlv_8= 'triggers' otherlv_9= '{' ( (lv_annotations_10_0= ruleAnnotation ) )* ( (lv_triggers_11_0= ruleTrigger ) ) (otherlv_12= 'or' ( (lv_triggers_13_0= ruleTrigger ) ) )* otherlv_14= '}' (otherlv_15= 'action' ( (lv_action_16_0= ruleDetailCode ) ) )? otherlv_17= '}' ) ;
public final EObject ruleTriggeredTransition() throws RecognitionException {
EObject current = null;
@@ -17072,31 +17027,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:6784:28: ( (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' otherlv_8= 'triggers' otherlv_9= '{' ( (lv_annotations_10_0= ruleAnnotation ) )* ( (lv_triggers_11_0= ruleTrigger ) ) (otherlv_12= 'or' ( (lv_triggers_13_0= ruleTrigger ) ) )* otherlv_14= '}' (otherlv_15= 'action' ( (lv_action_16_0= ruleDetailCode ) ) )? otherlv_17= '}' ) )
- // InternalRoom.g:6785:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' otherlv_8= 'triggers' otherlv_9= '{' ( (lv_annotations_10_0= ruleAnnotation ) )* ( (lv_triggers_11_0= ruleTrigger ) ) (otherlv_12= 'or' ( (lv_triggers_13_0= ruleTrigger ) ) )* otherlv_14= '}' (otherlv_15= 'action' ( (lv_action_16_0= ruleDetailCode ) ) )? otherlv_17= '}' )
+ // InternalRoom.g:6698:28: ( (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' otherlv_8= 'triggers' otherlv_9= '{' ( (lv_annotations_10_0= ruleAnnotation ) )* ( (lv_triggers_11_0= ruleTrigger ) ) (otherlv_12= 'or' ( (lv_triggers_13_0= ruleTrigger ) ) )* otherlv_14= '}' (otherlv_15= 'action' ( (lv_action_16_0= ruleDetailCode ) ) )? otherlv_17= '}' ) )
+ // InternalRoom.g:6699:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' otherlv_8= 'triggers' otherlv_9= '{' ( (lv_annotations_10_0= ruleAnnotation ) )* ( (lv_triggers_11_0= ruleTrigger ) ) (otherlv_12= 'or' ( (lv_triggers_13_0= ruleTrigger ) ) )* otherlv_14= '}' (otherlv_15= 'action' ( (lv_action_16_0= ruleDetailCode ) ) )? otherlv_17= '}' )
{
- // InternalRoom.g:6785:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' otherlv_8= 'triggers' otherlv_9= '{' ( (lv_annotations_10_0= ruleAnnotation ) )* ( (lv_triggers_11_0= ruleTrigger ) ) (otherlv_12= 'or' ( (lv_triggers_13_0= ruleTrigger ) ) )* otherlv_14= '}' (otherlv_15= 'action' ( (lv_action_16_0= ruleDetailCode ) ) )? otherlv_17= '}' )
- // InternalRoom.g:6785:3: otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' otherlv_8= 'triggers' otherlv_9= '{' ( (lv_annotations_10_0= ruleAnnotation ) )* ( (lv_triggers_11_0= ruleTrigger ) ) (otherlv_12= 'or' ( (lv_triggers_13_0= ruleTrigger ) ) )* otherlv_14= '}' (otherlv_15= 'action' ( (lv_action_16_0= ruleDetailCode ) ) )? otherlv_17= '}'
+ // InternalRoom.g:6699:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' otherlv_8= 'triggers' otherlv_9= '{' ( (lv_annotations_10_0= ruleAnnotation ) )* ( (lv_triggers_11_0= ruleTrigger ) ) (otherlv_12= 'or' ( (lv_triggers_13_0= ruleTrigger ) ) )* otherlv_14= '}' (otherlv_15= 'action' ( (lv_action_16_0= ruleDetailCode ) ) )? otherlv_17= '}' )
+ // InternalRoom.g:6699:3: otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' otherlv_8= 'triggers' otherlv_9= '{' ( (lv_annotations_10_0= ruleAnnotation ) )* ( (lv_triggers_11_0= ruleTrigger ) ) (otherlv_12= 'or' ( (lv_triggers_13_0= ruleTrigger ) ) )* otherlv_14= '}' (otherlv_15= 'action' ( (lv_action_16_0= ruleDetailCode ) ) )? otherlv_17= '}'
{
- otherlv_0=(Token)match(input,82,FOLLOW_121);
+ otherlv_0=(Token)match(input,82,FOLLOW_122);
newLeafNode(otherlv_0, grammarAccess.getTriggeredTransitionAccess().getTransitionKeyword_0());
- // InternalRoom.g:6789:1: ( (lv_name_1_0= RULE_ID ) )?
- int alt153=2;
- int LA153_0 = input.LA(1);
+ // InternalRoom.g:6703:1: ( (lv_name_1_0= RULE_ID ) )?
+ int alt155=2;
+ int LA155_0 = input.LA(1);
- if ( (LA153_0==RULE_ID) ) {
- alt153=1;
+ if ( (LA155_0==RULE_ID) ) {
+ alt155=1;
}
- switch (alt153) {
+ switch (alt155) {
case 1 :
- // InternalRoom.g:6790:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:6704:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:6790:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:6791:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:6704:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:6705:3: lv_name_1_0= RULE_ID
{
- lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_9);
+ lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_10);
newLeafNode(lv_name_1_0, grammarAccess.getTriggeredTransitionAccess().getNameIDTerminalRuleCall_1_0());
@@ -17119,20 +17074,20 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_2=(Token)match(input,16,FOLLOW_123);
+ otherlv_2=(Token)match(input,16,FOLLOW_124);
newLeafNode(otherlv_2, grammarAccess.getTriggeredTransitionAccess().getColonKeyword_2());
- // InternalRoom.g:6811:1: ( (lv_from_3_0= ruleTransitionTerminal ) )
- // InternalRoom.g:6812:1: (lv_from_3_0= ruleTransitionTerminal )
+ // InternalRoom.g:6725:1: ( (lv_from_3_0= ruleTransitionTerminal ) )
+ // InternalRoom.g:6726:1: (lv_from_3_0= ruleTransitionTerminal )
{
- // InternalRoom.g:6812:1: (lv_from_3_0= ruleTransitionTerminal )
- // InternalRoom.g:6813:3: lv_from_3_0= ruleTransitionTerminal
+ // InternalRoom.g:6726:1: (lv_from_3_0= ruleTransitionTerminal )
+ // InternalRoom.g:6727:3: lv_from_3_0= ruleTransitionTerminal
{
newCompositeNode(grammarAccess.getTriggeredTransitionAccess().getFromTransitionTerminalParserRuleCall_3_0());
- pushFollow(FOLLOW_13);
+ pushFollow(FOLLOW_14);
lv_from_3_0=ruleTransitionTerminal();
state._fsp--;
@@ -17154,15 +17109,15 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_4=(Token)match(input,20,FOLLOW_123);
+ otherlv_4=(Token)match(input,20,FOLLOW_124);
newLeafNode(otherlv_4, grammarAccess.getTriggeredTransitionAccess().getHyphenMinusGreaterThanSignKeyword_4());
- // InternalRoom.g:6833:1: ( (lv_to_5_0= ruleTransitionTerminal ) )
- // InternalRoom.g:6834:1: (lv_to_5_0= ruleTransitionTerminal )
+ // InternalRoom.g:6747:1: ( (lv_to_5_0= ruleTransitionTerminal ) )
+ // InternalRoom.g:6748:1: (lv_to_5_0= ruleTransitionTerminal )
{
- // InternalRoom.g:6834:1: (lv_to_5_0= ruleTransitionTerminal )
- // InternalRoom.g:6835:3: lv_to_5_0= ruleTransitionTerminal
+ // InternalRoom.g:6748:1: (lv_to_5_0= ruleTransitionTerminal )
+ // InternalRoom.g:6749:3: lv_to_5_0= ruleTransitionTerminal
{
newCompositeNode(grammarAccess.getTriggeredTransitionAccess().getToTransitionTerminalParserRuleCall_5_0());
@@ -17189,19 +17144,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:6851:2: ( (lv_docu_6_0= ruleDocumentation ) )?
- int alt154=2;
- int LA154_0 = input.LA(1);
+ // InternalRoom.g:6765:2: ( (lv_docu_6_0= ruleDocumentation ) )?
+ int alt156=2;
+ int LA156_0 = input.LA(1);
- if ( (LA154_0==35) ) {
- alt154=1;
+ if ( (LA156_0==35) ) {
+ alt156=1;
}
- switch (alt154) {
+ switch (alt156) {
case 1 :
- // InternalRoom.g:6852:1: (lv_docu_6_0= ruleDocumentation )
+ // InternalRoom.g:6766:1: (lv_docu_6_0= ruleDocumentation )
{
- // InternalRoom.g:6852:1: (lv_docu_6_0= ruleDocumentation )
- // InternalRoom.g:6853:3: lv_docu_6_0= ruleDocumentation
+ // InternalRoom.g:6766:1: (lv_docu_6_0= ruleDocumentation )
+ // InternalRoom.g:6767:3: lv_docu_6_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getTriggeredTransitionAccess().getDocuDocumentationParserRuleCall_6_0());
@@ -17231,7 +17186,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_7=(Token)match(input,14,FOLLOW_126);
+ otherlv_7=(Token)match(input,14,FOLLOW_127);
newLeafNode(otherlv_7, grammarAccess.getTriggeredTransitionAccess().getLeftCurlyBracketKeyword_7());
@@ -17239,32 +17194,32 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_8, grammarAccess.getTriggeredTransitionAccess().getTriggersKeyword_8());
- otherlv_9=(Token)match(input,14,FOLLOW_127);
+ otherlv_9=(Token)match(input,14,FOLLOW_128);
newLeafNode(otherlv_9, grammarAccess.getTriggeredTransitionAccess().getLeftCurlyBracketKeyword_9());
- // InternalRoom.g:6881:1: ( (lv_annotations_10_0= ruleAnnotation ) )*
- loop155:
+ // InternalRoom.g:6795:1: ( (lv_annotations_10_0= ruleAnnotation ) )*
+ loop157:
do {
- int alt155=2;
- int LA155_0 = input.LA(1);
+ int alt157=2;
+ int LA157_0 = input.LA(1);
- if ( (LA155_0==109) ) {
- alt155=1;
+ if ( (LA157_0==109) ) {
+ alt157=1;
}
- switch (alt155) {
+ switch (alt157) {
case 1 :
- // InternalRoom.g:6882:1: (lv_annotations_10_0= ruleAnnotation )
+ // InternalRoom.g:6796:1: (lv_annotations_10_0= ruleAnnotation )
{
- // InternalRoom.g:6882:1: (lv_annotations_10_0= ruleAnnotation )
- // InternalRoom.g:6883:3: lv_annotations_10_0= ruleAnnotation
+ // InternalRoom.g:6796:1: (lv_annotations_10_0= ruleAnnotation )
+ // InternalRoom.g:6797:3: lv_annotations_10_0= ruleAnnotation
{
newCompositeNode(grammarAccess.getTriggeredTransitionAccess().getAnnotationsAnnotationParserRuleCall_10_0());
- pushFollow(FOLLOW_127);
+ pushFollow(FOLLOW_128);
lv_annotations_10_0=ruleAnnotation();
state._fsp--;
@@ -17288,20 +17243,20 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop155;
+ break loop157;
}
} while (true);
- // InternalRoom.g:6899:3: ( (lv_triggers_11_0= ruleTrigger ) )
- // InternalRoom.g:6900:1: (lv_triggers_11_0= ruleTrigger )
+ // InternalRoom.g:6813:3: ( (lv_triggers_11_0= ruleTrigger ) )
+ // InternalRoom.g:6814:1: (lv_triggers_11_0= ruleTrigger )
{
- // InternalRoom.g:6900:1: (lv_triggers_11_0= ruleTrigger )
- // InternalRoom.g:6901:3: lv_triggers_11_0= ruleTrigger
+ // InternalRoom.g:6814:1: (lv_triggers_11_0= ruleTrigger )
+ // InternalRoom.g:6815:3: lv_triggers_11_0= ruleTrigger
{
newCompositeNode(grammarAccess.getTriggeredTransitionAccess().getTriggersTriggerParserRuleCall_11_0());
- pushFollow(FOLLOW_128);
+ pushFollow(FOLLOW_129);
lv_triggers_11_0=ruleTrigger();
state._fsp--;
@@ -17323,35 +17278,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:6917:2: (otherlv_12= 'or' ( (lv_triggers_13_0= ruleTrigger ) ) )*
- loop156:
+ // InternalRoom.g:6831:2: (otherlv_12= 'or' ( (lv_triggers_13_0= ruleTrigger ) ) )*
+ loop158:
do {
- int alt156=2;
- int LA156_0 = input.LA(1);
+ int alt158=2;
+ int LA158_0 = input.LA(1);
- if ( (LA156_0==97) ) {
- alt156=1;
+ if ( (LA158_0==97) ) {
+ alt158=1;
}
- switch (alt156) {
+ switch (alt158) {
case 1 :
- // InternalRoom.g:6917:4: otherlv_12= 'or' ( (lv_triggers_13_0= ruleTrigger ) )
+ // InternalRoom.g:6831:4: otherlv_12= 'or' ( (lv_triggers_13_0= ruleTrigger ) )
{
- otherlv_12=(Token)match(input,97,FOLLOW_127);
+ otherlv_12=(Token)match(input,97,FOLLOW_128);
newLeafNode(otherlv_12, grammarAccess.getTriggeredTransitionAccess().getOrKeyword_12_0());
- // InternalRoom.g:6921:1: ( (lv_triggers_13_0= ruleTrigger ) )
- // InternalRoom.g:6922:1: (lv_triggers_13_0= ruleTrigger )
+ // InternalRoom.g:6835:1: ( (lv_triggers_13_0= ruleTrigger ) )
+ // InternalRoom.g:6836:1: (lv_triggers_13_0= ruleTrigger )
{
- // InternalRoom.g:6922:1: (lv_triggers_13_0= ruleTrigger )
- // InternalRoom.g:6923:3: lv_triggers_13_0= ruleTrigger
+ // InternalRoom.g:6836:1: (lv_triggers_13_0= ruleTrigger )
+ // InternalRoom.g:6837:3: lv_triggers_13_0= ruleTrigger
{
newCompositeNode(grammarAccess.getTriggeredTransitionAccess().getTriggersTriggerParserRuleCall_12_1_0());
- pushFollow(FOLLOW_128);
+ pushFollow(FOLLOW_129);
lv_triggers_13_0=ruleTrigger();
state._fsp--;
@@ -17378,39 +17333,39 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop156;
+ break loop158;
}
} while (true);
- otherlv_14=(Token)match(input,15,FOLLOW_129);
+ otherlv_14=(Token)match(input,15,FOLLOW_130);
newLeafNode(otherlv_14, grammarAccess.getTriggeredTransitionAccess().getRightCurlyBracketKeyword_13());
- // InternalRoom.g:6943:1: (otherlv_15= 'action' ( (lv_action_16_0= ruleDetailCode ) ) )?
- int alt157=2;
- int LA157_0 = input.LA(1);
+ // InternalRoom.g:6857:1: (otherlv_15= 'action' ( (lv_action_16_0= ruleDetailCode ) ) )?
+ int alt159=2;
+ int LA159_0 = input.LA(1);
- if ( (LA157_0==95) ) {
- alt157=1;
+ if ( (LA159_0==95) ) {
+ alt159=1;
}
- switch (alt157) {
+ switch (alt159) {
case 1 :
- // InternalRoom.g:6943:3: otherlv_15= 'action' ( (lv_action_16_0= ruleDetailCode ) )
+ // InternalRoom.g:6857:3: otherlv_15= 'action' ( (lv_action_16_0= ruleDetailCode ) )
{
- otherlv_15=(Token)match(input,95,FOLLOW_125);
+ otherlv_15=(Token)match(input,95,FOLLOW_126);
newLeafNode(otherlv_15, grammarAccess.getTriggeredTransitionAccess().getActionKeyword_14_0());
- // InternalRoom.g:6947:1: ( (lv_action_16_0= ruleDetailCode ) )
- // InternalRoom.g:6948:1: (lv_action_16_0= ruleDetailCode )
+ // InternalRoom.g:6861:1: ( (lv_action_16_0= ruleDetailCode ) )
+ // InternalRoom.g:6862:1: (lv_action_16_0= ruleDetailCode )
{
- // InternalRoom.g:6948:1: (lv_action_16_0= ruleDetailCode )
- // InternalRoom.g:6949:3: lv_action_16_0= ruleDetailCode
+ // InternalRoom.g:6862:1: (lv_action_16_0= ruleDetailCode )
+ // InternalRoom.g:6863:3: lv_action_16_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getTriggeredTransitionAccess().getActionDetailCodeParserRuleCall_14_1_0());
- pushFollow(FOLLOW_63);
+ pushFollow(FOLLOW_64);
lv_action_16_0=ruleDetailCode();
state._fsp--;
@@ -17463,7 +17418,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleGuardedTransition"
- // InternalRoom.g:6977:1: entryRuleGuardedTransition returns [EObject current=null] : iv_ruleGuardedTransition= ruleGuardedTransition EOF ;
+ // InternalRoom.g:6891:1: entryRuleGuardedTransition returns [EObject current=null] : iv_ruleGuardedTransition= ruleGuardedTransition EOF ;
public final EObject entryRuleGuardedTransition() throws RecognitionException {
EObject current = null;
@@ -17471,8 +17426,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:6978:2: (iv_ruleGuardedTransition= ruleGuardedTransition EOF )
- // InternalRoom.g:6979:2: iv_ruleGuardedTransition= ruleGuardedTransition EOF
+ // InternalRoom.g:6892:2: (iv_ruleGuardedTransition= ruleGuardedTransition EOF )
+ // InternalRoom.g:6893:2: iv_ruleGuardedTransition= ruleGuardedTransition EOF
{
newCompositeNode(grammarAccess.getGuardedTransitionRule());
pushFollow(FOLLOW_1);
@@ -17499,7 +17454,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleGuardedTransition"
- // InternalRoom.g:6986:1: ruleGuardedTransition returns [EObject current=null] : (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'guard' ( (lv_guard_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}' ) ;
+ // InternalRoom.g:6900:1: ruleGuardedTransition returns [EObject current=null] : (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'guard' ( (lv_guard_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}' ) ;
public final EObject ruleGuardedTransition() throws RecognitionException {
EObject current = null;
@@ -17527,31 +17482,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:6989:28: ( (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'guard' ( (lv_guard_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}' ) )
- // InternalRoom.g:6990:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'guard' ( (lv_guard_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}' )
+ // InternalRoom.g:6903:28: ( (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'guard' ( (lv_guard_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}' ) )
+ // InternalRoom.g:6904:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'guard' ( (lv_guard_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}' )
{
- // InternalRoom.g:6990:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'guard' ( (lv_guard_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}' )
- // InternalRoom.g:6990:3: otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'guard' ( (lv_guard_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}'
+ // InternalRoom.g:6904:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'guard' ( (lv_guard_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}' )
+ // InternalRoom.g:6904:3: otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'guard' ( (lv_guard_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}'
{
- otherlv_0=(Token)match(input,82,FOLLOW_121);
+ otherlv_0=(Token)match(input,82,FOLLOW_122);
newLeafNode(otherlv_0, grammarAccess.getGuardedTransitionAccess().getTransitionKeyword_0());
- // InternalRoom.g:6994:1: ( (lv_name_1_0= RULE_ID ) )?
- int alt158=2;
- int LA158_0 = input.LA(1);
+ // InternalRoom.g:6908:1: ( (lv_name_1_0= RULE_ID ) )?
+ int alt160=2;
+ int LA160_0 = input.LA(1);
- if ( (LA158_0==RULE_ID) ) {
- alt158=1;
+ if ( (LA160_0==RULE_ID) ) {
+ alt160=1;
}
- switch (alt158) {
+ switch (alt160) {
case 1 :
- // InternalRoom.g:6995:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:6909:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:6995:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:6996:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:6909:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:6910:3: lv_name_1_0= RULE_ID
{
- lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_9);
+ lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_10);
newLeafNode(lv_name_1_0, grammarAccess.getGuardedTransitionAccess().getNameIDTerminalRuleCall_1_0());
@@ -17574,20 +17529,20 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_2=(Token)match(input,16,FOLLOW_123);
+ otherlv_2=(Token)match(input,16,FOLLOW_124);
newLeafNode(otherlv_2, grammarAccess.getGuardedTransitionAccess().getColonKeyword_2());
- // InternalRoom.g:7016:1: ( (lv_from_3_0= ruleTransitionTerminal ) )
- // InternalRoom.g:7017:1: (lv_from_3_0= ruleTransitionTerminal )
+ // InternalRoom.g:6930:1: ( (lv_from_3_0= ruleTransitionTerminal ) )
+ // InternalRoom.g:6931:1: (lv_from_3_0= ruleTransitionTerminal )
{
- // InternalRoom.g:7017:1: (lv_from_3_0= ruleTransitionTerminal )
- // InternalRoom.g:7018:3: lv_from_3_0= ruleTransitionTerminal
+ // InternalRoom.g:6931:1: (lv_from_3_0= ruleTransitionTerminal )
+ // InternalRoom.g:6932:3: lv_from_3_0= ruleTransitionTerminal
{
newCompositeNode(grammarAccess.getGuardedTransitionAccess().getFromTransitionTerminalParserRuleCall_3_0());
- pushFollow(FOLLOW_13);
+ pushFollow(FOLLOW_14);
lv_from_3_0=ruleTransitionTerminal();
state._fsp--;
@@ -17609,15 +17564,15 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_4=(Token)match(input,20,FOLLOW_123);
+ otherlv_4=(Token)match(input,20,FOLLOW_124);
newLeafNode(otherlv_4, grammarAccess.getGuardedTransitionAccess().getHyphenMinusGreaterThanSignKeyword_4());
- // InternalRoom.g:7038:1: ( (lv_to_5_0= ruleTransitionTerminal ) )
- // InternalRoom.g:7039:1: (lv_to_5_0= ruleTransitionTerminal )
+ // InternalRoom.g:6952:1: ( (lv_to_5_0= ruleTransitionTerminal ) )
+ // InternalRoom.g:6953:1: (lv_to_5_0= ruleTransitionTerminal )
{
- // InternalRoom.g:7039:1: (lv_to_5_0= ruleTransitionTerminal )
- // InternalRoom.g:7040:3: lv_to_5_0= ruleTransitionTerminal
+ // InternalRoom.g:6953:1: (lv_to_5_0= ruleTransitionTerminal )
+ // InternalRoom.g:6954:3: lv_to_5_0= ruleTransitionTerminal
{
newCompositeNode(grammarAccess.getGuardedTransitionAccess().getToTransitionTerminalParserRuleCall_5_0());
@@ -17644,19 +17599,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:7056:2: ( (lv_docu_6_0= ruleDocumentation ) )?
- int alt159=2;
- int LA159_0 = input.LA(1);
+ // InternalRoom.g:6970:2: ( (lv_docu_6_0= ruleDocumentation ) )?
+ int alt161=2;
+ int LA161_0 = input.LA(1);
- if ( (LA159_0==35) ) {
- alt159=1;
+ if ( (LA161_0==35) ) {
+ alt161=1;
}
- switch (alt159) {
+ switch (alt161) {
case 1 :
- // InternalRoom.g:7057:1: (lv_docu_6_0= ruleDocumentation )
+ // InternalRoom.g:6971:1: (lv_docu_6_0= ruleDocumentation )
{
- // InternalRoom.g:7057:1: (lv_docu_6_0= ruleDocumentation )
- // InternalRoom.g:7058:3: lv_docu_6_0= ruleDocumentation
+ // InternalRoom.g:6971:1: (lv_docu_6_0= ruleDocumentation )
+ // InternalRoom.g:6972:3: lv_docu_6_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getGuardedTransitionAccess().getDocuDocumentationParserRuleCall_6_0());
@@ -17686,32 +17641,32 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_7=(Token)match(input,14,FOLLOW_130);
+ otherlv_7=(Token)match(input,14,FOLLOW_131);
newLeafNode(otherlv_7, grammarAccess.getGuardedTransitionAccess().getLeftCurlyBracketKeyword_7());
- // InternalRoom.g:7078:1: ( (lv_annotations_8_0= ruleAnnotation ) )*
- loop160:
+ // InternalRoom.g:6992:1: ( (lv_annotations_8_0= ruleAnnotation ) )*
+ loop162:
do {
- int alt160=2;
- int LA160_0 = input.LA(1);
+ int alt162=2;
+ int LA162_0 = input.LA(1);
- if ( (LA160_0==109) ) {
- alt160=1;
+ if ( (LA162_0==109) ) {
+ alt162=1;
}
- switch (alt160) {
+ switch (alt162) {
case 1 :
- // InternalRoom.g:7079:1: (lv_annotations_8_0= ruleAnnotation )
+ // InternalRoom.g:6993:1: (lv_annotations_8_0= ruleAnnotation )
{
- // InternalRoom.g:7079:1: (lv_annotations_8_0= ruleAnnotation )
- // InternalRoom.g:7080:3: lv_annotations_8_0= ruleAnnotation
+ // InternalRoom.g:6993:1: (lv_annotations_8_0= ruleAnnotation )
+ // InternalRoom.g:6994:3: lv_annotations_8_0= ruleAnnotation
{
newCompositeNode(grammarAccess.getGuardedTransitionAccess().getAnnotationsAnnotationParserRuleCall_8_0());
- pushFollow(FOLLOW_130);
+ pushFollow(FOLLOW_131);
lv_annotations_8_0=ruleAnnotation();
state._fsp--;
@@ -17735,24 +17690,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop160;
+ break loop162;
}
} while (true);
- otherlv_9=(Token)match(input,98,FOLLOW_131);
+ otherlv_9=(Token)match(input,98,FOLLOW_132);
newLeafNode(otherlv_9, grammarAccess.getGuardedTransitionAccess().getGuardKeyword_9());
- // InternalRoom.g:7100:1: ( (lv_guard_10_0= ruleDetailCode ) )
- // InternalRoom.g:7101:1: (lv_guard_10_0= ruleDetailCode )
+ // InternalRoom.g:7014:1: ( (lv_guard_10_0= ruleDetailCode ) )
+ // InternalRoom.g:7015:1: (lv_guard_10_0= ruleDetailCode )
{
- // InternalRoom.g:7101:1: (lv_guard_10_0= ruleDetailCode )
- // InternalRoom.g:7102:3: lv_guard_10_0= ruleDetailCode
+ // InternalRoom.g:7015:1: (lv_guard_10_0= ruleDetailCode )
+ // InternalRoom.g:7016:3: lv_guard_10_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getGuardedTransitionAccess().getGuardDetailCodeParserRuleCall_10_0());
- pushFollow(FOLLOW_129);
+ pushFollow(FOLLOW_130);
lv_guard_10_0=ruleDetailCode();
state._fsp--;
@@ -17774,31 +17729,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:7118:2: (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )?
- int alt161=2;
- int LA161_0 = input.LA(1);
+ // InternalRoom.g:7032:2: (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )?
+ int alt163=2;
+ int LA163_0 = input.LA(1);
- if ( (LA161_0==95) ) {
- alt161=1;
+ if ( (LA163_0==95) ) {
+ alt163=1;
}
- switch (alt161) {
+ switch (alt163) {
case 1 :
- // InternalRoom.g:7118:4: otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) )
+ // InternalRoom.g:7032:4: otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) )
{
- otherlv_11=(Token)match(input,95,FOLLOW_125);
+ otherlv_11=(Token)match(input,95,FOLLOW_126);
newLeafNode(otherlv_11, grammarAccess.getGuardedTransitionAccess().getActionKeyword_11_0());
- // InternalRoom.g:7122:1: ( (lv_action_12_0= ruleDetailCode ) )
- // InternalRoom.g:7123:1: (lv_action_12_0= ruleDetailCode )
+ // InternalRoom.g:7036:1: ( (lv_action_12_0= ruleDetailCode ) )
+ // InternalRoom.g:7037:1: (lv_action_12_0= ruleDetailCode )
{
- // InternalRoom.g:7123:1: (lv_action_12_0= ruleDetailCode )
- // InternalRoom.g:7124:3: lv_action_12_0= ruleDetailCode
+ // InternalRoom.g:7037:1: (lv_action_12_0= ruleDetailCode )
+ // InternalRoom.g:7038:3: lv_action_12_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getGuardedTransitionAccess().getActionDetailCodeParserRuleCall_11_1_0());
- pushFollow(FOLLOW_63);
+ pushFollow(FOLLOW_64);
lv_action_12_0=ruleDetailCode();
state._fsp--;
@@ -17851,7 +17806,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleCPBranchTransition"
- // InternalRoom.g:7152:1: entryRuleCPBranchTransition returns [EObject current=null] : iv_ruleCPBranchTransition= ruleCPBranchTransition EOF ;
+ // InternalRoom.g:7066:1: entryRuleCPBranchTransition returns [EObject current=null] : iv_ruleCPBranchTransition= ruleCPBranchTransition EOF ;
public final EObject entryRuleCPBranchTransition() throws RecognitionException {
EObject current = null;
@@ -17859,8 +17814,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:7153:2: (iv_ruleCPBranchTransition= ruleCPBranchTransition EOF )
- // InternalRoom.g:7154:2: iv_ruleCPBranchTransition= ruleCPBranchTransition EOF
+ // InternalRoom.g:7067:2: (iv_ruleCPBranchTransition= ruleCPBranchTransition EOF )
+ // InternalRoom.g:7068:2: iv_ruleCPBranchTransition= ruleCPBranchTransition EOF
{
newCompositeNode(grammarAccess.getCPBranchTransitionRule());
pushFollow(FOLLOW_1);
@@ -17887,7 +17842,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleCPBranchTransition"
- // InternalRoom.g:7161:1: ruleCPBranchTransition returns [EObject current=null] : (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'cond' ( (lv_condition_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}' ) ;
+ // InternalRoom.g:7075:1: ruleCPBranchTransition returns [EObject current=null] : (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'cond' ( (lv_condition_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}' ) ;
public final EObject ruleCPBranchTransition() throws RecognitionException {
EObject current = null;
@@ -17915,31 +17870,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:7164:28: ( (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'cond' ( (lv_condition_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}' ) )
- // InternalRoom.g:7165:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'cond' ( (lv_condition_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}' )
+ // InternalRoom.g:7078:28: ( (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'cond' ( (lv_condition_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}' ) )
+ // InternalRoom.g:7079:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'cond' ( (lv_condition_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}' )
{
- // InternalRoom.g:7165:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'cond' ( (lv_condition_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}' )
- // InternalRoom.g:7165:3: otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'cond' ( (lv_condition_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}'
+ // InternalRoom.g:7079:1: (otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'cond' ( (lv_condition_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}' )
+ // InternalRoom.g:7079:3: otherlv_0= 'Transition' ( (lv_name_1_0= RULE_ID ) )? otherlv_2= ':' ( (lv_from_3_0= ruleTransitionTerminal ) ) otherlv_4= '->' ( (lv_to_5_0= ruleTransitionTerminal ) ) ( (lv_docu_6_0= ruleDocumentation ) )? otherlv_7= '{' ( (lv_annotations_8_0= ruleAnnotation ) )* otherlv_9= 'cond' ( (lv_condition_10_0= ruleDetailCode ) ) (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )? otherlv_13= '}'
{
- otherlv_0=(Token)match(input,82,FOLLOW_121);
+ otherlv_0=(Token)match(input,82,FOLLOW_122);
newLeafNode(otherlv_0, grammarAccess.getCPBranchTransitionAccess().getTransitionKeyword_0());
- // InternalRoom.g:7169:1: ( (lv_name_1_0= RULE_ID ) )?
- int alt162=2;
- int LA162_0 = input.LA(1);
+ // InternalRoom.g:7083:1: ( (lv_name_1_0= RULE_ID ) )?
+ int alt164=2;
+ int LA164_0 = input.LA(1);
- if ( (LA162_0==RULE_ID) ) {
- alt162=1;
+ if ( (LA164_0==RULE_ID) ) {
+ alt164=1;
}
- switch (alt162) {
+ switch (alt164) {
case 1 :
- // InternalRoom.g:7170:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:7084:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:7170:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:7171:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:7084:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:7085:3: lv_name_1_0= RULE_ID
{
- lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_9);
+ lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_10);
newLeafNode(lv_name_1_0, grammarAccess.getCPBranchTransitionAccess().getNameIDTerminalRuleCall_1_0());
@@ -17962,20 +17917,20 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_2=(Token)match(input,16,FOLLOW_123);
+ otherlv_2=(Token)match(input,16,FOLLOW_124);
newLeafNode(otherlv_2, grammarAccess.getCPBranchTransitionAccess().getColonKeyword_2());
- // InternalRoom.g:7191:1: ( (lv_from_3_0= ruleTransitionTerminal ) )
- // InternalRoom.g:7192:1: (lv_from_3_0= ruleTransitionTerminal )
+ // InternalRoom.g:7105:1: ( (lv_from_3_0= ruleTransitionTerminal ) )
+ // InternalRoom.g:7106:1: (lv_from_3_0= ruleTransitionTerminal )
{
- // InternalRoom.g:7192:1: (lv_from_3_0= ruleTransitionTerminal )
- // InternalRoom.g:7193:3: lv_from_3_0= ruleTransitionTerminal
+ // InternalRoom.g:7106:1: (lv_from_3_0= ruleTransitionTerminal )
+ // InternalRoom.g:7107:3: lv_from_3_0= ruleTransitionTerminal
{
newCompositeNode(grammarAccess.getCPBranchTransitionAccess().getFromTransitionTerminalParserRuleCall_3_0());
- pushFollow(FOLLOW_13);
+ pushFollow(FOLLOW_14);
lv_from_3_0=ruleTransitionTerminal();
state._fsp--;
@@ -17997,15 +17952,15 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_4=(Token)match(input,20,FOLLOW_123);
+ otherlv_4=(Token)match(input,20,FOLLOW_124);
newLeafNode(otherlv_4, grammarAccess.getCPBranchTransitionAccess().getHyphenMinusGreaterThanSignKeyword_4());
- // InternalRoom.g:7213:1: ( (lv_to_5_0= ruleTransitionTerminal ) )
- // InternalRoom.g:7214:1: (lv_to_5_0= ruleTransitionTerminal )
+ // InternalRoom.g:7127:1: ( (lv_to_5_0= ruleTransitionTerminal ) )
+ // InternalRoom.g:7128:1: (lv_to_5_0= ruleTransitionTerminal )
{
- // InternalRoom.g:7214:1: (lv_to_5_0= ruleTransitionTerminal )
- // InternalRoom.g:7215:3: lv_to_5_0= ruleTransitionTerminal
+ // InternalRoom.g:7128:1: (lv_to_5_0= ruleTransitionTerminal )
+ // InternalRoom.g:7129:3: lv_to_5_0= ruleTransitionTerminal
{
newCompositeNode(grammarAccess.getCPBranchTransitionAccess().getToTransitionTerminalParserRuleCall_5_0());
@@ -18032,19 +17987,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:7231:2: ( (lv_docu_6_0= ruleDocumentation ) )?
- int alt163=2;
- int LA163_0 = input.LA(1);
+ // InternalRoom.g:7145:2: ( (lv_docu_6_0= ruleDocumentation ) )?
+ int alt165=2;
+ int LA165_0 = input.LA(1);
- if ( (LA163_0==35) ) {
- alt163=1;
+ if ( (LA165_0==35) ) {
+ alt165=1;
}
- switch (alt163) {
+ switch (alt165) {
case 1 :
- // InternalRoom.g:7232:1: (lv_docu_6_0= ruleDocumentation )
+ // InternalRoom.g:7146:1: (lv_docu_6_0= ruleDocumentation )
{
- // InternalRoom.g:7232:1: (lv_docu_6_0= ruleDocumentation )
- // InternalRoom.g:7233:3: lv_docu_6_0= ruleDocumentation
+ // InternalRoom.g:7146:1: (lv_docu_6_0= ruleDocumentation )
+ // InternalRoom.g:7147:3: lv_docu_6_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getCPBranchTransitionAccess().getDocuDocumentationParserRuleCall_6_0());
@@ -18074,32 +18029,32 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_7=(Token)match(input,14,FOLLOW_132);
+ otherlv_7=(Token)match(input,14,FOLLOW_133);
newLeafNode(otherlv_7, grammarAccess.getCPBranchTransitionAccess().getLeftCurlyBracketKeyword_7());
- // InternalRoom.g:7253:1: ( (lv_annotations_8_0= ruleAnnotation ) )*
- loop164:
+ // InternalRoom.g:7167:1: ( (lv_annotations_8_0= ruleAnnotation ) )*
+ loop166:
do {
- int alt164=2;
- int LA164_0 = input.LA(1);
+ int alt166=2;
+ int LA166_0 = input.LA(1);
- if ( (LA164_0==109) ) {
- alt164=1;
+ if ( (LA166_0==109) ) {
+ alt166=1;
}
- switch (alt164) {
+ switch (alt166) {
case 1 :
- // InternalRoom.g:7254:1: (lv_annotations_8_0= ruleAnnotation )
+ // InternalRoom.g:7168:1: (lv_annotations_8_0= ruleAnnotation )
{
- // InternalRoom.g:7254:1: (lv_annotations_8_0= ruleAnnotation )
- // InternalRoom.g:7255:3: lv_annotations_8_0= ruleAnnotation
+ // InternalRoom.g:7168:1: (lv_annotations_8_0= ruleAnnotation )
+ // InternalRoom.g:7169:3: lv_annotations_8_0= ruleAnnotation
{
newCompositeNode(grammarAccess.getCPBranchTransitionAccess().getAnnotationsAnnotationParserRuleCall_8_0());
- pushFollow(FOLLOW_132);
+ pushFollow(FOLLOW_133);
lv_annotations_8_0=ruleAnnotation();
state._fsp--;
@@ -18123,24 +18078,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop164;
+ break loop166;
}
} while (true);
- otherlv_9=(Token)match(input,99,FOLLOW_131);
+ otherlv_9=(Token)match(input,99,FOLLOW_132);
newLeafNode(otherlv_9, grammarAccess.getCPBranchTransitionAccess().getCondKeyword_9());
- // InternalRoom.g:7275:1: ( (lv_condition_10_0= ruleDetailCode ) )
- // InternalRoom.g:7276:1: (lv_condition_10_0= ruleDetailCode )
+ // InternalRoom.g:7189:1: ( (lv_condition_10_0= ruleDetailCode ) )
+ // InternalRoom.g:7190:1: (lv_condition_10_0= ruleDetailCode )
{
- // InternalRoom.g:7276:1: (lv_condition_10_0= ruleDetailCode )
- // InternalRoom.g:7277:3: lv_condition_10_0= ruleDetailCode
+ // InternalRoom.g:7190:1: (lv_condition_10_0= ruleDetailCode )
+ // InternalRoom.g:7191:3: lv_condition_10_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getCPBranchTransitionAccess().getConditionDetailCodeParserRuleCall_10_0());
- pushFollow(FOLLOW_129);
+ pushFollow(FOLLOW_130);
lv_condition_10_0=ruleDetailCode();
state._fsp--;
@@ -18162,31 +18117,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:7293:2: (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )?
- int alt165=2;
- int LA165_0 = input.LA(1);
+ // InternalRoom.g:7207:2: (otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) ) )?
+ int alt167=2;
+ int LA167_0 = input.LA(1);
- if ( (LA165_0==95) ) {
- alt165=1;
+ if ( (LA167_0==95) ) {
+ alt167=1;
}
- switch (alt165) {
+ switch (alt167) {
case 1 :
- // InternalRoom.g:7293:4: otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) )
+ // InternalRoom.g:7207:4: otherlv_11= 'action' ( (lv_action_12_0= ruleDetailCode ) )
{
- otherlv_11=(Token)match(input,95,FOLLOW_125);
+ otherlv_11=(Token)match(input,95,FOLLOW_126);
newLeafNode(otherlv_11, grammarAccess.getCPBranchTransitionAccess().getActionKeyword_11_0());
- // InternalRoom.g:7297:1: ( (lv_action_12_0= ruleDetailCode ) )
- // InternalRoom.g:7298:1: (lv_action_12_0= ruleDetailCode )
+ // InternalRoom.g:7211:1: ( (lv_action_12_0= ruleDetailCode ) )
+ // InternalRoom.g:7212:1: (lv_action_12_0= ruleDetailCode )
{
- // InternalRoom.g:7298:1: (lv_action_12_0= ruleDetailCode )
- // InternalRoom.g:7299:3: lv_action_12_0= ruleDetailCode
+ // InternalRoom.g:7212:1: (lv_action_12_0= ruleDetailCode )
+ // InternalRoom.g:7213:3: lv_action_12_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getCPBranchTransitionAccess().getActionDetailCodeParserRuleCall_11_1_0());
- pushFollow(FOLLOW_63);
+ pushFollow(FOLLOW_64);
lv_action_12_0=ruleDetailCode();
state._fsp--;
@@ -18239,7 +18194,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleRefinedTransition"
- // InternalRoom.g:7327:1: entryRuleRefinedTransition returns [EObject current=null] : iv_ruleRefinedTransition= ruleRefinedTransition EOF ;
+ // InternalRoom.g:7241:1: entryRuleRefinedTransition returns [EObject current=null] : iv_ruleRefinedTransition= ruleRefinedTransition EOF ;
public final EObject entryRuleRefinedTransition() throws RecognitionException {
EObject current = null;
@@ -18247,8 +18202,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:7328:2: (iv_ruleRefinedTransition= ruleRefinedTransition EOF )
- // InternalRoom.g:7329:2: iv_ruleRefinedTransition= ruleRefinedTransition EOF
+ // InternalRoom.g:7242:2: (iv_ruleRefinedTransition= ruleRefinedTransition EOF )
+ // InternalRoom.g:7243:2: iv_ruleRefinedTransition= ruleRefinedTransition EOF
{
newCompositeNode(grammarAccess.getRefinedTransitionRule());
pushFollow(FOLLOW_1);
@@ -18275,7 +18230,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleRefinedTransition"
- // InternalRoom.g:7336:1: ruleRefinedTransition returns [EObject current=null] : (otherlv_0= 'RefinedTransition' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* otherlv_5= 'action' ( (lv_action_6_0= ruleDetailCode ) ) otherlv_7= '}' ) ;
+ // InternalRoom.g:7250:1: ruleRefinedTransition returns [EObject current=null] : (otherlv_0= 'RefinedTransition' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* otherlv_5= 'action' ( (lv_action_6_0= ruleDetailCode ) ) otherlv_7= '}' ) ;
public final EObject ruleRefinedTransition() throws RecognitionException {
EObject current = null;
@@ -18293,21 +18248,21 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:7339:28: ( (otherlv_0= 'RefinedTransition' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* otherlv_5= 'action' ( (lv_action_6_0= ruleDetailCode ) ) otherlv_7= '}' ) )
- // InternalRoom.g:7340:1: (otherlv_0= 'RefinedTransition' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* otherlv_5= 'action' ( (lv_action_6_0= ruleDetailCode ) ) otherlv_7= '}' )
+ // InternalRoom.g:7253:28: ( (otherlv_0= 'RefinedTransition' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* otherlv_5= 'action' ( (lv_action_6_0= ruleDetailCode ) ) otherlv_7= '}' ) )
+ // InternalRoom.g:7254:1: (otherlv_0= 'RefinedTransition' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* otherlv_5= 'action' ( (lv_action_6_0= ruleDetailCode ) ) otherlv_7= '}' )
{
- // InternalRoom.g:7340:1: (otherlv_0= 'RefinedTransition' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* otherlv_5= 'action' ( (lv_action_6_0= ruleDetailCode ) ) otherlv_7= '}' )
- // InternalRoom.g:7340:3: otherlv_0= 'RefinedTransition' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* otherlv_5= 'action' ( (lv_action_6_0= ruleDetailCode ) ) otherlv_7= '}'
+ // InternalRoom.g:7254:1: (otherlv_0= 'RefinedTransition' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* otherlv_5= 'action' ( (lv_action_6_0= ruleDetailCode ) ) otherlv_7= '}' )
+ // InternalRoom.g:7254:3: otherlv_0= 'RefinedTransition' ( ( ruleFQN ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' ( (lv_annotations_4_0= ruleAnnotation ) )* otherlv_5= 'action' ( (lv_action_6_0= ruleDetailCode ) ) otherlv_7= '}'
{
otherlv_0=(Token)match(input,100,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getRefinedTransitionAccess().getRefinedTransitionKeyword_0());
- // InternalRoom.g:7344:1: ( ( ruleFQN ) )
- // InternalRoom.g:7345:1: ( ruleFQN )
+ // InternalRoom.g:7258:1: ( ( ruleFQN ) )
+ // InternalRoom.g:7259:1: ( ruleFQN )
{
- // InternalRoom.g:7345:1: ( ruleFQN )
- // InternalRoom.g:7346:3: ruleFQN
+ // InternalRoom.g:7259:1: ( ruleFQN )
+ // InternalRoom.g:7260:3: ruleFQN
{
if (current==null) {
@@ -18331,19 +18286,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:7359:2: ( (lv_docu_2_0= ruleDocumentation ) )?
- int alt166=2;
- int LA166_0 = input.LA(1);
+ // InternalRoom.g:7273:2: ( (lv_docu_2_0= ruleDocumentation ) )?
+ int alt168=2;
+ int LA168_0 = input.LA(1);
- if ( (LA166_0==35) ) {
- alt166=1;
+ if ( (LA168_0==35) ) {
+ alt168=1;
}
- switch (alt166) {
+ switch (alt168) {
case 1 :
- // InternalRoom.g:7360:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:7274:1: (lv_docu_2_0= ruleDocumentation )
{
- // InternalRoom.g:7360:1: (lv_docu_2_0= ruleDocumentation )
- // InternalRoom.g:7361:3: lv_docu_2_0= ruleDocumentation
+ // InternalRoom.g:7274:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:7275:3: lv_docu_2_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getRefinedTransitionAccess().getDocuDocumentationParserRuleCall_2_0());
@@ -18373,32 +18328,32 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_3=(Token)match(input,14,FOLLOW_133);
+ otherlv_3=(Token)match(input,14,FOLLOW_134);
newLeafNode(otherlv_3, grammarAccess.getRefinedTransitionAccess().getLeftCurlyBracketKeyword_3());
- // InternalRoom.g:7381:1: ( (lv_annotations_4_0= ruleAnnotation ) )*
- loop167:
+ // InternalRoom.g:7295:1: ( (lv_annotations_4_0= ruleAnnotation ) )*
+ loop169:
do {
- int alt167=2;
- int LA167_0 = input.LA(1);
+ int alt169=2;
+ int LA169_0 = input.LA(1);
- if ( (LA167_0==109) ) {
- alt167=1;
+ if ( (LA169_0==109) ) {
+ alt169=1;
}
- switch (alt167) {
+ switch (alt169) {
case 1 :
- // InternalRoom.g:7382:1: (lv_annotations_4_0= ruleAnnotation )
+ // InternalRoom.g:7296:1: (lv_annotations_4_0= ruleAnnotation )
{
- // InternalRoom.g:7382:1: (lv_annotations_4_0= ruleAnnotation )
- // InternalRoom.g:7383:3: lv_annotations_4_0= ruleAnnotation
+ // InternalRoom.g:7296:1: (lv_annotations_4_0= ruleAnnotation )
+ // InternalRoom.g:7297:3: lv_annotations_4_0= ruleAnnotation
{
newCompositeNode(grammarAccess.getRefinedTransitionAccess().getAnnotationsAnnotationParserRuleCall_4_0());
- pushFollow(FOLLOW_133);
+ pushFollow(FOLLOW_134);
lv_annotations_4_0=ruleAnnotation();
state._fsp--;
@@ -18422,24 +18377,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop167;
+ break loop169;
}
} while (true);
- otherlv_5=(Token)match(input,95,FOLLOW_125);
+ otherlv_5=(Token)match(input,95,FOLLOW_126);
newLeafNode(otherlv_5, grammarAccess.getRefinedTransitionAccess().getActionKeyword_5());
- // InternalRoom.g:7403:1: ( (lv_action_6_0= ruleDetailCode ) )
- // InternalRoom.g:7404:1: (lv_action_6_0= ruleDetailCode )
+ // InternalRoom.g:7317:1: ( (lv_action_6_0= ruleDetailCode ) )
+ // InternalRoom.g:7318:1: (lv_action_6_0= ruleDetailCode )
{
- // InternalRoom.g:7404:1: (lv_action_6_0= ruleDetailCode )
- // InternalRoom.g:7405:3: lv_action_6_0= ruleDetailCode
+ // InternalRoom.g:7318:1: (lv_action_6_0= ruleDetailCode )
+ // InternalRoom.g:7319:3: lv_action_6_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getRefinedTransitionAccess().getActionDetailCodeParserRuleCall_6_0());
- pushFollow(FOLLOW_63);
+ pushFollow(FOLLOW_64);
lv_action_6_0=ruleDetailCode();
state._fsp--;
@@ -18486,7 +18441,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleTransitionTerminal"
- // InternalRoom.g:7433:1: entryRuleTransitionTerminal returns [EObject current=null] : iv_ruleTransitionTerminal= ruleTransitionTerminal EOF ;
+ // InternalRoom.g:7347:1: entryRuleTransitionTerminal returns [EObject current=null] : iv_ruleTransitionTerminal= ruleTransitionTerminal EOF ;
public final EObject entryRuleTransitionTerminal() throws RecognitionException {
EObject current = null;
@@ -18494,8 +18449,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:7434:2: (iv_ruleTransitionTerminal= ruleTransitionTerminal EOF )
- // InternalRoom.g:7435:2: iv_ruleTransitionTerminal= ruleTransitionTerminal EOF
+ // InternalRoom.g:7348:2: (iv_ruleTransitionTerminal= ruleTransitionTerminal EOF )
+ // InternalRoom.g:7349:2: iv_ruleTransitionTerminal= ruleTransitionTerminal EOF
{
newCompositeNode(grammarAccess.getTransitionTerminalRule());
pushFollow(FOLLOW_1);
@@ -18522,7 +18477,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleTransitionTerminal"
- // InternalRoom.g:7442:1: ruleTransitionTerminal returns [EObject current=null] : (this_StateTerminal_0= ruleStateTerminal | this_TrPointTerminal_1= ruleTrPointTerminal | this_SubStateTrPointTerminal_2= ruleSubStateTrPointTerminal | this_ChoicepointTerminal_3= ruleChoicepointTerminal ) ;
+ // InternalRoom.g:7356:1: ruleTransitionTerminal returns [EObject current=null] : (this_StateTerminal_0= ruleStateTerminal | this_TrPointTerminal_1= ruleTrPointTerminal | this_SubStateTrPointTerminal_2= ruleSubStateTrPointTerminal | this_ChoicepointTerminal_3= ruleChoicepointTerminal ) ;
public final EObject ruleTransitionTerminal() throws RecognitionException {
EObject current = null;
@@ -18538,25 +18493,25 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:7445:28: ( (this_StateTerminal_0= ruleStateTerminal | this_TrPointTerminal_1= ruleTrPointTerminal | this_SubStateTrPointTerminal_2= ruleSubStateTrPointTerminal | this_ChoicepointTerminal_3= ruleChoicepointTerminal ) )
- // InternalRoom.g:7446:1: (this_StateTerminal_0= ruleStateTerminal | this_TrPointTerminal_1= ruleTrPointTerminal | this_SubStateTrPointTerminal_2= ruleSubStateTrPointTerminal | this_ChoicepointTerminal_3= ruleChoicepointTerminal )
+ // InternalRoom.g:7359:28: ( (this_StateTerminal_0= ruleStateTerminal | this_TrPointTerminal_1= ruleTrPointTerminal | this_SubStateTrPointTerminal_2= ruleSubStateTrPointTerminal | this_ChoicepointTerminal_3= ruleChoicepointTerminal ) )
+ // InternalRoom.g:7360:1: (this_StateTerminal_0= ruleStateTerminal | this_TrPointTerminal_1= ruleTrPointTerminal | this_SubStateTrPointTerminal_2= ruleSubStateTrPointTerminal | this_ChoicepointTerminal_3= ruleChoicepointTerminal )
{
- // InternalRoom.g:7446:1: (this_StateTerminal_0= ruleStateTerminal | this_TrPointTerminal_1= ruleTrPointTerminal | this_SubStateTrPointTerminal_2= ruleSubStateTrPointTerminal | this_ChoicepointTerminal_3= ruleChoicepointTerminal )
- int alt168=4;
+ // InternalRoom.g:7360:1: (this_StateTerminal_0= ruleStateTerminal | this_TrPointTerminal_1= ruleTrPointTerminal | this_SubStateTrPointTerminal_2= ruleSubStateTrPointTerminal | this_ChoicepointTerminal_3= ruleChoicepointTerminal )
+ int alt170=4;
switch ( input.LA(1) ) {
case RULE_ID:
{
- int LA168_1 = input.LA(2);
+ int LA170_1 = input.LA(2);
- if ( (LA168_1==EOF||(LA168_1>=14 && LA168_1<=15)||LA168_1==20||LA168_1==35||(LA168_1>=81 && LA168_1<=82)||(LA168_1>=88 && LA168_1<=93)||LA168_1==100) ) {
- alt168=1;
+ if ( (LA170_1==EOF||(LA170_1>=14 && LA170_1<=15)||LA170_1==20||LA170_1==35||(LA170_1>=81 && LA170_1<=82)||(LA170_1>=88 && LA170_1<=93)||LA170_1==100) ) {
+ alt170=1;
}
- else if ( (LA168_1==25) ) {
- alt168=3;
+ else if ( (LA170_1==25) ) {
+ alt170=3;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 168, 1, input);
+ new NoViableAltException("", 170, 1, input);
throw nvae;
}
@@ -18564,24 +18519,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
case 101:
{
- alt168=2;
+ alt170=2;
}
break;
case 102:
{
- alt168=4;
+ alt170=4;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 168, 0, input);
+ new NoViableAltException("", 170, 0, input);
throw nvae;
}
- switch (alt168) {
+ switch (alt170) {
case 1 :
- // InternalRoom.g:7447:5: this_StateTerminal_0= ruleStateTerminal
+ // InternalRoom.g:7361:5: this_StateTerminal_0= ruleStateTerminal
{
newCompositeNode(grammarAccess.getTransitionTerminalAccess().getStateTerminalParserRuleCall_0());
@@ -18599,7 +18554,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:7457:5: this_TrPointTerminal_1= ruleTrPointTerminal
+ // InternalRoom.g:7371:5: this_TrPointTerminal_1= ruleTrPointTerminal
{
newCompositeNode(grammarAccess.getTransitionTerminalAccess().getTrPointTerminalParserRuleCall_1());
@@ -18617,7 +18572,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:7467:5: this_SubStateTrPointTerminal_2= ruleSubStateTrPointTerminal
+ // InternalRoom.g:7381:5: this_SubStateTrPointTerminal_2= ruleSubStateTrPointTerminal
{
newCompositeNode(grammarAccess.getTransitionTerminalAccess().getSubStateTrPointTerminalParserRuleCall_2());
@@ -18635,7 +18590,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 4 :
- // InternalRoom.g:7477:5: this_ChoicepointTerminal_3= ruleChoicepointTerminal
+ // InternalRoom.g:7391:5: this_ChoicepointTerminal_3= ruleChoicepointTerminal
{
newCompositeNode(grammarAccess.getTransitionTerminalAccess().getChoicepointTerminalParserRuleCall_3());
@@ -18673,7 +18628,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleStateTerminal"
- // InternalRoom.g:7493:1: entryRuleStateTerminal returns [EObject current=null] : iv_ruleStateTerminal= ruleStateTerminal EOF ;
+ // InternalRoom.g:7407:1: entryRuleStateTerminal returns [EObject current=null] : iv_ruleStateTerminal= ruleStateTerminal EOF ;
public final EObject entryRuleStateTerminal() throws RecognitionException {
EObject current = null;
@@ -18681,8 +18636,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:7494:2: (iv_ruleStateTerminal= ruleStateTerminal EOF )
- // InternalRoom.g:7495:2: iv_ruleStateTerminal= ruleStateTerminal EOF
+ // InternalRoom.g:7408:2: (iv_ruleStateTerminal= ruleStateTerminal EOF )
+ // InternalRoom.g:7409:2: iv_ruleStateTerminal= ruleStateTerminal EOF
{
newCompositeNode(grammarAccess.getStateTerminalRule());
pushFollow(FOLLOW_1);
@@ -18709,7 +18664,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleStateTerminal"
- // InternalRoom.g:7502:1: ruleStateTerminal returns [EObject current=null] : ( (otherlv_0= RULE_ID ) ) ;
+ // InternalRoom.g:7416:1: ruleStateTerminal returns [EObject current=null] : ( (otherlv_0= RULE_ID ) ) ;
public final EObject ruleStateTerminal() throws RecognitionException {
EObject current = null;
@@ -18718,14 +18673,14 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:7505:28: ( ( (otherlv_0= RULE_ID ) ) )
- // InternalRoom.g:7506:1: ( (otherlv_0= RULE_ID ) )
+ // InternalRoom.g:7419:28: ( ( (otherlv_0= RULE_ID ) ) )
+ // InternalRoom.g:7420:1: ( (otherlv_0= RULE_ID ) )
{
- // InternalRoom.g:7506:1: ( (otherlv_0= RULE_ID ) )
- // InternalRoom.g:7507:1: (otherlv_0= RULE_ID )
+ // InternalRoom.g:7420:1: ( (otherlv_0= RULE_ID ) )
+ // InternalRoom.g:7421:1: (otherlv_0= RULE_ID )
{
- // InternalRoom.g:7507:1: (otherlv_0= RULE_ID )
- // InternalRoom.g:7508:3: otherlv_0= RULE_ID
+ // InternalRoom.g:7421:1: (otherlv_0= RULE_ID )
+ // InternalRoom.g:7422:3: otherlv_0= RULE_ID
{
if (current==null) {
@@ -18760,7 +18715,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleTrPointTerminal"
- // InternalRoom.g:7527:1: entryRuleTrPointTerminal returns [EObject current=null] : iv_ruleTrPointTerminal= ruleTrPointTerminal EOF ;
+ // InternalRoom.g:7441:1: entryRuleTrPointTerminal returns [EObject current=null] : iv_ruleTrPointTerminal= ruleTrPointTerminal EOF ;
public final EObject entryRuleTrPointTerminal() throws RecognitionException {
EObject current = null;
@@ -18768,8 +18723,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:7528:2: (iv_ruleTrPointTerminal= ruleTrPointTerminal EOF )
- // InternalRoom.g:7529:2: iv_ruleTrPointTerminal= ruleTrPointTerminal EOF
+ // InternalRoom.g:7442:2: (iv_ruleTrPointTerminal= ruleTrPointTerminal EOF )
+ // InternalRoom.g:7443:2: iv_ruleTrPointTerminal= ruleTrPointTerminal EOF
{
newCompositeNode(grammarAccess.getTrPointTerminalRule());
pushFollow(FOLLOW_1);
@@ -18796,7 +18751,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleTrPointTerminal"
- // InternalRoom.g:7536:1: ruleTrPointTerminal returns [EObject current=null] : (otherlv_0= 'my' ( (otherlv_1= RULE_ID ) ) ) ;
+ // InternalRoom.g:7450:1: ruleTrPointTerminal returns [EObject current=null] : (otherlv_0= 'my' ( (otherlv_1= RULE_ID ) ) ) ;
public final EObject ruleTrPointTerminal() throws RecognitionException {
EObject current = null;
@@ -18806,21 +18761,21 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:7539:28: ( (otherlv_0= 'my' ( (otherlv_1= RULE_ID ) ) ) )
- // InternalRoom.g:7540:1: (otherlv_0= 'my' ( (otherlv_1= RULE_ID ) ) )
+ // InternalRoom.g:7453:28: ( (otherlv_0= 'my' ( (otherlv_1= RULE_ID ) ) ) )
+ // InternalRoom.g:7454:1: (otherlv_0= 'my' ( (otherlv_1= RULE_ID ) ) )
{
- // InternalRoom.g:7540:1: (otherlv_0= 'my' ( (otherlv_1= RULE_ID ) ) )
- // InternalRoom.g:7540:3: otherlv_0= 'my' ( (otherlv_1= RULE_ID ) )
+ // InternalRoom.g:7454:1: (otherlv_0= 'my' ( (otherlv_1= RULE_ID ) ) )
+ // InternalRoom.g:7454:3: otherlv_0= 'my' ( (otherlv_1= RULE_ID ) )
{
otherlv_0=(Token)match(input,101,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getTrPointTerminalAccess().getMyKeyword_0());
- // InternalRoom.g:7544:1: ( (otherlv_1= RULE_ID ) )
- // InternalRoom.g:7545:1: (otherlv_1= RULE_ID )
+ // InternalRoom.g:7458:1: ( (otherlv_1= RULE_ID ) )
+ // InternalRoom.g:7459:1: (otherlv_1= RULE_ID )
{
- // InternalRoom.g:7545:1: (otherlv_1= RULE_ID )
- // InternalRoom.g:7546:3: otherlv_1= RULE_ID
+ // InternalRoom.g:7459:1: (otherlv_1= RULE_ID )
+ // InternalRoom.g:7460:3: otherlv_1= RULE_ID
{
if (current==null) {
@@ -18858,7 +18813,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleSubStateTrPointTerminal"
- // InternalRoom.g:7565:1: entryRuleSubStateTrPointTerminal returns [EObject current=null] : iv_ruleSubStateTrPointTerminal= ruleSubStateTrPointTerminal EOF ;
+ // InternalRoom.g:7479:1: entryRuleSubStateTrPointTerminal returns [EObject current=null] : iv_ruleSubStateTrPointTerminal= ruleSubStateTrPointTerminal EOF ;
public final EObject entryRuleSubStateTrPointTerminal() throws RecognitionException {
EObject current = null;
@@ -18866,8 +18821,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:7566:2: (iv_ruleSubStateTrPointTerminal= ruleSubStateTrPointTerminal EOF )
- // InternalRoom.g:7567:2: iv_ruleSubStateTrPointTerminal= ruleSubStateTrPointTerminal EOF
+ // InternalRoom.g:7480:2: (iv_ruleSubStateTrPointTerminal= ruleSubStateTrPointTerminal EOF )
+ // InternalRoom.g:7481:2: iv_ruleSubStateTrPointTerminal= ruleSubStateTrPointTerminal EOF
{
newCompositeNode(grammarAccess.getSubStateTrPointTerminalRule());
pushFollow(FOLLOW_1);
@@ -18894,7 +18849,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleSubStateTrPointTerminal"
- // InternalRoom.g:7574:1: ruleSubStateTrPointTerminal returns [EObject current=null] : ( ( (otherlv_0= RULE_ID ) ) otherlv_1= 'of' ( (otherlv_2= RULE_ID ) ) ) ;
+ // InternalRoom.g:7488:1: ruleSubStateTrPointTerminal returns [EObject current=null] : ( ( (otherlv_0= RULE_ID ) ) otherlv_1= 'of' ( (otherlv_2= RULE_ID ) ) ) ;
public final EObject ruleSubStateTrPointTerminal() throws RecognitionException {
EObject current = null;
@@ -18905,24 +18860,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:7577:28: ( ( ( (otherlv_0= RULE_ID ) ) otherlv_1= 'of' ( (otherlv_2= RULE_ID ) ) ) )
- // InternalRoom.g:7578:1: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= 'of' ( (otherlv_2= RULE_ID ) ) )
+ // InternalRoom.g:7491:28: ( ( ( (otherlv_0= RULE_ID ) ) otherlv_1= 'of' ( (otherlv_2= RULE_ID ) ) ) )
+ // InternalRoom.g:7492:1: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= 'of' ( (otherlv_2= RULE_ID ) ) )
{
- // InternalRoom.g:7578:1: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= 'of' ( (otherlv_2= RULE_ID ) ) )
- // InternalRoom.g:7578:2: ( (otherlv_0= RULE_ID ) ) otherlv_1= 'of' ( (otherlv_2= RULE_ID ) )
+ // InternalRoom.g:7492:1: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= 'of' ( (otherlv_2= RULE_ID ) ) )
+ // InternalRoom.g:7492:2: ( (otherlv_0= RULE_ID ) ) otherlv_1= 'of' ( (otherlv_2= RULE_ID ) )
{
- // InternalRoom.g:7578:2: ( (otherlv_0= RULE_ID ) )
- // InternalRoom.g:7579:1: (otherlv_0= RULE_ID )
+ // InternalRoom.g:7492:2: ( (otherlv_0= RULE_ID ) )
+ // InternalRoom.g:7493:1: (otherlv_0= RULE_ID )
{
- // InternalRoom.g:7579:1: (otherlv_0= RULE_ID )
- // InternalRoom.g:7580:3: otherlv_0= RULE_ID
+ // InternalRoom.g:7493:1: (otherlv_0= RULE_ID )
+ // InternalRoom.g:7494:3: otherlv_0= RULE_ID
{
if (current==null) {
current = createModelElement(grammarAccess.getSubStateTrPointTerminalRule());
}
- otherlv_0=(Token)match(input,RULE_ID,FOLLOW_89);
+ otherlv_0=(Token)match(input,RULE_ID,FOLLOW_90);
newLeafNode(otherlv_0, grammarAccess.getSubStateTrPointTerminalAccess().getTrPointTrPointCrossReference_0_0());
@@ -18936,11 +18891,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getSubStateTrPointTerminalAccess().getOfKeyword_1());
- // InternalRoom.g:7595:1: ( (otherlv_2= RULE_ID ) )
- // InternalRoom.g:7596:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:7509:1: ( (otherlv_2= RULE_ID ) )
+ // InternalRoom.g:7510:1: (otherlv_2= RULE_ID )
{
- // InternalRoom.g:7596:1: (otherlv_2= RULE_ID )
- // InternalRoom.g:7597:3: otherlv_2= RULE_ID
+ // InternalRoom.g:7510:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:7511:3: otherlv_2= RULE_ID
{
if (current==null) {
@@ -18978,7 +18933,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleChoicepointTerminal"
- // InternalRoom.g:7616:1: entryRuleChoicepointTerminal returns [EObject current=null] : iv_ruleChoicepointTerminal= ruleChoicepointTerminal EOF ;
+ // InternalRoom.g:7530:1: entryRuleChoicepointTerminal returns [EObject current=null] : iv_ruleChoicepointTerminal= ruleChoicepointTerminal EOF ;
public final EObject entryRuleChoicepointTerminal() throws RecognitionException {
EObject current = null;
@@ -18986,8 +18941,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:7617:2: (iv_ruleChoicepointTerminal= ruleChoicepointTerminal EOF )
- // InternalRoom.g:7618:2: iv_ruleChoicepointTerminal= ruleChoicepointTerminal EOF
+ // InternalRoom.g:7531:2: (iv_ruleChoicepointTerminal= ruleChoicepointTerminal EOF )
+ // InternalRoom.g:7532:2: iv_ruleChoicepointTerminal= ruleChoicepointTerminal EOF
{
newCompositeNode(grammarAccess.getChoicepointTerminalRule());
pushFollow(FOLLOW_1);
@@ -19014,7 +18969,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleChoicepointTerminal"
- // InternalRoom.g:7625:1: ruleChoicepointTerminal returns [EObject current=null] : (otherlv_0= 'cp' ( (otherlv_1= RULE_ID ) ) ) ;
+ // InternalRoom.g:7539:1: ruleChoicepointTerminal returns [EObject current=null] : (otherlv_0= 'cp' ( (otherlv_1= RULE_ID ) ) ) ;
public final EObject ruleChoicepointTerminal() throws RecognitionException {
EObject current = null;
@@ -19024,21 +18979,21 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:7628:28: ( (otherlv_0= 'cp' ( (otherlv_1= RULE_ID ) ) ) )
- // InternalRoom.g:7629:1: (otherlv_0= 'cp' ( (otherlv_1= RULE_ID ) ) )
+ // InternalRoom.g:7542:28: ( (otherlv_0= 'cp' ( (otherlv_1= RULE_ID ) ) ) )
+ // InternalRoom.g:7543:1: (otherlv_0= 'cp' ( (otherlv_1= RULE_ID ) ) )
{
- // InternalRoom.g:7629:1: (otherlv_0= 'cp' ( (otherlv_1= RULE_ID ) ) )
- // InternalRoom.g:7629:3: otherlv_0= 'cp' ( (otherlv_1= RULE_ID ) )
+ // InternalRoom.g:7543:1: (otherlv_0= 'cp' ( (otherlv_1= RULE_ID ) ) )
+ // InternalRoom.g:7543:3: otherlv_0= 'cp' ( (otherlv_1= RULE_ID ) )
{
otherlv_0=(Token)match(input,102,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getChoicepointTerminalAccess().getCpKeyword_0());
- // InternalRoom.g:7633:1: ( (otherlv_1= RULE_ID ) )
- // InternalRoom.g:7634:1: (otherlv_1= RULE_ID )
+ // InternalRoom.g:7547:1: ( (otherlv_1= RULE_ID ) )
+ // InternalRoom.g:7548:1: (otherlv_1= RULE_ID )
{
- // InternalRoom.g:7634:1: (otherlv_1= RULE_ID )
- // InternalRoom.g:7635:3: otherlv_1= RULE_ID
+ // InternalRoom.g:7548:1: (otherlv_1= RULE_ID )
+ // InternalRoom.g:7549:3: otherlv_1= RULE_ID
{
if (current==null) {
@@ -19076,7 +19031,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleTrigger"
- // InternalRoom.g:7654:1: entryRuleTrigger returns [EObject current=null] : iv_ruleTrigger= ruleTrigger EOF ;
+ // InternalRoom.g:7568:1: entryRuleTrigger returns [EObject current=null] : iv_ruleTrigger= ruleTrigger EOF ;
public final EObject entryRuleTrigger() throws RecognitionException {
EObject current = null;
@@ -19084,8 +19039,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:7655:2: (iv_ruleTrigger= ruleTrigger EOF )
- // InternalRoom.g:7656:2: iv_ruleTrigger= ruleTrigger EOF
+ // InternalRoom.g:7569:2: (iv_ruleTrigger= ruleTrigger EOF )
+ // InternalRoom.g:7570:2: iv_ruleTrigger= ruleTrigger EOF
{
newCompositeNode(grammarAccess.getTriggerRule());
pushFollow(FOLLOW_1);
@@ -19112,7 +19067,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleTrigger"
- // InternalRoom.g:7663:1: ruleTrigger returns [EObject current=null] : (otherlv_0= '<' ( (lv_msgFromIfPairs_1_0= ruleMessageFromIf ) ) (otherlv_2= '|' ( (lv_msgFromIfPairs_3_0= ruleMessageFromIf ) ) )* ( (lv_guard_4_0= ruleGuard ) )? otherlv_5= '>' ) ;
+ // InternalRoom.g:7577:1: ruleTrigger returns [EObject current=null] : (otherlv_0= '<' ( (lv_msgFromIfPairs_1_0= ruleMessageFromIf ) ) (otherlv_2= '|' ( (lv_msgFromIfPairs_3_0= ruleMessageFromIf ) ) )* ( (lv_guard_4_0= ruleGuard ) )? otherlv_5= '>' ) ;
public final EObject ruleTrigger() throws RecognitionException {
EObject current = null;
@@ -19129,26 +19084,26 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:7666:28: ( (otherlv_0= '<' ( (lv_msgFromIfPairs_1_0= ruleMessageFromIf ) ) (otherlv_2= '|' ( (lv_msgFromIfPairs_3_0= ruleMessageFromIf ) ) )* ( (lv_guard_4_0= ruleGuard ) )? otherlv_5= '>' ) )
- // InternalRoom.g:7667:1: (otherlv_0= '<' ( (lv_msgFromIfPairs_1_0= ruleMessageFromIf ) ) (otherlv_2= '|' ( (lv_msgFromIfPairs_3_0= ruleMessageFromIf ) ) )* ( (lv_guard_4_0= ruleGuard ) )? otherlv_5= '>' )
+ // InternalRoom.g:7580:28: ( (otherlv_0= '<' ( (lv_msgFromIfPairs_1_0= ruleMessageFromIf ) ) (otherlv_2= '|' ( (lv_msgFromIfPairs_3_0= ruleMessageFromIf ) ) )* ( (lv_guard_4_0= ruleGuard ) )? otherlv_5= '>' ) )
+ // InternalRoom.g:7581:1: (otherlv_0= '<' ( (lv_msgFromIfPairs_1_0= ruleMessageFromIf ) ) (otherlv_2= '|' ( (lv_msgFromIfPairs_3_0= ruleMessageFromIf ) ) )* ( (lv_guard_4_0= ruleGuard ) )? otherlv_5= '>' )
{
- // InternalRoom.g:7667:1: (otherlv_0= '<' ( (lv_msgFromIfPairs_1_0= ruleMessageFromIf ) ) (otherlv_2= '|' ( (lv_msgFromIfPairs_3_0= ruleMessageFromIf ) ) )* ( (lv_guard_4_0= ruleGuard ) )? otherlv_5= '>' )
- // InternalRoom.g:7667:3: otherlv_0= '<' ( (lv_msgFromIfPairs_1_0= ruleMessageFromIf ) ) (otherlv_2= '|' ( (lv_msgFromIfPairs_3_0= ruleMessageFromIf ) ) )* ( (lv_guard_4_0= ruleGuard ) )? otherlv_5= '>'
+ // InternalRoom.g:7581:1: (otherlv_0= '<' ( (lv_msgFromIfPairs_1_0= ruleMessageFromIf ) ) (otherlv_2= '|' ( (lv_msgFromIfPairs_3_0= ruleMessageFromIf ) ) )* ( (lv_guard_4_0= ruleGuard ) )? otherlv_5= '>' )
+ // InternalRoom.g:7581:3: otherlv_0= '<' ( (lv_msgFromIfPairs_1_0= ruleMessageFromIf ) ) (otherlv_2= '|' ( (lv_msgFromIfPairs_3_0= ruleMessageFromIf ) ) )* ( (lv_guard_4_0= ruleGuard ) )? otherlv_5= '>'
{
otherlv_0=(Token)match(input,103,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getTriggerAccess().getLessThanSignKeyword_0());
- // InternalRoom.g:7671:1: ( (lv_msgFromIfPairs_1_0= ruleMessageFromIf ) )
- // InternalRoom.g:7672:1: (lv_msgFromIfPairs_1_0= ruleMessageFromIf )
+ // InternalRoom.g:7585:1: ( (lv_msgFromIfPairs_1_0= ruleMessageFromIf ) )
+ // InternalRoom.g:7586:1: (lv_msgFromIfPairs_1_0= ruleMessageFromIf )
{
- // InternalRoom.g:7672:1: (lv_msgFromIfPairs_1_0= ruleMessageFromIf )
- // InternalRoom.g:7673:3: lv_msgFromIfPairs_1_0= ruleMessageFromIf
+ // InternalRoom.g:7586:1: (lv_msgFromIfPairs_1_0= ruleMessageFromIf )
+ // InternalRoom.g:7587:3: lv_msgFromIfPairs_1_0= ruleMessageFromIf
{
newCompositeNode(grammarAccess.getTriggerAccess().getMsgFromIfPairsMessageFromIfParserRuleCall_1_0());
- pushFollow(FOLLOW_134);
+ pushFollow(FOLLOW_135);
lv_msgFromIfPairs_1_0=ruleMessageFromIf();
state._fsp--;
@@ -19170,35 +19125,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:7689:2: (otherlv_2= '|' ( (lv_msgFromIfPairs_3_0= ruleMessageFromIf ) ) )*
- loop169:
+ // InternalRoom.g:7603:2: (otherlv_2= '|' ( (lv_msgFromIfPairs_3_0= ruleMessageFromIf ) ) )*
+ loop171:
do {
- int alt169=2;
- int LA169_0 = input.LA(1);
+ int alt171=2;
+ int LA171_0 = input.LA(1);
- if ( (LA169_0==104) ) {
- alt169=1;
+ if ( (LA171_0==104) ) {
+ alt171=1;
}
- switch (alt169) {
+ switch (alt171) {
case 1 :
- // InternalRoom.g:7689:4: otherlv_2= '|' ( (lv_msgFromIfPairs_3_0= ruleMessageFromIf ) )
+ // InternalRoom.g:7603:4: otherlv_2= '|' ( (lv_msgFromIfPairs_3_0= ruleMessageFromIf ) )
{
otherlv_2=(Token)match(input,104,FOLLOW_3);
newLeafNode(otherlv_2, grammarAccess.getTriggerAccess().getVerticalLineKeyword_2_0());
- // InternalRoom.g:7693:1: ( (lv_msgFromIfPairs_3_0= ruleMessageFromIf ) )
- // InternalRoom.g:7694:1: (lv_msgFromIfPairs_3_0= ruleMessageFromIf )
+ // InternalRoom.g:7607:1: ( (lv_msgFromIfPairs_3_0= ruleMessageFromIf ) )
+ // InternalRoom.g:7608:1: (lv_msgFromIfPairs_3_0= ruleMessageFromIf )
{
- // InternalRoom.g:7694:1: (lv_msgFromIfPairs_3_0= ruleMessageFromIf )
- // InternalRoom.g:7695:3: lv_msgFromIfPairs_3_0= ruleMessageFromIf
+ // InternalRoom.g:7608:1: (lv_msgFromIfPairs_3_0= ruleMessageFromIf )
+ // InternalRoom.g:7609:3: lv_msgFromIfPairs_3_0= ruleMessageFromIf
{
newCompositeNode(grammarAccess.getTriggerAccess().getMsgFromIfPairsMessageFromIfParserRuleCall_2_1_0());
- pushFollow(FOLLOW_134);
+ pushFollow(FOLLOW_135);
lv_msgFromIfPairs_3_0=ruleMessageFromIf();
state._fsp--;
@@ -19225,28 +19180,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop169;
+ break loop171;
}
} while (true);
- // InternalRoom.g:7711:4: ( (lv_guard_4_0= ruleGuard ) )?
- int alt170=2;
- int LA170_0 = input.LA(1);
+ // InternalRoom.g:7625:4: ( (lv_guard_4_0= ruleGuard ) )?
+ int alt172=2;
+ int LA172_0 = input.LA(1);
- if ( (LA170_0==98) ) {
- alt170=1;
+ if ( (LA172_0==98) ) {
+ alt172=1;
}
- switch (alt170) {
+ switch (alt172) {
case 1 :
- // InternalRoom.g:7712:1: (lv_guard_4_0= ruleGuard )
+ // InternalRoom.g:7626:1: (lv_guard_4_0= ruleGuard )
{
- // InternalRoom.g:7712:1: (lv_guard_4_0= ruleGuard )
- // InternalRoom.g:7713:3: lv_guard_4_0= ruleGuard
+ // InternalRoom.g:7626:1: (lv_guard_4_0= ruleGuard )
+ // InternalRoom.g:7627:3: lv_guard_4_0= ruleGuard
{
newCompositeNode(grammarAccess.getTriggerAccess().getGuardGuardParserRuleCall_3_0());
- pushFollow(FOLLOW_135);
+ pushFollow(FOLLOW_136);
lv_guard_4_0=ruleGuard();
state._fsp--;
@@ -19296,7 +19251,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleMessageFromIf"
- // InternalRoom.g:7741:1: entryRuleMessageFromIf returns [EObject current=null] : iv_ruleMessageFromIf= ruleMessageFromIf EOF ;
+ // InternalRoom.g:7655:1: entryRuleMessageFromIf returns [EObject current=null] : iv_ruleMessageFromIf= ruleMessageFromIf EOF ;
public final EObject entryRuleMessageFromIf() throws RecognitionException {
EObject current = null;
@@ -19304,8 +19259,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:7742:2: (iv_ruleMessageFromIf= ruleMessageFromIf EOF )
- // InternalRoom.g:7743:2: iv_ruleMessageFromIf= ruleMessageFromIf EOF
+ // InternalRoom.g:7656:2: (iv_ruleMessageFromIf= ruleMessageFromIf EOF )
+ // InternalRoom.g:7657:2: iv_ruleMessageFromIf= ruleMessageFromIf EOF
{
newCompositeNode(grammarAccess.getMessageFromIfRule());
pushFollow(FOLLOW_1);
@@ -19332,7 +19287,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleMessageFromIf"
- // InternalRoom.g:7750:1: ruleMessageFromIf returns [EObject current=null] : ( ( (otherlv_0= RULE_ID ) ) otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) ) ;
+ // InternalRoom.g:7664:1: ruleMessageFromIf returns [EObject current=null] : ( ( (otherlv_0= RULE_ID ) ) otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) ) ;
public final EObject ruleMessageFromIf() throws RecognitionException {
EObject current = null;
@@ -19343,24 +19298,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:7753:28: ( ( ( (otherlv_0= RULE_ID ) ) otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) ) )
- // InternalRoom.g:7754:1: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) )
+ // InternalRoom.g:7667:28: ( ( ( (otherlv_0= RULE_ID ) ) otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) ) )
+ // InternalRoom.g:7668:1: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) )
{
- // InternalRoom.g:7754:1: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) )
- // InternalRoom.g:7754:2: ( (otherlv_0= RULE_ID ) ) otherlv_1= ':' ( (otherlv_2= RULE_ID ) )
+ // InternalRoom.g:7668:1: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) )
+ // InternalRoom.g:7668:2: ( (otherlv_0= RULE_ID ) ) otherlv_1= ':' ( (otherlv_2= RULE_ID ) )
{
- // InternalRoom.g:7754:2: ( (otherlv_0= RULE_ID ) )
- // InternalRoom.g:7755:1: (otherlv_0= RULE_ID )
+ // InternalRoom.g:7668:2: ( (otherlv_0= RULE_ID ) )
+ // InternalRoom.g:7669:1: (otherlv_0= RULE_ID )
{
- // InternalRoom.g:7755:1: (otherlv_0= RULE_ID )
- // InternalRoom.g:7756:3: otherlv_0= RULE_ID
+ // InternalRoom.g:7669:1: (otherlv_0= RULE_ID )
+ // InternalRoom.g:7670:3: otherlv_0= RULE_ID
{
if (current==null) {
current = createModelElement(grammarAccess.getMessageFromIfRule());
}
- otherlv_0=(Token)match(input,RULE_ID,FOLLOW_9);
+ otherlv_0=(Token)match(input,RULE_ID,FOLLOW_10);
newLeafNode(otherlv_0, grammarAccess.getMessageFromIfAccess().getMessageEObjectCrossReference_0_0());
@@ -19374,11 +19329,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getMessageFromIfAccess().getColonKeyword_1());
- // InternalRoom.g:7771:1: ( (otherlv_2= RULE_ID ) )
- // InternalRoom.g:7772:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:7685:1: ( (otherlv_2= RULE_ID ) )
+ // InternalRoom.g:7686:1: (otherlv_2= RULE_ID )
{
- // InternalRoom.g:7772:1: (otherlv_2= RULE_ID )
- // InternalRoom.g:7773:3: otherlv_2= RULE_ID
+ // InternalRoom.g:7686:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:7687:3: otherlv_2= RULE_ID
{
if (current==null) {
@@ -19416,7 +19371,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleGuard"
- // InternalRoom.g:7792:1: entryRuleGuard returns [EObject current=null] : iv_ruleGuard= ruleGuard EOF ;
+ // InternalRoom.g:7706:1: entryRuleGuard returns [EObject current=null] : iv_ruleGuard= ruleGuard EOF ;
public final EObject entryRuleGuard() throws RecognitionException {
EObject current = null;
@@ -19424,8 +19379,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:7793:2: (iv_ruleGuard= ruleGuard EOF )
- // InternalRoom.g:7794:2: iv_ruleGuard= ruleGuard EOF
+ // InternalRoom.g:7707:2: (iv_ruleGuard= ruleGuard EOF )
+ // InternalRoom.g:7708:2: iv_ruleGuard= ruleGuard EOF
{
newCompositeNode(grammarAccess.getGuardRule());
pushFollow(FOLLOW_1);
@@ -19452,7 +19407,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleGuard"
- // InternalRoom.g:7801:1: ruleGuard returns [EObject current=null] : (otherlv_0= 'guard' ( (lv_guard_1_0= ruleDetailCode ) ) ) ;
+ // InternalRoom.g:7715:1: ruleGuard returns [EObject current=null] : (otherlv_0= 'guard' ( (lv_guard_1_0= ruleDetailCode ) ) ) ;
public final EObject ruleGuard() throws RecognitionException {
EObject current = null;
@@ -19463,21 +19418,21 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:7804:28: ( (otherlv_0= 'guard' ( (lv_guard_1_0= ruleDetailCode ) ) ) )
- // InternalRoom.g:7805:1: (otherlv_0= 'guard' ( (lv_guard_1_0= ruleDetailCode ) ) )
+ // InternalRoom.g:7718:28: ( (otherlv_0= 'guard' ( (lv_guard_1_0= ruleDetailCode ) ) ) )
+ // InternalRoom.g:7719:1: (otherlv_0= 'guard' ( (lv_guard_1_0= ruleDetailCode ) ) )
{
- // InternalRoom.g:7805:1: (otherlv_0= 'guard' ( (lv_guard_1_0= ruleDetailCode ) ) )
- // InternalRoom.g:7805:3: otherlv_0= 'guard' ( (lv_guard_1_0= ruleDetailCode ) )
+ // InternalRoom.g:7719:1: (otherlv_0= 'guard' ( (lv_guard_1_0= ruleDetailCode ) ) )
+ // InternalRoom.g:7719:3: otherlv_0= 'guard' ( (lv_guard_1_0= ruleDetailCode ) )
{
- otherlv_0=(Token)match(input,98,FOLLOW_47);
+ otherlv_0=(Token)match(input,98,FOLLOW_48);
newLeafNode(otherlv_0, grammarAccess.getGuardAccess().getGuardKeyword_0());
- // InternalRoom.g:7809:1: ( (lv_guard_1_0= ruleDetailCode ) )
- // InternalRoom.g:7810:1: (lv_guard_1_0= ruleDetailCode )
+ // InternalRoom.g:7723:1: ( (lv_guard_1_0= ruleDetailCode ) )
+ // InternalRoom.g:7724:1: (lv_guard_1_0= ruleDetailCode )
{
- // InternalRoom.g:7810:1: (lv_guard_1_0= ruleDetailCode )
- // InternalRoom.g:7811:3: lv_guard_1_0= ruleDetailCode
+ // InternalRoom.g:7724:1: (lv_guard_1_0= ruleDetailCode )
+ // InternalRoom.g:7725:3: lv_guard_1_0= ruleDetailCode
{
newCompositeNode(grammarAccess.getGuardAccess().getGuardDetailCodeParserRuleCall_1_0());
@@ -19525,7 +19480,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleProtocolSemantics"
- // InternalRoom.g:7835:1: entryRuleProtocolSemantics returns [EObject current=null] : iv_ruleProtocolSemantics= ruleProtocolSemantics EOF ;
+ // InternalRoom.g:7749:1: entryRuleProtocolSemantics returns [EObject current=null] : iv_ruleProtocolSemantics= ruleProtocolSemantics EOF ;
public final EObject entryRuleProtocolSemantics() throws RecognitionException {
EObject current = null;
@@ -19533,8 +19488,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:7836:2: (iv_ruleProtocolSemantics= ruleProtocolSemantics EOF )
- // InternalRoom.g:7837:2: iv_ruleProtocolSemantics= ruleProtocolSemantics EOF
+ // InternalRoom.g:7750:2: (iv_ruleProtocolSemantics= ruleProtocolSemantics EOF )
+ // InternalRoom.g:7751:2: iv_ruleProtocolSemantics= ruleProtocolSemantics EOF
{
newCompositeNode(grammarAccess.getProtocolSemanticsRule());
pushFollow(FOLLOW_1);
@@ -19561,7 +19516,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleProtocolSemantics"
- // InternalRoom.g:7844:1: ruleProtocolSemantics returns [EObject current=null] : ( () otherlv_1= 'semantics' otherlv_2= '{' ( (lv_rules_3_0= ruleSemanticsRule ) )* otherlv_4= '}' ) ;
+ // InternalRoom.g:7758:1: ruleProtocolSemantics returns [EObject current=null] : ( () otherlv_1= 'semantics' otherlv_2= '{' ( (lv_rules_3_0= ruleSemanticsRule ) )* otherlv_4= '}' ) ;
public final EObject ruleProtocolSemantics() throws RecognitionException {
EObject current = null;
@@ -19574,14 +19529,14 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:7847:28: ( ( () otherlv_1= 'semantics' otherlv_2= '{' ( (lv_rules_3_0= ruleSemanticsRule ) )* otherlv_4= '}' ) )
- // InternalRoom.g:7848:1: ( () otherlv_1= 'semantics' otherlv_2= '{' ( (lv_rules_3_0= ruleSemanticsRule ) )* otherlv_4= '}' )
+ // InternalRoom.g:7761:28: ( ( () otherlv_1= 'semantics' otherlv_2= '{' ( (lv_rules_3_0= ruleSemanticsRule ) )* otherlv_4= '}' ) )
+ // InternalRoom.g:7762:1: ( () otherlv_1= 'semantics' otherlv_2= '{' ( (lv_rules_3_0= ruleSemanticsRule ) )* otherlv_4= '}' )
{
- // InternalRoom.g:7848:1: ( () otherlv_1= 'semantics' otherlv_2= '{' ( (lv_rules_3_0= ruleSemanticsRule ) )* otherlv_4= '}' )
- // InternalRoom.g:7848:2: () otherlv_1= 'semantics' otherlv_2= '{' ( (lv_rules_3_0= ruleSemanticsRule ) )* otherlv_4= '}'
+ // InternalRoom.g:7762:1: ( () otherlv_1= 'semantics' otherlv_2= '{' ( (lv_rules_3_0= ruleSemanticsRule ) )* otherlv_4= '}' )
+ // InternalRoom.g:7762:2: () otherlv_1= 'semantics' otherlv_2= '{' ( (lv_rules_3_0= ruleSemanticsRule ) )* otherlv_4= '}'
{
- // InternalRoom.g:7848:2: ()
- // InternalRoom.g:7849:5:
+ // InternalRoom.g:7762:2: ()
+ // InternalRoom.g:7763:5:
{
current = forceCreateModelElement(
@@ -19595,32 +19550,32 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getProtocolSemanticsAccess().getSemanticsKeyword_1());
- otherlv_2=(Token)match(input,14,FOLLOW_136);
+ otherlv_2=(Token)match(input,14,FOLLOW_137);
newLeafNode(otherlv_2, grammarAccess.getProtocolSemanticsAccess().getLeftCurlyBracketKeyword_2());
- // InternalRoom.g:7862:1: ( (lv_rules_3_0= ruleSemanticsRule ) )*
- loop171:
+ // InternalRoom.g:7776:1: ( (lv_rules_3_0= ruleSemanticsRule ) )*
+ loop173:
do {
- int alt171=2;
- int LA171_0 = input.LA(1);
+ int alt173=2;
+ int LA173_0 = input.LA(1);
- if ( ((LA171_0>=107 && LA171_0<=108)) ) {
- alt171=1;
+ if ( ((LA173_0>=107 && LA173_0<=108)) ) {
+ alt173=1;
}
- switch (alt171) {
+ switch (alt173) {
case 1 :
- // InternalRoom.g:7863:1: (lv_rules_3_0= ruleSemanticsRule )
+ // InternalRoom.g:7777:1: (lv_rules_3_0= ruleSemanticsRule )
{
- // InternalRoom.g:7863:1: (lv_rules_3_0= ruleSemanticsRule )
- // InternalRoom.g:7864:3: lv_rules_3_0= ruleSemanticsRule
+ // InternalRoom.g:7777:1: (lv_rules_3_0= ruleSemanticsRule )
+ // InternalRoom.g:7778:3: lv_rules_3_0= ruleSemanticsRule
{
newCompositeNode(grammarAccess.getProtocolSemanticsAccess().getRulesSemanticsRuleParserRuleCall_3_0());
- pushFollow(FOLLOW_136);
+ pushFollow(FOLLOW_137);
lv_rules_3_0=ruleSemanticsRule();
state._fsp--;
@@ -19644,7 +19599,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop171;
+ break loop173;
}
} while (true);
@@ -19673,7 +19628,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleSemanticsRule"
- // InternalRoom.g:7892:1: entryRuleSemanticsRule returns [EObject current=null] : iv_ruleSemanticsRule= ruleSemanticsRule EOF ;
+ // InternalRoom.g:7806:1: entryRuleSemanticsRule returns [EObject current=null] : iv_ruleSemanticsRule= ruleSemanticsRule EOF ;
public final EObject entryRuleSemanticsRule() throws RecognitionException {
EObject current = null;
@@ -19681,8 +19636,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:7893:2: (iv_ruleSemanticsRule= ruleSemanticsRule EOF )
- // InternalRoom.g:7894:2: iv_ruleSemanticsRule= ruleSemanticsRule EOF
+ // InternalRoom.g:7807:2: (iv_ruleSemanticsRule= ruleSemanticsRule EOF )
+ // InternalRoom.g:7808:2: iv_ruleSemanticsRule= ruleSemanticsRule EOF
{
newCompositeNode(grammarAccess.getSemanticsRuleRule());
pushFollow(FOLLOW_1);
@@ -19709,7 +19664,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleSemanticsRule"
- // InternalRoom.g:7901:1: ruleSemanticsRule returns [EObject current=null] : (this_InSemanticsRule_0= ruleInSemanticsRule | this_OutSemanticsRule_1= ruleOutSemanticsRule ) ;
+ // InternalRoom.g:7815:1: ruleSemanticsRule returns [EObject current=null] : (this_InSemanticsRule_0= ruleInSemanticsRule | this_OutSemanticsRule_1= ruleOutSemanticsRule ) ;
public final EObject ruleSemanticsRule() throws RecognitionException {
EObject current = null;
@@ -19721,28 +19676,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:7904:28: ( (this_InSemanticsRule_0= ruleInSemanticsRule | this_OutSemanticsRule_1= ruleOutSemanticsRule ) )
- // InternalRoom.g:7905:1: (this_InSemanticsRule_0= ruleInSemanticsRule | this_OutSemanticsRule_1= ruleOutSemanticsRule )
+ // InternalRoom.g:7818:28: ( (this_InSemanticsRule_0= ruleInSemanticsRule | this_OutSemanticsRule_1= ruleOutSemanticsRule ) )
+ // InternalRoom.g:7819:1: (this_InSemanticsRule_0= ruleInSemanticsRule | this_OutSemanticsRule_1= ruleOutSemanticsRule )
{
- // InternalRoom.g:7905:1: (this_InSemanticsRule_0= ruleInSemanticsRule | this_OutSemanticsRule_1= ruleOutSemanticsRule )
- int alt172=2;
- int LA172_0 = input.LA(1);
+ // InternalRoom.g:7819:1: (this_InSemanticsRule_0= ruleInSemanticsRule | this_OutSemanticsRule_1= ruleOutSemanticsRule )
+ int alt174=2;
+ int LA174_0 = input.LA(1);
- if ( (LA172_0==107) ) {
- alt172=1;
+ if ( (LA174_0==107) ) {
+ alt174=1;
}
- else if ( (LA172_0==108) ) {
- alt172=2;
+ else if ( (LA174_0==108) ) {
+ alt174=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 172, 0, input);
+ new NoViableAltException("", 174, 0, input);
throw nvae;
}
- switch (alt172) {
+ switch (alt174) {
case 1 :
- // InternalRoom.g:7906:5: this_InSemanticsRule_0= ruleInSemanticsRule
+ // InternalRoom.g:7820:5: this_InSemanticsRule_0= ruleInSemanticsRule
{
newCompositeNode(grammarAccess.getSemanticsRuleAccess().getInSemanticsRuleParserRuleCall_0());
@@ -19760,7 +19715,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:7916:5: this_OutSemanticsRule_1= ruleOutSemanticsRule
+ // InternalRoom.g:7830:5: this_OutSemanticsRule_1= ruleOutSemanticsRule
{
newCompositeNode(grammarAccess.getSemanticsRuleAccess().getOutSemanticsRuleParserRuleCall_1());
@@ -19798,7 +19753,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleInSemanticsRule"
- // InternalRoom.g:7932:1: entryRuleInSemanticsRule returns [EObject current=null] : iv_ruleInSemanticsRule= ruleInSemanticsRule EOF ;
+ // InternalRoom.g:7846:1: entryRuleInSemanticsRule returns [EObject current=null] : iv_ruleInSemanticsRule= ruleInSemanticsRule EOF ;
public final EObject entryRuleInSemanticsRule() throws RecognitionException {
EObject current = null;
@@ -19806,8 +19761,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:7933:2: (iv_ruleInSemanticsRule= ruleInSemanticsRule EOF )
- // InternalRoom.g:7934:2: iv_ruleInSemanticsRule= ruleInSemanticsRule EOF
+ // InternalRoom.g:7847:2: (iv_ruleInSemanticsRule= ruleInSemanticsRule EOF )
+ // InternalRoom.g:7848:2: iv_ruleInSemanticsRule= ruleInSemanticsRule EOF
{
newCompositeNode(grammarAccess.getInSemanticsRuleRule());
pushFollow(FOLLOW_1);
@@ -19834,7 +19789,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleInSemanticsRule"
- // InternalRoom.g:7941:1: ruleInSemanticsRule returns [EObject current=null] : (otherlv_0= 'in' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )? ) ;
+ // InternalRoom.g:7855:1: ruleInSemanticsRule returns [EObject current=null] : (otherlv_0= 'in' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )? ) ;
public final EObject ruleInSemanticsRule() throws RecognitionException {
EObject current = null;
@@ -19855,13 +19810,13 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:7944:28: ( (otherlv_0= 'in' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )? ) )
- // InternalRoom.g:7945:1: (otherlv_0= 'in' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )? )
+ // InternalRoom.g:7858:28: ( (otherlv_0= 'in' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )? ) )
+ // InternalRoom.g:7859:1: (otherlv_0= 'in' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )? )
{
- // InternalRoom.g:7945:1: (otherlv_0= 'in' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )? )
- // InternalRoom.g:7945:3: otherlv_0= 'in' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )?
+ // InternalRoom.g:7859:1: (otherlv_0= 'in' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )? )
+ // InternalRoom.g:7859:3: otherlv_0= 'in' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )?
{
- otherlv_0=(Token)match(input,107,FOLLOW_9);
+ otherlv_0=(Token)match(input,107,FOLLOW_10);
newLeafNode(otherlv_0, grammarAccess.getInSemanticsRuleAccess().getInKeyword_0());
@@ -19869,18 +19824,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getInSemanticsRuleAccess().getColonKeyword_1());
- // InternalRoom.g:7953:1: ( (otherlv_2= RULE_ID ) )
- // InternalRoom.g:7954:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:7867:1: ( (otherlv_2= RULE_ID ) )
+ // InternalRoom.g:7868:1: (otherlv_2= RULE_ID )
{
- // InternalRoom.g:7954:1: (otherlv_2= RULE_ID )
- // InternalRoom.g:7955:3: otherlv_2= RULE_ID
+ // InternalRoom.g:7868:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:7869:3: otherlv_2= RULE_ID
{
if (current==null) {
current = createModelElement(grammarAccess.getInSemanticsRuleRule());
}
- otherlv_2=(Token)match(input,RULE_ID,FOLLOW_137);
+ otherlv_2=(Token)match(input,RULE_ID,FOLLOW_138);
newLeafNode(otherlv_2, grammarAccess.getInSemanticsRuleAccess().getMsgEObjectCrossReference_2_0());
@@ -19890,46 +19845,46 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:7966:2: (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )?
- int alt175=2;
- int LA175_0 = input.LA(1);
+ // InternalRoom.g:7880:2: (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )?
+ int alt177=2;
+ int LA177_0 = input.LA(1);
- if ( (LA175_0==20) ) {
- alt175=1;
+ if ( (LA177_0==20) ) {
+ alt177=1;
}
- switch (alt175) {
+ switch (alt177) {
case 1 :
- // InternalRoom.g:7966:4: otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) )
+ // InternalRoom.g:7880:4: otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) )
{
- otherlv_3=(Token)match(input,20,FOLLOW_138);
+ otherlv_3=(Token)match(input,20,FOLLOW_139);
newLeafNode(otherlv_3, grammarAccess.getInSemanticsRuleAccess().getHyphenMinusGreaterThanSignKeyword_3_0());
- // InternalRoom.g:7970:1: ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) )
- int alt174=2;
- int LA174_0 = input.LA(1);
+ // InternalRoom.g:7884:1: ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) )
+ int alt176=2;
+ int LA176_0 = input.LA(1);
- if ( ((LA174_0>=107 && LA174_0<=108)) ) {
- alt174=1;
+ if ( ((LA176_0>=107 && LA176_0<=108)) ) {
+ alt176=1;
}
- else if ( (LA174_0==21) ) {
- alt174=2;
+ else if ( (LA176_0==21) ) {
+ alt176=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 174, 0, input);
+ new NoViableAltException("", 176, 0, input);
throw nvae;
}
- switch (alt174) {
+ switch (alt176) {
case 1 :
- // InternalRoom.g:7970:2: ( (lv_followUps_4_0= ruleSemanticsRule ) )
+ // InternalRoom.g:7884:2: ( (lv_followUps_4_0= ruleSemanticsRule ) )
{
- // InternalRoom.g:7970:2: ( (lv_followUps_4_0= ruleSemanticsRule ) )
- // InternalRoom.g:7971:1: (lv_followUps_4_0= ruleSemanticsRule )
+ // InternalRoom.g:7884:2: ( (lv_followUps_4_0= ruleSemanticsRule ) )
+ // InternalRoom.g:7885:1: (lv_followUps_4_0= ruleSemanticsRule )
{
- // InternalRoom.g:7971:1: (lv_followUps_4_0= ruleSemanticsRule )
- // InternalRoom.g:7972:3: lv_followUps_4_0= ruleSemanticsRule
+ // InternalRoom.g:7885:1: (lv_followUps_4_0= ruleSemanticsRule )
+ // InternalRoom.g:7886:3: lv_followUps_4_0= ruleSemanticsRule
{
newCompositeNode(grammarAccess.getInSemanticsRuleAccess().getFollowUpsSemanticsRuleParserRuleCall_3_1_0_0());
@@ -19960,25 +19915,25 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:7989:6: (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' )
+ // InternalRoom.g:7903:6: (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' )
{
- // InternalRoom.g:7989:6: (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' )
- // InternalRoom.g:7989:8: otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')'
+ // InternalRoom.g:7903:6: (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' )
+ // InternalRoom.g:7903:8: otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')'
{
- otherlv_5=(Token)match(input,21,FOLLOW_139);
+ otherlv_5=(Token)match(input,21,FOLLOW_140);
newLeafNode(otherlv_5, grammarAccess.getInSemanticsRuleAccess().getLeftParenthesisKeyword_3_1_1_0());
- // InternalRoom.g:7993:1: ( (lv_followUps_6_0= ruleSemanticsRule ) )
- // InternalRoom.g:7994:1: (lv_followUps_6_0= ruleSemanticsRule )
+ // InternalRoom.g:7907:1: ( (lv_followUps_6_0= ruleSemanticsRule ) )
+ // InternalRoom.g:7908:1: (lv_followUps_6_0= ruleSemanticsRule )
{
- // InternalRoom.g:7994:1: (lv_followUps_6_0= ruleSemanticsRule )
- // InternalRoom.g:7995:3: lv_followUps_6_0= ruleSemanticsRule
+ // InternalRoom.g:7908:1: (lv_followUps_6_0= ruleSemanticsRule )
+ // InternalRoom.g:7909:3: lv_followUps_6_0= ruleSemanticsRule
{
newCompositeNode(grammarAccess.getInSemanticsRuleAccess().getFollowUpsSemanticsRuleParserRuleCall_3_1_1_1_0());
- pushFollow(FOLLOW_140);
+ pushFollow(FOLLOW_141);
lv_followUps_6_0=ruleSemanticsRule();
state._fsp--;
@@ -20000,36 +19955,36 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:8011:2: (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+
- int cnt173=0;
- loop173:
+ // InternalRoom.g:7925:2: (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+
+ int cnt175=0;
+ loop175:
do {
- int alt173=2;
- int LA173_0 = input.LA(1);
+ int alt175=2;
+ int LA175_0 = input.LA(1);
- if ( (LA173_0==26) ) {
- alt173=1;
+ if ( (LA175_0==26) ) {
+ alt175=1;
}
- switch (alt173) {
+ switch (alt175) {
case 1 :
- // InternalRoom.g:8011:4: otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) )
+ // InternalRoom.g:7925:4: otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) )
{
- otherlv_7=(Token)match(input,26,FOLLOW_139);
+ otherlv_7=(Token)match(input,26,FOLLOW_140);
newLeafNode(otherlv_7, grammarAccess.getInSemanticsRuleAccess().getCommaKeyword_3_1_1_2_0());
- // InternalRoom.g:8015:1: ( (lv_followUps_8_0= ruleSemanticsRule ) )
- // InternalRoom.g:8016:1: (lv_followUps_8_0= ruleSemanticsRule )
+ // InternalRoom.g:7929:1: ( (lv_followUps_8_0= ruleSemanticsRule ) )
+ // InternalRoom.g:7930:1: (lv_followUps_8_0= ruleSemanticsRule )
{
- // InternalRoom.g:8016:1: (lv_followUps_8_0= ruleSemanticsRule )
- // InternalRoom.g:8017:3: lv_followUps_8_0= ruleSemanticsRule
+ // InternalRoom.g:7930:1: (lv_followUps_8_0= ruleSemanticsRule )
+ // InternalRoom.g:7931:3: lv_followUps_8_0= ruleSemanticsRule
{
newCompositeNode(grammarAccess.getInSemanticsRuleAccess().getFollowUpsSemanticsRuleParserRuleCall_3_1_1_2_1_0());
- pushFollow(FOLLOW_43);
+ pushFollow(FOLLOW_44);
lv_followUps_8_0=ruleSemanticsRule();
state._fsp--;
@@ -20056,12 +20011,12 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- if ( cnt173 >= 1 ) break loop173;
+ if ( cnt175 >= 1 ) break loop175;
EarlyExitException eee =
- new EarlyExitException(173, input);
+ new EarlyExitException(175, input);
throw eee;
}
- cnt173++;
+ cnt175++;
} while (true);
otherlv_9=(Token)match(input,22,FOLLOW_2);
@@ -20104,7 +20059,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleOutSemanticsRule"
- // InternalRoom.g:8045:1: entryRuleOutSemanticsRule returns [EObject current=null] : iv_ruleOutSemanticsRule= ruleOutSemanticsRule EOF ;
+ // InternalRoom.g:7959:1: entryRuleOutSemanticsRule returns [EObject current=null] : iv_ruleOutSemanticsRule= ruleOutSemanticsRule EOF ;
public final EObject entryRuleOutSemanticsRule() throws RecognitionException {
EObject current = null;
@@ -20112,8 +20067,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:8046:2: (iv_ruleOutSemanticsRule= ruleOutSemanticsRule EOF )
- // InternalRoom.g:8047:2: iv_ruleOutSemanticsRule= ruleOutSemanticsRule EOF
+ // InternalRoom.g:7960:2: (iv_ruleOutSemanticsRule= ruleOutSemanticsRule EOF )
+ // InternalRoom.g:7961:2: iv_ruleOutSemanticsRule= ruleOutSemanticsRule EOF
{
newCompositeNode(grammarAccess.getOutSemanticsRuleRule());
pushFollow(FOLLOW_1);
@@ -20140,7 +20095,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleOutSemanticsRule"
- // InternalRoom.g:8054:1: ruleOutSemanticsRule returns [EObject current=null] : (otherlv_0= 'out' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )? ) ;
+ // InternalRoom.g:7968:1: ruleOutSemanticsRule returns [EObject current=null] : (otherlv_0= 'out' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )? ) ;
public final EObject ruleOutSemanticsRule() throws RecognitionException {
EObject current = null;
@@ -20161,13 +20116,13 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:8057:28: ( (otherlv_0= 'out' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )? ) )
- // InternalRoom.g:8058:1: (otherlv_0= 'out' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )? )
+ // InternalRoom.g:7971:28: ( (otherlv_0= 'out' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )? ) )
+ // InternalRoom.g:7972:1: (otherlv_0= 'out' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )? )
{
- // InternalRoom.g:8058:1: (otherlv_0= 'out' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )? )
- // InternalRoom.g:8058:3: otherlv_0= 'out' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )?
+ // InternalRoom.g:7972:1: (otherlv_0= 'out' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )? )
+ // InternalRoom.g:7972:3: otherlv_0= 'out' otherlv_1= ':' ( (otherlv_2= RULE_ID ) ) (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )?
{
- otherlv_0=(Token)match(input,108,FOLLOW_9);
+ otherlv_0=(Token)match(input,108,FOLLOW_10);
newLeafNode(otherlv_0, grammarAccess.getOutSemanticsRuleAccess().getOutKeyword_0());
@@ -20175,18 +20130,18 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_1, grammarAccess.getOutSemanticsRuleAccess().getColonKeyword_1());
- // InternalRoom.g:8066:1: ( (otherlv_2= RULE_ID ) )
- // InternalRoom.g:8067:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:7980:1: ( (otherlv_2= RULE_ID ) )
+ // InternalRoom.g:7981:1: (otherlv_2= RULE_ID )
{
- // InternalRoom.g:8067:1: (otherlv_2= RULE_ID )
- // InternalRoom.g:8068:3: otherlv_2= RULE_ID
+ // InternalRoom.g:7981:1: (otherlv_2= RULE_ID )
+ // InternalRoom.g:7982:3: otherlv_2= RULE_ID
{
if (current==null) {
current = createModelElement(grammarAccess.getOutSemanticsRuleRule());
}
- otherlv_2=(Token)match(input,RULE_ID,FOLLOW_137);
+ otherlv_2=(Token)match(input,RULE_ID,FOLLOW_138);
newLeafNode(otherlv_2, grammarAccess.getOutSemanticsRuleAccess().getMsgEObjectCrossReference_2_0());
@@ -20196,46 +20151,46 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:8079:2: (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )?
- int alt178=2;
- int LA178_0 = input.LA(1);
+ // InternalRoom.g:7993:2: (otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) ) )?
+ int alt180=2;
+ int LA180_0 = input.LA(1);
- if ( (LA178_0==20) ) {
- alt178=1;
+ if ( (LA180_0==20) ) {
+ alt180=1;
}
- switch (alt178) {
+ switch (alt180) {
case 1 :
- // InternalRoom.g:8079:4: otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) )
+ // InternalRoom.g:7993:4: otherlv_3= '->' ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) )
{
- otherlv_3=(Token)match(input,20,FOLLOW_138);
+ otherlv_3=(Token)match(input,20,FOLLOW_139);
newLeafNode(otherlv_3, grammarAccess.getOutSemanticsRuleAccess().getHyphenMinusGreaterThanSignKeyword_3_0());
- // InternalRoom.g:8083:1: ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) )
- int alt177=2;
- int LA177_0 = input.LA(1);
+ // InternalRoom.g:7997:1: ( ( (lv_followUps_4_0= ruleSemanticsRule ) ) | (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' ) )
+ int alt179=2;
+ int LA179_0 = input.LA(1);
- if ( ((LA177_0>=107 && LA177_0<=108)) ) {
- alt177=1;
+ if ( ((LA179_0>=107 && LA179_0<=108)) ) {
+ alt179=1;
}
- else if ( (LA177_0==21) ) {
- alt177=2;
+ else if ( (LA179_0==21) ) {
+ alt179=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 177, 0, input);
+ new NoViableAltException("", 179, 0, input);
throw nvae;
}
- switch (alt177) {
+ switch (alt179) {
case 1 :
- // InternalRoom.g:8083:2: ( (lv_followUps_4_0= ruleSemanticsRule ) )
+ // InternalRoom.g:7997:2: ( (lv_followUps_4_0= ruleSemanticsRule ) )
{
- // InternalRoom.g:8083:2: ( (lv_followUps_4_0= ruleSemanticsRule ) )
- // InternalRoom.g:8084:1: (lv_followUps_4_0= ruleSemanticsRule )
+ // InternalRoom.g:7997:2: ( (lv_followUps_4_0= ruleSemanticsRule ) )
+ // InternalRoom.g:7998:1: (lv_followUps_4_0= ruleSemanticsRule )
{
- // InternalRoom.g:8084:1: (lv_followUps_4_0= ruleSemanticsRule )
- // InternalRoom.g:8085:3: lv_followUps_4_0= ruleSemanticsRule
+ // InternalRoom.g:7998:1: (lv_followUps_4_0= ruleSemanticsRule )
+ // InternalRoom.g:7999:3: lv_followUps_4_0= ruleSemanticsRule
{
newCompositeNode(grammarAccess.getOutSemanticsRuleAccess().getFollowUpsSemanticsRuleParserRuleCall_3_1_0_0());
@@ -20266,25 +20221,25 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:8102:6: (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' )
+ // InternalRoom.g:8016:6: (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' )
{
- // InternalRoom.g:8102:6: (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' )
- // InternalRoom.g:8102:8: otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')'
+ // InternalRoom.g:8016:6: (otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')' )
+ // InternalRoom.g:8016:8: otherlv_5= '(' ( (lv_followUps_6_0= ruleSemanticsRule ) ) (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+ otherlv_9= ')'
{
- otherlv_5=(Token)match(input,21,FOLLOW_139);
+ otherlv_5=(Token)match(input,21,FOLLOW_140);
newLeafNode(otherlv_5, grammarAccess.getOutSemanticsRuleAccess().getLeftParenthesisKeyword_3_1_1_0());
- // InternalRoom.g:8106:1: ( (lv_followUps_6_0= ruleSemanticsRule ) )
- // InternalRoom.g:8107:1: (lv_followUps_6_0= ruleSemanticsRule )
+ // InternalRoom.g:8020:1: ( (lv_followUps_6_0= ruleSemanticsRule ) )
+ // InternalRoom.g:8021:1: (lv_followUps_6_0= ruleSemanticsRule )
{
- // InternalRoom.g:8107:1: (lv_followUps_6_0= ruleSemanticsRule )
- // InternalRoom.g:8108:3: lv_followUps_6_0= ruleSemanticsRule
+ // InternalRoom.g:8021:1: (lv_followUps_6_0= ruleSemanticsRule )
+ // InternalRoom.g:8022:3: lv_followUps_6_0= ruleSemanticsRule
{
newCompositeNode(grammarAccess.getOutSemanticsRuleAccess().getFollowUpsSemanticsRuleParserRuleCall_3_1_1_1_0());
- pushFollow(FOLLOW_140);
+ pushFollow(FOLLOW_141);
lv_followUps_6_0=ruleSemanticsRule();
state._fsp--;
@@ -20306,36 +20261,36 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:8124:2: (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+
- int cnt176=0;
- loop176:
+ // InternalRoom.g:8038:2: (otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) ) )+
+ int cnt178=0;
+ loop178:
do {
- int alt176=2;
- int LA176_0 = input.LA(1);
+ int alt178=2;
+ int LA178_0 = input.LA(1);
- if ( (LA176_0==26) ) {
- alt176=1;
+ if ( (LA178_0==26) ) {
+ alt178=1;
}
- switch (alt176) {
+ switch (alt178) {
case 1 :
- // InternalRoom.g:8124:4: otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) )
+ // InternalRoom.g:8038:4: otherlv_7= ',' ( (lv_followUps_8_0= ruleSemanticsRule ) )
{
- otherlv_7=(Token)match(input,26,FOLLOW_139);
+ otherlv_7=(Token)match(input,26,FOLLOW_140);
newLeafNode(otherlv_7, grammarAccess.getOutSemanticsRuleAccess().getCommaKeyword_3_1_1_2_0());
- // InternalRoom.g:8128:1: ( (lv_followUps_8_0= ruleSemanticsRule ) )
- // InternalRoom.g:8129:1: (lv_followUps_8_0= ruleSemanticsRule )
+ // InternalRoom.g:8042:1: ( (lv_followUps_8_0= ruleSemanticsRule ) )
+ // InternalRoom.g:8043:1: (lv_followUps_8_0= ruleSemanticsRule )
{
- // InternalRoom.g:8129:1: (lv_followUps_8_0= ruleSemanticsRule )
- // InternalRoom.g:8130:3: lv_followUps_8_0= ruleSemanticsRule
+ // InternalRoom.g:8043:1: (lv_followUps_8_0= ruleSemanticsRule )
+ // InternalRoom.g:8044:3: lv_followUps_8_0= ruleSemanticsRule
{
newCompositeNode(grammarAccess.getOutSemanticsRuleAccess().getFollowUpsSemanticsRuleParserRuleCall_3_1_1_2_1_0());
- pushFollow(FOLLOW_43);
+ pushFollow(FOLLOW_44);
lv_followUps_8_0=ruleSemanticsRule();
state._fsp--;
@@ -20362,12 +20317,12 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- if ( cnt176 >= 1 ) break loop176;
+ if ( cnt178 >= 1 ) break loop178;
EarlyExitException eee =
- new EarlyExitException(176, input);
+ new EarlyExitException(178, input);
throw eee;
}
- cnt176++;
+ cnt178++;
} while (true);
otherlv_9=(Token)match(input,22,FOLLOW_2);
@@ -20410,7 +20365,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleAnnotation"
- // InternalRoom.g:8158:1: entryRuleAnnotation returns [EObject current=null] : iv_ruleAnnotation= ruleAnnotation EOF ;
+ // InternalRoom.g:8072:1: entryRuleAnnotation returns [EObject current=null] : iv_ruleAnnotation= ruleAnnotation EOF ;
public final EObject entryRuleAnnotation() throws RecognitionException {
EObject current = null;
@@ -20418,8 +20373,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:8159:2: (iv_ruleAnnotation= ruleAnnotation EOF )
- // InternalRoom.g:8160:2: iv_ruleAnnotation= ruleAnnotation EOF
+ // InternalRoom.g:8073:2: (iv_ruleAnnotation= ruleAnnotation EOF )
+ // InternalRoom.g:8074:2: iv_ruleAnnotation= ruleAnnotation EOF
{
newCompositeNode(grammarAccess.getAnnotationRule());
pushFollow(FOLLOW_1);
@@ -20446,7 +20401,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleAnnotation"
- // InternalRoom.g:8167:1: ruleAnnotation returns [EObject current=null] : (otherlv_0= '@' ( ( ruleFQN ) ) (otherlv_2= '(' ( (lv_attributes_3_0= ruleKeyValue ) ) (otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) ) )* otherlv_6= ')' )? ) ;
+ // InternalRoom.g:8081:1: ruleAnnotation returns [EObject current=null] : (otherlv_0= '@' ( ( ruleFQN ) ) (otherlv_2= '(' ( (lv_attributes_3_0= ruleKeyValue ) ) (otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) ) )* otherlv_6= ')' )? ) ;
public final EObject ruleAnnotation() throws RecognitionException {
EObject current = null;
@@ -20462,21 +20417,21 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:8170:28: ( (otherlv_0= '@' ( ( ruleFQN ) ) (otherlv_2= '(' ( (lv_attributes_3_0= ruleKeyValue ) ) (otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) ) )* otherlv_6= ')' )? ) )
- // InternalRoom.g:8171:1: (otherlv_0= '@' ( ( ruleFQN ) ) (otherlv_2= '(' ( (lv_attributes_3_0= ruleKeyValue ) ) (otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) ) )* otherlv_6= ')' )? )
+ // InternalRoom.g:8084:28: ( (otherlv_0= '@' ( ( ruleFQN ) ) (otherlv_2= '(' ( (lv_attributes_3_0= ruleKeyValue ) ) (otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) ) )* otherlv_6= ')' )? ) )
+ // InternalRoom.g:8085:1: (otherlv_0= '@' ( ( ruleFQN ) ) (otherlv_2= '(' ( (lv_attributes_3_0= ruleKeyValue ) ) (otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) ) )* otherlv_6= ')' )? )
{
- // InternalRoom.g:8171:1: (otherlv_0= '@' ( ( ruleFQN ) ) (otherlv_2= '(' ( (lv_attributes_3_0= ruleKeyValue ) ) (otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) ) )* otherlv_6= ')' )? )
- // InternalRoom.g:8171:3: otherlv_0= '@' ( ( ruleFQN ) ) (otherlv_2= '(' ( (lv_attributes_3_0= ruleKeyValue ) ) (otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) ) )* otherlv_6= ')' )?
+ // InternalRoom.g:8085:1: (otherlv_0= '@' ( ( ruleFQN ) ) (otherlv_2= '(' ( (lv_attributes_3_0= ruleKeyValue ) ) (otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) ) )* otherlv_6= ')' )? )
+ // InternalRoom.g:8085:3: otherlv_0= '@' ( ( ruleFQN ) ) (otherlv_2= '(' ( (lv_attributes_3_0= ruleKeyValue ) ) (otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) ) )* otherlv_6= ')' )?
{
otherlv_0=(Token)match(input,109,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getAnnotationAccess().getCommercialAtKeyword_0());
- // InternalRoom.g:8175:1: ( ( ruleFQN ) )
- // InternalRoom.g:8176:1: ( ruleFQN )
+ // InternalRoom.g:8089:1: ( ( ruleFQN ) )
+ // InternalRoom.g:8090:1: ( ruleFQN )
{
- // InternalRoom.g:8176:1: ( ruleFQN )
- // InternalRoom.g:8177:3: ruleFQN
+ // InternalRoom.g:8090:1: ( ruleFQN )
+ // InternalRoom.g:8091:3: ruleFQN
{
if (current==null) {
@@ -20486,7 +20441,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newCompositeNode(grammarAccess.getAnnotationAccess().getTypeAnnotationTypeCrossReference_1_0());
- pushFollow(FOLLOW_141);
+ pushFollow(FOLLOW_142);
ruleFQN();
state._fsp--;
@@ -20500,31 +20455,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:8190:2: (otherlv_2= '(' ( (lv_attributes_3_0= ruleKeyValue ) ) (otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) ) )* otherlv_6= ')' )?
- int alt180=2;
- int LA180_0 = input.LA(1);
+ // InternalRoom.g:8104:2: (otherlv_2= '(' ( (lv_attributes_3_0= ruleKeyValue ) ) (otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) ) )* otherlv_6= ')' )?
+ int alt182=2;
+ int LA182_0 = input.LA(1);
- if ( (LA180_0==21) ) {
- alt180=1;
+ if ( (LA182_0==21) ) {
+ alt182=1;
}
- switch (alt180) {
+ switch (alt182) {
case 1 :
- // InternalRoom.g:8190:4: otherlv_2= '(' ( (lv_attributes_3_0= ruleKeyValue ) ) (otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) ) )* otherlv_6= ')'
+ // InternalRoom.g:8104:4: otherlv_2= '(' ( (lv_attributes_3_0= ruleKeyValue ) ) (otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) ) )* otherlv_6= ')'
{
otherlv_2=(Token)match(input,21,FOLLOW_3);
newLeafNode(otherlv_2, grammarAccess.getAnnotationAccess().getLeftParenthesisKeyword_2_0());
- // InternalRoom.g:8194:1: ( (lv_attributes_3_0= ruleKeyValue ) )
- // InternalRoom.g:8195:1: (lv_attributes_3_0= ruleKeyValue )
+ // InternalRoom.g:8108:1: ( (lv_attributes_3_0= ruleKeyValue ) )
+ // InternalRoom.g:8109:1: (lv_attributes_3_0= ruleKeyValue )
{
- // InternalRoom.g:8195:1: (lv_attributes_3_0= ruleKeyValue )
- // InternalRoom.g:8196:3: lv_attributes_3_0= ruleKeyValue
+ // InternalRoom.g:8109:1: (lv_attributes_3_0= ruleKeyValue )
+ // InternalRoom.g:8110:3: lv_attributes_3_0= ruleKeyValue
{
newCompositeNode(grammarAccess.getAnnotationAccess().getAttributesKeyValueParserRuleCall_2_1_0());
- pushFollow(FOLLOW_43);
+ pushFollow(FOLLOW_44);
lv_attributes_3_0=ruleKeyValue();
state._fsp--;
@@ -20546,35 +20501,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:8212:2: (otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) ) )*
- loop179:
+ // InternalRoom.g:8126:2: (otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) ) )*
+ loop181:
do {
- int alt179=2;
- int LA179_0 = input.LA(1);
+ int alt181=2;
+ int LA181_0 = input.LA(1);
- if ( (LA179_0==26) ) {
- alt179=1;
+ if ( (LA181_0==26) ) {
+ alt181=1;
}
- switch (alt179) {
+ switch (alt181) {
case 1 :
- // InternalRoom.g:8212:4: otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) )
+ // InternalRoom.g:8126:4: otherlv_4= ',' ( (lv_attributes_5_0= ruleKeyValue ) )
{
otherlv_4=(Token)match(input,26,FOLLOW_3);
newLeafNode(otherlv_4, grammarAccess.getAnnotationAccess().getCommaKeyword_2_2_0());
- // InternalRoom.g:8216:1: ( (lv_attributes_5_0= ruleKeyValue ) )
- // InternalRoom.g:8217:1: (lv_attributes_5_0= ruleKeyValue )
+ // InternalRoom.g:8130:1: ( (lv_attributes_5_0= ruleKeyValue ) )
+ // InternalRoom.g:8131:1: (lv_attributes_5_0= ruleKeyValue )
{
- // InternalRoom.g:8217:1: (lv_attributes_5_0= ruleKeyValue )
- // InternalRoom.g:8218:3: lv_attributes_5_0= ruleKeyValue
+ // InternalRoom.g:8131:1: (lv_attributes_5_0= ruleKeyValue )
+ // InternalRoom.g:8132:3: lv_attributes_5_0= ruleKeyValue
{
newCompositeNode(grammarAccess.getAnnotationAccess().getAttributesKeyValueParserRuleCall_2_2_1_0());
- pushFollow(FOLLOW_43);
+ pushFollow(FOLLOW_44);
lv_attributes_5_0=ruleKeyValue();
state._fsp--;
@@ -20601,7 +20556,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop179;
+ break loop181;
}
} while (true);
@@ -20636,7 +20591,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleKeyValue"
- // InternalRoom.g:8246:1: entryRuleKeyValue returns [EObject current=null] : iv_ruleKeyValue= ruleKeyValue EOF ;
+ // InternalRoom.g:8160:1: entryRuleKeyValue returns [EObject current=null] : iv_ruleKeyValue= ruleKeyValue EOF ;
public final EObject entryRuleKeyValue() throws RecognitionException {
EObject current = null;
@@ -20644,8 +20599,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:8247:2: (iv_ruleKeyValue= ruleKeyValue EOF )
- // InternalRoom.g:8248:2: iv_ruleKeyValue= ruleKeyValue EOF
+ // InternalRoom.g:8161:2: (iv_ruleKeyValue= ruleKeyValue EOF )
+ // InternalRoom.g:8162:2: iv_ruleKeyValue= ruleKeyValue EOF
{
newCompositeNode(grammarAccess.getKeyValueRule());
pushFollow(FOLLOW_1);
@@ -20672,7 +20627,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleKeyValue"
- // InternalRoom.g:8255:1: ruleKeyValue returns [EObject current=null] : ( ( (lv_key_0_0= RULE_ID ) ) otherlv_1= '=' ( (lv_value_2_0= ruleLiteral ) ) ) ;
+ // InternalRoom.g:8169:1: ruleKeyValue returns [EObject current=null] : ( ( (lv_key_0_0= RULE_ID ) ) otherlv_1= '=' ( (lv_value_2_0= ruleLiteral ) ) ) ;
public final EObject ruleKeyValue() throws RecognitionException {
EObject current = null;
@@ -20684,19 +20639,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:8258:28: ( ( ( (lv_key_0_0= RULE_ID ) ) otherlv_1= '=' ( (lv_value_2_0= ruleLiteral ) ) ) )
- // InternalRoom.g:8259:1: ( ( (lv_key_0_0= RULE_ID ) ) otherlv_1= '=' ( (lv_value_2_0= ruleLiteral ) ) )
+ // InternalRoom.g:8172:28: ( ( ( (lv_key_0_0= RULE_ID ) ) otherlv_1= '=' ( (lv_value_2_0= ruleLiteral ) ) ) )
+ // InternalRoom.g:8173:1: ( ( (lv_key_0_0= RULE_ID ) ) otherlv_1= '=' ( (lv_value_2_0= ruleLiteral ) ) )
{
- // InternalRoom.g:8259:1: ( ( (lv_key_0_0= RULE_ID ) ) otherlv_1= '=' ( (lv_value_2_0= ruleLiteral ) ) )
- // InternalRoom.g:8259:2: ( (lv_key_0_0= RULE_ID ) ) otherlv_1= '=' ( (lv_value_2_0= ruleLiteral ) )
+ // InternalRoom.g:8173:1: ( ( (lv_key_0_0= RULE_ID ) ) otherlv_1= '=' ( (lv_value_2_0= ruleLiteral ) ) )
+ // InternalRoom.g:8173:2: ( (lv_key_0_0= RULE_ID ) ) otherlv_1= '=' ( (lv_value_2_0= ruleLiteral ) )
{
- // InternalRoom.g:8259:2: ( (lv_key_0_0= RULE_ID ) )
- // InternalRoom.g:8260:1: (lv_key_0_0= RULE_ID )
+ // InternalRoom.g:8173:2: ( (lv_key_0_0= RULE_ID ) )
+ // InternalRoom.g:8174:1: (lv_key_0_0= RULE_ID )
{
- // InternalRoom.g:8260:1: (lv_key_0_0= RULE_ID )
- // InternalRoom.g:8261:3: lv_key_0_0= RULE_ID
+ // InternalRoom.g:8174:1: (lv_key_0_0= RULE_ID )
+ // InternalRoom.g:8175:3: lv_key_0_0= RULE_ID
{
- lv_key_0_0=(Token)match(input,RULE_ID,FOLLOW_142);
+ lv_key_0_0=(Token)match(input,RULE_ID,FOLLOW_143);
newLeafNode(lv_key_0_0, grammarAccess.getKeyValueAccess().getKeyIDTerminalRuleCall_0_0());
@@ -20716,15 +20671,15 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_1=(Token)match(input,27,FOLLOW_143);
+ otherlv_1=(Token)match(input,27,FOLLOW_144);
newLeafNode(otherlv_1, grammarAccess.getKeyValueAccess().getEqualsSignKeyword_1());
- // InternalRoom.g:8281:1: ( (lv_value_2_0= ruleLiteral ) )
- // InternalRoom.g:8282:1: (lv_value_2_0= ruleLiteral )
+ // InternalRoom.g:8195:1: ( (lv_value_2_0= ruleLiteral ) )
+ // InternalRoom.g:8196:1: (lv_value_2_0= ruleLiteral )
{
- // InternalRoom.g:8282:1: (lv_value_2_0= ruleLiteral )
- // InternalRoom.g:8283:3: lv_value_2_0= ruleLiteral
+ // InternalRoom.g:8196:1: (lv_value_2_0= ruleLiteral )
+ // InternalRoom.g:8197:3: lv_value_2_0= ruleLiteral
{
newCompositeNode(grammarAccess.getKeyValueAccess().getValueLiteralParserRuleCall_2_0());
@@ -20772,7 +20727,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleAnnotationType"
- // InternalRoom.g:8307:1: entryRuleAnnotationType returns [EObject current=null] : iv_ruleAnnotationType= ruleAnnotationType EOF ;
+ // InternalRoom.g:8221:1: entryRuleAnnotationType returns [EObject current=null] : iv_ruleAnnotationType= ruleAnnotationType EOF ;
public final EObject entryRuleAnnotationType() throws RecognitionException {
EObject current = null;
@@ -20780,8 +20735,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:8308:2: (iv_ruleAnnotationType= ruleAnnotationType EOF )
- // InternalRoom.g:8309:2: iv_ruleAnnotationType= ruleAnnotationType EOF
+ // InternalRoom.g:8222:2: (iv_ruleAnnotationType= ruleAnnotationType EOF )
+ // InternalRoom.g:8223:2: iv_ruleAnnotationType= ruleAnnotationType EOF
{
newCompositeNode(grammarAccess.getAnnotationTypeRule());
pushFollow(FOLLOW_1);
@@ -20808,7 +20763,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleAnnotationType"
- // InternalRoom.g:8316:1: ruleAnnotationType returns [EObject current=null] : (otherlv_0= 'AnnotationType' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' otherlv_4= 'target' otherlv_5= '=' ( ( (lv_targets_6_0= ruleAnnotationTargetType ) ) | (otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}' ) ) ( (lv_attributes_12_0= ruleAnnotationAttribute ) )* otherlv_13= '}' ) ;
+ // InternalRoom.g:8230:1: ruleAnnotationType returns [EObject current=null] : (otherlv_0= 'AnnotationType' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' otherlv_4= 'target' otherlv_5= '=' ( ( (lv_targets_6_0= ruleAnnotationTargetType ) ) | (otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}' ) ) ( (lv_attributes_12_0= ruleAnnotationAttribute ) )* otherlv_13= '}' ) ;
public final EObject ruleAnnotationType() throws RecognitionException {
EObject current = null;
@@ -20835,21 +20790,21 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:8319:28: ( (otherlv_0= 'AnnotationType' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' otherlv_4= 'target' otherlv_5= '=' ( ( (lv_targets_6_0= ruleAnnotationTargetType ) ) | (otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}' ) ) ( (lv_attributes_12_0= ruleAnnotationAttribute ) )* otherlv_13= '}' ) )
- // InternalRoom.g:8320:1: (otherlv_0= 'AnnotationType' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' otherlv_4= 'target' otherlv_5= '=' ( ( (lv_targets_6_0= ruleAnnotationTargetType ) ) | (otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}' ) ) ( (lv_attributes_12_0= ruleAnnotationAttribute ) )* otherlv_13= '}' )
+ // InternalRoom.g:8233:28: ( (otherlv_0= 'AnnotationType' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' otherlv_4= 'target' otherlv_5= '=' ( ( (lv_targets_6_0= ruleAnnotationTargetType ) ) | (otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}' ) ) ( (lv_attributes_12_0= ruleAnnotationAttribute ) )* otherlv_13= '}' ) )
+ // InternalRoom.g:8234:1: (otherlv_0= 'AnnotationType' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' otherlv_4= 'target' otherlv_5= '=' ( ( (lv_targets_6_0= ruleAnnotationTargetType ) ) | (otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}' ) ) ( (lv_attributes_12_0= ruleAnnotationAttribute ) )* otherlv_13= '}' )
{
- // InternalRoom.g:8320:1: (otherlv_0= 'AnnotationType' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' otherlv_4= 'target' otherlv_5= '=' ( ( (lv_targets_6_0= ruleAnnotationTargetType ) ) | (otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}' ) ) ( (lv_attributes_12_0= ruleAnnotationAttribute ) )* otherlv_13= '}' )
- // InternalRoom.g:8320:3: otherlv_0= 'AnnotationType' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' otherlv_4= 'target' otherlv_5= '=' ( ( (lv_targets_6_0= ruleAnnotationTargetType ) ) | (otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}' ) ) ( (lv_attributes_12_0= ruleAnnotationAttribute ) )* otherlv_13= '}'
+ // InternalRoom.g:8234:1: (otherlv_0= 'AnnotationType' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' otherlv_4= 'target' otherlv_5= '=' ( ( (lv_targets_6_0= ruleAnnotationTargetType ) ) | (otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}' ) ) ( (lv_attributes_12_0= ruleAnnotationAttribute ) )* otherlv_13= '}' )
+ // InternalRoom.g:8234:3: otherlv_0= 'AnnotationType' ( (lv_name_1_0= RULE_ID ) ) ( (lv_docu_2_0= ruleDocumentation ) )? otherlv_3= '{' otherlv_4= 'target' otherlv_5= '=' ( ( (lv_targets_6_0= ruleAnnotationTargetType ) ) | (otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}' ) ) ( (lv_attributes_12_0= ruleAnnotationAttribute ) )* otherlv_13= '}'
{
otherlv_0=(Token)match(input,110,FOLLOW_3);
newLeafNode(otherlv_0, grammarAccess.getAnnotationTypeAccess().getAnnotationTypeKeyword_0());
- // InternalRoom.g:8324:1: ( (lv_name_1_0= RULE_ID ) )
- // InternalRoom.g:8325:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:8238:1: ( (lv_name_1_0= RULE_ID ) )
+ // InternalRoom.g:8239:1: (lv_name_1_0= RULE_ID )
{
- // InternalRoom.g:8325:1: (lv_name_1_0= RULE_ID )
- // InternalRoom.g:8326:3: lv_name_1_0= RULE_ID
+ // InternalRoom.g:8239:1: (lv_name_1_0= RULE_ID )
+ // InternalRoom.g:8240:3: lv_name_1_0= RULE_ID
{
lv_name_1_0=(Token)match(input,RULE_ID,FOLLOW_4);
@@ -20871,19 +20826,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:8342:2: ( (lv_docu_2_0= ruleDocumentation ) )?
- int alt181=2;
- int LA181_0 = input.LA(1);
+ // InternalRoom.g:8256:2: ( (lv_docu_2_0= ruleDocumentation ) )?
+ int alt183=2;
+ int LA183_0 = input.LA(1);
- if ( (LA181_0==35) ) {
- alt181=1;
+ if ( (LA183_0==35) ) {
+ alt183=1;
}
- switch (alt181) {
+ switch (alt183) {
case 1 :
- // InternalRoom.g:8343:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:8257:1: (lv_docu_2_0= ruleDocumentation )
{
- // InternalRoom.g:8343:1: (lv_docu_2_0= ruleDocumentation )
- // InternalRoom.g:8344:3: lv_docu_2_0= ruleDocumentation
+ // InternalRoom.g:8257:1: (lv_docu_2_0= ruleDocumentation )
+ // InternalRoom.g:8258:3: lv_docu_2_0= ruleDocumentation
{
newCompositeNode(grammarAccess.getAnnotationTypeAccess().getDocuDocumentationParserRuleCall_2_0());
@@ -20913,48 +20868,48 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_3=(Token)match(input,14,FOLLOW_144);
+ otherlv_3=(Token)match(input,14,FOLLOW_145);
newLeafNode(otherlv_3, grammarAccess.getAnnotationTypeAccess().getLeftCurlyBracketKeyword_3());
- otherlv_4=(Token)match(input,111,FOLLOW_142);
+ otherlv_4=(Token)match(input,111,FOLLOW_143);
newLeafNode(otherlv_4, grammarAccess.getAnnotationTypeAccess().getTargetKeyword_4());
- otherlv_5=(Token)match(input,27,FOLLOW_145);
+ otherlv_5=(Token)match(input,27,FOLLOW_146);
newLeafNode(otherlv_5, grammarAccess.getAnnotationTypeAccess().getEqualsSignKeyword_5());
- // InternalRoom.g:8372:1: ( ( (lv_targets_6_0= ruleAnnotationTargetType ) ) | (otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}' ) )
- int alt183=2;
- int LA183_0 = input.LA(1);
+ // InternalRoom.g:8286:1: ( ( (lv_targets_6_0= ruleAnnotationTargetType ) ) | (otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}' ) )
+ int alt185=2;
+ int LA185_0 = input.LA(1);
- if ( (LA183_0==13||LA183_0==29||LA183_0==43||LA183_0==49||LA183_0==52||LA183_0==56||LA183_0==60||LA183_0==65||LA183_0==67||(LA183_0>=80 && LA183_0<=82)) ) {
- alt183=1;
+ if ( (LA185_0==13||LA185_0==29||LA185_0==43||LA185_0==49||LA185_0==52||LA185_0==56||LA185_0==60||LA185_0==65||LA185_0==67||(LA185_0>=80 && LA185_0<=82)) ) {
+ alt185=1;
}
- else if ( (LA183_0==14) ) {
- alt183=2;
+ else if ( (LA185_0==14) ) {
+ alt185=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 183, 0, input);
+ new NoViableAltException("", 185, 0, input);
throw nvae;
}
- switch (alt183) {
+ switch (alt185) {
case 1 :
- // InternalRoom.g:8372:2: ( (lv_targets_6_0= ruleAnnotationTargetType ) )
+ // InternalRoom.g:8286:2: ( (lv_targets_6_0= ruleAnnotationTargetType ) )
{
- // InternalRoom.g:8372:2: ( (lv_targets_6_0= ruleAnnotationTargetType ) )
- // InternalRoom.g:8373:1: (lv_targets_6_0= ruleAnnotationTargetType )
+ // InternalRoom.g:8286:2: ( (lv_targets_6_0= ruleAnnotationTargetType ) )
+ // InternalRoom.g:8287:1: (lv_targets_6_0= ruleAnnotationTargetType )
{
- // InternalRoom.g:8373:1: (lv_targets_6_0= ruleAnnotationTargetType )
- // InternalRoom.g:8374:3: lv_targets_6_0= ruleAnnotationTargetType
+ // InternalRoom.g:8287:1: (lv_targets_6_0= ruleAnnotationTargetType )
+ // InternalRoom.g:8288:3: lv_targets_6_0= ruleAnnotationTargetType
{
newCompositeNode(grammarAccess.getAnnotationTypeAccess().getTargetsAnnotationTargetTypeParserRuleCall_6_0_0());
- pushFollow(FOLLOW_146);
+ pushFollow(FOLLOW_147);
lv_targets_6_0=ruleAnnotationTargetType();
state._fsp--;
@@ -20980,25 +20935,25 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:8391:6: (otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}' )
+ // InternalRoom.g:8305:6: (otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}' )
{
- // InternalRoom.g:8391:6: (otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}' )
- // InternalRoom.g:8391:8: otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}'
+ // InternalRoom.g:8305:6: (otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}' )
+ // InternalRoom.g:8305:8: otherlv_7= '{' ( (lv_targets_8_0= ruleAnnotationTargetType ) ) (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )* otherlv_11= '}'
{
- otherlv_7=(Token)match(input,14,FOLLOW_147);
+ otherlv_7=(Token)match(input,14,FOLLOW_148);
newLeafNode(otherlv_7, grammarAccess.getAnnotationTypeAccess().getLeftCurlyBracketKeyword_6_1_0());
- // InternalRoom.g:8395:1: ( (lv_targets_8_0= ruleAnnotationTargetType ) )
- // InternalRoom.g:8396:1: (lv_targets_8_0= ruleAnnotationTargetType )
+ // InternalRoom.g:8309:1: ( (lv_targets_8_0= ruleAnnotationTargetType ) )
+ // InternalRoom.g:8310:1: (lv_targets_8_0= ruleAnnotationTargetType )
{
- // InternalRoom.g:8396:1: (lv_targets_8_0= ruleAnnotationTargetType )
- // InternalRoom.g:8397:3: lv_targets_8_0= ruleAnnotationTargetType
+ // InternalRoom.g:8310:1: (lv_targets_8_0= ruleAnnotationTargetType )
+ // InternalRoom.g:8311:3: lv_targets_8_0= ruleAnnotationTargetType
{
newCompositeNode(grammarAccess.getAnnotationTypeAccess().getTargetsAnnotationTargetTypeParserRuleCall_6_1_1_0());
- pushFollow(FOLLOW_22);
+ pushFollow(FOLLOW_23);
lv_targets_8_0=ruleAnnotationTargetType();
state._fsp--;
@@ -21020,35 +20975,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:8413:2: (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )*
- loop182:
+ // InternalRoom.g:8327:2: (otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) ) )*
+ loop184:
do {
- int alt182=2;
- int LA182_0 = input.LA(1);
+ int alt184=2;
+ int LA184_0 = input.LA(1);
- if ( (LA182_0==26) ) {
- alt182=1;
+ if ( (LA184_0==26) ) {
+ alt184=1;
}
- switch (alt182) {
+ switch (alt184) {
case 1 :
- // InternalRoom.g:8413:4: otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) )
+ // InternalRoom.g:8327:4: otherlv_9= ',' ( (lv_targets_10_0= ruleAnnotationTargetType ) )
{
- otherlv_9=(Token)match(input,26,FOLLOW_147);
+ otherlv_9=(Token)match(input,26,FOLLOW_148);
newLeafNode(otherlv_9, grammarAccess.getAnnotationTypeAccess().getCommaKeyword_6_1_2_0());
- // InternalRoom.g:8417:1: ( (lv_targets_10_0= ruleAnnotationTargetType ) )
- // InternalRoom.g:8418:1: (lv_targets_10_0= ruleAnnotationTargetType )
+ // InternalRoom.g:8331:1: ( (lv_targets_10_0= ruleAnnotationTargetType ) )
+ // InternalRoom.g:8332:1: (lv_targets_10_0= ruleAnnotationTargetType )
{
- // InternalRoom.g:8418:1: (lv_targets_10_0= ruleAnnotationTargetType )
- // InternalRoom.g:8419:3: lv_targets_10_0= ruleAnnotationTargetType
+ // InternalRoom.g:8332:1: (lv_targets_10_0= ruleAnnotationTargetType )
+ // InternalRoom.g:8333:3: lv_targets_10_0= ruleAnnotationTargetType
{
newCompositeNode(grammarAccess.getAnnotationTypeAccess().getTargetsAnnotationTargetTypeParserRuleCall_6_1_2_1_0());
- pushFollow(FOLLOW_22);
+ pushFollow(FOLLOW_23);
lv_targets_10_0=ruleAnnotationTargetType();
state._fsp--;
@@ -21075,11 +21030,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop182;
+ break loop184;
}
} while (true);
- otherlv_11=(Token)match(input,15,FOLLOW_146);
+ otherlv_11=(Token)match(input,15,FOLLOW_147);
newLeafNode(otherlv_11, grammarAccess.getAnnotationTypeAccess().getRightCurlyBracketKeyword_6_1_3());
@@ -21092,28 +21047,28 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:8439:3: ( (lv_attributes_12_0= ruleAnnotationAttribute ) )*
- loop184:
+ // InternalRoom.g:8353:3: ( (lv_attributes_12_0= ruleAnnotationAttribute ) )*
+ loop186:
do {
- int alt184=2;
- int LA184_0 = input.LA(1);
+ int alt186=2;
+ int LA186_0 = input.LA(1);
- if ( ((LA184_0>=112 && LA184_0<=113)) ) {
- alt184=1;
+ if ( ((LA186_0>=112 && LA186_0<=113)) ) {
+ alt186=1;
}
- switch (alt184) {
+ switch (alt186) {
case 1 :
- // InternalRoom.g:8440:1: (lv_attributes_12_0= ruleAnnotationAttribute )
+ // InternalRoom.g:8354:1: (lv_attributes_12_0= ruleAnnotationAttribute )
{
- // InternalRoom.g:8440:1: (lv_attributes_12_0= ruleAnnotationAttribute )
- // InternalRoom.g:8441:3: lv_attributes_12_0= ruleAnnotationAttribute
+ // InternalRoom.g:8354:1: (lv_attributes_12_0= ruleAnnotationAttribute )
+ // InternalRoom.g:8355:3: lv_attributes_12_0= ruleAnnotationAttribute
{
newCompositeNode(grammarAccess.getAnnotationTypeAccess().getAttributesAnnotationAttributeParserRuleCall_7_0());
- pushFollow(FOLLOW_146);
+ pushFollow(FOLLOW_147);
lv_attributes_12_0=ruleAnnotationAttribute();
state._fsp--;
@@ -21137,7 +21092,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop184;
+ break loop186;
}
} while (true);
@@ -21166,7 +21121,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleAnnotationAttribute"
- // InternalRoom.g:8469:1: entryRuleAnnotationAttribute returns [EObject current=null] : iv_ruleAnnotationAttribute= ruleAnnotationAttribute EOF ;
+ // InternalRoom.g:8383:1: entryRuleAnnotationAttribute returns [EObject current=null] : iv_ruleAnnotationAttribute= ruleAnnotationAttribute EOF ;
public final EObject entryRuleAnnotationAttribute() throws RecognitionException {
EObject current = null;
@@ -21174,8 +21129,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:8470:2: (iv_ruleAnnotationAttribute= ruleAnnotationAttribute EOF )
- // InternalRoom.g:8471:2: iv_ruleAnnotationAttribute= ruleAnnotationAttribute EOF
+ // InternalRoom.g:8384:2: (iv_ruleAnnotationAttribute= ruleAnnotationAttribute EOF )
+ // InternalRoom.g:8385:2: iv_ruleAnnotationAttribute= ruleAnnotationAttribute EOF
{
newCompositeNode(grammarAccess.getAnnotationAttributeRule());
pushFollow(FOLLOW_1);
@@ -21202,7 +21157,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleAnnotationAttribute"
- // InternalRoom.g:8478:1: ruleAnnotationAttribute returns [EObject current=null] : (this_SimpleAnnotationAttribute_0= ruleSimpleAnnotationAttribute | this_EnumAnnotationAttribute_1= ruleEnumAnnotationAttribute ) ;
+ // InternalRoom.g:8392:1: ruleAnnotationAttribute returns [EObject current=null] : (this_SimpleAnnotationAttribute_0= ruleSimpleAnnotationAttribute | this_EnumAnnotationAttribute_1= ruleEnumAnnotationAttribute ) ;
public final EObject ruleAnnotationAttribute() throws RecognitionException {
EObject current = null;
@@ -21214,114 +21169,114 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:8481:28: ( (this_SimpleAnnotationAttribute_0= ruleSimpleAnnotationAttribute | this_EnumAnnotationAttribute_1= ruleEnumAnnotationAttribute ) )
- // InternalRoom.g:8482:1: (this_SimpleAnnotationAttribute_0= ruleSimpleAnnotationAttribute | this_EnumAnnotationAttribute_1= ruleEnumAnnotationAttribute )
+ // InternalRoom.g:8395:28: ( (this_SimpleAnnotationAttribute_0= ruleSimpleAnnotationAttribute | this_EnumAnnotationAttribute_1= ruleEnumAnnotationAttribute ) )
+ // InternalRoom.g:8396:1: (this_SimpleAnnotationAttribute_0= ruleSimpleAnnotationAttribute | this_EnumAnnotationAttribute_1= ruleEnumAnnotationAttribute )
{
- // InternalRoom.g:8482:1: (this_SimpleAnnotationAttribute_0= ruleSimpleAnnotationAttribute | this_EnumAnnotationAttribute_1= ruleEnumAnnotationAttribute )
- int alt185=2;
- int LA185_0 = input.LA(1);
+ // InternalRoom.g:8396:1: (this_SimpleAnnotationAttribute_0= ruleSimpleAnnotationAttribute | this_EnumAnnotationAttribute_1= ruleEnumAnnotationAttribute )
+ int alt187=2;
+ int LA187_0 = input.LA(1);
- if ( (LA185_0==112) ) {
- int LA185_1 = input.LA(2);
+ if ( (LA187_0==112) ) {
+ int LA187_1 = input.LA(2);
- if ( (LA185_1==114) ) {
- int LA185_3 = input.LA(3);
+ if ( (LA187_1==114) ) {
+ int LA187_3 = input.LA(3);
- if ( (LA185_3==RULE_ID) ) {
- int LA185_4 = input.LA(4);
+ if ( (LA187_3==RULE_ID) ) {
+ int LA187_4 = input.LA(4);
- if ( (LA185_4==16) ) {
- int LA185_5 = input.LA(5);
+ if ( (LA187_4==16) ) {
+ int LA187_5 = input.LA(5);
- if ( ((LA185_5>=130 && LA185_5<=133)) ) {
- alt185=1;
+ if ( ((LA187_5>=130 && LA187_5<=133)) ) {
+ alt187=1;
}
- else if ( (LA185_5==14) ) {
- alt185=2;
+ else if ( (LA187_5==14) ) {
+ alt187=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 185, 5, input);
+ new NoViableAltException("", 187, 5, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 185, 4, input);
+ new NoViableAltException("", 187, 4, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 185, 3, input);
+ new NoViableAltException("", 187, 3, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 185, 1, input);
+ new NoViableAltException("", 187, 1, input);
throw nvae;
}
}
- else if ( (LA185_0==113) ) {
- int LA185_2 = input.LA(2);
+ else if ( (LA187_0==113) ) {
+ int LA187_2 = input.LA(2);
- if ( (LA185_2==114) ) {
- int LA185_3 = input.LA(3);
+ if ( (LA187_2==114) ) {
+ int LA187_3 = input.LA(3);
- if ( (LA185_3==RULE_ID) ) {
- int LA185_4 = input.LA(4);
+ if ( (LA187_3==RULE_ID) ) {
+ int LA187_4 = input.LA(4);
- if ( (LA185_4==16) ) {
- int LA185_5 = input.LA(5);
+ if ( (LA187_4==16) ) {
+ int LA187_5 = input.LA(5);
- if ( ((LA185_5>=130 && LA185_5<=133)) ) {
- alt185=1;
+ if ( ((LA187_5>=130 && LA187_5<=133)) ) {
+ alt187=1;
}
- else if ( (LA185_5==14) ) {
- alt185=2;
+ else if ( (LA187_5==14) ) {
+ alt187=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 185, 5, input);
+ new NoViableAltException("", 187, 5, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 185, 4, input);
+ new NoViableAltException("", 187, 4, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 185, 3, input);
+ new NoViableAltException("", 187, 3, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 185, 2, input);
+ new NoViableAltException("", 187, 2, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 185, 0, input);
+ new NoViableAltException("", 187, 0, input);
throw nvae;
}
- switch (alt185) {
+ switch (alt187) {
case 1 :
- // InternalRoom.g:8483:5: this_SimpleAnnotationAttribute_0= ruleSimpleAnnotationAttribute
+ // InternalRoom.g:8397:5: this_SimpleAnnotationAttribute_0= ruleSimpleAnnotationAttribute
{
newCompositeNode(grammarAccess.getAnnotationAttributeAccess().getSimpleAnnotationAttributeParserRuleCall_0());
@@ -21339,7 +21294,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:8493:5: this_EnumAnnotationAttribute_1= ruleEnumAnnotationAttribute
+ // InternalRoom.g:8407:5: this_EnumAnnotationAttribute_1= ruleEnumAnnotationAttribute
{
newCompositeNode(grammarAccess.getAnnotationAttributeAccess().getEnumAnnotationAttributeParserRuleCall_1());
@@ -21377,7 +21332,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleSimpleAnnotationAttribute"
- // InternalRoom.g:8509:1: entryRuleSimpleAnnotationAttribute returns [EObject current=null] : iv_ruleSimpleAnnotationAttribute= ruleSimpleAnnotationAttribute EOF ;
+ // InternalRoom.g:8423:1: entryRuleSimpleAnnotationAttribute returns [EObject current=null] : iv_ruleSimpleAnnotationAttribute= ruleSimpleAnnotationAttribute EOF ;
public final EObject entryRuleSimpleAnnotationAttribute() throws RecognitionException {
EObject current = null;
@@ -21385,8 +21340,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:8510:2: (iv_ruleSimpleAnnotationAttribute= ruleSimpleAnnotationAttribute EOF )
- // InternalRoom.g:8511:2: iv_ruleSimpleAnnotationAttribute= ruleSimpleAnnotationAttribute EOF
+ // InternalRoom.g:8424:2: (iv_ruleSimpleAnnotationAttribute= ruleSimpleAnnotationAttribute EOF )
+ // InternalRoom.g:8425:2: iv_ruleSimpleAnnotationAttribute= ruleSimpleAnnotationAttribute EOF
{
newCompositeNode(grammarAccess.getSimpleAnnotationAttributeRule());
pushFollow(FOLLOW_1);
@@ -21413,7 +21368,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleSimpleAnnotationAttribute"
- // InternalRoom.g:8518:1: ruleSimpleAnnotationAttribute returns [EObject current=null] : ( ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' ( (lv_type_5_0= ruleLiteralType ) ) ) ;
+ // InternalRoom.g:8432:1: ruleSimpleAnnotationAttribute returns [EObject current=null] : ( ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' ( (lv_type_5_0= ruleLiteralType ) ) ) ;
public final EObject ruleSimpleAnnotationAttribute() throws RecognitionException {
EObject current = null;
@@ -21428,39 +21383,39 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:8521:28: ( ( ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' ( (lv_type_5_0= ruleLiteralType ) ) ) )
- // InternalRoom.g:8522:1: ( ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' ( (lv_type_5_0= ruleLiteralType ) ) )
+ // InternalRoom.g:8435:28: ( ( ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' ( (lv_type_5_0= ruleLiteralType ) ) ) )
+ // InternalRoom.g:8436:1: ( ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' ( (lv_type_5_0= ruleLiteralType ) ) )
{
- // InternalRoom.g:8522:1: ( ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' ( (lv_type_5_0= ruleLiteralType ) ) )
- // InternalRoom.g:8522:2: ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' ( (lv_type_5_0= ruleLiteralType ) )
+ // InternalRoom.g:8436:1: ( ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' ( (lv_type_5_0= ruleLiteralType ) ) )
+ // InternalRoom.g:8436:2: ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' ( (lv_type_5_0= ruleLiteralType ) )
{
- // InternalRoom.g:8522:2: ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' )
- int alt186=2;
- int LA186_0 = input.LA(1);
+ // InternalRoom.g:8436:2: ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' )
+ int alt188=2;
+ int LA188_0 = input.LA(1);
- if ( (LA186_0==112) ) {
- alt186=1;
+ if ( (LA188_0==112) ) {
+ alt188=1;
}
- else if ( (LA186_0==113) ) {
- alt186=2;
+ else if ( (LA188_0==113) ) {
+ alt188=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 186, 0, input);
+ new NoViableAltException("", 188, 0, input);
throw nvae;
}
- switch (alt186) {
+ switch (alt188) {
case 1 :
- // InternalRoom.g:8522:3: ( (lv_optional_0_0= 'optional' ) )
+ // InternalRoom.g:8436:3: ( (lv_optional_0_0= 'optional' ) )
{
- // InternalRoom.g:8522:3: ( (lv_optional_0_0= 'optional' ) )
- // InternalRoom.g:8523:1: (lv_optional_0_0= 'optional' )
+ // InternalRoom.g:8436:3: ( (lv_optional_0_0= 'optional' ) )
+ // InternalRoom.g:8437:1: (lv_optional_0_0= 'optional' )
{
- // InternalRoom.g:8523:1: (lv_optional_0_0= 'optional' )
- // InternalRoom.g:8524:3: lv_optional_0_0= 'optional'
+ // InternalRoom.g:8437:1: (lv_optional_0_0= 'optional' )
+ // InternalRoom.g:8438:3: lv_optional_0_0= 'optional'
{
- lv_optional_0_0=(Token)match(input,112,FOLLOW_148);
+ lv_optional_0_0=(Token)match(input,112,FOLLOW_149);
newLeafNode(lv_optional_0_0, grammarAccess.getSimpleAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
@@ -21480,9 +21435,9 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:8538:7: otherlv_1= 'mandatory'
+ // InternalRoom.g:8452:7: otherlv_1= 'mandatory'
{
- otherlv_1=(Token)match(input,113,FOLLOW_148);
+ otherlv_1=(Token)match(input,113,FOLLOW_149);
newLeafNode(otherlv_1, grammarAccess.getSimpleAnnotationAttributeAccess().getMandatoryKeyword_0_1());
@@ -21496,13 +21451,13 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_2, grammarAccess.getSimpleAnnotationAttributeAccess().getAttributeKeyword_1());
- // InternalRoom.g:8546:1: ( (lv_name_3_0= RULE_ID ) )
- // InternalRoom.g:8547:1: (lv_name_3_0= RULE_ID )
+ // InternalRoom.g:8460:1: ( (lv_name_3_0= RULE_ID ) )
+ // InternalRoom.g:8461:1: (lv_name_3_0= RULE_ID )
{
- // InternalRoom.g:8547:1: (lv_name_3_0= RULE_ID )
- // InternalRoom.g:8548:3: lv_name_3_0= RULE_ID
+ // InternalRoom.g:8461:1: (lv_name_3_0= RULE_ID )
+ // InternalRoom.g:8462:3: lv_name_3_0= RULE_ID
{
- lv_name_3_0=(Token)match(input,RULE_ID,FOLLOW_9);
+ lv_name_3_0=(Token)match(input,RULE_ID,FOLLOW_10);
newLeafNode(lv_name_3_0, grammarAccess.getSimpleAnnotationAttributeAccess().getNameIDTerminalRuleCall_2_0());
@@ -21522,15 +21477,15 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_4=(Token)match(input,16,FOLLOW_12);
+ otherlv_4=(Token)match(input,16,FOLLOW_13);
newLeafNode(otherlv_4, grammarAccess.getSimpleAnnotationAttributeAccess().getColonKeyword_3());
- // InternalRoom.g:8568:1: ( (lv_type_5_0= ruleLiteralType ) )
- // InternalRoom.g:8569:1: (lv_type_5_0= ruleLiteralType )
+ // InternalRoom.g:8482:1: ( (lv_type_5_0= ruleLiteralType ) )
+ // InternalRoom.g:8483:1: (lv_type_5_0= ruleLiteralType )
{
- // InternalRoom.g:8569:1: (lv_type_5_0= ruleLiteralType )
- // InternalRoom.g:8570:3: lv_type_5_0= ruleLiteralType
+ // InternalRoom.g:8483:1: (lv_type_5_0= ruleLiteralType )
+ // InternalRoom.g:8484:3: lv_type_5_0= ruleLiteralType
{
newCompositeNode(grammarAccess.getSimpleAnnotationAttributeAccess().getTypeLiteralTypeEnumRuleCall_4_0());
@@ -21578,7 +21533,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleEnumAnnotationAttribute"
- // InternalRoom.g:8594:1: entryRuleEnumAnnotationAttribute returns [EObject current=null] : iv_ruleEnumAnnotationAttribute= ruleEnumAnnotationAttribute EOF ;
+ // InternalRoom.g:8508:1: entryRuleEnumAnnotationAttribute returns [EObject current=null] : iv_ruleEnumAnnotationAttribute= ruleEnumAnnotationAttribute EOF ;
public final EObject entryRuleEnumAnnotationAttribute() throws RecognitionException {
EObject current = null;
@@ -21586,8 +21541,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:8595:2: (iv_ruleEnumAnnotationAttribute= ruleEnumAnnotationAttribute EOF )
- // InternalRoom.g:8596:2: iv_ruleEnumAnnotationAttribute= ruleEnumAnnotationAttribute EOF
+ // InternalRoom.g:8509:2: (iv_ruleEnumAnnotationAttribute= ruleEnumAnnotationAttribute EOF )
+ // InternalRoom.g:8510:2: iv_ruleEnumAnnotationAttribute= ruleEnumAnnotationAttribute EOF
{
newCompositeNode(grammarAccess.getEnumAnnotationAttributeRule());
pushFollow(FOLLOW_1);
@@ -21614,7 +21569,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleEnumAnnotationAttribute"
- // InternalRoom.g:8603:1: ruleEnumAnnotationAttribute returns [EObject current=null] : ( ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' otherlv_5= '{' ( (lv_values_6_0= RULE_STRING ) ) (otherlv_7= ',' ( (lv_values_8_0= RULE_STRING ) ) )* otherlv_9= '}' ) ;
+ // InternalRoom.g:8517:1: ruleEnumAnnotationAttribute returns [EObject current=null] : ( ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' otherlv_5= '{' ( (lv_values_6_0= RULE_STRING ) ) (otherlv_7= ',' ( (lv_values_8_0= RULE_STRING ) ) )* otherlv_9= '}' ) ;
public final EObject ruleEnumAnnotationAttribute() throws RecognitionException {
EObject current = null;
@@ -21632,39 +21587,39 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:8606:28: ( ( ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' otherlv_5= '{' ( (lv_values_6_0= RULE_STRING ) ) (otherlv_7= ',' ( (lv_values_8_0= RULE_STRING ) ) )* otherlv_9= '}' ) )
- // InternalRoom.g:8607:1: ( ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' otherlv_5= '{' ( (lv_values_6_0= RULE_STRING ) ) (otherlv_7= ',' ( (lv_values_8_0= RULE_STRING ) ) )* otherlv_9= '}' )
+ // InternalRoom.g:8520:28: ( ( ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' otherlv_5= '{' ( (lv_values_6_0= RULE_STRING ) ) (otherlv_7= ',' ( (lv_values_8_0= RULE_STRING ) ) )* otherlv_9= '}' ) )
+ // InternalRoom.g:8521:1: ( ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' otherlv_5= '{' ( (lv_values_6_0= RULE_STRING ) ) (otherlv_7= ',' ( (lv_values_8_0= RULE_STRING ) ) )* otherlv_9= '}' )
{
- // InternalRoom.g:8607:1: ( ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' otherlv_5= '{' ( (lv_values_6_0= RULE_STRING ) ) (otherlv_7= ',' ( (lv_values_8_0= RULE_STRING ) ) )* otherlv_9= '}' )
- // InternalRoom.g:8607:2: ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' otherlv_5= '{' ( (lv_values_6_0= RULE_STRING ) ) (otherlv_7= ',' ( (lv_values_8_0= RULE_STRING ) ) )* otherlv_9= '}'
+ // InternalRoom.g:8521:1: ( ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' otherlv_5= '{' ( (lv_values_6_0= RULE_STRING ) ) (otherlv_7= ',' ( (lv_values_8_0= RULE_STRING ) ) )* otherlv_9= '}' )
+ // InternalRoom.g:8521:2: ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' ) otherlv_2= 'attribute' ( (lv_name_3_0= RULE_ID ) ) otherlv_4= ':' otherlv_5= '{' ( (lv_values_6_0= RULE_STRING ) ) (otherlv_7= ',' ( (lv_values_8_0= RULE_STRING ) ) )* otherlv_9= '}'
{
- // InternalRoom.g:8607:2: ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' )
- int alt187=2;
- int LA187_0 = input.LA(1);
+ // InternalRoom.g:8521:2: ( ( (lv_optional_0_0= 'optional' ) ) | otherlv_1= 'mandatory' )
+ int alt189=2;
+ int LA189_0 = input.LA(1);
- if ( (LA187_0==112) ) {
- alt187=1;
+ if ( (LA189_0==112) ) {
+ alt189=1;
}
- else if ( (LA187_0==113) ) {
- alt187=2;
+ else if ( (LA189_0==113) ) {
+ alt189=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 187, 0, input);
+ new NoViableAltException("", 189, 0, input);
throw nvae;
}
- switch (alt187) {
+ switch (alt189) {
case 1 :
- // InternalRoom.g:8607:3: ( (lv_optional_0_0= 'optional' ) )
+ // InternalRoom.g:8521:3: ( (lv_optional_0_0= 'optional' ) )
{
- // InternalRoom.g:8607:3: ( (lv_optional_0_0= 'optional' ) )
- // InternalRoom.g:8608:1: (lv_optional_0_0= 'optional' )
+ // InternalRoom.g:8521:3: ( (lv_optional_0_0= 'optional' ) )
+ // InternalRoom.g:8522:1: (lv_optional_0_0= 'optional' )
{
- // InternalRoom.g:8608:1: (lv_optional_0_0= 'optional' )
- // InternalRoom.g:8609:3: lv_optional_0_0= 'optional'
+ // InternalRoom.g:8522:1: (lv_optional_0_0= 'optional' )
+ // InternalRoom.g:8523:3: lv_optional_0_0= 'optional'
{
- lv_optional_0_0=(Token)match(input,112,FOLLOW_148);
+ lv_optional_0_0=(Token)match(input,112,FOLLOW_149);
newLeafNode(lv_optional_0_0, grammarAccess.getEnumAnnotationAttributeAccess().getOptionalOptionalKeyword_0_0_0());
@@ -21684,9 +21639,9 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:8623:7: otherlv_1= 'mandatory'
+ // InternalRoom.g:8537:7: otherlv_1= 'mandatory'
{
- otherlv_1=(Token)match(input,113,FOLLOW_148);
+ otherlv_1=(Token)match(input,113,FOLLOW_149);
newLeafNode(otherlv_1, grammarAccess.getEnumAnnotationAttributeAccess().getMandatoryKeyword_0_1());
@@ -21700,13 +21655,13 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_2, grammarAccess.getEnumAnnotationAttributeAccess().getAttributeKeyword_1());
- // InternalRoom.g:8631:1: ( (lv_name_3_0= RULE_ID ) )
- // InternalRoom.g:8632:1: (lv_name_3_0= RULE_ID )
+ // InternalRoom.g:8545:1: ( (lv_name_3_0= RULE_ID ) )
+ // InternalRoom.g:8546:1: (lv_name_3_0= RULE_ID )
{
- // InternalRoom.g:8632:1: (lv_name_3_0= RULE_ID )
- // InternalRoom.g:8633:3: lv_name_3_0= RULE_ID
+ // InternalRoom.g:8546:1: (lv_name_3_0= RULE_ID )
+ // InternalRoom.g:8547:3: lv_name_3_0= RULE_ID
{
- lv_name_3_0=(Token)match(input,RULE_ID,FOLLOW_9);
+ lv_name_3_0=(Token)match(input,RULE_ID,FOLLOW_10);
newLeafNode(lv_name_3_0, grammarAccess.getEnumAnnotationAttributeAccess().getNameIDTerminalRuleCall_2_0());
@@ -21730,17 +21685,17 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
newLeafNode(otherlv_4, grammarAccess.getEnumAnnotationAttributeAccess().getColonKeyword_3());
- otherlv_5=(Token)match(input,14,FOLLOW_14);
+ otherlv_5=(Token)match(input,14,FOLLOW_15);
newLeafNode(otherlv_5, grammarAccess.getEnumAnnotationAttributeAccess().getLeftCurlyBracketKeyword_4());
- // InternalRoom.g:8657:1: ( (lv_values_6_0= RULE_STRING ) )
- // InternalRoom.g:8658:1: (lv_values_6_0= RULE_STRING )
+ // InternalRoom.g:8571:1: ( (lv_values_6_0= RULE_STRING ) )
+ // InternalRoom.g:8572:1: (lv_values_6_0= RULE_STRING )
{
- // InternalRoom.g:8658:1: (lv_values_6_0= RULE_STRING )
- // InternalRoom.g:8659:3: lv_values_6_0= RULE_STRING
+ // InternalRoom.g:8572:1: (lv_values_6_0= RULE_STRING )
+ // InternalRoom.g:8573:3: lv_values_6_0= RULE_STRING
{
- lv_values_6_0=(Token)match(input,RULE_STRING,FOLLOW_22);
+ lv_values_6_0=(Token)match(input,RULE_STRING,FOLLOW_23);
newLeafNode(lv_values_6_0, grammarAccess.getEnumAnnotationAttributeAccess().getValuesSTRINGTerminalRuleCall_5_0());
@@ -21760,32 +21715,32 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:8675:2: (otherlv_7= ',' ( (lv_values_8_0= RULE_STRING ) ) )*
- loop188:
+ // InternalRoom.g:8589:2: (otherlv_7= ',' ( (lv_values_8_0= RULE_STRING ) ) )*
+ loop190:
do {
- int alt188=2;
- int LA188_0 = input.LA(1);
+ int alt190=2;
+ int LA190_0 = input.LA(1);
- if ( (LA188_0==26) ) {
- alt188=1;
+ if ( (LA190_0==26) ) {
+ alt190=1;
}
- switch (alt188) {
+ switch (alt190) {
case 1 :
- // InternalRoom.g:8675:4: otherlv_7= ',' ( (lv_values_8_0= RULE_STRING ) )
+ // InternalRoom.g:8589:4: otherlv_7= ',' ( (lv_values_8_0= RULE_STRING ) )
{
- otherlv_7=(Token)match(input,26,FOLLOW_14);
+ otherlv_7=(Token)match(input,26,FOLLOW_15);
newLeafNode(otherlv_7, grammarAccess.getEnumAnnotationAttributeAccess().getCommaKeyword_6_0());
- // InternalRoom.g:8679:1: ( (lv_values_8_0= RULE_STRING ) )
- // InternalRoom.g:8680:1: (lv_values_8_0= RULE_STRING )
+ // InternalRoom.g:8593:1: ( (lv_values_8_0= RULE_STRING ) )
+ // InternalRoom.g:8594:1: (lv_values_8_0= RULE_STRING )
{
- // InternalRoom.g:8680:1: (lv_values_8_0= RULE_STRING )
- // InternalRoom.g:8681:3: lv_values_8_0= RULE_STRING
+ // InternalRoom.g:8594:1: (lv_values_8_0= RULE_STRING )
+ // InternalRoom.g:8595:3: lv_values_8_0= RULE_STRING
{
- lv_values_8_0=(Token)match(input,RULE_STRING,FOLLOW_22);
+ lv_values_8_0=(Token)match(input,RULE_STRING,FOLLOW_23);
newLeafNode(lv_values_8_0, grammarAccess.getEnumAnnotationAttributeAccess().getValuesSTRINGTerminalRuleCall_6_1_0());
@@ -21810,7 +21765,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop188;
+ break loop190;
}
} while (true);
@@ -21839,7 +21794,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleImport"
- // InternalRoom.g:8709:1: entryRuleImport returns [EObject current=null] : iv_ruleImport= ruleImport EOF ;
+ // InternalRoom.g:8623:1: entryRuleImport returns [EObject current=null] : iv_ruleImport= ruleImport EOF ;
public final EObject entryRuleImport() throws RecognitionException {
EObject current = null;
@@ -21847,8 +21802,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:8710:2: (iv_ruleImport= ruleImport EOF )
- // InternalRoom.g:8711:2: iv_ruleImport= ruleImport EOF
+ // InternalRoom.g:8624:2: (iv_ruleImport= ruleImport EOF )
+ // InternalRoom.g:8625:2: iv_ruleImport= ruleImport EOF
{
newCompositeNode(grammarAccess.getImportRule());
pushFollow(FOLLOW_1);
@@ -21875,7 +21830,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleImport"
- // InternalRoom.g:8718:1: ruleImport returns [EObject current=null] : (otherlv_0= 'import' ( ( ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )? ) | (otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) ) ) ) ) ;
+ // InternalRoom.g:8632:1: ruleImport returns [EObject current=null] : (otherlv_0= 'import' ( ( ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )? ) | (otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) ) ) ) ) ;
public final EObject ruleImport() throws RecognitionException {
EObject current = null;
@@ -21890,49 +21845,49 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:8721:28: ( (otherlv_0= 'import' ( ( ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )? ) | (otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) ) ) ) ) )
- // InternalRoom.g:8722:1: (otherlv_0= 'import' ( ( ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )? ) | (otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) ) ) ) )
+ // InternalRoom.g:8635:28: ( (otherlv_0= 'import' ( ( ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )? ) | (otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) ) ) ) ) )
+ // InternalRoom.g:8636:1: (otherlv_0= 'import' ( ( ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )? ) | (otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) ) ) ) )
{
- // InternalRoom.g:8722:1: (otherlv_0= 'import' ( ( ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )? ) | (otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) ) ) ) )
- // InternalRoom.g:8722:3: otherlv_0= 'import' ( ( ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )? ) | (otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) ) ) )
+ // InternalRoom.g:8636:1: (otherlv_0= 'import' ( ( ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )? ) | (otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) ) ) ) )
+ // InternalRoom.g:8636:3: otherlv_0= 'import' ( ( ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )? ) | (otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) ) ) )
{
- otherlv_0=(Token)match(input,115,FOLLOW_149);
+ otherlv_0=(Token)match(input,115,FOLLOW_150);
newLeafNode(otherlv_0, grammarAccess.getImportAccess().getImportKeyword_0());
- // InternalRoom.g:8726:1: ( ( ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )? ) | (otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) ) ) )
- int alt190=2;
- int LA190_0 = input.LA(1);
+ // InternalRoom.g:8640:1: ( ( ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )? ) | (otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) ) ) )
+ int alt192=2;
+ int LA192_0 = input.LA(1);
- if ( (LA190_0==RULE_ID) ) {
- alt190=1;
+ if ( (LA192_0==RULE_ID) ) {
+ alt192=1;
}
- else if ( (LA190_0==117) ) {
- alt190=2;
+ else if ( (LA192_0==117) ) {
+ alt192=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 190, 0, input);
+ new NoViableAltException("", 192, 0, input);
throw nvae;
}
- switch (alt190) {
+ switch (alt192) {
case 1 :
- // InternalRoom.g:8726:2: ( ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )? )
+ // InternalRoom.g:8640:2: ( ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )? )
{
- // InternalRoom.g:8726:2: ( ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )? )
- // InternalRoom.g:8726:3: ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )?
+ // InternalRoom.g:8640:2: ( ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )? )
+ // InternalRoom.g:8640:3: ( (lv_importedNamespace_1_0= ruleImportedFQN ) ) (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )?
{
- // InternalRoom.g:8726:3: ( (lv_importedNamespace_1_0= ruleImportedFQN ) )
- // InternalRoom.g:8727:1: (lv_importedNamespace_1_0= ruleImportedFQN )
+ // InternalRoom.g:8640:3: ( (lv_importedNamespace_1_0= ruleImportedFQN ) )
+ // InternalRoom.g:8641:1: (lv_importedNamespace_1_0= ruleImportedFQN )
{
- // InternalRoom.g:8727:1: (lv_importedNamespace_1_0= ruleImportedFQN )
- // InternalRoom.g:8728:3: lv_importedNamespace_1_0= ruleImportedFQN
+ // InternalRoom.g:8641:1: (lv_importedNamespace_1_0= ruleImportedFQN )
+ // InternalRoom.g:8642:3: lv_importedNamespace_1_0= ruleImportedFQN
{
newCompositeNode(grammarAccess.getImportAccess().getImportedNamespaceImportedFQNParserRuleCall_1_0_0_0());
- pushFollow(FOLLOW_150);
+ pushFollow(FOLLOW_151);
lv_importedNamespace_1_0=ruleImportedFQN();
state._fsp--;
@@ -21954,26 +21909,26 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:8744:2: (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )?
- int alt189=2;
- int LA189_0 = input.LA(1);
+ // InternalRoom.g:8658:2: (otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) ) )?
+ int alt191=2;
+ int LA191_0 = input.LA(1);
- if ( (LA189_0==116) ) {
- alt189=1;
+ if ( (LA191_0==116) ) {
+ alt191=1;
}
- switch (alt189) {
+ switch (alt191) {
case 1 :
- // InternalRoom.g:8744:4: otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) )
+ // InternalRoom.g:8658:4: otherlv_2= 'from' ( (lv_importURI_3_0= RULE_STRING ) )
{
- otherlv_2=(Token)match(input,116,FOLLOW_14);
+ otherlv_2=(Token)match(input,116,FOLLOW_15);
newLeafNode(otherlv_2, grammarAccess.getImportAccess().getFromKeyword_1_0_1_0());
- // InternalRoom.g:8748:1: ( (lv_importURI_3_0= RULE_STRING ) )
- // InternalRoom.g:8749:1: (lv_importURI_3_0= RULE_STRING )
+ // InternalRoom.g:8662:1: ( (lv_importURI_3_0= RULE_STRING ) )
+ // InternalRoom.g:8663:1: (lv_importURI_3_0= RULE_STRING )
{
- // InternalRoom.g:8749:1: (lv_importURI_3_0= RULE_STRING )
- // InternalRoom.g:8750:3: lv_importURI_3_0= RULE_STRING
+ // InternalRoom.g:8663:1: (lv_importURI_3_0= RULE_STRING )
+ // InternalRoom.g:8664:3: lv_importURI_3_0= RULE_STRING
{
lv_importURI_3_0=(Token)match(input,RULE_STRING,FOLLOW_2);
@@ -22008,20 +21963,20 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:8767:6: (otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) ) )
+ // InternalRoom.g:8681:6: (otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) ) )
{
- // InternalRoom.g:8767:6: (otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) ) )
- // InternalRoom.g:8767:8: otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) )
+ // InternalRoom.g:8681:6: (otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) ) )
+ // InternalRoom.g:8681:8: otherlv_4= 'model' ( (lv_importURI_5_0= RULE_STRING ) )
{
- otherlv_4=(Token)match(input,117,FOLLOW_14);
+ otherlv_4=(Token)match(input,117,FOLLOW_15);
newLeafNode(otherlv_4, grammarAccess.getImportAccess().getModelKeyword_1_1_0());
- // InternalRoom.g:8771:1: ( (lv_importURI_5_0= RULE_STRING ) )
- // InternalRoom.g:8772:1: (lv_importURI_5_0= RULE_STRING )
+ // InternalRoom.g:8685:1: ( (lv_importURI_5_0= RULE_STRING ) )
+ // InternalRoom.g:8686:1: (lv_importURI_5_0= RULE_STRING )
{
- // InternalRoom.g:8772:1: (lv_importURI_5_0= RULE_STRING )
- // InternalRoom.g:8773:3: lv_importURI_5_0= RULE_STRING
+ // InternalRoom.g:8686:1: (lv_importURI_5_0= RULE_STRING )
+ // InternalRoom.g:8687:3: lv_importURI_5_0= RULE_STRING
{
lv_importURI_5_0=(Token)match(input,RULE_STRING,FOLLOW_2);
@@ -22073,7 +22028,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleImportedFQN"
- // InternalRoom.g:8797:1: entryRuleImportedFQN returns [String current=null] : iv_ruleImportedFQN= ruleImportedFQN EOF ;
+ // InternalRoom.g:8711:1: entryRuleImportedFQN returns [String current=null] : iv_ruleImportedFQN= ruleImportedFQN EOF ;
public final String entryRuleImportedFQN() throws RecognitionException {
String current = null;
@@ -22081,8 +22036,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:8798:2: (iv_ruleImportedFQN= ruleImportedFQN EOF )
- // InternalRoom.g:8799:2: iv_ruleImportedFQN= ruleImportedFQN EOF
+ // InternalRoom.g:8712:2: (iv_ruleImportedFQN= ruleImportedFQN EOF )
+ // InternalRoom.g:8713:2: iv_ruleImportedFQN= ruleImportedFQN EOF
{
newCompositeNode(grammarAccess.getImportedFQNRule());
pushFollow(FOLLOW_1);
@@ -22109,7 +22064,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleImportedFQN"
- // InternalRoom.g:8806:1: ruleImportedFQN returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_FQN_0= ruleFQN (kw= '.*' )? ) ;
+ // InternalRoom.g:8720:1: ruleImportedFQN returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_FQN_0= ruleFQN (kw= '.*' )? ) ;
public final AntlrDatatypeRuleToken ruleImportedFQN() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -22120,16 +22075,16 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:8809:28: ( (this_FQN_0= ruleFQN (kw= '.*' )? ) )
- // InternalRoom.g:8810:1: (this_FQN_0= ruleFQN (kw= '.*' )? )
+ // InternalRoom.g:8723:28: ( (this_FQN_0= ruleFQN (kw= '.*' )? ) )
+ // InternalRoom.g:8724:1: (this_FQN_0= ruleFQN (kw= '.*' )? )
{
- // InternalRoom.g:8810:1: (this_FQN_0= ruleFQN (kw= '.*' )? )
- // InternalRoom.g:8811:5: this_FQN_0= ruleFQN (kw= '.*' )?
+ // InternalRoom.g:8724:1: (this_FQN_0= ruleFQN (kw= '.*' )? )
+ // InternalRoom.g:8725:5: this_FQN_0= ruleFQN (kw= '.*' )?
{
newCompositeNode(grammarAccess.getImportedFQNAccess().getFQNParserRuleCall_0());
- pushFollow(FOLLOW_151);
+ pushFollow(FOLLOW_152);
this_FQN_0=ruleFQN();
state._fsp--;
@@ -22140,16 +22095,16 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
afterParserOrEnumRuleCall();
- // InternalRoom.g:8821:1: (kw= '.*' )?
- int alt191=2;
- int LA191_0 = input.LA(1);
+ // InternalRoom.g:8735:1: (kw= '.*' )?
+ int alt193=2;
+ int LA193_0 = input.LA(1);
- if ( (LA191_0==118) ) {
- alt191=1;
+ if ( (LA193_0==118) ) {
+ alt193=1;
}
- switch (alt191) {
+ switch (alt193) {
case 1 :
- // InternalRoom.g:8822:2: kw= '.*'
+ // InternalRoom.g:8736:2: kw= '.*'
{
kw=(Token)match(input,118,FOLLOW_2);
@@ -22183,7 +22138,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleDocumentation"
- // InternalRoom.g:8835:1: entryRuleDocumentation returns [EObject current=null] : iv_ruleDocumentation= ruleDocumentation EOF ;
+ // InternalRoom.g:8749:1: entryRuleDocumentation returns [EObject current=null] : iv_ruleDocumentation= ruleDocumentation EOF ;
public final EObject entryRuleDocumentation() throws RecognitionException {
EObject current = null;
@@ -22191,8 +22146,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:8836:2: (iv_ruleDocumentation= ruleDocumentation EOF )
- // InternalRoom.g:8837:2: iv_ruleDocumentation= ruleDocumentation EOF
+ // InternalRoom.g:8750:2: (iv_ruleDocumentation= ruleDocumentation EOF )
+ // InternalRoom.g:8751:2: iv_ruleDocumentation= ruleDocumentation EOF
{
newCompositeNode(grammarAccess.getDocumentationRule());
pushFollow(FOLLOW_1);
@@ -22219,7 +22174,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleDocumentation"
- // InternalRoom.g:8844:1: ruleDocumentation returns [EObject current=null] : ( () otherlv_1= '[' ( (lv_lines_2_0= RULE_STRING ) )* otherlv_3= ']' ) ;
+ // InternalRoom.g:8758:1: ruleDocumentation returns [EObject current=null] : ( () otherlv_1= '[' ( (lv_lines_2_0= RULE_STRING ) )* otherlv_3= ']' ) ;
public final EObject ruleDocumentation() throws RecognitionException {
EObject current = null;
@@ -22230,14 +22185,14 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:8847:28: ( ( () otherlv_1= '[' ( (lv_lines_2_0= RULE_STRING ) )* otherlv_3= ']' ) )
- // InternalRoom.g:8848:1: ( () otherlv_1= '[' ( (lv_lines_2_0= RULE_STRING ) )* otherlv_3= ']' )
+ // InternalRoom.g:8761:28: ( ( () otherlv_1= '[' ( (lv_lines_2_0= RULE_STRING ) )* otherlv_3= ']' ) )
+ // InternalRoom.g:8762:1: ( () otherlv_1= '[' ( (lv_lines_2_0= RULE_STRING ) )* otherlv_3= ']' )
{
- // InternalRoom.g:8848:1: ( () otherlv_1= '[' ( (lv_lines_2_0= RULE_STRING ) )* otherlv_3= ']' )
- // InternalRoom.g:8848:2: () otherlv_1= '[' ( (lv_lines_2_0= RULE_STRING ) )* otherlv_3= ']'
+ // InternalRoom.g:8762:1: ( () otherlv_1= '[' ( (lv_lines_2_0= RULE_STRING ) )* otherlv_3= ']' )
+ // InternalRoom.g:8762:2: () otherlv_1= '[' ( (lv_lines_2_0= RULE_STRING ) )* otherlv_3= ']'
{
- // InternalRoom.g:8848:2: ()
- // InternalRoom.g:8849:5:
+ // InternalRoom.g:8762:2: ()
+ // InternalRoom.g:8763:5:
{
current = forceCreateModelElement(
@@ -22247,29 +22202,29 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- otherlv_1=(Token)match(input,35,FOLLOW_152);
+ otherlv_1=(Token)match(input,35,FOLLOW_153);
newLeafNode(otherlv_1, grammarAccess.getDocumentationAccess().getLeftSquareBracketKeyword_1());
- // InternalRoom.g:8858:1: ( (lv_lines_2_0= RULE_STRING ) )*
- loop192:
+ // InternalRoom.g:8772:1: ( (lv_lines_2_0= RULE_STRING ) )*
+ loop194:
do {
- int alt192=2;
- int LA192_0 = input.LA(1);
+ int alt194=2;
+ int LA194_0 = input.LA(1);
- if ( (LA192_0==RULE_STRING) ) {
- alt192=1;
+ if ( (LA194_0==RULE_STRING) ) {
+ alt194=1;
}
- switch (alt192) {
+ switch (alt194) {
case 1 :
- // InternalRoom.g:8859:1: (lv_lines_2_0= RULE_STRING )
+ // InternalRoom.g:8773:1: (lv_lines_2_0= RULE_STRING )
{
- // InternalRoom.g:8859:1: (lv_lines_2_0= RULE_STRING )
- // InternalRoom.g:8860:3: lv_lines_2_0= RULE_STRING
+ // InternalRoom.g:8773:1: (lv_lines_2_0= RULE_STRING )
+ // InternalRoom.g:8774:3: lv_lines_2_0= RULE_STRING
{
- lv_lines_2_0=(Token)match(input,RULE_STRING,FOLLOW_152);
+ lv_lines_2_0=(Token)match(input,RULE_STRING,FOLLOW_153);
newLeafNode(lv_lines_2_0, grammarAccess.getDocumentationAccess().getLinesSTRINGTerminalRuleCall_2_0());
@@ -22291,7 +22246,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop192;
+ break loop194;
}
} while (true);
@@ -22320,7 +22275,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleLiteral"
- // InternalRoom.g:8892:1: entryRuleLiteral returns [EObject current=null] : iv_ruleLiteral= ruleLiteral EOF ;
+ // InternalRoom.g:8806:1: entryRuleLiteral returns [EObject current=null] : iv_ruleLiteral= ruleLiteral EOF ;
public final EObject entryRuleLiteral() throws RecognitionException {
EObject current = null;
@@ -22328,8 +22283,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:8893:2: (iv_ruleLiteral= ruleLiteral EOF )
- // InternalRoom.g:8894:2: iv_ruleLiteral= ruleLiteral EOF
+ // InternalRoom.g:8807:2: (iv_ruleLiteral= ruleLiteral EOF )
+ // InternalRoom.g:8808:2: iv_ruleLiteral= ruleLiteral EOF
{
newCompositeNode(grammarAccess.getLiteralRule());
pushFollow(FOLLOW_1);
@@ -22356,7 +22311,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleLiteral"
- // InternalRoom.g:8901:1: ruleLiteral returns [EObject current=null] : (this_BooleanLiteral_0= ruleBooleanLiteral | this_NumberLiteral_1= ruleNumberLiteral | this_StringLiteral_2= ruleStringLiteral ) ;
+ // InternalRoom.g:8815:1: ruleLiteral returns [EObject current=null] : (this_BooleanLiteral_0= ruleBooleanLiteral | this_NumberLiteral_1= ruleNumberLiteral | this_StringLiteral_2= ruleStringLiteral ) ;
public final EObject ruleLiteral() throws RecognitionException {
EObject current = null;
@@ -22370,16 +22325,16 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:8904:28: ( (this_BooleanLiteral_0= ruleBooleanLiteral | this_NumberLiteral_1= ruleNumberLiteral | this_StringLiteral_2= ruleStringLiteral ) )
- // InternalRoom.g:8905:1: (this_BooleanLiteral_0= ruleBooleanLiteral | this_NumberLiteral_1= ruleNumberLiteral | this_StringLiteral_2= ruleStringLiteral )
+ // InternalRoom.g:8818:28: ( (this_BooleanLiteral_0= ruleBooleanLiteral | this_NumberLiteral_1= ruleNumberLiteral | this_StringLiteral_2= ruleStringLiteral ) )
+ // InternalRoom.g:8819:1: (this_BooleanLiteral_0= ruleBooleanLiteral | this_NumberLiteral_1= ruleNumberLiteral | this_StringLiteral_2= ruleStringLiteral )
{
- // InternalRoom.g:8905:1: (this_BooleanLiteral_0= ruleBooleanLiteral | this_NumberLiteral_1= ruleNumberLiteral | this_StringLiteral_2= ruleStringLiteral )
- int alt193=3;
+ // InternalRoom.g:8819:1: (this_BooleanLiteral_0= ruleBooleanLiteral | this_NumberLiteral_1= ruleNumberLiteral | this_StringLiteral_2= ruleStringLiteral )
+ int alt195=3;
switch ( input.LA(1) ) {
case 119:
case 120:
{
- alt193=1;
+ alt195=1;
}
break;
case RULE_INT:
@@ -22387,24 +22342,24 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
case 121:
case 122:
{
- alt193=2;
+ alt195=2;
}
break;
case RULE_STRING:
{
- alt193=3;
+ alt195=3;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 193, 0, input);
+ new NoViableAltException("", 195, 0, input);
throw nvae;
}
- switch (alt193) {
+ switch (alt195) {
case 1 :
- // InternalRoom.g:8906:5: this_BooleanLiteral_0= ruleBooleanLiteral
+ // InternalRoom.g:8820:5: this_BooleanLiteral_0= ruleBooleanLiteral
{
newCompositeNode(grammarAccess.getLiteralAccess().getBooleanLiteralParserRuleCall_0());
@@ -22422,7 +22377,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:8916:5: this_NumberLiteral_1= ruleNumberLiteral
+ // InternalRoom.g:8830:5: this_NumberLiteral_1= ruleNumberLiteral
{
newCompositeNode(grammarAccess.getLiteralAccess().getNumberLiteralParserRuleCall_1());
@@ -22440,7 +22395,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:8926:5: this_StringLiteral_2= ruleStringLiteral
+ // InternalRoom.g:8840:5: this_StringLiteral_2= ruleStringLiteral
{
newCompositeNode(grammarAccess.getLiteralAccess().getStringLiteralParserRuleCall_2());
@@ -22478,7 +22433,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleBooleanLiteral"
- // InternalRoom.g:8942:1: entryRuleBooleanLiteral returns [EObject current=null] : iv_ruleBooleanLiteral= ruleBooleanLiteral EOF ;
+ // InternalRoom.g:8856:1: entryRuleBooleanLiteral returns [EObject current=null] : iv_ruleBooleanLiteral= ruleBooleanLiteral EOF ;
public final EObject entryRuleBooleanLiteral() throws RecognitionException {
EObject current = null;
@@ -22486,8 +22441,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:8943:2: (iv_ruleBooleanLiteral= ruleBooleanLiteral EOF )
- // InternalRoom.g:8944:2: iv_ruleBooleanLiteral= ruleBooleanLiteral EOF
+ // InternalRoom.g:8857:2: (iv_ruleBooleanLiteral= ruleBooleanLiteral EOF )
+ // InternalRoom.g:8858:2: iv_ruleBooleanLiteral= ruleBooleanLiteral EOF
{
newCompositeNode(grammarAccess.getBooleanLiteralRule());
pushFollow(FOLLOW_1);
@@ -22514,7 +22469,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleBooleanLiteral"
- // InternalRoom.g:8951:1: ruleBooleanLiteral returns [EObject current=null] : ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) ) ;
+ // InternalRoom.g:8865:1: ruleBooleanLiteral returns [EObject current=null] : ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) ) ;
public final EObject ruleBooleanLiteral() throws RecognitionException {
EObject current = null;
@@ -22524,14 +22479,14 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:8954:28: ( ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) ) )
- // InternalRoom.g:8955:1: ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) )
+ // InternalRoom.g:8868:28: ( ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) ) )
+ // InternalRoom.g:8869:1: ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) )
{
- // InternalRoom.g:8955:1: ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) )
- // InternalRoom.g:8955:2: () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) )
+ // InternalRoom.g:8869:1: ( () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) ) )
+ // InternalRoom.g:8869:2: () (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) )
{
- // InternalRoom.g:8955:2: ()
- // InternalRoom.g:8956:5:
+ // InternalRoom.g:8869:2: ()
+ // InternalRoom.g:8870:5:
{
current = forceCreateModelElement(
@@ -22541,25 +22496,25 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:8961:2: (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) )
- int alt194=2;
- int LA194_0 = input.LA(1);
+ // InternalRoom.g:8875:2: (otherlv_1= 'false' | ( (lv_isTrue_2_0= 'true' ) ) )
+ int alt196=2;
+ int LA196_0 = input.LA(1);
- if ( (LA194_0==119) ) {
- alt194=1;
+ if ( (LA196_0==119) ) {
+ alt196=1;
}
- else if ( (LA194_0==120) ) {
- alt194=2;
+ else if ( (LA196_0==120) ) {
+ alt196=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 194, 0, input);
+ new NoViableAltException("", 196, 0, input);
throw nvae;
}
- switch (alt194) {
+ switch (alt196) {
case 1 :
- // InternalRoom.g:8961:4: otherlv_1= 'false'
+ // InternalRoom.g:8875:4: otherlv_1= 'false'
{
otherlv_1=(Token)match(input,119,FOLLOW_2);
@@ -22569,13 +22524,13 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:8966:6: ( (lv_isTrue_2_0= 'true' ) )
+ // InternalRoom.g:8880:6: ( (lv_isTrue_2_0= 'true' ) )
{
- // InternalRoom.g:8966:6: ( (lv_isTrue_2_0= 'true' ) )
- // InternalRoom.g:8967:1: (lv_isTrue_2_0= 'true' )
+ // InternalRoom.g:8880:6: ( (lv_isTrue_2_0= 'true' ) )
+ // InternalRoom.g:8881:1: (lv_isTrue_2_0= 'true' )
{
- // InternalRoom.g:8967:1: (lv_isTrue_2_0= 'true' )
- // InternalRoom.g:8968:3: lv_isTrue_2_0= 'true'
+ // InternalRoom.g:8881:1: (lv_isTrue_2_0= 'true' )
+ // InternalRoom.g:8882:3: lv_isTrue_2_0= 'true'
{
lv_isTrue_2_0=(Token)match(input,120,FOLLOW_2);
@@ -22620,7 +22575,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleNumberLiteral"
- // InternalRoom.g:8989:1: entryRuleNumberLiteral returns [EObject current=null] : iv_ruleNumberLiteral= ruleNumberLiteral EOF ;
+ // InternalRoom.g:8903:1: entryRuleNumberLiteral returns [EObject current=null] : iv_ruleNumberLiteral= ruleNumberLiteral EOF ;
public final EObject entryRuleNumberLiteral() throws RecognitionException {
EObject current = null;
@@ -22628,8 +22583,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:8990:2: (iv_ruleNumberLiteral= ruleNumberLiteral EOF )
- // InternalRoom.g:8991:2: iv_ruleNumberLiteral= ruleNumberLiteral EOF
+ // InternalRoom.g:8904:2: (iv_ruleNumberLiteral= ruleNumberLiteral EOF )
+ // InternalRoom.g:8905:2: iv_ruleNumberLiteral= ruleNumberLiteral EOF
{
newCompositeNode(grammarAccess.getNumberLiteralRule());
pushFollow(FOLLOW_1);
@@ -22656,7 +22611,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleNumberLiteral"
- // InternalRoom.g:8998:1: ruleNumberLiteral returns [EObject current=null] : (this_IntLiteral_0= ruleIntLiteral | this_RealLiteral_1= ruleRealLiteral ) ;
+ // InternalRoom.g:8912:1: ruleNumberLiteral returns [EObject current=null] : (this_IntLiteral_0= ruleIntLiteral | this_RealLiteral_1= ruleRealLiteral ) ;
public final EObject ruleNumberLiteral() throws RecognitionException {
EObject current = null;
@@ -22668,35 +22623,35 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:9001:28: ( (this_IntLiteral_0= ruleIntLiteral | this_RealLiteral_1= ruleRealLiteral ) )
- // InternalRoom.g:9002:1: (this_IntLiteral_0= ruleIntLiteral | this_RealLiteral_1= ruleRealLiteral )
+ // InternalRoom.g:8915:28: ( (this_IntLiteral_0= ruleIntLiteral | this_RealLiteral_1= ruleRealLiteral ) )
+ // InternalRoom.g:8916:1: (this_IntLiteral_0= ruleIntLiteral | this_RealLiteral_1= ruleRealLiteral )
{
- // InternalRoom.g:9002:1: (this_IntLiteral_0= ruleIntLiteral | this_RealLiteral_1= ruleRealLiteral )
- int alt195=2;
+ // InternalRoom.g:8916:1: (this_IntLiteral_0= ruleIntLiteral | this_RealLiteral_1= ruleRealLiteral )
+ int alt197=2;
switch ( input.LA(1) ) {
case 121:
{
- int LA195_1 = input.LA(2);
+ int LA197_1 = input.LA(2);
- if ( (LA195_1==RULE_INT) ) {
- int LA195_3 = input.LA(3);
+ if ( (LA197_1==RULE_INT) ) {
+ int LA197_3 = input.LA(3);
- if ( (LA195_3==EOF||LA195_3==22||LA195_3==26) ) {
- alt195=1;
+ if ( (LA197_3==EOF||LA197_3==22||LA197_3==26) ) {
+ alt197=1;
}
- else if ( (LA195_3==73) ) {
- alt195=2;
+ else if ( (LA197_3==73) ) {
+ alt197=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 195, 3, input);
+ new NoViableAltException("", 197, 3, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 195, 1, input);
+ new NoViableAltException("", 197, 1, input);
throw nvae;
}
@@ -22704,27 +22659,27 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
case 122:
{
- int LA195_2 = input.LA(2);
+ int LA197_2 = input.LA(2);
- if ( (LA195_2==RULE_INT) ) {
- int LA195_3 = input.LA(3);
+ if ( (LA197_2==RULE_INT) ) {
+ int LA197_3 = input.LA(3);
- if ( (LA195_3==EOF||LA195_3==22||LA195_3==26) ) {
- alt195=1;
+ if ( (LA197_3==EOF||LA197_3==22||LA197_3==26) ) {
+ alt197=1;
}
- else if ( (LA195_3==73) ) {
- alt195=2;
+ else if ( (LA197_3==73) ) {
+ alt197=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 195, 3, input);
+ new NoViableAltException("", 197, 3, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 195, 2, input);
+ new NoViableAltException("", 197, 2, input);
throw nvae;
}
@@ -22732,17 +22687,17 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
case RULE_INT:
{
- int LA195_3 = input.LA(2);
+ int LA197_3 = input.LA(2);
- if ( (LA195_3==EOF||LA195_3==22||LA195_3==26) ) {
- alt195=1;
+ if ( (LA197_3==EOF||LA197_3==22||LA197_3==26) ) {
+ alt197=1;
}
- else if ( (LA195_3==73) ) {
- alt195=2;
+ else if ( (LA197_3==73) ) {
+ alt197=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 195, 3, input);
+ new NoViableAltException("", 197, 3, input);
throw nvae;
}
@@ -22750,19 +22705,19 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
case RULE_HEX:
{
- alt195=1;
+ alt197=1;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 195, 0, input);
+ new NoViableAltException("", 197, 0, input);
throw nvae;
}
- switch (alt195) {
+ switch (alt197) {
case 1 :
- // InternalRoom.g:9003:5: this_IntLiteral_0= ruleIntLiteral
+ // InternalRoom.g:8917:5: this_IntLiteral_0= ruleIntLiteral
{
newCompositeNode(grammarAccess.getNumberLiteralAccess().getIntLiteralParserRuleCall_0());
@@ -22780,7 +22735,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:9013:5: this_RealLiteral_1= ruleRealLiteral
+ // InternalRoom.g:8927:5: this_RealLiteral_1= ruleRealLiteral
{
newCompositeNode(grammarAccess.getNumberLiteralAccess().getRealLiteralParserRuleCall_1());
@@ -22818,7 +22773,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleRealLiteral"
- // InternalRoom.g:9029:1: entryRuleRealLiteral returns [EObject current=null] : iv_ruleRealLiteral= ruleRealLiteral EOF ;
+ // InternalRoom.g:8943:1: entryRuleRealLiteral returns [EObject current=null] : iv_ruleRealLiteral= ruleRealLiteral EOF ;
public final EObject entryRuleRealLiteral() throws RecognitionException {
EObject current = null;
@@ -22826,8 +22781,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:9030:2: (iv_ruleRealLiteral= ruleRealLiteral EOF )
- // InternalRoom.g:9031:2: iv_ruleRealLiteral= ruleRealLiteral EOF
+ // InternalRoom.g:8944:2: (iv_ruleRealLiteral= ruleRealLiteral EOF )
+ // InternalRoom.g:8945:2: iv_ruleRealLiteral= ruleRealLiteral EOF
{
newCompositeNode(grammarAccess.getRealLiteralRule());
pushFollow(FOLLOW_1);
@@ -22854,7 +22809,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleRealLiteral"
- // InternalRoom.g:9038:1: ruleRealLiteral returns [EObject current=null] : ( () ( (lv_value_1_0= ruleReal ) ) ) ;
+ // InternalRoom.g:8952:1: ruleRealLiteral returns [EObject current=null] : ( () ( (lv_value_1_0= ruleReal ) ) ) ;
public final EObject ruleRealLiteral() throws RecognitionException {
EObject current = null;
@@ -22864,14 +22819,14 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:9041:28: ( ( () ( (lv_value_1_0= ruleReal ) ) ) )
- // InternalRoom.g:9042:1: ( () ( (lv_value_1_0= ruleReal ) ) )
+ // InternalRoom.g:8955:28: ( ( () ( (lv_value_1_0= ruleReal ) ) ) )
+ // InternalRoom.g:8956:1: ( () ( (lv_value_1_0= ruleReal ) ) )
{
- // InternalRoom.g:9042:1: ( () ( (lv_value_1_0= ruleReal ) ) )
- // InternalRoom.g:9042:2: () ( (lv_value_1_0= ruleReal ) )
+ // InternalRoom.g:8956:1: ( () ( (lv_value_1_0= ruleReal ) ) )
+ // InternalRoom.g:8956:2: () ( (lv_value_1_0= ruleReal ) )
{
- // InternalRoom.g:9042:2: ()
- // InternalRoom.g:9043:5:
+ // InternalRoom.g:8956:2: ()
+ // InternalRoom.g:8957:5:
{
current = forceCreateModelElement(
@@ -22881,11 +22836,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:9048:2: ( (lv_value_1_0= ruleReal ) )
- // InternalRoom.g:9049:1: (lv_value_1_0= ruleReal )
+ // InternalRoom.g:8962:2: ( (lv_value_1_0= ruleReal ) )
+ // InternalRoom.g:8963:1: (lv_value_1_0= ruleReal )
{
- // InternalRoom.g:9049:1: (lv_value_1_0= ruleReal )
- // InternalRoom.g:9050:3: lv_value_1_0= ruleReal
+ // InternalRoom.g:8963:1: (lv_value_1_0= ruleReal )
+ // InternalRoom.g:8964:3: lv_value_1_0= ruleReal
{
newCompositeNode(grammarAccess.getRealLiteralAccess().getValueRealParserRuleCall_1_0());
@@ -22933,7 +22888,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleIntLiteral"
- // InternalRoom.g:9074:1: entryRuleIntLiteral returns [EObject current=null] : iv_ruleIntLiteral= ruleIntLiteral EOF ;
+ // InternalRoom.g:8988:1: entryRuleIntLiteral returns [EObject current=null] : iv_ruleIntLiteral= ruleIntLiteral EOF ;
public final EObject entryRuleIntLiteral() throws RecognitionException {
EObject current = null;
@@ -22941,8 +22896,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:9075:2: (iv_ruleIntLiteral= ruleIntLiteral EOF )
- // InternalRoom.g:9076:2: iv_ruleIntLiteral= ruleIntLiteral EOF
+ // InternalRoom.g:8989:2: (iv_ruleIntLiteral= ruleIntLiteral EOF )
+ // InternalRoom.g:8990:2: iv_ruleIntLiteral= ruleIntLiteral EOF
{
newCompositeNode(grammarAccess.getIntLiteralRule());
pushFollow(FOLLOW_1);
@@ -22969,7 +22924,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleIntLiteral"
- // InternalRoom.g:9083:1: ruleIntLiteral returns [EObject current=null] : ( () ( (lv_value_1_0= ruleInteger ) ) ) ;
+ // InternalRoom.g:8997:1: ruleIntLiteral returns [EObject current=null] : ( () ( (lv_value_1_0= ruleInteger ) ) ) ;
public final EObject ruleIntLiteral() throws RecognitionException {
EObject current = null;
@@ -22979,14 +22934,14 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:9086:28: ( ( () ( (lv_value_1_0= ruleInteger ) ) ) )
- // InternalRoom.g:9087:1: ( () ( (lv_value_1_0= ruleInteger ) ) )
+ // InternalRoom.g:9000:28: ( ( () ( (lv_value_1_0= ruleInteger ) ) ) )
+ // InternalRoom.g:9001:1: ( () ( (lv_value_1_0= ruleInteger ) ) )
{
- // InternalRoom.g:9087:1: ( () ( (lv_value_1_0= ruleInteger ) ) )
- // InternalRoom.g:9087:2: () ( (lv_value_1_0= ruleInteger ) )
+ // InternalRoom.g:9001:1: ( () ( (lv_value_1_0= ruleInteger ) ) )
+ // InternalRoom.g:9001:2: () ( (lv_value_1_0= ruleInteger ) )
{
- // InternalRoom.g:9087:2: ()
- // InternalRoom.g:9088:5:
+ // InternalRoom.g:9001:2: ()
+ // InternalRoom.g:9002:5:
{
current = forceCreateModelElement(
@@ -22996,11 +22951,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:9093:2: ( (lv_value_1_0= ruleInteger ) )
- // InternalRoom.g:9094:1: (lv_value_1_0= ruleInteger )
+ // InternalRoom.g:9007:2: ( (lv_value_1_0= ruleInteger ) )
+ // InternalRoom.g:9008:1: (lv_value_1_0= ruleInteger )
{
- // InternalRoom.g:9094:1: (lv_value_1_0= ruleInteger )
- // InternalRoom.g:9095:3: lv_value_1_0= ruleInteger
+ // InternalRoom.g:9008:1: (lv_value_1_0= ruleInteger )
+ // InternalRoom.g:9009:3: lv_value_1_0= ruleInteger
{
newCompositeNode(grammarAccess.getIntLiteralAccess().getValueIntegerParserRuleCall_1_0());
@@ -23048,7 +23003,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleStringLiteral"
- // InternalRoom.g:9119:1: entryRuleStringLiteral returns [EObject current=null] : iv_ruleStringLiteral= ruleStringLiteral EOF ;
+ // InternalRoom.g:9033:1: entryRuleStringLiteral returns [EObject current=null] : iv_ruleStringLiteral= ruleStringLiteral EOF ;
public final EObject entryRuleStringLiteral() throws RecognitionException {
EObject current = null;
@@ -23056,8 +23011,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:9120:2: (iv_ruleStringLiteral= ruleStringLiteral EOF )
- // InternalRoom.g:9121:2: iv_ruleStringLiteral= ruleStringLiteral EOF
+ // InternalRoom.g:9034:2: (iv_ruleStringLiteral= ruleStringLiteral EOF )
+ // InternalRoom.g:9035:2: iv_ruleStringLiteral= ruleStringLiteral EOF
{
newCompositeNode(grammarAccess.getStringLiteralRule());
pushFollow(FOLLOW_1);
@@ -23084,7 +23039,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleStringLiteral"
- // InternalRoom.g:9128:1: ruleStringLiteral returns [EObject current=null] : ( () ( (lv_value_1_0= RULE_STRING ) ) ) ;
+ // InternalRoom.g:9042:1: ruleStringLiteral returns [EObject current=null] : ( () ( (lv_value_1_0= RULE_STRING ) ) ) ;
public final EObject ruleStringLiteral() throws RecognitionException {
EObject current = null;
@@ -23093,14 +23048,14 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:9131:28: ( ( () ( (lv_value_1_0= RULE_STRING ) ) ) )
- // InternalRoom.g:9132:1: ( () ( (lv_value_1_0= RULE_STRING ) ) )
+ // InternalRoom.g:9045:28: ( ( () ( (lv_value_1_0= RULE_STRING ) ) ) )
+ // InternalRoom.g:9046:1: ( () ( (lv_value_1_0= RULE_STRING ) ) )
{
- // InternalRoom.g:9132:1: ( () ( (lv_value_1_0= RULE_STRING ) ) )
- // InternalRoom.g:9132:2: () ( (lv_value_1_0= RULE_STRING ) )
+ // InternalRoom.g:9046:1: ( () ( (lv_value_1_0= RULE_STRING ) ) )
+ // InternalRoom.g:9046:2: () ( (lv_value_1_0= RULE_STRING ) )
{
- // InternalRoom.g:9132:2: ()
- // InternalRoom.g:9133:5:
+ // InternalRoom.g:9046:2: ()
+ // InternalRoom.g:9047:5:
{
current = forceCreateModelElement(
@@ -23110,11 +23065,11 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:9138:2: ( (lv_value_1_0= RULE_STRING ) )
- // InternalRoom.g:9139:1: (lv_value_1_0= RULE_STRING )
+ // InternalRoom.g:9052:2: ( (lv_value_1_0= RULE_STRING ) )
+ // InternalRoom.g:9053:1: (lv_value_1_0= RULE_STRING )
{
- // InternalRoom.g:9139:1: (lv_value_1_0= RULE_STRING )
- // InternalRoom.g:9140:3: lv_value_1_0= RULE_STRING
+ // InternalRoom.g:9053:1: (lv_value_1_0= RULE_STRING )
+ // InternalRoom.g:9054:3: lv_value_1_0= RULE_STRING
{
lv_value_1_0=(Token)match(input,RULE_STRING,FOLLOW_2);
@@ -23157,7 +23112,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleInteger"
- // InternalRoom.g:9164:1: entryRuleInteger returns [String current=null] : iv_ruleInteger= ruleInteger EOF ;
+ // InternalRoom.g:9078:1: entryRuleInteger returns [String current=null] : iv_ruleInteger= ruleInteger EOF ;
public final String entryRuleInteger() throws RecognitionException {
String current = null;
@@ -23165,8 +23120,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:9165:2: (iv_ruleInteger= ruleInteger EOF )
- // InternalRoom.g:9166:2: iv_ruleInteger= ruleInteger EOF
+ // InternalRoom.g:9079:2: (iv_ruleInteger= ruleInteger EOF )
+ // InternalRoom.g:9080:2: iv_ruleInteger= ruleInteger EOF
{
newCompositeNode(grammarAccess.getIntegerRule());
pushFollow(FOLLOW_1);
@@ -23193,7 +23148,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleInteger"
- // InternalRoom.g:9173:1: ruleInteger returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : ( ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT ) | this_HEX_3= RULE_HEX ) ;
+ // InternalRoom.g:9087:1: ruleInteger returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : ( ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT ) | this_HEX_3= RULE_HEX ) ;
public final AntlrDatatypeRuleToken ruleInteger() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -23204,47 +23159,47 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:9176:28: ( ( ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT ) | this_HEX_3= RULE_HEX ) )
- // InternalRoom.g:9177:1: ( ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT ) | this_HEX_3= RULE_HEX )
+ // InternalRoom.g:9090:28: ( ( ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT ) | this_HEX_3= RULE_HEX ) )
+ // InternalRoom.g:9091:1: ( ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT ) | this_HEX_3= RULE_HEX )
{
- // InternalRoom.g:9177:1: ( ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT ) | this_HEX_3= RULE_HEX )
- int alt197=2;
- int LA197_0 = input.LA(1);
+ // InternalRoom.g:9091:1: ( ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT ) | this_HEX_3= RULE_HEX )
+ int alt199=2;
+ int LA199_0 = input.LA(1);
- if ( (LA197_0==RULE_INT||(LA197_0>=121 && LA197_0<=122)) ) {
- alt197=1;
+ if ( (LA199_0==RULE_INT||(LA199_0>=121 && LA199_0<=122)) ) {
+ alt199=1;
}
- else if ( (LA197_0==RULE_HEX) ) {
- alt197=2;
+ else if ( (LA199_0==RULE_HEX) ) {
+ alt199=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 197, 0, input);
+ new NoViableAltException("", 199, 0, input);
throw nvae;
}
- switch (alt197) {
+ switch (alt199) {
case 1 :
- // InternalRoom.g:9177:2: ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT )
+ // InternalRoom.g:9091:2: ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT )
{
- // InternalRoom.g:9177:2: ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT )
- // InternalRoom.g:9177:3: (kw= '+' | kw= '-' )? this_INT_2= RULE_INT
+ // InternalRoom.g:9091:2: ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT )
+ // InternalRoom.g:9091:3: (kw= '+' | kw= '-' )? this_INT_2= RULE_INT
{
- // InternalRoom.g:9177:3: (kw= '+' | kw= '-' )?
- int alt196=3;
- int LA196_0 = input.LA(1);
+ // InternalRoom.g:9091:3: (kw= '+' | kw= '-' )?
+ int alt198=3;
+ int LA198_0 = input.LA(1);
- if ( (LA196_0==121) ) {
- alt196=1;
+ if ( (LA198_0==121) ) {
+ alt198=1;
}
- else if ( (LA196_0==122) ) {
- alt196=2;
+ else if ( (LA198_0==122) ) {
+ alt198=2;
}
- switch (alt196) {
+ switch (alt198) {
case 1 :
- // InternalRoom.g:9178:2: kw= '+'
+ // InternalRoom.g:9092:2: kw= '+'
{
- kw=(Token)match(input,121,FOLLOW_36);
+ kw=(Token)match(input,121,FOLLOW_37);
current.merge(kw);
newLeafNode(kw, grammarAccess.getIntegerAccess().getPlusSignKeyword_0_0_0());
@@ -23253,9 +23208,9 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:9185:2: kw= '-'
+ // InternalRoom.g:9099:2: kw= '-'
{
- kw=(Token)match(input,122,FOLLOW_36);
+ kw=(Token)match(input,122,FOLLOW_37);
current.merge(kw);
newLeafNode(kw, grammarAccess.getIntegerAccess().getHyphenMinusKeyword_0_0_1());
@@ -23280,7 +23235,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:9198:10: this_HEX_3= RULE_HEX
+ // InternalRoom.g:9112:10: this_HEX_3= RULE_HEX
{
this_HEX_3=(Token)match(input,RULE_HEX,FOLLOW_2);
@@ -23313,7 +23268,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleReal"
- // InternalRoom.g:9213:1: entryRuleReal returns [String current=null] : iv_ruleReal= ruleReal EOF ;
+ // InternalRoom.g:9127:1: entryRuleReal returns [String current=null] : iv_ruleReal= ruleReal EOF ;
public final String entryRuleReal() throws RecognitionException {
String current = null;
@@ -23321,8 +23276,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:9214:2: (iv_ruleReal= ruleReal EOF )
- // InternalRoom.g:9215:2: iv_ruleReal= ruleReal EOF
+ // InternalRoom.g:9128:2: (iv_ruleReal= ruleReal EOF )
+ // InternalRoom.g:9129:2: iv_ruleReal= ruleReal EOF
{
newCompositeNode(grammarAccess.getRealRule());
pushFollow(FOLLOW_1);
@@ -23349,7 +23304,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleReal"
- // InternalRoom.g:9222:1: ruleReal returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_Decimal_0= ruleDecimal | this_DecimalExp_1= ruleDecimalExp ) ;
+ // InternalRoom.g:9136:1: ruleReal returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_Decimal_0= ruleDecimal | this_DecimalExp_1= ruleDecimalExp ) ;
public final AntlrDatatypeRuleToken ruleReal() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -23361,55 +23316,55 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:9225:28: ( (this_Decimal_0= ruleDecimal | this_DecimalExp_1= ruleDecimalExp ) )
- // InternalRoom.g:9226:1: (this_Decimal_0= ruleDecimal | this_DecimalExp_1= ruleDecimalExp )
+ // InternalRoom.g:9139:28: ( (this_Decimal_0= ruleDecimal | this_DecimalExp_1= ruleDecimalExp ) )
+ // InternalRoom.g:9140:1: (this_Decimal_0= ruleDecimal | this_DecimalExp_1= ruleDecimalExp )
{
- // InternalRoom.g:9226:1: (this_Decimal_0= ruleDecimal | this_DecimalExp_1= ruleDecimalExp )
- int alt198=2;
+ // InternalRoom.g:9140:1: (this_Decimal_0= ruleDecimal | this_DecimalExp_1= ruleDecimalExp )
+ int alt200=2;
switch ( input.LA(1) ) {
case 121:
{
- int LA198_1 = input.LA(2);
+ int LA200_1 = input.LA(2);
- if ( (LA198_1==RULE_INT) ) {
- int LA198_3 = input.LA(3);
+ if ( (LA200_1==RULE_INT) ) {
+ int LA200_3 = input.LA(3);
- if ( (LA198_3==73) ) {
- int LA198_4 = input.LA(4);
+ if ( (LA200_3==73) ) {
+ int LA200_4 = input.LA(4);
- if ( (LA198_4==RULE_INT) ) {
- int LA198_5 = input.LA(5);
+ if ( (LA200_4==RULE_INT) ) {
+ int LA200_5 = input.LA(5);
- if ( (LA198_5==EOF||LA198_5==22||LA198_5==26) ) {
- alt198=1;
+ if ( (LA200_5==EOF||LA200_5==22||LA200_5==26) ) {
+ alt200=1;
}
- else if ( ((LA198_5>=123 && LA198_5<=124)) ) {
- alt198=2;
+ else if ( ((LA200_5>=123 && LA200_5<=124)) ) {
+ alt200=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 198, 5, input);
+ new NoViableAltException("", 200, 5, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 198, 4, input);
+ new NoViableAltException("", 200, 4, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 198, 3, input);
+ new NoViableAltException("", 200, 3, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 198, 1, input);
+ new NoViableAltException("", 200, 1, input);
throw nvae;
}
@@ -23417,47 +23372,47 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
case 122:
{
- int LA198_2 = input.LA(2);
+ int LA200_2 = input.LA(2);
- if ( (LA198_2==RULE_INT) ) {
- int LA198_3 = input.LA(3);
+ if ( (LA200_2==RULE_INT) ) {
+ int LA200_3 = input.LA(3);
- if ( (LA198_3==73) ) {
- int LA198_4 = input.LA(4);
+ if ( (LA200_3==73) ) {
+ int LA200_4 = input.LA(4);
- if ( (LA198_4==RULE_INT) ) {
- int LA198_5 = input.LA(5);
+ if ( (LA200_4==RULE_INT) ) {
+ int LA200_5 = input.LA(5);
- if ( (LA198_5==EOF||LA198_5==22||LA198_5==26) ) {
- alt198=1;
+ if ( (LA200_5==EOF||LA200_5==22||LA200_5==26) ) {
+ alt200=1;
}
- else if ( ((LA198_5>=123 && LA198_5<=124)) ) {
- alt198=2;
+ else if ( ((LA200_5>=123 && LA200_5<=124)) ) {
+ alt200=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 198, 5, input);
+ new NoViableAltException("", 200, 5, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 198, 4, input);
+ new NoViableAltException("", 200, 4, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 198, 3, input);
+ new NoViableAltException("", 200, 3, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 198, 2, input);
+ new NoViableAltException("", 200, 2, input);
throw nvae;
}
@@ -23465,37 +23420,37 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
case RULE_INT:
{
- int LA198_3 = input.LA(2);
+ int LA200_3 = input.LA(2);
- if ( (LA198_3==73) ) {
- int LA198_4 = input.LA(3);
+ if ( (LA200_3==73) ) {
+ int LA200_4 = input.LA(3);
- if ( (LA198_4==RULE_INT) ) {
- int LA198_5 = input.LA(4);
+ if ( (LA200_4==RULE_INT) ) {
+ int LA200_5 = input.LA(4);
- if ( (LA198_5==EOF||LA198_5==22||LA198_5==26) ) {
- alt198=1;
+ if ( (LA200_5==EOF||LA200_5==22||LA200_5==26) ) {
+ alt200=1;
}
- else if ( ((LA198_5>=123 && LA198_5<=124)) ) {
- alt198=2;
+ else if ( ((LA200_5>=123 && LA200_5<=124)) ) {
+ alt200=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 198, 5, input);
+ new NoViableAltException("", 200, 5, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 198, 4, input);
+ new NoViableAltException("", 200, 4, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 198, 3, input);
+ new NoViableAltException("", 200, 3, input);
throw nvae;
}
@@ -23503,14 +23458,14 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 198, 0, input);
+ new NoViableAltException("", 200, 0, input);
throw nvae;
}
- switch (alt198) {
+ switch (alt200) {
case 1 :
- // InternalRoom.g:9227:5: this_Decimal_0= ruleDecimal
+ // InternalRoom.g:9141:5: this_Decimal_0= ruleDecimal
{
newCompositeNode(grammarAccess.getRealAccess().getDecimalParserRuleCall_0());
@@ -23530,7 +23485,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:9239:5: this_DecimalExp_1= ruleDecimalExp
+ // InternalRoom.g:9153:5: this_DecimalExp_1= ruleDecimalExp
{
newCompositeNode(grammarAccess.getRealAccess().getDecimalExpParserRuleCall_1());
@@ -23570,7 +23525,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleDecimal"
- // InternalRoom.g:9257:1: entryRuleDecimal returns [String current=null] : iv_ruleDecimal= ruleDecimal EOF ;
+ // InternalRoom.g:9171:1: entryRuleDecimal returns [String current=null] : iv_ruleDecimal= ruleDecimal EOF ;
public final String entryRuleDecimal() throws RecognitionException {
String current = null;
@@ -23581,8 +23536,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
try {
- // InternalRoom.g:9261:2: (iv_ruleDecimal= ruleDecimal EOF )
- // InternalRoom.g:9262:2: iv_ruleDecimal= ruleDecimal EOF
+ // InternalRoom.g:9175:2: (iv_ruleDecimal= ruleDecimal EOF )
+ // InternalRoom.g:9176:2: iv_ruleDecimal= ruleDecimal EOF
{
newCompositeNode(grammarAccess.getDecimalRule());
pushFollow(FOLLOW_1);
@@ -23612,7 +23567,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleDecimal"
- // InternalRoom.g:9272:1: ruleDecimal returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT ) ;
+ // InternalRoom.g:9186:1: ruleDecimal returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT ) ;
public final AntlrDatatypeRuleToken ruleDecimal() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -23624,27 +23579,27 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
try {
- // InternalRoom.g:9276:28: ( ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT ) )
- // InternalRoom.g:9277:1: ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT )
+ // InternalRoom.g:9190:28: ( ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT ) )
+ // InternalRoom.g:9191:1: ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT )
{
- // InternalRoom.g:9277:1: ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT )
- // InternalRoom.g:9277:2: (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT
+ // InternalRoom.g:9191:1: ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT )
+ // InternalRoom.g:9191:2: (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT
{
- // InternalRoom.g:9277:2: (kw= '+' | kw= '-' )?
- int alt199=3;
- int LA199_0 = input.LA(1);
+ // InternalRoom.g:9191:2: (kw= '+' | kw= '-' )?
+ int alt201=3;
+ int LA201_0 = input.LA(1);
- if ( (LA199_0==121) ) {
- alt199=1;
+ if ( (LA201_0==121) ) {
+ alt201=1;
}
- else if ( (LA199_0==122) ) {
- alt199=2;
+ else if ( (LA201_0==122) ) {
+ alt201=2;
}
- switch (alt199) {
+ switch (alt201) {
case 1 :
- // InternalRoom.g:9278:2: kw= '+'
+ // InternalRoom.g:9192:2: kw= '+'
{
- kw=(Token)match(input,121,FOLLOW_36);
+ kw=(Token)match(input,121,FOLLOW_37);
current.merge(kw);
newLeafNode(kw, grammarAccess.getDecimalAccess().getPlusSignKeyword_0_0());
@@ -23653,9 +23608,9 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:9285:2: kw= '-'
+ // InternalRoom.g:9199:2: kw= '-'
{
- kw=(Token)match(input,122,FOLLOW_36);
+ kw=(Token)match(input,122,FOLLOW_37);
current.merge(kw);
newLeafNode(kw, grammarAccess.getDecimalAccess().getHyphenMinusKeyword_0_1());
@@ -23666,14 +23621,14 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- this_INT_2=(Token)match(input,RULE_INT,FOLLOW_104);
+ this_INT_2=(Token)match(input,RULE_INT,FOLLOW_105);
current.merge(this_INT_2);
newLeafNode(this_INT_2, grammarAccess.getDecimalAccess().getINTTerminalRuleCall_1());
- kw=(Token)match(input,73,FOLLOW_36);
+ kw=(Token)match(input,73,FOLLOW_37);
current.merge(kw);
newLeafNode(kw, grammarAccess.getDecimalAccess().getFullStopKeyword_2());
@@ -23709,7 +23664,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleDecimalExp"
- // InternalRoom.g:9321:1: entryRuleDecimalExp returns [String current=null] : iv_ruleDecimalExp= ruleDecimalExp EOF ;
+ // InternalRoom.g:9235:1: entryRuleDecimalExp returns [String current=null] : iv_ruleDecimalExp= ruleDecimalExp EOF ;
public final String entryRuleDecimalExp() throws RecognitionException {
String current = null;
@@ -23720,8 +23675,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
try {
- // InternalRoom.g:9325:2: (iv_ruleDecimalExp= ruleDecimalExp EOF )
- // InternalRoom.g:9326:2: iv_ruleDecimalExp= ruleDecimalExp EOF
+ // InternalRoom.g:9239:2: (iv_ruleDecimalExp= ruleDecimalExp EOF )
+ // InternalRoom.g:9240:2: iv_ruleDecimalExp= ruleDecimalExp EOF
{
newCompositeNode(grammarAccess.getDecimalExpRule());
pushFollow(FOLLOW_1);
@@ -23751,7 +23706,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleDecimalExp"
- // InternalRoom.g:9336:1: ruleDecimalExp returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT (kw= 'e' | kw= 'E' ) (kw= '+' | kw= '-' )? this_INT_9= RULE_INT ) ;
+ // InternalRoom.g:9250:1: ruleDecimalExp returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT (kw= 'e' | kw= 'E' ) (kw= '+' | kw= '-' )? this_INT_9= RULE_INT ) ;
public final AntlrDatatypeRuleToken ruleDecimalExp() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -23764,27 +23719,27 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
HiddenTokens myHiddenTokenState = ((XtextTokenStream)input).setHiddenTokens();
try {
- // InternalRoom.g:9340:28: ( ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT (kw= 'e' | kw= 'E' ) (kw= '+' | kw= '-' )? this_INT_9= RULE_INT ) )
- // InternalRoom.g:9341:1: ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT (kw= 'e' | kw= 'E' ) (kw= '+' | kw= '-' )? this_INT_9= RULE_INT )
+ // InternalRoom.g:9254:28: ( ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT (kw= 'e' | kw= 'E' ) (kw= '+' | kw= '-' )? this_INT_9= RULE_INT ) )
+ // InternalRoom.g:9255:1: ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT (kw= 'e' | kw= 'E' ) (kw= '+' | kw= '-' )? this_INT_9= RULE_INT )
{
- // InternalRoom.g:9341:1: ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT (kw= 'e' | kw= 'E' ) (kw= '+' | kw= '-' )? this_INT_9= RULE_INT )
- // InternalRoom.g:9341:2: (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT (kw= 'e' | kw= 'E' ) (kw= '+' | kw= '-' )? this_INT_9= RULE_INT
+ // InternalRoom.g:9255:1: ( (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT (kw= 'e' | kw= 'E' ) (kw= '+' | kw= '-' )? this_INT_9= RULE_INT )
+ // InternalRoom.g:9255:2: (kw= '+' | kw= '-' )? this_INT_2= RULE_INT kw= '.' this_INT_4= RULE_INT (kw= 'e' | kw= 'E' ) (kw= '+' | kw= '-' )? this_INT_9= RULE_INT
{
- // InternalRoom.g:9341:2: (kw= '+' | kw= '-' )?
- int alt200=3;
- int LA200_0 = input.LA(1);
+ // InternalRoom.g:9255:2: (kw= '+' | kw= '-' )?
+ int alt202=3;
+ int LA202_0 = input.LA(1);
- if ( (LA200_0==121) ) {
- alt200=1;
+ if ( (LA202_0==121) ) {
+ alt202=1;
}
- else if ( (LA200_0==122) ) {
- alt200=2;
+ else if ( (LA202_0==122) ) {
+ alt202=2;
}
- switch (alt200) {
+ switch (alt202) {
case 1 :
- // InternalRoom.g:9342:2: kw= '+'
+ // InternalRoom.g:9256:2: kw= '+'
{
- kw=(Token)match(input,121,FOLLOW_36);
+ kw=(Token)match(input,121,FOLLOW_37);
current.merge(kw);
newLeafNode(kw, grammarAccess.getDecimalExpAccess().getPlusSignKeyword_0_0());
@@ -23793,9 +23748,9 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:9349:2: kw= '-'
+ // InternalRoom.g:9263:2: kw= '-'
{
- kw=(Token)match(input,122,FOLLOW_36);
+ kw=(Token)match(input,122,FOLLOW_37);
current.merge(kw);
newLeafNode(kw, grammarAccess.getDecimalExpAccess().getHyphenMinusKeyword_0_1());
@@ -23806,46 +23761,46 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- this_INT_2=(Token)match(input,RULE_INT,FOLLOW_104);
+ this_INT_2=(Token)match(input,RULE_INT,FOLLOW_105);
current.merge(this_INT_2);
newLeafNode(this_INT_2, grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_1());
- kw=(Token)match(input,73,FOLLOW_36);
+ kw=(Token)match(input,73,FOLLOW_37);
current.merge(kw);
newLeafNode(kw, grammarAccess.getDecimalExpAccess().getFullStopKeyword_2());
- this_INT_4=(Token)match(input,RULE_INT,FOLLOW_153);
+ this_INT_4=(Token)match(input,RULE_INT,FOLLOW_154);
current.merge(this_INT_4);
newLeafNode(this_INT_4, grammarAccess.getDecimalExpAccess().getINTTerminalRuleCall_3());
- // InternalRoom.g:9374:1: (kw= 'e' | kw= 'E' )
- int alt201=2;
- int LA201_0 = input.LA(1);
+ // InternalRoom.g:9288:1: (kw= 'e' | kw= 'E' )
+ int alt203=2;
+ int LA203_0 = input.LA(1);
- if ( (LA201_0==123) ) {
- alt201=1;
+ if ( (LA203_0==123) ) {
+ alt203=1;
}
- else if ( (LA201_0==124) ) {
- alt201=2;
+ else if ( (LA203_0==124) ) {
+ alt203=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 201, 0, input);
+ new NoViableAltException("", 203, 0, input);
throw nvae;
}
- switch (alt201) {
+ switch (alt203) {
case 1 :
- // InternalRoom.g:9375:2: kw= 'e'
+ // InternalRoom.g:9289:2: kw= 'e'
{
- kw=(Token)match(input,123,FOLLOW_154);
+ kw=(Token)match(input,123,FOLLOW_155);
current.merge(kw);
newLeafNode(kw, grammarAccess.getDecimalExpAccess().getEKeyword_4_0());
@@ -23854,9 +23809,9 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:9382:2: kw= 'E'
+ // InternalRoom.g:9296:2: kw= 'E'
{
- kw=(Token)match(input,124,FOLLOW_154);
+ kw=(Token)match(input,124,FOLLOW_155);
current.merge(kw);
newLeafNode(kw, grammarAccess.getDecimalExpAccess().getEKeyword_4_1());
@@ -23867,21 +23822,21 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
- // InternalRoom.g:9387:2: (kw= '+' | kw= '-' )?
- int alt202=3;
- int LA202_0 = input.LA(1);
+ // InternalRoom.g:9301:2: (kw= '+' | kw= '-' )?
+ int alt204=3;
+ int LA204_0 = input.LA(1);
- if ( (LA202_0==121) ) {
- alt202=1;
+ if ( (LA204_0==121) ) {
+ alt204=1;
}
- else if ( (LA202_0==122) ) {
- alt202=2;
+ else if ( (LA204_0==122) ) {
+ alt204=2;
}
- switch (alt202) {
+ switch (alt204) {
case 1 :
- // InternalRoom.g:9388:2: kw= '+'
+ // InternalRoom.g:9302:2: kw= '+'
{
- kw=(Token)match(input,121,FOLLOW_36);
+ kw=(Token)match(input,121,FOLLOW_37);
current.merge(kw);
newLeafNode(kw, grammarAccess.getDecimalExpAccess().getPlusSignKeyword_5_0());
@@ -23890,9 +23845,9 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:9395:2: kw= '-'
+ // InternalRoom.g:9309:2: kw= '-'
{
- kw=(Token)match(input,122,FOLLOW_36);
+ kw=(Token)match(input,122,FOLLOW_37);
current.merge(kw);
newLeafNode(kw, grammarAccess.getDecimalExpAccess().getHyphenMinusKeyword_5_1());
@@ -23934,7 +23889,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "entryRuleFQN"
- // InternalRoom.g:9418:1: entryRuleFQN returns [String current=null] : iv_ruleFQN= ruleFQN EOF ;
+ // InternalRoom.g:9332:1: entryRuleFQN returns [String current=null] : iv_ruleFQN= ruleFQN EOF ;
public final String entryRuleFQN() throws RecognitionException {
String current = null;
@@ -23942,8 +23897,8 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
try {
- // InternalRoom.g:9419:2: (iv_ruleFQN= ruleFQN EOF )
- // InternalRoom.g:9420:2: iv_ruleFQN= ruleFQN EOF
+ // InternalRoom.g:9333:2: (iv_ruleFQN= ruleFQN EOF )
+ // InternalRoom.g:9334:2: iv_ruleFQN= ruleFQN EOF
{
newCompositeNode(grammarAccess.getFQNRule());
pushFollow(FOLLOW_1);
@@ -23970,7 +23925,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleFQN"
- // InternalRoom.g:9427:1: ruleFQN returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* ) ;
+ // InternalRoom.g:9341:1: ruleFQN returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* ) ;
public final AntlrDatatypeRuleToken ruleFQN() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -23981,40 +23936,40 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:9430:28: ( (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* ) )
- // InternalRoom.g:9431:1: (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* )
+ // InternalRoom.g:9344:28: ( (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* ) )
+ // InternalRoom.g:9345:1: (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* )
{
- // InternalRoom.g:9431:1: (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* )
- // InternalRoom.g:9431:6: this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )*
+ // InternalRoom.g:9345:1: (this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )* )
+ // InternalRoom.g:9345:6: this_ID_0= RULE_ID (kw= '.' this_ID_2= RULE_ID )*
{
- this_ID_0=(Token)match(input,RULE_ID,FOLLOW_155);
+ this_ID_0=(Token)match(input,RULE_ID,FOLLOW_156);
current.merge(this_ID_0);
newLeafNode(this_ID_0, grammarAccess.getFQNAccess().getIDTerminalRuleCall_0());
- // InternalRoom.g:9438:1: (kw= '.' this_ID_2= RULE_ID )*
- loop203:
+ // InternalRoom.g:9352:1: (kw= '.' this_ID_2= RULE_ID )*
+ loop205:
do {
- int alt203=2;
- int LA203_0 = input.LA(1);
+ int alt205=2;
+ int LA205_0 = input.LA(1);
- if ( (LA203_0==73) ) {
- alt203=1;
+ if ( (LA205_0==73) ) {
+ alt205=1;
}
- switch (alt203) {
+ switch (alt205) {
case 1 :
- // InternalRoom.g:9439:2: kw= '.' this_ID_2= RULE_ID
+ // InternalRoom.g:9353:2: kw= '.' this_ID_2= RULE_ID
{
kw=(Token)match(input,73,FOLLOW_3);
current.merge(kw);
newLeafNode(kw, grammarAccess.getFQNAccess().getFullStopKeyword_1_0());
- this_ID_2=(Token)match(input,RULE_ID,FOLLOW_155);
+ this_ID_2=(Token)match(input,RULE_ID,FOLLOW_156);
current.merge(this_ID_2);
@@ -24026,7 +23981,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
break;
default :
- break loop203;
+ break loop205;
}
} while (true);
@@ -24051,7 +24006,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleCommunicationType"
- // InternalRoom.g:9459:1: ruleCommunicationType returns [Enumerator current=null] : ( (enumLiteral_0= 'eventdriven' ) | (enumLiteral_1= 'datadriven' ) | (enumLiteral_2= 'sync' ) ) ;
+ // InternalRoom.g:9373:1: ruleCommunicationType returns [Enumerator current=null] : ( (enumLiteral_0= 'eventdriven' ) | (enumLiteral_1= 'datadriven' ) | (enumLiteral_2= 'sync' ) ) ;
public final Enumerator ruleCommunicationType() throws RecognitionException {
Enumerator current = null;
@@ -24061,40 +24016,40 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:9461:28: ( ( (enumLiteral_0= 'eventdriven' ) | (enumLiteral_1= 'datadriven' ) | (enumLiteral_2= 'sync' ) ) )
- // InternalRoom.g:9462:1: ( (enumLiteral_0= 'eventdriven' ) | (enumLiteral_1= 'datadriven' ) | (enumLiteral_2= 'sync' ) )
+ // InternalRoom.g:9375:28: ( ( (enumLiteral_0= 'eventdriven' ) | (enumLiteral_1= 'datadriven' ) | (enumLiteral_2= 'sync' ) ) )
+ // InternalRoom.g:9376:1: ( (enumLiteral_0= 'eventdriven' ) | (enumLiteral_1= 'datadriven' ) | (enumLiteral_2= 'sync' ) )
{
- // InternalRoom.g:9462:1: ( (enumLiteral_0= 'eventdriven' ) | (enumLiteral_1= 'datadriven' ) | (enumLiteral_2= 'sync' ) )
- int alt204=3;
+ // InternalRoom.g:9376:1: ( (enumLiteral_0= 'eventdriven' ) | (enumLiteral_1= 'datadriven' ) | (enumLiteral_2= 'sync' ) )
+ int alt206=3;
switch ( input.LA(1) ) {
case 125:
{
- alt204=1;
+ alt206=1;
}
break;
case 126:
{
- alt204=2;
+ alt206=2;
}
break;
case 127:
{
- alt204=3;
+ alt206=3;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 204, 0, input);
+ new NoViableAltException("", 206, 0, input);
throw nvae;
}
- switch (alt204) {
+ switch (alt206) {
case 1 :
- // InternalRoom.g:9462:2: (enumLiteral_0= 'eventdriven' )
+ // InternalRoom.g:9376:2: (enumLiteral_0= 'eventdriven' )
{
- // InternalRoom.g:9462:2: (enumLiteral_0= 'eventdriven' )
- // InternalRoom.g:9462:4: enumLiteral_0= 'eventdriven'
+ // InternalRoom.g:9376:2: (enumLiteral_0= 'eventdriven' )
+ // InternalRoom.g:9376:4: enumLiteral_0= 'eventdriven'
{
enumLiteral_0=(Token)match(input,125,FOLLOW_2);
@@ -24108,10 +24063,10 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:9468:6: (enumLiteral_1= 'datadriven' )
+ // InternalRoom.g:9382:6: (enumLiteral_1= 'datadriven' )
{
- // InternalRoom.g:9468:6: (enumLiteral_1= 'datadriven' )
- // InternalRoom.g:9468:8: enumLiteral_1= 'datadriven'
+ // InternalRoom.g:9382:6: (enumLiteral_1= 'datadriven' )
+ // InternalRoom.g:9382:8: enumLiteral_1= 'datadriven'
{
enumLiteral_1=(Token)match(input,126,FOLLOW_2);
@@ -24125,10 +24080,10 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:9474:6: (enumLiteral_2= 'sync' )
+ // InternalRoom.g:9388:6: (enumLiteral_2= 'sync' )
{
- // InternalRoom.g:9474:6: (enumLiteral_2= 'sync' )
- // InternalRoom.g:9474:8: enumLiteral_2= 'sync'
+ // InternalRoom.g:9388:6: (enumLiteral_2= 'sync' )
+ // InternalRoom.g:9388:8: enumLiteral_2= 'sync'
{
enumLiteral_2=(Token)match(input,127,FOLLOW_2);
@@ -24162,7 +24117,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleReferenceType"
- // InternalRoom.g:9484:1: ruleReferenceType returns [Enumerator current=null] : ( (enumLiteral_0= 'fixed' ) | (enumLiteral_1= 'optional' ) ) ;
+ // InternalRoom.g:9398:1: ruleReferenceType returns [Enumerator current=null] : ( (enumLiteral_0= 'fixed' ) | (enumLiteral_1= 'optional' ) ) ;
public final Enumerator ruleReferenceType() throws RecognitionException {
Enumerator current = null;
@@ -24171,31 +24126,31 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:9486:28: ( ( (enumLiteral_0= 'fixed' ) | (enumLiteral_1= 'optional' ) ) )
- // InternalRoom.g:9487:1: ( (enumLiteral_0= 'fixed' ) | (enumLiteral_1= 'optional' ) )
+ // InternalRoom.g:9400:28: ( ( (enumLiteral_0= 'fixed' ) | (enumLiteral_1= 'optional' ) ) )
+ // InternalRoom.g:9401:1: ( (enumLiteral_0= 'fixed' ) | (enumLiteral_1= 'optional' ) )
{
- // InternalRoom.g:9487:1: ( (enumLiteral_0= 'fixed' ) | (enumLiteral_1= 'optional' ) )
- int alt205=2;
- int LA205_0 = input.LA(1);
+ // InternalRoom.g:9401:1: ( (enumLiteral_0= 'fixed' ) | (enumLiteral_1= 'optional' ) )
+ int alt207=2;
+ int LA207_0 = input.LA(1);
- if ( (LA205_0==128) ) {
- alt205=1;
+ if ( (LA207_0==128) ) {
+ alt207=1;
}
- else if ( (LA205_0==112) ) {
- alt205=2;
+ else if ( (LA207_0==112) ) {
+ alt207=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 205, 0, input);
+ new NoViableAltException("", 207, 0, input);
throw nvae;
}
- switch (alt205) {
+ switch (alt207) {
case 1 :
- // InternalRoom.g:9487:2: (enumLiteral_0= 'fixed' )
+ // InternalRoom.g:9401:2: (enumLiteral_0= 'fixed' )
{
- // InternalRoom.g:9487:2: (enumLiteral_0= 'fixed' )
- // InternalRoom.g:9487:4: enumLiteral_0= 'fixed'
+ // InternalRoom.g:9401:2: (enumLiteral_0= 'fixed' )
+ // InternalRoom.g:9401:4: enumLiteral_0= 'fixed'
{
enumLiteral_0=(Token)match(input,128,FOLLOW_2);
@@ -24209,10 +24164,10 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:9493:6: (enumLiteral_1= 'optional' )
+ // InternalRoom.g:9407:6: (enumLiteral_1= 'optional' )
{
- // InternalRoom.g:9493:6: (enumLiteral_1= 'optional' )
- // InternalRoom.g:9493:8: enumLiteral_1= 'optional'
+ // InternalRoom.g:9407:6: (enumLiteral_1= 'optional' )
+ // InternalRoom.g:9407:8: enumLiteral_1= 'optional'
{
enumLiteral_1=(Token)match(input,112,FOLLOW_2);
@@ -24246,7 +24201,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleComponentCommunicationType"
- // InternalRoom.g:9505:1: ruleComponentCommunicationType returns [Enumerator current=null] : ( (enumLiteral_0= 'eventdriven' ) | (enumLiteral_1= 'datadriven' ) | (enumLiteral_2= 'async' ) | (enumLiteral_3= 'sync' ) ) ;
+ // InternalRoom.g:9419:1: ruleComponentCommunicationType returns [Enumerator current=null] : ( (enumLiteral_0= 'eventdriven' ) | (enumLiteral_1= 'datadriven' ) | (enumLiteral_2= 'async' ) | (enumLiteral_3= 'sync' ) ) ;
public final Enumerator ruleComponentCommunicationType() throws RecognitionException {
Enumerator current = null;
@@ -24257,45 +24212,45 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:9507:28: ( ( (enumLiteral_0= 'eventdriven' ) | (enumLiteral_1= 'datadriven' ) | (enumLiteral_2= 'async' ) | (enumLiteral_3= 'sync' ) ) )
- // InternalRoom.g:9508:1: ( (enumLiteral_0= 'eventdriven' ) | (enumLiteral_1= 'datadriven' ) | (enumLiteral_2= 'async' ) | (enumLiteral_3= 'sync' ) )
+ // InternalRoom.g:9421:28: ( ( (enumLiteral_0= 'eventdriven' ) | (enumLiteral_1= 'datadriven' ) | (enumLiteral_2= 'async' ) | (enumLiteral_3= 'sync' ) ) )
+ // InternalRoom.g:9422:1: ( (enumLiteral_0= 'eventdriven' ) | (enumLiteral_1= 'datadriven' ) | (enumLiteral_2= 'async' ) | (enumLiteral_3= 'sync' ) )
{
- // InternalRoom.g:9508:1: ( (enumLiteral_0= 'eventdriven' ) | (enumLiteral_1= 'datadriven' ) | (enumLiteral_2= 'async' ) | (enumLiteral_3= 'sync' ) )
- int alt206=4;
+ // InternalRoom.g:9422:1: ( (enumLiteral_0= 'eventdriven' ) | (enumLiteral_1= 'datadriven' ) | (enumLiteral_2= 'async' ) | (enumLiteral_3= 'sync' ) )
+ int alt208=4;
switch ( input.LA(1) ) {
case 125:
{
- alt206=1;
+ alt208=1;
}
break;
case 126:
{
- alt206=2;
+ alt208=2;
}
break;
case 129:
{
- alt206=3;
+ alt208=3;
}
break;
case 127:
{
- alt206=4;
+ alt208=4;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 206, 0, input);
+ new NoViableAltException("", 208, 0, input);
throw nvae;
}
- switch (alt206) {
+ switch (alt208) {
case 1 :
- // InternalRoom.g:9508:2: (enumLiteral_0= 'eventdriven' )
+ // InternalRoom.g:9422:2: (enumLiteral_0= 'eventdriven' )
{
- // InternalRoom.g:9508:2: (enumLiteral_0= 'eventdriven' )
- // InternalRoom.g:9508:4: enumLiteral_0= 'eventdriven'
+ // InternalRoom.g:9422:2: (enumLiteral_0= 'eventdriven' )
+ // InternalRoom.g:9422:4: enumLiteral_0= 'eventdriven'
{
enumLiteral_0=(Token)match(input,125,FOLLOW_2);
@@ -24309,10 +24264,10 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:9514:6: (enumLiteral_1= 'datadriven' )
+ // InternalRoom.g:9428:6: (enumLiteral_1= 'datadriven' )
{
- // InternalRoom.g:9514:6: (enumLiteral_1= 'datadriven' )
- // InternalRoom.g:9514:8: enumLiteral_1= 'datadriven'
+ // InternalRoom.g:9428:6: (enumLiteral_1= 'datadriven' )
+ // InternalRoom.g:9428:8: enumLiteral_1= 'datadriven'
{
enumLiteral_1=(Token)match(input,126,FOLLOW_2);
@@ -24326,10 +24281,10 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:9520:6: (enumLiteral_2= 'async' )
+ // InternalRoom.g:9434:6: (enumLiteral_2= 'async' )
{
- // InternalRoom.g:9520:6: (enumLiteral_2= 'async' )
- // InternalRoom.g:9520:8: enumLiteral_2= 'async'
+ // InternalRoom.g:9434:6: (enumLiteral_2= 'async' )
+ // InternalRoom.g:9434:8: enumLiteral_2= 'async'
{
enumLiteral_2=(Token)match(input,129,FOLLOW_2);
@@ -24343,10 +24298,10 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 4 :
- // InternalRoom.g:9526:6: (enumLiteral_3= 'sync' )
+ // InternalRoom.g:9440:6: (enumLiteral_3= 'sync' )
{
- // InternalRoom.g:9526:6: (enumLiteral_3= 'sync' )
- // InternalRoom.g:9526:8: enumLiteral_3= 'sync'
+ // InternalRoom.g:9440:6: (enumLiteral_3= 'sync' )
+ // InternalRoom.g:9440:8: enumLiteral_3= 'sync'
{
enumLiteral_3=(Token)match(input,127,FOLLOW_2);
@@ -24380,7 +24335,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// $ANTLR start "ruleLiteralType"
- // InternalRoom.g:9536:1: ruleLiteralType returns [Enumerator current=null] : ( (enumLiteral_0= 'ptBoolean' ) | (enumLiteral_1= 'ptInteger' ) | (enumLiteral_2= 'ptReal' ) | (enumLiteral_3= 'ptCharacter' ) ) ;
+ // InternalRoom.g:9450:1: ruleLiteralType returns [Enumerator current=null] : ( (enumLiteral_0= 'ptBoolean' ) | (enumLiteral_1= 'ptInteger' ) | (enumLiteral_2= 'ptReal' ) | (enumLiteral_3= 'ptCharacter' ) ) ;
public final Enumerator ruleLiteralType() throws RecognitionException {
Enumerator current = null;
@@ -24391,45 +24346,45 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
enterRule();
try {
- // InternalRoom.g:9538:28: ( ( (enumLiteral_0= 'ptBoolean' ) | (enumLiteral_1= 'ptInteger' ) | (enumLiteral_2= 'ptReal' ) | (enumLiteral_3= 'ptCharacter' ) ) )
- // InternalRoom.g:9539:1: ( (enumLiteral_0= 'ptBoolean' ) | (enumLiteral_1= 'ptInteger' ) | (enumLiteral_2= 'ptReal' ) | (enumLiteral_3= 'ptCharacter' ) )
+ // InternalRoom.g:9452:28: ( ( (enumLiteral_0= 'ptBoolean' ) | (enumLiteral_1= 'ptInteger' ) | (enumLiteral_2= 'ptReal' ) | (enumLiteral_3= 'ptCharacter' ) ) )
+ // InternalRoom.g:9453:1: ( (enumLiteral_0= 'ptBoolean' ) | (enumLiteral_1= 'ptInteger' ) | (enumLiteral_2= 'ptReal' ) | (enumLiteral_3= 'ptCharacter' ) )
{
- // InternalRoom.g:9539:1: ( (enumLiteral_0= 'ptBoolean' ) | (enumLiteral_1= 'ptInteger' ) | (enumLiteral_2= 'ptReal' ) | (enumLiteral_3= 'ptCharacter' ) )
- int alt207=4;
+ // InternalRoom.g:9453:1: ( (enumLiteral_0= 'ptBoolean' ) | (enumLiteral_1= 'ptInteger' ) | (enumLiteral_2= 'ptReal' ) | (enumLiteral_3= 'ptCharacter' ) )
+ int alt209=4;
switch ( input.LA(1) ) {
case 130:
{
- alt207=1;
+ alt209=1;
}
break;
case 131:
{
- alt207=2;
+ alt209=2;
}
break;
case 132:
{
- alt207=3;
+ alt209=3;
}
break;
case 133:
{
- alt207=4;
+ alt209=4;
}
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 207, 0, input);
+ new NoViableAltException("", 209, 0, input);
throw nvae;
}
- switch (alt207) {
+ switch (alt209) {
case 1 :
- // InternalRoom.g:9539:2: (enumLiteral_0= 'ptBoolean' )
+ // InternalRoom.g:9453:2: (enumLiteral_0= 'ptBoolean' )
{
- // InternalRoom.g:9539:2: (enumLiteral_0= 'ptBoolean' )
- // InternalRoom.g:9539:4: enumLiteral_0= 'ptBoolean'
+ // InternalRoom.g:9453:2: (enumLiteral_0= 'ptBoolean' )
+ // InternalRoom.g:9453:4: enumLiteral_0= 'ptBoolean'
{
enumLiteral_0=(Token)match(input,130,FOLLOW_2);
@@ -24443,10 +24398,10 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 2 :
- // InternalRoom.g:9545:6: (enumLiteral_1= 'ptInteger' )
+ // InternalRoom.g:9459:6: (enumLiteral_1= 'ptInteger' )
{
- // InternalRoom.g:9545:6: (enumLiteral_1= 'ptInteger' )
- // InternalRoom.g:9545:8: enumLiteral_1= 'ptInteger'
+ // InternalRoom.g:9459:6: (enumLiteral_1= 'ptInteger' )
+ // InternalRoom.g:9459:8: enumLiteral_1= 'ptInteger'
{
enumLiteral_1=(Token)match(input,131,FOLLOW_2);
@@ -24460,10 +24415,10 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 3 :
- // InternalRoom.g:9551:6: (enumLiteral_2= 'ptReal' )
+ // InternalRoom.g:9465:6: (enumLiteral_2= 'ptReal' )
{
- // InternalRoom.g:9551:6: (enumLiteral_2= 'ptReal' )
- // InternalRoom.g:9551:8: enumLiteral_2= 'ptReal'
+ // InternalRoom.g:9465:6: (enumLiteral_2= 'ptReal' )
+ // InternalRoom.g:9465:8: enumLiteral_2= 'ptReal'
{
enumLiteral_2=(Token)match(input,132,FOLLOW_2);
@@ -24477,10 +24432,10 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
}
break;
case 4 :
- // InternalRoom.g:9557:6: (enumLiteral_3= 'ptCharacter' )
+ // InternalRoom.g:9471:6: (enumLiteral_3= 'ptCharacter' )
{
- // InternalRoom.g:9557:6: (enumLiteral_3= 'ptCharacter' )
- // InternalRoom.g:9557:8: enumLiteral_3= 'ptCharacter'
+ // InternalRoom.g:9471:6: (enumLiteral_3= 'ptCharacter' )
+ // InternalRoom.g:9471:8: enumLiteral_3= 'ptCharacter'
{
enumLiteral_3=(Token)match(input,133,FOLLOW_2);
@@ -24515,62 +24470,15 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
// Delegated rules
- protected DFA4 dfa4 = new DFA4(this);
- protected DFA141 dfa141 = new DFA141(this);
- protected DFA142 dfa142 = new DFA142(this);
- static final String dfa_1s = "\16\uffff";
- static final String dfa_2s = "\1\17\5\uffff\3\53\5\uffff";
- static final String dfa_3s = "\1\u0081\5\uffff\3\u0081\5\uffff";
- static final String dfa_4s = "\1\uffff\1\12\1\1\1\2\1\3\1\4\3\uffff\1\5\1\6\1\7\1\10\1\11";
- static final String dfa_5s = "\16\uffff}>";
- static final String[] dfa_6s = {
- "\1\1\3\uffff\1\2\4\uffff\1\3\3\uffff\1\4\1\5\15\uffff\1\11\5\uffff\1\11\5\uffff\2\12\10\uffff\1\14\1\uffff\1\13\52\uffff\1\15\16\uffff\1\6\1\7\1\10\1\uffff\1\12",
- "",
- "",
- "",
- "",
- "",
- "\1\11\13\uffff\2\12\104\uffff\3\12\1\uffff\1\12",
- "\1\11\13\uffff\2\12\104\uffff\3\12\1\uffff\1\12",
- "\1\11\13\uffff\2\12\104\uffff\3\12\1\uffff\1\12",
- "",
- "",
- "",
- "",
- ""
- };
-
- static final short[] dfa_1 = DFA.unpackEncodedString(dfa_1s);
- static final char[] dfa_2 = DFA.unpackEncodedStringToUnsignedChars(dfa_2s);
- static final char[] dfa_3 = DFA.unpackEncodedStringToUnsignedChars(dfa_3s);
- static final short[] dfa_4 = DFA.unpackEncodedString(dfa_4s);
- static final short[] dfa_5 = DFA.unpackEncodedString(dfa_5s);
- static final short[][] dfa_6 = unpackEncodedStringArray(dfa_6s);
-
- class DFA4 extends DFA {
-
- public DFA4(BaseRecognizer recognizer) {
- this.recognizer = recognizer;
- this.decisionNumber = 4;
- this.eot = dfa_1;
- this.eof = dfa_1;
- this.min = dfa_2;
- this.max = dfa_3;
- this.accept = dfa_4;
- this.special = dfa_5;
- this.transition = dfa_6;
- }
- public String getDescription() {
- return "()* loopback of 161:3: ( ( (lv_primitiveTypes_6_0= rulePrimitiveType ) ) | ( (lv_enumerationTypes_7_0= ruleEnumerationType ) ) | ( (lv_externalTypes_8_0= ruleExternalType ) ) | ( (lv_dataClasses_9_0= ruleDataClass ) ) | ( (lv_protocolClasses_10_0= ruleGeneralProtocolClass ) ) | ( (lv_actorClasses_11_0= ruleActorClass ) ) | ( (lv_subSystemClasses_12_0= ruleSubSystemClass ) ) | ( (lv_systems_13_0= ruleLogicalSystem ) ) | ( (lv_annotationTypes_14_0= ruleAnnotationType ) ) )*";
- }
- }
- static final String dfa_7s = "\101\uffff";
- static final String dfa_8s = "\13\uffff\1\22\7\uffff\2\22\1\uffff\1\22\3\uffff\1\22\46\uffff";
- static final String dfa_9s = "\1\122\1\4\1\20\1\4\1\24\4\4\2\24\1\16\2\4\1\24\1\5\1\17\1\4\1\uffff\2\16\1\5\1\16\1\4\2\uffff\1\16\1\17\2\4\1\17\1\33\1\5\2\26\2\6\3\26\1\4\1\17\1\6\1\33\1\26\1\5\2\6\2\26\2\6\3\26\2\6\1\26\1\6\1\26\4\6\1\26";
- static final String dfa_10s = "\1\122\2\20\1\146\1\31\2\4\1\146\1\4\2\24\1\144\2\4\1\24\1\44\1\155\1\4\1\uffff\2\144\1\44\1\144\1\4\2\uffff\1\144\1\155\2\4\1\155\1\33\1\172\2\32\2\6\1\111\2\32\1\4\1\155\1\6\1\33\1\174\3\172\2\32\2\6\1\111\2\32\2\6\1\32\1\6\1\174\2\172\2\6\1\32";
- static final String dfa_11s = "\22\uffff\1\2\5\uffff\1\1\1\3\47\uffff";
- static final String dfa_12s = "\101\uffff}>";
- static final String[] dfa_13s = {
+ protected DFA143 dfa143 = new DFA143(this);
+ protected DFA144 dfa144 = new DFA144(this);
+ static final String dfa_1s = "\101\uffff";
+ static final String dfa_2s = "\13\uffff\1\21\7\uffff\2\21\1\uffff\1\21\3\uffff\1\21\46\uffff";
+ static final String dfa_3s = "\1\122\1\4\1\20\1\4\1\24\4\4\2\24\1\16\2\4\1\24\1\5\1\17\1\uffff\1\4\2\16\1\5\1\16\1\4\2\uffff\1\16\1\17\2\4\1\17\1\33\1\5\2\26\2\6\3\26\1\4\1\17\1\6\1\33\1\26\1\5\2\6\2\26\2\6\3\26\2\6\1\26\1\6\1\26\4\6\1\26";
+ static final String dfa_4s = "\1\122\2\20\1\146\1\31\2\4\1\146\1\4\2\24\1\144\2\4\1\24\1\44\1\155\1\uffff\1\4\2\144\1\44\1\144\1\4\2\uffff\1\144\1\155\2\4\1\155\1\33\1\172\2\32\2\6\1\111\2\32\1\4\1\155\1\6\1\33\1\174\3\172\2\32\2\6\1\111\2\32\2\6\1\32\1\6\1\174\2\172\2\6\1\32";
+ static final String dfa_5s = "\21\uffff\1\2\6\uffff\1\1\1\3\47\uffff";
+ static final String dfa_6s = "\101\uffff}>";
+ static final String[] dfa_7s = {
"\1\1",
"\1\2\13\uffff\1\3",
"\1\3",
@@ -24582,26 +24490,26 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
"\1\16",
"\1\7",
"\1\7",
- "\1\20\1\22\11\uffff\1\21\11\uffff\1\17\55\uffff\2\22\5\uffff\6\22\6\uffff\1\22",
+ "\1\20\1\21\11\uffff\1\22\11\uffff\1\17\55\uffff\2\21\5\uffff\6\21\6\uffff\1\21",
"\1\23",
"\1\24",
"\1\7",
"\1\25\36\uffff\1\26",
- "\1\22\117\uffff\1\22\1\30\1\uffff\1\30\1\31\11\uffff\1\27",
- "\1\32",
+ "\1\21\117\uffff\1\21\1\30\1\uffff\1\30\1\31\11\uffff\1\27",
"",
- "\1\20\1\22\23\uffff\1\17\55\uffff\2\22\5\uffff\6\22\6\uffff\1\22",
- "\1\20\1\22\23\uffff\1\17\55\uffff\2\22\5\uffff\6\22\6\uffff\1\22",
+ "\1\32",
+ "\1\20\1\21\23\uffff\1\17\55\uffff\2\21\5\uffff\6\21\6\uffff\1\21",
+ "\1\20\1\21\23\uffff\1\17\55\uffff\2\21\5\uffff\6\21\6\uffff\1\21",
"\1\25\36\uffff\1\26",
- "\1\20\1\22\101\uffff\2\22\5\uffff\6\22\6\uffff\1\22",
+ "\1\20\1\21\101\uffff\2\21\5\uffff\6\21\6\uffff\1\21",
"\1\33",
"",
"",
- "\1\20\1\22\23\uffff\1\17\55\uffff\2\22\5\uffff\6\22\6\uffff\1\22",
- "\1\22\5\uffff\1\35\63\uffff\1\34\25\uffff\1\22\2\uffff\1\30\1\31\11\uffff\1\27",
+ "\1\20\1\21\23\uffff\1\17\55\uffff\2\21\5\uffff\6\21\6\uffff\1\21",
+ "\1\21\5\uffff\1\35\63\uffff\1\34\25\uffff\1\21\2\uffff\1\30\1\31\11\uffff\1\27",
"\1\36",
"\1\37",
- "\1\22\5\uffff\1\35\63\uffff\1\34\25\uffff\1\22\2\uffff\1\30\1\31\11\uffff\1\27",
+ "\1\21\5\uffff\1\35\63\uffff\1\34\25\uffff\1\21\2\uffff\1\30\1\31\11\uffff\1\27",
"\1\40",
"\1\47\1\45\1\uffff\1\46\156\uffff\1\41\1\42\1\43\1\44",
"\1\51\3\uffff\1\50",
@@ -24612,7 +24520,7 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
"\1\51\3\uffff\1\50",
"\1\51\3\uffff\1\50",
"\1\53",
- "\1\22\117\uffff\1\22\2\uffff\1\30\1\31\11\uffff\1\27",
+ "\1\21\117\uffff\1\21\2\uffff\1\30\1\31\11\uffff\1\27",
"\1\54",
"\1\55",
"\1\51\3\uffff\1\50\140\uffff\1\56\1\57",
@@ -24638,86 +24546,86 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
"\1\51\3\uffff\1\50"
};
- static final short[] dfa_7 = DFA.unpackEncodedString(dfa_7s);
- static final short[] dfa_8 = DFA.unpackEncodedString(dfa_8s);
- static final char[] dfa_9 = DFA.unpackEncodedStringToUnsignedChars(dfa_9s);
- static final char[] dfa_10 = DFA.unpackEncodedStringToUnsignedChars(dfa_10s);
- static final short[] dfa_11 = DFA.unpackEncodedString(dfa_11s);
- static final short[] dfa_12 = DFA.unpackEncodedString(dfa_12s);
- static final short[][] dfa_13 = unpackEncodedStringArray(dfa_13s);
+ static final short[] dfa_1 = DFA.unpackEncodedString(dfa_1s);
+ static final short[] dfa_2 = DFA.unpackEncodedString(dfa_2s);
+ static final char[] dfa_3 = DFA.unpackEncodedStringToUnsignedChars(dfa_3s);
+ static final char[] dfa_4 = DFA.unpackEncodedStringToUnsignedChars(dfa_4s);
+ static final short[] dfa_5 = DFA.unpackEncodedString(dfa_5s);
+ static final short[] dfa_6 = DFA.unpackEncodedString(dfa_6s);
+ static final short[][] dfa_7 = unpackEncodedStringArray(dfa_7s);
- class DFA141 extends DFA {
+ class DFA143 extends DFA {
- public DFA141(BaseRecognizer recognizer) {
+ public DFA143(BaseRecognizer recognizer) {
this.recognizer = recognizer;
- this.decisionNumber = 141;
- this.eot = dfa_7;
- this.eof = dfa_8;
- this.min = dfa_9;
- this.max = dfa_10;
- this.accept = dfa_11;
- this.special = dfa_12;
- this.transition = dfa_13;
+ this.decisionNumber = 143;
+ this.eot = dfa_1;
+ this.eof = dfa_2;
+ this.min = dfa_3;
+ this.max = dfa_4;
+ this.accept = dfa_5;
+ this.special = dfa_6;
+ this.transition = dfa_7;
}
public String getDescription() {
- return "6403:1: (this_TransitionChainStartTransition_0= ruleTransitionChainStartTransition | this_ContinuationTransition_1= ruleContinuationTransition | this_CPBranchTransition_2= ruleCPBranchTransition )";
+ return "6317:1: (this_TransitionChainStartTransition_0= ruleTransitionChainStartTransition | this_ContinuationTransition_1= ruleContinuationTransition | this_CPBranchTransition_2= ruleCPBranchTransition )";
}
}
- static final String dfa_14s = "\31\uffff";
- static final String dfa_15s = "\1\122\1\4\1\20\1\4\1\24\4\4\3\24\1\16\3\4\1\5\1\140\3\16\1\5\1\16\2\uffff";
- static final String dfa_16s = "\1\122\2\20\1\146\1\31\3\4\1\146\3\24\1\43\3\4\1\44\1\155\3\43\1\44\1\16\2\uffff";
- static final String dfa_17s = "\27\uffff\1\2\1\1";
- static final String dfa_18s = "\31\uffff}>";
- static final String[] dfa_19s = {
+ static final String dfa_8s = "\31\uffff";
+ static final String dfa_9s = "\1\122\1\4\1\20\1\4\1\24\4\4\2\24\1\16\2\4\1\24\1\5\1\140\1\4\2\16\1\5\1\16\2\uffff\1\16";
+ static final String dfa_10s = "\1\122\2\20\1\146\1\31\2\4\1\146\1\4\2\24\1\43\2\4\1\24\1\44\1\155\1\4\2\43\1\44\1\16\2\uffff\1\43";
+ static final String dfa_11s = "\26\uffff\1\1\1\2\1\uffff";
+ static final String dfa_12s = "\31\uffff}>";
+ static final String[] dfa_13s = {
"\1\1",
"\1\2\13\uffff\1\3",
"\1\3",
"\1\4\140\uffff\1\5\1\6",
- "\1\10\4\uffff\1\7",
+ "\1\7\4\uffff\1\10",
"\1\11",
"\1\12",
- "\1\13",
- "\1\14\140\uffff\1\15\1\16",
- "\1\10",
- "\1\10",
- "\1\10",
- "\1\21\12\uffff\1\17\11\uffff\1\20",
+ "\1\13\140\uffff\1\14\1\15",
+ "\1\16",
+ "\1\7",
+ "\1\7",
+ "\1\20\12\uffff\1\21\11\uffff\1\17",
"\1\22",
"\1\23",
- "\1\24",
- "\1\25\36\uffff\1\26",
- "\1\30\1\uffff\1\27\12\uffff\1\27",
- "\1\21\24\uffff\1\20",
- "\1\21\24\uffff\1\20",
- "\1\21\24\uffff\1\20",
- "\1\25\36\uffff\1\26",
- "\1\21",
+ "\1\7",
+ "\1\24\36\uffff\1\25",
+ "\1\26\1\uffff\1\27\12\uffff\1\27",
+ "\1\30",
+ "\1\20\24\uffff\1\17",
+ "\1\20\24\uffff\1\17",
+ "\1\24\36\uffff\1\25",
+ "\1\20",
"",
- ""
+ "",
+ "\1\20\24\uffff\1\17"
};
- static final short[] dfa_14 = DFA.unpackEncodedString(dfa_14s);
- static final char[] dfa_15 = DFA.unpackEncodedStringToUnsignedChars(dfa_15s);
- static final char[] dfa_16 = DFA.unpackEncodedStringToUnsignedChars(dfa_16s);
- static final short[] dfa_17 = DFA.unpackEncodedString(dfa_17s);
- static final short[] dfa_18 = DFA.unpackEncodedString(dfa_18s);
- static final short[][] dfa_19 = unpackEncodedStringArray(dfa_19s);
+ static final short[] dfa_8 = DFA.unpackEncodedString(dfa_8s);
+ static final char[] dfa_9 = DFA.unpackEncodedStringToUnsignedChars(dfa_9s);
+ static final char[] dfa_10 = DFA.unpackEncodedStringToUnsignedChars(dfa_10s);
+ static final short[] dfa_11 = DFA.unpackEncodedString(dfa_11s);
+ static final short[] dfa_12 = DFA.unpackEncodedString(dfa_12s);
+ static final short[][] dfa_13 = unpackEncodedStringArray(dfa_13s);
- class DFA142 extends DFA {
+ class DFA144 extends DFA {
- public DFA142(BaseRecognizer recognizer) {
+ public DFA144(BaseRecognizer recognizer) {
this.recognizer = recognizer;
- this.decisionNumber = 142;
- this.eot = dfa_14;
- this.eof = dfa_14;
- this.min = dfa_15;
- this.max = dfa_16;
- this.accept = dfa_17;
- this.special = dfa_18;
- this.transition = dfa_19;
+ this.decisionNumber = 144;
+ this.eot = dfa_8;
+ this.eof = dfa_8;
+ this.min = dfa_9;
+ this.max = dfa_10;
+ this.accept = dfa_11;
+ this.special = dfa_12;
+ this.transition = dfa_13;
}
public String getDescription() {
- return "6453:1: (this_TriggeredTransition_0= ruleTriggeredTransition | this_GuardedTransition_1= ruleGuardedTransition )";
+ return "6367:1: (this_TriggeredTransition_0= ruleTriggeredTransition | this_GuardedTransition_1= ruleGuardedTransition )";
}
}
@@ -24730,152 +24638,153 @@ public class InternalRoomParser extends AbstractInternalAntlrParser {
public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0182080031088000L,0xE00860000000000AL,0x0000000000000002L});
public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x0182080031088000L,0xE00840000000000AL,0x0000000000000002L});
public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0182080031088000L,0xE00040000000000AL,0x0000000000000002L});
- public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0000000000010000L});
- public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000000000020002L});
- public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x0000000000040002L});
- public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000000L,0x000000000000003CL});
- public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x0000000000100000L});
- public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0000000000000020L});
- public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0000000000A00000L});
- public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x0000000000400000L});
- public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0000000000800000L});
- public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x0000000800000002L});
- public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000000802004000L});
- public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000000002004000L});
- public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0000000000008010L});
- public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000000004008000L});
- public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000000008000002L});
- public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x0000000000000140L,0x0600000000000000L});
- public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x0000000800800002L});
- public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x0000000840004000L});
- public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0000000040004000L});
- public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0000066780008000L,0x0000200000000000L});
- public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x000006670000C080L});
- public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x0000066700008000L});
- public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x000006660000C080L});
- public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x0000066600008000L});
- public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x000006640000C080L});
- public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x0000066400008000L});
- public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x0000000800010000L});
- public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x0000001000000000L});
- public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x0000000808000012L});
- public static final BitSet FOLLOW_39 = new BitSet(new long[]{0x0000000808000002L});
- public static final BitSet FOLLOW_40 = new BitSet(new long[]{0x0000004000000000L});
- public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x0000000000200000L});
- public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x0000000000400010L});
- public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x0000000004400000L});
- public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x0000000800014080L});
- public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x0000008000000010L});
- public static final BitSet FOLLOW_46 = new BitSet(new long[]{0x0000000800004080L});
- public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x0000000000004080L});
- public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x0000010800014080L});
- public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x0000080000000000L});
- public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x0001700380008000L,0x0000240000000000L});
- public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x000170030000C080L,0x0000040000000000L});
- public static final BitSet FOLLOW_52 = new BitSet(new long[]{0x0001700300008000L,0x0000040000000000L});
- public static final BitSet FOLLOW_53 = new BitSet(new long[]{0x000170020000C080L,0x0000040000000000L});
- public static final BitSet FOLLOW_54 = new BitSet(new long[]{0x0001700200008000L,0x0000040000000000L});
- public static final BitSet FOLLOW_55 = new BitSet(new long[]{0x000170000000C080L,0x0000040000000000L});
- public static final BitSet FOLLOW_56 = new BitSet(new long[]{0x0001700000008000L,0x0000040000000000L});
- public static final BitSet FOLLOW_57 = new BitSet(new long[]{0x0018000000008000L});
- public static final BitSet FOLLOW_58 = new BitSet(new long[]{0x0001600000008000L,0x0000040000000000L});
- public static final BitSet FOLLOW_59 = new BitSet(new long[]{0x0001400000008000L,0x0000040000000000L});
- public static final BitSet FOLLOW_60 = new BitSet(new long[]{0x0000800000000000L});
- public static final BitSet FOLLOW_61 = new BitSet(new long[]{0x0001000000008000L,0x0000040000000000L});
- public static final BitSet FOLLOW_62 = new BitSet(new long[]{0x0000000000008000L,0x0000040000000000L});
- public static final BitSet FOLLOW_63 = new BitSet(new long[]{0x0000000000008000L});
- public static final BitSet FOLLOW_64 = new BitSet(new long[]{0x0004000000008000L,0x0000200000000000L});
- public static final BitSet FOLLOW_65 = new BitSet(new long[]{0x0004000000008000L});
- public static final BitSet FOLLOW_66 = new BitSet(new long[]{0x0010000000000000L});
- public static final BitSet FOLLOW_67 = new BitSet(new long[]{0x0000000800200002L,0x0000200000000000L});
- public static final BitSet FOLLOW_68 = new BitSet(new long[]{0x0000000800000002L,0x0000200000000000L});
- public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x0060066400008000L});
- public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x004006640000C080L});
- public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x0040066400008000L});
- public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0000100000000000L});
- public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x0000200000000000L});
- public static final BitSet FOLLOW_74 = new BitSet(new long[]{0x0180000000000000L,0xE000000000000000L,0x0000000000000002L});
- public static final BitSet FOLLOW_75 = new BitSet(new long[]{0x0E00000000008000L,0x0000200000000000L});
- public static final BitSet FOLLOW_76 = new BitSet(new long[]{0x9001000000008000L});
- public static final BitSet FOLLOW_77 = new BitSet(new long[]{0x0C00000000008000L});
- public static final BitSet FOLLOW_78 = new BitSet(new long[]{0xF001066780008000L,0x0001000000004881L,0x0000000000000001L});
- public static final BitSet FOLLOW_79 = new BitSet(new long[]{0xF00106670000C080L,0x0001000000004881L,0x0000000000000001L});
- public static final BitSet FOLLOW_80 = new BitSet(new long[]{0xF001066700008000L,0x0001000000004881L,0x0000000000000001L});
- public static final BitSet FOLLOW_81 = new BitSet(new long[]{0xF00106660000C080L,0x0001000000004881L,0x0000000000000001L});
- public static final BitSet FOLLOW_82 = new BitSet(new long[]{0xF001066600008000L,0x0001000000004881L,0x0000000000000001L});
- public static final BitSet FOLLOW_83 = new BitSet(new long[]{0xF00106640000C080L,0x0001000000004881L,0x0000000000000001L});
- public static final BitSet FOLLOW_84 = new BitSet(new long[]{0xF001066400008000L,0x0001000000004881L,0x0000000000000001L});
- public static final BitSet FOLLOW_85 = new BitSet(new long[]{0x0800000000008000L});
- public static final BitSet FOLLOW_86 = new BitSet(new long[]{0x0000066000008000L,0x0000200000080000L});
- public static final BitSet FOLLOW_87 = new BitSet(new long[]{0x0000066000008000L,0x0000000000080000L});
- public static final BitSet FOLLOW_88 = new BitSet(new long[]{0x1000000000000000L});
- public static final BitSet FOLLOW_89 = new BitSet(new long[]{0x0000000002000000L});
- public static final BitSet FOLLOW_90 = new BitSet(new long[]{0x0000000000008000L,0x0000200000000884L});
- public static final BitSet FOLLOW_91 = new BitSet(new long[]{0x0000000000008000L,0x0000000000000884L});
- public static final BitSet FOLLOW_92 = new BitSet(new long[]{0x9001000380008000L,0x00012000000048B0L,0x0000000000000001L});
- public static final BitSet FOLLOW_93 = new BitSet(new long[]{0x900100030000C080L,0x00010000000048B0L,0x0000000000000001L});
- public static final BitSet FOLLOW_94 = new BitSet(new long[]{0x9001000300008000L,0x00010000000048B0L,0x0000000000000001L});
- public static final BitSet FOLLOW_95 = new BitSet(new long[]{0x900100020000C080L,0x00010000000048B0L,0x0000000000000001L});
- public static final BitSet FOLLOW_96 = new BitSet(new long[]{0x9001000200008000L,0x00010000000048B0L,0x0000000000000001L});
- public static final BitSet FOLLOW_97 = new BitSet(new long[]{0x900100000000C080L,0x00010000000048B0L,0x0000000000000001L});
- public static final BitSet FOLLOW_98 = new BitSet(new long[]{0x9001000000008000L,0x00010000000048B0L,0x0000000000000001L});
- public static final BitSet FOLLOW_99 = new BitSet(new long[]{0x0000000000004002L});
- public static final BitSet FOLLOW_100 = new BitSet(new long[]{0x0000000000008000L,0x0000000000000020L});
- public static final BitSet FOLLOW_101 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000040L});
- public static final BitSet FOLLOW_102 = new BitSet(new long[]{0x0000000000010002L});
- public static final BitSet FOLLOW_103 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000100L});
- public static final BitSet FOLLOW_104 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000200L});
- public static final BitSet FOLLOW_105 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000400L});
- public static final BitSet FOLLOW_106 = new BitSet(new long[]{0x0000000000040000L,0x0000000000002000L});
- public static final BitSet FOLLOW_107 = new BitSet(new long[]{0x0000000000000000L,0x0000000000001000L});
- public static final BitSet FOLLOW_108 = new BitSet(new long[]{0x0000000000000000L,0x0000000000004000L});
- public static final BitSet FOLLOW_109 = new BitSet(new long[]{0x0000000000000040L,0x0000000000008000L});
- public static final BitSet FOLLOW_110 = new BitSet(new long[]{0x0000000000008000L,0x000000103F060000L});
- public static final BitSet FOLLOW_111 = new BitSet(new long[]{0x0000000800004002L});
- public static final BitSet FOLLOW_112 = new BitSet(new long[]{0x0000000000008000L,0x0000200000F00000L});
- public static final BitSet FOLLOW_113 = new BitSet(new long[]{0x000000000000C080L,0x0000000000E00000L});
- public static final BitSet FOLLOW_114 = new BitSet(new long[]{0x0000000000008000L,0x0000000000E00000L});
- public static final BitSet FOLLOW_115 = new BitSet(new long[]{0x000000000000C080L,0x0000000000C00000L});
- public static final BitSet FOLLOW_116 = new BitSet(new long[]{0x0000000000008000L,0x0000000000C00000L});
- public static final BitSet FOLLOW_117 = new BitSet(new long[]{0x000000000000C080L,0x0000000000800000L});
- public static final BitSet FOLLOW_118 = new BitSet(new long[]{0x0000000000008000L,0x0000000000800000L});
- public static final BitSet FOLLOW_119 = new BitSet(new long[]{0x0000000000008020L});
- public static final BitSet FOLLOW_120 = new BitSet(new long[]{0x0000000000000000L,0x0000000004000000L});
- public static final BitSet FOLLOW_121 = new BitSet(new long[]{0x0000000000010010L});
- public static final BitSet FOLLOW_122 = new BitSet(new long[]{0x0000000000000000L,0x0000000040000000L});
- public static final BitSet FOLLOW_123 = new BitSet(new long[]{0x0000000000000010L,0x0000006000000000L});
- public static final BitSet FOLLOW_124 = new BitSet(new long[]{0x0000000000008000L,0x0000200080000000L});
- public static final BitSet FOLLOW_125 = new BitSet(new long[]{0x000000000000C080L});
- public static final BitSet FOLLOW_126 = new BitSet(new long[]{0x0000000000000000L,0x0000000100000000L});
- public static final BitSet FOLLOW_127 = new BitSet(new long[]{0x0000000000000000L,0x0000208000000000L});
- public static final BitSet FOLLOW_128 = new BitSet(new long[]{0x0000000000008000L,0x0000000200000000L});
- public static final BitSet FOLLOW_129 = new BitSet(new long[]{0x0000000000008000L,0x0000000080000000L});
- public static final BitSet FOLLOW_130 = new BitSet(new long[]{0x0000000000000000L,0x0000200400000000L});
- public static final BitSet FOLLOW_131 = new BitSet(new long[]{0x000000000000C080L,0x0000000080000000L});
- public static final BitSet FOLLOW_132 = new BitSet(new long[]{0x0000000000000000L,0x0000200800000000L});
- public static final BitSet FOLLOW_133 = new BitSet(new long[]{0x0000000000000000L,0x0000200080000000L});
- public static final BitSet FOLLOW_134 = new BitSet(new long[]{0x0000000000000000L,0x0000030400000000L});
- public static final BitSet FOLLOW_135 = new BitSet(new long[]{0x0000000000000000L,0x0000020000000000L});
- public static final BitSet FOLLOW_136 = new BitSet(new long[]{0x0000000000008000L,0x0000180000000000L});
- public static final BitSet FOLLOW_137 = new BitSet(new long[]{0x0000000000100002L});
- public static final BitSet FOLLOW_138 = new BitSet(new long[]{0x0000000000200000L,0x0000180000000000L});
- public static final BitSet FOLLOW_139 = new BitSet(new long[]{0x0000000000000000L,0x0000180000000000L});
- public static final BitSet FOLLOW_140 = new BitSet(new long[]{0x0000000004000000L});
- public static final BitSet FOLLOW_141 = new BitSet(new long[]{0x0000000000200002L});
- public static final BitSet FOLLOW_142 = new BitSet(new long[]{0x0000000008000000L});
- public static final BitSet FOLLOW_143 = new BitSet(new long[]{0x0000000000000160L,0x0780000000000000L});
- public static final BitSet FOLLOW_144 = new BitSet(new long[]{0x0000000000000000L,0x0000800000000000L});
- public static final BitSet FOLLOW_145 = new BitSet(new long[]{0x1112080020006000L,0x000000000007000AL});
- public static final BitSet FOLLOW_146 = new BitSet(new long[]{0x0000000000008000L,0x0003000000000000L});
- public static final BitSet FOLLOW_147 = new BitSet(new long[]{0x1112080020002000L,0x000000000007000AL});
- public static final BitSet FOLLOW_148 = new BitSet(new long[]{0x0000000000000000L,0x0004000000000000L});
- public static final BitSet FOLLOW_149 = new BitSet(new long[]{0x0000000000000010L,0x0020000000000000L});
- public static final BitSet FOLLOW_150 = new BitSet(new long[]{0x0000000000000002L,0x0010000000000000L});
- public static final BitSet FOLLOW_151 = new BitSet(new long[]{0x0000000000000002L,0x0040000000000000L});
- public static final BitSet FOLLOW_152 = new BitSet(new long[]{0x0000001000000020L});
- public static final BitSet FOLLOW_153 = new BitSet(new long[]{0x0000000000000000L,0x1800000000000000L});
- public static final BitSet FOLLOW_154 = new BitSet(new long[]{0x0000000000000040L,0x0600000000000000L});
- public static final BitSet FOLLOW_155 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000200L});
+ public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0182080031088000L,0xE00000000000000AL,0x0000000000000002L});
+ public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000000000010000L});
+ public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x0000000000020002L});
+ public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x0000000000040002L});
+ public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000000L,0x000000000000003CL});
+ public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0000000000100000L});
+ public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0000000000000020L});
+ public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x0000000000A00000L});
+ public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0000000000400000L});
+ public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x0000000000800000L});
+ public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000000800000002L});
+ public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000000802004000L});
+ public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0000000002004000L});
+ public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000000000008010L});
+ public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000000004008000L});
+ public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x0000000008000002L});
+ public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x0000000000000140L,0x0600000000000000L});
+ public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x0000000800800002L});
+ public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0000000840004000L});
+ public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0000000040004000L});
+ public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x0000066780008000L,0x0000200000000000L});
+ public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x000006670000C080L});
+ public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x0000066700008000L});
+ public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x000006660000C080L});
+ public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x0000066600008000L});
+ public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x000006640000C080L});
+ public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x0000066400008000L});
+ public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x0000000800010000L});
+ public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x0000001000000000L});
+ public static final BitSet FOLLOW_39 = new BitSet(new long[]{0x0000000808000012L});
+ public static final BitSet FOLLOW_40 = new BitSet(new long[]{0x0000000808000002L});
+ public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x0000004000000000L});
+ public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x0000000000200000L});
+ public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x0000000000400010L});
+ public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x0000000004400000L});
+ public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x0000000800014080L});
+ public static final BitSet FOLLOW_46 = new BitSet(new long[]{0x0000008000000010L});
+ public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x0000000800004080L});
+ public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x0000000000004080L});
+ public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x0000010800014080L});
+ public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x0000080000000000L});
+ public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x0001700380008000L,0x0000240000000000L});
+ public static final BitSet FOLLOW_52 = new BitSet(new long[]{0x000170030000C080L,0x0000040000000000L});
+ public static final BitSet FOLLOW_53 = new BitSet(new long[]{0x0001700300008000L,0x0000040000000000L});
+ public static final BitSet FOLLOW_54 = new BitSet(new long[]{0x000170020000C080L,0x0000040000000000L});
+ public static final BitSet FOLLOW_55 = new BitSet(new long[]{0x0001700200008000L,0x0000040000000000L});
+ public static final BitSet FOLLOW_56 = new BitSet(new long[]{0x000170000000C080L,0x0000040000000000L});
+ public static final BitSet FOLLOW_57 = new BitSet(new long[]{0x0001700000008000L,0x0000040000000000L});
+ public static final BitSet FOLLOW_58 = new BitSet(new long[]{0x0018000000008000L});
+ public static final BitSet FOLLOW_59 = new BitSet(new long[]{0x0001600000008000L,0x0000040000000000L});
+ public static final BitSet FOLLOW_60 = new BitSet(new long[]{0x0001400000008000L,0x0000040000000000L});
+ public static final BitSet FOLLOW_61 = new BitSet(new long[]{0x0000800000000000L});
+ public static final BitSet FOLLOW_62 = new BitSet(new long[]{0x0001000000008000L,0x0000040000000000L});
+ public static final BitSet FOLLOW_63 = new BitSet(new long[]{0x0000000000008000L,0x0000040000000000L});
+ public static final BitSet FOLLOW_64 = new BitSet(new long[]{0x0000000000008000L});
+ public static final BitSet FOLLOW_65 = new BitSet(new long[]{0x0004000000008000L,0x0000200000000000L});
+ public static final BitSet FOLLOW_66 = new BitSet(new long[]{0x0004000000008000L});
+ public static final BitSet FOLLOW_67 = new BitSet(new long[]{0x0010000000000000L});
+ public static final BitSet FOLLOW_68 = new BitSet(new long[]{0x0000000800200002L,0x0000200000000000L});
+ public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x0000000800000002L,0x0000200000000000L});
+ public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x0060066400008000L});
+ public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x004006640000C080L});
+ public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0040066400008000L});
+ public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x0000100000000000L});
+ public static final BitSet FOLLOW_74 = new BitSet(new long[]{0x0000200000000000L});
+ public static final BitSet FOLLOW_75 = new BitSet(new long[]{0x0180000000000000L,0xE000000000000000L,0x0000000000000002L});
+ public static final BitSet FOLLOW_76 = new BitSet(new long[]{0x0E00000000008000L,0x0000200000000000L});
+ public static final BitSet FOLLOW_77 = new BitSet(new long[]{0x9001000000008000L});
+ public static final BitSet FOLLOW_78 = new BitSet(new long[]{0x0C00000000008000L});
+ public static final BitSet FOLLOW_79 = new BitSet(new long[]{0xF001066780008000L,0x0001000000004881L,0x0000000000000001L});
+ public static final BitSet FOLLOW_80 = new BitSet(new long[]{0xF00106670000C080L,0x0001000000004881L,0x0000000000000001L});
+ public static final BitSet FOLLOW_81 = new BitSet(new long[]{0xF001066700008000L,0x0001000000004881L,0x0000000000000001L});
+ public static final BitSet FOLLOW_82 = new BitSet(new long[]{0xF00106660000C080L,0x0001000000004881L,0x0000000000000001L});
+ public static final BitSet FOLLOW_83 = new BitSet(new long[]{0xF001066600008000L,0x0001000000004881L,0x0000000000000001L});
+ public static final BitSet FOLLOW_84 = new BitSet(new long[]{0xF00106640000C080L,0x0001000000004881L,0x0000000000000001L});
+ public static final BitSet FOLLOW_85 = new BitSet(new long[]{0xF001066400008000L,0x0001000000004881L,0x0000000000000001L});
+ public static final BitSet FOLLOW_86 = new BitSet(new long[]{0x0800000000008000L});
+ public static final BitSet FOLLOW_87 = new BitSet(new long[]{0x0000066000008000L,0x0000200000080000L});
+ public static final BitSet FOLLOW_88 = new BitSet(new long[]{0x0000066000008000L,0x0000000000080000L});
+ public static final BitSet FOLLOW_89 = new BitSet(new long[]{0x1000000000000000L});
+ public static final BitSet FOLLOW_90 = new BitSet(new long[]{0x0000000002000000L});
+ public static final BitSet FOLLOW_91 = new BitSet(new long[]{0x0000000000008000L,0x0000200000000884L});
+ public static final BitSet FOLLOW_92 = new BitSet(new long[]{0x0000000000008000L,0x0000000000000884L});
+ public static final BitSet FOLLOW_93 = new BitSet(new long[]{0x9001000380008000L,0x00012000000048B0L,0x0000000000000001L});
+ public static final BitSet FOLLOW_94 = new BitSet(new long[]{0x900100030000C080L,0x00010000000048B0L,0x0000000000000001L});
+ public static final BitSet FOLLOW_95 = new BitSet(new long[]{0x9001000300008000L,0x00010000000048B0L,0x0000000000000001L});
+ public static final BitSet FOLLOW_96 = new BitSet(new long[]{0x900100020000C080L,0x00010000000048B0L,0x0000000000000001L});
+ public static final BitSet FOLLOW_97 = new BitSet(new long[]{0x9001000200008000L,0x00010000000048B0L,0x0000000000000001L});
+ public static final BitSet FOLLOW_98 = new BitSet(new long[]{0x900100000000C080L,0x00010000000048B0L,0x0000000000000001L});
+ public static final BitSet FOLLOW_99 = new BitSet(new long[]{0x9001000000008000L,0x00010000000048B0L,0x0000000000000001L});
+ public static final BitSet FOLLOW_100 = new BitSet(new long[]{0x0000000000004002L});
+ public static final BitSet FOLLOW_101 = new BitSet(new long[]{0x0000000000008000L,0x0000000000000020L});
+ public static final BitSet FOLLOW_102 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000040L});
+ public static final BitSet FOLLOW_103 = new BitSet(new long[]{0x0000000000010002L});
+ public static final BitSet FOLLOW_104 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000100L});
+ public static final BitSet FOLLOW_105 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000200L});
+ public static final BitSet FOLLOW_106 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000400L});
+ public static final BitSet FOLLOW_107 = new BitSet(new long[]{0x0000000000040000L,0x0000000000002000L});
+ public static final BitSet FOLLOW_108 = new BitSet(new long[]{0x0000000000000000L,0x0000000000001000L});
+ public static final BitSet FOLLOW_109 = new BitSet(new long[]{0x0000000000000000L,0x0000000000004000L});
+ public static final BitSet FOLLOW_110 = new BitSet(new long[]{0x0000000000000040L,0x0000000000008000L});
+ public static final BitSet FOLLOW_111 = new BitSet(new long[]{0x0000000000008000L,0x000000103F060000L});
+ public static final BitSet FOLLOW_112 = new BitSet(new long[]{0x0000000800004002L});
+ public static final BitSet FOLLOW_113 = new BitSet(new long[]{0x0000000000008000L,0x0000200000F00000L});
+ public static final BitSet FOLLOW_114 = new BitSet(new long[]{0x000000000000C080L,0x0000000000E00000L});
+ public static final BitSet FOLLOW_115 = new BitSet(new long[]{0x0000000000008000L,0x0000000000E00000L});
+ public static final BitSet FOLLOW_116 = new BitSet(new long[]{0x000000000000C080L,0x0000000000C00000L});
+ public static final BitSet FOLLOW_117 = new BitSet(new long[]{0x0000000000008000L,0x0000000000C00000L});
+ public static final BitSet FOLLOW_118 = new BitSet(new long[]{0x000000000000C080L,0x0000000000800000L});
+ public static final BitSet FOLLOW_119 = new BitSet(new long[]{0x0000000000008000L,0x0000000000800000L});
+ public static final BitSet FOLLOW_120 = new BitSet(new long[]{0x0000000000008020L});
+ public static final BitSet FOLLOW_121 = new BitSet(new long[]{0x0000000000000000L,0x0000000004000000L});
+ public static final BitSet FOLLOW_122 = new BitSet(new long[]{0x0000000000010010L});
+ public static final BitSet FOLLOW_123 = new BitSet(new long[]{0x0000000000000000L,0x0000000040000000L});
+ public static final BitSet FOLLOW_124 = new BitSet(new long[]{0x0000000000000010L,0x0000006000000000L});
+ public static final BitSet FOLLOW_125 = new BitSet(new long[]{0x0000000000008000L,0x0000200080000000L});
+ public static final BitSet FOLLOW_126 = new BitSet(new long[]{0x000000000000C080L});
+ public static final BitSet FOLLOW_127 = new BitSet(new long[]{0x0000000000000000L,0x0000000100000000L});
+ public static final BitSet FOLLOW_128 = new BitSet(new long[]{0x0000000000000000L,0x0000208000000000L});
+ public static final BitSet FOLLOW_129 = new BitSet(new long[]{0x0000000000008000L,0x0000000200000000L});
+ public static final BitSet FOLLOW_130 = new BitSet(new long[]{0x0000000000008000L,0x0000000080000000L});
+ public static final BitSet FOLLOW_131 = new BitSet(new long[]{0x0000000000000000L,0x0000200400000000L});
+ public static final BitSet FOLLOW_132 = new BitSet(new long[]{0x000000000000C080L,0x0000000080000000L});
+ public static final BitSet FOLLOW_133 = new BitSet(new long[]{0x0000000000000000L,0x0000200800000000L});
+ public static final BitSet FOLLOW_134 = new BitSet(new long[]{0x0000000000000000L,0x0000200080000000L});
+ public static final BitSet FOLLOW_135 = new BitSet(new long[]{0x0000000000000000L,0x0000030400000000L});
+ public static final BitSet FOLLOW_136 = new BitSet(new long[]{0x0000000000000000L,0x0000020000000000L});
+ public static final BitSet FOLLOW_137 = new BitSet(new long[]{0x0000000000008000L,0x0000180000000000L});
+ public static final BitSet FOLLOW_138 = new BitSet(new long[]{0x0000000000100002L});
+ public static final BitSet FOLLOW_139 = new BitSet(new long[]{0x0000000000200000L,0x0000180000000000L});
+ public static final BitSet FOLLOW_140 = new BitSet(new long[]{0x0000000000000000L,0x0000180000000000L});
+ public static final BitSet FOLLOW_141 = new BitSet(new long[]{0x0000000004000000L});
+ public static final BitSet FOLLOW_142 = new BitSet(new long[]{0x0000000000200002L});
+ public static final BitSet FOLLOW_143 = new BitSet(new long[]{0x0000000008000000L});
+ public static final BitSet FOLLOW_144 = new BitSet(new long[]{0x0000000000000160L,0x0780000000000000L});
+ public static final BitSet FOLLOW_145 = new BitSet(new long[]{0x0000000000000000L,0x0000800000000000L});
+ public static final BitSet FOLLOW_146 = new BitSet(new long[]{0x1112080020006000L,0x000000000007000AL});
+ public static final BitSet FOLLOW_147 = new BitSet(new long[]{0x0000000000008000L,0x0003000000000000L});
+ public static final BitSet FOLLOW_148 = new BitSet(new long[]{0x1112080020002000L,0x000000000007000AL});
+ public static final BitSet FOLLOW_149 = new BitSet(new long[]{0x0000000000000000L,0x0004000000000000L});
+ public static final BitSet FOLLOW_150 = new BitSet(new long[]{0x0000000000000010L,0x0020000000000000L});
+ public static final BitSet FOLLOW_151 = new BitSet(new long[]{0x0000000000000002L,0x0010000000000000L});
+ public static final BitSet FOLLOW_152 = new BitSet(new long[]{0x0000000000000002L,0x0040000000000000L});
+ public static final BitSet FOLLOW_153 = new BitSet(new long[]{0x0000001000000020L});
+ public static final BitSet FOLLOW_154 = new BitSet(new long[]{0x0000000000000000L,0x1800000000000000L});
+ public static final BitSet FOLLOW_155 = new BitSet(new long[]{0x0000000000000040L,0x0600000000000000L});
+ public static final BitSet FOLLOW_156 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000200L});
}
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/Port.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/Port.java
index 3e0b1c842..dba4a41a5 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/Port.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/Port.java
@@ -86,7 +86,7 @@ public interface Port extends InterfaceItem
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
- * <br>Ports with multiplicity >1 are called relay ports. A multiplicity of {@code -1} means replicated
+ * <br>Ports with multiplicity >1 are called replicated ports. A multiplicity of {@code -1} means replicated
* port with arbitrary multiplicity.
*
* <!-- end-model-doc -->
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/RoomModel.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/RoomModel.java
index dec8ac726..73f437a7c 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/RoomModel.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/RoomModel.java
@@ -30,15 +30,8 @@ import org.eclipse.etrice.core.common.base.Import;
* <li>{@link org.eclipse.etrice.core.room.RoomModel#getDocu <em>Docu</em>}</li>
* <li>{@link org.eclipse.etrice.core.room.RoomModel#getAnnotations <em>Annotations</em>}</li>
* <li>{@link org.eclipse.etrice.core.room.RoomModel#getImports <em>Imports</em>}</li>
- * <li>{@link org.eclipse.etrice.core.room.RoomModel#getPrimitiveTypes <em>Primitive Types</em>}</li>
- * <li>{@link org.eclipse.etrice.core.room.RoomModel#getEnumerationTypes <em>Enumeration Types</em>}</li>
- * <li>{@link org.eclipse.etrice.core.room.RoomModel#getExternalTypes <em>External Types</em>}</li>
- * <li>{@link org.eclipse.etrice.core.room.RoomModel#getDataClasses <em>Data Classes</em>}</li>
- * <li>{@link org.eclipse.etrice.core.room.RoomModel#getProtocolClasses <em>Protocol Classes</em>}</li>
- * <li>{@link org.eclipse.etrice.core.room.RoomModel#getActorClasses <em>Actor Classes</em>}</li>
- * <li>{@link org.eclipse.etrice.core.room.RoomModel#getSubSystemClasses <em>Sub System Classes</em>}</li>
- * <li>{@link org.eclipse.etrice.core.room.RoomModel#getSystems <em>Systems</em>}</li>
* <li>{@link org.eclipse.etrice.core.room.RoomModel#getAnnotationTypes <em>Annotation Types</em>}</li>
+ * <li>{@link org.eclipse.etrice.core.room.RoomModel#getRoomClasses <em>Room Classes</em>}</li>
* </ul>
*
* @see org.eclipse.etrice.core.room.RoomPackage#getRoomModel()
@@ -134,147 +127,35 @@ public interface RoomModel extends RoomElement
EList<Import> getImports();
/**
- * Returns the value of the '<em><b>Primitive Types</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.etrice.core.room.PrimitiveType}.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * <br>This is a list of all primitive types defined by this model.
- *
- * <!-- end-model-doc -->
- * @return the value of the '<em>Primitive Types</em>' containment reference list.
- * @see org.eclipse.etrice.core.room.RoomPackage#getRoomModel_PrimitiveTypes()
- * @model containment="true"
- * @generated
- */
- EList<PrimitiveType> getPrimitiveTypes();
-
- /**
- * Returns the value of the '<em><b>Enumeration Types</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.etrice.core.room.EnumerationType}.
+ * Returns the value of the '<em><b>Annotation Types</b></em>' containment reference list.
+ * The list contents are of type {@link org.eclipse.etrice.core.common.base.AnnotationType}.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Enumeration Types</em>' containment reference list isn't clear,
+ * If the meaning of the '<em>Annotation Types</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- * @return the value of the '<em>Enumeration Types</em>' containment reference list.
- * @see org.eclipse.etrice.core.room.RoomPackage#getRoomModel_EnumerationTypes()
- * @model containment="true"
- * @generated
- */
- EList<EnumerationType> getEnumerationTypes();
-
- /**
- * Returns the value of the '<em><b>External Types</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.etrice.core.room.ExternalType}.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * <br>This is a list of all external types defined by this model.
- *
- * <!-- end-model-doc -->
- * @return the value of the '<em>External Types</em>' containment reference list.
- * @see org.eclipse.etrice.core.room.RoomPackage#getRoomModel_ExternalTypes()
- * @model containment="true"
- * @generated
- */
- EList<ExternalType> getExternalTypes();
-
- /**
- * Returns the value of the '<em><b>Data Classes</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.etrice.core.room.DataClass}.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * <br>This is a list of all data classes defined by this model.
- *
- * <!-- end-model-doc -->
- * @return the value of the '<em>Data Classes</em>' containment reference list.
- * @see org.eclipse.etrice.core.room.RoomPackage#getRoomModel_DataClasses()
- * @model containment="true"
- * @generated
- */
- EList<DataClass> getDataClasses();
-
- /**
- * Returns the value of the '<em><b>Protocol Classes</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.etrice.core.room.GeneralProtocolClass}.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * <br>This is a list of all protocol classes defined by this model.
- *
- * <!-- end-model-doc -->
- * @return the value of the '<em>Protocol Classes</em>' containment reference list.
- * @see org.eclipse.etrice.core.room.RoomPackage#getRoomModel_ProtocolClasses()
- * @model containment="true"
- * @generated
- */
- EList<GeneralProtocolClass> getProtocolClasses();
-
- /**
- * Returns the value of the '<em><b>Actor Classes</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.etrice.core.room.ActorClass}.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * <br>This is a list of all actor classes defined by this model.
- *
- * <!-- end-model-doc -->
- * @return the value of the '<em>Actor Classes</em>' containment reference list.
- * @see org.eclipse.etrice.core.room.RoomPackage#getRoomModel_ActorClasses()
- * @model containment="true"
- * @generated
- */
- EList<ActorClass> getActorClasses();
-
- /**
- * Returns the value of the '<em><b>Sub System Classes</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.etrice.core.room.SubSystemClass}.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * <br>This is a list of all sub system classes defined by this model.
- *
- * <!-- end-model-doc -->
- * @return the value of the '<em>Sub System Classes</em>' containment reference list.
- * @see org.eclipse.etrice.core.room.RoomPackage#getRoomModel_SubSystemClasses()
+ * @return the value of the '<em>Annotation Types</em>' containment reference list.
+ * @see org.eclipse.etrice.core.room.RoomPackage#getRoomModel_AnnotationTypes()
* @model containment="true"
* @generated
*/
- EList<SubSystemClass> getSubSystemClasses();
+ EList<AnnotationType> getAnnotationTypes();
/**
- * Returns the value of the '<em><b>Systems</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.etrice.core.room.LogicalSystem}.
+ * Returns the value of the '<em><b>Room Classes</b></em>' containment reference list.
+ * The list contents are of type {@link org.eclipse.etrice.core.room.RoomClass}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
- * <br>This is a list of all logical systems defined by this model.
+ * <br>This is a list of all room classes defined by this model.
*
* <!-- end-model-doc -->
- * @return the value of the '<em>Systems</em>' containment reference list.
- * @see org.eclipse.etrice.core.room.RoomPackage#getRoomModel_Systems()
- * @model containment="true"
- * @generated
- */
- EList<LogicalSystem> getSystems();
-
- /**
- * Returns the value of the '<em><b>Annotation Types</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.etrice.core.common.base.AnnotationType}.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Annotation Types</em>' containment reference list isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Annotation Types</em>' containment reference list.
- * @see org.eclipse.etrice.core.room.RoomPackage#getRoomModel_AnnotationTypes()
+ * @return the value of the '<em>Room Classes</em>' containment reference list.
+ * @see org.eclipse.etrice.core.room.RoomPackage#getRoomModel_RoomClasses()
* @model containment="true"
* @generated
*/
- EList<AnnotationType> getAnnotationTypes();
+ EList<RoomClass> getRoomClasses();
} // RoomModel
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/RoomPackage.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/RoomPackage.java
index d5b7335ac..f96ec6bf6 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/RoomPackage.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/RoomPackage.java
@@ -125,85 +125,22 @@ public interface RoomPackage extends EPackage
int ROOM_MODEL__IMPORTS = ROOM_ELEMENT_FEATURE_COUNT + 3;
/**
- * The feature id for the '<em><b>Primitive Types</b></em>' containment reference list.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- * @ordered
- */
- int ROOM_MODEL__PRIMITIVE_TYPES = ROOM_ELEMENT_FEATURE_COUNT + 4;
-
- /**
- * The feature id for the '<em><b>Enumeration Types</b></em>' containment reference list.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- * @ordered
- */
- int ROOM_MODEL__ENUMERATION_TYPES = ROOM_ELEMENT_FEATURE_COUNT + 5;
-
- /**
- * The feature id for the '<em><b>External Types</b></em>' containment reference list.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- * @ordered
- */
- int ROOM_MODEL__EXTERNAL_TYPES = ROOM_ELEMENT_FEATURE_COUNT + 6;
-
- /**
- * The feature id for the '<em><b>Data Classes</b></em>' containment reference list.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- * @ordered
- */
- int ROOM_MODEL__DATA_CLASSES = ROOM_ELEMENT_FEATURE_COUNT + 7;
-
- /**
- * The feature id for the '<em><b>Protocol Classes</b></em>' containment reference list.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- * @ordered
- */
- int ROOM_MODEL__PROTOCOL_CLASSES = ROOM_ELEMENT_FEATURE_COUNT + 8;
-
- /**
- * The feature id for the '<em><b>Actor Classes</b></em>' containment reference list.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- * @ordered
- */
- int ROOM_MODEL__ACTOR_CLASSES = ROOM_ELEMENT_FEATURE_COUNT + 9;
-
- /**
- * The feature id for the '<em><b>Sub System Classes</b></em>' containment reference list.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- * @ordered
- */
- int ROOM_MODEL__SUB_SYSTEM_CLASSES = ROOM_ELEMENT_FEATURE_COUNT + 10;
-
- /**
- * The feature id for the '<em><b>Systems</b></em>' containment reference list.
+ * The feature id for the '<em><b>Annotation Types</b></em>' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
- int ROOM_MODEL__SYSTEMS = ROOM_ELEMENT_FEATURE_COUNT + 11;
+ int ROOM_MODEL__ANNOTATION_TYPES = ROOM_ELEMENT_FEATURE_COUNT + 4;
/**
- * The feature id for the '<em><b>Annotation Types</b></em>' containment reference list.
+ * The feature id for the '<em><b>Room Classes</b></em>' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
- int ROOM_MODEL__ANNOTATION_TYPES = ROOM_ELEMENT_FEATURE_COUNT + 12;
+ int ROOM_MODEL__ROOM_CLASSES = ROOM_ELEMENT_FEATURE_COUNT + 5;
/**
* The number of structural features of the '<em>Model</em>' class.
@@ -212,7 +149,7 @@ public interface RoomPackage extends EPackage
* @generated
* @ordered
*/
- int ROOM_MODEL_FEATURE_COUNT = ROOM_ELEMENT_FEATURE_COUNT + 13;
+ int ROOM_MODEL_FEATURE_COUNT = ROOM_ELEMENT_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.eclipse.etrice.core.room.impl.RoomClassImpl <em>Class</em>}' class.
@@ -3086,103 +3023,26 @@ public interface RoomPackage extends EPackage
EReference getRoomModel_Imports();
/**
- * Returns the meta object for the containment reference list '{@link org.eclipse.etrice.core.room.RoomModel#getPrimitiveTypes <em>Primitive Types</em>}'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return the meta object for the containment reference list '<em>Primitive Types</em>'.
- * @see org.eclipse.etrice.core.room.RoomModel#getPrimitiveTypes()
- * @see #getRoomModel()
- * @generated
- */
- EReference getRoomModel_PrimitiveTypes();
-
- /**
- * Returns the meta object for the containment reference list '{@link org.eclipse.etrice.core.room.RoomModel#getEnumerationTypes <em>Enumeration Types</em>}'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return the meta object for the containment reference list '<em>Enumeration Types</em>'.
- * @see org.eclipse.etrice.core.room.RoomModel#getEnumerationTypes()
- * @see #getRoomModel()
- * @generated
- */
- EReference getRoomModel_EnumerationTypes();
-
- /**
- * Returns the meta object for the containment reference list '{@link org.eclipse.etrice.core.room.RoomModel#getExternalTypes <em>External Types</em>}'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return the meta object for the containment reference list '<em>External Types</em>'.
- * @see org.eclipse.etrice.core.room.RoomModel#getExternalTypes()
- * @see #getRoomModel()
- * @generated
- */
- EReference getRoomModel_ExternalTypes();
-
- /**
- * Returns the meta object for the containment reference list '{@link org.eclipse.etrice.core.room.RoomModel#getDataClasses <em>Data Classes</em>}'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return the meta object for the containment reference list '<em>Data Classes</em>'.
- * @see org.eclipse.etrice.core.room.RoomModel#getDataClasses()
- * @see #getRoomModel()
- * @generated
- */
- EReference getRoomModel_DataClasses();
-
- /**
- * Returns the meta object for the containment reference list '{@link org.eclipse.etrice.core.room.RoomModel#getProtocolClasses <em>Protocol Classes</em>}'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return the meta object for the containment reference list '<em>Protocol Classes</em>'.
- * @see org.eclipse.etrice.core.room.RoomModel#getProtocolClasses()
- * @see #getRoomModel()
- * @generated
- */
- EReference getRoomModel_ProtocolClasses();
-
- /**
- * Returns the meta object for the containment reference list '{@link org.eclipse.etrice.core.room.RoomModel#getActorClasses <em>Actor Classes</em>}'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return the meta object for the containment reference list '<em>Actor Classes</em>'.
- * @see org.eclipse.etrice.core.room.RoomModel#getActorClasses()
- * @see #getRoomModel()
- * @generated
- */
- EReference getRoomModel_ActorClasses();
-
- /**
- * Returns the meta object for the containment reference list '{@link org.eclipse.etrice.core.room.RoomModel#getSubSystemClasses <em>Sub System Classes</em>}'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return the meta object for the containment reference list '<em>Sub System Classes</em>'.
- * @see org.eclipse.etrice.core.room.RoomModel#getSubSystemClasses()
- * @see #getRoomModel()
- * @generated
- */
- EReference getRoomModel_SubSystemClasses();
-
- /**
- * Returns the meta object for the containment reference list '{@link org.eclipse.etrice.core.room.RoomModel#getSystems <em>Systems</em>}'.
+ * Returns the meta object for the containment reference list '{@link org.eclipse.etrice.core.room.RoomModel#getAnnotationTypes <em>Annotation Types</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @return the meta object for the containment reference list '<em>Systems</em>'.
- * @see org.eclipse.etrice.core.room.RoomModel#getSystems()
+ * @return the meta object for the containment reference list '<em>Annotation Types</em>'.
+ * @see org.eclipse.etrice.core.room.RoomModel#getAnnotationTypes()
* @see #getRoomModel()
* @generated
*/
- EReference getRoomModel_Systems();
+ EReference getRoomModel_AnnotationTypes();
/**
- * Returns the meta object for the containment reference list '{@link org.eclipse.etrice.core.room.RoomModel#getAnnotationTypes <em>Annotation Types</em>}'.
+ * Returns the meta object for the containment reference list '{@link org.eclipse.etrice.core.room.RoomModel#getRoomClasses <em>Room Classes</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @return the meta object for the containment reference list '<em>Annotation Types</em>'.
- * @see org.eclipse.etrice.core.room.RoomModel#getAnnotationTypes()
+ * @return the meta object for the containment reference list '<em>Room Classes</em>'.
+ * @see org.eclipse.etrice.core.room.RoomModel#getRoomClasses()
* @see #getRoomModel()
* @generated
*/
- EReference getRoomModel_AnnotationTypes();
+ EReference getRoomModel_RoomClasses();
/**
* Returns the meta object for class '{@link org.eclipse.etrice.core.room.RoomClass <em>Class</em>}'.
@@ -5132,76 +4992,20 @@ public interface RoomPackage extends EPackage
EReference ROOM_MODEL__IMPORTS = eINSTANCE.getRoomModel_Imports();
/**
- * The meta object literal for the '<em><b>Primitive Types</b></em>' containment reference list feature.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- EReference ROOM_MODEL__PRIMITIVE_TYPES = eINSTANCE.getRoomModel_PrimitiveTypes();
-
- /**
- * The meta object literal for the '<em><b>Enumeration Types</b></em>' containment reference list feature.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- EReference ROOM_MODEL__ENUMERATION_TYPES = eINSTANCE.getRoomModel_EnumerationTypes();
-
- /**
- * The meta object literal for the '<em><b>External Types</b></em>' containment reference list feature.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- EReference ROOM_MODEL__EXTERNAL_TYPES = eINSTANCE.getRoomModel_ExternalTypes();
-
- /**
- * The meta object literal for the '<em><b>Data Classes</b></em>' containment reference list feature.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- EReference ROOM_MODEL__DATA_CLASSES = eINSTANCE.getRoomModel_DataClasses();
-
- /**
- * The meta object literal for the '<em><b>Protocol Classes</b></em>' containment reference list feature.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- EReference ROOM_MODEL__PROTOCOL_CLASSES = eINSTANCE.getRoomModel_ProtocolClasses();
-
- /**
- * The meta object literal for the '<em><b>Actor Classes</b></em>' containment reference list feature.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- EReference ROOM_MODEL__ACTOR_CLASSES = eINSTANCE.getRoomModel_ActorClasses();
-
- /**
- * The meta object literal for the '<em><b>Sub System Classes</b></em>' containment reference list feature.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- EReference ROOM_MODEL__SUB_SYSTEM_CLASSES = eINSTANCE.getRoomModel_SubSystemClasses();
-
- /**
- * The meta object literal for the '<em><b>Systems</b></em>' containment reference list feature.
+ * The meta object literal for the '<em><b>Annotation Types</b></em>' containment reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
- EReference ROOM_MODEL__SYSTEMS = eINSTANCE.getRoomModel_Systems();
+ EReference ROOM_MODEL__ANNOTATION_TYPES = eINSTANCE.getRoomModel_AnnotationTypes();
/**
- * The meta object literal for the '<em><b>Annotation Types</b></em>' containment reference list feature.
+ * The meta object literal for the '<em><b>Room Classes</b></em>' containment reference list feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
- EReference ROOM_MODEL__ANNOTATION_TYPES = eINSTANCE.getRoomModel_AnnotationTypes();
+ EReference ROOM_MODEL__ROOM_CLASSES = eINSTANCE.getRoomModel_RoomClasses();
/**
* The meta object literal for the '{@link org.eclipse.etrice.core.room.impl.RoomClassImpl <em>Class</em>}' class.
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RoomModelImpl.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RoomModelImpl.java
index f154f006b..25dbdb479 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RoomModelImpl.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RoomModelImpl.java
@@ -23,16 +23,9 @@ import org.eclipse.etrice.core.common.base.AnnotationType;
import org.eclipse.etrice.core.common.base.Documentation;
import org.eclipse.etrice.core.common.base.Import;
-import org.eclipse.etrice.core.room.ActorClass;
-import org.eclipse.etrice.core.room.DataClass;
-import org.eclipse.etrice.core.room.EnumerationType;
-import org.eclipse.etrice.core.room.ExternalType;
-import org.eclipse.etrice.core.room.GeneralProtocolClass;
-import org.eclipse.etrice.core.room.LogicalSystem;
-import org.eclipse.etrice.core.room.PrimitiveType;
+import org.eclipse.etrice.core.room.RoomClass;
import org.eclipse.etrice.core.room.RoomModel;
import org.eclipse.etrice.core.room.RoomPackage;
-import org.eclipse.etrice.core.room.SubSystemClass;
/**
* <!-- begin-user-doc -->
@@ -46,15 +39,8 @@ import org.eclipse.etrice.core.room.SubSystemClass;
* <li>{@link org.eclipse.etrice.core.room.impl.RoomModelImpl#getDocu <em>Docu</em>}</li>
* <li>{@link org.eclipse.etrice.core.room.impl.RoomModelImpl#getAnnotations <em>Annotations</em>}</li>
* <li>{@link org.eclipse.etrice.core.room.impl.RoomModelImpl#getImports <em>Imports</em>}</li>
- * <li>{@link org.eclipse.etrice.core.room.impl.RoomModelImpl#getPrimitiveTypes <em>Primitive Types</em>}</li>
- * <li>{@link org.eclipse.etrice.core.room.impl.RoomModelImpl#getEnumerationTypes <em>Enumeration Types</em>}</li>
- * <li>{@link org.eclipse.etrice.core.room.impl.RoomModelImpl#getExternalTypes <em>External Types</em>}</li>
- * <li>{@link org.eclipse.etrice.core.room.impl.RoomModelImpl#getDataClasses <em>Data Classes</em>}</li>
- * <li>{@link org.eclipse.etrice.core.room.impl.RoomModelImpl#getProtocolClasses <em>Protocol Classes</em>}</li>
- * <li>{@link org.eclipse.etrice.core.room.impl.RoomModelImpl#getActorClasses <em>Actor Classes</em>}</li>
- * <li>{@link org.eclipse.etrice.core.room.impl.RoomModelImpl#getSubSystemClasses <em>Sub System Classes</em>}</li>
- * <li>{@link org.eclipse.etrice.core.room.impl.RoomModelImpl#getSystems <em>Systems</em>}</li>
* <li>{@link org.eclipse.etrice.core.room.impl.RoomModelImpl#getAnnotationTypes <em>Annotation Types</em>}</li>
+ * <li>{@link org.eclipse.etrice.core.room.impl.RoomModelImpl#getRoomClasses <em>Room Classes</em>}</li>
* </ul>
*
* @generated
@@ -112,94 +98,24 @@ public class RoomModelImpl extends MinimalEObjectImpl.Container implements RoomM
protected EList<Import> imports;
/**
- * The cached value of the '{@link #getPrimitiveTypes() <em>Primitive Types</em>}' containment reference list.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @see #getPrimitiveTypes()
- * @generated
- * @ordered
- */
- protected EList<PrimitiveType> primitiveTypes;
-
- /**
- * The cached value of the '{@link #getEnumerationTypes() <em>Enumeration Types</em>}' containment reference list.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @see #getEnumerationTypes()
- * @generated
- * @ordered
- */
- protected EList<EnumerationType> enumerationTypes;
-
- /**
- * The cached value of the '{@link #getExternalTypes() <em>External Types</em>}' containment reference list.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @see #getExternalTypes()
- * @generated
- * @ordered
- */
- protected EList<ExternalType> externalTypes;
-
- /**
- * The cached value of the '{@link #getDataClasses() <em>Data Classes</em>}' containment reference list.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @see #getDataClasses()
- * @generated
- * @ordered
- */
- protected EList<DataClass> dataClasses;
-
- /**
- * The cached value of the '{@link #getProtocolClasses() <em>Protocol Classes</em>}' containment reference list.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @see #getProtocolClasses()
- * @generated
- * @ordered
- */
- protected EList<GeneralProtocolClass> protocolClasses;
-
- /**
- * The cached value of the '{@link #getActorClasses() <em>Actor Classes</em>}' containment reference list.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @see #getActorClasses()
- * @generated
- * @ordered
- */
- protected EList<ActorClass> actorClasses;
-
- /**
- * The cached value of the '{@link #getSubSystemClasses() <em>Sub System Classes</em>}' containment reference list.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @see #getSubSystemClasses()
- * @generated
- * @ordered
- */
- protected EList<SubSystemClass> subSystemClasses;
-
- /**
- * The cached value of the '{@link #getSystems() <em>Systems</em>}' containment reference list.
+ * The cached value of the '{@link #getAnnotationTypes() <em>Annotation Types</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @see #getSystems()
+ * @see #getAnnotationTypes()
* @generated
* @ordered
*/
- protected EList<LogicalSystem> systems;
+ protected EList<AnnotationType> annotationTypes;
/**
- * The cached value of the '{@link #getAnnotationTypes() <em>Annotation Types</em>}' containment reference list.
+ * The cached value of the '{@link #getRoomClasses() <em>Room Classes</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @see #getAnnotationTypes()
+ * @see #getRoomClasses()
* @generated
* @ordered
*/
- protected EList<AnnotationType> annotationTypes;
+ protected EList<RoomClass> roomClasses;
/**
* <!-- begin-user-doc -->
@@ -326,111 +242,13 @@ public class RoomModelImpl extends MinimalEObjectImpl.Container implements RoomM
* <!-- end-user-doc -->
* @generated
*/
- public EList<PrimitiveType> getPrimitiveTypes()
- {
- if (primitiveTypes == null)
- {
- primitiveTypes = new EObjectContainmentEList<PrimitiveType>(PrimitiveType.class, this, RoomPackage.ROOM_MODEL__PRIMITIVE_TYPES);
- }
- return primitiveTypes;
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- public EList<EnumerationType> getEnumerationTypes()
- {
- if (enumerationTypes == null)
- {
- enumerationTypes = new EObjectContainmentEList<EnumerationType>(EnumerationType.class, this, RoomPackage.ROOM_MODEL__ENUMERATION_TYPES);
- }
- return enumerationTypes;
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- public EList<ExternalType> getExternalTypes()
- {
- if (externalTypes == null)
- {
- externalTypes = new EObjectContainmentEList<ExternalType>(ExternalType.class, this, RoomPackage.ROOM_MODEL__EXTERNAL_TYPES);
- }
- return externalTypes;
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- public EList<DataClass> getDataClasses()
- {
- if (dataClasses == null)
- {
- dataClasses = new EObjectContainmentEList<DataClass>(DataClass.class, this, RoomPackage.ROOM_MODEL__DATA_CLASSES);
- }
- return dataClasses;
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- public EList<GeneralProtocolClass> getProtocolClasses()
- {
- if (protocolClasses == null)
- {
- protocolClasses = new EObjectContainmentEList<GeneralProtocolClass>(GeneralProtocolClass.class, this, RoomPackage.ROOM_MODEL__PROTOCOL_CLASSES);
- }
- return protocolClasses;
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- public EList<ActorClass> getActorClasses()
- {
- if (actorClasses == null)
- {
- actorClasses = new EObjectContainmentEList<ActorClass>(ActorClass.class, this, RoomPackage.ROOM_MODEL__ACTOR_CLASSES);
- }
- return actorClasses;
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- public EList<SubSystemClass> getSubSystemClasses()
- {
- if (subSystemClasses == null)
- {
- subSystemClasses = new EObjectContainmentEList<SubSystemClass>(SubSystemClass.class, this, RoomPackage.ROOM_MODEL__SUB_SYSTEM_CLASSES);
- }
- return subSystemClasses;
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- public EList<LogicalSystem> getSystems()
+ public EList<AnnotationType> getAnnotationTypes()
{
- if (systems == null)
+ if (annotationTypes == null)
{
- systems = new EObjectContainmentEList<LogicalSystem>(LogicalSystem.class, this, RoomPackage.ROOM_MODEL__SYSTEMS);
+ annotationTypes = new EObjectContainmentEList<AnnotationType>(AnnotationType.class, this, RoomPackage.ROOM_MODEL__ANNOTATION_TYPES);
}
- return systems;
+ return annotationTypes;
}
/**
@@ -438,13 +256,13 @@ public class RoomModelImpl extends MinimalEObjectImpl.Container implements RoomM
* <!-- end-user-doc -->
* @generated
*/
- public EList<AnnotationType> getAnnotationTypes()
+ public EList<RoomClass> getRoomClasses()
{
- if (annotationTypes == null)
+ if (roomClasses == null)
{
- annotationTypes = new EObjectContainmentEList<AnnotationType>(AnnotationType.class, this, RoomPackage.ROOM_MODEL__ANNOTATION_TYPES);
+ roomClasses = new EObjectContainmentEList<RoomClass>(RoomClass.class, this, RoomPackage.ROOM_MODEL__ROOM_CLASSES);
}
- return annotationTypes;
+ return roomClasses;
}
/**
@@ -463,24 +281,10 @@ public class RoomModelImpl extends MinimalEObjectImpl.Container implements RoomM
return ((InternalEList<?>)getAnnotations()).basicRemove(otherEnd, msgs);
case RoomPackage.ROOM_MODEL__IMPORTS:
return ((InternalEList<?>)getImports()).basicRemove(otherEnd, msgs);
- case RoomPackage.ROOM_MODEL__PRIMITIVE_TYPES:
- return ((InternalEList<?>)getPrimitiveTypes()).basicRemove(otherEnd, msgs);
- case RoomPackage.ROOM_MODEL__ENUMERATION_TYPES:
- return ((InternalEList<?>)getEnumerationTypes()).basicRemove(otherEnd, msgs);
- case RoomPackage.ROOM_MODEL__EXTERNAL_TYPES:
- return ((InternalEList<?>)getExternalTypes()).basicRemove(otherEnd, msgs);
- case RoomPackage.ROOM_MODEL__DATA_CLASSES:
- return ((InternalEList<?>)getDataClasses()).basicRemove(otherEnd, msgs);
- case RoomPackage.ROOM_MODEL__PROTOCOL_CLASSES:
- return ((InternalEList<?>)getProtocolClasses()).basicRemove(otherEnd, msgs);
- case RoomPackage.ROOM_MODEL__ACTOR_CLASSES:
- return ((InternalEList<?>)getActorClasses()).basicRemove(otherEnd, msgs);
- case RoomPackage.ROOM_MODEL__SUB_SYSTEM_CLASSES:
- return ((InternalEList<?>)getSubSystemClasses()).basicRemove(otherEnd, msgs);
- case RoomPackage.ROOM_MODEL__SYSTEMS:
- return ((InternalEList<?>)getSystems()).basicRemove(otherEnd, msgs);
case RoomPackage.ROOM_MODEL__ANNOTATION_TYPES:
return ((InternalEList<?>)getAnnotationTypes()).basicRemove(otherEnd, msgs);
+ case RoomPackage.ROOM_MODEL__ROOM_CLASSES:
+ return ((InternalEList<?>)getRoomClasses()).basicRemove(otherEnd, msgs);
}
return super.eInverseRemove(otherEnd, featureID, msgs);
}
@@ -503,24 +307,10 @@ public class RoomModelImpl extends MinimalEObjectImpl.Container implements RoomM
return getAnnotations();
case RoomPackage.ROOM_MODEL__IMPORTS:
return getImports();
- case RoomPackage.ROOM_MODEL__PRIMITIVE_TYPES:
- return getPrimitiveTypes();
- case RoomPackage.ROOM_MODEL__ENUMERATION_TYPES:
- return getEnumerationTypes();
- case RoomPackage.ROOM_MODEL__EXTERNAL_TYPES:
- return getExternalTypes();
- case RoomPackage.ROOM_MODEL__DATA_CLASSES:
- return getDataClasses();
- case RoomPackage.ROOM_MODEL__PROTOCOL_CLASSES:
- return getProtocolClasses();
- case RoomPackage.ROOM_MODEL__ACTOR_CLASSES:
- return getActorClasses();
- case RoomPackage.ROOM_MODEL__SUB_SYSTEM_CLASSES:
- return getSubSystemClasses();
- case RoomPackage.ROOM_MODEL__SYSTEMS:
- return getSystems();
case RoomPackage.ROOM_MODEL__ANNOTATION_TYPES:
return getAnnotationTypes();
+ case RoomPackage.ROOM_MODEL__ROOM_CLASSES:
+ return getRoomClasses();
}
return super.eGet(featureID, resolve, coreType);
}
@@ -550,42 +340,14 @@ public class RoomModelImpl extends MinimalEObjectImpl.Container implements RoomM
getImports().clear();
getImports().addAll((Collection<? extends Import>)newValue);
return;
- case RoomPackage.ROOM_MODEL__PRIMITIVE_TYPES:
- getPrimitiveTypes().clear();
- getPrimitiveTypes().addAll((Collection<? extends PrimitiveType>)newValue);
- return;
- case RoomPackage.ROOM_MODEL__ENUMERATION_TYPES:
- getEnumerationTypes().clear();
- getEnumerationTypes().addAll((Collection<? extends EnumerationType>)newValue);
- return;
- case RoomPackage.ROOM_MODEL__EXTERNAL_TYPES:
- getExternalTypes().clear();
- getExternalTypes().addAll((Collection<? extends ExternalType>)newValue);
- return;
- case RoomPackage.ROOM_MODEL__DATA_CLASSES:
- getDataClasses().clear();
- getDataClasses().addAll((Collection<? extends DataClass>)newValue);
- return;
- case RoomPackage.ROOM_MODEL__PROTOCOL_CLASSES:
- getProtocolClasses().clear();
- getProtocolClasses().addAll((Collection<? extends GeneralProtocolClass>)newValue);
- return;
- case RoomPackage.ROOM_MODEL__ACTOR_CLASSES:
- getActorClasses().clear();
- getActorClasses().addAll((Collection<? extends ActorClass>)newValue);
- return;
- case RoomPackage.ROOM_MODEL__SUB_SYSTEM_CLASSES:
- getSubSystemClasses().clear();
- getSubSystemClasses().addAll((Collection<? extends SubSystemClass>)newValue);
- return;
- case RoomPackage.ROOM_MODEL__SYSTEMS:
- getSystems().clear();
- getSystems().addAll((Collection<? extends LogicalSystem>)newValue);
- return;
case RoomPackage.ROOM_MODEL__ANNOTATION_TYPES:
getAnnotationTypes().clear();
getAnnotationTypes().addAll((Collection<? extends AnnotationType>)newValue);
return;
+ case RoomPackage.ROOM_MODEL__ROOM_CLASSES:
+ getRoomClasses().clear();
+ getRoomClasses().addAll((Collection<? extends RoomClass>)newValue);
+ return;
}
super.eSet(featureID, newValue);
}
@@ -612,33 +374,12 @@ public class RoomModelImpl extends MinimalEObjectImpl.Container implements RoomM
case RoomPackage.ROOM_MODEL__IMPORTS:
getImports().clear();
return;
- case RoomPackage.ROOM_MODEL__PRIMITIVE_TYPES:
- getPrimitiveTypes().clear();
- return;
- case RoomPackage.ROOM_MODEL__ENUMERATION_TYPES:
- getEnumerationTypes().clear();
- return;
- case RoomPackage.ROOM_MODEL__EXTERNAL_TYPES:
- getExternalTypes().clear();
- return;
- case RoomPackage.ROOM_MODEL__DATA_CLASSES:
- getDataClasses().clear();
- return;
- case RoomPackage.ROOM_MODEL__PROTOCOL_CLASSES:
- getProtocolClasses().clear();
- return;
- case RoomPackage.ROOM_MODEL__ACTOR_CLASSES:
- getActorClasses().clear();
- return;
- case RoomPackage.ROOM_MODEL__SUB_SYSTEM_CLASSES:
- getSubSystemClasses().clear();
- return;
- case RoomPackage.ROOM_MODEL__SYSTEMS:
- getSystems().clear();
- return;
case RoomPackage.ROOM_MODEL__ANNOTATION_TYPES:
getAnnotationTypes().clear();
return;
+ case RoomPackage.ROOM_MODEL__ROOM_CLASSES:
+ getRoomClasses().clear();
+ return;
}
super.eUnset(featureID);
}
@@ -661,24 +402,10 @@ public class RoomModelImpl extends MinimalEObjectImpl.Container implements RoomM
return annotations != null && !annotations.isEmpty();
case RoomPackage.ROOM_MODEL__IMPORTS:
return imports != null && !imports.isEmpty();
- case RoomPackage.ROOM_MODEL__PRIMITIVE_TYPES:
- return primitiveTypes != null && !primitiveTypes.isEmpty();
- case RoomPackage.ROOM_MODEL__ENUMERATION_TYPES:
- return enumerationTypes != null && !enumerationTypes.isEmpty();
- case RoomPackage.ROOM_MODEL__EXTERNAL_TYPES:
- return externalTypes != null && !externalTypes.isEmpty();
- case RoomPackage.ROOM_MODEL__DATA_CLASSES:
- return dataClasses != null && !dataClasses.isEmpty();
- case RoomPackage.ROOM_MODEL__PROTOCOL_CLASSES:
- return protocolClasses != null && !protocolClasses.isEmpty();
- case RoomPackage.ROOM_MODEL__ACTOR_CLASSES:
- return actorClasses != null && !actorClasses.isEmpty();
- case RoomPackage.ROOM_MODEL__SUB_SYSTEM_CLASSES:
- return subSystemClasses != null && !subSystemClasses.isEmpty();
- case RoomPackage.ROOM_MODEL__SYSTEMS:
- return systems != null && !systems.isEmpty();
case RoomPackage.ROOM_MODEL__ANNOTATION_TYPES:
return annotationTypes != null && !annotationTypes.isEmpty();
+ case RoomPackage.ROOM_MODEL__ROOM_CLASSES:
+ return roomClasses != null && !roomClasses.isEmpty();
}
return super.eIsSet(featureID);
}
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RoomPackageImpl.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RoomPackageImpl.java
index 0084699d4..2942b2bc2 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RoomPackageImpl.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RoomPackageImpl.java
@@ -585,7 +585,7 @@ public class RoomPackageImpl extends EPackageImpl implements RoomPackage
* <!-- end-user-doc -->
* @generated
*/
- public EReference getRoomModel_PrimitiveTypes()
+ public EReference getRoomModel_AnnotationTypes()
{
return (EReference)roomModelEClass.getEStructuralFeatures().get(4);
}
@@ -595,7 +595,7 @@ public class RoomPackageImpl extends EPackageImpl implements RoomPackage
* <!-- end-user-doc -->
* @generated
*/
- public EReference getRoomModel_EnumerationTypes()
+ public EReference getRoomModel_RoomClasses()
{
return (EReference)roomModelEClass.getEStructuralFeatures().get(5);
}
@@ -605,76 +605,6 @@ public class RoomPackageImpl extends EPackageImpl implements RoomPackage
* <!-- end-user-doc -->
* @generated
*/
- public EReference getRoomModel_ExternalTypes()
- {
- return (EReference)roomModelEClass.getEStructuralFeatures().get(6);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- public EReference getRoomModel_DataClasses()
- {
- return (EReference)roomModelEClass.getEStructuralFeatures().get(7);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- public EReference getRoomModel_ProtocolClasses()
- {
- return (EReference)roomModelEClass.getEStructuralFeatures().get(8);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- public EReference getRoomModel_ActorClasses()
- {
- return (EReference)roomModelEClass.getEStructuralFeatures().get(9);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- public EReference getRoomModel_SubSystemClasses()
- {
- return (EReference)roomModelEClass.getEStructuralFeatures().get(10);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- public EReference getRoomModel_Systems()
- {
- return (EReference)roomModelEClass.getEStructuralFeatures().get(11);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- public EReference getRoomModel_AnnotationTypes()
- {
- return (EReference)roomModelEClass.getEStructuralFeatures().get(12);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
public EClass getRoomClass()
{
return roomClassEClass;
@@ -2465,15 +2395,8 @@ public class RoomPackageImpl extends EPackageImpl implements RoomPackage
createEReference(roomModelEClass, ROOM_MODEL__DOCU);
createEReference(roomModelEClass, ROOM_MODEL__ANNOTATIONS);
createEReference(roomModelEClass, ROOM_MODEL__IMPORTS);
- createEReference(roomModelEClass, ROOM_MODEL__PRIMITIVE_TYPES);
- createEReference(roomModelEClass, ROOM_MODEL__ENUMERATION_TYPES);
- createEReference(roomModelEClass, ROOM_MODEL__EXTERNAL_TYPES);
- createEReference(roomModelEClass, ROOM_MODEL__DATA_CLASSES);
- createEReference(roomModelEClass, ROOM_MODEL__PROTOCOL_CLASSES);
- createEReference(roomModelEClass, ROOM_MODEL__ACTOR_CLASSES);
- createEReference(roomModelEClass, ROOM_MODEL__SUB_SYSTEM_CLASSES);
- createEReference(roomModelEClass, ROOM_MODEL__SYSTEMS);
createEReference(roomModelEClass, ROOM_MODEL__ANNOTATION_TYPES);
+ createEReference(roomModelEClass, ROOM_MODEL__ROOM_CLASSES);
roomClassEClass = createEClass(ROOM_CLASS);
createEAttribute(roomClassEClass, ROOM_CLASS__NAME);
@@ -2798,15 +2721,8 @@ public class RoomPackageImpl extends EPackageImpl implements RoomPackage
initEReference(getRoomModel_Docu(), theBasePackage.getDocumentation(), null, "docu", null, 0, 1, RoomModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getRoomModel_Annotations(), theBasePackage.getAnnotation(), null, "annotations", null, 0, -1, RoomModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getRoomModel_Imports(), theBasePackage.getImport(), null, "imports", null, 0, -1, RoomModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getRoomModel_PrimitiveTypes(), this.getPrimitiveType(), null, "primitiveTypes", null, 0, -1, RoomModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getRoomModel_EnumerationTypes(), this.getEnumerationType(), null, "enumerationTypes", null, 0, -1, RoomModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getRoomModel_ExternalTypes(), this.getExternalType(), null, "externalTypes", null, 0, -1, RoomModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getRoomModel_DataClasses(), this.getDataClass(), null, "dataClasses", null, 0, -1, RoomModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getRoomModel_ProtocolClasses(), this.getGeneralProtocolClass(), null, "protocolClasses", null, 0, -1, RoomModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getRoomModel_ActorClasses(), this.getActorClass(), null, "actorClasses", null, 0, -1, RoomModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getRoomModel_SubSystemClasses(), this.getSubSystemClass(), null, "subSystemClasses", null, 0, -1, RoomModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
- initEReference(getRoomModel_Systems(), this.getLogicalSystem(), null, "systems", null, 0, -1, RoomModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getRoomModel_AnnotationTypes(), theBasePackage.getAnnotationType(), null, "annotationTypes", null, 0, -1, RoomModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
+ initEReference(getRoomModel_RoomClasses(), this.getRoomClass(), null, "roomClasses", null, 0, -1, RoomModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(roomClassEClass, RoomClass.class, "RoomClass", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getRoomClass_Name(), ecorePackage.getEString(), "name", null, 0, 1, RoomClass.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/serializer/RoomSemanticSequencer.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/serializer/RoomSemanticSequencer.java
index ae7f2142a..c1cc88f7e 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/serializer/RoomSemanticSequencer.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/serializer/RoomSemanticSequencer.java
@@ -374,24 +374,24 @@ public class RoomSemanticSequencer extends FSMSemanticSequencer {
* docu=Documentation?
* base=[ActorClass|FQN]?
* annotations+=Annotation*
- * interfacePorts+=Port?
- * (serviceProvisionPoints+=SPP? interfacePorts+=Port?)*
+ * serviceProvisionPoints+=SPP?
+ * (interfacePorts+=Port? serviceProvisionPoints+=SPP?)*
* structureDocu=Documentation?
* userCode1=DetailCode?
* userCode2=DetailCode?
* userCode3=DetailCode?
- * connections+=LayerConnection?
+ * internalPorts+=Port?
* (
* (
+ * connections+=LayerConnection |
* bindings+=Binding |
* serviceImplementations+=ServiceImplementation |
* attributes+=Attribute |
* actorRefs+=ActorRef |
* serviceAccessPoints+=SAP |
- * internalPorts+=Port |
* externalPorts+=ExternalPort
* )?
- * connections+=LayerConnection?
+ * internalPorts+=Port?
* )*
* behaviorDocu=Documentation?
* behaviorAnnotations+=Annotation*
@@ -883,17 +883,8 @@ public class RoomSemanticSequencer extends FSMSemanticSequencer {
* docu=Documentation?
* annotations+=Annotation*
* imports+=Import*
- * (
- * primitiveTypes+=PrimitiveType |
- * enumerationTypes+=EnumerationType |
- * externalTypes+=ExternalType |
- * dataClasses+=DataClass |
- * protocolClasses+=GeneralProtocolClass |
- * actorClasses+=ActorClass |
- * subSystemClasses+=SubSystemClass |
- * systems+=LogicalSystem |
- * annotationTypes+=AnnotationType
- * )*
+ * annotationTypes+=AnnotationType*
+ * roomClasses+=RoomClass*
* )
*/
protected void sequence_RoomModel(ISerializationContext context, RoomModel semanticObject) {
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/services/RoomGrammarAccess.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/services/RoomGrammarAccess.java
index 434eae9bc..8a0f2d1df 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/services/RoomGrammarAccess.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/services/RoomGrammarAccess.java
@@ -33,40 +33,23 @@ public class RoomGrammarAccess extends AbstractGrammarElementFinder {
private final RuleCall cAnnotationsAnnotationParserRuleCall_4_0 = (RuleCall)cAnnotationsAssignment_4.eContents().get(0);
private final Assignment cImportsAssignment_5 = (Assignment)cGroup.eContents().get(5);
private final RuleCall cImportsImportParserRuleCall_5_0 = (RuleCall)cImportsAssignment_5.eContents().get(0);
- private final Alternatives cAlternatives_6 = (Alternatives)cGroup.eContents().get(6);
- private final Assignment cPrimitiveTypesAssignment_6_0 = (Assignment)cAlternatives_6.eContents().get(0);
- private final RuleCall cPrimitiveTypesPrimitiveTypeParserRuleCall_6_0_0 = (RuleCall)cPrimitiveTypesAssignment_6_0.eContents().get(0);
- private final Assignment cEnumerationTypesAssignment_6_1 = (Assignment)cAlternatives_6.eContents().get(1);
- private final RuleCall cEnumerationTypesEnumerationTypeParserRuleCall_6_1_0 = (RuleCall)cEnumerationTypesAssignment_6_1.eContents().get(0);
- private final Assignment cExternalTypesAssignment_6_2 = (Assignment)cAlternatives_6.eContents().get(2);
- private final RuleCall cExternalTypesExternalTypeParserRuleCall_6_2_0 = (RuleCall)cExternalTypesAssignment_6_2.eContents().get(0);
- private final Assignment cDataClassesAssignment_6_3 = (Assignment)cAlternatives_6.eContents().get(3);
- private final RuleCall cDataClassesDataClassParserRuleCall_6_3_0 = (RuleCall)cDataClassesAssignment_6_3.eContents().get(0);
- private final Assignment cProtocolClassesAssignment_6_4 = (Assignment)cAlternatives_6.eContents().get(4);
- private final RuleCall cProtocolClassesGeneralProtocolClassParserRuleCall_6_4_0 = (RuleCall)cProtocolClassesAssignment_6_4.eContents().get(0);
- private final Assignment cActorClassesAssignment_6_5 = (Assignment)cAlternatives_6.eContents().get(5);
- private final RuleCall cActorClassesActorClassParserRuleCall_6_5_0 = (RuleCall)cActorClassesAssignment_6_5.eContents().get(0);
- private final Assignment cSubSystemClassesAssignment_6_6 = (Assignment)cAlternatives_6.eContents().get(6);
- private final RuleCall cSubSystemClassesSubSystemClassParserRuleCall_6_6_0 = (RuleCall)cSubSystemClassesAssignment_6_6.eContents().get(0);
- private final Assignment cSystemsAssignment_6_7 = (Assignment)cAlternatives_6.eContents().get(7);
- private final RuleCall cSystemsLogicalSystemParserRuleCall_6_7_0 = (RuleCall)cSystemsAssignment_6_7.eContents().get(0);
- private final Assignment cAnnotationTypesAssignment_6_8 = (Assignment)cAlternatives_6.eContents().get(8);
- private final RuleCall cAnnotationTypesAnnotationTypeParserRuleCall_6_8_0 = (RuleCall)cAnnotationTypesAssignment_6_8.eContents().get(0);
- private final Keyword cRightCurlyBracketKeyword_7 = (Keyword)cGroup.eContents().get(7);
+ private final Assignment cAnnotationTypesAssignment_6 = (Assignment)cGroup.eContents().get(6);
+ private final RuleCall cAnnotationTypesAnnotationTypeParserRuleCall_6_0 = (RuleCall)cAnnotationTypesAssignment_6.eContents().get(0);
+ private final Assignment cRoomClassesAssignment_7 = (Assignment)cGroup.eContents().get(7);
+ private final RuleCall cRoomClassesRoomClassParserRuleCall_7_0 = (RuleCall)cRoomClassesAssignment_7.eContents().get(0);
+ private final Keyword cRightCurlyBracketKeyword_8 = (Keyword)cGroup.eContents().get(8);
//RoomModel:
// 'RoomModel' name=FQN docu=Documentation? '{'
// annotations+=Annotation*
- // imports+=Import* (primitiveTypes+=PrimitiveType | enumerationTypes+=EnumerationType | externalTypes+=ExternalType |
- // dataClasses+=DataClass | protocolClasses+=GeneralProtocolClass | actorClasses+=ActorClass |
- // subSystemClasses+=SubSystemClass | systems+=LogicalSystem | annotationTypes+=AnnotationType)*
+ // imports+=Import*
+ // annotationTypes+=AnnotationType*
+ // roomClasses+=RoomClass*
// '}';
@Override public ParserRule getRule() { return rule; }
- //'RoomModel' name=FQN docu=Documentation? '{' annotations+=Annotation* imports+=Import* (primitiveTypes+=PrimitiveType |
- //enumerationTypes+=EnumerationType | externalTypes+=ExternalType | dataClasses+=DataClass |
- //protocolClasses+=GeneralProtocolClass | actorClasses+=ActorClass | subSystemClasses+=SubSystemClass |
- //systems+=LogicalSystem | annotationTypes+=AnnotationType)* '}'
+ //'RoomModel' name=FQN docu=Documentation? '{' annotations+=Annotation* imports+=Import* annotationTypes+=AnnotationType*
+ //roomClasses+=RoomClass* '}'
public Group getGroup() { return cGroup; }
//'RoomModel'
@@ -99,67 +82,20 @@ public class RoomGrammarAccess extends AbstractGrammarElementFinder {
//Import
public RuleCall getImportsImportParserRuleCall_5_0() { return cImportsImportParserRuleCall_5_0; }
- //(primitiveTypes+=PrimitiveType | enumerationTypes+=EnumerationType | externalTypes+=ExternalType |
- //dataClasses+=DataClass | protocolClasses+=GeneralProtocolClass | actorClasses+=ActorClass |
- //subSystemClasses+=SubSystemClass | systems+=LogicalSystem | annotationTypes+=AnnotationType)*
- public Alternatives getAlternatives_6() { return cAlternatives_6; }
+ //annotationTypes+=AnnotationType*
+ public Assignment getAnnotationTypesAssignment_6() { return cAnnotationTypesAssignment_6; }
- //primitiveTypes+=PrimitiveType
- public Assignment getPrimitiveTypesAssignment_6_0() { return cPrimitiveTypesAssignment_6_0; }
-
- //PrimitiveType
- public RuleCall getPrimitiveTypesPrimitiveTypeParserRuleCall_6_0_0() { return cPrimitiveTypesPrimitiveTypeParserRuleCall_6_0_0; }
-
- //enumerationTypes+=EnumerationType
- public Assignment getEnumerationTypesAssignment_6_1() { return cEnumerationTypesAssignment_6_1; }
-
- //EnumerationType
- public RuleCall getEnumerationTypesEnumerationTypeParserRuleCall_6_1_0() { return cEnumerationTypesEnumerationTypeParserRuleCall_6_1_0; }
-
- //externalTypes+=ExternalType
- public Assignment getExternalTypesAssignment_6_2() { return cExternalTypesAssignment_6_2; }
-
- //ExternalType
- public RuleCall getExternalTypesExternalTypeParserRuleCall_6_2_0() { return cExternalTypesExternalTypeParserRuleCall_6_2_0; }
-
- //dataClasses+=DataClass
- public Assignment getDataClassesAssignment_6_3() { return cDataClassesAssignment_6_3; }
-
- //DataClass
- public RuleCall getDataClassesDataClassParserRuleCall_6_3_0() { return cDataClassesDataClassParserRuleCall_6_3_0; }
-
- //protocolClasses+=GeneralProtocolClass
- public Assignment getProtocolClassesAssignment_6_4() { return cProtocolClassesAssignment_6_4; }
-
- //GeneralProtocolClass
- public RuleCall getProtocolClassesGeneralProtocolClassParserRuleCall_6_4_0() { return cProtocolClassesGeneralProtocolClassParserRuleCall_6_4_0; }
-
- //actorClasses+=ActorClass
- public Assignment getActorClassesAssignment_6_5() { return cActorClassesAssignment_6_5; }
-
- //ActorClass
- public RuleCall getActorClassesActorClassParserRuleCall_6_5_0() { return cActorClassesActorClassParserRuleCall_6_5_0; }
-
- //subSystemClasses+=SubSystemClass
- public Assignment getSubSystemClassesAssignment_6_6() { return cSubSystemClassesAssignment_6_6; }
-
- //SubSystemClass
- public RuleCall getSubSystemClassesSubSystemClassParserRuleCall_6_6_0() { return cSubSystemClassesSubSystemClassParserRuleCall_6_6_0; }
-
- //systems+=LogicalSystem
- public Assignment getSystemsAssignment_6_7() { return cSystemsAssignment_6_7; }
-
- //LogicalSystem
- public RuleCall getSystemsLogicalSystemParserRuleCall_6_7_0() { return cSystemsLogicalSystemParserRuleCall_6_7_0; }
+ //AnnotationType
+ public RuleCall getAnnotationTypesAnnotationTypeParserRuleCall_6_0() { return cAnnotationTypesAnnotationTypeParserRuleCall_6_0; }
- //annotationTypes+=AnnotationType
- public Assignment getAnnotationTypesAssignment_6_8() { return cAnnotationTypesAssignment_6_8; }
+ //roomClasses+=RoomClass*
+ public Assignment getRoomClassesAssignment_7() { return cRoomClassesAssignment_7; }
- //AnnotationType
- public RuleCall getAnnotationTypesAnnotationTypeParserRuleCall_6_8_0() { return cAnnotationTypesAnnotationTypeParserRuleCall_6_8_0; }
+ //RoomClass
+ public RuleCall getRoomClassesRoomClassParserRuleCall_7_0() { return cRoomClassesRoomClassParserRuleCall_7_0; }
//'}'
- public Keyword getRightCurlyBracketKeyword_7() { return cRightCurlyBracketKeyword_7; }
+ public Keyword getRightCurlyBracketKeyword_8() { return cRightCurlyBracketKeyword_8; }
}
public class RoomClassElements extends AbstractParserRuleElementFinder {
@@ -3679,9 +3615,9 @@ public class RoomGrammarAccess extends AbstractGrammarElementFinder {
//RoomModel:
// 'RoomModel' name=FQN docu=Documentation? '{'
// annotations+=Annotation*
- // imports+=Import* (primitiveTypes+=PrimitiveType | enumerationTypes+=EnumerationType | externalTypes+=ExternalType |
- // dataClasses+=DataClass | protocolClasses+=GeneralProtocolClass | actorClasses+=ActorClass |
- // subSystemClasses+=SubSystemClass | systems+=LogicalSystem | annotationTypes+=AnnotationType)*
+ // imports+=Import*
+ // annotationTypes+=AnnotationType*
+ // roomClasses+=RoomClass*
// '}';
public RoomModelElements getRoomModelAccess() {
return pRoomModel;
diff --git a/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/Room.xtext b/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/Room.xtext
index 9422ddc8a..7022e9039 100644
--- a/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/Room.xtext
+++ b/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/Room.xtext
@@ -32,17 +32,8 @@ RoomModel :
'RoomModel' name=FQN (docu=Documentation)? '{'
(annotations+=Annotation)*
(imports+=Import)*
- (
- primitiveTypes+=PrimitiveType |
- enumerationTypes+=EnumerationType |
- externalTypes+=ExternalType |
- dataClasses+=DataClass |
- protocolClasses+=GeneralProtocolClass |
- actorClasses+=ActorClass |
- subSystemClasses+=SubSystemClass |
- systems+=LogicalSystem |
- annotationTypes+=AnnotationType
- )*
+ (annotationTypes+=AnnotationType)*
+ (roomClasses += RoomClass)*
'}'
;
diff --git a/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/naming/RoomFragmentProvider.java b/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/naming/RoomFragmentProvider.java
index 0357a29ba..3b27ea7cd 100644
--- a/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/naming/RoomFragmentProvider.java
+++ b/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/naming/RoomFragmentProvider.java
@@ -32,14 +32,9 @@ import org.eclipse.etrice.core.room.ActorRef;
import org.eclipse.etrice.core.room.Binding;
import org.eclipse.etrice.core.room.BindingEndPoint;
import org.eclipse.etrice.core.room.CompoundProtocolClass;
-import org.eclipse.etrice.core.room.DataClass;
-import org.eclipse.etrice.core.room.EnumerationType;
-import org.eclipse.etrice.core.room.ExternalType;
-import org.eclipse.etrice.core.room.GeneralProtocolClass;
import org.eclipse.etrice.core.room.LayerConnection;
import org.eclipse.etrice.core.room.LogicalSystem;
import org.eclipse.etrice.core.room.Port;
-import org.eclipse.etrice.core.room.PrimitiveType;
import org.eclipse.etrice.core.room.RefSAPoint;
import org.eclipse.etrice.core.room.RelaySAPoint;
import org.eclipse.etrice.core.room.RoomClass;
@@ -615,39 +610,9 @@ public class RoomFragmentProvider extends FSMFragmentProvider {
}
private RoomClass getRoomClass(RoomModel model, String className) {
- for (DataClass dc : model.getDataClasses()) {
- if (dc.getName() != null && dc.getName().equals(className))
- return dc;
- }
- for (ExternalType et : model.getExternalTypes()) {
- if (et.getName() != null && et.getName().equals(className))
- return et;
- }
- for (PrimitiveType pt : model.getPrimitiveTypes()) {
- if (pt.getName() != null && pt.getName().equals(className))
- return pt;
- }
- for (EnumerationType et : model.getEnumerationTypes()) {
- if (et.getName() != null && et.getName().equals(className))
- return et;
- }
- for (GeneralProtocolClass pc : model.getProtocolClasses()) {
- if (pc.getName() != null && pc.getName().equals(className))
- return pc;
- }
- for (ActorClass ac : model.getActorClasses()) {
- if (ac.getName() != null && ac.getName().equals(className))
- return ac;
- }
- for (SubSystemClass ssc : model.getSubSystemClasses()) {
- if (ssc.getName() != null && ssc.getName().equals(className))
- return ssc;
- }
- for (LogicalSystem ls : model.getSystems()) {
- if (ls.getName() != null && ls.getName().equals(className))
- return ls;
- }
- return null;
+ return model.getRoomClasses().stream()
+ .filter(rc -> className.equals(rc.getName()))
+ .findFirst().orElse(null);
}
}
diff --git a/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/postprocessing/DocuPostprocessor.xtend b/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/postprocessing/DocuPostprocessor.xtend
index fb95c7829..292cba641 100644
--- a/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/postprocessing/DocuPostprocessor.xtend
+++ b/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/postprocessing/DocuPostprocessor.xtend
@@ -62,39 +62,9 @@ class DocuPostprocessor {
This is a list of all imported models.
''')
- cls.getReference("primitiveTypes").setDocumentation(
+ cls.getReference("roomClasses").setDocumentation(
'''
- This is a list of all primitive types defined by this model.
- ''')
-
- cls.getReference("externalTypes").setDocumentation(
- '''
- This is a list of all external types defined by this model.
- ''')
-
- cls.getReference("dataClasses").setDocumentation(
- '''
- This is a list of all data classes defined by this model.
- ''')
-
- cls.getReference("protocolClasses").setDocumentation(
- '''
- This is a list of all protocol classes defined by this model.
- ''')
-
- cls.getReference("actorClasses").setDocumentation(
- '''
- This is a list of all actor classes defined by this model.
- ''')
-
- cls.getReference("subSystemClasses").setDocumentation(
- '''
- This is a list of all sub system classes defined by this model.
- ''')
-
- cls.getReference("systems").setDocumentation(
- '''
- This is a list of all logical systems defined by this model.
+ This is a list of all room classes defined by this model.
''')
//------------------------------------------------------------------
diff --git a/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/room/util/RoomHelpers.java b/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/room/util/RoomHelpers.java
index e2f05dfdf..7639e870d 100644
--- a/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/room/util/RoomHelpers.java
+++ b/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/room/util/RoomHelpers.java
@@ -18,6 +18,7 @@ import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
+import java.util.stream.Stream;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EObject;
@@ -57,6 +58,7 @@ import org.eclipse.etrice.core.room.RefableType;
import org.eclipse.etrice.core.room.RoomClass;
import org.eclipse.etrice.core.room.RoomElement;
import org.eclipse.etrice.core.room.RoomFactory;
+import org.eclipse.etrice.core.room.RoomModel;
import org.eclipse.etrice.core.room.RoomPackage;
import org.eclipse.etrice.core.room.SAP;
import org.eclipse.etrice.core.room.SPP;
@@ -1747,4 +1749,12 @@ public class RoomHelpers extends FSMHelpers {
return refType1 == null && refType2 == null;
}
+
+ /**
+ * Filter room classes of a model by type.
+ */
+ public <T extends RoomClass> Stream<T> getRoomClasses(RoomModel model, Class<T> type) {
+ return model.getRoomClasses().stream()
+ .filter(type::isInstance).map(type::cast);
+ }
}
diff --git a/plugins/org.eclipse.etrice.generator.contractmonitor/src/org/eclipse/etrice/generator/contractmonitor/gen/MainGen.xtend b/plugins/org.eclipse.etrice.generator.contractmonitor/src/org/eclipse/etrice/generator/contractmonitor/gen/MainGen.xtend
index 0ac6a3be2..f0d348a66 100644
--- a/plugins/org.eclipse.etrice.generator.contractmonitor/src/org/eclipse/etrice/generator/contractmonitor/gen/MainGen.xtend
+++ b/plugins/org.eclipse.etrice.generator.contractmonitor/src/org/eclipse/etrice/generator/contractmonitor/gen/MainGen.xtend
@@ -20,6 +20,7 @@ import org.eclipse.etrice.core.room.RoomModel
import org.eclipse.etrice.generator.base.args.Arguments
import org.eclipse.etrice.generator.base.io.IGeneratorFileIO
import org.eclipse.etrice.generator.base.logging.ILogger
+import org.eclipse.etrice.core.room.ActorClass
class MainGen {
@@ -29,7 +30,7 @@ class MainGen {
val model = resource.contents.head
if(model instanceof RoomModel) {
val generatedModel = monitorGen.generateMonitors(model)
- if(!generatedModel.actorClasses.empty) {
+ if(!generatedModel.roomClasses.filter(ActorClass).empty) {
val serializedModel = monitorGen.serializeMonitors(generatedModel, resource.resourceSet)
val path = generatedModel.name.replace('.', '/') + '.room'
fileIO.generateFile("Saving generated contracts", path, serializedModel)
diff --git a/plugins/org.eclipse.etrice.generator.contractmonitor/src/org/eclipse/etrice/generator/contractmonitor/gen/MonitorActorGen.xtend b/plugins/org.eclipse.etrice.generator.contractmonitor/src/org/eclipse/etrice/generator/contractmonitor/gen/MonitorActorGen.xtend
index 653825a0f..662a23206 100644
--- a/plugins/org.eclipse.etrice.generator.contractmonitor/src/org/eclipse/etrice/generator/contractmonitor/gen/MonitorActorGen.xtend
+++ b/plugins/org.eclipse.etrice.generator.contractmonitor/src/org/eclipse/etrice/generator/contractmonitor/gen/MonitorActorGen.xtend
@@ -103,7 +103,7 @@ class MonitorActorGen {
it.imports += baseFactory.createImport => [
it.importedNamespace = model.name + '.*'
]
- it.actorClasses += model.actorClasses.filter(ActorClass).filter[helpers.isContract(it)].map[contract |
+ it.roomClasses += model.roomClasses.filter(ActorClass).filter[helpers.isContract(it)].map[contract |
generateMonitor(contract, verifyNotNull(helpers.getContractProtocol(contract)))
]
]
diff --git a/plugins/org.eclipse.etrice.generator.contractmonitor/src/org/eclipse/etrice/generator/contractmonitor/util/ContractModelValidator.xtend b/plugins/org.eclipse.etrice.generator.contractmonitor/src/org/eclipse/etrice/generator/contractmonitor/util/ContractModelValidator.xtend
index 4d381c083..a16e7ae85 100644
--- a/plugins/org.eclipse.etrice.generator.contractmonitor/src/org/eclipse/etrice/generator/contractmonitor/util/ContractModelValidator.xtend
+++ b/plugins/org.eclipse.etrice.generator.contractmonitor/src/org/eclipse/etrice/generator/contractmonitor/util/ContractModelValidator.xtend
@@ -41,7 +41,7 @@ class ContractModelValidator extends ModelValidator {
def private List<Resource> getRelevantResources(Iterable<Resource> resources) {
val contractProtocols = resources.map[contents].flatten.filter(RoomModel).map[model |
- model.protocolClasses.filter(ProtocolClass).filter[!annotations.empty].filter[ pc |
+ model.roomClasses.filter(ProtocolClass).filter[!annotations.empty].filter[ pc |
// validate protocols with (unresolved) contract
helpers.hasContract(pc) || !EcoreUtil.UnresolvedProxyCrossReferencer.find(pc.annotations).empty
]
diff --git a/plugins/org.eclipse.etrice.generator.cpp/src/org/eclipse/etrice/generator/cpp/gen/DataClassGen.xtend b/plugins/org.eclipse.etrice.generator.cpp/src/org/eclipse/etrice/generator/cpp/gen/DataClassGen.xtend
index 17f204fd0..537d162b9 100644
--- a/plugins/org.eclipse.etrice.generator.cpp/src/org/eclipse/etrice/generator/cpp/gen/DataClassGen.xtend
+++ b/plugins/org.eclipse.etrice.generator.cpp/src/org/eclipse/etrice/generator/cpp/gen/DataClassGen.xtend
@@ -59,10 +59,8 @@ class DataClassGen {
«FOR classes : root.getReferencedDataClasses(dc)»
#include "«classes.path»«classes.name».h"
«ENDFOR»
- «FOR model : root.getReferencedModels(dc)»
- «FOR classes : model.dataClasses»
- #include "«classes.path»«classes.name».h"
- «ENDFOR»
+ «FOR classes : root.getReferencedDataClasses(dc)»
+ #include "«classes.path»«classes.name».h"
«ENDFOR»
«dc.userCode1.userCode»
diff --git a/plugins/org.eclipse.etrice.generator.doc/src/org/eclipse/etrice/generator/doc/gen/AsciiDocGen.xtend b/plugins/org.eclipse.etrice.generator.doc/src/org/eclipse/etrice/generator/doc/gen/AsciiDocGen.xtend
index 62e864963..18e163099 100644
--- a/plugins/org.eclipse.etrice.generator.doc/src/org/eclipse/etrice/generator/doc/gen/AsciiDocGen.xtend
+++ b/plugins/org.eclipse.etrice.generator.doc/src/org/eclipse/etrice/generator/doc/gen/AsciiDocGen.xtend
@@ -548,12 +548,13 @@ class AsciiDocGen {
private new(String name, Iterable<RoomModel> models) {
this.name = name
- systems = models.map[it.systems].flatten.sortBy[name]
- subSystemClasses = models.map[it.subSystemClasses].flatten.sortBy[name]
- protocolClasses = models.map[it.protocolClasses].flatten.sortBy[name]
- enumerationTypes = models.map[it.enumerationTypes].flatten.sortBy[name]
- dataClasses = models.map[it.dataClasses].flatten.sortBy[name]
- actorClasses = models.map[it.actorClasses].flatten.sortBy[name]
+ val roomClasses = models.flatMap[roomClasses]
+ systems = roomClasses.filter(LogicalSystem).sortBy[name]
+ subSystemClasses = roomClasses.filter(SubSystemClass).sortBy[name]
+ protocolClasses = roomClasses.filter(GeneralProtocolClass).sortBy[name]
+ enumerationTypes = roomClasses.filter(EnumerationType).sortBy[name]
+ dataClasses = roomClasses.filter(DataClass).sortBy[name]
+ actorClasses = roomClasses.filter(ActorClass).sortBy[name]
}
}
diff --git a/plugins/org.eclipse.etrice.generator.ui/src/org/eclipse/etrice/generator/ui/wizard/deprecated/SelectRoomPage.java b/plugins/org.eclipse.etrice.generator.ui/src/org/eclipse/etrice/generator/ui/wizard/deprecated/SelectRoomPage.java
index eb3b338ec..75fa832cd 100644
--- a/plugins/org.eclipse.etrice.generator.ui/src/org/eclipse/etrice/generator/ui/wizard/deprecated/SelectRoomPage.java
+++ b/plugins/org.eclipse.etrice.generator.ui/src/org/eclipse/etrice/generator/ui/wizard/deprecated/SelectRoomPage.java
@@ -14,9 +14,6 @@
package org.eclipse.etrice.generator.ui.wizard.deprecated;
-import java.util.ArrayList;
-import java.util.List;
-
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.resources.ResourcesPlugin;
@@ -186,7 +183,7 @@ public class SelectRoomPage extends WizardPage implements SelectionListener {
roomContentTree.setInput(roomRes);
RoomModel model = (RoomModel) roomRes.getContents().iterator().next();
- if (model.getSystems().isEmpty()) {
+ if (!model.getRoomClasses().stream().anyMatch(LogicalSystem.class::isInstance)) {
setErrorMessage("Room model must contain at least one logical system");
return;
}
@@ -238,15 +235,14 @@ public class SelectRoomPage extends WizardPage implements SelectionListener {
@Override
public Object[] getChildren(Object parentElement) {
- List<Object> objects = new ArrayList<Object>();
if (parentElement instanceof RoomModel) {
- RoomModel model = (RoomModel) parentElement;
- objects.addAll(model.getSystems());
+ return ((RoomModel) parentElement).getRoomClasses().stream()
+ .filter(LogicalSystem.class::isInstance).toArray();
}
- else if (parentElement instanceof LogicalSystem)
- objects.addAll(((LogicalSystem) parentElement).getSubSystems());
-
- return objects.toArray();
+ else if (parentElement instanceof LogicalSystem) {
+ return ((LogicalSystem) parentElement).getSubSystems().toArray();
+ }
+ return new Object[]{};
}
@Override
diff --git a/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/TestInstanceCreator.xtend b/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/TestInstanceCreator.xtend
index 13042d44e..13bcaa149 100644
--- a/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/TestInstanceCreator.xtend
+++ b/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/TestInstanceCreator.xtend
@@ -14,6 +14,8 @@ import java.util.Collection
import org.eclipse.emf.common.util.URI
import org.eclipse.etrice.generator.base.logging.ILogger
import org.eclipse.etrice.core.genmodel.fsm.IDiagnostician
+import org.eclipse.etrice.core.room.SubSystemClass
+import org.eclipse.etrice.core.room.ActorClass
@FinalFieldsConstructor
class TestInstanceCreator {
@@ -51,17 +53,16 @@ class TestInstanceCreator {
// try find annotated SubSystemClass
val allTestSubSystems = roomModels.fold(newArrayList, [list, model |
- list += model.subSystemClasses.filter[hasTestAnnotation] return list
+ list += model.roomClasses.filter(SubSystemClass).filter[hasTestAnnotation] return list
])
val List<StructureClass> allAnnotatedClasses = newArrayList(allTestSubSystems)
- val result = newArrayList
// try find annotated ActorClasses and map them to virtual sub system
{
val derivedSubSystem = createSubSystemClass => [name = "DerivedTestSubSystem"]
roomModels.forEach[model|
// actors to actorRef into subsystem
- derivedSubSystem.actorRefs += model.actorClasses.filter[hasTestAnnotation].map[ac|
+ derivedSubSystem.actorRefs += model.roomClasses.filter(ActorClass).filter[hasTestAnnotation].map[ac|
allAnnotatedClasses += ac
createActorRef => [
name = "ref_" + ac.name
@@ -72,7 +73,7 @@ class TestInstanceCreator {
}
if(allTestSubSystems.isEmpty) {
- return result
+ return emptyList
}
// if (roomModels.exists[model|!model.systems.empty]) {
// allAnnotatedClasses.forEach[roomCls|
@@ -103,8 +104,8 @@ class TestInstanceCreator {
testSystem.subSystems += createSubSystemRef => [name = "ref_" + testSubSystem.name type = testSubSystem]
val testRoomModel = createRoomModel => [
name = "DerivedTestRoomModel"
- systems += testSystem
- if(testSubSystem.eResource === null) subSystemClasses += testSubSystem
+ roomClasses += testSystem
+ if(testSubSystem.eResource === null) roomClasses += testSubSystem
]
val testMappingModel = createMappingModel => [
name = "DerivedTestMappingModel"
@@ -123,14 +124,12 @@ class TestInstanceCreator {
// create memory resource with same uri locations as test instance
val Resource existingResource = if(testSubSystem.eResource !== null) testSubSystem.eResource else allAnnotatedClasses.head.eResource
val uriPath = existingResource.URI.trimFileExtension.trimSegments(1)
- var res = rs.createResource(uriPath.appendSegment("DerivedTestMappingModel").appendFileExtension("etmap"))
- res.contents += testMappingModel
- result.add(res)
- res = rs.createResource(uriPath.appendSegment("DerivedTestRoomModel").appendFileExtension("room"))
- res.contents += testRoomModel
- result.add(res)
+ val etmapRes = rs.createResource(uriPath.appendSegment("DerivedTestMappingModel").appendFileExtension("etmap"))
+ etmapRes.contents += testMappingModel
+ val roomRes = rs.createResource(uriPath.appendSegment("DerivedTestRoomModel").appendFileExtension("room"))
+ roomRes.contents += testRoomModel
- return result
+ return #[etmapRes, roomRes]
}
def protected hasTestAnnotation(StructureClass cls) {
diff --git a/plugins/org.eclipse.etrice.ui.commands/src/org/eclipse/etrice/ui/commands/handlers/ExportDiagramsHandler.java b/plugins/org.eclipse.etrice.ui.commands/src/org/eclipse/etrice/ui/commands/handlers/ExportDiagramsHandler.java
index 6589529f9..d874827c2 100644
--- a/plugins/org.eclipse.etrice.ui.commands/src/org/eclipse/etrice/ui/commands/handlers/ExportDiagramsHandler.java
+++ b/plugins/org.eclipse.etrice.ui.commands/src/org/eclipse/etrice/ui/commands/handlers/ExportDiagramsHandler.java
@@ -147,16 +147,18 @@ public class ExportDiagramsHandler extends AbstractHandler {
IBulkDiagramExporter behaviorExporter = RoomOpeningHelper.getBehaviorDiagramAccess().getDiagramExporter();
IBulkDiagramExporter structureExporter = RoomOpeningHelper.getStructureDiagramAccess().getDiagramExporter();
- for (ActorClass ac : model.getActorClasses()) {
- if (ac.getStateMachine()!=null)
- behaviorExporter.export(ac, folderPath);
-
- structureExporter.export(ac, folderPath);
- }
-
- for (SubSystemClass ssc : model.getSubSystemClasses()) {
- structureExporter.export(ssc, folderPath);
- }
+ model.getRoomClasses().forEach(rc -> {
+ if(rc instanceof ActorClass) {
+ ActorClass ac = (ActorClass) rc;
+ if (ac.getStateMachine() != null) {
+ behaviorExporter.export(ac, folderPath);
+ }
+ structureExporter.export(ac, folderPath);
+ }
+ else if(rc instanceof SubSystemClass) {
+ structureExporter.export((SubSystemClass) rc, folderPath);
+ }
+ });
try {
folder.refreshLocal(IResource.DEPTH_ONE, null);
diff --git a/plugins/org.eclipse.etrice.ui.common/src/org/eclipse/etrice/ui/common/commands/ChangeDiagramInputJob.java b/plugins/org.eclipse.etrice.ui.common/src/org/eclipse/etrice/ui/common/commands/ChangeDiagramInputJob.java
index b6eb01be0..397441842 100644
--- a/plugins/org.eclipse.etrice.ui.common/src/org/eclipse/etrice/ui/common/commands/ChangeDiagramInputJob.java
+++ b/plugins/org.eclipse.etrice.ui.common/src/org/eclipse/etrice/ui/common/commands/ChangeDiagramInputJob.java
@@ -15,8 +15,8 @@
package org.eclipse.etrice.ui.common.commands;
import java.io.IOException;
-import java.util.ArrayList;
import java.util.List;
+import java.util.stream.Collectors;
import org.eclipse.core.resources.IContainer;
import org.eclipse.core.resources.IFile;
@@ -242,12 +242,9 @@ public class ChangeDiagramInputJob extends Job {
}
protected List<StructureClass> getElements(RoomModel model){
- List<StructureClass> elements = new ArrayList<StructureClass>();
- elements.addAll(model.getActorClasses());
- elements.addAll(model.getSubSystemClasses());
- elements.addAll(model.getSystems());
-
- return elements;
+ return model.getRoomClasses().stream()
+ .filter(StructureClass.class::isInstance).map(StructureClass.class::cast)
+ .collect(Collectors.toList());
}
}

Back to the top