@lbdudc/gp-gis-dsl 0.3.1 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/settings.local.json +7 -0
- package/grammar/.antlr/GISGrammar.interp +182 -0
- package/grammar/.antlr/GISGrammar.tokens +73 -0
- package/grammar/.antlr/GISGrammarBaseListener.java +579 -0
- package/grammar/.antlr/GISGrammarLexer.interp +241 -0
- package/grammar/.antlr/GISGrammarLexer.java +686 -0
- package/grammar/.antlr/GISGrammarLexer.tokens +73 -0
- package/grammar/.antlr/GISGrammarListener.java +459 -0
- package/grammar/.antlr/GISGrammarParser.java +2948 -0
- package/grammar/GISGrammar.g4 +313 -313
- package/package.json +1 -1
- package/parse-file.js +73 -0
- package/src/GISVisitorHelper.js +93 -93
- package/src/cli.js +34 -34
- package/src/error/ErrorListener.js +26 -26
- package/src/error/SyntaxGenericError.js +18 -18
- package/src/index.js +4 -1
- package/src/lib/GISGrammar.interp +181 -181
- package/src/lib/GISGrammarLexer.interp +241 -241
- package/src/lib/GISGrammarLexer.js +202 -202
- package/src/lib/GISGrammarListener.js +1 -1
- package/src/lib/GISGrammarParser.js +1 -1
- package/src/lib/GISGrammarVisitor.js +1 -1
- package/src/spl/GIS.js +234 -234
- package/src/spl/GeoJSONLayer.js +21 -21
- package/src/spl/GeoJSONLayerStyle.js +14 -14
- package/src/spl/TileLayer.js +16 -16
- package/src/spl/WMSLayer.js +30 -30
- package/src/spl/WMSStyle.js +13 -13
- package/src/spl/WMSStyleCustom.js +22 -22
- package/src/store.js +74 -74
- package/test-examples.js +120 -0
- package/test-output/agriculture.json +429 -0
- package/test-output/basic.json +315 -0
- package/test-output/complete.json +1259 -0
- package/test-output/emergency.json +755 -0
- package/test-output/environmental.json +591 -0
- package/test-output/gis.json +254 -0
- package/test-output/tourism.json +704 -0
- package/test-output/transportation.json +488 -0
- package/test-output/utilities.json +620 -0
- package/test-output/wms.json +110 -0
|
@@ -0,0 +1,2948 @@
|
|
|
1
|
+
// Generated from c:/Users/47852/Desktop/dev/GEMA/gisdsl/grammar/GISGrammar.g4 by ANTLR 4.13.1
|
|
2
|
+
import org.antlr.v4.runtime.atn.*;
|
|
3
|
+
import org.antlr.v4.runtime.dfa.DFA;
|
|
4
|
+
import org.antlr.v4.runtime.*;
|
|
5
|
+
import org.antlr.v4.runtime.misc.*;
|
|
6
|
+
import org.antlr.v4.runtime.tree.*;
|
|
7
|
+
import java.util.List;
|
|
8
|
+
import java.util.Iterator;
|
|
9
|
+
import java.util.ArrayList;
|
|
10
|
+
|
|
11
|
+
@SuppressWarnings({"all", "warnings", "unchecked", "unused", "cast", "CheckReturnValue"})
|
|
12
|
+
public class GISGrammarParser extends Parser {
|
|
13
|
+
static { RuntimeMetaData.checkVersion("4.13.1", RuntimeMetaData.VERSION); }
|
|
14
|
+
|
|
15
|
+
protected static final DFA[] _decisionToDFA;
|
|
16
|
+
protected static final PredictionContextCache _sharedContextCache =
|
|
17
|
+
new PredictionContextCache();
|
|
18
|
+
public static final int
|
|
19
|
+
CREATE_SYMBOL=1, GIS_SYMBOL=2, ENTITY_SYMBOL=3, USING_SYMBOL=4, USE_SYMBOL=5,
|
|
20
|
+
GENERATE_SYMBOL=6, IDENTIFIER_SYMBOL=7, RELATIONSHIP_SYMBOL=8, DISPLAYSTRING_SYMBOL=9,
|
|
21
|
+
REQUIRED_SYMBOL=10, UNIQUE_SYMBOL=11, BIDIRECTIONAL_SYMBOL=12, MAPPEDBY_SYMBOL=13,
|
|
22
|
+
LAYER_SYMBOL=14, TILE_SYMBOL=15, GEOJSON_SYMBOL=16, GEOMETRY_TYPE_SYMBOL=17,
|
|
23
|
+
AS_SYMBOL=18, URL_SYMBOL=19, SLD_SYMBOL=20, EDITABLE_SYMBOL=21, FILL_COLOR_SYMBOL=22,
|
|
24
|
+
STROKE_COLOR_SYMBOL=23, FILL_OPACITY_SYMBOL=24, STROKE_OPACITY_SYMBOL=25,
|
|
25
|
+
WMS_SYMBOL=26, STYLE_SYMBOL=27, IS_BASE_LAYER_SYMBOL=28, HIDDEN_SYMBOL=29,
|
|
26
|
+
SORTABLE_SYMBOL=30, MAP_SYMBOL=31, SET_SYMBOL=32, DEPLOYMENT_SYMBOL=33,
|
|
27
|
+
URL_WMS_SYMBOL=34, LAYERNAME_SYMBOL=35, FORMAT_SYMBOL=36, CRS_SYMBOL=37,
|
|
28
|
+
BBOX_CRS_SYMBOL=38, MINX_SYMBOL=39, MINY_SYMBOL=40, MAXX_SYMBOL=41, MAXY_SYMBOL=42,
|
|
29
|
+
QUERYABLE_SYMBOL=43, ATTRIBUTION_SYMBOL=44, VERSION_SYMBOL=45, ZERO_ONE_SYMBOL=46,
|
|
30
|
+
ONE_ONE_SYMBOL=47, ZERO_MANY_SYMBOL=48, ONE_MANY_SYMBOL=49, TYPE=50, POUND_SYMBOL=51,
|
|
31
|
+
DOT_SYMBOL=52, OPAR_SYMBOL=53, CPAR_SYMBOL=54, COMMA_SYMBOL=55, SCOL_SYMBOL=56,
|
|
32
|
+
HEX_COLOR=57, INT_NUMBER=58, FLOAT_NUMBER=59, COMMENT=60, WHITESPACE=61,
|
|
33
|
+
IDENTIFIER=62, QUOTED_TEXT=63;
|
|
34
|
+
public static final int
|
|
35
|
+
RULE_parse = 0, RULE_sentence = 1, RULE_createStatement = 2, RULE_createGIS = 3,
|
|
36
|
+
RULE_createEntity = 4, RULE_createLayer = 5, RULE_createTileLayer = 6,
|
|
37
|
+
RULE_createGeoJSONLayer = 7, RULE_sldCustomBody = 8, RULE_createWmsStyle = 9,
|
|
38
|
+
RULE_createWmsLayer = 10, RULE_wmsSubLayer = 11, RULE_wmsUrl = 12, RULE_wmsLayerName = 13,
|
|
39
|
+
RULE_wmsFormatName = 14, RULE_wmsCrs = 15, RULE_wmsBboxCrs = 16, RULE_wmsMinX = 17,
|
|
40
|
+
RULE_wmsMinY = 18, RULE_wmsMaxX = 19, RULE_wmsMaxY = 20, RULE_wmsBboxGroup = 21,
|
|
41
|
+
RULE_wmsStyles = 22, RULE_wmsQueryable = 23, RULE_wmsAttribution = 24,
|
|
42
|
+
RULE_wmsVersion = 25, RULE_createSortableMap = 26, RULE_createMap = 27,
|
|
43
|
+
RULE_mapLayer = 28, RULE_useGIS = 29, RULE_generateGIS = 30, RULE_setDeployment = 31,
|
|
44
|
+
RULE_deploymentProperty = 32, RULE_property = 33, RULE_propertyDefinition = 34,
|
|
45
|
+
RULE_relationshipDefinition = 35, RULE_mappedRelationshipDefinition = 36,
|
|
46
|
+
RULE_ownedRelationshipDefinition = 37, RULE_cardinality = 38, RULE_srid = 39,
|
|
47
|
+
RULE_identifier = 40, RULE_text = 41, RULE_hexColor = 42, RULE_floatNumber = 43,
|
|
48
|
+
RULE_intNumber = 44;
|
|
49
|
+
private static String[] makeRuleNames() {
|
|
50
|
+
return new String[] {
|
|
51
|
+
"parse", "sentence", "createStatement", "createGIS", "createEntity",
|
|
52
|
+
"createLayer", "createTileLayer", "createGeoJSONLayer", "sldCustomBody",
|
|
53
|
+
"createWmsStyle", "createWmsLayer", "wmsSubLayer", "wmsUrl", "wmsLayerName",
|
|
54
|
+
"wmsFormatName", "wmsCrs", "wmsBboxCrs", "wmsMinX", "wmsMinY", "wmsMaxX",
|
|
55
|
+
"wmsMaxY", "wmsBboxGroup", "wmsStyles", "wmsQueryable", "wmsAttribution",
|
|
56
|
+
"wmsVersion", "createSortableMap", "createMap", "mapLayer", "useGIS",
|
|
57
|
+
"generateGIS", "setDeployment", "deploymentProperty", "property", "propertyDefinition",
|
|
58
|
+
"relationshipDefinition", "mappedRelationshipDefinition", "ownedRelationshipDefinition",
|
|
59
|
+
"cardinality", "srid", "identifier", "text", "hexColor", "floatNumber",
|
|
60
|
+
"intNumber"
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
public static final String[] ruleNames = makeRuleNames();
|
|
64
|
+
|
|
65
|
+
private static String[] makeLiteralNames() {
|
|
66
|
+
return new String[] {
|
|
67
|
+
null, null, null, null, null, null, null, null, null, null, null, null,
|
|
68
|
+
null, null, null, null, null, null, null, null, null, null, null, null,
|
|
69
|
+
null, null, null, null, null, null, null, null, null, null, null, null,
|
|
70
|
+
null, null, null, null, null, null, null, null, null, null, "'0..1'",
|
|
71
|
+
"'1..1'", "'0..*'", "'1..*'", null, "'#'", "'.'", "'('", "')'", "','",
|
|
72
|
+
"';'"
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
private static final String[] _LITERAL_NAMES = makeLiteralNames();
|
|
76
|
+
private static String[] makeSymbolicNames() {
|
|
77
|
+
return new String[] {
|
|
78
|
+
null, "CREATE_SYMBOL", "GIS_SYMBOL", "ENTITY_SYMBOL", "USING_SYMBOL",
|
|
79
|
+
"USE_SYMBOL", "GENERATE_SYMBOL", "IDENTIFIER_SYMBOL", "RELATIONSHIP_SYMBOL",
|
|
80
|
+
"DISPLAYSTRING_SYMBOL", "REQUIRED_SYMBOL", "UNIQUE_SYMBOL", "BIDIRECTIONAL_SYMBOL",
|
|
81
|
+
"MAPPEDBY_SYMBOL", "LAYER_SYMBOL", "TILE_SYMBOL", "GEOJSON_SYMBOL", "GEOMETRY_TYPE_SYMBOL",
|
|
82
|
+
"AS_SYMBOL", "URL_SYMBOL", "SLD_SYMBOL", "EDITABLE_SYMBOL", "FILL_COLOR_SYMBOL",
|
|
83
|
+
"STROKE_COLOR_SYMBOL", "FILL_OPACITY_SYMBOL", "STROKE_OPACITY_SYMBOL",
|
|
84
|
+
"WMS_SYMBOL", "STYLE_SYMBOL", "IS_BASE_LAYER_SYMBOL", "HIDDEN_SYMBOL",
|
|
85
|
+
"SORTABLE_SYMBOL", "MAP_SYMBOL", "SET_SYMBOL", "DEPLOYMENT_SYMBOL", "URL_WMS_SYMBOL",
|
|
86
|
+
"LAYERNAME_SYMBOL", "FORMAT_SYMBOL", "CRS_SYMBOL", "BBOX_CRS_SYMBOL",
|
|
87
|
+
"MINX_SYMBOL", "MINY_SYMBOL", "MAXX_SYMBOL", "MAXY_SYMBOL", "QUERYABLE_SYMBOL",
|
|
88
|
+
"ATTRIBUTION_SYMBOL", "VERSION_SYMBOL", "ZERO_ONE_SYMBOL", "ONE_ONE_SYMBOL",
|
|
89
|
+
"ZERO_MANY_SYMBOL", "ONE_MANY_SYMBOL", "TYPE", "POUND_SYMBOL", "DOT_SYMBOL",
|
|
90
|
+
"OPAR_SYMBOL", "CPAR_SYMBOL", "COMMA_SYMBOL", "SCOL_SYMBOL", "HEX_COLOR",
|
|
91
|
+
"INT_NUMBER", "FLOAT_NUMBER", "COMMENT", "WHITESPACE", "IDENTIFIER",
|
|
92
|
+
"QUOTED_TEXT"
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
private static final String[] _SYMBOLIC_NAMES = makeSymbolicNames();
|
|
96
|
+
public static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES);
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* @deprecated Use {@link #VOCABULARY} instead.
|
|
100
|
+
*/
|
|
101
|
+
@Deprecated
|
|
102
|
+
public static final String[] tokenNames;
|
|
103
|
+
static {
|
|
104
|
+
tokenNames = new String[_SYMBOLIC_NAMES.length];
|
|
105
|
+
for (int i = 0; i < tokenNames.length; i++) {
|
|
106
|
+
tokenNames[i] = VOCABULARY.getLiteralName(i);
|
|
107
|
+
if (tokenNames[i] == null) {
|
|
108
|
+
tokenNames[i] = VOCABULARY.getSymbolicName(i);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
if (tokenNames[i] == null) {
|
|
112
|
+
tokenNames[i] = "<INVALID>";
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
@Override
|
|
118
|
+
@Deprecated
|
|
119
|
+
public String[] getTokenNames() {
|
|
120
|
+
return tokenNames;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
@Override
|
|
124
|
+
|
|
125
|
+
public Vocabulary getVocabulary() {
|
|
126
|
+
return VOCABULARY;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
@Override
|
|
130
|
+
public String getGrammarFileName() { return "GISGrammar.g4"; }
|
|
131
|
+
|
|
132
|
+
@Override
|
|
133
|
+
public String[] getRuleNames() { return ruleNames; }
|
|
134
|
+
|
|
135
|
+
@Override
|
|
136
|
+
public String getSerializedATN() { return _serializedATN; }
|
|
137
|
+
|
|
138
|
+
@Override
|
|
139
|
+
public ATN getATN() { return _ATN; }
|
|
140
|
+
|
|
141
|
+
public GISGrammarParser(TokenStream input) {
|
|
142
|
+
super(input);
|
|
143
|
+
_interp = new ParserATNSimulator(this,_ATN,_decisionToDFA,_sharedContextCache);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
@SuppressWarnings("CheckReturnValue")
|
|
147
|
+
public static class ParseContext extends ParserRuleContext {
|
|
148
|
+
public List<SentenceContext> sentence() {
|
|
149
|
+
return getRuleContexts(SentenceContext.class);
|
|
150
|
+
}
|
|
151
|
+
public SentenceContext sentence(int i) {
|
|
152
|
+
return getRuleContext(SentenceContext.class,i);
|
|
153
|
+
}
|
|
154
|
+
public ParseContext(ParserRuleContext parent, int invokingState) {
|
|
155
|
+
super(parent, invokingState);
|
|
156
|
+
}
|
|
157
|
+
@Override public int getRuleIndex() { return RULE_parse; }
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
public final ParseContext parse() throws RecognitionException {
|
|
161
|
+
ParseContext _localctx = new ParseContext(_ctx, getState());
|
|
162
|
+
enterRule(_localctx, 0, RULE_parse);
|
|
163
|
+
int _la;
|
|
164
|
+
try {
|
|
165
|
+
enterOuterAlt(_localctx, 1);
|
|
166
|
+
{
|
|
167
|
+
setState(91);
|
|
168
|
+
_errHandler.sync(this);
|
|
169
|
+
_la = _input.LA(1);
|
|
170
|
+
do {
|
|
171
|
+
{
|
|
172
|
+
{
|
|
173
|
+
setState(90);
|
|
174
|
+
sentence();
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
setState(93);
|
|
178
|
+
_errHandler.sync(this);
|
|
179
|
+
_la = _input.LA(1);
|
|
180
|
+
} while ( (((_la) & ~0x3f) == 0 && ((1L << _la) & 4294967394L) != 0) );
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
catch (RecognitionException re) {
|
|
184
|
+
_localctx.exception = re;
|
|
185
|
+
_errHandler.reportError(this, re);
|
|
186
|
+
_errHandler.recover(this, re);
|
|
187
|
+
}
|
|
188
|
+
finally {
|
|
189
|
+
exitRule();
|
|
190
|
+
}
|
|
191
|
+
return _localctx;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
@SuppressWarnings("CheckReturnValue")
|
|
195
|
+
public static class SentenceContext extends ParserRuleContext {
|
|
196
|
+
public CreateStatementContext createStatement() {
|
|
197
|
+
return getRuleContext(CreateStatementContext.class,0);
|
|
198
|
+
}
|
|
199
|
+
public UseGISContext useGIS() {
|
|
200
|
+
return getRuleContext(UseGISContext.class,0);
|
|
201
|
+
}
|
|
202
|
+
public GenerateGISContext generateGIS() {
|
|
203
|
+
return getRuleContext(GenerateGISContext.class,0);
|
|
204
|
+
}
|
|
205
|
+
public SetDeploymentContext setDeployment() {
|
|
206
|
+
return getRuleContext(SetDeploymentContext.class,0);
|
|
207
|
+
}
|
|
208
|
+
public SentenceContext(ParserRuleContext parent, int invokingState) {
|
|
209
|
+
super(parent, invokingState);
|
|
210
|
+
}
|
|
211
|
+
@Override public int getRuleIndex() { return RULE_sentence; }
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
public final SentenceContext sentence() throws RecognitionException {
|
|
215
|
+
SentenceContext _localctx = new SentenceContext(_ctx, getState());
|
|
216
|
+
enterRule(_localctx, 2, RULE_sentence);
|
|
217
|
+
try {
|
|
218
|
+
setState(99);
|
|
219
|
+
_errHandler.sync(this);
|
|
220
|
+
switch (_input.LA(1)) {
|
|
221
|
+
case CREATE_SYMBOL:
|
|
222
|
+
enterOuterAlt(_localctx, 1);
|
|
223
|
+
{
|
|
224
|
+
setState(95);
|
|
225
|
+
createStatement();
|
|
226
|
+
}
|
|
227
|
+
break;
|
|
228
|
+
case USE_SYMBOL:
|
|
229
|
+
enterOuterAlt(_localctx, 2);
|
|
230
|
+
{
|
|
231
|
+
setState(96);
|
|
232
|
+
useGIS();
|
|
233
|
+
}
|
|
234
|
+
break;
|
|
235
|
+
case GENERATE_SYMBOL:
|
|
236
|
+
enterOuterAlt(_localctx, 3);
|
|
237
|
+
{
|
|
238
|
+
setState(97);
|
|
239
|
+
generateGIS();
|
|
240
|
+
}
|
|
241
|
+
break;
|
|
242
|
+
case SET_SYMBOL:
|
|
243
|
+
enterOuterAlt(_localctx, 4);
|
|
244
|
+
{
|
|
245
|
+
setState(98);
|
|
246
|
+
setDeployment();
|
|
247
|
+
}
|
|
248
|
+
break;
|
|
249
|
+
default:
|
|
250
|
+
throw new NoViableAltException(this);
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
catch (RecognitionException re) {
|
|
254
|
+
_localctx.exception = re;
|
|
255
|
+
_errHandler.reportError(this, re);
|
|
256
|
+
_errHandler.recover(this, re);
|
|
257
|
+
}
|
|
258
|
+
finally {
|
|
259
|
+
exitRule();
|
|
260
|
+
}
|
|
261
|
+
return _localctx;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
@SuppressWarnings("CheckReturnValue")
|
|
265
|
+
public static class CreateStatementContext extends ParserRuleContext {
|
|
266
|
+
public TerminalNode CREATE_SYMBOL() { return getToken(GISGrammarParser.CREATE_SYMBOL, 0); }
|
|
267
|
+
public CreateGISContext createGIS() {
|
|
268
|
+
return getRuleContext(CreateGISContext.class,0);
|
|
269
|
+
}
|
|
270
|
+
public CreateEntityContext createEntity() {
|
|
271
|
+
return getRuleContext(CreateEntityContext.class,0);
|
|
272
|
+
}
|
|
273
|
+
public CreateLayerContext createLayer() {
|
|
274
|
+
return getRuleContext(CreateLayerContext.class,0);
|
|
275
|
+
}
|
|
276
|
+
public CreateStatementContext(ParserRuleContext parent, int invokingState) {
|
|
277
|
+
super(parent, invokingState);
|
|
278
|
+
}
|
|
279
|
+
@Override public int getRuleIndex() { return RULE_createStatement; }
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
public final CreateStatementContext createStatement() throws RecognitionException {
|
|
283
|
+
CreateStatementContext _localctx = new CreateStatementContext(_ctx, getState());
|
|
284
|
+
enterRule(_localctx, 4, RULE_createStatement);
|
|
285
|
+
try {
|
|
286
|
+
enterOuterAlt(_localctx, 1);
|
|
287
|
+
{
|
|
288
|
+
setState(101);
|
|
289
|
+
match(CREATE_SYMBOL);
|
|
290
|
+
setState(105);
|
|
291
|
+
_errHandler.sync(this);
|
|
292
|
+
switch (_input.LA(1)) {
|
|
293
|
+
case GIS_SYMBOL:
|
|
294
|
+
{
|
|
295
|
+
setState(102);
|
|
296
|
+
createGIS();
|
|
297
|
+
}
|
|
298
|
+
break;
|
|
299
|
+
case ENTITY_SYMBOL:
|
|
300
|
+
{
|
|
301
|
+
setState(103);
|
|
302
|
+
createEntity();
|
|
303
|
+
}
|
|
304
|
+
break;
|
|
305
|
+
case TILE_SYMBOL:
|
|
306
|
+
case GEOJSON_SYMBOL:
|
|
307
|
+
case WMS_SYMBOL:
|
|
308
|
+
case SORTABLE_SYMBOL:
|
|
309
|
+
case MAP_SYMBOL:
|
|
310
|
+
{
|
|
311
|
+
setState(104);
|
|
312
|
+
createLayer();
|
|
313
|
+
}
|
|
314
|
+
break;
|
|
315
|
+
default:
|
|
316
|
+
throw new NoViableAltException(this);
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
catch (RecognitionException re) {
|
|
321
|
+
_localctx.exception = re;
|
|
322
|
+
_errHandler.reportError(this, re);
|
|
323
|
+
_errHandler.recover(this, re);
|
|
324
|
+
}
|
|
325
|
+
finally {
|
|
326
|
+
exitRule();
|
|
327
|
+
}
|
|
328
|
+
return _localctx;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
@SuppressWarnings("CheckReturnValue")
|
|
332
|
+
public static class CreateGISContext extends ParserRuleContext {
|
|
333
|
+
public TerminalNode GIS_SYMBOL() { return getToken(GISGrammarParser.GIS_SYMBOL, 0); }
|
|
334
|
+
public IdentifierContext identifier() {
|
|
335
|
+
return getRuleContext(IdentifierContext.class,0);
|
|
336
|
+
}
|
|
337
|
+
public TerminalNode USING_SYMBOL() { return getToken(GISGrammarParser.USING_SYMBOL, 0); }
|
|
338
|
+
public SridContext srid() {
|
|
339
|
+
return getRuleContext(SridContext.class,0);
|
|
340
|
+
}
|
|
341
|
+
public TerminalNode SCOL_SYMBOL() { return getToken(GISGrammarParser.SCOL_SYMBOL, 0); }
|
|
342
|
+
public CreateGISContext(ParserRuleContext parent, int invokingState) {
|
|
343
|
+
super(parent, invokingState);
|
|
344
|
+
}
|
|
345
|
+
@Override public int getRuleIndex() { return RULE_createGIS; }
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
public final CreateGISContext createGIS() throws RecognitionException {
|
|
349
|
+
CreateGISContext _localctx = new CreateGISContext(_ctx, getState());
|
|
350
|
+
enterRule(_localctx, 6, RULE_createGIS);
|
|
351
|
+
try {
|
|
352
|
+
enterOuterAlt(_localctx, 1);
|
|
353
|
+
{
|
|
354
|
+
setState(107);
|
|
355
|
+
match(GIS_SYMBOL);
|
|
356
|
+
setState(108);
|
|
357
|
+
identifier();
|
|
358
|
+
setState(109);
|
|
359
|
+
match(USING_SYMBOL);
|
|
360
|
+
setState(110);
|
|
361
|
+
srid();
|
|
362
|
+
setState(111);
|
|
363
|
+
match(SCOL_SYMBOL);
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
catch (RecognitionException re) {
|
|
367
|
+
_localctx.exception = re;
|
|
368
|
+
_errHandler.reportError(this, re);
|
|
369
|
+
_errHandler.recover(this, re);
|
|
370
|
+
}
|
|
371
|
+
finally {
|
|
372
|
+
exitRule();
|
|
373
|
+
}
|
|
374
|
+
return _localctx;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
@SuppressWarnings("CheckReturnValue")
|
|
378
|
+
public static class CreateEntityContext extends ParserRuleContext {
|
|
379
|
+
public TerminalNode ENTITY_SYMBOL() { return getToken(GISGrammarParser.ENTITY_SYMBOL, 0); }
|
|
380
|
+
public IdentifierContext identifier() {
|
|
381
|
+
return getRuleContext(IdentifierContext.class,0);
|
|
382
|
+
}
|
|
383
|
+
public TerminalNode OPAR_SYMBOL() { return getToken(GISGrammarParser.OPAR_SYMBOL, 0); }
|
|
384
|
+
public List<PropertyContext> property() {
|
|
385
|
+
return getRuleContexts(PropertyContext.class);
|
|
386
|
+
}
|
|
387
|
+
public PropertyContext property(int i) {
|
|
388
|
+
return getRuleContext(PropertyContext.class,i);
|
|
389
|
+
}
|
|
390
|
+
public TerminalNode CPAR_SYMBOL() { return getToken(GISGrammarParser.CPAR_SYMBOL, 0); }
|
|
391
|
+
public TerminalNode SCOL_SYMBOL() { return getToken(GISGrammarParser.SCOL_SYMBOL, 0); }
|
|
392
|
+
public List<TerminalNode> COMMA_SYMBOL() { return getTokens(GISGrammarParser.COMMA_SYMBOL); }
|
|
393
|
+
public TerminalNode COMMA_SYMBOL(int i) {
|
|
394
|
+
return getToken(GISGrammarParser.COMMA_SYMBOL, i);
|
|
395
|
+
}
|
|
396
|
+
public CreateEntityContext(ParserRuleContext parent, int invokingState) {
|
|
397
|
+
super(parent, invokingState);
|
|
398
|
+
}
|
|
399
|
+
@Override public int getRuleIndex() { return RULE_createEntity; }
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
public final CreateEntityContext createEntity() throws RecognitionException {
|
|
403
|
+
CreateEntityContext _localctx = new CreateEntityContext(_ctx, getState());
|
|
404
|
+
enterRule(_localctx, 8, RULE_createEntity);
|
|
405
|
+
int _la;
|
|
406
|
+
try {
|
|
407
|
+
enterOuterAlt(_localctx, 1);
|
|
408
|
+
{
|
|
409
|
+
setState(113);
|
|
410
|
+
match(ENTITY_SYMBOL);
|
|
411
|
+
setState(114);
|
|
412
|
+
identifier();
|
|
413
|
+
setState(115);
|
|
414
|
+
match(OPAR_SYMBOL);
|
|
415
|
+
setState(116);
|
|
416
|
+
property();
|
|
417
|
+
setState(121);
|
|
418
|
+
_errHandler.sync(this);
|
|
419
|
+
_la = _input.LA(1);
|
|
420
|
+
while (_la==COMMA_SYMBOL) {
|
|
421
|
+
{
|
|
422
|
+
{
|
|
423
|
+
setState(117);
|
|
424
|
+
match(COMMA_SYMBOL);
|
|
425
|
+
setState(118);
|
|
426
|
+
property();
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
setState(123);
|
|
430
|
+
_errHandler.sync(this);
|
|
431
|
+
_la = _input.LA(1);
|
|
432
|
+
}
|
|
433
|
+
setState(124);
|
|
434
|
+
match(CPAR_SYMBOL);
|
|
435
|
+
setState(125);
|
|
436
|
+
match(SCOL_SYMBOL);
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
catch (RecognitionException re) {
|
|
440
|
+
_localctx.exception = re;
|
|
441
|
+
_errHandler.reportError(this, re);
|
|
442
|
+
_errHandler.recover(this, re);
|
|
443
|
+
}
|
|
444
|
+
finally {
|
|
445
|
+
exitRule();
|
|
446
|
+
}
|
|
447
|
+
return _localctx;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
@SuppressWarnings("CheckReturnValue")
|
|
451
|
+
public static class CreateLayerContext extends ParserRuleContext {
|
|
452
|
+
public CreateTileLayerContext createTileLayer() {
|
|
453
|
+
return getRuleContext(CreateTileLayerContext.class,0);
|
|
454
|
+
}
|
|
455
|
+
public CreateGeoJSONLayerContext createGeoJSONLayer() {
|
|
456
|
+
return getRuleContext(CreateGeoJSONLayerContext.class,0);
|
|
457
|
+
}
|
|
458
|
+
public CreateWmsStyleContext createWmsStyle() {
|
|
459
|
+
return getRuleContext(CreateWmsStyleContext.class,0);
|
|
460
|
+
}
|
|
461
|
+
public CreateWmsLayerContext createWmsLayer() {
|
|
462
|
+
return getRuleContext(CreateWmsLayerContext.class,0);
|
|
463
|
+
}
|
|
464
|
+
public CreateMapContext createMap() {
|
|
465
|
+
return getRuleContext(CreateMapContext.class,0);
|
|
466
|
+
}
|
|
467
|
+
public CreateSortableMapContext createSortableMap() {
|
|
468
|
+
return getRuleContext(CreateSortableMapContext.class,0);
|
|
469
|
+
}
|
|
470
|
+
public CreateLayerContext(ParserRuleContext parent, int invokingState) {
|
|
471
|
+
super(parent, invokingState);
|
|
472
|
+
}
|
|
473
|
+
@Override public int getRuleIndex() { return RULE_createLayer; }
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
public final CreateLayerContext createLayer() throws RecognitionException {
|
|
477
|
+
CreateLayerContext _localctx = new CreateLayerContext(_ctx, getState());
|
|
478
|
+
enterRule(_localctx, 10, RULE_createLayer);
|
|
479
|
+
try {
|
|
480
|
+
setState(133);
|
|
481
|
+
_errHandler.sync(this);
|
|
482
|
+
switch ( getInterpreter().adaptivePredict(_input,4,_ctx) ) {
|
|
483
|
+
case 1:
|
|
484
|
+
enterOuterAlt(_localctx, 1);
|
|
485
|
+
{
|
|
486
|
+
setState(127);
|
|
487
|
+
createTileLayer();
|
|
488
|
+
}
|
|
489
|
+
break;
|
|
490
|
+
case 2:
|
|
491
|
+
enterOuterAlt(_localctx, 2);
|
|
492
|
+
{
|
|
493
|
+
setState(128);
|
|
494
|
+
createGeoJSONLayer();
|
|
495
|
+
}
|
|
496
|
+
break;
|
|
497
|
+
case 3:
|
|
498
|
+
enterOuterAlt(_localctx, 3);
|
|
499
|
+
{
|
|
500
|
+
setState(129);
|
|
501
|
+
createWmsStyle();
|
|
502
|
+
}
|
|
503
|
+
break;
|
|
504
|
+
case 4:
|
|
505
|
+
enterOuterAlt(_localctx, 4);
|
|
506
|
+
{
|
|
507
|
+
setState(130);
|
|
508
|
+
createWmsLayer();
|
|
509
|
+
}
|
|
510
|
+
break;
|
|
511
|
+
case 5:
|
|
512
|
+
enterOuterAlt(_localctx, 5);
|
|
513
|
+
{
|
|
514
|
+
setState(131);
|
|
515
|
+
createMap();
|
|
516
|
+
}
|
|
517
|
+
break;
|
|
518
|
+
case 6:
|
|
519
|
+
enterOuterAlt(_localctx, 6);
|
|
520
|
+
{
|
|
521
|
+
setState(132);
|
|
522
|
+
createSortableMap();
|
|
523
|
+
}
|
|
524
|
+
break;
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
catch (RecognitionException re) {
|
|
528
|
+
_localctx.exception = re;
|
|
529
|
+
_errHandler.reportError(this, re);
|
|
530
|
+
_errHandler.recover(this, re);
|
|
531
|
+
}
|
|
532
|
+
finally {
|
|
533
|
+
exitRule();
|
|
534
|
+
}
|
|
535
|
+
return _localctx;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
@SuppressWarnings("CheckReturnValue")
|
|
539
|
+
public static class CreateTileLayerContext extends ParserRuleContext {
|
|
540
|
+
public TerminalNode TILE_SYMBOL() { return getToken(GISGrammarParser.TILE_SYMBOL, 0); }
|
|
541
|
+
public TerminalNode LAYER_SYMBOL() { return getToken(GISGrammarParser.LAYER_SYMBOL, 0); }
|
|
542
|
+
public IdentifierContext identifier() {
|
|
543
|
+
return getRuleContext(IdentifierContext.class,0);
|
|
544
|
+
}
|
|
545
|
+
public TerminalNode OPAR_SYMBOL() { return getToken(GISGrammarParser.OPAR_SYMBOL, 0); }
|
|
546
|
+
public TerminalNode URL_SYMBOL() { return getToken(GISGrammarParser.URL_SYMBOL, 0); }
|
|
547
|
+
public List<TextContext> text() {
|
|
548
|
+
return getRuleContexts(TextContext.class);
|
|
549
|
+
}
|
|
550
|
+
public TextContext text(int i) {
|
|
551
|
+
return getRuleContext(TextContext.class,i);
|
|
552
|
+
}
|
|
553
|
+
public TerminalNode CPAR_SYMBOL() { return getToken(GISGrammarParser.CPAR_SYMBOL, 0); }
|
|
554
|
+
public TerminalNode SCOL_SYMBOL() { return getToken(GISGrammarParser.SCOL_SYMBOL, 0); }
|
|
555
|
+
public TerminalNode AS_SYMBOL() { return getToken(GISGrammarParser.AS_SYMBOL, 0); }
|
|
556
|
+
public CreateTileLayerContext(ParserRuleContext parent, int invokingState) {
|
|
557
|
+
super(parent, invokingState);
|
|
558
|
+
}
|
|
559
|
+
@Override public int getRuleIndex() { return RULE_createTileLayer; }
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
public final CreateTileLayerContext createTileLayer() throws RecognitionException {
|
|
563
|
+
CreateTileLayerContext _localctx = new CreateTileLayerContext(_ctx, getState());
|
|
564
|
+
enterRule(_localctx, 12, RULE_createTileLayer);
|
|
565
|
+
int _la;
|
|
566
|
+
try {
|
|
567
|
+
enterOuterAlt(_localctx, 1);
|
|
568
|
+
{
|
|
569
|
+
setState(135);
|
|
570
|
+
match(TILE_SYMBOL);
|
|
571
|
+
setState(136);
|
|
572
|
+
match(LAYER_SYMBOL);
|
|
573
|
+
setState(137);
|
|
574
|
+
identifier();
|
|
575
|
+
setState(140);
|
|
576
|
+
_errHandler.sync(this);
|
|
577
|
+
_la = _input.LA(1);
|
|
578
|
+
if (_la==AS_SYMBOL) {
|
|
579
|
+
{
|
|
580
|
+
setState(138);
|
|
581
|
+
match(AS_SYMBOL);
|
|
582
|
+
setState(139);
|
|
583
|
+
text();
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
setState(142);
|
|
588
|
+
match(OPAR_SYMBOL);
|
|
589
|
+
setState(143);
|
|
590
|
+
match(URL_SYMBOL);
|
|
591
|
+
setState(144);
|
|
592
|
+
text();
|
|
593
|
+
setState(145);
|
|
594
|
+
match(CPAR_SYMBOL);
|
|
595
|
+
setState(146);
|
|
596
|
+
match(SCOL_SYMBOL);
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
catch (RecognitionException re) {
|
|
600
|
+
_localctx.exception = re;
|
|
601
|
+
_errHandler.reportError(this, re);
|
|
602
|
+
_errHandler.recover(this, re);
|
|
603
|
+
}
|
|
604
|
+
finally {
|
|
605
|
+
exitRule();
|
|
606
|
+
}
|
|
607
|
+
return _localctx;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
@SuppressWarnings("CheckReturnValue")
|
|
611
|
+
public static class CreateGeoJSONLayerContext extends ParserRuleContext {
|
|
612
|
+
public TerminalNode GEOJSON_SYMBOL() { return getToken(GISGrammarParser.GEOJSON_SYMBOL, 0); }
|
|
613
|
+
public TerminalNode LAYER_SYMBOL() { return getToken(GISGrammarParser.LAYER_SYMBOL, 0); }
|
|
614
|
+
public List<IdentifierContext> identifier() {
|
|
615
|
+
return getRuleContexts(IdentifierContext.class);
|
|
616
|
+
}
|
|
617
|
+
public IdentifierContext identifier(int i) {
|
|
618
|
+
return getRuleContext(IdentifierContext.class,i);
|
|
619
|
+
}
|
|
620
|
+
public TerminalNode OPAR_SYMBOL() { return getToken(GISGrammarParser.OPAR_SYMBOL, 0); }
|
|
621
|
+
public List<TerminalNode> COMMA_SYMBOL() { return getTokens(GISGrammarParser.COMMA_SYMBOL); }
|
|
622
|
+
public TerminalNode COMMA_SYMBOL(int i) {
|
|
623
|
+
return getToken(GISGrammarParser.COMMA_SYMBOL, i);
|
|
624
|
+
}
|
|
625
|
+
public TerminalNode FILL_COLOR_SYMBOL() { return getToken(GISGrammarParser.FILL_COLOR_SYMBOL, 0); }
|
|
626
|
+
public List<HexColorContext> hexColor() {
|
|
627
|
+
return getRuleContexts(HexColorContext.class);
|
|
628
|
+
}
|
|
629
|
+
public HexColorContext hexColor(int i) {
|
|
630
|
+
return getRuleContext(HexColorContext.class,i);
|
|
631
|
+
}
|
|
632
|
+
public TerminalNode STROKE_COLOR_SYMBOL() { return getToken(GISGrammarParser.STROKE_COLOR_SYMBOL, 0); }
|
|
633
|
+
public TerminalNode FILL_OPACITY_SYMBOL() { return getToken(GISGrammarParser.FILL_OPACITY_SYMBOL, 0); }
|
|
634
|
+
public List<FloatNumberContext> floatNumber() {
|
|
635
|
+
return getRuleContexts(FloatNumberContext.class);
|
|
636
|
+
}
|
|
637
|
+
public FloatNumberContext floatNumber(int i) {
|
|
638
|
+
return getRuleContext(FloatNumberContext.class,i);
|
|
639
|
+
}
|
|
640
|
+
public TerminalNode STROKE_OPACITY_SYMBOL() { return getToken(GISGrammarParser.STROKE_OPACITY_SYMBOL, 0); }
|
|
641
|
+
public TerminalNode CPAR_SYMBOL() { return getToken(GISGrammarParser.CPAR_SYMBOL, 0); }
|
|
642
|
+
public TerminalNode SCOL_SYMBOL() { return getToken(GISGrammarParser.SCOL_SYMBOL, 0); }
|
|
643
|
+
public TerminalNode AS_SYMBOL() { return getToken(GISGrammarParser.AS_SYMBOL, 0); }
|
|
644
|
+
public TextContext text() {
|
|
645
|
+
return getRuleContext(TextContext.class,0);
|
|
646
|
+
}
|
|
647
|
+
public TerminalNode EDITABLE_SYMBOL() { return getToken(GISGrammarParser.EDITABLE_SYMBOL, 0); }
|
|
648
|
+
public CreateGeoJSONLayerContext(ParserRuleContext parent, int invokingState) {
|
|
649
|
+
super(parent, invokingState);
|
|
650
|
+
}
|
|
651
|
+
@Override public int getRuleIndex() { return RULE_createGeoJSONLayer; }
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
public final CreateGeoJSONLayerContext createGeoJSONLayer() throws RecognitionException {
|
|
655
|
+
CreateGeoJSONLayerContext _localctx = new CreateGeoJSONLayerContext(_ctx, getState());
|
|
656
|
+
enterRule(_localctx, 14, RULE_createGeoJSONLayer);
|
|
657
|
+
int _la;
|
|
658
|
+
try {
|
|
659
|
+
enterOuterAlt(_localctx, 1);
|
|
660
|
+
{
|
|
661
|
+
setState(148);
|
|
662
|
+
match(GEOJSON_SYMBOL);
|
|
663
|
+
setState(149);
|
|
664
|
+
match(LAYER_SYMBOL);
|
|
665
|
+
setState(150);
|
|
666
|
+
identifier();
|
|
667
|
+
setState(153);
|
|
668
|
+
_errHandler.sync(this);
|
|
669
|
+
_la = _input.LA(1);
|
|
670
|
+
if (_la==AS_SYMBOL) {
|
|
671
|
+
{
|
|
672
|
+
setState(151);
|
|
673
|
+
match(AS_SYMBOL);
|
|
674
|
+
setState(152);
|
|
675
|
+
text();
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
setState(155);
|
|
680
|
+
match(OPAR_SYMBOL);
|
|
681
|
+
setState(156);
|
|
682
|
+
identifier();
|
|
683
|
+
setState(158);
|
|
684
|
+
_errHandler.sync(this);
|
|
685
|
+
_la = _input.LA(1);
|
|
686
|
+
if (_la==EDITABLE_SYMBOL) {
|
|
687
|
+
{
|
|
688
|
+
setState(157);
|
|
689
|
+
match(EDITABLE_SYMBOL);
|
|
690
|
+
}
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
setState(160);
|
|
694
|
+
match(COMMA_SYMBOL);
|
|
695
|
+
setState(161);
|
|
696
|
+
match(FILL_COLOR_SYMBOL);
|
|
697
|
+
setState(162);
|
|
698
|
+
hexColor();
|
|
699
|
+
setState(163);
|
|
700
|
+
match(COMMA_SYMBOL);
|
|
701
|
+
setState(164);
|
|
702
|
+
match(STROKE_COLOR_SYMBOL);
|
|
703
|
+
setState(165);
|
|
704
|
+
hexColor();
|
|
705
|
+
setState(166);
|
|
706
|
+
match(COMMA_SYMBOL);
|
|
707
|
+
setState(167);
|
|
708
|
+
match(FILL_OPACITY_SYMBOL);
|
|
709
|
+
setState(168);
|
|
710
|
+
floatNumber();
|
|
711
|
+
setState(169);
|
|
712
|
+
match(COMMA_SYMBOL);
|
|
713
|
+
setState(170);
|
|
714
|
+
match(STROKE_OPACITY_SYMBOL);
|
|
715
|
+
setState(171);
|
|
716
|
+
floatNumber();
|
|
717
|
+
setState(172);
|
|
718
|
+
match(CPAR_SYMBOL);
|
|
719
|
+
setState(173);
|
|
720
|
+
match(SCOL_SYMBOL);
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
catch (RecognitionException re) {
|
|
724
|
+
_localctx.exception = re;
|
|
725
|
+
_errHandler.reportError(this, re);
|
|
726
|
+
_errHandler.recover(this, re);
|
|
727
|
+
}
|
|
728
|
+
finally {
|
|
729
|
+
exitRule();
|
|
730
|
+
}
|
|
731
|
+
return _localctx;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
@SuppressWarnings("CheckReturnValue")
|
|
735
|
+
public static class SldCustomBodyContext extends ParserRuleContext {
|
|
736
|
+
public TerminalNode GEOMETRY_TYPE_SYMBOL() { return getToken(GISGrammarParser.GEOMETRY_TYPE_SYMBOL, 0); }
|
|
737
|
+
public TerminalNode TYPE() { return getToken(GISGrammarParser.TYPE, 0); }
|
|
738
|
+
public List<TerminalNode> COMMA_SYMBOL() { return getTokens(GISGrammarParser.COMMA_SYMBOL); }
|
|
739
|
+
public TerminalNode COMMA_SYMBOL(int i) {
|
|
740
|
+
return getToken(GISGrammarParser.COMMA_SYMBOL, i);
|
|
741
|
+
}
|
|
742
|
+
public TerminalNode FILL_COLOR_SYMBOL() { return getToken(GISGrammarParser.FILL_COLOR_SYMBOL, 0); }
|
|
743
|
+
public List<HexColorContext> hexColor() {
|
|
744
|
+
return getRuleContexts(HexColorContext.class);
|
|
745
|
+
}
|
|
746
|
+
public HexColorContext hexColor(int i) {
|
|
747
|
+
return getRuleContext(HexColorContext.class,i);
|
|
748
|
+
}
|
|
749
|
+
public TerminalNode STROKE_COLOR_SYMBOL() { return getToken(GISGrammarParser.STROKE_COLOR_SYMBOL, 0); }
|
|
750
|
+
public TerminalNode FILL_OPACITY_SYMBOL() { return getToken(GISGrammarParser.FILL_OPACITY_SYMBOL, 0); }
|
|
751
|
+
public List<FloatNumberContext> floatNumber() {
|
|
752
|
+
return getRuleContexts(FloatNumberContext.class);
|
|
753
|
+
}
|
|
754
|
+
public FloatNumberContext floatNumber(int i) {
|
|
755
|
+
return getRuleContext(FloatNumberContext.class,i);
|
|
756
|
+
}
|
|
757
|
+
public List<IntNumberContext> intNumber() {
|
|
758
|
+
return getRuleContexts(IntNumberContext.class);
|
|
759
|
+
}
|
|
760
|
+
public IntNumberContext intNumber(int i) {
|
|
761
|
+
return getRuleContext(IntNumberContext.class,i);
|
|
762
|
+
}
|
|
763
|
+
public TerminalNode STROKE_OPACITY_SYMBOL() { return getToken(GISGrammarParser.STROKE_OPACITY_SYMBOL, 0); }
|
|
764
|
+
public SldCustomBodyContext(ParserRuleContext parent, int invokingState) {
|
|
765
|
+
super(parent, invokingState);
|
|
766
|
+
}
|
|
767
|
+
@Override public int getRuleIndex() { return RULE_sldCustomBody; }
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
public final SldCustomBodyContext sldCustomBody() throws RecognitionException {
|
|
771
|
+
SldCustomBodyContext _localctx = new SldCustomBodyContext(_ctx, getState());
|
|
772
|
+
enterRule(_localctx, 16, RULE_sldCustomBody);
|
|
773
|
+
int _la;
|
|
774
|
+
try {
|
|
775
|
+
enterOuterAlt(_localctx, 1);
|
|
776
|
+
{
|
|
777
|
+
setState(175);
|
|
778
|
+
match(GEOMETRY_TYPE_SYMBOL);
|
|
779
|
+
setState(176);
|
|
780
|
+
match(TYPE);
|
|
781
|
+
setState(177);
|
|
782
|
+
match(COMMA_SYMBOL);
|
|
783
|
+
setState(179);
|
|
784
|
+
_errHandler.sync(this);
|
|
785
|
+
_la = _input.LA(1);
|
|
786
|
+
if (_la==FILL_COLOR_SYMBOL) {
|
|
787
|
+
{
|
|
788
|
+
setState(178);
|
|
789
|
+
match(FILL_COLOR_SYMBOL);
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
setState(182);
|
|
794
|
+
_errHandler.sync(this);
|
|
795
|
+
switch ( getInterpreter().adaptivePredict(_input,9,_ctx) ) {
|
|
796
|
+
case 1:
|
|
797
|
+
{
|
|
798
|
+
setState(181);
|
|
799
|
+
hexColor();
|
|
800
|
+
}
|
|
801
|
+
break;
|
|
802
|
+
}
|
|
803
|
+
setState(185);
|
|
804
|
+
_errHandler.sync(this);
|
|
805
|
+
switch ( getInterpreter().adaptivePredict(_input,10,_ctx) ) {
|
|
806
|
+
case 1:
|
|
807
|
+
{
|
|
808
|
+
setState(184);
|
|
809
|
+
match(COMMA_SYMBOL);
|
|
810
|
+
}
|
|
811
|
+
break;
|
|
812
|
+
}
|
|
813
|
+
setState(188);
|
|
814
|
+
_errHandler.sync(this);
|
|
815
|
+
_la = _input.LA(1);
|
|
816
|
+
if (_la==STROKE_COLOR_SYMBOL) {
|
|
817
|
+
{
|
|
818
|
+
setState(187);
|
|
819
|
+
match(STROKE_COLOR_SYMBOL);
|
|
820
|
+
}
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
setState(191);
|
|
824
|
+
_errHandler.sync(this);
|
|
825
|
+
_la = _input.LA(1);
|
|
826
|
+
if (_la==HEX_COLOR) {
|
|
827
|
+
{
|
|
828
|
+
setState(190);
|
|
829
|
+
hexColor();
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
setState(194);
|
|
834
|
+
_errHandler.sync(this);
|
|
835
|
+
switch ( getInterpreter().adaptivePredict(_input,13,_ctx) ) {
|
|
836
|
+
case 1:
|
|
837
|
+
{
|
|
838
|
+
setState(193);
|
|
839
|
+
match(COMMA_SYMBOL);
|
|
840
|
+
}
|
|
841
|
+
break;
|
|
842
|
+
}
|
|
843
|
+
setState(197);
|
|
844
|
+
_errHandler.sync(this);
|
|
845
|
+
_la = _input.LA(1);
|
|
846
|
+
if (_la==FILL_OPACITY_SYMBOL) {
|
|
847
|
+
{
|
|
848
|
+
setState(196);
|
|
849
|
+
match(FILL_OPACITY_SYMBOL);
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
setState(201);
|
|
854
|
+
_errHandler.sync(this);
|
|
855
|
+
switch ( getInterpreter().adaptivePredict(_input,15,_ctx) ) {
|
|
856
|
+
case 1:
|
|
857
|
+
{
|
|
858
|
+
setState(199);
|
|
859
|
+
floatNumber();
|
|
860
|
+
}
|
|
861
|
+
break;
|
|
862
|
+
case 2:
|
|
863
|
+
{
|
|
864
|
+
setState(200);
|
|
865
|
+
intNumber();
|
|
866
|
+
}
|
|
867
|
+
break;
|
|
868
|
+
}
|
|
869
|
+
setState(204);
|
|
870
|
+
_errHandler.sync(this);
|
|
871
|
+
_la = _input.LA(1);
|
|
872
|
+
if (_la==COMMA_SYMBOL) {
|
|
873
|
+
{
|
|
874
|
+
setState(203);
|
|
875
|
+
match(COMMA_SYMBOL);
|
|
876
|
+
}
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
setState(207);
|
|
880
|
+
_errHandler.sync(this);
|
|
881
|
+
_la = _input.LA(1);
|
|
882
|
+
if (_la==STROKE_OPACITY_SYMBOL) {
|
|
883
|
+
{
|
|
884
|
+
setState(206);
|
|
885
|
+
match(STROKE_OPACITY_SYMBOL);
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
setState(211);
|
|
890
|
+
_errHandler.sync(this);
|
|
891
|
+
switch (_input.LA(1)) {
|
|
892
|
+
case FLOAT_NUMBER:
|
|
893
|
+
{
|
|
894
|
+
setState(209);
|
|
895
|
+
floatNumber();
|
|
896
|
+
}
|
|
897
|
+
break;
|
|
898
|
+
case INT_NUMBER:
|
|
899
|
+
{
|
|
900
|
+
setState(210);
|
|
901
|
+
intNumber();
|
|
902
|
+
}
|
|
903
|
+
break;
|
|
904
|
+
case CPAR_SYMBOL:
|
|
905
|
+
break;
|
|
906
|
+
default:
|
|
907
|
+
break;
|
|
908
|
+
}
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
catch (RecognitionException re) {
|
|
912
|
+
_localctx.exception = re;
|
|
913
|
+
_errHandler.reportError(this, re);
|
|
914
|
+
_errHandler.recover(this, re);
|
|
915
|
+
}
|
|
916
|
+
finally {
|
|
917
|
+
exitRule();
|
|
918
|
+
}
|
|
919
|
+
return _localctx;
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
@SuppressWarnings("CheckReturnValue")
|
|
923
|
+
public static class CreateWmsStyleContext extends ParserRuleContext {
|
|
924
|
+
public TerminalNode WMS_SYMBOL() { return getToken(GISGrammarParser.WMS_SYMBOL, 0); }
|
|
925
|
+
public TerminalNode STYLE_SYMBOL() { return getToken(GISGrammarParser.STYLE_SYMBOL, 0); }
|
|
926
|
+
public IdentifierContext identifier() {
|
|
927
|
+
return getRuleContext(IdentifierContext.class,0);
|
|
928
|
+
}
|
|
929
|
+
public TerminalNode OPAR_SYMBOL() { return getToken(GISGrammarParser.OPAR_SYMBOL, 0); }
|
|
930
|
+
public TerminalNode CPAR_SYMBOL() { return getToken(GISGrammarParser.CPAR_SYMBOL, 0); }
|
|
931
|
+
public TerminalNode SCOL_SYMBOL() { return getToken(GISGrammarParser.SCOL_SYMBOL, 0); }
|
|
932
|
+
public TerminalNode SLD_SYMBOL() { return getToken(GISGrammarParser.SLD_SYMBOL, 0); }
|
|
933
|
+
public TextContext text() {
|
|
934
|
+
return getRuleContext(TextContext.class,0);
|
|
935
|
+
}
|
|
936
|
+
public TerminalNode COMMA_SYMBOL() { return getToken(GISGrammarParser.COMMA_SYMBOL, 0); }
|
|
937
|
+
public SldCustomBodyContext sldCustomBody() {
|
|
938
|
+
return getRuleContext(SldCustomBodyContext.class,0);
|
|
939
|
+
}
|
|
940
|
+
public CreateWmsStyleContext(ParserRuleContext parent, int invokingState) {
|
|
941
|
+
super(parent, invokingState);
|
|
942
|
+
}
|
|
943
|
+
@Override public int getRuleIndex() { return RULE_createWmsStyle; }
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
public final CreateWmsStyleContext createWmsStyle() throws RecognitionException {
|
|
947
|
+
CreateWmsStyleContext _localctx = new CreateWmsStyleContext(_ctx, getState());
|
|
948
|
+
enterRule(_localctx, 18, RULE_createWmsStyle);
|
|
949
|
+
int _la;
|
|
950
|
+
try {
|
|
951
|
+
enterOuterAlt(_localctx, 1);
|
|
952
|
+
{
|
|
953
|
+
setState(213);
|
|
954
|
+
match(WMS_SYMBOL);
|
|
955
|
+
setState(214);
|
|
956
|
+
match(STYLE_SYMBOL);
|
|
957
|
+
setState(215);
|
|
958
|
+
identifier();
|
|
959
|
+
setState(216);
|
|
960
|
+
match(OPAR_SYMBOL);
|
|
961
|
+
setState(219);
|
|
962
|
+
_errHandler.sync(this);
|
|
963
|
+
_la = _input.LA(1);
|
|
964
|
+
if (_la==SLD_SYMBOL) {
|
|
965
|
+
{
|
|
966
|
+
setState(217);
|
|
967
|
+
match(SLD_SYMBOL);
|
|
968
|
+
setState(218);
|
|
969
|
+
text();
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
setState(222);
|
|
974
|
+
_errHandler.sync(this);
|
|
975
|
+
_la = _input.LA(1);
|
|
976
|
+
if (_la==COMMA_SYMBOL) {
|
|
977
|
+
{
|
|
978
|
+
setState(221);
|
|
979
|
+
match(COMMA_SYMBOL);
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
setState(225);
|
|
984
|
+
_errHandler.sync(this);
|
|
985
|
+
_la = _input.LA(1);
|
|
986
|
+
if (_la==GEOMETRY_TYPE_SYMBOL) {
|
|
987
|
+
{
|
|
988
|
+
setState(224);
|
|
989
|
+
sldCustomBody();
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
setState(227);
|
|
994
|
+
match(CPAR_SYMBOL);
|
|
995
|
+
setState(228);
|
|
996
|
+
match(SCOL_SYMBOL);
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
catch (RecognitionException re) {
|
|
1000
|
+
_localctx.exception = re;
|
|
1001
|
+
_errHandler.reportError(this, re);
|
|
1002
|
+
_errHandler.recover(this, re);
|
|
1003
|
+
}
|
|
1004
|
+
finally {
|
|
1005
|
+
exitRule();
|
|
1006
|
+
}
|
|
1007
|
+
return _localctx;
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1011
|
+
public static class CreateWmsLayerContext extends ParserRuleContext {
|
|
1012
|
+
public TerminalNode WMS_SYMBOL() { return getToken(GISGrammarParser.WMS_SYMBOL, 0); }
|
|
1013
|
+
public TerminalNode LAYER_SYMBOL() { return getToken(GISGrammarParser.LAYER_SYMBOL, 0); }
|
|
1014
|
+
public IdentifierContext identifier() {
|
|
1015
|
+
return getRuleContext(IdentifierContext.class,0);
|
|
1016
|
+
}
|
|
1017
|
+
public TerminalNode OPAR_SYMBOL() { return getToken(GISGrammarParser.OPAR_SYMBOL, 0); }
|
|
1018
|
+
public List<WmsSubLayerContext> wmsSubLayer() {
|
|
1019
|
+
return getRuleContexts(WmsSubLayerContext.class);
|
|
1020
|
+
}
|
|
1021
|
+
public WmsSubLayerContext wmsSubLayer(int i) {
|
|
1022
|
+
return getRuleContext(WmsSubLayerContext.class,i);
|
|
1023
|
+
}
|
|
1024
|
+
public TerminalNode CPAR_SYMBOL() { return getToken(GISGrammarParser.CPAR_SYMBOL, 0); }
|
|
1025
|
+
public TerminalNode SCOL_SYMBOL() { return getToken(GISGrammarParser.SCOL_SYMBOL, 0); }
|
|
1026
|
+
public TerminalNode AS_SYMBOL() { return getToken(GISGrammarParser.AS_SYMBOL, 0); }
|
|
1027
|
+
public TextContext text() {
|
|
1028
|
+
return getRuleContext(TextContext.class,0);
|
|
1029
|
+
}
|
|
1030
|
+
public List<TerminalNode> COMMA_SYMBOL() { return getTokens(GISGrammarParser.COMMA_SYMBOL); }
|
|
1031
|
+
public TerminalNode COMMA_SYMBOL(int i) {
|
|
1032
|
+
return getToken(GISGrammarParser.COMMA_SYMBOL, i);
|
|
1033
|
+
}
|
|
1034
|
+
public CreateWmsLayerContext(ParserRuleContext parent, int invokingState) {
|
|
1035
|
+
super(parent, invokingState);
|
|
1036
|
+
}
|
|
1037
|
+
@Override public int getRuleIndex() { return RULE_createWmsLayer; }
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
public final CreateWmsLayerContext createWmsLayer() throws RecognitionException {
|
|
1041
|
+
CreateWmsLayerContext _localctx = new CreateWmsLayerContext(_ctx, getState());
|
|
1042
|
+
enterRule(_localctx, 20, RULE_createWmsLayer);
|
|
1043
|
+
int _la;
|
|
1044
|
+
try {
|
|
1045
|
+
enterOuterAlt(_localctx, 1);
|
|
1046
|
+
{
|
|
1047
|
+
setState(230);
|
|
1048
|
+
match(WMS_SYMBOL);
|
|
1049
|
+
setState(231);
|
|
1050
|
+
match(LAYER_SYMBOL);
|
|
1051
|
+
setState(232);
|
|
1052
|
+
identifier();
|
|
1053
|
+
setState(235);
|
|
1054
|
+
_errHandler.sync(this);
|
|
1055
|
+
_la = _input.LA(1);
|
|
1056
|
+
if (_la==AS_SYMBOL) {
|
|
1057
|
+
{
|
|
1058
|
+
setState(233);
|
|
1059
|
+
match(AS_SYMBOL);
|
|
1060
|
+
setState(234);
|
|
1061
|
+
text();
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
setState(237);
|
|
1066
|
+
match(OPAR_SYMBOL);
|
|
1067
|
+
setState(238);
|
|
1068
|
+
wmsSubLayer();
|
|
1069
|
+
setState(243);
|
|
1070
|
+
_errHandler.sync(this);
|
|
1071
|
+
_la = _input.LA(1);
|
|
1072
|
+
while (_la==COMMA_SYMBOL) {
|
|
1073
|
+
{
|
|
1074
|
+
{
|
|
1075
|
+
setState(239);
|
|
1076
|
+
match(COMMA_SYMBOL);
|
|
1077
|
+
setState(240);
|
|
1078
|
+
wmsSubLayer();
|
|
1079
|
+
}
|
|
1080
|
+
}
|
|
1081
|
+
setState(245);
|
|
1082
|
+
_errHandler.sync(this);
|
|
1083
|
+
_la = _input.LA(1);
|
|
1084
|
+
}
|
|
1085
|
+
setState(246);
|
|
1086
|
+
match(CPAR_SYMBOL);
|
|
1087
|
+
setState(247);
|
|
1088
|
+
match(SCOL_SYMBOL);
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
catch (RecognitionException re) {
|
|
1092
|
+
_localctx.exception = re;
|
|
1093
|
+
_errHandler.reportError(this, re);
|
|
1094
|
+
_errHandler.recover(this, re);
|
|
1095
|
+
}
|
|
1096
|
+
finally {
|
|
1097
|
+
exitRule();
|
|
1098
|
+
}
|
|
1099
|
+
return _localctx;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1103
|
+
public static class WmsSubLayerContext extends ParserRuleContext {
|
|
1104
|
+
public List<IdentifierContext> identifier() {
|
|
1105
|
+
return getRuleContexts(IdentifierContext.class);
|
|
1106
|
+
}
|
|
1107
|
+
public IdentifierContext identifier(int i) {
|
|
1108
|
+
return getRuleContext(IdentifierContext.class,i);
|
|
1109
|
+
}
|
|
1110
|
+
public WmsUrlContext wmsUrl() {
|
|
1111
|
+
return getRuleContext(WmsUrlContext.class,0);
|
|
1112
|
+
}
|
|
1113
|
+
public WmsLayerNameContext wmsLayerName() {
|
|
1114
|
+
return getRuleContext(WmsLayerNameContext.class,0);
|
|
1115
|
+
}
|
|
1116
|
+
public WmsFormatNameContext wmsFormatName() {
|
|
1117
|
+
return getRuleContext(WmsFormatNameContext.class,0);
|
|
1118
|
+
}
|
|
1119
|
+
public WmsCrsContext wmsCrs() {
|
|
1120
|
+
return getRuleContext(WmsCrsContext.class,0);
|
|
1121
|
+
}
|
|
1122
|
+
public WmsStylesContext wmsStyles() {
|
|
1123
|
+
return getRuleContext(WmsStylesContext.class,0);
|
|
1124
|
+
}
|
|
1125
|
+
public WmsQueryableContext wmsQueryable() {
|
|
1126
|
+
return getRuleContext(WmsQueryableContext.class,0);
|
|
1127
|
+
}
|
|
1128
|
+
public WmsAttributionContext wmsAttribution() {
|
|
1129
|
+
return getRuleContext(WmsAttributionContext.class,0);
|
|
1130
|
+
}
|
|
1131
|
+
public WmsBboxGroupContext wmsBboxGroup() {
|
|
1132
|
+
return getRuleContext(WmsBboxGroupContext.class,0);
|
|
1133
|
+
}
|
|
1134
|
+
public WmsVersionContext wmsVersion() {
|
|
1135
|
+
return getRuleContext(WmsVersionContext.class,0);
|
|
1136
|
+
}
|
|
1137
|
+
public WmsSubLayerContext(ParserRuleContext parent, int invokingState) {
|
|
1138
|
+
super(parent, invokingState);
|
|
1139
|
+
}
|
|
1140
|
+
@Override public int getRuleIndex() { return RULE_wmsSubLayer; }
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
public final WmsSubLayerContext wmsSubLayer() throws RecognitionException {
|
|
1144
|
+
WmsSubLayerContext _localctx = new WmsSubLayerContext(_ctx, getState());
|
|
1145
|
+
enterRule(_localctx, 22, RULE_wmsSubLayer);
|
|
1146
|
+
try {
|
|
1147
|
+
setState(275);
|
|
1148
|
+
_errHandler.sync(this);
|
|
1149
|
+
switch (_input.LA(1)) {
|
|
1150
|
+
case IDENTIFIER:
|
|
1151
|
+
enterOuterAlt(_localctx, 1);
|
|
1152
|
+
{
|
|
1153
|
+
setState(249);
|
|
1154
|
+
identifier();
|
|
1155
|
+
setState(250);
|
|
1156
|
+
identifier();
|
|
1157
|
+
}
|
|
1158
|
+
break;
|
|
1159
|
+
case URL_WMS_SYMBOL:
|
|
1160
|
+
enterOuterAlt(_localctx, 2);
|
|
1161
|
+
{
|
|
1162
|
+
{
|
|
1163
|
+
setState(252);
|
|
1164
|
+
wmsUrl();
|
|
1165
|
+
setState(253);
|
|
1166
|
+
wmsLayerName();
|
|
1167
|
+
setState(255);
|
|
1168
|
+
_errHandler.sync(this);
|
|
1169
|
+
switch ( getInterpreter().adaptivePredict(_input,24,_ctx) ) {
|
|
1170
|
+
case 1:
|
|
1171
|
+
{
|
|
1172
|
+
setState(254);
|
|
1173
|
+
wmsFormatName();
|
|
1174
|
+
}
|
|
1175
|
+
break;
|
|
1176
|
+
}
|
|
1177
|
+
setState(258);
|
|
1178
|
+
_errHandler.sync(this);
|
|
1179
|
+
switch ( getInterpreter().adaptivePredict(_input,25,_ctx) ) {
|
|
1180
|
+
case 1:
|
|
1181
|
+
{
|
|
1182
|
+
setState(257);
|
|
1183
|
+
wmsCrs();
|
|
1184
|
+
}
|
|
1185
|
+
break;
|
|
1186
|
+
}
|
|
1187
|
+
setState(261);
|
|
1188
|
+
_errHandler.sync(this);
|
|
1189
|
+
switch ( getInterpreter().adaptivePredict(_input,26,_ctx) ) {
|
|
1190
|
+
case 1:
|
|
1191
|
+
{
|
|
1192
|
+
setState(260);
|
|
1193
|
+
wmsStyles();
|
|
1194
|
+
}
|
|
1195
|
+
break;
|
|
1196
|
+
}
|
|
1197
|
+
setState(264);
|
|
1198
|
+
_errHandler.sync(this);
|
|
1199
|
+
switch ( getInterpreter().adaptivePredict(_input,27,_ctx) ) {
|
|
1200
|
+
case 1:
|
|
1201
|
+
{
|
|
1202
|
+
setState(263);
|
|
1203
|
+
wmsQueryable();
|
|
1204
|
+
}
|
|
1205
|
+
break;
|
|
1206
|
+
}
|
|
1207
|
+
setState(267);
|
|
1208
|
+
_errHandler.sync(this);
|
|
1209
|
+
switch ( getInterpreter().adaptivePredict(_input,28,_ctx) ) {
|
|
1210
|
+
case 1:
|
|
1211
|
+
{
|
|
1212
|
+
setState(266);
|
|
1213
|
+
wmsAttribution();
|
|
1214
|
+
}
|
|
1215
|
+
break;
|
|
1216
|
+
}
|
|
1217
|
+
setState(270);
|
|
1218
|
+
_errHandler.sync(this);
|
|
1219
|
+
switch ( getInterpreter().adaptivePredict(_input,29,_ctx) ) {
|
|
1220
|
+
case 1:
|
|
1221
|
+
{
|
|
1222
|
+
setState(269);
|
|
1223
|
+
wmsBboxGroup();
|
|
1224
|
+
}
|
|
1225
|
+
break;
|
|
1226
|
+
}
|
|
1227
|
+
setState(273);
|
|
1228
|
+
_errHandler.sync(this);
|
|
1229
|
+
switch ( getInterpreter().adaptivePredict(_input,30,_ctx) ) {
|
|
1230
|
+
case 1:
|
|
1231
|
+
{
|
|
1232
|
+
setState(272);
|
|
1233
|
+
wmsVersion();
|
|
1234
|
+
}
|
|
1235
|
+
break;
|
|
1236
|
+
}
|
|
1237
|
+
}
|
|
1238
|
+
}
|
|
1239
|
+
break;
|
|
1240
|
+
default:
|
|
1241
|
+
throw new NoViableAltException(this);
|
|
1242
|
+
}
|
|
1243
|
+
}
|
|
1244
|
+
catch (RecognitionException re) {
|
|
1245
|
+
_localctx.exception = re;
|
|
1246
|
+
_errHandler.reportError(this, re);
|
|
1247
|
+
_errHandler.recover(this, re);
|
|
1248
|
+
}
|
|
1249
|
+
finally {
|
|
1250
|
+
exitRule();
|
|
1251
|
+
}
|
|
1252
|
+
return _localctx;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1256
|
+
public static class WmsUrlContext extends ParserRuleContext {
|
|
1257
|
+
public TerminalNode URL_WMS_SYMBOL() { return getToken(GISGrammarParser.URL_WMS_SYMBOL, 0); }
|
|
1258
|
+
public TextContext text() {
|
|
1259
|
+
return getRuleContext(TextContext.class,0);
|
|
1260
|
+
}
|
|
1261
|
+
public WmsUrlContext(ParserRuleContext parent, int invokingState) {
|
|
1262
|
+
super(parent, invokingState);
|
|
1263
|
+
}
|
|
1264
|
+
@Override public int getRuleIndex() { return RULE_wmsUrl; }
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
public final WmsUrlContext wmsUrl() throws RecognitionException {
|
|
1268
|
+
WmsUrlContext _localctx = new WmsUrlContext(_ctx, getState());
|
|
1269
|
+
enterRule(_localctx, 24, RULE_wmsUrl);
|
|
1270
|
+
try {
|
|
1271
|
+
enterOuterAlt(_localctx, 1);
|
|
1272
|
+
{
|
|
1273
|
+
setState(277);
|
|
1274
|
+
match(URL_WMS_SYMBOL);
|
|
1275
|
+
setState(278);
|
|
1276
|
+
text();
|
|
1277
|
+
}
|
|
1278
|
+
}
|
|
1279
|
+
catch (RecognitionException re) {
|
|
1280
|
+
_localctx.exception = re;
|
|
1281
|
+
_errHandler.reportError(this, re);
|
|
1282
|
+
_errHandler.recover(this, re);
|
|
1283
|
+
}
|
|
1284
|
+
finally {
|
|
1285
|
+
exitRule();
|
|
1286
|
+
}
|
|
1287
|
+
return _localctx;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1291
|
+
public static class WmsLayerNameContext extends ParserRuleContext {
|
|
1292
|
+
public TerminalNode COMMA_SYMBOL() { return getToken(GISGrammarParser.COMMA_SYMBOL, 0); }
|
|
1293
|
+
public TerminalNode LAYERNAME_SYMBOL() { return getToken(GISGrammarParser.LAYERNAME_SYMBOL, 0); }
|
|
1294
|
+
public TextContext text() {
|
|
1295
|
+
return getRuleContext(TextContext.class,0);
|
|
1296
|
+
}
|
|
1297
|
+
public WmsLayerNameContext(ParserRuleContext parent, int invokingState) {
|
|
1298
|
+
super(parent, invokingState);
|
|
1299
|
+
}
|
|
1300
|
+
@Override public int getRuleIndex() { return RULE_wmsLayerName; }
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
public final WmsLayerNameContext wmsLayerName() throws RecognitionException {
|
|
1304
|
+
WmsLayerNameContext _localctx = new WmsLayerNameContext(_ctx, getState());
|
|
1305
|
+
enterRule(_localctx, 26, RULE_wmsLayerName);
|
|
1306
|
+
try {
|
|
1307
|
+
enterOuterAlt(_localctx, 1);
|
|
1308
|
+
{
|
|
1309
|
+
setState(280);
|
|
1310
|
+
match(COMMA_SYMBOL);
|
|
1311
|
+
setState(281);
|
|
1312
|
+
match(LAYERNAME_SYMBOL);
|
|
1313
|
+
setState(282);
|
|
1314
|
+
text();
|
|
1315
|
+
}
|
|
1316
|
+
}
|
|
1317
|
+
catch (RecognitionException re) {
|
|
1318
|
+
_localctx.exception = re;
|
|
1319
|
+
_errHandler.reportError(this, re);
|
|
1320
|
+
_errHandler.recover(this, re);
|
|
1321
|
+
}
|
|
1322
|
+
finally {
|
|
1323
|
+
exitRule();
|
|
1324
|
+
}
|
|
1325
|
+
return _localctx;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1329
|
+
public static class WmsFormatNameContext extends ParserRuleContext {
|
|
1330
|
+
public TerminalNode COMMA_SYMBOL() { return getToken(GISGrammarParser.COMMA_SYMBOL, 0); }
|
|
1331
|
+
public TerminalNode FORMAT_SYMBOL() { return getToken(GISGrammarParser.FORMAT_SYMBOL, 0); }
|
|
1332
|
+
public TextContext text() {
|
|
1333
|
+
return getRuleContext(TextContext.class,0);
|
|
1334
|
+
}
|
|
1335
|
+
public WmsFormatNameContext(ParserRuleContext parent, int invokingState) {
|
|
1336
|
+
super(parent, invokingState);
|
|
1337
|
+
}
|
|
1338
|
+
@Override public int getRuleIndex() { return RULE_wmsFormatName; }
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
public final WmsFormatNameContext wmsFormatName() throws RecognitionException {
|
|
1342
|
+
WmsFormatNameContext _localctx = new WmsFormatNameContext(_ctx, getState());
|
|
1343
|
+
enterRule(_localctx, 28, RULE_wmsFormatName);
|
|
1344
|
+
try {
|
|
1345
|
+
enterOuterAlt(_localctx, 1);
|
|
1346
|
+
{
|
|
1347
|
+
setState(284);
|
|
1348
|
+
match(COMMA_SYMBOL);
|
|
1349
|
+
setState(285);
|
|
1350
|
+
match(FORMAT_SYMBOL);
|
|
1351
|
+
setState(286);
|
|
1352
|
+
text();
|
|
1353
|
+
}
|
|
1354
|
+
}
|
|
1355
|
+
catch (RecognitionException re) {
|
|
1356
|
+
_localctx.exception = re;
|
|
1357
|
+
_errHandler.reportError(this, re);
|
|
1358
|
+
_errHandler.recover(this, re);
|
|
1359
|
+
}
|
|
1360
|
+
finally {
|
|
1361
|
+
exitRule();
|
|
1362
|
+
}
|
|
1363
|
+
return _localctx;
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1366
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1367
|
+
public static class WmsCrsContext extends ParserRuleContext {
|
|
1368
|
+
public TerminalNode COMMA_SYMBOL() { return getToken(GISGrammarParser.COMMA_SYMBOL, 0); }
|
|
1369
|
+
public TerminalNode CRS_SYMBOL() { return getToken(GISGrammarParser.CRS_SYMBOL, 0); }
|
|
1370
|
+
public TextContext text() {
|
|
1371
|
+
return getRuleContext(TextContext.class,0);
|
|
1372
|
+
}
|
|
1373
|
+
public WmsCrsContext(ParserRuleContext parent, int invokingState) {
|
|
1374
|
+
super(parent, invokingState);
|
|
1375
|
+
}
|
|
1376
|
+
@Override public int getRuleIndex() { return RULE_wmsCrs; }
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
public final WmsCrsContext wmsCrs() throws RecognitionException {
|
|
1380
|
+
WmsCrsContext _localctx = new WmsCrsContext(_ctx, getState());
|
|
1381
|
+
enterRule(_localctx, 30, RULE_wmsCrs);
|
|
1382
|
+
try {
|
|
1383
|
+
enterOuterAlt(_localctx, 1);
|
|
1384
|
+
{
|
|
1385
|
+
setState(288);
|
|
1386
|
+
match(COMMA_SYMBOL);
|
|
1387
|
+
setState(289);
|
|
1388
|
+
match(CRS_SYMBOL);
|
|
1389
|
+
setState(290);
|
|
1390
|
+
text();
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
catch (RecognitionException re) {
|
|
1394
|
+
_localctx.exception = re;
|
|
1395
|
+
_errHandler.reportError(this, re);
|
|
1396
|
+
_errHandler.recover(this, re);
|
|
1397
|
+
}
|
|
1398
|
+
finally {
|
|
1399
|
+
exitRule();
|
|
1400
|
+
}
|
|
1401
|
+
return _localctx;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1405
|
+
public static class WmsBboxCrsContext extends ParserRuleContext {
|
|
1406
|
+
public TerminalNode COMMA_SYMBOL() { return getToken(GISGrammarParser.COMMA_SYMBOL, 0); }
|
|
1407
|
+
public TerminalNode BBOX_CRS_SYMBOL() { return getToken(GISGrammarParser.BBOX_CRS_SYMBOL, 0); }
|
|
1408
|
+
public TextContext text() {
|
|
1409
|
+
return getRuleContext(TextContext.class,0);
|
|
1410
|
+
}
|
|
1411
|
+
public WmsBboxCrsContext(ParserRuleContext parent, int invokingState) {
|
|
1412
|
+
super(parent, invokingState);
|
|
1413
|
+
}
|
|
1414
|
+
@Override public int getRuleIndex() { return RULE_wmsBboxCrs; }
|
|
1415
|
+
}
|
|
1416
|
+
|
|
1417
|
+
public final WmsBboxCrsContext wmsBboxCrs() throws RecognitionException {
|
|
1418
|
+
WmsBboxCrsContext _localctx = new WmsBboxCrsContext(_ctx, getState());
|
|
1419
|
+
enterRule(_localctx, 32, RULE_wmsBboxCrs);
|
|
1420
|
+
try {
|
|
1421
|
+
enterOuterAlt(_localctx, 1);
|
|
1422
|
+
{
|
|
1423
|
+
setState(292);
|
|
1424
|
+
match(COMMA_SYMBOL);
|
|
1425
|
+
setState(293);
|
|
1426
|
+
match(BBOX_CRS_SYMBOL);
|
|
1427
|
+
setState(294);
|
|
1428
|
+
text();
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
catch (RecognitionException re) {
|
|
1432
|
+
_localctx.exception = re;
|
|
1433
|
+
_errHandler.reportError(this, re);
|
|
1434
|
+
_errHandler.recover(this, re);
|
|
1435
|
+
}
|
|
1436
|
+
finally {
|
|
1437
|
+
exitRule();
|
|
1438
|
+
}
|
|
1439
|
+
return _localctx;
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1443
|
+
public static class WmsMinXContext extends ParserRuleContext {
|
|
1444
|
+
public TerminalNode COMMA_SYMBOL() { return getToken(GISGrammarParser.COMMA_SYMBOL, 0); }
|
|
1445
|
+
public TerminalNode MINX_SYMBOL() { return getToken(GISGrammarParser.MINX_SYMBOL, 0); }
|
|
1446
|
+
public FloatNumberContext floatNumber() {
|
|
1447
|
+
return getRuleContext(FloatNumberContext.class,0);
|
|
1448
|
+
}
|
|
1449
|
+
public WmsMinXContext(ParserRuleContext parent, int invokingState) {
|
|
1450
|
+
super(parent, invokingState);
|
|
1451
|
+
}
|
|
1452
|
+
@Override public int getRuleIndex() { return RULE_wmsMinX; }
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
public final WmsMinXContext wmsMinX() throws RecognitionException {
|
|
1456
|
+
WmsMinXContext _localctx = new WmsMinXContext(_ctx, getState());
|
|
1457
|
+
enterRule(_localctx, 34, RULE_wmsMinX);
|
|
1458
|
+
try {
|
|
1459
|
+
enterOuterAlt(_localctx, 1);
|
|
1460
|
+
{
|
|
1461
|
+
setState(296);
|
|
1462
|
+
match(COMMA_SYMBOL);
|
|
1463
|
+
setState(297);
|
|
1464
|
+
match(MINX_SYMBOL);
|
|
1465
|
+
setState(298);
|
|
1466
|
+
floatNumber();
|
|
1467
|
+
}
|
|
1468
|
+
}
|
|
1469
|
+
catch (RecognitionException re) {
|
|
1470
|
+
_localctx.exception = re;
|
|
1471
|
+
_errHandler.reportError(this, re);
|
|
1472
|
+
_errHandler.recover(this, re);
|
|
1473
|
+
}
|
|
1474
|
+
finally {
|
|
1475
|
+
exitRule();
|
|
1476
|
+
}
|
|
1477
|
+
return _localctx;
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1481
|
+
public static class WmsMinYContext extends ParserRuleContext {
|
|
1482
|
+
public TerminalNode COMMA_SYMBOL() { return getToken(GISGrammarParser.COMMA_SYMBOL, 0); }
|
|
1483
|
+
public TerminalNode MINY_SYMBOL() { return getToken(GISGrammarParser.MINY_SYMBOL, 0); }
|
|
1484
|
+
public FloatNumberContext floatNumber() {
|
|
1485
|
+
return getRuleContext(FloatNumberContext.class,0);
|
|
1486
|
+
}
|
|
1487
|
+
public WmsMinYContext(ParserRuleContext parent, int invokingState) {
|
|
1488
|
+
super(parent, invokingState);
|
|
1489
|
+
}
|
|
1490
|
+
@Override public int getRuleIndex() { return RULE_wmsMinY; }
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
public final WmsMinYContext wmsMinY() throws RecognitionException {
|
|
1494
|
+
WmsMinYContext _localctx = new WmsMinYContext(_ctx, getState());
|
|
1495
|
+
enterRule(_localctx, 36, RULE_wmsMinY);
|
|
1496
|
+
try {
|
|
1497
|
+
enterOuterAlt(_localctx, 1);
|
|
1498
|
+
{
|
|
1499
|
+
setState(300);
|
|
1500
|
+
match(COMMA_SYMBOL);
|
|
1501
|
+
setState(301);
|
|
1502
|
+
match(MINY_SYMBOL);
|
|
1503
|
+
setState(302);
|
|
1504
|
+
floatNumber();
|
|
1505
|
+
}
|
|
1506
|
+
}
|
|
1507
|
+
catch (RecognitionException re) {
|
|
1508
|
+
_localctx.exception = re;
|
|
1509
|
+
_errHandler.reportError(this, re);
|
|
1510
|
+
_errHandler.recover(this, re);
|
|
1511
|
+
}
|
|
1512
|
+
finally {
|
|
1513
|
+
exitRule();
|
|
1514
|
+
}
|
|
1515
|
+
return _localctx;
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1518
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1519
|
+
public static class WmsMaxXContext extends ParserRuleContext {
|
|
1520
|
+
public TerminalNode COMMA_SYMBOL() { return getToken(GISGrammarParser.COMMA_SYMBOL, 0); }
|
|
1521
|
+
public TerminalNode MAXX_SYMBOL() { return getToken(GISGrammarParser.MAXX_SYMBOL, 0); }
|
|
1522
|
+
public FloatNumberContext floatNumber() {
|
|
1523
|
+
return getRuleContext(FloatNumberContext.class,0);
|
|
1524
|
+
}
|
|
1525
|
+
public WmsMaxXContext(ParserRuleContext parent, int invokingState) {
|
|
1526
|
+
super(parent, invokingState);
|
|
1527
|
+
}
|
|
1528
|
+
@Override public int getRuleIndex() { return RULE_wmsMaxX; }
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
public final WmsMaxXContext wmsMaxX() throws RecognitionException {
|
|
1532
|
+
WmsMaxXContext _localctx = new WmsMaxXContext(_ctx, getState());
|
|
1533
|
+
enterRule(_localctx, 38, RULE_wmsMaxX);
|
|
1534
|
+
try {
|
|
1535
|
+
enterOuterAlt(_localctx, 1);
|
|
1536
|
+
{
|
|
1537
|
+
setState(304);
|
|
1538
|
+
match(COMMA_SYMBOL);
|
|
1539
|
+
setState(305);
|
|
1540
|
+
match(MAXX_SYMBOL);
|
|
1541
|
+
setState(306);
|
|
1542
|
+
floatNumber();
|
|
1543
|
+
}
|
|
1544
|
+
}
|
|
1545
|
+
catch (RecognitionException re) {
|
|
1546
|
+
_localctx.exception = re;
|
|
1547
|
+
_errHandler.reportError(this, re);
|
|
1548
|
+
_errHandler.recover(this, re);
|
|
1549
|
+
}
|
|
1550
|
+
finally {
|
|
1551
|
+
exitRule();
|
|
1552
|
+
}
|
|
1553
|
+
return _localctx;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1557
|
+
public static class WmsMaxYContext extends ParserRuleContext {
|
|
1558
|
+
public TerminalNode COMMA_SYMBOL() { return getToken(GISGrammarParser.COMMA_SYMBOL, 0); }
|
|
1559
|
+
public TerminalNode MAXY_SYMBOL() { return getToken(GISGrammarParser.MAXY_SYMBOL, 0); }
|
|
1560
|
+
public FloatNumberContext floatNumber() {
|
|
1561
|
+
return getRuleContext(FloatNumberContext.class,0);
|
|
1562
|
+
}
|
|
1563
|
+
public WmsMaxYContext(ParserRuleContext parent, int invokingState) {
|
|
1564
|
+
super(parent, invokingState);
|
|
1565
|
+
}
|
|
1566
|
+
@Override public int getRuleIndex() { return RULE_wmsMaxY; }
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1569
|
+
public final WmsMaxYContext wmsMaxY() throws RecognitionException {
|
|
1570
|
+
WmsMaxYContext _localctx = new WmsMaxYContext(_ctx, getState());
|
|
1571
|
+
enterRule(_localctx, 40, RULE_wmsMaxY);
|
|
1572
|
+
try {
|
|
1573
|
+
enterOuterAlt(_localctx, 1);
|
|
1574
|
+
{
|
|
1575
|
+
setState(308);
|
|
1576
|
+
match(COMMA_SYMBOL);
|
|
1577
|
+
setState(309);
|
|
1578
|
+
match(MAXY_SYMBOL);
|
|
1579
|
+
setState(310);
|
|
1580
|
+
floatNumber();
|
|
1581
|
+
}
|
|
1582
|
+
}
|
|
1583
|
+
catch (RecognitionException re) {
|
|
1584
|
+
_localctx.exception = re;
|
|
1585
|
+
_errHandler.reportError(this, re);
|
|
1586
|
+
_errHandler.recover(this, re);
|
|
1587
|
+
}
|
|
1588
|
+
finally {
|
|
1589
|
+
exitRule();
|
|
1590
|
+
}
|
|
1591
|
+
return _localctx;
|
|
1592
|
+
}
|
|
1593
|
+
|
|
1594
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1595
|
+
public static class WmsBboxGroupContext extends ParserRuleContext {
|
|
1596
|
+
public WmsBboxCrsContext wmsBboxCrs() {
|
|
1597
|
+
return getRuleContext(WmsBboxCrsContext.class,0);
|
|
1598
|
+
}
|
|
1599
|
+
public WmsMinXContext wmsMinX() {
|
|
1600
|
+
return getRuleContext(WmsMinXContext.class,0);
|
|
1601
|
+
}
|
|
1602
|
+
public WmsMinYContext wmsMinY() {
|
|
1603
|
+
return getRuleContext(WmsMinYContext.class,0);
|
|
1604
|
+
}
|
|
1605
|
+
public WmsMaxXContext wmsMaxX() {
|
|
1606
|
+
return getRuleContext(WmsMaxXContext.class,0);
|
|
1607
|
+
}
|
|
1608
|
+
public WmsMaxYContext wmsMaxY() {
|
|
1609
|
+
return getRuleContext(WmsMaxYContext.class,0);
|
|
1610
|
+
}
|
|
1611
|
+
public WmsBboxGroupContext(ParserRuleContext parent, int invokingState) {
|
|
1612
|
+
super(parent, invokingState);
|
|
1613
|
+
}
|
|
1614
|
+
@Override public int getRuleIndex() { return RULE_wmsBboxGroup; }
|
|
1615
|
+
}
|
|
1616
|
+
|
|
1617
|
+
public final WmsBboxGroupContext wmsBboxGroup() throws RecognitionException {
|
|
1618
|
+
WmsBboxGroupContext _localctx = new WmsBboxGroupContext(_ctx, getState());
|
|
1619
|
+
enterRule(_localctx, 42, RULE_wmsBboxGroup);
|
|
1620
|
+
try {
|
|
1621
|
+
enterOuterAlt(_localctx, 1);
|
|
1622
|
+
{
|
|
1623
|
+
setState(312);
|
|
1624
|
+
wmsBboxCrs();
|
|
1625
|
+
setState(313);
|
|
1626
|
+
wmsMinX();
|
|
1627
|
+
setState(314);
|
|
1628
|
+
wmsMinY();
|
|
1629
|
+
setState(315);
|
|
1630
|
+
wmsMaxX();
|
|
1631
|
+
setState(316);
|
|
1632
|
+
wmsMaxY();
|
|
1633
|
+
}
|
|
1634
|
+
}
|
|
1635
|
+
catch (RecognitionException re) {
|
|
1636
|
+
_localctx.exception = re;
|
|
1637
|
+
_errHandler.reportError(this, re);
|
|
1638
|
+
_errHandler.recover(this, re);
|
|
1639
|
+
}
|
|
1640
|
+
finally {
|
|
1641
|
+
exitRule();
|
|
1642
|
+
}
|
|
1643
|
+
return _localctx;
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1647
|
+
public static class WmsStylesContext extends ParserRuleContext {
|
|
1648
|
+
public TerminalNode COMMA_SYMBOL() { return getToken(GISGrammarParser.COMMA_SYMBOL, 0); }
|
|
1649
|
+
public TerminalNode STYLE_SYMBOL() { return getToken(GISGrammarParser.STYLE_SYMBOL, 0); }
|
|
1650
|
+
public TextContext text() {
|
|
1651
|
+
return getRuleContext(TextContext.class,0);
|
|
1652
|
+
}
|
|
1653
|
+
public WmsStylesContext(ParserRuleContext parent, int invokingState) {
|
|
1654
|
+
super(parent, invokingState);
|
|
1655
|
+
}
|
|
1656
|
+
@Override public int getRuleIndex() { return RULE_wmsStyles; }
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
public final WmsStylesContext wmsStyles() throws RecognitionException {
|
|
1660
|
+
WmsStylesContext _localctx = new WmsStylesContext(_ctx, getState());
|
|
1661
|
+
enterRule(_localctx, 44, RULE_wmsStyles);
|
|
1662
|
+
try {
|
|
1663
|
+
enterOuterAlt(_localctx, 1);
|
|
1664
|
+
{
|
|
1665
|
+
setState(318);
|
|
1666
|
+
match(COMMA_SYMBOL);
|
|
1667
|
+
setState(319);
|
|
1668
|
+
match(STYLE_SYMBOL);
|
|
1669
|
+
setState(320);
|
|
1670
|
+
text();
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
catch (RecognitionException re) {
|
|
1674
|
+
_localctx.exception = re;
|
|
1675
|
+
_errHandler.reportError(this, re);
|
|
1676
|
+
_errHandler.recover(this, re);
|
|
1677
|
+
}
|
|
1678
|
+
finally {
|
|
1679
|
+
exitRule();
|
|
1680
|
+
}
|
|
1681
|
+
return _localctx;
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1685
|
+
public static class WmsQueryableContext extends ParserRuleContext {
|
|
1686
|
+
public TerminalNode COMMA_SYMBOL() { return getToken(GISGrammarParser.COMMA_SYMBOL, 0); }
|
|
1687
|
+
public TerminalNode QUERYABLE_SYMBOL() { return getToken(GISGrammarParser.QUERYABLE_SYMBOL, 0); }
|
|
1688
|
+
public TextContext text() {
|
|
1689
|
+
return getRuleContext(TextContext.class,0);
|
|
1690
|
+
}
|
|
1691
|
+
public WmsQueryableContext(ParserRuleContext parent, int invokingState) {
|
|
1692
|
+
super(parent, invokingState);
|
|
1693
|
+
}
|
|
1694
|
+
@Override public int getRuleIndex() { return RULE_wmsQueryable; }
|
|
1695
|
+
}
|
|
1696
|
+
|
|
1697
|
+
public final WmsQueryableContext wmsQueryable() throws RecognitionException {
|
|
1698
|
+
WmsQueryableContext _localctx = new WmsQueryableContext(_ctx, getState());
|
|
1699
|
+
enterRule(_localctx, 46, RULE_wmsQueryable);
|
|
1700
|
+
try {
|
|
1701
|
+
enterOuterAlt(_localctx, 1);
|
|
1702
|
+
{
|
|
1703
|
+
setState(322);
|
|
1704
|
+
match(COMMA_SYMBOL);
|
|
1705
|
+
setState(323);
|
|
1706
|
+
match(QUERYABLE_SYMBOL);
|
|
1707
|
+
setState(324);
|
|
1708
|
+
text();
|
|
1709
|
+
}
|
|
1710
|
+
}
|
|
1711
|
+
catch (RecognitionException re) {
|
|
1712
|
+
_localctx.exception = re;
|
|
1713
|
+
_errHandler.reportError(this, re);
|
|
1714
|
+
_errHandler.recover(this, re);
|
|
1715
|
+
}
|
|
1716
|
+
finally {
|
|
1717
|
+
exitRule();
|
|
1718
|
+
}
|
|
1719
|
+
return _localctx;
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1723
|
+
public static class WmsAttributionContext extends ParserRuleContext {
|
|
1724
|
+
public TerminalNode COMMA_SYMBOL() { return getToken(GISGrammarParser.COMMA_SYMBOL, 0); }
|
|
1725
|
+
public TerminalNode ATTRIBUTION_SYMBOL() { return getToken(GISGrammarParser.ATTRIBUTION_SYMBOL, 0); }
|
|
1726
|
+
public TextContext text() {
|
|
1727
|
+
return getRuleContext(TextContext.class,0);
|
|
1728
|
+
}
|
|
1729
|
+
public WmsAttributionContext(ParserRuleContext parent, int invokingState) {
|
|
1730
|
+
super(parent, invokingState);
|
|
1731
|
+
}
|
|
1732
|
+
@Override public int getRuleIndex() { return RULE_wmsAttribution; }
|
|
1733
|
+
}
|
|
1734
|
+
|
|
1735
|
+
public final WmsAttributionContext wmsAttribution() throws RecognitionException {
|
|
1736
|
+
WmsAttributionContext _localctx = new WmsAttributionContext(_ctx, getState());
|
|
1737
|
+
enterRule(_localctx, 48, RULE_wmsAttribution);
|
|
1738
|
+
try {
|
|
1739
|
+
enterOuterAlt(_localctx, 1);
|
|
1740
|
+
{
|
|
1741
|
+
setState(326);
|
|
1742
|
+
match(COMMA_SYMBOL);
|
|
1743
|
+
setState(327);
|
|
1744
|
+
match(ATTRIBUTION_SYMBOL);
|
|
1745
|
+
setState(328);
|
|
1746
|
+
text();
|
|
1747
|
+
}
|
|
1748
|
+
}
|
|
1749
|
+
catch (RecognitionException re) {
|
|
1750
|
+
_localctx.exception = re;
|
|
1751
|
+
_errHandler.reportError(this, re);
|
|
1752
|
+
_errHandler.recover(this, re);
|
|
1753
|
+
}
|
|
1754
|
+
finally {
|
|
1755
|
+
exitRule();
|
|
1756
|
+
}
|
|
1757
|
+
return _localctx;
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1761
|
+
public static class WmsVersionContext extends ParserRuleContext {
|
|
1762
|
+
public TerminalNode COMMA_SYMBOL() { return getToken(GISGrammarParser.COMMA_SYMBOL, 0); }
|
|
1763
|
+
public TerminalNode VERSION_SYMBOL() { return getToken(GISGrammarParser.VERSION_SYMBOL, 0); }
|
|
1764
|
+
public TextContext text() {
|
|
1765
|
+
return getRuleContext(TextContext.class,0);
|
|
1766
|
+
}
|
|
1767
|
+
public WmsVersionContext(ParserRuleContext parent, int invokingState) {
|
|
1768
|
+
super(parent, invokingState);
|
|
1769
|
+
}
|
|
1770
|
+
@Override public int getRuleIndex() { return RULE_wmsVersion; }
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
public final WmsVersionContext wmsVersion() throws RecognitionException {
|
|
1774
|
+
WmsVersionContext _localctx = new WmsVersionContext(_ctx, getState());
|
|
1775
|
+
enterRule(_localctx, 50, RULE_wmsVersion);
|
|
1776
|
+
try {
|
|
1777
|
+
enterOuterAlt(_localctx, 1);
|
|
1778
|
+
{
|
|
1779
|
+
setState(330);
|
|
1780
|
+
match(COMMA_SYMBOL);
|
|
1781
|
+
setState(331);
|
|
1782
|
+
match(VERSION_SYMBOL);
|
|
1783
|
+
setState(332);
|
|
1784
|
+
text();
|
|
1785
|
+
}
|
|
1786
|
+
}
|
|
1787
|
+
catch (RecognitionException re) {
|
|
1788
|
+
_localctx.exception = re;
|
|
1789
|
+
_errHandler.reportError(this, re);
|
|
1790
|
+
_errHandler.recover(this, re);
|
|
1791
|
+
}
|
|
1792
|
+
finally {
|
|
1793
|
+
exitRule();
|
|
1794
|
+
}
|
|
1795
|
+
return _localctx;
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1799
|
+
public static class CreateSortableMapContext extends ParserRuleContext {
|
|
1800
|
+
public TerminalNode SORTABLE_SYMBOL() { return getToken(GISGrammarParser.SORTABLE_SYMBOL, 0); }
|
|
1801
|
+
public CreateMapContext createMap() {
|
|
1802
|
+
return getRuleContext(CreateMapContext.class,0);
|
|
1803
|
+
}
|
|
1804
|
+
public CreateSortableMapContext(ParserRuleContext parent, int invokingState) {
|
|
1805
|
+
super(parent, invokingState);
|
|
1806
|
+
}
|
|
1807
|
+
@Override public int getRuleIndex() { return RULE_createSortableMap; }
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
public final CreateSortableMapContext createSortableMap() throws RecognitionException {
|
|
1811
|
+
CreateSortableMapContext _localctx = new CreateSortableMapContext(_ctx, getState());
|
|
1812
|
+
enterRule(_localctx, 52, RULE_createSortableMap);
|
|
1813
|
+
try {
|
|
1814
|
+
enterOuterAlt(_localctx, 1);
|
|
1815
|
+
{
|
|
1816
|
+
setState(334);
|
|
1817
|
+
match(SORTABLE_SYMBOL);
|
|
1818
|
+
setState(335);
|
|
1819
|
+
createMap();
|
|
1820
|
+
}
|
|
1821
|
+
}
|
|
1822
|
+
catch (RecognitionException re) {
|
|
1823
|
+
_localctx.exception = re;
|
|
1824
|
+
_errHandler.reportError(this, re);
|
|
1825
|
+
_errHandler.recover(this, re);
|
|
1826
|
+
}
|
|
1827
|
+
finally {
|
|
1828
|
+
exitRule();
|
|
1829
|
+
}
|
|
1830
|
+
return _localctx;
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1834
|
+
public static class CreateMapContext extends ParserRuleContext {
|
|
1835
|
+
public TerminalNode MAP_SYMBOL() { return getToken(GISGrammarParser.MAP_SYMBOL, 0); }
|
|
1836
|
+
public IdentifierContext identifier() {
|
|
1837
|
+
return getRuleContext(IdentifierContext.class,0);
|
|
1838
|
+
}
|
|
1839
|
+
public TerminalNode OPAR_SYMBOL() { return getToken(GISGrammarParser.OPAR_SYMBOL, 0); }
|
|
1840
|
+
public List<MapLayerContext> mapLayer() {
|
|
1841
|
+
return getRuleContexts(MapLayerContext.class);
|
|
1842
|
+
}
|
|
1843
|
+
public MapLayerContext mapLayer(int i) {
|
|
1844
|
+
return getRuleContext(MapLayerContext.class,i);
|
|
1845
|
+
}
|
|
1846
|
+
public TerminalNode CPAR_SYMBOL() { return getToken(GISGrammarParser.CPAR_SYMBOL, 0); }
|
|
1847
|
+
public TerminalNode SCOL_SYMBOL() { return getToken(GISGrammarParser.SCOL_SYMBOL, 0); }
|
|
1848
|
+
public TerminalNode AS_SYMBOL() { return getToken(GISGrammarParser.AS_SYMBOL, 0); }
|
|
1849
|
+
public TextContext text() {
|
|
1850
|
+
return getRuleContext(TextContext.class,0);
|
|
1851
|
+
}
|
|
1852
|
+
public List<TerminalNode> COMMA_SYMBOL() { return getTokens(GISGrammarParser.COMMA_SYMBOL); }
|
|
1853
|
+
public TerminalNode COMMA_SYMBOL(int i) {
|
|
1854
|
+
return getToken(GISGrammarParser.COMMA_SYMBOL, i);
|
|
1855
|
+
}
|
|
1856
|
+
public CreateMapContext(ParserRuleContext parent, int invokingState) {
|
|
1857
|
+
super(parent, invokingState);
|
|
1858
|
+
}
|
|
1859
|
+
@Override public int getRuleIndex() { return RULE_createMap; }
|
|
1860
|
+
}
|
|
1861
|
+
|
|
1862
|
+
public final CreateMapContext createMap() throws RecognitionException {
|
|
1863
|
+
CreateMapContext _localctx = new CreateMapContext(_ctx, getState());
|
|
1864
|
+
enterRule(_localctx, 54, RULE_createMap);
|
|
1865
|
+
int _la;
|
|
1866
|
+
try {
|
|
1867
|
+
enterOuterAlt(_localctx, 1);
|
|
1868
|
+
{
|
|
1869
|
+
setState(337);
|
|
1870
|
+
match(MAP_SYMBOL);
|
|
1871
|
+
setState(338);
|
|
1872
|
+
identifier();
|
|
1873
|
+
setState(341);
|
|
1874
|
+
_errHandler.sync(this);
|
|
1875
|
+
_la = _input.LA(1);
|
|
1876
|
+
if (_la==AS_SYMBOL) {
|
|
1877
|
+
{
|
|
1878
|
+
setState(339);
|
|
1879
|
+
match(AS_SYMBOL);
|
|
1880
|
+
setState(340);
|
|
1881
|
+
text();
|
|
1882
|
+
}
|
|
1883
|
+
}
|
|
1884
|
+
|
|
1885
|
+
setState(343);
|
|
1886
|
+
match(OPAR_SYMBOL);
|
|
1887
|
+
setState(344);
|
|
1888
|
+
mapLayer();
|
|
1889
|
+
setState(349);
|
|
1890
|
+
_errHandler.sync(this);
|
|
1891
|
+
_la = _input.LA(1);
|
|
1892
|
+
while (_la==COMMA_SYMBOL) {
|
|
1893
|
+
{
|
|
1894
|
+
{
|
|
1895
|
+
setState(345);
|
|
1896
|
+
match(COMMA_SYMBOL);
|
|
1897
|
+
setState(346);
|
|
1898
|
+
mapLayer();
|
|
1899
|
+
}
|
|
1900
|
+
}
|
|
1901
|
+
setState(351);
|
|
1902
|
+
_errHandler.sync(this);
|
|
1903
|
+
_la = _input.LA(1);
|
|
1904
|
+
}
|
|
1905
|
+
setState(352);
|
|
1906
|
+
match(CPAR_SYMBOL);
|
|
1907
|
+
setState(353);
|
|
1908
|
+
match(SCOL_SYMBOL);
|
|
1909
|
+
}
|
|
1910
|
+
}
|
|
1911
|
+
catch (RecognitionException re) {
|
|
1912
|
+
_localctx.exception = re;
|
|
1913
|
+
_errHandler.reportError(this, re);
|
|
1914
|
+
_errHandler.recover(this, re);
|
|
1915
|
+
}
|
|
1916
|
+
finally {
|
|
1917
|
+
exitRule();
|
|
1918
|
+
}
|
|
1919
|
+
return _localctx;
|
|
1920
|
+
}
|
|
1921
|
+
|
|
1922
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1923
|
+
public static class MapLayerContext extends ParserRuleContext {
|
|
1924
|
+
public IdentifierContext identifier() {
|
|
1925
|
+
return getRuleContext(IdentifierContext.class,0);
|
|
1926
|
+
}
|
|
1927
|
+
public TerminalNode IS_BASE_LAYER_SYMBOL() { return getToken(GISGrammarParser.IS_BASE_LAYER_SYMBOL, 0); }
|
|
1928
|
+
public TerminalNode HIDDEN_SYMBOL() { return getToken(GISGrammarParser.HIDDEN_SYMBOL, 0); }
|
|
1929
|
+
public MapLayerContext(ParserRuleContext parent, int invokingState) {
|
|
1930
|
+
super(parent, invokingState);
|
|
1931
|
+
}
|
|
1932
|
+
@Override public int getRuleIndex() { return RULE_mapLayer; }
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
public final MapLayerContext mapLayer() throws RecognitionException {
|
|
1936
|
+
MapLayerContext _localctx = new MapLayerContext(_ctx, getState());
|
|
1937
|
+
enterRule(_localctx, 56, RULE_mapLayer);
|
|
1938
|
+
int _la;
|
|
1939
|
+
try {
|
|
1940
|
+
enterOuterAlt(_localctx, 1);
|
|
1941
|
+
{
|
|
1942
|
+
setState(355);
|
|
1943
|
+
identifier();
|
|
1944
|
+
setState(357);
|
|
1945
|
+
_errHandler.sync(this);
|
|
1946
|
+
_la = _input.LA(1);
|
|
1947
|
+
if (_la==IS_BASE_LAYER_SYMBOL) {
|
|
1948
|
+
{
|
|
1949
|
+
setState(356);
|
|
1950
|
+
match(IS_BASE_LAYER_SYMBOL);
|
|
1951
|
+
}
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1954
|
+
setState(360);
|
|
1955
|
+
_errHandler.sync(this);
|
|
1956
|
+
_la = _input.LA(1);
|
|
1957
|
+
if (_la==HIDDEN_SYMBOL) {
|
|
1958
|
+
{
|
|
1959
|
+
setState(359);
|
|
1960
|
+
match(HIDDEN_SYMBOL);
|
|
1961
|
+
}
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
}
|
|
1965
|
+
}
|
|
1966
|
+
catch (RecognitionException re) {
|
|
1967
|
+
_localctx.exception = re;
|
|
1968
|
+
_errHandler.reportError(this, re);
|
|
1969
|
+
_errHandler.recover(this, re);
|
|
1970
|
+
}
|
|
1971
|
+
finally {
|
|
1972
|
+
exitRule();
|
|
1973
|
+
}
|
|
1974
|
+
return _localctx;
|
|
1975
|
+
}
|
|
1976
|
+
|
|
1977
|
+
@SuppressWarnings("CheckReturnValue")
|
|
1978
|
+
public static class UseGISContext extends ParserRuleContext {
|
|
1979
|
+
public TerminalNode USE_SYMBOL() { return getToken(GISGrammarParser.USE_SYMBOL, 0); }
|
|
1980
|
+
public TerminalNode GIS_SYMBOL() { return getToken(GISGrammarParser.GIS_SYMBOL, 0); }
|
|
1981
|
+
public IdentifierContext identifier() {
|
|
1982
|
+
return getRuleContext(IdentifierContext.class,0);
|
|
1983
|
+
}
|
|
1984
|
+
public TerminalNode SCOL_SYMBOL() { return getToken(GISGrammarParser.SCOL_SYMBOL, 0); }
|
|
1985
|
+
public UseGISContext(ParserRuleContext parent, int invokingState) {
|
|
1986
|
+
super(parent, invokingState);
|
|
1987
|
+
}
|
|
1988
|
+
@Override public int getRuleIndex() { return RULE_useGIS; }
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
public final UseGISContext useGIS() throws RecognitionException {
|
|
1992
|
+
UseGISContext _localctx = new UseGISContext(_ctx, getState());
|
|
1993
|
+
enterRule(_localctx, 58, RULE_useGIS);
|
|
1994
|
+
try {
|
|
1995
|
+
enterOuterAlt(_localctx, 1);
|
|
1996
|
+
{
|
|
1997
|
+
setState(362);
|
|
1998
|
+
match(USE_SYMBOL);
|
|
1999
|
+
setState(363);
|
|
2000
|
+
match(GIS_SYMBOL);
|
|
2001
|
+
setState(364);
|
|
2002
|
+
identifier();
|
|
2003
|
+
setState(365);
|
|
2004
|
+
match(SCOL_SYMBOL);
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
2007
|
+
catch (RecognitionException re) {
|
|
2008
|
+
_localctx.exception = re;
|
|
2009
|
+
_errHandler.reportError(this, re);
|
|
2010
|
+
_errHandler.recover(this, re);
|
|
2011
|
+
}
|
|
2012
|
+
finally {
|
|
2013
|
+
exitRule();
|
|
2014
|
+
}
|
|
2015
|
+
return _localctx;
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
@SuppressWarnings("CheckReturnValue")
|
|
2019
|
+
public static class GenerateGISContext extends ParserRuleContext {
|
|
2020
|
+
public TerminalNode GENERATE_SYMBOL() { return getToken(GISGrammarParser.GENERATE_SYMBOL, 0); }
|
|
2021
|
+
public TerminalNode GIS_SYMBOL() { return getToken(GISGrammarParser.GIS_SYMBOL, 0); }
|
|
2022
|
+
public IdentifierContext identifier() {
|
|
2023
|
+
return getRuleContext(IdentifierContext.class,0);
|
|
2024
|
+
}
|
|
2025
|
+
public TerminalNode SCOL_SYMBOL() { return getToken(GISGrammarParser.SCOL_SYMBOL, 0); }
|
|
2026
|
+
public GenerateGISContext(ParserRuleContext parent, int invokingState) {
|
|
2027
|
+
super(parent, invokingState);
|
|
2028
|
+
}
|
|
2029
|
+
@Override public int getRuleIndex() { return RULE_generateGIS; }
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2032
|
+
public final GenerateGISContext generateGIS() throws RecognitionException {
|
|
2033
|
+
GenerateGISContext _localctx = new GenerateGISContext(_ctx, getState());
|
|
2034
|
+
enterRule(_localctx, 60, RULE_generateGIS);
|
|
2035
|
+
try {
|
|
2036
|
+
enterOuterAlt(_localctx, 1);
|
|
2037
|
+
{
|
|
2038
|
+
setState(367);
|
|
2039
|
+
match(GENERATE_SYMBOL);
|
|
2040
|
+
setState(368);
|
|
2041
|
+
match(GIS_SYMBOL);
|
|
2042
|
+
setState(369);
|
|
2043
|
+
identifier();
|
|
2044
|
+
setState(370);
|
|
2045
|
+
match(SCOL_SYMBOL);
|
|
2046
|
+
}
|
|
2047
|
+
}
|
|
2048
|
+
catch (RecognitionException re) {
|
|
2049
|
+
_localctx.exception = re;
|
|
2050
|
+
_errHandler.reportError(this, re);
|
|
2051
|
+
_errHandler.recover(this, re);
|
|
2052
|
+
}
|
|
2053
|
+
finally {
|
|
2054
|
+
exitRule();
|
|
2055
|
+
}
|
|
2056
|
+
return _localctx;
|
|
2057
|
+
}
|
|
2058
|
+
|
|
2059
|
+
@SuppressWarnings("CheckReturnValue")
|
|
2060
|
+
public static class SetDeploymentContext extends ParserRuleContext {
|
|
2061
|
+
public TerminalNode SET_SYMBOL() { return getToken(GISGrammarParser.SET_SYMBOL, 0); }
|
|
2062
|
+
public TerminalNode DEPLOYMENT_SYMBOL() { return getToken(GISGrammarParser.DEPLOYMENT_SYMBOL, 0); }
|
|
2063
|
+
public TerminalNode OPAR_SYMBOL() { return getToken(GISGrammarParser.OPAR_SYMBOL, 0); }
|
|
2064
|
+
public List<DeploymentPropertyContext> deploymentProperty() {
|
|
2065
|
+
return getRuleContexts(DeploymentPropertyContext.class);
|
|
2066
|
+
}
|
|
2067
|
+
public DeploymentPropertyContext deploymentProperty(int i) {
|
|
2068
|
+
return getRuleContext(DeploymentPropertyContext.class,i);
|
|
2069
|
+
}
|
|
2070
|
+
public TerminalNode CPAR_SYMBOL() { return getToken(GISGrammarParser.CPAR_SYMBOL, 0); }
|
|
2071
|
+
public TerminalNode SCOL_SYMBOL() { return getToken(GISGrammarParser.SCOL_SYMBOL, 0); }
|
|
2072
|
+
public List<TerminalNode> COMMA_SYMBOL() { return getTokens(GISGrammarParser.COMMA_SYMBOL); }
|
|
2073
|
+
public TerminalNode COMMA_SYMBOL(int i) {
|
|
2074
|
+
return getToken(GISGrammarParser.COMMA_SYMBOL, i);
|
|
2075
|
+
}
|
|
2076
|
+
public SetDeploymentContext(ParserRuleContext parent, int invokingState) {
|
|
2077
|
+
super(parent, invokingState);
|
|
2078
|
+
}
|
|
2079
|
+
@Override public int getRuleIndex() { return RULE_setDeployment; }
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2082
|
+
public final SetDeploymentContext setDeployment() throws RecognitionException {
|
|
2083
|
+
SetDeploymentContext _localctx = new SetDeploymentContext(_ctx, getState());
|
|
2084
|
+
enterRule(_localctx, 62, RULE_setDeployment);
|
|
2085
|
+
int _la;
|
|
2086
|
+
try {
|
|
2087
|
+
enterOuterAlt(_localctx, 1);
|
|
2088
|
+
{
|
|
2089
|
+
setState(372);
|
|
2090
|
+
match(SET_SYMBOL);
|
|
2091
|
+
setState(373);
|
|
2092
|
+
match(DEPLOYMENT_SYMBOL);
|
|
2093
|
+
setState(374);
|
|
2094
|
+
match(OPAR_SYMBOL);
|
|
2095
|
+
setState(375);
|
|
2096
|
+
deploymentProperty();
|
|
2097
|
+
setState(380);
|
|
2098
|
+
_errHandler.sync(this);
|
|
2099
|
+
_la = _input.LA(1);
|
|
2100
|
+
while (_la==COMMA_SYMBOL) {
|
|
2101
|
+
{
|
|
2102
|
+
{
|
|
2103
|
+
setState(376);
|
|
2104
|
+
match(COMMA_SYMBOL);
|
|
2105
|
+
setState(377);
|
|
2106
|
+
deploymentProperty();
|
|
2107
|
+
}
|
|
2108
|
+
}
|
|
2109
|
+
setState(382);
|
|
2110
|
+
_errHandler.sync(this);
|
|
2111
|
+
_la = _input.LA(1);
|
|
2112
|
+
}
|
|
2113
|
+
setState(383);
|
|
2114
|
+
match(CPAR_SYMBOL);
|
|
2115
|
+
setState(384);
|
|
2116
|
+
match(SCOL_SYMBOL);
|
|
2117
|
+
}
|
|
2118
|
+
}
|
|
2119
|
+
catch (RecognitionException re) {
|
|
2120
|
+
_localctx.exception = re;
|
|
2121
|
+
_errHandler.reportError(this, re);
|
|
2122
|
+
_errHandler.recover(this, re);
|
|
2123
|
+
}
|
|
2124
|
+
finally {
|
|
2125
|
+
exitRule();
|
|
2126
|
+
}
|
|
2127
|
+
return _localctx;
|
|
2128
|
+
}
|
|
2129
|
+
|
|
2130
|
+
@SuppressWarnings("CheckReturnValue")
|
|
2131
|
+
public static class DeploymentPropertyContext extends ParserRuleContext {
|
|
2132
|
+
public List<TextContext> text() {
|
|
2133
|
+
return getRuleContexts(TextContext.class);
|
|
2134
|
+
}
|
|
2135
|
+
public TextContext text(int i) {
|
|
2136
|
+
return getRuleContext(TextContext.class,i);
|
|
2137
|
+
}
|
|
2138
|
+
public DeploymentPropertyContext(ParserRuleContext parent, int invokingState) {
|
|
2139
|
+
super(parent, invokingState);
|
|
2140
|
+
}
|
|
2141
|
+
@Override public int getRuleIndex() { return RULE_deploymentProperty; }
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
public final DeploymentPropertyContext deploymentProperty() throws RecognitionException {
|
|
2145
|
+
DeploymentPropertyContext _localctx = new DeploymentPropertyContext(_ctx, getState());
|
|
2146
|
+
enterRule(_localctx, 64, RULE_deploymentProperty);
|
|
2147
|
+
try {
|
|
2148
|
+
enterOuterAlt(_localctx, 1);
|
|
2149
|
+
{
|
|
2150
|
+
setState(386);
|
|
2151
|
+
text();
|
|
2152
|
+
setState(387);
|
|
2153
|
+
text();
|
|
2154
|
+
}
|
|
2155
|
+
}
|
|
2156
|
+
catch (RecognitionException re) {
|
|
2157
|
+
_localctx.exception = re;
|
|
2158
|
+
_errHandler.reportError(this, re);
|
|
2159
|
+
_errHandler.recover(this, re);
|
|
2160
|
+
}
|
|
2161
|
+
finally {
|
|
2162
|
+
exitRule();
|
|
2163
|
+
}
|
|
2164
|
+
return _localctx;
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2167
|
+
@SuppressWarnings("CheckReturnValue")
|
|
2168
|
+
public static class PropertyContext extends ParserRuleContext {
|
|
2169
|
+
public PropertyDefinitionContext propertyDefinition() {
|
|
2170
|
+
return getRuleContext(PropertyDefinitionContext.class,0);
|
|
2171
|
+
}
|
|
2172
|
+
public RelationshipDefinitionContext relationshipDefinition() {
|
|
2173
|
+
return getRuleContext(RelationshipDefinitionContext.class,0);
|
|
2174
|
+
}
|
|
2175
|
+
public PropertyContext(ParserRuleContext parent, int invokingState) {
|
|
2176
|
+
super(parent, invokingState);
|
|
2177
|
+
}
|
|
2178
|
+
@Override public int getRuleIndex() { return RULE_property; }
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
public final PropertyContext property() throws RecognitionException {
|
|
2182
|
+
PropertyContext _localctx = new PropertyContext(_ctx, getState());
|
|
2183
|
+
enterRule(_localctx, 66, RULE_property);
|
|
2184
|
+
try {
|
|
2185
|
+
setState(391);
|
|
2186
|
+
_errHandler.sync(this);
|
|
2187
|
+
switch ( getInterpreter().adaptivePredict(_input,37,_ctx) ) {
|
|
2188
|
+
case 1:
|
|
2189
|
+
enterOuterAlt(_localctx, 1);
|
|
2190
|
+
{
|
|
2191
|
+
setState(389);
|
|
2192
|
+
propertyDefinition();
|
|
2193
|
+
}
|
|
2194
|
+
break;
|
|
2195
|
+
case 2:
|
|
2196
|
+
enterOuterAlt(_localctx, 2);
|
|
2197
|
+
{
|
|
2198
|
+
setState(390);
|
|
2199
|
+
relationshipDefinition();
|
|
2200
|
+
}
|
|
2201
|
+
break;
|
|
2202
|
+
}
|
|
2203
|
+
}
|
|
2204
|
+
catch (RecognitionException re) {
|
|
2205
|
+
_localctx.exception = re;
|
|
2206
|
+
_errHandler.reportError(this, re);
|
|
2207
|
+
_errHandler.recover(this, re);
|
|
2208
|
+
}
|
|
2209
|
+
finally {
|
|
2210
|
+
exitRule();
|
|
2211
|
+
}
|
|
2212
|
+
return _localctx;
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2215
|
+
@SuppressWarnings("CheckReturnValue")
|
|
2216
|
+
public static class PropertyDefinitionContext extends ParserRuleContext {
|
|
2217
|
+
public IdentifierContext identifier() {
|
|
2218
|
+
return getRuleContext(IdentifierContext.class,0);
|
|
2219
|
+
}
|
|
2220
|
+
public TerminalNode TYPE() { return getToken(GISGrammarParser.TYPE, 0); }
|
|
2221
|
+
public List<TerminalNode> IDENTIFIER_SYMBOL() { return getTokens(GISGrammarParser.IDENTIFIER_SYMBOL); }
|
|
2222
|
+
public TerminalNode IDENTIFIER_SYMBOL(int i) {
|
|
2223
|
+
return getToken(GISGrammarParser.IDENTIFIER_SYMBOL, i);
|
|
2224
|
+
}
|
|
2225
|
+
public List<TerminalNode> DISPLAYSTRING_SYMBOL() { return getTokens(GISGrammarParser.DISPLAYSTRING_SYMBOL); }
|
|
2226
|
+
public TerminalNode DISPLAYSTRING_SYMBOL(int i) {
|
|
2227
|
+
return getToken(GISGrammarParser.DISPLAYSTRING_SYMBOL, i);
|
|
2228
|
+
}
|
|
2229
|
+
public List<TerminalNode> REQUIRED_SYMBOL() { return getTokens(GISGrammarParser.REQUIRED_SYMBOL); }
|
|
2230
|
+
public TerminalNode REQUIRED_SYMBOL(int i) {
|
|
2231
|
+
return getToken(GISGrammarParser.REQUIRED_SYMBOL, i);
|
|
2232
|
+
}
|
|
2233
|
+
public List<TerminalNode> UNIQUE_SYMBOL() { return getTokens(GISGrammarParser.UNIQUE_SYMBOL); }
|
|
2234
|
+
public TerminalNode UNIQUE_SYMBOL(int i) {
|
|
2235
|
+
return getToken(GISGrammarParser.UNIQUE_SYMBOL, i);
|
|
2236
|
+
}
|
|
2237
|
+
public PropertyDefinitionContext(ParserRuleContext parent, int invokingState) {
|
|
2238
|
+
super(parent, invokingState);
|
|
2239
|
+
}
|
|
2240
|
+
@Override public int getRuleIndex() { return RULE_propertyDefinition; }
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2243
|
+
public final PropertyDefinitionContext propertyDefinition() throws RecognitionException {
|
|
2244
|
+
PropertyDefinitionContext _localctx = new PropertyDefinitionContext(_ctx, getState());
|
|
2245
|
+
enterRule(_localctx, 68, RULE_propertyDefinition);
|
|
2246
|
+
int _la;
|
|
2247
|
+
try {
|
|
2248
|
+
enterOuterAlt(_localctx, 1);
|
|
2249
|
+
{
|
|
2250
|
+
setState(393);
|
|
2251
|
+
identifier();
|
|
2252
|
+
setState(394);
|
|
2253
|
+
match(TYPE);
|
|
2254
|
+
setState(398);
|
|
2255
|
+
_errHandler.sync(this);
|
|
2256
|
+
_la = _input.LA(1);
|
|
2257
|
+
while ((((_la) & ~0x3f) == 0 && ((1L << _la) & 3712L) != 0)) {
|
|
2258
|
+
{
|
|
2259
|
+
{
|
|
2260
|
+
setState(395);
|
|
2261
|
+
_la = _input.LA(1);
|
|
2262
|
+
if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & 3712L) != 0)) ) {
|
|
2263
|
+
_errHandler.recoverInline(this);
|
|
2264
|
+
}
|
|
2265
|
+
else {
|
|
2266
|
+
if ( _input.LA(1)==Token.EOF ) matchedEOF = true;
|
|
2267
|
+
_errHandler.reportMatch(this);
|
|
2268
|
+
consume();
|
|
2269
|
+
}
|
|
2270
|
+
}
|
|
2271
|
+
}
|
|
2272
|
+
setState(400);
|
|
2273
|
+
_errHandler.sync(this);
|
|
2274
|
+
_la = _input.LA(1);
|
|
2275
|
+
}
|
|
2276
|
+
}
|
|
2277
|
+
}
|
|
2278
|
+
catch (RecognitionException re) {
|
|
2279
|
+
_localctx.exception = re;
|
|
2280
|
+
_errHandler.reportError(this, re);
|
|
2281
|
+
_errHandler.recover(this, re);
|
|
2282
|
+
}
|
|
2283
|
+
finally {
|
|
2284
|
+
exitRule();
|
|
2285
|
+
}
|
|
2286
|
+
return _localctx;
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2289
|
+
@SuppressWarnings("CheckReturnValue")
|
|
2290
|
+
public static class RelationshipDefinitionContext extends ParserRuleContext {
|
|
2291
|
+
public OwnedRelationshipDefinitionContext ownedRelationshipDefinition() {
|
|
2292
|
+
return getRuleContext(OwnedRelationshipDefinitionContext.class,0);
|
|
2293
|
+
}
|
|
2294
|
+
public MappedRelationshipDefinitionContext mappedRelationshipDefinition() {
|
|
2295
|
+
return getRuleContext(MappedRelationshipDefinitionContext.class,0);
|
|
2296
|
+
}
|
|
2297
|
+
public RelationshipDefinitionContext(ParserRuleContext parent, int invokingState) {
|
|
2298
|
+
super(parent, invokingState);
|
|
2299
|
+
}
|
|
2300
|
+
@Override public int getRuleIndex() { return RULE_relationshipDefinition; }
|
|
2301
|
+
}
|
|
2302
|
+
|
|
2303
|
+
public final RelationshipDefinitionContext relationshipDefinition() throws RecognitionException {
|
|
2304
|
+
RelationshipDefinitionContext _localctx = new RelationshipDefinitionContext(_ctx, getState());
|
|
2305
|
+
enterRule(_localctx, 70, RULE_relationshipDefinition);
|
|
2306
|
+
try {
|
|
2307
|
+
setState(403);
|
|
2308
|
+
_errHandler.sync(this);
|
|
2309
|
+
switch ( getInterpreter().adaptivePredict(_input,39,_ctx) ) {
|
|
2310
|
+
case 1:
|
|
2311
|
+
enterOuterAlt(_localctx, 1);
|
|
2312
|
+
{
|
|
2313
|
+
setState(401);
|
|
2314
|
+
ownedRelationshipDefinition();
|
|
2315
|
+
}
|
|
2316
|
+
break;
|
|
2317
|
+
case 2:
|
|
2318
|
+
enterOuterAlt(_localctx, 2);
|
|
2319
|
+
{
|
|
2320
|
+
setState(402);
|
|
2321
|
+
mappedRelationshipDefinition();
|
|
2322
|
+
}
|
|
2323
|
+
break;
|
|
2324
|
+
}
|
|
2325
|
+
}
|
|
2326
|
+
catch (RecognitionException re) {
|
|
2327
|
+
_localctx.exception = re;
|
|
2328
|
+
_errHandler.reportError(this, re);
|
|
2329
|
+
_errHandler.recover(this, re);
|
|
2330
|
+
}
|
|
2331
|
+
finally {
|
|
2332
|
+
exitRule();
|
|
2333
|
+
}
|
|
2334
|
+
return _localctx;
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
@SuppressWarnings("CheckReturnValue")
|
|
2338
|
+
public static class MappedRelationshipDefinitionContext extends ParserRuleContext {
|
|
2339
|
+
public List<IdentifierContext> identifier() {
|
|
2340
|
+
return getRuleContexts(IdentifierContext.class);
|
|
2341
|
+
}
|
|
2342
|
+
public IdentifierContext identifier(int i) {
|
|
2343
|
+
return getRuleContext(IdentifierContext.class,i);
|
|
2344
|
+
}
|
|
2345
|
+
public TerminalNode RELATIONSHIP_SYMBOL() { return getToken(GISGrammarParser.RELATIONSHIP_SYMBOL, 0); }
|
|
2346
|
+
public TerminalNode MAPPEDBY_SYMBOL() { return getToken(GISGrammarParser.MAPPEDBY_SYMBOL, 0); }
|
|
2347
|
+
public MappedRelationshipDefinitionContext(ParserRuleContext parent, int invokingState) {
|
|
2348
|
+
super(parent, invokingState);
|
|
2349
|
+
}
|
|
2350
|
+
@Override public int getRuleIndex() { return RULE_mappedRelationshipDefinition; }
|
|
2351
|
+
}
|
|
2352
|
+
|
|
2353
|
+
public final MappedRelationshipDefinitionContext mappedRelationshipDefinition() throws RecognitionException {
|
|
2354
|
+
MappedRelationshipDefinitionContext _localctx = new MappedRelationshipDefinitionContext(_ctx, getState());
|
|
2355
|
+
enterRule(_localctx, 72, RULE_mappedRelationshipDefinition);
|
|
2356
|
+
try {
|
|
2357
|
+
enterOuterAlt(_localctx, 1);
|
|
2358
|
+
{
|
|
2359
|
+
setState(405);
|
|
2360
|
+
identifier();
|
|
2361
|
+
setState(406);
|
|
2362
|
+
identifier();
|
|
2363
|
+
setState(407);
|
|
2364
|
+
match(RELATIONSHIP_SYMBOL);
|
|
2365
|
+
setState(408);
|
|
2366
|
+
match(MAPPEDBY_SYMBOL);
|
|
2367
|
+
setState(409);
|
|
2368
|
+
identifier();
|
|
2369
|
+
}
|
|
2370
|
+
}
|
|
2371
|
+
catch (RecognitionException re) {
|
|
2372
|
+
_localctx.exception = re;
|
|
2373
|
+
_errHandler.reportError(this, re);
|
|
2374
|
+
_errHandler.recover(this, re);
|
|
2375
|
+
}
|
|
2376
|
+
finally {
|
|
2377
|
+
exitRule();
|
|
2378
|
+
}
|
|
2379
|
+
return _localctx;
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
@SuppressWarnings("CheckReturnValue")
|
|
2383
|
+
public static class OwnedRelationshipDefinitionContext extends ParserRuleContext {
|
|
2384
|
+
public List<IdentifierContext> identifier() {
|
|
2385
|
+
return getRuleContexts(IdentifierContext.class);
|
|
2386
|
+
}
|
|
2387
|
+
public IdentifierContext identifier(int i) {
|
|
2388
|
+
return getRuleContext(IdentifierContext.class,i);
|
|
2389
|
+
}
|
|
2390
|
+
public TerminalNode RELATIONSHIP_SYMBOL() { return getToken(GISGrammarParser.RELATIONSHIP_SYMBOL, 0); }
|
|
2391
|
+
public TerminalNode OPAR_SYMBOL() { return getToken(GISGrammarParser.OPAR_SYMBOL, 0); }
|
|
2392
|
+
public List<CardinalityContext> cardinality() {
|
|
2393
|
+
return getRuleContexts(CardinalityContext.class);
|
|
2394
|
+
}
|
|
2395
|
+
public CardinalityContext cardinality(int i) {
|
|
2396
|
+
return getRuleContext(CardinalityContext.class,i);
|
|
2397
|
+
}
|
|
2398
|
+
public TerminalNode COMMA_SYMBOL() { return getToken(GISGrammarParser.COMMA_SYMBOL, 0); }
|
|
2399
|
+
public TerminalNode CPAR_SYMBOL() { return getToken(GISGrammarParser.CPAR_SYMBOL, 0); }
|
|
2400
|
+
public TerminalNode BIDIRECTIONAL_SYMBOL() { return getToken(GISGrammarParser.BIDIRECTIONAL_SYMBOL, 0); }
|
|
2401
|
+
public OwnedRelationshipDefinitionContext(ParserRuleContext parent, int invokingState) {
|
|
2402
|
+
super(parent, invokingState);
|
|
2403
|
+
}
|
|
2404
|
+
@Override public int getRuleIndex() { return RULE_ownedRelationshipDefinition; }
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2407
|
+
public final OwnedRelationshipDefinitionContext ownedRelationshipDefinition() throws RecognitionException {
|
|
2408
|
+
OwnedRelationshipDefinitionContext _localctx = new OwnedRelationshipDefinitionContext(_ctx, getState());
|
|
2409
|
+
enterRule(_localctx, 74, RULE_ownedRelationshipDefinition);
|
|
2410
|
+
int _la;
|
|
2411
|
+
try {
|
|
2412
|
+
enterOuterAlt(_localctx, 1);
|
|
2413
|
+
{
|
|
2414
|
+
setState(411);
|
|
2415
|
+
identifier();
|
|
2416
|
+
setState(412);
|
|
2417
|
+
identifier();
|
|
2418
|
+
setState(413);
|
|
2419
|
+
match(RELATIONSHIP_SYMBOL);
|
|
2420
|
+
setState(414);
|
|
2421
|
+
match(OPAR_SYMBOL);
|
|
2422
|
+
setState(415);
|
|
2423
|
+
cardinality();
|
|
2424
|
+
setState(416);
|
|
2425
|
+
match(COMMA_SYMBOL);
|
|
2426
|
+
setState(417);
|
|
2427
|
+
cardinality();
|
|
2428
|
+
setState(418);
|
|
2429
|
+
match(CPAR_SYMBOL);
|
|
2430
|
+
setState(420);
|
|
2431
|
+
_errHandler.sync(this);
|
|
2432
|
+
_la = _input.LA(1);
|
|
2433
|
+
if (_la==BIDIRECTIONAL_SYMBOL) {
|
|
2434
|
+
{
|
|
2435
|
+
setState(419);
|
|
2436
|
+
match(BIDIRECTIONAL_SYMBOL);
|
|
2437
|
+
}
|
|
2438
|
+
}
|
|
2439
|
+
|
|
2440
|
+
}
|
|
2441
|
+
}
|
|
2442
|
+
catch (RecognitionException re) {
|
|
2443
|
+
_localctx.exception = re;
|
|
2444
|
+
_errHandler.reportError(this, re);
|
|
2445
|
+
_errHandler.recover(this, re);
|
|
2446
|
+
}
|
|
2447
|
+
finally {
|
|
2448
|
+
exitRule();
|
|
2449
|
+
}
|
|
2450
|
+
return _localctx;
|
|
2451
|
+
}
|
|
2452
|
+
|
|
2453
|
+
@SuppressWarnings("CheckReturnValue")
|
|
2454
|
+
public static class CardinalityContext extends ParserRuleContext {
|
|
2455
|
+
public TerminalNode ZERO_ONE_SYMBOL() { return getToken(GISGrammarParser.ZERO_ONE_SYMBOL, 0); }
|
|
2456
|
+
public TerminalNode ONE_ONE_SYMBOL() { return getToken(GISGrammarParser.ONE_ONE_SYMBOL, 0); }
|
|
2457
|
+
public TerminalNode ZERO_MANY_SYMBOL() { return getToken(GISGrammarParser.ZERO_MANY_SYMBOL, 0); }
|
|
2458
|
+
public TerminalNode ONE_MANY_SYMBOL() { return getToken(GISGrammarParser.ONE_MANY_SYMBOL, 0); }
|
|
2459
|
+
public CardinalityContext(ParserRuleContext parent, int invokingState) {
|
|
2460
|
+
super(parent, invokingState);
|
|
2461
|
+
}
|
|
2462
|
+
@Override public int getRuleIndex() { return RULE_cardinality; }
|
|
2463
|
+
}
|
|
2464
|
+
|
|
2465
|
+
public final CardinalityContext cardinality() throws RecognitionException {
|
|
2466
|
+
CardinalityContext _localctx = new CardinalityContext(_ctx, getState());
|
|
2467
|
+
enterRule(_localctx, 76, RULE_cardinality);
|
|
2468
|
+
int _la;
|
|
2469
|
+
try {
|
|
2470
|
+
enterOuterAlt(_localctx, 1);
|
|
2471
|
+
{
|
|
2472
|
+
setState(422);
|
|
2473
|
+
_la = _input.LA(1);
|
|
2474
|
+
if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & 1055531162664960L) != 0)) ) {
|
|
2475
|
+
_errHandler.recoverInline(this);
|
|
2476
|
+
}
|
|
2477
|
+
else {
|
|
2478
|
+
if ( _input.LA(1)==Token.EOF ) matchedEOF = true;
|
|
2479
|
+
_errHandler.reportMatch(this);
|
|
2480
|
+
consume();
|
|
2481
|
+
}
|
|
2482
|
+
}
|
|
2483
|
+
}
|
|
2484
|
+
catch (RecognitionException re) {
|
|
2485
|
+
_localctx.exception = re;
|
|
2486
|
+
_errHandler.reportError(this, re);
|
|
2487
|
+
_errHandler.recover(this, re);
|
|
2488
|
+
}
|
|
2489
|
+
finally {
|
|
2490
|
+
exitRule();
|
|
2491
|
+
}
|
|
2492
|
+
return _localctx;
|
|
2493
|
+
}
|
|
2494
|
+
|
|
2495
|
+
@SuppressWarnings("CheckReturnValue")
|
|
2496
|
+
public static class SridContext extends ParserRuleContext {
|
|
2497
|
+
public TerminalNode INT_NUMBER() { return getToken(GISGrammarParser.INT_NUMBER, 0); }
|
|
2498
|
+
public SridContext(ParserRuleContext parent, int invokingState) {
|
|
2499
|
+
super(parent, invokingState);
|
|
2500
|
+
}
|
|
2501
|
+
@Override public int getRuleIndex() { return RULE_srid; }
|
|
2502
|
+
}
|
|
2503
|
+
|
|
2504
|
+
public final SridContext srid() throws RecognitionException {
|
|
2505
|
+
SridContext _localctx = new SridContext(_ctx, getState());
|
|
2506
|
+
enterRule(_localctx, 78, RULE_srid);
|
|
2507
|
+
try {
|
|
2508
|
+
enterOuterAlt(_localctx, 1);
|
|
2509
|
+
{
|
|
2510
|
+
setState(424);
|
|
2511
|
+
match(INT_NUMBER);
|
|
2512
|
+
}
|
|
2513
|
+
}
|
|
2514
|
+
catch (RecognitionException re) {
|
|
2515
|
+
_localctx.exception = re;
|
|
2516
|
+
_errHandler.reportError(this, re);
|
|
2517
|
+
_errHandler.recover(this, re);
|
|
2518
|
+
}
|
|
2519
|
+
finally {
|
|
2520
|
+
exitRule();
|
|
2521
|
+
}
|
|
2522
|
+
return _localctx;
|
|
2523
|
+
}
|
|
2524
|
+
|
|
2525
|
+
@SuppressWarnings("CheckReturnValue")
|
|
2526
|
+
public static class IdentifierContext extends ParserRuleContext {
|
|
2527
|
+
public TerminalNode IDENTIFIER() { return getToken(GISGrammarParser.IDENTIFIER, 0); }
|
|
2528
|
+
public IdentifierContext(ParserRuleContext parent, int invokingState) {
|
|
2529
|
+
super(parent, invokingState);
|
|
2530
|
+
}
|
|
2531
|
+
@Override public int getRuleIndex() { return RULE_identifier; }
|
|
2532
|
+
}
|
|
2533
|
+
|
|
2534
|
+
public final IdentifierContext identifier() throws RecognitionException {
|
|
2535
|
+
IdentifierContext _localctx = new IdentifierContext(_ctx, getState());
|
|
2536
|
+
enterRule(_localctx, 80, RULE_identifier);
|
|
2537
|
+
try {
|
|
2538
|
+
enterOuterAlt(_localctx, 1);
|
|
2539
|
+
{
|
|
2540
|
+
setState(426);
|
|
2541
|
+
match(IDENTIFIER);
|
|
2542
|
+
}
|
|
2543
|
+
}
|
|
2544
|
+
catch (RecognitionException re) {
|
|
2545
|
+
_localctx.exception = re;
|
|
2546
|
+
_errHandler.reportError(this, re);
|
|
2547
|
+
_errHandler.recover(this, re);
|
|
2548
|
+
}
|
|
2549
|
+
finally {
|
|
2550
|
+
exitRule();
|
|
2551
|
+
}
|
|
2552
|
+
return _localctx;
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2555
|
+
@SuppressWarnings("CheckReturnValue")
|
|
2556
|
+
public static class TextContext extends ParserRuleContext {
|
|
2557
|
+
public TerminalNode QUOTED_TEXT() { return getToken(GISGrammarParser.QUOTED_TEXT, 0); }
|
|
2558
|
+
public TextContext(ParserRuleContext parent, int invokingState) {
|
|
2559
|
+
super(parent, invokingState);
|
|
2560
|
+
}
|
|
2561
|
+
@Override public int getRuleIndex() { return RULE_text; }
|
|
2562
|
+
}
|
|
2563
|
+
|
|
2564
|
+
public final TextContext text() throws RecognitionException {
|
|
2565
|
+
TextContext _localctx = new TextContext(_ctx, getState());
|
|
2566
|
+
enterRule(_localctx, 82, RULE_text);
|
|
2567
|
+
try {
|
|
2568
|
+
enterOuterAlt(_localctx, 1);
|
|
2569
|
+
{
|
|
2570
|
+
setState(428);
|
|
2571
|
+
match(QUOTED_TEXT);
|
|
2572
|
+
}
|
|
2573
|
+
}
|
|
2574
|
+
catch (RecognitionException re) {
|
|
2575
|
+
_localctx.exception = re;
|
|
2576
|
+
_errHandler.reportError(this, re);
|
|
2577
|
+
_errHandler.recover(this, re);
|
|
2578
|
+
}
|
|
2579
|
+
finally {
|
|
2580
|
+
exitRule();
|
|
2581
|
+
}
|
|
2582
|
+
return _localctx;
|
|
2583
|
+
}
|
|
2584
|
+
|
|
2585
|
+
@SuppressWarnings("CheckReturnValue")
|
|
2586
|
+
public static class HexColorContext extends ParserRuleContext {
|
|
2587
|
+
public TerminalNode HEX_COLOR() { return getToken(GISGrammarParser.HEX_COLOR, 0); }
|
|
2588
|
+
public HexColorContext(ParserRuleContext parent, int invokingState) {
|
|
2589
|
+
super(parent, invokingState);
|
|
2590
|
+
}
|
|
2591
|
+
@Override public int getRuleIndex() { return RULE_hexColor; }
|
|
2592
|
+
}
|
|
2593
|
+
|
|
2594
|
+
public final HexColorContext hexColor() throws RecognitionException {
|
|
2595
|
+
HexColorContext _localctx = new HexColorContext(_ctx, getState());
|
|
2596
|
+
enterRule(_localctx, 84, RULE_hexColor);
|
|
2597
|
+
try {
|
|
2598
|
+
enterOuterAlt(_localctx, 1);
|
|
2599
|
+
{
|
|
2600
|
+
setState(430);
|
|
2601
|
+
match(HEX_COLOR);
|
|
2602
|
+
}
|
|
2603
|
+
}
|
|
2604
|
+
catch (RecognitionException re) {
|
|
2605
|
+
_localctx.exception = re;
|
|
2606
|
+
_errHandler.reportError(this, re);
|
|
2607
|
+
_errHandler.recover(this, re);
|
|
2608
|
+
}
|
|
2609
|
+
finally {
|
|
2610
|
+
exitRule();
|
|
2611
|
+
}
|
|
2612
|
+
return _localctx;
|
|
2613
|
+
}
|
|
2614
|
+
|
|
2615
|
+
@SuppressWarnings("CheckReturnValue")
|
|
2616
|
+
public static class FloatNumberContext extends ParserRuleContext {
|
|
2617
|
+
public TerminalNode FLOAT_NUMBER() { return getToken(GISGrammarParser.FLOAT_NUMBER, 0); }
|
|
2618
|
+
public FloatNumberContext(ParserRuleContext parent, int invokingState) {
|
|
2619
|
+
super(parent, invokingState);
|
|
2620
|
+
}
|
|
2621
|
+
@Override public int getRuleIndex() { return RULE_floatNumber; }
|
|
2622
|
+
}
|
|
2623
|
+
|
|
2624
|
+
public final FloatNumberContext floatNumber() throws RecognitionException {
|
|
2625
|
+
FloatNumberContext _localctx = new FloatNumberContext(_ctx, getState());
|
|
2626
|
+
enterRule(_localctx, 86, RULE_floatNumber);
|
|
2627
|
+
try {
|
|
2628
|
+
enterOuterAlt(_localctx, 1);
|
|
2629
|
+
{
|
|
2630
|
+
setState(432);
|
|
2631
|
+
match(FLOAT_NUMBER);
|
|
2632
|
+
}
|
|
2633
|
+
}
|
|
2634
|
+
catch (RecognitionException re) {
|
|
2635
|
+
_localctx.exception = re;
|
|
2636
|
+
_errHandler.reportError(this, re);
|
|
2637
|
+
_errHandler.recover(this, re);
|
|
2638
|
+
}
|
|
2639
|
+
finally {
|
|
2640
|
+
exitRule();
|
|
2641
|
+
}
|
|
2642
|
+
return _localctx;
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2645
|
+
@SuppressWarnings("CheckReturnValue")
|
|
2646
|
+
public static class IntNumberContext extends ParserRuleContext {
|
|
2647
|
+
public TerminalNode INT_NUMBER() { return getToken(GISGrammarParser.INT_NUMBER, 0); }
|
|
2648
|
+
public IntNumberContext(ParserRuleContext parent, int invokingState) {
|
|
2649
|
+
super(parent, invokingState);
|
|
2650
|
+
}
|
|
2651
|
+
@Override public int getRuleIndex() { return RULE_intNumber; }
|
|
2652
|
+
}
|
|
2653
|
+
|
|
2654
|
+
public final IntNumberContext intNumber() throws RecognitionException {
|
|
2655
|
+
IntNumberContext _localctx = new IntNumberContext(_ctx, getState());
|
|
2656
|
+
enterRule(_localctx, 88, RULE_intNumber);
|
|
2657
|
+
try {
|
|
2658
|
+
enterOuterAlt(_localctx, 1);
|
|
2659
|
+
{
|
|
2660
|
+
setState(434);
|
|
2661
|
+
match(INT_NUMBER);
|
|
2662
|
+
}
|
|
2663
|
+
}
|
|
2664
|
+
catch (RecognitionException re) {
|
|
2665
|
+
_localctx.exception = re;
|
|
2666
|
+
_errHandler.reportError(this, re);
|
|
2667
|
+
_errHandler.recover(this, re);
|
|
2668
|
+
}
|
|
2669
|
+
finally {
|
|
2670
|
+
exitRule();
|
|
2671
|
+
}
|
|
2672
|
+
return _localctx;
|
|
2673
|
+
}
|
|
2674
|
+
|
|
2675
|
+
public static final String _serializedATN =
|
|
2676
|
+
"\u0004\u0001?\u01b5\u0002\u0000\u0007\u0000\u0002\u0001\u0007\u0001\u0002"+
|
|
2677
|
+
"\u0002\u0007\u0002\u0002\u0003\u0007\u0003\u0002\u0004\u0007\u0004\u0002"+
|
|
2678
|
+
"\u0005\u0007\u0005\u0002\u0006\u0007\u0006\u0002\u0007\u0007\u0007\u0002"+
|
|
2679
|
+
"\b\u0007\b\u0002\t\u0007\t\u0002\n\u0007\n\u0002\u000b\u0007\u000b\u0002"+
|
|
2680
|
+
"\f\u0007\f\u0002\r\u0007\r\u0002\u000e\u0007\u000e\u0002\u000f\u0007\u000f"+
|
|
2681
|
+
"\u0002\u0010\u0007\u0010\u0002\u0011\u0007\u0011\u0002\u0012\u0007\u0012"+
|
|
2682
|
+
"\u0002\u0013\u0007\u0013\u0002\u0014\u0007\u0014\u0002\u0015\u0007\u0015"+
|
|
2683
|
+
"\u0002\u0016\u0007\u0016\u0002\u0017\u0007\u0017\u0002\u0018\u0007\u0018"+
|
|
2684
|
+
"\u0002\u0019\u0007\u0019\u0002\u001a\u0007\u001a\u0002\u001b\u0007\u001b"+
|
|
2685
|
+
"\u0002\u001c\u0007\u001c\u0002\u001d\u0007\u001d\u0002\u001e\u0007\u001e"+
|
|
2686
|
+
"\u0002\u001f\u0007\u001f\u0002 \u0007 \u0002!\u0007!\u0002\"\u0007\"\u0002"+
|
|
2687
|
+
"#\u0007#\u0002$\u0007$\u0002%\u0007%\u0002&\u0007&\u0002\'\u0007\'\u0002"+
|
|
2688
|
+
"(\u0007(\u0002)\u0007)\u0002*\u0007*\u0002+\u0007+\u0002,\u0007,\u0001"+
|
|
2689
|
+
"\u0000\u0004\u0000\\\b\u0000\u000b\u0000\f\u0000]\u0001\u0001\u0001\u0001"+
|
|
2690
|
+
"\u0001\u0001\u0001\u0001\u0003\u0001d\b\u0001\u0001\u0002\u0001\u0002"+
|
|
2691
|
+
"\u0001\u0002\u0001\u0002\u0003\u0002j\b\u0002\u0001\u0003\u0001\u0003"+
|
|
2692
|
+
"\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0004\u0001\u0004"+
|
|
2693
|
+
"\u0001\u0004\u0001\u0004\u0001\u0004\u0001\u0004\u0005\u0004x\b\u0004"+
|
|
2694
|
+
"\n\u0004\f\u0004{\t\u0004\u0001\u0004\u0001\u0004\u0001\u0004\u0001\u0005"+
|
|
2695
|
+
"\u0001\u0005\u0001\u0005\u0001\u0005\u0001\u0005\u0001\u0005\u0003\u0005"+
|
|
2696
|
+
"\u0086\b\u0005\u0001\u0006\u0001\u0006\u0001\u0006\u0001\u0006\u0001\u0006"+
|
|
2697
|
+
"\u0003\u0006\u008d\b\u0006\u0001\u0006\u0001\u0006\u0001\u0006\u0001\u0006"+
|
|
2698
|
+
"\u0001\u0006\u0001\u0006\u0001\u0007\u0001\u0007\u0001\u0007\u0001\u0007"+
|
|
2699
|
+
"\u0001\u0007\u0003\u0007\u009a\b\u0007\u0001\u0007\u0001\u0007\u0001\u0007"+
|
|
2700
|
+
"\u0003\u0007\u009f\b\u0007\u0001\u0007\u0001\u0007\u0001\u0007\u0001\u0007"+
|
|
2701
|
+
"\u0001\u0007\u0001\u0007\u0001\u0007\u0001\u0007\u0001\u0007\u0001\u0007"+
|
|
2702
|
+
"\u0001\u0007\u0001\u0007\u0001\u0007\u0001\u0007\u0001\u0007\u0001\b\u0001"+
|
|
2703
|
+
"\b\u0001\b\u0001\b\u0003\b\u00b4\b\b\u0001\b\u0003\b\u00b7\b\b\u0001\b"+
|
|
2704
|
+
"\u0003\b\u00ba\b\b\u0001\b\u0003\b\u00bd\b\b\u0001\b\u0003\b\u00c0\b\b"+
|
|
2705
|
+
"\u0001\b\u0003\b\u00c3\b\b\u0001\b\u0003\b\u00c6\b\b\u0001\b\u0001\b\u0003"+
|
|
2706
|
+
"\b\u00ca\b\b\u0001\b\u0003\b\u00cd\b\b\u0001\b\u0003\b\u00d0\b\b\u0001"+
|
|
2707
|
+
"\b\u0001\b\u0003\b\u00d4\b\b\u0001\t\u0001\t\u0001\t\u0001\t\u0001\t\u0001"+
|
|
2708
|
+
"\t\u0003\t\u00dc\b\t\u0001\t\u0003\t\u00df\b\t\u0001\t\u0003\t\u00e2\b"+
|
|
2709
|
+
"\t\u0001\t\u0001\t\u0001\t\u0001\n\u0001\n\u0001\n\u0001\n\u0001\n\u0003"+
|
|
2710
|
+
"\n\u00ec\b\n\u0001\n\u0001\n\u0001\n\u0001\n\u0005\n\u00f2\b\n\n\n\f\n"+
|
|
2711
|
+
"\u00f5\t\n\u0001\n\u0001\n\u0001\n\u0001\u000b\u0001\u000b\u0001\u000b"+
|
|
2712
|
+
"\u0001\u000b\u0001\u000b\u0001\u000b\u0003\u000b\u0100\b\u000b\u0001\u000b"+
|
|
2713
|
+
"\u0003\u000b\u0103\b\u000b\u0001\u000b\u0003\u000b\u0106\b\u000b\u0001"+
|
|
2714
|
+
"\u000b\u0003\u000b\u0109\b\u000b\u0001\u000b\u0003\u000b\u010c\b\u000b"+
|
|
2715
|
+
"\u0001\u000b\u0003\u000b\u010f\b\u000b\u0001\u000b\u0003\u000b\u0112\b"+
|
|
2716
|
+
"\u000b\u0003\u000b\u0114\b\u000b\u0001\f\u0001\f\u0001\f\u0001\r\u0001"+
|
|
2717
|
+
"\r\u0001\r\u0001\r\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001"+
|
|
2718
|
+
"\u000f\u0001\u000f\u0001\u000f\u0001\u000f\u0001\u0010\u0001\u0010\u0001"+
|
|
2719
|
+
"\u0010\u0001\u0010\u0001\u0011\u0001\u0011\u0001\u0011\u0001\u0011\u0001"+
|
|
2720
|
+
"\u0012\u0001\u0012\u0001\u0012\u0001\u0012\u0001\u0013\u0001\u0013\u0001"+
|
|
2721
|
+
"\u0013\u0001\u0013\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001"+
|
|
2722
|
+
"\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001"+
|
|
2723
|
+
"\u0016\u0001\u0016\u0001\u0016\u0001\u0016\u0001\u0017\u0001\u0017\u0001"+
|
|
2724
|
+
"\u0017\u0001\u0017\u0001\u0018\u0001\u0018\u0001\u0018\u0001\u0018\u0001"+
|
|
2725
|
+
"\u0019\u0001\u0019\u0001\u0019\u0001\u0019\u0001\u001a\u0001\u001a\u0001"+
|
|
2726
|
+
"\u001a\u0001\u001b\u0001\u001b\u0001\u001b\u0001\u001b\u0003\u001b\u0156"+
|
|
2727
|
+
"\b\u001b\u0001\u001b\u0001\u001b\u0001\u001b\u0001\u001b\u0005\u001b\u015c"+
|
|
2728
|
+
"\b\u001b\n\u001b\f\u001b\u015f\t\u001b\u0001\u001b\u0001\u001b\u0001\u001b"+
|
|
2729
|
+
"\u0001\u001c\u0001\u001c\u0003\u001c\u0166\b\u001c\u0001\u001c\u0003\u001c"+
|
|
2730
|
+
"\u0169\b\u001c\u0001\u001d\u0001\u001d\u0001\u001d\u0001\u001d\u0001\u001d"+
|
|
2731
|
+
"\u0001\u001e\u0001\u001e\u0001\u001e\u0001\u001e\u0001\u001e\u0001\u001f"+
|
|
2732
|
+
"\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0005\u001f"+
|
|
2733
|
+
"\u017b\b\u001f\n\u001f\f\u001f\u017e\t\u001f\u0001\u001f\u0001\u001f\u0001"+
|
|
2734
|
+
"\u001f\u0001 \u0001 \u0001 \u0001!\u0001!\u0003!\u0188\b!\u0001\"\u0001"+
|
|
2735
|
+
"\"\u0001\"\u0005\"\u018d\b\"\n\"\f\"\u0190\t\"\u0001#\u0001#\u0003#\u0194"+
|
|
2736
|
+
"\b#\u0001$\u0001$\u0001$\u0001$\u0001$\u0001$\u0001%\u0001%\u0001%\u0001"+
|
|
2737
|
+
"%\u0001%\u0001%\u0001%\u0001%\u0001%\u0003%\u01a5\b%\u0001&\u0001&\u0001"+
|
|
2738
|
+
"\'\u0001\'\u0001(\u0001(\u0001)\u0001)\u0001*\u0001*\u0001+\u0001+\u0001"+
|
|
2739
|
+
",\u0001,\u0001,\u0000\u0000-\u0000\u0002\u0004\u0006\b\n\f\u000e\u0010"+
|
|
2740
|
+
"\u0012\u0014\u0016\u0018\u001a\u001c\u001e \"$&(*,.02468:<>@BDFHJLNPR"+
|
|
2741
|
+
"TVX\u0000\u0002\u0002\u0000\u0007\u0007\t\u000b\u0001\u0000.1\u01b9\u0000"+
|
|
2742
|
+
"[\u0001\u0000\u0000\u0000\u0002c\u0001\u0000\u0000\u0000\u0004e\u0001"+
|
|
2743
|
+
"\u0000\u0000\u0000\u0006k\u0001\u0000\u0000\u0000\bq\u0001\u0000\u0000"+
|
|
2744
|
+
"\u0000\n\u0085\u0001\u0000\u0000\u0000\f\u0087\u0001\u0000\u0000\u0000"+
|
|
2745
|
+
"\u000e\u0094\u0001\u0000\u0000\u0000\u0010\u00af\u0001\u0000\u0000\u0000"+
|
|
2746
|
+
"\u0012\u00d5\u0001\u0000\u0000\u0000\u0014\u00e6\u0001\u0000\u0000\u0000"+
|
|
2747
|
+
"\u0016\u0113\u0001\u0000\u0000\u0000\u0018\u0115\u0001\u0000\u0000\u0000"+
|
|
2748
|
+
"\u001a\u0118\u0001\u0000\u0000\u0000\u001c\u011c\u0001\u0000\u0000\u0000"+
|
|
2749
|
+
"\u001e\u0120\u0001\u0000\u0000\u0000 \u0124\u0001\u0000\u0000\u0000\""+
|
|
2750
|
+
"\u0128\u0001\u0000\u0000\u0000$\u012c\u0001\u0000\u0000\u0000&\u0130\u0001"+
|
|
2751
|
+
"\u0000\u0000\u0000(\u0134\u0001\u0000\u0000\u0000*\u0138\u0001\u0000\u0000"+
|
|
2752
|
+
"\u0000,\u013e\u0001\u0000\u0000\u0000.\u0142\u0001\u0000\u0000\u00000"+
|
|
2753
|
+
"\u0146\u0001\u0000\u0000\u00002\u014a\u0001\u0000\u0000\u00004\u014e\u0001"+
|
|
2754
|
+
"\u0000\u0000\u00006\u0151\u0001\u0000\u0000\u00008\u0163\u0001\u0000\u0000"+
|
|
2755
|
+
"\u0000:\u016a\u0001\u0000\u0000\u0000<\u016f\u0001\u0000\u0000\u0000>"+
|
|
2756
|
+
"\u0174\u0001\u0000\u0000\u0000@\u0182\u0001\u0000\u0000\u0000B\u0187\u0001"+
|
|
2757
|
+
"\u0000\u0000\u0000D\u0189\u0001\u0000\u0000\u0000F\u0193\u0001\u0000\u0000"+
|
|
2758
|
+
"\u0000H\u0195\u0001\u0000\u0000\u0000J\u019b\u0001\u0000\u0000\u0000L"+
|
|
2759
|
+
"\u01a6\u0001\u0000\u0000\u0000N\u01a8\u0001\u0000\u0000\u0000P\u01aa\u0001"+
|
|
2760
|
+
"\u0000\u0000\u0000R\u01ac\u0001\u0000\u0000\u0000T\u01ae\u0001\u0000\u0000"+
|
|
2761
|
+
"\u0000V\u01b0\u0001\u0000\u0000\u0000X\u01b2\u0001\u0000\u0000\u0000Z"+
|
|
2762
|
+
"\\\u0003\u0002\u0001\u0000[Z\u0001\u0000\u0000\u0000\\]\u0001\u0000\u0000"+
|
|
2763
|
+
"\u0000][\u0001\u0000\u0000\u0000]^\u0001\u0000\u0000\u0000^\u0001\u0001"+
|
|
2764
|
+
"\u0000\u0000\u0000_d\u0003\u0004\u0002\u0000`d\u0003:\u001d\u0000ad\u0003"+
|
|
2765
|
+
"<\u001e\u0000bd\u0003>\u001f\u0000c_\u0001\u0000\u0000\u0000c`\u0001\u0000"+
|
|
2766
|
+
"\u0000\u0000ca\u0001\u0000\u0000\u0000cb\u0001\u0000\u0000\u0000d\u0003"+
|
|
2767
|
+
"\u0001\u0000\u0000\u0000ei\u0005\u0001\u0000\u0000fj\u0003\u0006\u0003"+
|
|
2768
|
+
"\u0000gj\u0003\b\u0004\u0000hj\u0003\n\u0005\u0000if\u0001\u0000\u0000"+
|
|
2769
|
+
"\u0000ig\u0001\u0000\u0000\u0000ih\u0001\u0000\u0000\u0000j\u0005\u0001"+
|
|
2770
|
+
"\u0000\u0000\u0000kl\u0005\u0002\u0000\u0000lm\u0003P(\u0000mn\u0005\u0004"+
|
|
2771
|
+
"\u0000\u0000no\u0003N\'\u0000op\u00058\u0000\u0000p\u0007\u0001\u0000"+
|
|
2772
|
+
"\u0000\u0000qr\u0005\u0003\u0000\u0000rs\u0003P(\u0000st\u00055\u0000"+
|
|
2773
|
+
"\u0000ty\u0003B!\u0000uv\u00057\u0000\u0000vx\u0003B!\u0000wu\u0001\u0000"+
|
|
2774
|
+
"\u0000\u0000x{\u0001\u0000\u0000\u0000yw\u0001\u0000\u0000\u0000yz\u0001"+
|
|
2775
|
+
"\u0000\u0000\u0000z|\u0001\u0000\u0000\u0000{y\u0001\u0000\u0000\u0000"+
|
|
2776
|
+
"|}\u00056\u0000\u0000}~\u00058\u0000\u0000~\t\u0001\u0000\u0000\u0000"+
|
|
2777
|
+
"\u007f\u0086\u0003\f\u0006\u0000\u0080\u0086\u0003\u000e\u0007\u0000\u0081"+
|
|
2778
|
+
"\u0086\u0003\u0012\t\u0000\u0082\u0086\u0003\u0014\n\u0000\u0083\u0086"+
|
|
2779
|
+
"\u00036\u001b\u0000\u0084\u0086\u00034\u001a\u0000\u0085\u007f\u0001\u0000"+
|
|
2780
|
+
"\u0000\u0000\u0085\u0080\u0001\u0000\u0000\u0000\u0085\u0081\u0001\u0000"+
|
|
2781
|
+
"\u0000\u0000\u0085\u0082\u0001\u0000\u0000\u0000\u0085\u0083\u0001\u0000"+
|
|
2782
|
+
"\u0000\u0000\u0085\u0084\u0001\u0000\u0000\u0000\u0086\u000b\u0001\u0000"+
|
|
2783
|
+
"\u0000\u0000\u0087\u0088\u0005\u000f\u0000\u0000\u0088\u0089\u0005\u000e"+
|
|
2784
|
+
"\u0000\u0000\u0089\u008c\u0003P(\u0000\u008a\u008b\u0005\u0012\u0000\u0000"+
|
|
2785
|
+
"\u008b\u008d\u0003R)\u0000\u008c\u008a\u0001\u0000\u0000\u0000\u008c\u008d"+
|
|
2786
|
+
"\u0001\u0000\u0000\u0000\u008d\u008e\u0001\u0000\u0000\u0000\u008e\u008f"+
|
|
2787
|
+
"\u00055\u0000\u0000\u008f\u0090\u0005\u0013\u0000\u0000\u0090\u0091\u0003"+
|
|
2788
|
+
"R)\u0000\u0091\u0092\u00056\u0000\u0000\u0092\u0093\u00058\u0000\u0000"+
|
|
2789
|
+
"\u0093\r\u0001\u0000\u0000\u0000\u0094\u0095\u0005\u0010\u0000\u0000\u0095"+
|
|
2790
|
+
"\u0096\u0005\u000e\u0000\u0000\u0096\u0099\u0003P(\u0000\u0097\u0098\u0005"+
|
|
2791
|
+
"\u0012\u0000\u0000\u0098\u009a\u0003R)\u0000\u0099\u0097\u0001\u0000\u0000"+
|
|
2792
|
+
"\u0000\u0099\u009a\u0001\u0000\u0000\u0000\u009a\u009b\u0001\u0000\u0000"+
|
|
2793
|
+
"\u0000\u009b\u009c\u00055\u0000\u0000\u009c\u009e\u0003P(\u0000\u009d"+
|
|
2794
|
+
"\u009f\u0005\u0015\u0000\u0000\u009e\u009d\u0001\u0000\u0000\u0000\u009e"+
|
|
2795
|
+
"\u009f\u0001\u0000\u0000\u0000\u009f\u00a0\u0001\u0000\u0000\u0000\u00a0"+
|
|
2796
|
+
"\u00a1\u00057\u0000\u0000\u00a1\u00a2\u0005\u0016\u0000\u0000\u00a2\u00a3"+
|
|
2797
|
+
"\u0003T*\u0000\u00a3\u00a4\u00057\u0000\u0000\u00a4\u00a5\u0005\u0017"+
|
|
2798
|
+
"\u0000\u0000\u00a5\u00a6\u0003T*\u0000\u00a6\u00a7\u00057\u0000\u0000"+
|
|
2799
|
+
"\u00a7\u00a8\u0005\u0018\u0000\u0000\u00a8\u00a9\u0003V+\u0000\u00a9\u00aa"+
|
|
2800
|
+
"\u00057\u0000\u0000\u00aa\u00ab\u0005\u0019\u0000\u0000\u00ab\u00ac\u0003"+
|
|
2801
|
+
"V+\u0000\u00ac\u00ad\u00056\u0000\u0000\u00ad\u00ae\u00058\u0000\u0000"+
|
|
2802
|
+
"\u00ae\u000f\u0001\u0000\u0000\u0000\u00af\u00b0\u0005\u0011\u0000\u0000"+
|
|
2803
|
+
"\u00b0\u00b1\u00052\u0000\u0000\u00b1\u00b3\u00057\u0000\u0000\u00b2\u00b4"+
|
|
2804
|
+
"\u0005\u0016\u0000\u0000\u00b3\u00b2\u0001\u0000\u0000\u0000\u00b3\u00b4"+
|
|
2805
|
+
"\u0001\u0000\u0000\u0000\u00b4\u00b6\u0001\u0000\u0000\u0000\u00b5\u00b7"+
|
|
2806
|
+
"\u0003T*\u0000\u00b6\u00b5\u0001\u0000\u0000\u0000\u00b6\u00b7\u0001\u0000"+
|
|
2807
|
+
"\u0000\u0000\u00b7\u00b9\u0001\u0000\u0000\u0000\u00b8\u00ba\u00057\u0000"+
|
|
2808
|
+
"\u0000\u00b9\u00b8\u0001\u0000\u0000\u0000\u00b9\u00ba\u0001\u0000\u0000"+
|
|
2809
|
+
"\u0000\u00ba\u00bc\u0001\u0000\u0000\u0000\u00bb\u00bd\u0005\u0017\u0000"+
|
|
2810
|
+
"\u0000\u00bc\u00bb\u0001\u0000\u0000\u0000\u00bc\u00bd\u0001\u0000\u0000"+
|
|
2811
|
+
"\u0000\u00bd\u00bf\u0001\u0000\u0000\u0000\u00be\u00c0\u0003T*\u0000\u00bf"+
|
|
2812
|
+
"\u00be\u0001\u0000\u0000\u0000\u00bf\u00c0\u0001\u0000\u0000\u0000\u00c0"+
|
|
2813
|
+
"\u00c2\u0001\u0000\u0000\u0000\u00c1\u00c3\u00057\u0000\u0000\u00c2\u00c1"+
|
|
2814
|
+
"\u0001\u0000\u0000\u0000\u00c2\u00c3\u0001\u0000\u0000\u0000\u00c3\u00c5"+
|
|
2815
|
+
"\u0001\u0000\u0000\u0000\u00c4\u00c6\u0005\u0018\u0000\u0000\u00c5\u00c4"+
|
|
2816
|
+
"\u0001\u0000\u0000\u0000\u00c5\u00c6\u0001\u0000\u0000\u0000\u00c6\u00c9"+
|
|
2817
|
+
"\u0001\u0000\u0000\u0000\u00c7\u00ca\u0003V+\u0000\u00c8\u00ca\u0003X"+
|
|
2818
|
+
",\u0000\u00c9\u00c7\u0001\u0000\u0000\u0000\u00c9\u00c8\u0001\u0000\u0000"+
|
|
2819
|
+
"\u0000\u00c9\u00ca\u0001\u0000\u0000\u0000\u00ca\u00cc\u0001\u0000\u0000"+
|
|
2820
|
+
"\u0000\u00cb\u00cd\u00057\u0000\u0000\u00cc\u00cb\u0001\u0000\u0000\u0000"+
|
|
2821
|
+
"\u00cc\u00cd\u0001\u0000\u0000\u0000\u00cd\u00cf\u0001\u0000\u0000\u0000"+
|
|
2822
|
+
"\u00ce\u00d0\u0005\u0019\u0000\u0000\u00cf\u00ce\u0001\u0000\u0000\u0000"+
|
|
2823
|
+
"\u00cf\u00d0\u0001\u0000\u0000\u0000\u00d0\u00d3\u0001\u0000\u0000\u0000"+
|
|
2824
|
+
"\u00d1\u00d4\u0003V+\u0000\u00d2\u00d4\u0003X,\u0000\u00d3\u00d1\u0001"+
|
|
2825
|
+
"\u0000\u0000\u0000\u00d3\u00d2\u0001\u0000\u0000\u0000\u00d3\u00d4\u0001"+
|
|
2826
|
+
"\u0000\u0000\u0000\u00d4\u0011\u0001\u0000\u0000\u0000\u00d5\u00d6\u0005"+
|
|
2827
|
+
"\u001a\u0000\u0000\u00d6\u00d7\u0005\u001b\u0000\u0000\u00d7\u00d8\u0003"+
|
|
2828
|
+
"P(\u0000\u00d8\u00db\u00055\u0000\u0000\u00d9\u00da\u0005\u0014\u0000"+
|
|
2829
|
+
"\u0000\u00da\u00dc\u0003R)\u0000\u00db\u00d9\u0001\u0000\u0000\u0000\u00db"+
|
|
2830
|
+
"\u00dc\u0001\u0000\u0000\u0000\u00dc\u00de\u0001\u0000\u0000\u0000\u00dd"+
|
|
2831
|
+
"\u00df\u00057\u0000\u0000\u00de\u00dd\u0001\u0000\u0000\u0000\u00de\u00df"+
|
|
2832
|
+
"\u0001\u0000\u0000\u0000\u00df\u00e1\u0001\u0000\u0000\u0000\u00e0\u00e2"+
|
|
2833
|
+
"\u0003\u0010\b\u0000\u00e1\u00e0\u0001\u0000\u0000\u0000\u00e1\u00e2\u0001"+
|
|
2834
|
+
"\u0000\u0000\u0000\u00e2\u00e3\u0001\u0000\u0000\u0000\u00e3\u00e4\u0005"+
|
|
2835
|
+
"6\u0000\u0000\u00e4\u00e5\u00058\u0000\u0000\u00e5\u0013\u0001\u0000\u0000"+
|
|
2836
|
+
"\u0000\u00e6\u00e7\u0005\u001a\u0000\u0000\u00e7\u00e8\u0005\u000e\u0000"+
|
|
2837
|
+
"\u0000\u00e8\u00eb\u0003P(\u0000\u00e9\u00ea\u0005\u0012\u0000\u0000\u00ea"+
|
|
2838
|
+
"\u00ec\u0003R)\u0000\u00eb\u00e9\u0001\u0000\u0000\u0000\u00eb\u00ec\u0001"+
|
|
2839
|
+
"\u0000\u0000\u0000\u00ec\u00ed\u0001\u0000\u0000\u0000\u00ed\u00ee\u0005"+
|
|
2840
|
+
"5\u0000\u0000\u00ee\u00f3\u0003\u0016\u000b\u0000\u00ef\u00f0\u00057\u0000"+
|
|
2841
|
+
"\u0000\u00f0\u00f2\u0003\u0016\u000b\u0000\u00f1\u00ef\u0001\u0000\u0000"+
|
|
2842
|
+
"\u0000\u00f2\u00f5\u0001\u0000\u0000\u0000\u00f3\u00f1\u0001\u0000\u0000"+
|
|
2843
|
+
"\u0000\u00f3\u00f4\u0001\u0000\u0000\u0000\u00f4\u00f6\u0001\u0000\u0000"+
|
|
2844
|
+
"\u0000\u00f5\u00f3\u0001\u0000\u0000\u0000\u00f6\u00f7\u00056\u0000\u0000"+
|
|
2845
|
+
"\u00f7\u00f8\u00058\u0000\u0000\u00f8\u0015\u0001\u0000\u0000\u0000\u00f9"+
|
|
2846
|
+
"\u00fa\u0003P(\u0000\u00fa\u00fb\u0003P(\u0000\u00fb\u0114\u0001\u0000"+
|
|
2847
|
+
"\u0000\u0000\u00fc\u00fd\u0003\u0018\f\u0000\u00fd\u00ff\u0003\u001a\r"+
|
|
2848
|
+
"\u0000\u00fe\u0100\u0003\u001c\u000e\u0000\u00ff\u00fe\u0001\u0000\u0000"+
|
|
2849
|
+
"\u0000\u00ff\u0100\u0001\u0000\u0000\u0000\u0100\u0102\u0001\u0000\u0000"+
|
|
2850
|
+
"\u0000\u0101\u0103\u0003\u001e\u000f\u0000\u0102\u0101\u0001\u0000\u0000"+
|
|
2851
|
+
"\u0000\u0102\u0103\u0001\u0000\u0000\u0000\u0103\u0105\u0001\u0000\u0000"+
|
|
2852
|
+
"\u0000\u0104\u0106\u0003,\u0016\u0000\u0105\u0104\u0001\u0000\u0000\u0000"+
|
|
2853
|
+
"\u0105\u0106\u0001\u0000\u0000\u0000\u0106\u0108\u0001\u0000\u0000\u0000"+
|
|
2854
|
+
"\u0107\u0109\u0003.\u0017\u0000\u0108\u0107\u0001\u0000\u0000\u0000\u0108"+
|
|
2855
|
+
"\u0109\u0001\u0000\u0000\u0000\u0109\u010b\u0001\u0000\u0000\u0000\u010a"+
|
|
2856
|
+
"\u010c\u00030\u0018\u0000\u010b\u010a\u0001\u0000\u0000\u0000\u010b\u010c"+
|
|
2857
|
+
"\u0001\u0000\u0000\u0000\u010c\u010e\u0001\u0000\u0000\u0000\u010d\u010f"+
|
|
2858
|
+
"\u0003*\u0015\u0000\u010e\u010d\u0001\u0000\u0000\u0000\u010e\u010f\u0001"+
|
|
2859
|
+
"\u0000\u0000\u0000\u010f\u0111\u0001\u0000\u0000\u0000\u0110\u0112\u0003"+
|
|
2860
|
+
"2\u0019\u0000\u0111\u0110\u0001\u0000\u0000\u0000\u0111\u0112\u0001\u0000"+
|
|
2861
|
+
"\u0000\u0000\u0112\u0114\u0001\u0000\u0000\u0000\u0113\u00f9\u0001\u0000"+
|
|
2862
|
+
"\u0000\u0000\u0113\u00fc\u0001\u0000\u0000\u0000\u0114\u0017\u0001\u0000"+
|
|
2863
|
+
"\u0000\u0000\u0115\u0116\u0005\"\u0000\u0000\u0116\u0117\u0003R)\u0000"+
|
|
2864
|
+
"\u0117\u0019\u0001\u0000\u0000\u0000\u0118\u0119\u00057\u0000\u0000\u0119"+
|
|
2865
|
+
"\u011a\u0005#\u0000\u0000\u011a\u011b\u0003R)\u0000\u011b\u001b\u0001"+
|
|
2866
|
+
"\u0000\u0000\u0000\u011c\u011d\u00057\u0000\u0000\u011d\u011e\u0005$\u0000"+
|
|
2867
|
+
"\u0000\u011e\u011f\u0003R)\u0000\u011f\u001d\u0001\u0000\u0000\u0000\u0120"+
|
|
2868
|
+
"\u0121\u00057\u0000\u0000\u0121\u0122\u0005%\u0000\u0000\u0122\u0123\u0003"+
|
|
2869
|
+
"R)\u0000\u0123\u001f\u0001\u0000\u0000\u0000\u0124\u0125\u00057\u0000"+
|
|
2870
|
+
"\u0000\u0125\u0126\u0005&\u0000\u0000\u0126\u0127\u0003R)\u0000\u0127"+
|
|
2871
|
+
"!\u0001\u0000\u0000\u0000\u0128\u0129\u00057\u0000\u0000\u0129\u012a\u0005"+
|
|
2872
|
+
"\'\u0000\u0000\u012a\u012b\u0003V+\u0000\u012b#\u0001\u0000\u0000\u0000"+
|
|
2873
|
+
"\u012c\u012d\u00057\u0000\u0000\u012d\u012e\u0005(\u0000\u0000\u012e\u012f"+
|
|
2874
|
+
"\u0003V+\u0000\u012f%\u0001\u0000\u0000\u0000\u0130\u0131\u00057\u0000"+
|
|
2875
|
+
"\u0000\u0131\u0132\u0005)\u0000\u0000\u0132\u0133\u0003V+\u0000\u0133"+
|
|
2876
|
+
"\'\u0001\u0000\u0000\u0000\u0134\u0135\u00057\u0000\u0000\u0135\u0136"+
|
|
2877
|
+
"\u0005*\u0000\u0000\u0136\u0137\u0003V+\u0000\u0137)\u0001\u0000\u0000"+
|
|
2878
|
+
"\u0000\u0138\u0139\u0003 \u0010\u0000\u0139\u013a\u0003\"\u0011\u0000"+
|
|
2879
|
+
"\u013a\u013b\u0003$\u0012\u0000\u013b\u013c\u0003&\u0013\u0000\u013c\u013d"+
|
|
2880
|
+
"\u0003(\u0014\u0000\u013d+\u0001\u0000\u0000\u0000\u013e\u013f\u00057"+
|
|
2881
|
+
"\u0000\u0000\u013f\u0140\u0005\u001b\u0000\u0000\u0140\u0141\u0003R)\u0000"+
|
|
2882
|
+
"\u0141-\u0001\u0000\u0000\u0000\u0142\u0143\u00057\u0000\u0000\u0143\u0144"+
|
|
2883
|
+
"\u0005+\u0000\u0000\u0144\u0145\u0003R)\u0000\u0145/\u0001\u0000\u0000"+
|
|
2884
|
+
"\u0000\u0146\u0147\u00057\u0000\u0000\u0147\u0148\u0005,\u0000\u0000\u0148"+
|
|
2885
|
+
"\u0149\u0003R)\u0000\u01491\u0001\u0000\u0000\u0000\u014a\u014b\u0005"+
|
|
2886
|
+
"7\u0000\u0000\u014b\u014c\u0005-\u0000\u0000\u014c\u014d\u0003R)\u0000"+
|
|
2887
|
+
"\u014d3\u0001\u0000\u0000\u0000\u014e\u014f\u0005\u001e\u0000\u0000\u014f"+
|
|
2888
|
+
"\u0150\u00036\u001b\u0000\u01505\u0001\u0000\u0000\u0000\u0151\u0152\u0005"+
|
|
2889
|
+
"\u001f\u0000\u0000\u0152\u0155\u0003P(\u0000\u0153\u0154\u0005\u0012\u0000"+
|
|
2890
|
+
"\u0000\u0154\u0156\u0003R)\u0000\u0155\u0153\u0001\u0000\u0000\u0000\u0155"+
|
|
2891
|
+
"\u0156\u0001\u0000\u0000\u0000\u0156\u0157\u0001\u0000\u0000\u0000\u0157"+
|
|
2892
|
+
"\u0158\u00055\u0000\u0000\u0158\u015d\u00038\u001c\u0000\u0159\u015a\u0005"+
|
|
2893
|
+
"7\u0000\u0000\u015a\u015c\u00038\u001c\u0000\u015b\u0159\u0001\u0000\u0000"+
|
|
2894
|
+
"\u0000\u015c\u015f\u0001\u0000\u0000\u0000\u015d\u015b\u0001\u0000\u0000"+
|
|
2895
|
+
"\u0000\u015d\u015e\u0001\u0000\u0000\u0000\u015e\u0160\u0001\u0000\u0000"+
|
|
2896
|
+
"\u0000\u015f\u015d\u0001\u0000\u0000\u0000\u0160\u0161\u00056\u0000\u0000"+
|
|
2897
|
+
"\u0161\u0162\u00058\u0000\u0000\u01627\u0001\u0000\u0000\u0000\u0163\u0165"+
|
|
2898
|
+
"\u0003P(\u0000\u0164\u0166\u0005\u001c\u0000\u0000\u0165\u0164\u0001\u0000"+
|
|
2899
|
+
"\u0000\u0000\u0165\u0166\u0001\u0000\u0000\u0000\u0166\u0168\u0001\u0000"+
|
|
2900
|
+
"\u0000\u0000\u0167\u0169\u0005\u001d\u0000\u0000\u0168\u0167\u0001\u0000"+
|
|
2901
|
+
"\u0000\u0000\u0168\u0169\u0001\u0000\u0000\u0000\u01699\u0001\u0000\u0000"+
|
|
2902
|
+
"\u0000\u016a\u016b\u0005\u0005\u0000\u0000\u016b\u016c\u0005\u0002\u0000"+
|
|
2903
|
+
"\u0000\u016c\u016d\u0003P(\u0000\u016d\u016e\u00058\u0000\u0000\u016e"+
|
|
2904
|
+
";\u0001\u0000\u0000\u0000\u016f\u0170\u0005\u0006\u0000\u0000\u0170\u0171"+
|
|
2905
|
+
"\u0005\u0002\u0000\u0000\u0171\u0172\u0003P(\u0000\u0172\u0173\u00058"+
|
|
2906
|
+
"\u0000\u0000\u0173=\u0001\u0000\u0000\u0000\u0174\u0175\u0005 \u0000\u0000"+
|
|
2907
|
+
"\u0175\u0176\u0005!\u0000\u0000\u0176\u0177\u00055\u0000\u0000\u0177\u017c"+
|
|
2908
|
+
"\u0003@ \u0000\u0178\u0179\u00057\u0000\u0000\u0179\u017b\u0003@ \u0000"+
|
|
2909
|
+
"\u017a\u0178\u0001\u0000\u0000\u0000\u017b\u017e\u0001\u0000\u0000\u0000"+
|
|
2910
|
+
"\u017c\u017a\u0001\u0000\u0000\u0000\u017c\u017d\u0001\u0000\u0000\u0000"+
|
|
2911
|
+
"\u017d\u017f\u0001\u0000\u0000\u0000\u017e\u017c\u0001\u0000\u0000\u0000"+
|
|
2912
|
+
"\u017f\u0180\u00056\u0000\u0000\u0180\u0181\u00058\u0000\u0000\u0181?"+
|
|
2913
|
+
"\u0001\u0000\u0000\u0000\u0182\u0183\u0003R)\u0000\u0183\u0184\u0003R"+
|
|
2914
|
+
")\u0000\u0184A\u0001\u0000\u0000\u0000\u0185\u0188\u0003D\"\u0000\u0186"+
|
|
2915
|
+
"\u0188\u0003F#\u0000\u0187\u0185\u0001\u0000\u0000\u0000\u0187\u0186\u0001"+
|
|
2916
|
+
"\u0000\u0000\u0000\u0188C\u0001\u0000\u0000\u0000\u0189\u018a\u0003P("+
|
|
2917
|
+
"\u0000\u018a\u018e\u00052\u0000\u0000\u018b\u018d\u0007\u0000\u0000\u0000"+
|
|
2918
|
+
"\u018c\u018b\u0001\u0000\u0000\u0000\u018d\u0190\u0001\u0000\u0000\u0000"+
|
|
2919
|
+
"\u018e\u018c\u0001\u0000\u0000\u0000\u018e\u018f\u0001\u0000\u0000\u0000"+
|
|
2920
|
+
"\u018fE\u0001\u0000\u0000\u0000\u0190\u018e\u0001\u0000\u0000\u0000\u0191"+
|
|
2921
|
+
"\u0194\u0003J%\u0000\u0192\u0194\u0003H$\u0000\u0193\u0191\u0001\u0000"+
|
|
2922
|
+
"\u0000\u0000\u0193\u0192\u0001\u0000\u0000\u0000\u0194G\u0001\u0000\u0000"+
|
|
2923
|
+
"\u0000\u0195\u0196\u0003P(\u0000\u0196\u0197\u0003P(\u0000\u0197\u0198"+
|
|
2924
|
+
"\u0005\b\u0000\u0000\u0198\u0199\u0005\r\u0000\u0000\u0199\u019a\u0003"+
|
|
2925
|
+
"P(\u0000\u019aI\u0001\u0000\u0000\u0000\u019b\u019c\u0003P(\u0000\u019c"+
|
|
2926
|
+
"\u019d\u0003P(\u0000\u019d\u019e\u0005\b\u0000\u0000\u019e\u019f\u0005"+
|
|
2927
|
+
"5\u0000\u0000\u019f\u01a0\u0003L&\u0000\u01a0\u01a1\u00057\u0000\u0000"+
|
|
2928
|
+
"\u01a1\u01a2\u0003L&\u0000\u01a2\u01a4\u00056\u0000\u0000\u01a3\u01a5"+
|
|
2929
|
+
"\u0005\f\u0000\u0000\u01a4\u01a3\u0001\u0000\u0000\u0000\u01a4\u01a5\u0001"+
|
|
2930
|
+
"\u0000\u0000\u0000\u01a5K\u0001\u0000\u0000\u0000\u01a6\u01a7\u0007\u0001"+
|
|
2931
|
+
"\u0000\u0000\u01a7M\u0001\u0000\u0000\u0000\u01a8\u01a9\u0005:\u0000\u0000"+
|
|
2932
|
+
"\u01a9O\u0001\u0000\u0000\u0000\u01aa\u01ab\u0005>\u0000\u0000\u01abQ"+
|
|
2933
|
+
"\u0001\u0000\u0000\u0000\u01ac\u01ad\u0005?\u0000\u0000\u01adS\u0001\u0000"+
|
|
2934
|
+
"\u0000\u0000\u01ae\u01af\u00059\u0000\u0000\u01afU\u0001\u0000\u0000\u0000"+
|
|
2935
|
+
"\u01b0\u01b1\u0005;\u0000\u0000\u01b1W\u0001\u0000\u0000\u0000\u01b2\u01b3"+
|
|
2936
|
+
"\u0005:\u0000\u0000\u01b3Y\u0001\u0000\u0000\u0000)]ciy\u0085\u008c\u0099"+
|
|
2937
|
+
"\u009e\u00b3\u00b6\u00b9\u00bc\u00bf\u00c2\u00c5\u00c9\u00cc\u00cf\u00d3"+
|
|
2938
|
+
"\u00db\u00de\u00e1\u00eb\u00f3\u00ff\u0102\u0105\u0108\u010b\u010e\u0111"+
|
|
2939
|
+
"\u0113\u0155\u015d\u0165\u0168\u017c\u0187\u018e\u0193\u01a4";
|
|
2940
|
+
public static final ATN _ATN =
|
|
2941
|
+
new ATNDeserializer().deserialize(_serializedATN.toCharArray());
|
|
2942
|
+
static {
|
|
2943
|
+
_decisionToDFA = new DFA[_ATN.getNumberOfDecisions()];
|
|
2944
|
+
for (int i = 0; i < _ATN.getNumberOfDecisions(); i++) {
|
|
2945
|
+
_decisionToDFA[i] = new DFA(_ATN.getDecisionState(i), i);
|
|
2946
|
+
}
|
|
2947
|
+
}
|
|
2948
|
+
}
|