Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.core.room.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr')
-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
4 files changed, 10872 insertions, 11201 deletions
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});
}

Back to the top