Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.core.common.ui/src-gen/org/eclipse/etrice/core/common/ui/contentassist/antlr/internal/InternalBaseLexer.java')
-rw-r--r--plugins/org.eclipse.etrice.core.common.ui/src-gen/org/eclipse/etrice/core/common/ui/contentassist/antlr/internal/InternalBaseLexer.java94
1 files changed, 47 insertions, 47 deletions
diff --git a/plugins/org.eclipse.etrice.core.common.ui/src-gen/org/eclipse/etrice/core/common/ui/contentassist/antlr/internal/InternalBaseLexer.java b/plugins/org.eclipse.etrice.core.common.ui/src-gen/org/eclipse/etrice/core/common/ui/contentassist/antlr/internal/InternalBaseLexer.java
index 24dbeaed8..810208a26 100644
--- a/plugins/org.eclipse.etrice.core.common.ui/src-gen/org/eclipse/etrice/core/common/ui/contentassist/antlr/internal/InternalBaseLexer.java
+++ b/plugins/org.eclipse.etrice.core.common.ui/src-gen/org/eclipse/etrice/core/common/ui/contentassist/antlr/internal/InternalBaseLexer.java
@@ -576,10 +576,10 @@ public class InternalBaseLexer extends Lexer {
try {
int _type = RULE_HEX;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalBase.g:3128:10: ( ( '0x' | '0X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+ )
- // InternalBase.g:3128:12: ( '0x' | '0X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
+ // InternalBase.g:3131:10: ( ( '0x' | '0X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+ )
+ // InternalBase.g:3131:12: ( '0x' | '0X' ) ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
{
- // InternalBase.g:3128:12: ( '0x' | '0X' )
+ // InternalBase.g:3131:12: ( '0x' | '0X' )
int alt1=2;
int LA1_0 = input.LA(1);
@@ -607,7 +607,7 @@ public class InternalBaseLexer extends Lexer {
}
switch (alt1) {
case 1 :
- // InternalBase.g:3128:13: '0x'
+ // InternalBase.g:3131:13: '0x'
{
match("0x");
@@ -615,7 +615,7 @@ public class InternalBaseLexer extends Lexer {
}
break;
case 2 :
- // InternalBase.g:3128:18: '0X'
+ // InternalBase.g:3131:18: '0X'
{
match("0X");
@@ -625,7 +625,7 @@ public class InternalBaseLexer extends Lexer {
}
- // InternalBase.g:3128:24: ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
+ // InternalBase.g:3131:24: ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )+
int cnt2=0;
loop2:
do {
@@ -679,12 +679,12 @@ public class InternalBaseLexer extends Lexer {
try {
int _type = RULE_CC_STRING;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalBase.g:3130:16: ( '\\'\\'\\'' ( options {greedy=false; } : . )* '\\'\\'\\'' )
- // InternalBase.g:3130:18: '\\'\\'\\'' ( options {greedy=false; } : . )* '\\'\\'\\''
+ // InternalBase.g:3133:16: ( '\\'\\'\\'' ( options {greedy=false; } : . )* '\\'\\'\\'' )
+ // InternalBase.g:3133:18: '\\'\\'\\'' ( options {greedy=false; } : . )* '\\'\\'\\''
{
match("'''");
- // InternalBase.g:3130:27: ( options {greedy=false; } : . )*
+ // InternalBase.g:3133:27: ( options {greedy=false; } : . )*
loop3:
do {
int alt3=2;
@@ -718,7 +718,7 @@ public class InternalBaseLexer extends Lexer {
switch (alt3) {
case 1 :
- // InternalBase.g:3130:55: .
+ // InternalBase.g:3133:55: .
{
matchAny();
@@ -748,10 +748,10 @@ public class InternalBaseLexer extends Lexer {
try {
int _type = RULE_ID;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalBase.g:3132:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
- // InternalBase.g:3132:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
+ // InternalBase.g:3135:9: ( ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )* )
+ // InternalBase.g:3135:11: ( '^' )? ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
{
- // InternalBase.g:3132:11: ( '^' )?
+ // InternalBase.g:3135:11: ( '^' )?
int alt4=2;
int LA4_0 = input.LA(1);
@@ -760,7 +760,7 @@ public class InternalBaseLexer extends Lexer {
}
switch (alt4) {
case 1 :
- // InternalBase.g:3132:11: '^'
+ // InternalBase.g:3135:11: '^'
{
match('^');
@@ -778,7 +778,7 @@ public class InternalBaseLexer extends Lexer {
recover(mse);
throw mse;}
- // InternalBase.g:3132:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
+ // InternalBase.g:3135:40: ( 'a' .. 'z' | 'A' .. 'Z' | '_' | '0' .. '9' )*
loop5:
do {
int alt5=2;
@@ -827,10 +827,10 @@ public class InternalBaseLexer extends Lexer {
try {
int _type = RULE_INT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalBase.g:3134:10: ( ( '0' .. '9' )+ )
- // InternalBase.g:3134:12: ( '0' .. '9' )+
+ // InternalBase.g:3137:10: ( ( '0' .. '9' )+ )
+ // InternalBase.g:3137:12: ( '0' .. '9' )+
{
- // InternalBase.g:3134:12: ( '0' .. '9' )+
+ // InternalBase.g:3137:12: ( '0' .. '9' )+
int cnt6=0;
loop6:
do {
@@ -844,7 +844,7 @@ public class InternalBaseLexer extends Lexer {
switch (alt6) {
case 1 :
- // InternalBase.g:3134:13: '0' .. '9'
+ // InternalBase.g:3137:13: '0' .. '9'
{
matchRange('0','9');
@@ -876,10 +876,10 @@ public class InternalBaseLexer extends Lexer {
try {
int _type = RULE_STRING;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalBase.g:3136:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
- // InternalBase.g:3136:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
+ // InternalBase.g:3139:13: ( ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
+ // InternalBase.g:3139:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
{
- // InternalBase.g:3136:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
+ // InternalBase.g:3139:15: ( '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
int alt9=2;
int LA9_0 = input.LA(1);
@@ -897,10 +897,10 @@ public class InternalBaseLexer extends Lexer {
}
switch (alt9) {
case 1 :
- // InternalBase.g:3136:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
+ // InternalBase.g:3139:16: '\"' ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
{
match('\"');
- // InternalBase.g:3136:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
+ // InternalBase.g:3139:20: ( '\\\\' . | ~ ( ( '\\\\' | '\"' ) ) )*
loop7:
do {
int alt7=3;
@@ -916,7 +916,7 @@ public class InternalBaseLexer extends Lexer {
switch (alt7) {
case 1 :
- // InternalBase.g:3136:21: '\\\\' .
+ // InternalBase.g:3139:21: '\\\\' .
{
match('\\');
matchAny();
@@ -924,7 +924,7 @@ public class InternalBaseLexer extends Lexer {
}
break;
case 2 :
- // InternalBase.g:3136:28: ~ ( ( '\\\\' | '\"' ) )
+ // InternalBase.g:3139:28: ~ ( ( '\\\\' | '\"' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -949,10 +949,10 @@ public class InternalBaseLexer extends Lexer {
}
break;
case 2 :
- // InternalBase.g:3136:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
+ // InternalBase.g:3139:48: '\\'' ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
{
match('\'');
- // InternalBase.g:3136:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
+ // InternalBase.g:3139:53: ( '\\\\' . | ~ ( ( '\\\\' | '\\'' ) ) )*
loop8:
do {
int alt8=3;
@@ -968,7 +968,7 @@ public class InternalBaseLexer extends Lexer {
switch (alt8) {
case 1 :
- // InternalBase.g:3136:54: '\\\\' .
+ // InternalBase.g:3139:54: '\\\\' .
{
match('\\');
matchAny();
@@ -976,7 +976,7 @@ public class InternalBaseLexer extends Lexer {
}
break;
case 2 :
- // InternalBase.g:3136:61: ~ ( ( '\\\\' | '\\'' ) )
+ // InternalBase.g:3139:61: ~ ( ( '\\\\' | '\\'' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -1019,12 +1019,12 @@ public class InternalBaseLexer extends Lexer {
try {
int _type = RULE_ML_COMMENT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalBase.g:3138:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
- // InternalBase.g:3138:19: '/*' ( options {greedy=false; } : . )* '*/'
+ // InternalBase.g:3141:17: ( '/*' ( options {greedy=false; } : . )* '*/' )
+ // InternalBase.g:3141:19: '/*' ( options {greedy=false; } : . )* '*/'
{
match("/*");
- // InternalBase.g:3138:24: ( options {greedy=false; } : . )*
+ // InternalBase.g:3141:24: ( options {greedy=false; } : . )*
loop10:
do {
int alt10=2;
@@ -1049,7 +1049,7 @@ public class InternalBaseLexer extends Lexer {
switch (alt10) {
case 1 :
- // InternalBase.g:3138:52: .
+ // InternalBase.g:3141:52: .
{
matchAny();
@@ -1079,12 +1079,12 @@ public class InternalBaseLexer extends Lexer {
try {
int _type = RULE_SL_COMMENT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalBase.g:3140:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
- // InternalBase.g:3140:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
+ // InternalBase.g:3143:17: ( '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
+ // InternalBase.g:3143:19: '//' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
{
match("//");
- // InternalBase.g:3140:24: (~ ( ( '\\n' | '\\r' ) ) )*
+ // InternalBase.g:3143:24: (~ ( ( '\\n' | '\\r' ) ) )*
loop11:
do {
int alt11=2;
@@ -1097,7 +1097,7 @@ public class InternalBaseLexer extends Lexer {
switch (alt11) {
case 1 :
- // InternalBase.g:3140:24: ~ ( ( '\\n' | '\\r' ) )
+ // InternalBase.g:3143: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();
@@ -1117,7 +1117,7 @@ public class InternalBaseLexer extends Lexer {
}
} while (true);
- // InternalBase.g:3140:40: ( ( '\\r' )? '\\n' )?
+ // InternalBase.g:3143:40: ( ( '\\r' )? '\\n' )?
int alt13=2;
int LA13_0 = input.LA(1);
@@ -1126,9 +1126,9 @@ public class InternalBaseLexer extends Lexer {
}
switch (alt13) {
case 1 :
- // InternalBase.g:3140:41: ( '\\r' )? '\\n'
+ // InternalBase.g:3143:41: ( '\\r' )? '\\n'
{
- // InternalBase.g:3140:41: ( '\\r' )?
+ // InternalBase.g:3143:41: ( '\\r' )?
int alt12=2;
int LA12_0 = input.LA(1);
@@ -1137,7 +1137,7 @@ public class InternalBaseLexer extends Lexer {
}
switch (alt12) {
case 1 :
- // InternalBase.g:3140:41: '\\r'
+ // InternalBase.g:3143:41: '\\r'
{
match('\r');
@@ -1169,10 +1169,10 @@ public class InternalBaseLexer extends Lexer {
try {
int _type = RULE_WS;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalBase.g:3142:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
- // InternalBase.g:3142:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ // InternalBase.g:3145:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
+ // InternalBase.g:3145:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
{
- // InternalBase.g:3142:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ // InternalBase.g:3145:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
int cnt14=0;
loop14:
do {
@@ -1226,8 +1226,8 @@ public class InternalBaseLexer extends Lexer {
try {
int _type = RULE_ANY_OTHER;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalBase.g:3144:16: ( . )
- // InternalBase.g:3144:18: .
+ // InternalBase.g:3147:16: ( . )
+ // InternalBase.g:3147:18: .
{
matchAny();

Back to the top