|
@@ -1734,10 +1734,10 @@ public class InternalSTextLexer extends Lexer {
|
|
|
try {
|
|
|
int _type = RULE_BOOL;
|
|
|
int _channel = DEFAULT_TOKEN_CHANNEL;
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4332:11: ( ( 'true' | 'false' | 'yes' | 'no' ) )
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4332:13: ( 'true' | 'false' | 'yes' | 'no' )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4334:11: ( ( 'true' | 'false' | 'yes' | 'no' ) )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4334:13: ( 'true' | 'false' | 'yes' | 'no' )
|
|
|
{
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4332:13: ( 'true' | 'false' | 'yes' | 'no' )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4334:13: ( 'true' | 'false' | 'yes' | 'no' )
|
|
|
int alt1=4;
|
|
|
switch ( input.LA(1) ) {
|
|
|
case 't':
|
|
@@ -1769,7 +1769,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
|
|
|
switch (alt1) {
|
|
|
case 1 :
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4332:14: 'true'
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4334:14: 'true'
|
|
|
{
|
|
|
match("true");
|
|
|
|
|
@@ -1777,7 +1777,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
}
|
|
|
break;
|
|
|
case 2 :
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4332:21: 'false'
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4334:21: 'false'
|
|
|
{
|
|
|
match("false");
|
|
|
|
|
@@ -1785,7 +1785,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
}
|
|
|
break;
|
|
|
case 3 :
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4332:29: 'yes'
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4334:29: 'yes'
|
|
|
{
|
|
|
match("yes");
|
|
|
|
|
@@ -1793,7 +1793,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
}
|
|
|
break;
|
|
|
case 4 :
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4332:35: 'no'
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4334:35: 'no'
|
|
|
{
|
|
|
match("no");
|
|
|
|
|
@@ -1819,8 +1819,8 @@ public class InternalSTextLexer extends Lexer {
|
|
|
try {
|
|
|
int _type = RULE_HEX;
|
|
|
int _channel = DEFAULT_TOKEN_CHANNEL;
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4334:10: ( '0' ( 'x' | 'X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+ )
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4334:12: '0' ( 'x' | 'X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4336:10: ( '0' ( 'x' | 'X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+ )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4336:12: '0' ( 'x' | 'X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
|
|
|
{
|
|
|
match('0');
|
|
|
if ( input.LA(1)=='X'||input.LA(1)=='x' ) {
|
|
@@ -1832,7 +1832,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
recover(mse);
|
|
|
throw mse;}
|
|
|
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4334:26: ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4336:26: ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
|
|
|
int cnt2=0;
|
|
|
loop2:
|
|
|
do {
|
|
@@ -1886,13 +1886,13 @@ public class InternalSTextLexer extends Lexer {
|
|
|
try {
|
|
|
int _type = RULE_FLOAT;
|
|
|
int _channel = DEFAULT_TOKEN_CHANNEL;
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4336:12: ( RULE_INT '.' RULE_INT ( 'e' ( '-' | '+' ) RULE_INT )? ( 'f' | 'F' | 'd' | 'D' )? )
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4336:14: RULE_INT '.' RULE_INT ( 'e' ( '-' | '+' ) RULE_INT )? ( 'f' | 'F' | 'd' | 'D' )?
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4338:12: ( RULE_INT '.' RULE_INT ( 'e' ( '-' | '+' ) RULE_INT )? ( 'f' | 'F' | 'd' | 'D' )? )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4338:14: RULE_INT '.' RULE_INT ( 'e' ( '-' | '+' ) RULE_INT )? ( 'f' | 'F' | 'd' | 'D' )?
|
|
|
{
|
|
|
mRULE_INT();
|
|
|
match('.');
|
|
|
mRULE_INT();
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4336:36: ( 'e' ( '-' | '+' ) RULE_INT )?
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4338:36: ( 'e' ( '-' | '+' ) RULE_INT )?
|
|
|
int alt3=2;
|
|
|
int LA3_0 = input.LA(1);
|
|
|
|
|
@@ -1901,7 +1901,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
}
|
|
|
switch (alt3) {
|
|
|
case 1 :
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4336:37: 'e' ( '-' | '+' ) RULE_INT
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4338:37: 'e' ( '-' | '+' ) RULE_INT
|
|
|
{
|
|
|
match('e');
|
|
|
if ( input.LA(1)=='+'||input.LA(1)=='-' ) {
|
|
@@ -1920,7 +1920,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
|
|
|
}
|
|
|
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4336:62: ( 'f' | 'F' | 'd' | 'D' )?
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4338:62: ( 'f' | 'F' | 'd' | 'D' )?
|
|
|
int alt4=2;
|
|
|
int LA4_0 = input.LA(1);
|
|
|
|
|
@@ -1962,10 +1962,10 @@ public class InternalSTextLexer extends Lexer {
|
|
|
try {
|
|
|
int _type = RULE_ID;
|
|
|
int _channel = DEFAULT_TOKEN_CHANNEL;
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4338:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4338:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4340:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4340:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
|
|
|
{
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4338:11: ( '^' )?
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4340:11: ( '^' )?
|
|
|
int alt5=2;
|
|
|
int LA5_0 = input.LA(1);
|
|
|
|
|
@@ -1974,7 +1974,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
}
|
|
|
switch (alt5) {
|
|
|
case 1 :
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4338:11: '^'
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4340:11: '^'
|
|
|
{
|
|
|
match('^');
|
|
|
|
|
@@ -1992,7 +1992,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
recover(mse);
|
|
|
throw mse;}
|
|
|
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4338:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4340:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
|
|
|
loop6:
|
|
|
do {
|
|
|
int alt6=2;
|
|
@@ -2041,10 +2041,10 @@ public class InternalSTextLexer extends Lexer {
|
|
|
try {
|
|
|
int _type = RULE_INT;
|
|
|
int _channel = DEFAULT_TOKEN_CHANNEL;
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4340:10: ( ( '0' .. '9' )+ )
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4340:12: ( '0' .. '9' )+
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4342:10: ( ( '0' .. '9' )+ )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4342:12: ( '0' .. '9' )+
|
|
|
{
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4340:12: ( '0' .. '9' )+
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4342:12: ( '0' .. '9' )+
|
|
|
int cnt7=0;
|
|
|
loop7:
|
|
|
do {
|
|
@@ -2058,7 +2058,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
|
|
|
switch (alt7) {
|
|
|
case 1 :
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4340:13: '0' .. '9'
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4342:13: '0' .. '9'
|
|
|
{
|
|
|
matchRange('0','9');
|
|
|
|
|
@@ -2090,10 +2090,10 @@ public class InternalSTextLexer extends Lexer {
|
|
|
try {
|
|
|
int _type = RULE_STRING;
|
|
|
int _channel = DEFAULT_TOKEN_CHANNEL;
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4342:13: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4342:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4344:13: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4344:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
|
|
|
{
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4342:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4344:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
|
|
|
int alt10=2;
|
|
|
int LA10_0 = input.LA(1);
|
|
|
|
|
@@ -2111,10 +2111,10 @@ public class InternalSTextLexer extends Lexer {
|
|
|
}
|
|
|
switch (alt10) {
|
|
|
case 1 :
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4342:16: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4344:16: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
|
|
|
{
|
|
|
match('\"');
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4342:20: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )*
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4344:20: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )*
|
|
|
loop8:
|
|
|
do {
|
|
|
int alt8=3;
|
|
@@ -2130,7 +2130,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
|
|
|
switch (alt8) {
|
|
|
case 1 :
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4342:21: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4344:21: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' )
|
|
|
{
|
|
|
match('\\');
|
|
|
if ( input.LA(1)=='\"'||input.LA(1)=='\''||input.LA(1)=='\\'||input.LA(1)=='b'||input.LA(1)=='f'||input.LA(1)=='n'||input.LA(1)=='r'||(input.LA(1)>='t' && input.LA(1)<='u') ) {
|
|
@@ -2146,7 +2146,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
}
|
|
|
break;
|
|
|
case 2 :
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4342:66: ~ ( ( '\\\\' | '\"' ) )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4344:66: ~ ( ( '\\\\' | '\"' ) )
|
|
|
{
|
|
|
if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
|
|
|
input.consume();
|
|
@@ -2171,10 +2171,10 @@ public class InternalSTextLexer extends Lexer {
|
|
|
}
|
|
|
break;
|
|
|
case 2 :
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4342:86: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4344:86: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
|
|
|
{
|
|
|
match('\'');
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4342:91: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )*
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4344:91: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )*
|
|
|
loop9:
|
|
|
do {
|
|
|
int alt9=3;
|
|
@@ -2190,7 +2190,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
|
|
|
switch (alt9) {
|
|
|
case 1 :
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4342:92: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4344:92: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' )
|
|
|
{
|
|
|
match('\\');
|
|
|
if ( input.LA(1)=='\"'||input.LA(1)=='\''||input.LA(1)=='\\'||input.LA(1)=='b'||input.LA(1)=='f'||input.LA(1)=='n'||input.LA(1)=='r'||(input.LA(1)>='t' && input.LA(1)<='u') ) {
|
|
@@ -2206,7 +2206,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
}
|
|
|
break;
|
|
|
case 2 :
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4342:137: ~ ( ( '\\\\' | '\\'' ) )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4344:137: ~ ( ( '\\\\' | '\\'' ) )
|
|
|
{
|
|
|
if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
|
|
|
input.consume();
|
|
@@ -2249,12 +2249,12 @@ public class InternalSTextLexer extends Lexer {
|
|
|
try {
|
|
|
int _type = RULE_ML_COMMENT;
|
|
|
int _channel = DEFAULT_TOKEN_CHANNEL;
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4344:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4344:19: '/*' ( options {greedy=false; } : . )* '*/'
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4346:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4346:19: '/*' ( options {greedy=false; } : . )* '*/'
|
|
|
{
|
|
|
match("/*");
|
|
|
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4344:24: ( options {greedy=false; } : . )*
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4346:24: ( options {greedy=false; } : . )*
|
|
|
loop11:
|
|
|
do {
|
|
|
int alt11=2;
|
|
@@ -2279,7 +2279,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
|
|
|
switch (alt11) {
|
|
|
case 1 :
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4344:52: .
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4346:52: .
|
|
|
{
|
|
|
matchAny();
|
|
|
|
|
@@ -2309,12 +2309,12 @@ public class InternalSTextLexer extends Lexer {
|
|
|
try {
|
|
|
int _type = RULE_SL_COMMENT;
|
|
|
int _channel = DEFAULT_TOKEN_CHANNEL;
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4346:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4346:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4348:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4348:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
|
|
|
{
|
|
|
match("//");
|
|
|
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4346:24: (~ ( ( '\\n' | '\\r' ) ) )*
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4348:24: (~ ( ( '\\n' | '\\r' ) ) )*
|
|
|
loop12:
|
|
|
do {
|
|
|
int alt12=2;
|
|
@@ -2327,7 +2327,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
|
|
|
switch (alt12) {
|
|
|
case 1 :
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4346:24: ~ ( ( '\\n' | '\\r' ) )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4348: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();
|
|
@@ -2347,7 +2347,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
}
|
|
|
} while (true);
|
|
|
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4346:40: ( ( '\\r' )? '\\n' )?
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4348:40: ( ( '\\r' )? '\\n' )?
|
|
|
int alt14=2;
|
|
|
int LA14_0 = input.LA(1);
|
|
|
|
|
@@ -2356,9 +2356,9 @@ public class InternalSTextLexer extends Lexer {
|
|
|
}
|
|
|
switch (alt14) {
|
|
|
case 1 :
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4346:41: ( '\\r' )? '\\n'
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4348:41: ( '\\r' )? '\\n'
|
|
|
{
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4346:41: ( '\\r' )?
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4348:41: ( '\\r' )?
|
|
|
int alt13=2;
|
|
|
int LA13_0 = input.LA(1);
|
|
|
|
|
@@ -2367,7 +2367,7 @@ public class InternalSTextLexer extends Lexer {
|
|
|
}
|
|
|
switch (alt13) {
|
|
|
case 1 :
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4346:41: '\\r'
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4348:41: '\\r'
|
|
|
{
|
|
|
match('\r');
|
|
|
|
|
@@ -2399,10 +2399,10 @@ public class InternalSTextLexer extends Lexer {
|
|
|
try {
|
|
|
int _type = RULE_WS;
|
|
|
int _channel = DEFAULT_TOKEN_CHANNEL;
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4348:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4348:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4350:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4350:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
|
|
|
{
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4348:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4350:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
|
|
|
int cnt15=0;
|
|
|
loop15:
|
|
|
do {
|
|
@@ -2456,8 +2456,8 @@ public class InternalSTextLexer extends Lexer {
|
|
|
try {
|
|
|
int _type = RULE_ANY_OTHER;
|
|
|
int _channel = DEFAULT_TOKEN_CHANNEL;
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4350:16: ( . )
|
|
|
- // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4350:18: .
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4352:16: ( . )
|
|
|
+ // ../org.yakindu.sct.model.stext/src-gen/org/yakindu/sct/model/stext/parser/antlr/internal/InternalSText.g:4352:18: .
|
|
|
{
|
|
|
matchAny();
|
|
|
|