aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfiguration.g
diff options
context:
space:
mode:
authorLibravatar OszkarSemerath <oszkar.semerath@gmail.com>2018-01-24 01:06:37 +0100
committerLibravatar OszkarSemerath <oszkar.semerath@gmail.com>2018-01-24 01:06:37 +0100
commite55fc0c91990c1de9cfdc02b5859b7419735abd3 (patch)
treeb0f879a78dad307b5f786f0bdee2107ece8b2444 /Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfiguration.g
parentRemoved PQuery from API, IQuerySpecification is used instead (diff)
downloadVIATRA-Generator-e55fc0c91990c1de9cfdc02b5859b7419735abd3.tar.gz
VIATRA-Generator-e55fc0c91990c1de9cfdc02b5859b7419735abd3.tar.zst
VIATRA-Generator-e55fc0c91990c1de9cfdc02b5859b7419735abd3.zip
New Scope format: #String += 2..*
Diffstat (limited to 'Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfiguration.g')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfiguration.g132
1 files changed, 60 insertions, 72 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfiguration.g b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfiguration.g
index 13039f39..652983a6 100644
--- a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfiguration.g
+++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/parser/antlr/internal/InternalApplicationConfiguration.g
@@ -1212,9 +1212,9 @@ rulePartialModelDeclaration returns [EObject current=null]
1212 leaveRule(); 1212 leaveRule();
1213}: 1213}:
1214 ( 1214 (
1215 otherlv_0='partial-model' 1215 otherlv_0='models'
1216 { 1216 {
1217 newLeafNode(otherlv_0, grammarAccess.getPartialModelDeclarationAccess().getPartialModelKeyword_0()); 1217 newLeafNode(otherlv_0, grammarAccess.getPartialModelDeclarationAccess().getModelsKeyword_0());
1218 } 1218 }
1219 ( 1219 (
1220 ( 1220 (
@@ -2067,130 +2067,118 @@ ruleTypeScope returns [EObject current=null]
2067 leaveRule(); 2067 leaveRule();
2068}: 2068}:
2069 ( 2069 (
2070 otherlv_0='#'
2071 {
2072 newLeafNode(otherlv_0, grammarAccess.getTypeScopeAccess().getNumberSignKeyword_0());
2073 }
2074 (
2075 (
2076 {
2077 newCompositeNode(grammarAccess.getTypeScopeAccess().getTypeTypeReferenceParserRuleCall_1_0());
2078 }
2079 lv_type_1_0=ruleTypeReference
2080 {
2081 if ($current==null) {
2082 $current = createModelElementForParent(grammarAccess.getTypeScopeRule());
2083 }
2084 set(
2085 $current,
2086 "type",
2087 lv_type_1_0,
2088 "hu.bme.mit.inf.dslreasoner.application.ApplicationConfiguration.TypeReference");
2089 afterParserOrEnumRuleCall();
2090 }
2091 )
2092 )
2070 ( 2093 (
2071 ( 2094 (
2072 ( 2095 (
2073 lv_min_0_0=RULE_INT 2096 lv_setsNew_2_0='+='
2074 { 2097 {
2075 newLeafNode(lv_min_0_0, grammarAccess.getTypeScopeAccess().getMinINTTerminalRuleCall_0_0_0()); 2098 newLeafNode(lv_setsNew_2_0, grammarAccess.getTypeScopeAccess().getSetsNewPlusSignEqualsSignKeyword_2_0_0());
2076 } 2099 }
2077 { 2100 {
2078 if ($current==null) { 2101 if ($current==null) {
2079 $current = createModelElement(grammarAccess.getTypeScopeRule()); 2102 $current = createModelElement(grammarAccess.getTypeScopeRule());
2080 } 2103 }
2081 setWithLastConsumed( 2104 setWithLastConsumed($current, "setsNew", true, "+=");
2082 $current,
2083 "min",
2084 lv_min_0_0,
2085 "org.eclipse.xtext.common.Terminals.INT");
2086 } 2105 }
2087 ) 2106 )
2088 ) 2107 )
2108 |
2089 ( 2109 (
2090 ( 2110 (
2091 ( 2111 lv_setsSum_3_0='='
2092 lv_greather_1_0='<' 2112 {
2093 { 2113 newLeafNode(lv_setsSum_3_0, grammarAccess.getTypeScopeAccess().getSetsSumEqualsSignKeyword_2_1_0());
2094 newLeafNode(lv_greather_1_0, grammarAccess.getTypeScopeAccess().getGreatherLessThanSignKeyword_0_1_0_0()); 2114 }
2095 } 2115 {
2096 { 2116 if ($current==null) {
2097 if ($current==null) { 2117 $current = createModelElement(grammarAccess.getTypeScopeRule());
2098 $current = createModelElement(grammarAccess.getTypeScopeRule());
2099 }
2100 setWithLastConsumed($current, "greather", true, "<");
2101 }
2102 )
2103 )
2104 |
2105 (
2106 (
2107 lv_greaterOrEqual_2_0='<='
2108 {
2109 newLeafNode(lv_greaterOrEqual_2_0, grammarAccess.getTypeScopeAccess().getGreaterOrEqualLessThanSignEqualsSignKeyword_0_1_1_0());
2110 }
2111 {
2112 if ($current==null) {
2113 $current = createModelElement(grammarAccess.getTypeScopeRule());
2114 }
2115 setWithLastConsumed($current, "greaterOrEqual", true, "<=");
2116 } 2118 }
2117 ) 2119 setWithLastConsumed($current, "setsSum", true, "=");
2120 }
2118 ) 2121 )
2119 ) 2122 )
2120 )? 2123 )
2121 otherlv_3='#'
2122 {
2123 newLeafNode(otherlv_3, grammarAccess.getTypeScopeAccess().getNumberSignKeyword_1());
2124 }
2125 ( 2124 (
2126 ( 2125 (
2126 lv_min_4_0=RULE_INT
2127 { 2127 {
2128 newCompositeNode(grammarAccess.getTypeScopeAccess().getTypeTypeReferenceParserRuleCall_2_0()); 2128 newLeafNode(lv_min_4_0, grammarAccess.getTypeScopeAccess().getMinINTTerminalRuleCall_3_0());
2129 } 2129 }
2130 lv_type_4_0=ruleTypeReference
2131 { 2130 {
2132 if ($current==null) { 2131 if ($current==null) {
2133 $current = createModelElementForParent(grammarAccess.getTypeScopeRule()); 2132 $current = createModelElement(grammarAccess.getTypeScopeRule());
2134 } 2133 }
2135 set( 2134 setWithLastConsumed(
2136 $current, 2135 $current,
2137 "type", 2136 "min",
2138 lv_type_4_0, 2137 lv_min_4_0,
2139 "hu.bme.mit.inf.dslreasoner.application.ApplicationConfiguration.TypeReference"); 2138 "org.eclipse.xtext.common.Terminals.INT");
2140 afterParserOrEnumRuleCall();
2141 } 2139 }
2142 ) 2140 )
2143 ) 2141 )
2144 ( 2142 (
2143 otherlv_5='..'
2144 {
2145 newLeafNode(otherlv_5, grammarAccess.getTypeScopeAccess().getFullStopFullStopKeyword_4_0());
2146 }
2145 ( 2147 (
2146 ( 2148 (
2147 ( 2149 (
2148 lv_less_5_0='<' 2150 lv_maxUnlimited_6_0='*'
2149 { 2151 {
2150 newLeafNode(lv_less_5_0, grammarAccess.getTypeScopeAccess().getLessLessThanSignKeyword_3_0_0_0()); 2152 newLeafNode(lv_maxUnlimited_6_0, grammarAccess.getTypeScopeAccess().getMaxUnlimitedAsteriskKeyword_4_1_0_0());
2151 } 2153 }
2152 { 2154 {
2153 if ($current==null) { 2155 if ($current==null) {
2154 $current = createModelElement(grammarAccess.getTypeScopeRule()); 2156 $current = createModelElement(grammarAccess.getTypeScopeRule());
2155 } 2157 }
2156 setWithLastConsumed($current, "less", true, "<"); 2158 setWithLastConsumed($current, "maxUnlimited", true, "*");
2157 } 2159 }
2158 ) 2160 )
2159 ) 2161 )
2160 | 2162 |
2161 ( 2163 (
2162 ( 2164 (
2163 lv_lessOrEqual_6_0='<=' 2165 lv_max_7_0=RULE_INT
2164 { 2166 {
2165 newLeafNode(lv_lessOrEqual_6_0, grammarAccess.getTypeScopeAccess().getLessOrEqualLessThanSignEqualsSignKeyword_3_0_1_0()); 2167 newLeafNode(lv_max_7_0, grammarAccess.getTypeScopeAccess().getMaxINTTerminalRuleCall_4_1_1_0());
2166 } 2168 }
2167 { 2169 {
2168 if ($current==null) { 2170 if ($current==null) {
2169 $current = createModelElement(grammarAccess.getTypeScopeRule()); 2171 $current = createModelElement(grammarAccess.getTypeScopeRule());
2170 } 2172 }
2171 setWithLastConsumed($current, "lessOrEqual", true, "<="); 2173 setWithLastConsumed(
2174 $current,
2175 "max",
2176 lv_max_7_0,
2177 "org.eclipse.xtext.common.Terminals.INT");
2172 } 2178 }
2173 ) 2179 )
2174 ) 2180 )
2175 ) 2181 )
2176 (
2177 (
2178 lv_max_7_0=RULE_INT
2179 {
2180 newLeafNode(lv_max_7_0, grammarAccess.getTypeScopeAccess().getMaxINTTerminalRuleCall_3_1_0());
2181 }
2182 {
2183 if ($current==null) {
2184 $current = createModelElement(grammarAccess.getTypeScopeRule());
2185 }
2186 setWithLastConsumed(
2187 $current,
2188 "max",
2189 lv_max_7_0,
2190 "org.eclipse.xtext.common.Terminals.INT");
2191 }
2192 )
2193 )
2194 )? 2182 )?
2195 ) 2183 )
2196; 2184;