Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2012-07-07 13:22:11 +0000
committerJuergen Haug2012-07-07 13:22:11 +0000
commit72eaf5fdf1ce7ecdd5faf66d56f8e091fb2d1c79 (patch)
tree8d56c18be5529a47ab0b808a7a8513c5a4c1f908 /plugins/org.eclipse.etrice.core.config.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalConfig.tokens
parente28d8b43703a66a8e8eb16b0a10d6ad58da01ea3 (diff)
downloadorg.eclipse.etrice-72eaf5fdf1ce7ecdd5faf66d56f8e091fb2d1c79.tar.gz
org.eclipse.etrice-72eaf5fdf1ce7ecdd5faf66d56f8e091fb2d1c79.tar.xz
org.eclipse.etrice-72eaf5fdf1ce7ecdd5faf66d56f8e091fb2d1c79.zip
[6485][config] grammer prepared for dynamic config + dataclasses
Diffstat (limited to 'plugins/org.eclipse.etrice.core.config.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalConfig.tokens')
-rw-r--r--plugins/org.eclipse.etrice.core.config.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalConfig.tokens62
1 files changed, 38 insertions, 24 deletions
diff --git a/plugins/org.eclipse.etrice.core.config.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalConfig.tokens b/plugins/org.eclipse.etrice.core.config.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalConfig.tokens
index 8e107fc56..d040f1960 100644
--- a/plugins/org.eclipse.etrice.core.config.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalConfig.tokens
+++ b/plugins/org.eclipse.etrice.core.config.ui/src-gen/org/eclipse/etrice/core/ui/contentassist/antlr/internal/InternalConfig.tokens
@@ -1,4 +1,7 @@
+T__42=42
RULE_ID=5
+T__40=40
+T__41=41
T__29=29
T__28=28
T__27=27
@@ -24,33 +27,44 @@ T__34=34
T__15=15
T__35=35
T__18=18
+T__36=36
T__17=17
+T__37=37
T__12=12
+T__38=38
+T__39=39
T__14=14
T__13=13
RULE_INT=6
RULE_WS=10
-'Attr'=26
-'true'=35
-'}'=18
-'/'=20
-'model'=12
-'ActorClassConfig'=16
-'{'=17
-'.*'=32
-'conjugate'=23
-'ActorInstanceConfig'=19
-'='=27
-'false'=13
-'Port'=24
-'InterfaceItem'=25
-'-'=15
-'min'=28
-'+'=14
-','=34
-'.'=33
-'ProtocolClassConfig'=21
-'regular'=22
-'max'=29
-'from'=31
-'import'=30
+'Attr'=32
+'/'=26
+'model'=13
+'.*'=38
+'conjugate'=29
+'='=33
+'Port'=30
+'polling rate'=23
+'source'=21
+'InterfaceItem'=31
+'+'=15
+'.'=39
+'ProtocolClassConfig'=27
+'regular'=28
+'max'=35
+'import'=36
+'true'=42
+'}'=19
+'read-only'=41
+'ActorClassConfig'=24
+'SubSystemConfig'=17
+'dynamic configuration'=20
+'{'=18
+'ActorInstanceConfig'=25
+'false'=14
+'-'=16
+'min'=34
+','=40
+'file path'=22
+'read-write'=12
+'from'=37

Back to the top