Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.llamalad7.mixinextras.lib.grammar.expressions.ExpressionLexer Maven / Gradle / Ivy
// Generated from ExpressionLexer.g4 by ANTLR 4.13.1
package com.llamalad7.mixinextras.lib.grammar.expressions;
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", "CheckReturnValue", "this-escape"})
public class ExpressionLexer extends Lexer {
static { RuntimeMetaData.checkVersion("4.13.1", RuntimeMetaData.VERSION); }
protected static final DFA[] _decisionToDFA;
protected static final PredictionContextCache _sharedContextCache =
new PredictionContextCache();
public static final int
NewLine=1, WS=2, StringLit=3, Wildcard=4, New=5, Instanceof=6, BoolLit=7,
NullLit=8, Return=9, Throw=10, This=11, Super=12, Class=13, Reserved=14,
Identifier=15, IntLit=16, DecLit=17, Plus=18, Minus=19, Mult=20, Div=21,
Mod=22, BitwiseNot=23, Dot=24, Comma=25, LeftParen=26, RightParen=27,
LeftBracket=28, RightBracket=29, LeftBrace=30, RightBrace=31, At=32, Shl=33,
Shr=34, Ushr=35, Lt=36, Le=37, Gt=38, Ge=39, Eq=40, Ne=41, BitwiseAnd=42,
BitwiseXor=43, BitwiseOr=44, Assign=45, MethodRef=46, Increment=47, Decrement=48;
public static String[] channelNames = {
"DEFAULT_TOKEN_CHANNEL", "HIDDEN"
};
public static String[] modeNames = {
"DEFAULT_MODE"
};
private static String[] makeRuleNames() {
return new String[] {
"NewLine", "WS", "StringLit", "Wildcard", "New", "Instanceof", "BoolLit",
"NullLit", "Return", "Throw", "This", "Super", "Class", "Reserved", "Identifier",
"IntLit", "DecLit", "Plus", "Minus", "Mult", "Div", "Mod", "BitwiseNot",
"Dot", "Comma", "LeftParen", "RightParen", "LeftBracket", "RightBracket",
"LeftBrace", "RightBrace", "At", "Shl", "Shr", "Ushr", "Lt", "Le", "Gt",
"Ge", "Eq", "Ne", "BitwiseAnd", "BitwiseXor", "BitwiseOr", "Assign",
"MethodRef", "Increment", "Decrement"
};
}
public static final String[] ruleNames = makeRuleNames();
private static String[] makeLiteralNames() {
return new String[] {
null, null, null, null, "'?'", "'new'", "'instanceof'", null, "'null'",
"'return'", "'throw'", "'this'", "'super'", "'class'", null, null, null,
null, "'+'", "'-'", "'*'", "'/'", "'%'", "'~'", "'.'", "','", "'('",
"')'", "'['", "']'", "'{'", "'}'", "'@'", "'<<'", "'>>'", "'>>>'", "'<'",
"'<='", "'>'", "'>='", "'=='", "'!='", "'&'", "'^'", "'|'", "'='", "'::'",
"'++'", "'--'"
};
}
private static final String[] _LITERAL_NAMES = makeLiteralNames();
private static String[] makeSymbolicNames() {
return new String[] {
null, "NewLine", "WS", "StringLit", "Wildcard", "New", "Instanceof",
"BoolLit", "NullLit", "Return", "Throw", "This", "Super", "Class", "Reserved",
"Identifier", "IntLit", "DecLit", "Plus", "Minus", "Mult", "Div", "Mod",
"BitwiseNot", "Dot", "Comma", "LeftParen", "RightParen", "LeftBracket",
"RightBracket", "LeftBrace", "RightBrace", "At", "Shl", "Shr", "Ushr",
"Lt", "Le", "Gt", "Ge", "Eq", "Ne", "BitwiseAnd", "BitwiseXor", "BitwiseOr",
"Assign", "MethodRef", "Increment", "Decrement"
};
}
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 ExpressionLexer(CharStream input) {
super(input);
_interp = new LexerATNSimulator(this,_ATN,_decisionToDFA,_sharedContextCache);
}
@Override
public String getGrammarFileName() { return "ExpressionLexer.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; }
@Override
public void action(RuleContext _localctx, int ruleIndex, int actionIndex) {
switch (ruleIndex) {
case 2:
StringLit_action((RuleContext)_localctx, actionIndex);
break;
case 15:
IntLit_action((RuleContext)_localctx, actionIndex);
break;
}
}
private void StringLit_action(RuleContext _localctx, int actionIndex) {
switch (actionIndex) {
case 0:
setText(getText().replace("\\'", "'").replace("\\\\", "\\"));
break;
}
}
private void IntLit_action(RuleContext _localctx, int actionIndex) {
switch (actionIndex) {
case 1:
setText(String.valueOf(Integer.parseInt(getText().replace("0x", ""), 16)));
break;
}
}
public static final String _serializedATN =
"\u0004\u00000\u0188\u0006\uffff\uffff\u0002\u0000\u0007\u0000\u0002\u0001"+
"\u0007\u0001\u0002\u0002\u0007\u0002\u0002\u0003\u0007\u0003\u0002\u0004"+
"\u0007\u0004\u0002\u0005\u0007\u0005\u0002\u0006\u0007\u0006\u0002\u0007"+
"\u0007\u0007\u0002\b\u0007\b\u0002\t\u0007\t\u0002\n\u0007\n\u0002\u000b"+
"\u0007\u000b\u0002\f\u0007\f\u0002\r\u0007\r\u0002\u000e\u0007\u000e\u0002"+
"\u000f\u0007\u000f\u0002\u0010\u0007\u0010\u0002\u0011\u0007\u0011\u0002"+
"\u0012\u0007\u0012\u0002\u0013\u0007\u0013\u0002\u0014\u0007\u0014\u0002"+
"\u0015\u0007\u0015\u0002\u0016\u0007\u0016\u0002\u0017\u0007\u0017\u0002"+
"\u0018\u0007\u0018\u0002\u0019\u0007\u0019\u0002\u001a\u0007\u001a\u0002"+
"\u001b\u0007\u001b\u0002\u001c\u0007\u001c\u0002\u001d\u0007\u001d\u0002"+
"\u001e\u0007\u001e\u0002\u001f\u0007\u001f\u0002 \u0007 \u0002!\u0007"+
"!\u0002\"\u0007\"\u0002#\u0007#\u0002$\u0007$\u0002%\u0007%\u0002&\u0007"+
"&\u0002\'\u0007\'\u0002(\u0007(\u0002)\u0007)\u0002*\u0007*\u0002+\u0007"+
"+\u0002,\u0007,\u0002-\u0007-\u0002.\u0007.\u0002/\u0007/\u0001\u0000"+
"\u0001\u0000\u0001\u0000\u0003\u0000e\b\u0000\u0001\u0000\u0001\u0000"+
"\u0001\u0001\u0004\u0001j\b\u0001\u000b\u0001\f\u0001k\u0001\u0001\u0001"+
"\u0001\u0001\u0002\u0001\u0002\u0001\u0002\u0001\u0002\u0001\u0002\u0001"+
"\u0002\u0005\u0002v\b\u0002\n\u0002\f\u0002y\t\u0002\u0001\u0002\u0001"+
"\u0002\u0001\u0002\u0001\u0003\u0001\u0003\u0001\u0004\u0001\u0004\u0001"+
"\u0004\u0001\u0004\u0001\u0005\u0001\u0005\u0001\u0005\u0001\u0005\u0001"+
"\u0005\u0001\u0005\u0001\u0005\u0001\u0005\u0001\u0005\u0001\u0005\u0001"+
"\u0005\u0001\u0006\u0001\u0006\u0001\u0006\u0001\u0006\u0001\u0006\u0001"+
"\u0006\u0001\u0006\u0001\u0006\u0001\u0006\u0003\u0006\u0098\b\u0006\u0001"+
"\u0007\u0001\u0007\u0001\u0007\u0001\u0007\u0001\u0007\u0001\b\u0001\b"+
"\u0001\b\u0001\b\u0001\b\u0001\b\u0001\b\u0001\t\u0001\t\u0001\t\u0001"+
"\t\u0001\t\u0001\t\u0001\n\u0001\n\u0001\n\u0001\n\u0001\n\u0001\u000b"+
"\u0001\u000b\u0001\u000b\u0001\u000b\u0001\u000b\u0001\u000b\u0001\f\u0001"+
"\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\r\u0001\r\u0001\r\u0001\r\u0001"+
"\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001"+
"\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001"+
"\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001"+
"\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001"+
"\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001"+
"\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001"+
"\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001"+
"\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001"+
"\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001"+
"\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0003"+
"\r\u011b\b\r\u0001\u000e\u0001\u000e\u0005\u000e\u011f\b\u000e\n\u000e"+
"\f\u000e\u0122\t\u000e\u0001\u000f\u0004\u000f\u0125\b\u000f\u000b\u000f"+
"\f\u000f\u0126\u0001\u000f\u0001\u000f\u0001\u000f\u0001\u000f\u0004\u000f"+
"\u012d\b\u000f\u000b\u000f\f\u000f\u012e\u0001\u000f\u0003\u000f\u0132"+
"\b\u000f\u0001\u0010\u0005\u0010\u0135\b\u0010\n\u0010\f\u0010\u0138\t"+
"\u0010\u0001\u0010\u0001\u0010\u0004\u0010\u013c\b\u0010\u000b\u0010\f"+
"\u0010\u013d\u0001\u0011\u0001\u0011\u0001\u0012\u0001\u0012\u0001\u0013"+
"\u0001\u0013\u0001\u0014\u0001\u0014\u0001\u0015\u0001\u0015\u0001\u0016"+
"\u0001\u0016\u0001\u0017\u0001\u0017\u0001\u0018\u0001\u0018\u0001\u0019"+
"\u0001\u0019\u0001\u001a\u0001\u001a\u0001\u001b\u0001\u001b\u0001\u001c"+
"\u0001\u001c\u0001\u001d\u0001\u001d\u0001\u001e\u0001\u001e\u0001\u001f"+
"\u0001\u001f\u0001 \u0001 \u0001 \u0001!\u0001!\u0001!\u0001\"\u0001\""+
"\u0001\"\u0001\"\u0001#\u0001#\u0001$\u0001$\u0001$\u0001%\u0001%\u0001"+
"&\u0001&\u0001&\u0001\'\u0001\'\u0001\'\u0001(\u0001(\u0001(\u0001)\u0001"+
")\u0001*\u0001*\u0001+\u0001+\u0001,\u0001,\u0001-\u0001-\u0001-\u0001"+
".\u0001.\u0001.\u0001/\u0001/\u0001/\u0000\u00000\u0001\u0001\u0003\u0002"+
"\u0005\u0003\u0007\u0004\t\u0005\u000b\u0006\r\u0007\u000f\b\u0011\t\u0013"+
"\n\u0015\u000b\u0017\f\u0019\r\u001b\u000e\u001d\u000f\u001f\u0010!\u0011"+
"#\u0012%\u0013\'\u0014)\u0015+\u0016-\u0017/\u00181\u00193\u001a5\u001b"+
"7\u001c9\u001d;\u001e=\u001f? A!C\"E#G$I%K&M\'O(Q)S*U+W,Y-[.]/_0\u0001"+
"\u0000\u0006\u0002\u0000\t\t \u0004\u0000\n\n\r\r\'\'\\\\\u0003\u0000"+
"AZ__az\u0004\u000009AZ__az\u0001\u000009\u0003\u000009AFaf\u01a5\u0000"+
"\u0001\u0001\u0000\u0000\u0000\u0000\u0003\u0001\u0000\u0000\u0000\u0000"+
"\u0005\u0001\u0000\u0000\u0000\u0000\u0007\u0001\u0000\u0000\u0000\u0000"+
"\t\u0001\u0000\u0000\u0000\u0000\u000b\u0001\u0000\u0000\u0000\u0000\r"+
"\u0001\u0000\u0000\u0000\u0000\u000f\u0001\u0000\u0000\u0000\u0000\u0011"+
"\u0001\u0000\u0000\u0000\u0000\u0013\u0001\u0000\u0000\u0000\u0000\u0015"+
"\u0001\u0000\u0000\u0000\u0000\u0017\u0001\u0000\u0000\u0000\u0000\u0019"+
"\u0001\u0000\u0000\u0000\u0000\u001b\u0001\u0000\u0000\u0000\u0000\u001d"+
"\u0001\u0000\u0000\u0000\u0000\u001f\u0001\u0000\u0000\u0000\u0000!\u0001"+
"\u0000\u0000\u0000\u0000#\u0001\u0000\u0000\u0000\u0000%\u0001\u0000\u0000"+
"\u0000\u0000\'\u0001\u0000\u0000\u0000\u0000)\u0001\u0000\u0000\u0000"+
"\u0000+\u0001\u0000\u0000\u0000\u0000-\u0001\u0000\u0000\u0000\u0000/"+
"\u0001\u0000\u0000\u0000\u00001\u0001\u0000\u0000\u0000\u00003\u0001\u0000"+
"\u0000\u0000\u00005\u0001\u0000\u0000\u0000\u00007\u0001\u0000\u0000\u0000"+
"\u00009\u0001\u0000\u0000\u0000\u0000;\u0001\u0000\u0000\u0000\u0000="+
"\u0001\u0000\u0000\u0000\u0000?\u0001\u0000\u0000\u0000\u0000A\u0001\u0000"+
"\u0000\u0000\u0000C\u0001\u0000\u0000\u0000\u0000E\u0001\u0000\u0000\u0000"+
"\u0000G\u0001\u0000\u0000\u0000\u0000I\u0001\u0000\u0000\u0000\u0000K"+
"\u0001\u0000\u0000\u0000\u0000M\u0001\u0000\u0000\u0000\u0000O\u0001\u0000"+
"\u0000\u0000\u0000Q\u0001\u0000\u0000\u0000\u0000S\u0001\u0000\u0000\u0000"+
"\u0000U\u0001\u0000\u0000\u0000\u0000W\u0001\u0000\u0000\u0000\u0000Y"+
"\u0001\u0000\u0000\u0000\u0000[\u0001\u0000\u0000\u0000\u0000]\u0001\u0000"+
"\u0000\u0000\u0000_\u0001\u0000\u0000\u0000\u0001d\u0001\u0000\u0000\u0000"+
"\u0003i\u0001\u0000\u0000\u0000\u0005o\u0001\u0000\u0000\u0000\u0007}"+
"\u0001\u0000\u0000\u0000\t\u007f\u0001\u0000\u0000\u0000\u000b\u0083\u0001"+
"\u0000\u0000\u0000\r\u0097\u0001\u0000\u0000\u0000\u000f\u0099\u0001\u0000"+
"\u0000\u0000\u0011\u009e\u0001\u0000\u0000\u0000\u0013\u00a5\u0001\u0000"+
"\u0000\u0000\u0015\u00ab\u0001\u0000\u0000\u0000\u0017\u00b0\u0001\u0000"+
"\u0000\u0000\u0019\u00b6\u0001\u0000\u0000\u0000\u001b\u011a\u0001\u0000"+
"\u0000\u0000\u001d\u011c\u0001\u0000\u0000\u0000\u001f\u0131\u0001\u0000"+
"\u0000\u0000!\u0136\u0001\u0000\u0000\u0000#\u013f\u0001\u0000\u0000\u0000"+
"%\u0141\u0001\u0000\u0000\u0000\'\u0143\u0001\u0000\u0000\u0000)\u0145"+
"\u0001\u0000\u0000\u0000+\u0147\u0001\u0000\u0000\u0000-\u0149\u0001\u0000"+
"\u0000\u0000/\u014b\u0001\u0000\u0000\u00001\u014d\u0001\u0000\u0000\u0000"+
"3\u014f\u0001\u0000\u0000\u00005\u0151\u0001\u0000\u0000\u00007\u0153"+
"\u0001\u0000\u0000\u00009\u0155\u0001\u0000\u0000\u0000;\u0157\u0001\u0000"+
"\u0000\u0000=\u0159\u0001\u0000\u0000\u0000?\u015b\u0001\u0000\u0000\u0000"+
"A\u015d\u0001\u0000\u0000\u0000C\u0160\u0001\u0000\u0000\u0000E\u0163"+
"\u0001\u0000\u0000\u0000G\u0167\u0001\u0000\u0000\u0000I\u0169\u0001\u0000"+
"\u0000\u0000K\u016c\u0001\u0000\u0000\u0000M\u016e\u0001\u0000\u0000\u0000"+
"O\u0171\u0001\u0000\u0000\u0000Q\u0174\u0001\u0000\u0000\u0000S\u0177"+
"\u0001\u0000\u0000\u0000U\u0179\u0001\u0000\u0000\u0000W\u017b\u0001\u0000"+
"\u0000\u0000Y\u017d\u0001\u0000\u0000\u0000[\u017f\u0001\u0000\u0000\u0000"+
"]\u0182\u0001\u0000\u0000\u0000_\u0185\u0001\u0000\u0000\u0000ab\u0005"+
"\r\u0000\u0000be\u0005\n\u0000\u0000ce\u0005\n\u0000\u0000da\u0001\u0000"+
"\u0000\u0000dc\u0001\u0000\u0000\u0000ef\u0001\u0000\u0000\u0000fg\u0006"+
"\u0000\u0000\u0000g\u0002\u0001\u0000\u0000\u0000hj\u0007\u0000\u0000"+
"\u0000ih\u0001\u0000\u0000\u0000jk\u0001\u0000\u0000\u0000ki\u0001\u0000"+
"\u0000\u0000kl\u0001\u0000\u0000\u0000lm\u0001\u0000\u0000\u0000mn\u0006"+
"\u0001\u0000\u0000n\u0004\u0001\u0000\u0000\u0000ow\u0005\'\u0000\u0000"+
"pv\b\u0001\u0000\u0000qr\u0005\\\u0000\u0000rv\u0005\'\u0000\u0000st\u0005"+
"\\\u0000\u0000tv\u0005\\\u0000\u0000up\u0001\u0000\u0000\u0000uq\u0001"+
"\u0000\u0000\u0000us\u0001\u0000\u0000\u0000vy\u0001\u0000\u0000\u0000"+
"wu\u0001\u0000\u0000\u0000wx\u0001\u0000\u0000\u0000xz\u0001\u0000\u0000"+
"\u0000yw\u0001\u0000\u0000\u0000z{\u0005\'\u0000\u0000{|\u0006\u0002\u0001"+
"\u0000|\u0006\u0001\u0000\u0000\u0000}~\u0005?\u0000\u0000~\b\u0001\u0000"+
"\u0000\u0000\u007f\u0080\u0005n\u0000\u0000\u0080\u0081\u0005e\u0000\u0000"+
"\u0081\u0082\u0005w\u0000\u0000\u0082\n\u0001\u0000\u0000\u0000\u0083"+
"\u0084\u0005i\u0000\u0000\u0084\u0085\u0005n\u0000\u0000\u0085\u0086\u0005"+
"s\u0000\u0000\u0086\u0087\u0005t\u0000\u0000\u0087\u0088\u0005a\u0000"+
"\u0000\u0088\u0089\u0005n\u0000\u0000\u0089\u008a\u0005c\u0000\u0000\u008a"+
"\u008b\u0005e\u0000\u0000\u008b\u008c\u0005o\u0000\u0000\u008c\u008d\u0005"+
"f\u0000\u0000\u008d\f\u0001\u0000\u0000\u0000\u008e\u008f\u0005t\u0000"+
"\u0000\u008f\u0090\u0005r\u0000\u0000\u0090\u0091\u0005u\u0000\u0000\u0091"+
"\u0098\u0005e\u0000\u0000\u0092\u0093\u0005f\u0000\u0000\u0093\u0094\u0005"+
"a\u0000\u0000\u0094\u0095\u0005l\u0000\u0000\u0095\u0096\u0005s\u0000"+
"\u0000\u0096\u0098\u0005e\u0000\u0000\u0097\u008e\u0001\u0000\u0000\u0000"+
"\u0097\u0092\u0001\u0000\u0000\u0000\u0098\u000e\u0001\u0000\u0000\u0000"+
"\u0099\u009a\u0005n\u0000\u0000\u009a\u009b\u0005u\u0000\u0000\u009b\u009c"+
"\u0005l\u0000\u0000\u009c\u009d\u0005l\u0000\u0000\u009d\u0010\u0001\u0000"+
"\u0000\u0000\u009e\u009f\u0005r\u0000\u0000\u009f\u00a0\u0005e\u0000\u0000"+
"\u00a0\u00a1\u0005t\u0000\u0000\u00a1\u00a2\u0005u\u0000\u0000\u00a2\u00a3"+
"\u0005r\u0000\u0000\u00a3\u00a4\u0005n\u0000\u0000\u00a4\u0012\u0001\u0000"+
"\u0000\u0000\u00a5\u00a6\u0005t\u0000\u0000\u00a6\u00a7\u0005h\u0000\u0000"+
"\u00a7\u00a8\u0005r\u0000\u0000\u00a8\u00a9\u0005o\u0000\u0000\u00a9\u00aa"+
"\u0005w\u0000\u0000\u00aa\u0014\u0001\u0000\u0000\u0000\u00ab\u00ac\u0005"+
"t\u0000\u0000\u00ac\u00ad\u0005h\u0000\u0000\u00ad\u00ae\u0005i\u0000"+
"\u0000\u00ae\u00af\u0005s\u0000\u0000\u00af\u0016\u0001\u0000\u0000\u0000"+
"\u00b0\u00b1\u0005s\u0000\u0000\u00b1\u00b2\u0005u\u0000\u0000\u00b2\u00b3"+
"\u0005p\u0000\u0000\u00b3\u00b4\u0005e\u0000\u0000\u00b4\u00b5\u0005r"+
"\u0000\u0000\u00b5\u0018\u0001\u0000\u0000\u0000\u00b6\u00b7\u0005c\u0000"+
"\u0000\u00b7\u00b8\u0005l\u0000\u0000\u00b8\u00b9\u0005a\u0000\u0000\u00b9"+
"\u00ba\u0005s\u0000\u0000\u00ba\u00bb\u0005s\u0000\u0000\u00bb\u001a\u0001"+
"\u0000\u0000\u0000\u00bc\u00bd\u0005a\u0000\u0000\u00bd\u00be\u0005s\u0000"+
"\u0000\u00be\u00bf\u0005s\u0000\u0000\u00bf\u00c0\u0005e\u0000\u0000\u00c0"+
"\u00c1\u0005r\u0000\u0000\u00c1\u011b\u0005t\u0000\u0000\u00c2\u00c3\u0005"+
"b\u0000\u0000\u00c3\u00c4\u0005r\u0000\u0000\u00c4\u00c5\u0005e\u0000"+
"\u0000\u00c5\u00c6\u0005a\u0000\u0000\u00c6\u011b\u0005k\u0000\u0000\u00c7"+
"\u00c8\u0005c\u0000\u0000\u00c8\u00c9\u0005a\u0000\u0000\u00c9\u00ca\u0005"+
"s\u0000\u0000\u00ca\u011b\u0005e\u0000\u0000\u00cb\u00cc\u0005c\u0000"+
"\u0000\u00cc\u00cd\u0005a\u0000\u0000\u00cd\u00ce\u0005t\u0000\u0000\u00ce"+
"\u00cf\u0005c\u0000\u0000\u00cf\u011b\u0005h\u0000\u0000\u00d0\u00d1\u0005"+
"c\u0000\u0000\u00d1\u00d2\u0005o\u0000\u0000\u00d2\u00d3\u0005n\u0000"+
"\u0000\u00d3\u00d4\u0005s\u0000\u0000\u00d4\u011b\u0005t\u0000\u0000\u00d5"+
"\u00d6\u0005c\u0000\u0000\u00d6\u00d7\u0005o\u0000\u0000\u00d7\u00d8\u0005"+
"n\u0000\u0000\u00d8\u00d9\u0005t\u0000\u0000\u00d9\u00da\u0005i\u0000"+
"\u0000\u00da\u00db\u0005n\u0000\u0000\u00db\u00dc\u0005u\u0000\u0000\u00dc"+
"\u011b\u0005e\u0000\u0000\u00dd\u00de\u0005d\u0000\u0000\u00de\u00df\u0005"+
"e\u0000\u0000\u00df\u00e0\u0005f\u0000\u0000\u00e0\u00e1\u0005a\u0000"+
"\u0000\u00e1\u00e2\u0005u\u0000\u0000\u00e2\u00e3\u0005l\u0000\u0000\u00e3"+
"\u011b\u0005t\u0000\u0000\u00e4\u00e5\u0005d\u0000\u0000\u00e5\u011b\u0005"+
"o\u0000\u0000\u00e6\u00e7\u0005e\u0000\u0000\u00e7\u00e8\u0005l\u0000"+
"\u0000\u00e8\u00e9\u0005s\u0000\u0000\u00e9\u011b\u0005e\u0000\u0000\u00ea"+
"\u00eb\u0005f\u0000\u0000\u00eb\u00ec\u0005i\u0000\u0000\u00ec\u00ed\u0005"+
"n\u0000\u0000\u00ed\u00ee\u0005a\u0000\u0000\u00ee\u00ef\u0005l\u0000"+
"\u0000\u00ef\u00f0\u0005l\u0000\u0000\u00f0\u011b\u0005y\u0000\u0000\u00f1"+
"\u00f2\u0005f\u0000\u0000\u00f2\u00f3\u0005o\u0000\u0000\u00f3\u011b\u0005"+
"r\u0000\u0000\u00f4\u00f5\u0005g\u0000\u0000\u00f5\u00f6\u0005o\u0000"+
"\u0000\u00f6\u00f7\u0005t\u0000\u0000\u00f7\u011b\u0005o\u0000\u0000\u00f8"+
"\u00f9\u0005i\u0000\u0000\u00f9\u011b\u0005f\u0000\u0000\u00fa\u00fb\u0005"+
"s\u0000\u0000\u00fb\u00fc\u0005w\u0000\u0000\u00fc\u00fd\u0005i\u0000"+
"\u0000\u00fd\u00fe\u0005t\u0000\u0000\u00fe\u00ff\u0005c\u0000\u0000\u00ff"+
"\u011b\u0005h\u0000\u0000\u0100\u0101\u0005s\u0000\u0000\u0101\u0102\u0005"+
"y\u0000\u0000\u0102\u0103\u0005n\u0000\u0000\u0103\u0104\u0005c\u0000"+
"\u0000\u0104\u0105\u0005h\u0000\u0000\u0105\u0106\u0005r\u0000\u0000\u0106"+
"\u0107\u0005o\u0000\u0000\u0107\u0108\u0005n\u0000\u0000\u0108\u0109\u0005"+
"i\u0000\u0000\u0109\u010a\u0005z\u0000\u0000\u010a\u010b\u0005e\u0000"+
"\u0000\u010b\u011b\u0005d\u0000\u0000\u010c\u010d\u0005t\u0000\u0000\u010d"+
"\u010e\u0005r\u0000\u0000\u010e\u011b\u0005y\u0000\u0000\u010f\u0110\u0005"+
"w\u0000\u0000\u0110\u0111\u0005h\u0000\u0000\u0111\u0112\u0005i\u0000"+
"\u0000\u0112\u0113\u0005l\u0000\u0000\u0113\u011b\u0005e\u0000\u0000\u0114"+
"\u0115\u0005y\u0000\u0000\u0115\u0116\u0005i\u0000\u0000\u0116\u0117\u0005"+
"e\u0000\u0000\u0117\u0118\u0005l\u0000\u0000\u0118\u011b\u0005d\u0000"+
"\u0000\u0119\u011b\u0005_\u0000\u0000\u011a\u00bc\u0001\u0000\u0000\u0000"+
"\u011a\u00c2\u0001\u0000\u0000\u0000\u011a\u00c7\u0001\u0000\u0000\u0000"+
"\u011a\u00cb\u0001\u0000\u0000\u0000\u011a\u00d0\u0001\u0000\u0000\u0000"+
"\u011a\u00d5\u0001\u0000\u0000\u0000\u011a\u00dd\u0001\u0000\u0000\u0000"+
"\u011a\u00e4\u0001\u0000\u0000\u0000\u011a\u00e6\u0001\u0000\u0000\u0000"+
"\u011a\u00ea\u0001\u0000\u0000\u0000\u011a\u00f1\u0001\u0000\u0000\u0000"+
"\u011a\u00f4\u0001\u0000\u0000\u0000\u011a\u00f8\u0001\u0000\u0000\u0000"+
"\u011a\u00fa\u0001\u0000\u0000\u0000\u011a\u0100\u0001\u0000\u0000\u0000"+
"\u011a\u010c\u0001\u0000\u0000\u0000\u011a\u010f\u0001\u0000\u0000\u0000"+
"\u011a\u0114\u0001\u0000\u0000\u0000\u011a\u0119\u0001\u0000\u0000\u0000"+
"\u011b\u001c\u0001\u0000\u0000\u0000\u011c\u0120\u0007\u0002\u0000\u0000"+
"\u011d\u011f\u0007\u0003\u0000\u0000\u011e\u011d\u0001\u0000\u0000\u0000"+
"\u011f\u0122\u0001\u0000\u0000\u0000\u0120\u011e\u0001\u0000\u0000\u0000"+
"\u0120\u0121\u0001\u0000\u0000\u0000\u0121\u001e\u0001\u0000\u0000\u0000"+
"\u0122\u0120\u0001\u0000\u0000\u0000\u0123\u0125\u0007\u0004\u0000\u0000"+
"\u0124\u0123\u0001\u0000\u0000\u0000\u0125\u0126\u0001\u0000\u0000\u0000"+
"\u0126\u0124\u0001\u0000\u0000\u0000\u0126\u0127\u0001\u0000\u0000\u0000"+
"\u0127\u0132\u0001\u0000\u0000\u0000\u0128\u0129\u00050\u0000\u0000\u0129"+
"\u012a\u0005x\u0000\u0000\u012a\u012c\u0001\u0000\u0000\u0000\u012b\u012d"+
"\u0007\u0005\u0000\u0000\u012c\u012b\u0001\u0000\u0000\u0000\u012d\u012e"+
"\u0001\u0000\u0000\u0000\u012e\u012c\u0001\u0000\u0000\u0000\u012e\u012f"+
"\u0001\u0000\u0000\u0000\u012f\u0130\u0001\u0000\u0000\u0000\u0130\u0132"+
"\u0006\u000f\u0002\u0000\u0131\u0124\u0001\u0000\u0000\u0000\u0131\u0128"+
"\u0001\u0000\u0000\u0000\u0132 \u0001\u0000\u0000\u0000\u0133\u0135\u0007"+
"\u0004\u0000\u0000\u0134\u0133\u0001\u0000\u0000\u0000\u0135\u0138\u0001"+
"\u0000\u0000\u0000\u0136\u0134\u0001\u0000\u0000\u0000\u0136\u0137\u0001"+
"\u0000\u0000\u0000\u0137\u0139\u0001\u0000\u0000\u0000\u0138\u0136\u0001"+
"\u0000\u0000\u0000\u0139\u013b\u0003/\u0017\u0000\u013a\u013c\u0007\u0004"+
"\u0000\u0000\u013b\u013a\u0001\u0000\u0000\u0000\u013c\u013d\u0001\u0000"+
"\u0000\u0000\u013d\u013b\u0001\u0000\u0000\u0000\u013d\u013e\u0001\u0000"+
"\u0000\u0000\u013e\"\u0001\u0000\u0000\u0000\u013f\u0140\u0005+\u0000"+
"\u0000\u0140$\u0001\u0000\u0000\u0000\u0141\u0142\u0005-\u0000\u0000\u0142"+
"&\u0001\u0000\u0000\u0000\u0143\u0144\u0005*\u0000\u0000\u0144(\u0001"+
"\u0000\u0000\u0000\u0145\u0146\u0005/\u0000\u0000\u0146*\u0001\u0000\u0000"+
"\u0000\u0147\u0148\u0005%\u0000\u0000\u0148,\u0001\u0000\u0000\u0000\u0149"+
"\u014a\u0005~\u0000\u0000\u014a.\u0001\u0000\u0000\u0000\u014b\u014c\u0005"+
".\u0000\u0000\u014c0\u0001\u0000\u0000\u0000\u014d\u014e\u0005,\u0000"+
"\u0000\u014e2\u0001\u0000\u0000\u0000\u014f\u0150\u0005(\u0000\u0000\u0150"+
"4\u0001\u0000\u0000\u0000\u0151\u0152\u0005)\u0000\u0000\u01526\u0001"+
"\u0000\u0000\u0000\u0153\u0154\u0005[\u0000\u0000\u01548\u0001\u0000\u0000"+
"\u0000\u0155\u0156\u0005]\u0000\u0000\u0156:\u0001\u0000\u0000\u0000\u0157"+
"\u0158\u0005{\u0000\u0000\u0158<\u0001\u0000\u0000\u0000\u0159\u015a\u0005"+
"}\u0000\u0000\u015a>\u0001\u0000\u0000\u0000\u015b\u015c\u0005@\u0000"+
"\u0000\u015c@\u0001\u0000\u0000\u0000\u015d\u015e\u0005<\u0000\u0000\u015e"+
"\u015f\u0005<\u0000\u0000\u015fB\u0001\u0000\u0000\u0000\u0160\u0161\u0005"+
">\u0000\u0000\u0161\u0162\u0005>\u0000\u0000\u0162D\u0001\u0000\u0000"+
"\u0000\u0163\u0164\u0005>\u0000\u0000\u0164\u0165\u0005>\u0000\u0000\u0165"+
"\u0166\u0005>\u0000\u0000\u0166F\u0001\u0000\u0000\u0000\u0167\u0168\u0005"+
"<\u0000\u0000\u0168H\u0001\u0000\u0000\u0000\u0169\u016a\u0005<\u0000"+
"\u0000\u016a\u016b\u0005=\u0000\u0000\u016bJ\u0001\u0000\u0000\u0000\u016c"+
"\u016d\u0005>\u0000\u0000\u016dL\u0001\u0000\u0000\u0000\u016e\u016f\u0005"+
">\u0000\u0000\u016f\u0170\u0005=\u0000\u0000\u0170N\u0001\u0000\u0000"+
"\u0000\u0171\u0172\u0005=\u0000\u0000\u0172\u0173\u0005=\u0000\u0000\u0173"+
"P\u0001\u0000\u0000\u0000\u0174\u0175\u0005!\u0000\u0000\u0175\u0176\u0005"+
"=\u0000\u0000\u0176R\u0001\u0000\u0000\u0000\u0177\u0178\u0005&\u0000"+
"\u0000\u0178T\u0001\u0000\u0000\u0000\u0179\u017a\u0005^\u0000\u0000\u017a"+
"V\u0001\u0000\u0000\u0000\u017b\u017c\u0005|\u0000\u0000\u017cX\u0001"+
"\u0000\u0000\u0000\u017d\u017e\u0005=\u0000\u0000\u017eZ\u0001\u0000\u0000"+
"\u0000\u017f\u0180\u0005:\u0000\u0000\u0180\u0181\u0005:\u0000\u0000\u0181"+
"\\\u0001\u0000\u0000\u0000\u0182\u0183\u0005+\u0000\u0000\u0183\u0184"+
"\u0005+\u0000\u0000\u0184^\u0001\u0000\u0000\u0000\u0185\u0186\u0005-"+
"\u0000\u0000\u0186\u0187\u0005-\u0000\u0000\u0187`\u0001\u0000\u0000\u0000"+
"\r\u0000dkuw\u0097\u011a\u0120\u0126\u012e\u0131\u0136\u013d\u0003\u0006"+
"\u0000\u0000\u0001\u0002\u0000\u0001\u000f\u0001";
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);
}
}
}