gov.nist.secauto.metaschema.model.common.metapath.antlr.metapath10Lexer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metaschema-model-common Show documentation
Show all versions of metaschema-model-common Show documentation
The core API for working with Metaschema-based models.
// Generated from metapath10.g4 by ANTLR 4.9.2
package gov.nist.secauto.metaschema.model.common.metapath.antlr;
import org.antlr.v4.runtime.Lexer;
import org.antlr.v4.runtime.CharStream;
import org.antlr.v4.runtime.Token;
import org.antlr.v4.runtime.TokenStream;
import org.antlr.v4.runtime.*;
import org.antlr.v4.runtime.atn.*;
import org.antlr.v4.runtime.dfa.DFA;
import org.antlr.v4.runtime.misc.*;
@SuppressWarnings({"all", "warnings", "unchecked", "unused", "cast"})
public class metapath10Lexer extends Lexer {
static { RuntimeMetaData.checkVersion("4.9.2", RuntimeMetaData.VERSION); }
protected static final DFA[] _decisionToDFA;
protected static final PredictionContextCache _sharedContextCache =
new PredictionContextCache();
public static final int
AT=1, BANG=2, CB=3, CC=4, CEQ=5, COLON=6, COLONCOLON=7, COMMA=8, CP=9,
CS=10, D=11, DD=12, DOLLAR=13, EG=14, EQ=15, GE=16, GG=17, GT=18, LE=19,
LL=20, LT=21, MINUS=22, NE=23, OB=24, OC=25, OP=26, P=27, PLUS=28, POUND=29,
PP=30, QM=31, SC=32, SLASH=33, SS=34, STAR=35, KW_AND=36, KW_DIV=37, KW_EMPTY_SEQUENCE=38,
KW_EQ=39, KW_EXCEPT=40, KW_GE=41, KW_GT=42, KW_IDIV=43, KW_INTERSECT=44,
KW_LE=45, KW_LT=46, KW_MOD=47, KW_NE=48, KW_OR=49, KW_UNION=50, IntegerLiteral=51,
DecimalLiteral=52, DoubleLiteral=53, StringLiteral=54, Comment=55, LocalName=56,
NCName=57, Whitespace=58;
public static String[] channelNames = {
"DEFAULT_TOKEN_CHANNEL", "HIDDEN"
};
public static String[] modeNames = {
"DEFAULT_MODE"
};
private static String[] makeRuleNames() {
return new String[] {
"AT", "BANG", "CB", "CC", "CEQ", "COLON", "COLONCOLON", "COMMA", "CP",
"CS", "D", "DD", "DOLLAR", "EG", "EQ", "GE", "GG", "GT", "LE", "LL",
"LT", "MINUS", "NE", "OB", "OC", "OP", "P", "PLUS", "POUND", "PP", "QM",
"SC", "SLASH", "SS", "STAR", "KW_AND", "KW_DIV", "KW_EMPTY_SEQUENCE",
"KW_EQ", "KW_EXCEPT", "KW_GE", "KW_GT", "KW_IDIV", "KW_INTERSECT", "KW_LE",
"KW_LT", "KW_MOD", "KW_NE", "KW_OR", "KW_UNION", "IntegerLiteral", "DecimalLiteral",
"DoubleLiteral", "StringLiteral", "FragEscapeQuot", "FragEscapeApos",
"Comment", "LocalName", "NCName", "Char", "FragDigits", "CommentContents",
"FragLocalPart", "FragNCNameStartChar", "FragNCNameChar", "FragmentNCName",
"FragChar", "Whitespace"
};
}
public static final String[] ruleNames = makeRuleNames();
private static String[] makeLiteralNames() {
return new String[] {
null, "'@'", "'!'", "']'", "'}'", "':='", "':'", "'::'", "','", "')'",
"':*'", "'.'", "'..'", "'$'", "'=>'", "'='", "'>='", "'>>'", "'>'", "'<='",
"'<<'", "'<'", "'-'", "'!='", "'['", "'{'", "'('", "'|'", "'+'", "'#'",
"'||'", "'?'", "'*:'", "'/'", "'//'", "'*'", "'and'", "'div'", "'empty-sequence'",
"'eq'", "'except'", "'ge'", "'gt'", "'idiv'", "'intersect'", "'le'",
"'lt'", "'mod'", "'ne'", "'or'", "'union'"
};
}
private static final String[] _LITERAL_NAMES = makeLiteralNames();
private static String[] makeSymbolicNames() {
return new String[] {
null, "AT", "BANG", "CB", "CC", "CEQ", "COLON", "COLONCOLON", "COMMA",
"CP", "CS", "D", "DD", "DOLLAR", "EG", "EQ", "GE", "GG", "GT", "LE",
"LL", "LT", "MINUS", "NE", "OB", "OC", "OP", "P", "PLUS", "POUND", "PP",
"QM", "SC", "SLASH", "SS", "STAR", "KW_AND", "KW_DIV", "KW_EMPTY_SEQUENCE",
"KW_EQ", "KW_EXCEPT", "KW_GE", "KW_GT", "KW_IDIV", "KW_INTERSECT", "KW_LE",
"KW_LT", "KW_MOD", "KW_NE", "KW_OR", "KW_UNION", "IntegerLiteral", "DecimalLiteral",
"DoubleLiteral", "StringLiteral", "Comment", "LocalName", "NCName", "Whitespace"
};
}
private static final String[] _SYMBOLIC_NAMES = makeSymbolicNames();
public static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES);
/**
* @deprecated Use {@link #VOCABULARY} instead.
*/
@Deprecated
public static final String[] tokenNames;
static {
tokenNames = new String[_SYMBOLIC_NAMES.length];
for (int i = 0; i < tokenNames.length; i++) {
tokenNames[i] = VOCABULARY.getLiteralName(i);
if (tokenNames[i] == null) {
tokenNames[i] = VOCABULARY.getSymbolicName(i);
}
if (tokenNames[i] == null) {
tokenNames[i] = "";
}
}
}
@Override
@Deprecated
public String[] getTokenNames() {
return tokenNames;
}
@Override
public Vocabulary getVocabulary() {
return VOCABULARY;
}
public metapath10Lexer(CharStream input) {
super(input);
_interp = new LexerATNSimulator(this,_ATN,_decisionToDFA,_sharedContextCache);
}
@Override
public String getGrammarFileName() { return "metapath10.g4"; }
@Override
public String[] getRuleNames() { return ruleNames; }
@Override
public String getSerializedATN() { return _serializedATN; }
@Override
public String[] getChannelNames() { return channelNames; }
@Override
public String[] getModeNames() { return modeNames; }
@Override
public ATN getATN() { return _ATN; }
public static final String _serializedATN =
"\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\2<\u0199\b\1\4\2\t"+
"\2\4\3\t\3\4\4\t\4\4\5\t\5\4\6\t\6\4\7\t\7\4\b\t\b\4\t\t\t\4\n\t\n\4\13"+
"\t\13\4\f\t\f\4\r\t\r\4\16\t\16\4\17\t\17\4\20\t\20\4\21\t\21\4\22\t\22"+
"\4\23\t\23\4\24\t\24\4\25\t\25\4\26\t\26\4\27\t\27\4\30\t\30\4\31\t\31"+
"\4\32\t\32\4\33\t\33\4\34\t\34\4\35\t\35\4\36\t\36\4\37\t\37\4 \t \4!"+
"\t!\4\"\t\"\4#\t#\4$\t$\4%\t%\4&\t&\4\'\t\'\4(\t(\4)\t)\4*\t*\4+\t+\4"+
",\t,\4-\t-\4.\t.\4/\t/\4\60\t\60\4\61\t\61\4\62\t\62\4\63\t\63\4\64\t"+
"\64\4\65\t\65\4\66\t\66\4\67\t\67\48\t8\49\t9\4:\t:\4;\t;\4<\t<\4=\t="+
"\4>\t>\4?\t?\4@\t@\4A\tA\4B\tB\4C\tC\4D\tD\4E\tE\3\2\3\2\3\3\3\3\3\4\3"+
"\4\3\5\3\5\3\6\3\6\3\6\3\7\3\7\3\b\3\b\3\b\3\t\3\t\3\n\3\n\3\13\3\13\3"+
"\13\3\f\3\f\3\r\3\r\3\r\3\16\3\16\3\17\3\17\3\17\3\20\3\20\3\21\3\21\3"+
"\21\3\22\3\22\3\22\3\23\3\23\3\24\3\24\3\24\3\25\3\25\3\25\3\26\3\26\3"+
"\27\3\27\3\30\3\30\3\30\3\31\3\31\3\32\3\32\3\33\3\33\3\34\3\34\3\35\3"+
"\35\3\36\3\36\3\37\3\37\3\37\3 \3 \3!\3!\3!\3\"\3\"\3#\3#\3#\3$\3$\3%"+
"\3%\3%\3%\3&\3&\3&\3&\3\'\3\'\3\'\3\'\3\'\3\'\3\'\3\'\3\'\3\'\3\'\3\'"+
"\3\'\3\'\3\'\3(\3(\3(\3)\3)\3)\3)\3)\3)\3)\3*\3*\3*\3+\3+\3+\3,\3,\3,"+
"\3,\3,\3-\3-\3-\3-\3-\3-\3-\3-\3-\3-\3.\3.\3.\3/\3/\3/\3\60\3\60\3\60"+
"\3\60\3\61\3\61\3\61\3\62\3\62\3\62\3\63\3\63\3\63\3\63\3\63\3\63\3\64"+
"\3\64\3\65\3\65\3\65\3\65\3\65\7\65\u0132\n\65\f\65\16\65\u0135\13\65"+
"\5\65\u0137\n\65\3\66\3\66\3\66\3\66\3\66\7\66\u013e\n\66\f\66\16\66\u0141"+
"\13\66\5\66\u0143\n\66\5\66\u0145\n\66\3\66\3\66\5\66\u0149\n\66\3\66"+
"\3\66\3\67\3\67\3\67\7\67\u0150\n\67\f\67\16\67\u0153\13\67\3\67\3\67"+
"\3\67\3\67\7\67\u0159\n\67\f\67\16\67\u015c\13\67\3\67\5\67\u015f\n\67"+
"\38\38\38\39\39\3:\3:\3:\3:\3:\7:\u016b\n:\f:\16:\u016e\13:\3:\3:\3:\3"+
":\3:\3;\3;\3<\3<\3=\3=\3>\6>\u017c\n>\r>\16>\u017d\3?\3?\3@\3@\3A\3A\3"+
"B\3B\5B\u0188\nB\3C\3C\7C\u018c\nC\fC\16C\u018f\13C\3D\3D\3E\6E\u0194"+
"\nE\rE\16E\u0195\3E\3E\5\u0151\u015a\u016c\2F\3\3\5\4\7\5\t\6\13\7\r\b"+
"\17\t\21\n\23\13\25\f\27\r\31\16\33\17\35\20\37\21!\22#\23%\24\'\25)\26"+
"+\27-\30/\31\61\32\63\33\65\34\67\359\36;\37= ?!A\"C#E$G%I&K\'M(O)Q*S"+
"+U,W-Y.[/]\60_\61a\62c\63e\64g\65i\66k\67m8o\2q\2s9u:w;y\2{\2}\2\177\2"+
"\u0081\2\u0083\2\u0085\2\u0087\2\u0089<\3\2\13\3\2\62;\4\2GGgg\4\2--/"+
"/\4\2$$``\3\2))\20\2C\\aac|\u00c2\u00d8\u00da\u00f8\u00fa\u0301\u0372"+
"\u037f\u0381\u2001\u200e\u200f\u2072\u2191\u2c02\u2ff1\u3003\ud801\uf902"+
"\ufdd1\ufdf2\uffff\7\2/\60\62;\u00b9\u00b9\u0302\u0371\u2041\u2042\6\2"+
"\13\f\17\17\"\ud801\ue002\uffff\5\2\13\f\17\17\"\"\2\u019f\2\3\3\2\2\2"+
"\2\5\3\2\2\2\2\7\3\2\2\2\2\t\3\2\2\2\2\13\3\2\2\2\2\r\3\2\2\2\2\17\3\2"+
"\2\2\2\21\3\2\2\2\2\23\3\2\2\2\2\25\3\2\2\2\2\27\3\2\2\2\2\31\3\2\2\2"+
"\2\33\3\2\2\2\2\35\3\2\2\2\2\37\3\2\2\2\2!\3\2\2\2\2#\3\2\2\2\2%\3\2\2"+
"\2\2\'\3\2\2\2\2)\3\2\2\2\2+\3\2\2\2\2-\3\2\2\2\2/\3\2\2\2\2\61\3\2\2"+
"\2\2\63\3\2\2\2\2\65\3\2\2\2\2\67\3\2\2\2\29\3\2\2\2\2;\3\2\2\2\2=\3\2"+
"\2\2\2?\3\2\2\2\2A\3\2\2\2\2C\3\2\2\2\2E\3\2\2\2\2G\3\2\2\2\2I\3\2\2\2"+
"\2K\3\2\2\2\2M\3\2\2\2\2O\3\2\2\2\2Q\3\2\2\2\2S\3\2\2\2\2U\3\2\2\2\2W"+
"\3\2\2\2\2Y\3\2\2\2\2[\3\2\2\2\2]\3\2\2\2\2_\3\2\2\2\2a\3\2\2\2\2c\3\2"+
"\2\2\2e\3\2\2\2\2g\3\2\2\2\2i\3\2\2\2\2k\3\2\2\2\2m\3\2\2\2\2s\3\2\2\2"+
"\2u\3\2\2\2\2w\3\2\2\2\2\u0089\3\2\2\2\3\u008b\3\2\2\2\5\u008d\3\2\2\2"+
"\7\u008f\3\2\2\2\t\u0091\3\2\2\2\13\u0093\3\2\2\2\r\u0096\3\2\2\2\17\u0098"+
"\3\2\2\2\21\u009b\3\2\2\2\23\u009d\3\2\2\2\25\u009f\3\2\2\2\27\u00a2\3"+
"\2\2\2\31\u00a4\3\2\2\2\33\u00a7\3\2\2\2\35\u00a9\3\2\2\2\37\u00ac\3\2"+
"\2\2!\u00ae\3\2\2\2#\u00b1\3\2\2\2%\u00b4\3\2\2\2\'\u00b6\3\2\2\2)\u00b9"+
"\3\2\2\2+\u00bc\3\2\2\2-\u00be\3\2\2\2/\u00c0\3\2\2\2\61\u00c3\3\2\2\2"+
"\63\u00c5\3\2\2\2\65\u00c7\3\2\2\2\67\u00c9\3\2\2\29\u00cb\3\2\2\2;\u00cd"+
"\3\2\2\2=\u00cf\3\2\2\2?\u00d2\3\2\2\2A\u00d4\3\2\2\2C\u00d7\3\2\2\2E"+
"\u00d9\3\2\2\2G\u00dc\3\2\2\2I\u00de\3\2\2\2K\u00e2\3\2\2\2M\u00e6\3\2"+
"\2\2O\u00f5\3\2\2\2Q\u00f8\3\2\2\2S\u00ff\3\2\2\2U\u0102\3\2\2\2W\u0105"+
"\3\2\2\2Y\u010a\3\2\2\2[\u0114\3\2\2\2]\u0117\3\2\2\2_\u011a\3\2\2\2a"+
"\u011e\3\2\2\2c\u0121\3\2\2\2e\u0124\3\2\2\2g\u012a\3\2\2\2i\u0136\3\2"+
"\2\2k\u0144\3\2\2\2m\u015e\3\2\2\2o\u0160\3\2\2\2q\u0163\3\2\2\2s\u0165"+
"\3\2\2\2u\u0174\3\2\2\2w\u0176\3\2\2\2y\u0178\3\2\2\2{\u017b\3\2\2\2}"+
"\u017f\3\2\2\2\177\u0181\3\2\2\2\u0081\u0183\3\2\2\2\u0083\u0187\3\2\2"+
"\2\u0085\u0189\3\2\2\2\u0087\u0190\3\2\2\2\u0089\u0193\3\2\2\2\u008b\u008c"+
"\7B\2\2\u008c\4\3\2\2\2\u008d\u008e\7#\2\2\u008e\6\3\2\2\2\u008f\u0090"+
"\7_\2\2\u0090\b\3\2\2\2\u0091\u0092\7\177\2\2\u0092\n\3\2\2\2\u0093\u0094"+
"\7<\2\2\u0094\u0095\7?\2\2\u0095\f\3\2\2\2\u0096\u0097\7<\2\2\u0097\16"+
"\3\2\2\2\u0098\u0099\7<\2\2\u0099\u009a\7<\2\2\u009a\20\3\2\2\2\u009b"+
"\u009c\7.\2\2\u009c\22\3\2\2\2\u009d\u009e\7+\2\2\u009e\24\3\2\2\2\u009f"+
"\u00a0\7<\2\2\u00a0\u00a1\7,\2\2\u00a1\26\3\2\2\2\u00a2\u00a3\7\60\2\2"+
"\u00a3\30\3\2\2\2\u00a4\u00a5\7\60\2\2\u00a5\u00a6\7\60\2\2\u00a6\32\3"+
"\2\2\2\u00a7\u00a8\7&\2\2\u00a8\34\3\2\2\2\u00a9\u00aa\7?\2\2\u00aa\u00ab"+
"\7@\2\2\u00ab\36\3\2\2\2\u00ac\u00ad\7?\2\2\u00ad \3\2\2\2\u00ae\u00af"+
"\7@\2\2\u00af\u00b0\7?\2\2\u00b0\"\3\2\2\2\u00b1\u00b2\7@\2\2\u00b2\u00b3"+
"\7@\2\2\u00b3$\3\2\2\2\u00b4\u00b5\7@\2\2\u00b5&\3\2\2\2\u00b6\u00b7\7"+
">\2\2\u00b7\u00b8\7?\2\2\u00b8(\3\2\2\2\u00b9\u00ba\7>\2\2\u00ba\u00bb"+
"\7>\2\2\u00bb*\3\2\2\2\u00bc\u00bd\7>\2\2\u00bd,\3\2\2\2\u00be\u00bf\7"+
"/\2\2\u00bf.\3\2\2\2\u00c0\u00c1\7#\2\2\u00c1\u00c2\7?\2\2\u00c2\60\3"+
"\2\2\2\u00c3\u00c4\7]\2\2\u00c4\62\3\2\2\2\u00c5\u00c6\7}\2\2\u00c6\64"+
"\3\2\2\2\u00c7\u00c8\7*\2\2\u00c8\66\3\2\2\2\u00c9\u00ca\7~\2\2\u00ca"+
"8\3\2\2\2\u00cb\u00cc\7-\2\2\u00cc:\3\2\2\2\u00cd\u00ce\7%\2\2\u00ce<"+
"\3\2\2\2\u00cf\u00d0\7~\2\2\u00d0\u00d1\7~\2\2\u00d1>\3\2\2\2\u00d2\u00d3"+
"\7A\2\2\u00d3@\3\2\2\2\u00d4\u00d5\7,\2\2\u00d5\u00d6\7<\2\2\u00d6B\3"+
"\2\2\2\u00d7\u00d8\7\61\2\2\u00d8D\3\2\2\2\u00d9\u00da\7\61\2\2\u00da"+
"\u00db\7\61\2\2\u00dbF\3\2\2\2\u00dc\u00dd\7,\2\2\u00ddH\3\2\2\2\u00de"+
"\u00df\7c\2\2\u00df\u00e0\7p\2\2\u00e0\u00e1\7f\2\2\u00e1J\3\2\2\2\u00e2"+
"\u00e3\7f\2\2\u00e3\u00e4\7k\2\2\u00e4\u00e5\7x\2\2\u00e5L\3\2\2\2\u00e6"+
"\u00e7\7g\2\2\u00e7\u00e8\7o\2\2\u00e8\u00e9\7r\2\2\u00e9\u00ea\7v\2\2"+
"\u00ea\u00eb\7{\2\2\u00eb\u00ec\7/\2\2\u00ec\u00ed\7u\2\2\u00ed\u00ee"+
"\7g\2\2\u00ee\u00ef\7s\2\2\u00ef\u00f0\7w\2\2\u00f0\u00f1\7g\2\2\u00f1"+
"\u00f2\7p\2\2\u00f2\u00f3\7e\2\2\u00f3\u00f4\7g\2\2\u00f4N\3\2\2\2\u00f5"+
"\u00f6\7g\2\2\u00f6\u00f7\7s\2\2\u00f7P\3\2\2\2\u00f8\u00f9\7g\2\2\u00f9"+
"\u00fa\7z\2\2\u00fa\u00fb\7e\2\2\u00fb\u00fc\7g\2\2\u00fc\u00fd\7r\2\2"+
"\u00fd\u00fe\7v\2\2\u00feR\3\2\2\2\u00ff\u0100\7i\2\2\u0100\u0101\7g\2"+
"\2\u0101T\3\2\2\2\u0102\u0103\7i\2\2\u0103\u0104\7v\2\2\u0104V\3\2\2\2"+
"\u0105\u0106\7k\2\2\u0106\u0107\7f\2\2\u0107\u0108\7k\2\2\u0108\u0109"+
"\7x\2\2\u0109X\3\2\2\2\u010a\u010b\7k\2\2\u010b\u010c\7p\2\2\u010c\u010d"+
"\7v\2\2\u010d\u010e\7g\2\2\u010e\u010f\7t\2\2\u010f\u0110\7u\2\2\u0110"+
"\u0111\7g\2\2\u0111\u0112\7e\2\2\u0112\u0113\7v\2\2\u0113Z\3\2\2\2\u0114"+
"\u0115\7n\2\2\u0115\u0116\7g\2\2\u0116\\\3\2\2\2\u0117\u0118\7n\2\2\u0118"+
"\u0119\7v\2\2\u0119^\3\2\2\2\u011a\u011b\7o\2\2\u011b\u011c\7q\2\2\u011c"+
"\u011d\7f\2\2\u011d`\3\2\2\2\u011e\u011f\7p\2\2\u011f\u0120\7g\2\2\u0120"+
"b\3\2\2\2\u0121\u0122\7q\2\2\u0122\u0123\7t\2\2\u0123d\3\2\2\2\u0124\u0125"+
"\7w\2\2\u0125\u0126\7p\2\2\u0126\u0127\7k\2\2\u0127\u0128\7q\2\2\u0128"+
"\u0129\7p\2\2\u0129f\3\2\2\2\u012a\u012b\5{>\2\u012bh\3\2\2\2\u012c\u012d"+
"\7\60\2\2\u012d\u0137\5{>\2\u012e\u012f\5{>\2\u012f\u0133\7\60\2\2\u0130"+
"\u0132\t\2\2\2\u0131\u0130\3\2\2\2\u0132\u0135\3\2\2\2\u0133\u0131\3\2"+
"\2\2\u0133\u0134\3\2\2\2\u0134\u0137\3\2\2\2\u0135\u0133\3\2\2\2\u0136"+
"\u012c\3\2\2\2\u0136\u012e\3\2\2\2\u0137j\3\2\2\2\u0138\u0139\7\60\2\2"+
"\u0139\u0145\5{>\2\u013a\u0142\5{>\2\u013b\u013f\7\60\2\2\u013c\u013e"+
"\t\2\2\2\u013d\u013c\3\2\2\2\u013e\u0141\3\2\2\2\u013f\u013d\3\2\2\2\u013f"+
"\u0140\3\2\2\2\u0140\u0143\3\2\2\2\u0141\u013f\3\2\2\2\u0142\u013b\3\2"+
"\2\2\u0142\u0143\3\2\2\2\u0143\u0145\3\2\2\2\u0144\u0138\3\2\2\2\u0144"+
"\u013a\3\2\2\2\u0145\u0146\3\2\2\2\u0146\u0148\t\3\2\2\u0147\u0149\t\4"+
"\2\2\u0148\u0147\3\2\2\2\u0148\u0149\3\2\2\2\u0149\u014a\3\2\2\2\u014a"+
"\u014b\5{>\2\u014bl\3\2\2\2\u014c\u0151\7$\2\2\u014d\u0150\5o8\2\u014e"+
"\u0150\n\5\2\2\u014f\u014d\3\2\2\2\u014f\u014e\3\2\2\2\u0150\u0153\3\2"+
"\2\2\u0151\u0152\3\2\2\2\u0151\u014f\3\2\2\2\u0152\u0154\3\2\2\2\u0153"+
"\u0151\3\2\2\2\u0154\u015f\7$\2\2\u0155\u015a\7)\2\2\u0156\u0159\5q9\2"+
"\u0157\u0159\n\6\2\2\u0158\u0156\3\2\2\2\u0158\u0157\3\2\2\2\u0159\u015c"+
"\3\2\2\2\u015a\u015b\3\2\2\2\u015a\u0158\3\2\2\2\u015b\u015d\3\2\2\2\u015c"+
"\u015a\3\2\2\2\u015d\u015f\7)\2\2\u015e\u014c\3\2\2\2\u015e\u0155\3\2"+
"\2\2\u015fn\3\2\2\2\u0160\u0161\7$\2\2\u0161\u0162\7$\2\2\u0162p\3\2\2"+
"\2\u0163\u0164\7)\2\2\u0164r\3\2\2\2\u0165\u0166\7*\2\2\u0166\u0167\7"+
"<\2\2\u0167\u016c\3\2\2\2\u0168\u016b\5s:\2\u0169\u016b\5}?\2\u016a\u0168"+
"\3\2\2\2\u016a\u0169\3\2\2\2\u016b\u016e\3\2\2\2\u016c\u016d\3\2\2\2\u016c"+
"\u016a\3\2\2\2\u016d\u016f\3\2\2\2\u016e\u016c\3\2\2\2\u016f\u0170\7<"+
"\2\2\u0170\u0171\7+\2\2\u0171\u0172\3\2\2\2\u0172\u0173\b:\2\2\u0173t"+
"\3\2\2\2\u0174\u0175\5\177@\2\u0175v\3\2\2\2\u0176\u0177\5\u0085C\2\u0177"+
"x\3\2\2\2\u0178\u0179\5\u0087D\2\u0179z\3\2\2\2\u017a\u017c\t\2\2\2\u017b"+
"\u017a\3\2\2\2\u017c\u017d\3\2\2\2\u017d\u017b\3\2\2\2\u017d\u017e\3\2"+
"\2\2\u017e|\3\2\2\2\u017f\u0180\5y=\2\u0180~\3\2\2\2\u0181\u0182\5\u0085"+
"C\2\u0182\u0080\3\2\2\2\u0183\u0184\t\7\2\2\u0184\u0082\3\2\2\2\u0185"+
"\u0188\5\u0081A\2\u0186\u0188\t\b\2\2\u0187\u0185\3\2\2\2\u0187\u0186"+
"\3\2\2\2\u0188\u0084\3\2\2\2\u0189\u018d\5\u0081A\2\u018a\u018c\5\u0083"+
"B\2\u018b\u018a\3\2\2\2\u018c\u018f\3\2\2\2\u018d\u018b\3\2\2\2\u018d"+
"\u018e\3\2\2\2\u018e\u0086\3\2\2\2\u018f\u018d\3\2\2\2\u0190\u0191\t\t"+
"\2\2\u0191\u0088\3\2\2\2\u0192\u0194\t\n\2\2\u0193\u0192\3\2\2\2\u0194"+
"\u0195\3\2\2\2\u0195\u0193\3\2\2\2\u0195\u0196\3\2\2\2\u0196\u0197\3\2"+
"\2\2\u0197\u0198\bE\2\2\u0198\u008a\3\2\2\2\24\2\u0133\u0136\u013f\u0142"+
"\u0144\u0148\u014f\u0151\u0158\u015a\u015e\u016a\u016c\u017d\u0187\u018d"+
"\u0195\3\b\2\2";
public static final ATN _ATN =
new ATNDeserializer().deserialize(_serializedATN.toCharArray());
static {
_decisionToDFA = new DFA[_ATN.getNumberOfDecisions()];
for (int i = 0; i < _ATN.getNumberOfDecisions(); i++) {
_decisionToDFA[i] = new DFA(_ATN.getDecisionState(i), i);
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy