Skip to content

Commit 989a6a5

Browse files
committed
Add receiver feature for Json value
1 parent aeb9c2a commit 989a6a5

19 files changed

+926
-574
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package com.relogiclabs.json.schema.exception;
2+
3+
import com.relogiclabs.json.schema.message.ErrorDetail;
4+
5+
public class NoValueReceivedException extends CommonException {
6+
public NoValueReceivedException(ErrorDetail detail) {
7+
super(detail);
8+
}
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package com.relogiclabs.json.schema.exception;
2+
3+
import com.relogiclabs.json.schema.message.ErrorDetail;
4+
5+
public class ReceiverNotFoundException extends CommonException {
6+
public ReceiverNotFoundException(ErrorDetail detail) {
7+
super(detail);
8+
}
9+
}

src/main/java/com/relogiclabs/json/schema/internal/antlr/DateTimeLexer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
import org.antlr.v4.runtime.atn.PredictionContextCache;
1212
import org.antlr.v4.runtime.dfa.DFA;
1313

14-
@SuppressWarnings({"all", "warnings", "unchecked", "unused", "cast", "CheckReturnValue"})
14+
@SuppressWarnings({"all", "warnings", "unchecked", "unused", "cast", "CheckReturnValue", "this-escape"})
1515
public class DateTimeLexer extends Lexer {
16-
static { RuntimeMetaData.checkVersion("4.13.0", RuntimeMetaData.VERSION); }
16+
static { RuntimeMetaData.checkVersion("4.13.1", RuntimeMetaData.VERSION); }
1717

1818
protected static final DFA[] _decisionToDFA;
1919
protected static final PredictionContextCache _sharedContextCache =

src/main/java/com/relogiclabs/json/schema/internal/antlr/JsonLexer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
import org.antlr.v4.runtime.atn.PredictionContextCache;
1212
import org.antlr.v4.runtime.dfa.DFA;
1313

14-
@SuppressWarnings({"all", "warnings", "unchecked", "unused", "cast", "CheckReturnValue"})
14+
@SuppressWarnings({"all", "warnings", "unchecked", "unused", "cast", "CheckReturnValue", "this-escape"})
1515
public class JsonLexer extends Lexer {
16-
static { RuntimeMetaData.checkVersion("4.13.0", RuntimeMetaData.VERSION); }
16+
static { RuntimeMetaData.checkVersion("4.13.1", RuntimeMetaData.VERSION); }
1717

1818
protected static final DFA[] _decisionToDFA;
1919
protected static final PredictionContextCache _sharedContextCache =

src/main/java/com/relogiclabs/json/schema/internal/antlr/JsonParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
@SuppressWarnings({"all", "warnings", "unchecked", "unused", "cast", "CheckReturnValue"})
2222
public class JsonParser extends Parser {
23-
static { RuntimeMetaData.checkVersion("4.13.0", RuntimeMetaData.VERSION); }
23+
static { RuntimeMetaData.checkVersion("4.13.1", RuntimeMetaData.VERSION); }
2424

2525
protected static final DFA[] _decisionToDFA;
2626
protected static final PredictionContextCache _sharedContextCache =

src/main/java/com/relogiclabs/json/schema/internal/antlr/SchemaLexer.interp

Lines changed: 4 additions & 1 deletion
Large diffs are not rendered by default.

src/main/java/com/relogiclabs/json/schema/internal/antlr/SchemaLexer.java

Lines changed: 222 additions & 218 deletions
Large diffs are not rendered by default.

src/main/java/com/relogiclabs/json/schema/internal/antlr/SchemaLexer.tokens

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,19 @@ IDENTIFIER=21
2222
ALIAS=22
2323
DATATYPE=23
2424
FUNCTION=24
25-
STRING=25
26-
INTEGER=26
27-
FLOAT=27
28-
DOUBLE=28
29-
MULTILINE_COMMENT=29
30-
LINE_COMMENT=30
31-
WHITE_SPACE=31
32-
COLON1=32
33-
VERSION_NUMBER1=33
34-
WHITE_SPACE1=34
35-
MULTILINE_COMMENT1=35
36-
LINE_COMMENT1=36
25+
RECEIVER=25
26+
STRING=26
27+
INTEGER=27
28+
FLOAT=28
29+
DOUBLE=29
30+
MULTILINE_COMMENT=30
31+
LINE_COMMENT=31
32+
WHITE_SPACE=32
33+
COLON1=33
34+
VERSION_NUMBER1=34
35+
WHITE_SPACE1=35
36+
MULTILINE_COMMENT1=36
37+
LINE_COMMENT1=37
3738
'%title'=1
3839
'%version'=2
3940
'%include'=3

src/main/java/com/relogiclabs/json/schema/internal/antlr/SchemaParser.interp

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ null
3636
null
3737
null
3838
null
39+
null
3940

4041
token symbolic names:
4142
null
@@ -63,6 +64,7 @@ IDENTIFIER
6364
ALIAS
6465
DATATYPE
6566
FUNCTION
67+
RECEIVER
6668
STRING
6769
INTEGER
6870
FLOAT
@@ -84,17 +86,19 @@ version
8486
include
8587
pragma
8688
define
87-
aliasName
89+
alias
8890
validatorMain
8991
validator
9092
value
93+
receiver
9194
object
9295
property
9396
array
9497
datatype
9598
function
99+
argument
96100
primitive
97101

98102

99103
atn:
100-
[4, 1, 36, 221, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 1, 0, 3, 0, 36, 8, 0, 1, 0, 3, 0, 39, 8, 0, 1, 0, 5, 0, 42, 8, 0, 10, 0, 12, 0, 45, 9, 0, 1, 0, 5, 0, 48, 8, 0, 10, 0, 12, 0, 51, 9, 0, 1, 0, 5, 0, 54, 8, 0, 10, 0, 12, 0, 57, 9, 0, 1, 0, 1, 0, 5, 0, 61, 8, 0, 10, 0, 12, 0, 64, 9, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 3, 0, 71, 8, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 90, 8, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 8, 1, 8, 5, 8, 106, 8, 8, 10, 8, 12, 8, 109, 9, 8, 1, 8, 5, 8, 112, 8, 8, 10, 8, 12, 8, 115, 9, 8, 1, 8, 3, 8, 118, 8, 8, 1, 8, 4, 8, 121, 8, 8, 11, 8, 12, 8, 122, 1, 8, 5, 8, 126, 8, 8, 10, 8, 12, 8, 129, 9, 8, 1, 8, 3, 8, 132, 8, 8, 1, 8, 4, 8, 135, 8, 8, 11, 8, 12, 8, 136, 1, 8, 3, 8, 140, 8, 8, 3, 8, 142, 8, 8, 1, 9, 1, 9, 3, 9, 146, 8, 9, 1, 10, 1, 10, 1, 10, 3, 10, 151, 8, 10, 1, 11, 1, 11, 1, 11, 1, 11, 5, 11, 157, 8, 11, 10, 11, 12, 11, 160, 9, 11, 3, 11, 162, 8, 11, 1, 11, 1, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 1, 13, 5, 13, 174, 8, 13, 10, 13, 12, 13, 177, 9, 13, 3, 13, 179, 8, 13, 1, 13, 1, 13, 1, 14, 1, 14, 3, 14, 185, 8, 14, 1, 14, 1, 14, 1, 14, 1, 14, 3, 14, 191, 8, 14, 1, 15, 1, 15, 3, 15, 195, 8, 15, 1, 15, 1, 15, 1, 15, 1, 15, 5, 15, 201, 8, 15, 10, 15, 12, 15, 204, 9, 15, 3, 15, 206, 8, 15, 1, 15, 3, 15, 209, 8, 15, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 3, 16, 219, 8, 16, 1, 16, 0, 0, 17, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 0, 0, 241, 0, 70, 1, 0, 0, 0, 2, 72, 1, 0, 0, 0, 4, 76, 1, 0, 0, 0, 6, 80, 1, 0, 0, 0, 8, 84, 1, 0, 0, 0, 10, 91, 1, 0, 0, 0, 12, 96, 1, 0, 0, 0, 14, 101, 1, 0, 0, 0, 16, 141, 1, 0, 0, 0, 18, 145, 1, 0, 0, 0, 20, 150, 1, 0, 0, 0, 22, 152, 1, 0, 0, 0, 24, 165, 1, 0, 0, 0, 26, 169, 1, 0, 0, 0, 28, 182, 1, 0, 0, 0, 30, 192, 1, 0, 0, 0, 32, 218, 1, 0, 0, 0, 34, 36, 3, 4, 2, 0, 35, 34, 1, 0, 0, 0, 35, 36, 1, 0, 0, 0, 36, 38, 1, 0, 0, 0, 37, 39, 3, 6, 3, 0, 38, 37, 1, 0, 0, 0, 38, 39, 1, 0, 0, 0, 39, 43, 1, 0, 0, 0, 40, 42, 3, 8, 4, 0, 41, 40, 1, 0, 0, 0, 42, 45, 1, 0, 0, 0, 43, 41, 1, 0, 0, 0, 43, 44, 1, 0, 0, 0, 44, 49, 1, 0, 0, 0, 45, 43, 1, 0, 0, 0, 46, 48, 3, 10, 5, 0, 47, 46, 1, 0, 0, 0, 48, 51, 1, 0, 0, 0, 49, 47, 1, 0, 0, 0, 49, 50, 1, 0, 0, 0, 50, 55, 1, 0, 0, 0, 51, 49, 1, 0, 0, 0, 52, 54, 3, 12, 6, 0, 53, 52, 1, 0, 0, 0, 54, 57, 1, 0, 0, 0, 55, 53, 1, 0, 0, 0, 55, 56, 1, 0, 0, 0, 56, 58, 1, 0, 0, 0, 57, 55, 1, 0, 0, 0, 58, 62, 3, 2, 1, 0, 59, 61, 3, 12, 6, 0, 60, 59, 1, 0, 0, 0, 61, 64, 1, 0, 0, 0, 62, 60, 1, 0, 0, 0, 62, 63, 1, 0, 0, 0, 63, 65, 1, 0, 0, 0, 64, 62, 1, 0, 0, 0, 65, 66, 5, 0, 0, 1, 66, 71, 1, 0, 0, 0, 67, 68, 3, 18, 9, 0, 68, 69, 5, 0, 0, 1, 69, 71, 1, 0, 0, 0, 70, 35, 1, 0, 0, 0, 70, 67, 1, 0, 0, 0, 71, 1, 1, 0, 0, 0, 72, 73, 5, 6, 0, 0, 73, 74, 5, 10, 0, 0, 74, 75, 3, 18, 9, 0, 75, 3, 1, 0, 0, 0, 76, 77, 5, 1, 0, 0, 77, 78, 5, 10, 0, 0, 78, 79, 5, 25, 0, 0, 79, 5, 1, 0, 0, 0, 80, 81, 5, 2, 0, 0, 81, 82, 5, 32, 0, 0, 82, 83, 5, 33, 0, 0, 83, 7, 1, 0, 0, 0, 84, 85, 5, 3, 0, 0, 85, 86, 5, 10, 0, 0, 86, 89, 5, 21, 0, 0, 87, 88, 5, 11, 0, 0, 88, 90, 5, 21, 0, 0, 89, 87, 1, 0, 0, 0, 89, 90, 1, 0, 0, 0, 90, 9, 1, 0, 0, 0, 91, 92, 5, 4, 0, 0, 92, 93, 5, 21, 0, 0, 93, 94, 5, 10, 0, 0, 94, 95, 3, 32, 16, 0, 95, 11, 1, 0, 0, 0, 96, 97, 5, 5, 0, 0, 97, 98, 3, 14, 7, 0, 98, 99, 5, 10, 0, 0, 99, 100, 3, 16, 8, 0, 100, 13, 1, 0, 0, 0, 101, 102, 5, 22, 0, 0, 102, 15, 1, 0, 0, 0, 103, 107, 3, 20, 10, 0, 104, 106, 3, 30, 15, 0, 105, 104, 1, 0, 0, 0, 106, 109, 1, 0, 0, 0, 107, 105, 1, 0, 0, 0, 107, 108, 1, 0, 0, 0, 108, 113, 1, 0, 0, 0, 109, 107, 1, 0, 0, 0, 110, 112, 3, 28, 14, 0, 111, 110, 1, 0, 0, 0, 112, 115, 1, 0, 0, 0, 113, 111, 1, 0, 0, 0, 113, 114, 1, 0, 0, 0, 114, 117, 1, 0, 0, 0, 115, 113, 1, 0, 0, 0, 116, 118, 5, 19, 0, 0, 117, 116, 1, 0, 0, 0, 117, 118, 1, 0, 0, 0, 118, 142, 1, 0, 0, 0, 119, 121, 3, 30, 15, 0, 120, 119, 1, 0, 0, 0, 121, 122, 1, 0, 0, 0, 122, 120, 1, 0, 0, 0, 122, 123, 1, 0, 0, 0, 123, 127, 1, 0, 0, 0, 124, 126, 3, 28, 14, 0, 125, 124, 1, 0, 0, 0, 126, 129, 1, 0, 0, 0, 127, 125, 1, 0, 0, 0, 127, 128, 1, 0, 0, 0, 128, 131, 1, 0, 0, 0, 129, 127, 1, 0, 0, 0, 130, 132, 5, 19, 0, 0, 131, 130, 1, 0, 0, 0, 131, 132, 1, 0, 0, 0, 132, 142, 1, 0, 0, 0, 133, 135, 3, 28, 14, 0, 134, 133, 1, 0, 0, 0, 135, 136, 1, 0, 0, 0, 136, 134, 1, 0, 0, 0, 136, 137, 1, 0, 0, 0, 137, 139, 1, 0, 0, 0, 138, 140, 5, 19, 0, 0, 139, 138, 1, 0, 0, 0, 139, 140, 1, 0, 0, 0, 140, 142, 1, 0, 0, 0, 141, 103, 1, 0, 0, 0, 141, 120, 1, 0, 0, 0, 141, 134, 1, 0, 0, 0, 142, 17, 1, 0, 0, 0, 143, 146, 3, 16, 8, 0, 144, 146, 3, 14, 7, 0, 145, 143, 1, 0, 0, 0, 145, 144, 1, 0, 0, 0, 146, 19, 1, 0, 0, 0, 147, 151, 3, 32, 16, 0, 148, 151, 3, 22, 11, 0, 149, 151, 3, 26, 13, 0, 150, 147, 1, 0, 0, 0, 150, 148, 1, 0, 0, 0, 150, 149, 1, 0, 0, 0, 151, 21, 1, 0, 0, 0, 152, 161, 5, 13, 0, 0, 153, 158, 3, 24, 12, 0, 154, 155, 5, 11, 0, 0, 155, 157, 3, 24, 12, 0, 156, 154, 1, 0, 0, 0, 157, 160, 1, 0, 0, 0, 158, 156, 1, 0, 0, 0, 158, 159, 1, 0, 0, 0, 159, 162, 1, 0, 0, 0, 160, 158, 1, 0, 0, 0, 161, 153, 1, 0, 0, 0, 161, 162, 1, 0, 0, 0, 162, 163, 1, 0, 0, 0, 163, 164, 5, 14, 0, 0, 164, 23, 1, 0, 0, 0, 165, 166, 5, 25, 0, 0, 166, 167, 5, 10, 0, 0, 167, 168, 3, 18, 9, 0, 168, 25, 1, 0, 0, 0, 169, 178, 5, 15, 0, 0, 170, 175, 3, 18, 9, 0, 171, 172, 5, 11, 0, 0, 172, 174, 3, 18, 9, 0, 173, 171, 1, 0, 0, 0, 174, 177, 1, 0, 0, 0, 175, 173, 1, 0, 0, 0, 175, 176, 1, 0, 0, 0, 176, 179, 1, 0, 0, 0, 177, 175, 1, 0, 0, 0, 178, 170, 1, 0, 0, 0, 178, 179, 1, 0, 0, 0, 179, 180, 1, 0, 0, 0, 180, 181, 5, 16, 0, 0, 181, 27, 1, 0, 0, 0, 182, 184, 5, 23, 0, 0, 183, 185, 5, 12, 0, 0, 184, 183, 1, 0, 0, 0, 184, 185, 1, 0, 0, 0, 185, 190, 1, 0, 0, 0, 186, 187, 5, 17, 0, 0, 187, 188, 3, 14, 7, 0, 188, 189, 5, 18, 0, 0, 189, 191, 1, 0, 0, 0, 190, 186, 1, 0, 0, 0, 190, 191, 1, 0, 0, 0, 191, 29, 1, 0, 0, 0, 192, 194, 5, 24, 0, 0, 193, 195, 5, 12, 0, 0, 194, 193, 1, 0, 0, 0, 194, 195, 1, 0, 0, 0, 195, 208, 1, 0, 0, 0, 196, 205, 5, 17, 0, 0, 197, 202, 3, 20, 10, 0, 198, 199, 5, 11, 0, 0, 199, 201, 3, 20, 10, 0, 200, 198, 1, 0, 0, 0, 201, 204, 1, 0, 0, 0, 202, 200, 1, 0, 0, 0, 202, 203, 1, 0, 0, 0, 203, 206, 1, 0, 0, 0, 204, 202, 1, 0, 0, 0, 205, 197, 1, 0, 0, 0, 205, 206, 1, 0, 0, 0, 206, 207, 1, 0, 0, 0, 207, 209, 5, 18, 0, 0, 208, 196, 1, 0, 0, 0, 208, 209, 1, 0, 0, 0, 209, 31, 1, 0, 0, 0, 210, 219, 5, 7, 0, 0, 211, 219, 5, 8, 0, 0, 212, 219, 5, 25, 0, 0, 213, 219, 5, 26, 0, 0, 214, 219, 5, 27, 0, 0, 215, 219, 5, 28, 0, 0, 216, 219, 5, 9, 0, 0, 217, 219, 5, 20, 0, 0, 218, 210, 1, 0, 0, 0, 218, 211, 1, 0, 0, 0, 218, 212, 1, 0, 0, 0, 218, 213, 1, 0, 0, 0, 218, 214, 1, 0, 0, 0, 218, 215, 1, 0, 0, 0, 218, 216, 1, 0, 0, 0, 218, 217, 1, 0, 0, 0, 219, 33, 1, 0, 0, 0, 30, 35, 38, 43, 49, 55, 62, 70, 89, 107, 113, 117, 122, 127, 131, 136, 139, 141, 145, 150, 158, 161, 175, 178, 184, 190, 194, 202, 205, 208, 218]
104+
[4, 1, 37, 249, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 1, 0, 3, 0, 40, 8, 0, 1, 0, 3, 0, 43, 8, 0, 1, 0, 5, 0, 46, 8, 0, 10, 0, 12, 0, 49, 9, 0, 1, 0, 5, 0, 52, 8, 0, 10, 0, 12, 0, 55, 9, 0, 1, 0, 5, 0, 58, 8, 0, 10, 0, 12, 0, 61, 9, 0, 1, 0, 1, 0, 5, 0, 65, 8, 0, 10, 0, 12, 0, 68, 9, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 3, 0, 75, 8, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 94, 8, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 8, 1, 8, 5, 8, 110, 8, 8, 10, 8, 12, 8, 113, 9, 8, 1, 8, 5, 8, 116, 8, 8, 10, 8, 12, 8, 119, 9, 8, 1, 8, 5, 8, 122, 8, 8, 10, 8, 12, 8, 125, 9, 8, 1, 8, 3, 8, 128, 8, 8, 1, 8, 4, 8, 131, 8, 8, 11, 8, 12, 8, 132, 1, 8, 5, 8, 136, 8, 8, 10, 8, 12, 8, 139, 9, 8, 1, 8, 5, 8, 142, 8, 8, 10, 8, 12, 8, 145, 9, 8, 1, 8, 3, 8, 148, 8, 8, 1, 8, 4, 8, 151, 8, 8, 11, 8, 12, 8, 152, 1, 8, 5, 8, 156, 8, 8, 10, 8, 12, 8, 159, 9, 8, 1, 8, 3, 8, 162, 8, 8, 3, 8, 164, 8, 8, 1, 9, 1, 9, 3, 9, 168, 8, 9, 1, 10, 1, 10, 1, 10, 3, 10, 173, 8, 10, 1, 11, 1, 11, 1, 12, 1, 12, 1, 12, 1, 12, 5, 12, 181, 8, 12, 10, 12, 12, 12, 184, 9, 12, 3, 12, 186, 8, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 1, 14, 5, 14, 198, 8, 14, 10, 14, 12, 14, 201, 9, 14, 3, 14, 203, 8, 14, 1, 14, 1, 14, 1, 15, 1, 15, 3, 15, 209, 8, 15, 1, 15, 1, 15, 1, 15, 1, 15, 3, 15, 215, 8, 15, 1, 16, 1, 16, 3, 16, 219, 8, 16, 1, 16, 1, 16, 1, 16, 1, 16, 5, 16, 225, 8, 16, 10, 16, 12, 16, 228, 9, 16, 3, 16, 230, 8, 16, 1, 16, 3, 16, 233, 8, 16, 1, 17, 1, 17, 3, 17, 237, 8, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 247, 8, 18, 1, 18, 0, 0, 19, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 0, 0, 271, 0, 74, 1, 0, 0, 0, 2, 76, 1, 0, 0, 0, 4, 80, 1, 0, 0, 0, 6, 84, 1, 0, 0, 0, 8, 88, 1, 0, 0, 0, 10, 95, 1, 0, 0, 0, 12, 100, 1, 0, 0, 0, 14, 105, 1, 0, 0, 0, 16, 163, 1, 0, 0, 0, 18, 167, 1, 0, 0, 0, 20, 172, 1, 0, 0, 0, 22, 174, 1, 0, 0, 0, 24, 176, 1, 0, 0, 0, 26, 189, 1, 0, 0, 0, 28, 193, 1, 0, 0, 0, 30, 206, 1, 0, 0, 0, 32, 216, 1, 0, 0, 0, 34, 236, 1, 0, 0, 0, 36, 246, 1, 0, 0, 0, 38, 40, 3, 4, 2, 0, 39, 38, 1, 0, 0, 0, 39, 40, 1, 0, 0, 0, 40, 42, 1, 0, 0, 0, 41, 43, 3, 6, 3, 0, 42, 41, 1, 0, 0, 0, 42, 43, 1, 0, 0, 0, 43, 47, 1, 0, 0, 0, 44, 46, 3, 8, 4, 0, 45, 44, 1, 0, 0, 0, 46, 49, 1, 0, 0, 0, 47, 45, 1, 0, 0, 0, 47, 48, 1, 0, 0, 0, 48, 53, 1, 0, 0, 0, 49, 47, 1, 0, 0, 0, 50, 52, 3, 10, 5, 0, 51, 50, 1, 0, 0, 0, 52, 55, 1, 0, 0, 0, 53, 51, 1, 0, 0, 0, 53, 54, 1, 0, 0, 0, 54, 59, 1, 0, 0, 0, 55, 53, 1, 0, 0, 0, 56, 58, 3, 12, 6, 0, 57, 56, 1, 0, 0, 0, 58, 61, 1, 0, 0, 0, 59, 57, 1, 0, 0, 0, 59, 60, 1, 0, 0, 0, 60, 62, 1, 0, 0, 0, 61, 59, 1, 0, 0, 0, 62, 66, 3, 2, 1, 0, 63, 65, 3, 12, 6, 0, 64, 63, 1, 0, 0, 0, 65, 68, 1, 0, 0, 0, 66, 64, 1, 0, 0, 0, 66, 67, 1, 0, 0, 0, 67, 69, 1, 0, 0, 0, 68, 66, 1, 0, 0, 0, 69, 70, 5, 0, 0, 1, 70, 75, 1, 0, 0, 0, 71, 72, 3, 18, 9, 0, 72, 73, 5, 0, 0, 1, 73, 75, 1, 0, 0, 0, 74, 39, 1, 0, 0, 0, 74, 71, 1, 0, 0, 0, 75, 1, 1, 0, 0, 0, 76, 77, 5, 6, 0, 0, 77, 78, 5, 10, 0, 0, 78, 79, 3, 18, 9, 0, 79, 3, 1, 0, 0, 0, 80, 81, 5, 1, 0, 0, 81, 82, 5, 10, 0, 0, 82, 83, 5, 26, 0, 0, 83, 5, 1, 0, 0, 0, 84, 85, 5, 2, 0, 0, 85, 86, 5, 33, 0, 0, 86, 87, 5, 34, 0, 0, 87, 7, 1, 0, 0, 0, 88, 89, 5, 3, 0, 0, 89, 90, 5, 10, 0, 0, 90, 93, 5, 21, 0, 0, 91, 92, 5, 11, 0, 0, 92, 94, 5, 21, 0, 0, 93, 91, 1, 0, 0, 0, 93, 94, 1, 0, 0, 0, 94, 9, 1, 0, 0, 0, 95, 96, 5, 4, 0, 0, 96, 97, 5, 21, 0, 0, 97, 98, 5, 10, 0, 0, 98, 99, 3, 36, 18, 0, 99, 11, 1, 0, 0, 0, 100, 101, 5, 5, 0, 0, 101, 102, 3, 14, 7, 0, 102, 103, 5, 10, 0, 0, 103, 104, 3, 16, 8, 0, 104, 13, 1, 0, 0, 0, 105, 106, 5, 22, 0, 0, 106, 15, 1, 0, 0, 0, 107, 111, 3, 20, 10, 0, 108, 110, 3, 32, 16, 0, 109, 108, 1, 0, 0, 0, 110, 113, 1, 0, 0, 0, 111, 109, 1, 0, 0, 0, 111, 112, 1, 0, 0, 0, 112, 117, 1, 0, 0, 0, 113, 111, 1, 0, 0, 0, 114, 116, 3, 30, 15, 0, 115, 114, 1, 0, 0, 0, 116, 119, 1, 0, 0, 0, 117, 115, 1, 0, 0, 0, 117, 118, 1, 0, 0, 0, 118, 123, 1, 0, 0, 0, 119, 117, 1, 0, 0, 0, 120, 122, 3, 22, 11, 0, 121, 120, 1, 0, 0, 0, 122, 125, 1, 0, 0, 0, 123, 121, 1, 0, 0, 0, 123, 124, 1, 0, 0, 0, 124, 127, 1, 0, 0, 0, 125, 123, 1, 0, 0, 0, 126, 128, 5, 19, 0, 0, 127, 126, 1, 0, 0, 0, 127, 128, 1, 0, 0, 0, 128, 164, 1, 0, 0, 0, 129, 131, 3, 32, 16, 0, 130, 129, 1, 0, 0, 0, 131, 132, 1, 0, 0, 0, 132, 130, 1, 0, 0, 0, 132, 133, 1, 0, 0, 0, 133, 137, 1, 0, 0, 0, 134, 136, 3, 30, 15, 0, 135, 134, 1, 0, 0, 0, 136, 139, 1, 0, 0, 0, 137, 135, 1, 0, 0, 0, 137, 138, 1, 0, 0, 0, 138, 143, 1, 0, 0, 0, 139, 137, 1, 0, 0, 0, 140, 142, 3, 22, 11, 0, 141, 140, 1, 0, 0, 0, 142, 145, 1, 0, 0, 0, 143, 141, 1, 0, 0, 0, 143, 144, 1, 0, 0, 0, 144, 147, 1, 0, 0, 0, 145, 143, 1, 0, 0, 0, 146, 148, 5, 19, 0, 0, 147, 146, 1, 0, 0, 0, 147, 148, 1, 0, 0, 0, 148, 164, 1, 0, 0, 0, 149, 151, 3, 30, 15, 0, 150, 149, 1, 0, 0, 0, 151, 152, 1, 0, 0, 0, 152, 150, 1, 0, 0, 0, 152, 153, 1, 0, 0, 0, 153, 157, 1, 0, 0, 0, 154, 156, 3, 22, 11, 0, 155, 154, 1, 0, 0, 0, 156, 159, 1, 0, 0, 0, 157, 155, 1, 0, 0, 0, 157, 158, 1, 0, 0, 0, 158, 161, 1, 0, 0, 0, 159, 157, 1, 0, 0, 0, 160, 162, 5, 19, 0, 0, 161, 160, 1, 0, 0, 0, 161, 162, 1, 0, 0, 0, 162, 164, 1, 0, 0, 0, 163, 107, 1, 0, 0, 0, 163, 130, 1, 0, 0, 0, 163, 150, 1, 0, 0, 0, 164, 17, 1, 0, 0, 0, 165, 168, 3, 16, 8, 0, 166, 168, 3, 14, 7, 0, 167, 165, 1, 0, 0, 0, 167, 166, 1, 0, 0, 0, 168, 19, 1, 0, 0, 0, 169, 173, 3, 36, 18, 0, 170, 173, 3, 24, 12, 0, 171, 173, 3, 28, 14, 0, 172, 169, 1, 0, 0, 0, 172, 170, 1, 0, 0, 0, 172, 171, 1, 0, 0, 0, 173, 21, 1, 0, 0, 0, 174, 175, 5, 25, 0, 0, 175, 23, 1, 0, 0, 0, 176, 185, 5, 13, 0, 0, 177, 182, 3, 26, 13, 0, 178, 179, 5, 11, 0, 0, 179, 181, 3, 26, 13, 0, 180, 178, 1, 0, 0, 0, 181, 184, 1, 0, 0, 0, 182, 180, 1, 0, 0, 0, 182, 183, 1, 0, 0, 0, 183, 186, 1, 0, 0, 0, 184, 182, 1, 0, 0, 0, 185, 177, 1, 0, 0, 0, 185, 186, 1, 0, 0, 0, 186, 187, 1, 0, 0, 0, 187, 188, 5, 14, 0, 0, 188, 25, 1, 0, 0, 0, 189, 190, 5, 26, 0, 0, 190, 191, 5, 10, 0, 0, 191, 192, 3, 18, 9, 0, 192, 27, 1, 0, 0, 0, 193, 202, 5, 15, 0, 0, 194, 199, 3, 18, 9, 0, 195, 196, 5, 11, 0, 0, 196, 198, 3, 18, 9, 0, 197, 195, 1, 0, 0, 0, 198, 201, 1, 0, 0, 0, 199, 197, 1, 0, 0, 0, 199, 200, 1, 0, 0, 0, 200, 203, 1, 0, 0, 0, 201, 199, 1, 0, 0, 0, 202, 194, 1, 0, 0, 0, 202, 203, 1, 0, 0, 0, 203, 204, 1, 0, 0, 0, 204, 205, 5, 16, 0, 0, 205, 29, 1, 0, 0, 0, 206, 208, 5, 23, 0, 0, 207, 209, 5, 12, 0, 0, 208, 207, 1, 0, 0, 0, 208, 209, 1, 0, 0, 0, 209, 214, 1, 0, 0, 0, 210, 211, 5, 17, 0, 0, 211, 212, 3, 14, 7, 0, 212, 213, 5, 18, 0, 0, 213, 215, 1, 0, 0, 0, 214, 210, 1, 0, 0, 0, 214, 215, 1, 0, 0, 0, 215, 31, 1, 0, 0, 0, 216, 218, 5, 24, 0, 0, 217, 219, 5, 12, 0, 0, 218, 217, 1, 0, 0, 0, 218, 219, 1, 0, 0, 0, 219, 232, 1, 0, 0, 0, 220, 229, 5, 17, 0, 0, 221, 226, 3, 34, 17, 0, 222, 223, 5, 11, 0, 0, 223, 225, 3, 34, 17, 0, 224, 222, 1, 0, 0, 0, 225, 228, 1, 0, 0, 0, 226, 224, 1, 0, 0, 0, 226, 227, 1, 0, 0, 0, 227, 230, 1, 0, 0, 0, 228, 226, 1, 0, 0, 0, 229, 221, 1, 0, 0, 0, 229, 230, 1, 0, 0, 0, 230, 231, 1, 0, 0, 0, 231, 233, 5, 18, 0, 0, 232, 220, 1, 0, 0, 0, 232, 233, 1, 0, 0, 0, 233, 33, 1, 0, 0, 0, 234, 237, 3, 20, 10, 0, 235, 237, 3, 22, 11, 0, 236, 234, 1, 0, 0, 0, 236, 235, 1, 0, 0, 0, 237, 35, 1, 0, 0, 0, 238, 247, 5, 7, 0, 0, 239, 247, 5, 8, 0, 0, 240, 247, 5, 26, 0, 0, 241, 247, 5, 27, 0, 0, 242, 247, 5, 28, 0, 0, 243, 247, 5, 29, 0, 0, 244, 247, 5, 9, 0, 0, 245, 247, 5, 20, 0, 0, 246, 238, 1, 0, 0, 0, 246, 239, 1, 0, 0, 0, 246, 240, 1, 0, 0, 0, 246, 241, 1, 0, 0, 0, 246, 242, 1, 0, 0, 0, 246, 243, 1, 0, 0, 0, 246, 244, 1, 0, 0, 0, 246, 245, 1, 0, 0, 0, 247, 37, 1, 0, 0, 0, 34, 39, 42, 47, 53, 59, 66, 74, 93, 111, 117, 123, 127, 132, 137, 143, 147, 152, 157, 161, 163, 167, 172, 182, 185, 199, 202, 208, 214, 218, 226, 229, 232, 236, 246]

0 commit comments

Comments
 (0)