Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2016-12-05 21:14:27 +0000
committerdonald.g.dunne2016-12-05 21:14:27 +0000
commitc75dc17b186a3e9f540125ef9a3c6090bfbd386e (patch)
tree65590c441207136ee2428cd28ad53fda724f168b /plugins/org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.tokens
parent70c7e8004f96d56b3e27f47eb17939aa3d54c47c (diff)
downloadorg.eclipse.osee-c75dc17b186a3e9f540125ef9a3c6090bfbd386e.tar.gz
org.eclipse.osee-c75dc17b186a3e9f540125ef9a3c6090bfbd386e.tar.xz
org.eclipse.osee-c75dc17b186a3e9f540125ef9a3c6090bfbd386e.zip
feature[ats_ATS325914]: Remove entryGuid from OSEE Types grammar
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.tokens')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.tokens92
1 files changed, 45 insertions, 47 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.tokens b/plugins/org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.tokens
index a4fa075e485..abd048eff3b 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.tokens
+++ b/plugins/org.eclipse.osee.framework.core.dsl/src-gen/org/eclipse/osee/framework/core/dsl/parser/antlr/internal/InternalOseeDsl.tokens
@@ -1,88 +1,87 @@
-'('=70
-')'=71
+'('=69
+')'=70
','=17
'.'=13
-';'=74
-'ALL'=95
-'ALLOW'=93
-'AND'=88
+';'=73
+'ALL'=94
+'ALLOW'=92
+'AND'=87
'ArtifactReferenceAttribute'=47
-'BOTH'=98
+'BOTH'=97
'BooleanAttribute'=38
'BranchReferenceAttribute'=48
'CompressedContentAttribute'=39
-'DENY'=94
+'DENY'=93
'DateAttribute'=40
'DefaultAttributeDataProvider'=26
'DefaultAttributeTaggerProvider'=32
-'EQ'=86
+'EQ'=85
'EnumeratedAttribute'=41
'FloatingPointAttribute'=42
'IntegerAttribute'=43
'JavaObjectAttribute'=45
-'LIKE'=87
-'Lexicographical_Ascending'=67
-'Lexicographical_Descending'=68
+'LIKE'=86
+'Lexicographical_Ascending'=66
+'Lexicographical_Descending'=67
'LongAttribute'=44
-'MANY_TO_MANY'=85
-'MANY_TO_ONE'=84
-'ONE_TO_MANY'=83
-'ONE_TO_ONE'=82
-'OR'=89
+'MANY_TO_MANY'=84
+'MANY_TO_ONE'=83
+'ONE_TO_MANY'=82
+'ONE_TO_ONE'=81
+'OR'=88
'OutlineNumberAttribute'=50
-'SIDE_A'=96
-'SIDE_B'=97
+'SIDE_A'=95
+'SIDE_B'=96
'StringAttribute'=46
-'Unordered'=69
+'Unordered'=68
'UriAttributeDataProvider'=27
'WordAttribute'=49
'abstract'=14
-'accessContext'=76
-'add'=56
-'artifact'=79
-'artifactId'=91
-'artifactMatcher'=72
-'artifactName'=90
+'accessContext'=75
+'add'=55
+'artifact'=78
+'artifactId'=90
+'artifactMatcher'=71
+'artifactName'=89
'artifactType'=15
'attribute'=21
'attributeType'=23
-'branchName'=92
+'branchName'=91
'branchUuid'=22
-'childrenOf'=78
+'childrenOf'=77
'dataProvider'=25
-'defaultOrderType'=65
+'defaultOrderType'=64
'defaultValue'=35
'description'=34
-'edit'=80
+'edit'=79
'entry'=52
-'entryGuid'=53
'enumType'=33
'extends'=16
'fileExtension'=36
-'guid'=77
+'guid'=76
'id'=19
'import'=12
-'inheritAll'=55
+'inheritAll'=54
'max'=29
'mediaType'=37
'min'=28
-'multiplicity'=66
-'of'=81
+'multiplicity'=65
+'of'=80
'oseeEnumType'=51
-'overrides artifactType'=58
-'overrides enum'=54
+'overrides artifactType'=57
+'overrides enum'=53
'overrides'=24
-'relationType'=60
-'remove'=57
-'role'=75
-'sideAArtifactType'=62
-'sideAName'=61
-'sideBArtifactType'=64
-'sideBName'=63
+'relationType'=59
+'remove'=56
+'role'=74
+'sideAArtifactType'=61
+'sideAName'=60
+'sideBArtifactType'=63
+'sideBName'=62
'taggerId'=31
'unlimited'=30
-'update'=59
-'where'=73
+'update'=58
+'where'=72
'{'=18
'}'=20
RULE_ANY_OTHER=11
@@ -179,4 +178,3 @@ T__94=94
T__95=95
T__96=96
T__97=97
-T__98=98

Back to the top