Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2012-04-04 21:46:55 +0000
committerRoberto E. Escobar2012-04-04 21:46:55 +0000
commitbfb28b4528c2e3be64849f219c4a18a4679cf444 (patch)
treebfc503a505905c17d24889f5994fa67299c75d29 /plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.tokens
parent34b436679032e7814189569902fb4290367ba0fd (diff)
downloadorg.eclipse.osee-bfb28b4528c2e3be64849f219c4a18a4679cf444.tar.gz
org.eclipse.osee-bfb28b4528c2e3be64849f219c4a18a4679cf444.tar.xz
org.eclipse.osee-bfb28b4528c2e3be64849f219c4a18a4679cf444.zip
feature[ats_VDYBJ]: Add Role declarations to OSEE DSL
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.tokens')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.tokens16
1 files changed, 9 insertions, 7 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.tokens b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.tokens
index 307fc61958f..0a6a41b683f 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.tokens
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui/src-gen/org/eclipse/osee/framework/core/dsl/ui/contentassist/antlr/internal/InternalOseeDsl.tokens
@@ -10,6 +10,7 @@ T__22=22
RULE_ANY_OTHER=12
T__21=21
T__20=20
+T__93=93
T__19=19
T__91=91
T__92=92
@@ -104,11 +105,11 @@ RULE_WS=11
'unlimited'=16
'.'=49
'import'=48
-'inheritAll'=92
-'childrenOf'=87
+'inheritAll'=93
+'childrenOf'=88
'Lexicographical_Ascending'=28
'add'=72
-'artifact'=88
+'artifact'=89
'extends'=54
'defaultOrderType'=79
'OR'=38
@@ -119,8 +120,8 @@ RULE_WS=11
'FloatingPointAttribute'=22
'ALLOW'=43
'('=81
-'of'=90
-'edit'=89
+'of'=91
+'edit'=90
','=55
'BOTH'=47
'IntegerAttribute'=23
@@ -134,6 +135,7 @@ RULE_WS=11
'branchGuid'=42
'oseeEnumType'=68
'sideAName'=75
+'role'=86
'ONE_TO_ONE'=31
'BooleanAttribute'=18
'SIDE_B'=46
@@ -150,11 +152,11 @@ RULE_WS=11
'multiplicity'=80
'MANY_TO_ONE'=33
'overrides'=62
-'abstract'=91
+'abstract'=92
'DefaultAttributeDataProvider'=14
'dataProvider'=59
'EnumeratedAttribute'=21
-'accessContext'=86
+'accessContext'=87
'branchName'=41
'MANY_TO_MANY'=34
'description'=65

Back to the top