aboutsummaryrefslogtreecommitdiffstats
path: root/language-ide/src/main/xtext-gen/org/eclipse/viatra/solver/language/ide/contentassist/antlr/internal/InternalProblemLexer.java
diff options
context:
space:
mode:
Diffstat (limited to 'language-ide/src/main/xtext-gen/org/eclipse/viatra/solver/language/ide/contentassist/antlr/internal/InternalProblemLexer.java')
-rw-r--r--language-ide/src/main/xtext-gen/org/eclipse/viatra/solver/language/ide/contentassist/antlr/internal/InternalProblemLexer.java74
1 files changed, 37 insertions, 37 deletions
diff --git a/language-ide/src/main/xtext-gen/org/eclipse/viatra/solver/language/ide/contentassist/antlr/internal/InternalProblemLexer.java b/language-ide/src/main/xtext-gen/org/eclipse/viatra/solver/language/ide/contentassist/antlr/internal/InternalProblemLexer.java
index 8e000971..05537108 100644
--- a/language-ide/src/main/xtext-gen/org/eclipse/viatra/solver/language/ide/contentassist/antlr/internal/InternalProblemLexer.java
+++ b/language-ide/src/main/xtext-gen/org/eclipse/viatra/solver/language/ide/contentassist/antlr/internal/InternalProblemLexer.java
@@ -814,8 +814,8 @@ public class InternalProblemLexer extends Lexer {
814 try { 814 try {
815 int _type = RULE_ID; 815 int _type = RULE_ID;
816 int _channel = DEFAULT_TOKEN_CHANNEL; 816 int _channel = DEFAULT_TOKEN_CHANNEL;
817 // InternalProblem.g:6069:9: ( ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* ) 817 // InternalProblem.g:5942:9: ( ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
818 // InternalProblem.g:6069:11: ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 818 // InternalProblem.g:5942:11: ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
819 { 819 {
820 if ( (input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) { 820 if ( (input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) {
821 input.consume(); 821 input.consume();
@@ -826,7 +826,7 @@ public class InternalProblemLexer extends Lexer {
826 recover(mse); 826 recover(mse);
827 throw mse;} 827 throw mse;}
828 828
829 // InternalProblem.g:6069:35: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* 829 // InternalProblem.g:5942:35: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
830 loop1: 830 loop1:
831 do { 831 do {
832 int alt1=2; 832 int alt1=2;
@@ -875,11 +875,11 @@ public class InternalProblemLexer extends Lexer {
875 try { 875 try {
876 int _type = RULE_STRING; 876 int _type = RULE_STRING;
877 int _channel = DEFAULT_TOKEN_CHANNEL; 877 int _channel = DEFAULT_TOKEN_CHANNEL;
878 // InternalProblem.g:6071:13: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' ) 878 // InternalProblem.g:5944:13: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' )
879 // InternalProblem.g:6071:15: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' 879 // InternalProblem.g:5944:15: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
880 { 880 {
881 match('\"'); 881 match('\"');
882 // InternalProblem.g:6071:19: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* 882 // InternalProblem.g:5944:19: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
883 loop2: 883 loop2:
884 do { 884 do {
885 int alt2=3; 885 int alt2=3;
@@ -895,7 +895,7 @@ public class InternalProblemLexer extends Lexer {
895 895
896 switch (alt2) { 896 switch (alt2) {
897 case 1 : 897 case 1 :
898 // InternalProblem.g:6071:20: '\\\\' . 898 // InternalProblem.g:5944:20: '\\\\' .
899 { 899 {
900 match('\\'); 900 match('\\');
901 matchAny(); 901 matchAny();
@@ -903,7 +903,7 @@ public class InternalProblemLexer extends Lexer {
903 } 903 }
904 break; 904 break;
905 case 2 : 905 case 2 :
906 // InternalProblem.g:6071:27: ~ ( ( '\\\\' | '\"' ) ) 906 // InternalProblem.g:5944:27: ~ ( ( '\\\\' | '\"' ) )
907 { 907 {
908 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 908 if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
909 input.consume(); 909 input.consume();
@@ -940,11 +940,11 @@ public class InternalProblemLexer extends Lexer {
940 try { 940 try {
941 int _type = RULE_QUOTED_ID; 941 int _type = RULE_QUOTED_ID;
942 int _channel = DEFAULT_TOKEN_CHANNEL; 942 int _channel = DEFAULT_TOKEN_CHANNEL;
943 // InternalProblem.g:6073:16: ( '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) 943 // InternalProblem.g:5946:16: ( '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
944 // InternalProblem.g:6073:18: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' 944 // InternalProblem.g:5946:18: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
945 { 945 {
946 match('\''); 946 match('\'');
947 // InternalProblem.g:6073:23: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* 947 // InternalProblem.g:5946:23: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
948 loop3: 948 loop3:
949 do { 949 do {
950 int alt3=3; 950 int alt3=3;
@@ -960,7 +960,7 @@ public class InternalProblemLexer extends Lexer {
960 960
961 switch (alt3) { 961 switch (alt3) {
962 case 1 : 962 case 1 :
963 // InternalProblem.g:6073:24: '\\\\' . 963 // InternalProblem.g:5946:24: '\\\\' .
964 { 964 {
965 match('\\'); 965 match('\\');
966 matchAny(); 966 matchAny();
@@ -968,7 +968,7 @@ public class InternalProblemLexer extends Lexer {
968 } 968 }
969 break; 969 break;
970 case 2 : 970 case 2 :
971 // InternalProblem.g:6073:31: ~ ( ( '\\\\' | '\\'' ) ) 971 // InternalProblem.g:5946:31: ~ ( ( '\\\\' | '\\'' ) )
972 { 972 {
973 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) { 973 if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
974 input.consume(); 974 input.consume();
@@ -1005,10 +1005,10 @@ public class InternalProblemLexer extends Lexer {
1005 try { 1005 try {
1006 int _type = RULE_SL_COMMENT; 1006 int _type = RULE_SL_COMMENT;
1007 int _channel = DEFAULT_TOKEN_CHANNEL; 1007 int _channel = DEFAULT_TOKEN_CHANNEL;
1008 // InternalProblem.g:6075:17: ( ( '%' | '//' ) (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? ) 1008 // InternalProblem.g:5948:17: ( ( '%' | '//' ) (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
1009 // InternalProblem.g:6075:19: ( '%' | '//' ) (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? 1009 // InternalProblem.g:5948:19: ( '%' | '//' ) (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
1010 { 1010 {
1011 // InternalProblem.g:6075:19: ( '%' | '//' ) 1011 // InternalProblem.g:5948:19: ( '%' | '//' )
1012 int alt4=2; 1012 int alt4=2;
1013 int LA4_0 = input.LA(1); 1013 int LA4_0 = input.LA(1);
1014 1014
@@ -1026,14 +1026,14 @@ public class InternalProblemLexer extends Lexer {
1026 } 1026 }
1027 switch (alt4) { 1027 switch (alt4) {
1028 case 1 : 1028 case 1 :
1029 // InternalProblem.g:6075:20: '%' 1029 // InternalProblem.g:5948:20: '%'
1030 { 1030 {
1031 match('%'); 1031 match('%');
1032 1032
1033 } 1033 }
1034 break; 1034 break;
1035 case 2 : 1035 case 2 :
1036 // InternalProblem.g:6075:24: '//' 1036 // InternalProblem.g:5948:24: '//'
1037 { 1037 {
1038 match("//"); 1038 match("//");
1039 1039
@@ -1043,7 +1043,7 @@ public class InternalProblemLexer extends Lexer {
1043 1043
1044 } 1044 }
1045 1045
1046 // InternalProblem.g:6075:30: (~ ( ( '\\n' | '\\r' ) ) )* 1046 // InternalProblem.g:5948:30: (~ ( ( '\\n' | '\\r' ) ) )*
1047 loop5: 1047 loop5:
1048 do { 1048 do {
1049 int alt5=2; 1049 int alt5=2;
@@ -1056,7 +1056,7 @@ public class InternalProblemLexer extends Lexer {
1056 1056
1057 switch (alt5) { 1057 switch (alt5) {
1058 case 1 : 1058 case 1 :
1059 // InternalProblem.g:6075:30: ~ ( ( '\\n' | '\\r' ) ) 1059 // InternalProblem.g:5948:30: ~ ( ( '\\n' | '\\r' ) )
1060 { 1060 {
1061 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') ) { 1061 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') ) {
1062 input.consume(); 1062 input.consume();
@@ -1076,7 +1076,7 @@ public class InternalProblemLexer extends Lexer {
1076 } 1076 }
1077 } while (true); 1077 } while (true);
1078 1078
1079 // InternalProblem.g:6075:46: ( ( '\\r' )? '\\n' )? 1079 // InternalProblem.g:5948:46: ( ( '\\r' )? '\\n' )?
1080 int alt7=2; 1080 int alt7=2;
1081 int LA7_0 = input.LA(1); 1081 int LA7_0 = input.LA(1);
1082 1082
@@ -1085,9 +1085,9 @@ public class InternalProblemLexer extends Lexer {
1085 } 1085 }
1086 switch (alt7) { 1086 switch (alt7) {
1087 case 1 : 1087 case 1 :
1088 // InternalProblem.g:6075:47: ( '\\r' )? '\\n' 1088 // InternalProblem.g:5948:47: ( '\\r' )? '\\n'
1089 { 1089 {
1090 // InternalProblem.g:6075:47: ( '\\r' )? 1090 // InternalProblem.g:5948:47: ( '\\r' )?
1091 int alt6=2; 1091 int alt6=2;
1092 int LA6_0 = input.LA(1); 1092 int LA6_0 = input.LA(1);
1093 1093
@@ -1096,7 +1096,7 @@ public class InternalProblemLexer extends Lexer {
1096 } 1096 }
1097 switch (alt6) { 1097 switch (alt6) {
1098 case 1 : 1098 case 1 :
1099 // InternalProblem.g:6075:47: '\\r' 1099 // InternalProblem.g:5948:47: '\\r'
1100 { 1100 {
1101 match('\r'); 1101 match('\r');
1102 1102
@@ -1128,10 +1128,10 @@ public class InternalProblemLexer extends Lexer {
1128 try { 1128 try {
1129 int _type = RULE_INT; 1129 int _type = RULE_INT;
1130 int _channel = DEFAULT_TOKEN_CHANNEL; 1130 int _channel = DEFAULT_TOKEN_CHANNEL;
1131 // InternalProblem.g:6077:10: ( ( '0' .. '9' )+ ) 1131 // InternalProblem.g:5950:10: ( ( '0' .. '9' )+ )
1132 // InternalProblem.g:6077:12: ( '0' .. '9' )+ 1132 // InternalProblem.g:5950:12: ( '0' .. '9' )+
1133 { 1133 {
1134 // InternalProblem.g:6077:12: ( '0' .. '9' )+ 1134 // InternalProblem.g:5950:12: ( '0' .. '9' )+
1135 int cnt8=0; 1135 int cnt8=0;
1136 loop8: 1136 loop8:
1137 do { 1137 do {
@@ -1145,7 +1145,7 @@ public class InternalProblemLexer extends Lexer {
1145 1145
1146 switch (alt8) { 1146 switch (alt8) {
1147 case 1 : 1147 case 1 :
1148 // InternalProblem.g:6077:13: '0' .. '9' 1148 // InternalProblem.g:5950:13: '0' .. '9'
1149 { 1149 {
1150 matchRange('0','9'); 1150 matchRange('0','9');
1151 1151
@@ -1177,12 +1177,12 @@ public class InternalProblemLexer extends Lexer {
1177 try { 1177 try {
1178 int _type = RULE_ML_COMMENT; 1178 int _type = RULE_ML_COMMENT;
1179 int _channel = DEFAULT_TOKEN_CHANNEL; 1179 int _channel = DEFAULT_TOKEN_CHANNEL;
1180 // InternalProblem.g:6079:17: ( '/*' ( options {greedy=false; } : . )* '*/' ) 1180 // InternalProblem.g:5952:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
1181 // InternalProblem.g:6079:19: '/*' ( options {greedy=false; } : . )* '*/' 1181 // InternalProblem.g:5952:19: '/*' ( options {greedy=false; } : . )* '*/'
1182 { 1182 {
1183 match("/*"); 1183 match("/*");
1184 1184
1185 // InternalProblem.g:6079:24: ( options {greedy=false; } : . )* 1185 // InternalProblem.g:5952:24: ( options {greedy=false; } : . )*
1186 loop9: 1186 loop9:
1187 do { 1187 do {
1188 int alt9=2; 1188 int alt9=2;
@@ -1207,7 +1207,7 @@ public class InternalProblemLexer extends Lexer {
1207 1207
1208 switch (alt9) { 1208 switch (alt9) {
1209 case 1 : 1209 case 1 :
1210 // InternalProblem.g:6079:52: . 1210 // InternalProblem.g:5952:52: .
1211 { 1211 {
1212 matchAny(); 1212 matchAny();
1213 1213
@@ -1237,10 +1237,10 @@ public class InternalProblemLexer extends Lexer {
1237 try { 1237 try {
1238 int _type = RULE_WS; 1238 int _type = RULE_WS;
1239 int _channel = DEFAULT_TOKEN_CHANNEL; 1239 int _channel = DEFAULT_TOKEN_CHANNEL;
1240 // InternalProblem.g:6081:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ ) 1240 // InternalProblem.g:5954:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
1241 // InternalProblem.g:6081:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1241 // InternalProblem.g:5954:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1242 { 1242 {
1243 // InternalProblem.g:6081:11: ( ' ' | '\\t' | '\\r' | '\\n' )+ 1243 // InternalProblem.g:5954:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
1244 int cnt10=0; 1244 int cnt10=0;
1245 loop10: 1245 loop10:
1246 do { 1246 do {
@@ -1294,8 +1294,8 @@ public class InternalProblemLexer extends Lexer {
1294 try { 1294 try {
1295 int _type = RULE_ANY_OTHER; 1295 int _type = RULE_ANY_OTHER;
1296 int _channel = DEFAULT_TOKEN_CHANNEL; 1296 int _channel = DEFAULT_TOKEN_CHANNEL;
1297 // InternalProblem.g:6083:16: ( . ) 1297 // InternalProblem.g:5956:16: ( . )
1298 // InternalProblem.g:6083:18: . 1298 // InternalProblem.g:5956:18: .
1299 { 1299 {
1300 matchAny(); 1300 matchAny();
1301 1301