org.drools.mvel.parser.GeneratedMvelParserTokenManager Maven / Gradle / Ivy
The newest version!
/* GeneratedMvelParserTokenManager.java */
/* Generated by: ParserGeneratorCC: Do not edit this line. GeneratedMvelParserTokenManager.java */
/*
* Copyright (C) 2007-2010 Júlio Vilmar Gesser.
* Copyright (C) 2011, 2013-2016 The JavaParser Team.
* Copyright 2019 Red Hat, Inc. and/or its affiliates.
*
* This file is part of JavaParser.
*
* JavaParser can be used either under the terms of
* a) the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* b) the terms of the Apache License
*
* You should have received a copy of both licenses in LICENCE.LGPL and
* LICENCE.APACHE. Please refer to those files for details.
*
* JavaParser is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* Modified by Red Hat, Inc.
*/
package org.drools.mvel.parser;
import java.io.*;
import java.util.*;
import java.util.concurrent.TimeUnit;
import com.github.javaparser.ast.*;
import com.github.javaparser.ast.body.*;
import com.github.javaparser.ast.comments.*;
import com.github.javaparser.ast.modules.*;
import com.github.javaparser.ast.expr.*;
import org.drools.mvel.parser.ast.expr.*;
import com.github.javaparser.ast.stmt.*;
import com.github.javaparser.ast.type.*;
import com.github.javaparser.utils.*;
import com.github.javaparser.Problem;
import com.github.javaparser.TokenRange;
import com.github.javaparser.TokenRange;
import org.drools.mvel.parser.Token;
import com.github.javaparser.JavaToken;
import static com.github.javaparser.ast.stmt.SwitchEntry.Type.*;
import static com.github.javaparser.JavaToken.INVALID;
import static com.github.javaparser.ast.Node.Parsedness.UNPARSABLE;
import static com.github.javaparser.utils.Utils.*;
import static com.github.javaparser.ast.NodeList.*;
import static org.drools.mvel.parser.GeneratedMvelParser.*;
import static com.github.javaparser.Range.*;
import static com.github.javaparser.Position.*;
import static com.github.javaparser.ast.type.ArrayType.*;
import static org.drools.mvel.parser.GeneratedMvelParserTokenManagerBase.*;
import com.github.javaparser.JavaToken;
import static org.drools.mvel.parser.GeneratedMvelParserTokenManagerBase.*;
/** Token Manager. */
@SuppressWarnings ("unused")
public class GeneratedMvelParserTokenManager implements GeneratedMvelParserConstants {
private List tokens = new ArrayList();
private CommentsCollection commentsCollection = new CommentsCollection();
private JavaToken homeToken;
private Stack tokenWorkStack = new Stack();
private boolean storeTokens;
void reset() {
tokens = new ArrayList();
commentsCollection = new CommentsCollection();
homeToken = null;
}
List getTokens() {
if(storeTokens) {
return tokens;
}
return null;
}
CommentsCollection getCommentsCollection() {
return commentsCollection;
}
/* Get the very first token in the file */
JavaToken getHomeToken() {
return homeToken;
}
/* Makes the parser keep a list of tokens */
public void setStoreTokens(boolean storeTokens) {
this.storeTokens = storeTokens;
}
private void CommonTokenAction(Token token) {
// Use an intermediary stack to avoid recursion, see issue 1003
do {
tokenWorkStack.push(token);
token = token.specialToken;
} while (token != null);
// The stack is now filled with tokens in left-to-right order. Process them.
while(!tokenWorkStack.empty()) {
token = tokenWorkStack.pop();
int tokenKind = token.kind;
String tokenText = token.image;
token.javaToken = new org.drools.mvel.parser.JavaToken(tokenKind, tokenText);
if(storeTokens) {
tokens.add(token.javaToken);
}
if (homeToken == null) {
homeToken = token.javaToken;
}
if(TokenTypes.isComment(token.kind)) {
Comment comment = createCommentFromToken(token);
commentsCollection.addComment(comment);
}
}
}
private final int jjStopStringLiteralDfa_0(int pos, long active0, long active1, long active2){
switch (pos)
{
case 0:
if ((active0 & 0xfffffffffffffe00L) != 0x0L || (active1 & 0x3fffL) != 0x0L)
{
jjmatchedKind = 97;
return 198;
}
if ((active1 & 0x100000000000L) != 0x0L || (active2 & 0x810000L) != 0x0L)
return 134;
if ((active0 & 0x20L) != 0x0L || (active1 & 0x8000000000000000L) != 0x0L || (active2 & 0x100L) != 0x0L)
return 45;
return -1;
case 1:
if ((active0 & 0x7ffffffeff9ffe00L) != 0x0L || (active1 & 0x3fffL) != 0x0L)
{
if (jjmatchedPos != 1)
{
jjmatchedKind = 97;
jjmatchedPos = 1;
}
return 198;
}
if ((active0 & 0x8000000100600000L) != 0x0L)
return 198;
if ((active0 & 0x20L) != 0x0L)
return 47;
return -1;
case 2:
if ((active0 & 0x400013040000000L) != 0x0L || (active1 & 0x200L) != 0x0L)
return 198;
if ((active0 & 0x7bfffecebfdffe00L) != 0x0L || (active1 & 0x3dffL) != 0x0L)
{
if (jjmatchedPos != 2)
{
jjmatchedKind = 97;
jjmatchedPos = 2;
}
return 198;
}
return -1;
case 3:
if ((active0 & 0x71dffcae3e5e9e00L) != 0x0L || (active1 & 0x4f0L) != 0x0L)
{
if (jjmatchedPos != 3)
{
jjmatchedKind = 97;
jjmatchedPos = 3;
}
return 198;
}
if ((active0 & 0xa20024081816000L) != 0x0L || (active1 & 0x10fL) != 0x0L)
return 198;
if ((active1 & 0x3800L) != 0x0L)
{
if (jjmatchedPos < 2)
{
jjmatchedKind = 97;
jjmatchedPos = 2;
}
return -1;
}
return -1;
case 4:
if ((active0 & 0x20c480003c069000L) != 0x0L || (active1 & 0x4L) != 0x0L)
return 198;
if ((active0 & 0x511b7cae02580e00L) != 0x0L || (active1 & 0x4f0L) != 0x0L)
{
if (jjmatchedPos != 4)
{
jjmatchedKind = 97;
jjmatchedPos = 4;
}
return 198;
}
if ((active1 & 0x3800L) != 0x0L)
{
if (jjmatchedPos < 2)
{
jjmatchedKind = 97;
jjmatchedPos = 2;
}
return -1;
}
return -1;
case 5:
if ((active0 & 0x89608400400400L) != 0x0L || (active1 & 0x410L) != 0x0L)
return 198;
if ((active1 & 0x3800L) != 0x0L)
{
if (jjmatchedPos < 2)
{
jjmatchedKind = 97;
jjmatchedPos = 2;
}
return -1;
}
if ((active0 & 0x51121c2a12180a00L) != 0x0L || (active1 & 0xe0L) != 0x0L)
{
jjmatchedKind = 97;
jjmatchedPos = 5;
return 198;
}
return -1;
case 6:
if ((active0 & 0xc0012100800L) != 0x0L || (active1 & 0x20L) != 0x0L)
return 198;
if ((active1 & 0x3800L) != 0x0L)
{
if (jjmatchedPos < 2)
{
jjmatchedKind = 97;
jjmatchedPos = 2;
}
return -1;
}
if ((active0 & 0x5112102a00080200L) != 0x0L || (active1 & 0xc0L) != 0x0L)
{
jjmatchedKind = 97;
jjmatchedPos = 6;
return 198;
}
return -1;
case 7:
if ((active0 & 0x5002000000080200L) != 0x0L || (active1 & 0x40L) != 0x0L)
return 198;
if ((active1 & 0x3800L) != 0x0L)
{
if (jjmatchedPos < 2)
{
jjmatchedKind = 97;
jjmatchedPos = 2;
}
return -1;
}
if ((active0 & 0x110102a00000000L) != 0x0L || (active1 & 0x80L) != 0x0L)
{
jjmatchedKind = 97;
jjmatchedPos = 7;
return 198;
}
return -1;
case 8:
if ((active0 & 0x10000a00000000L) != 0x0L || (active1 & 0x80L) != 0x0L)
{
jjmatchedKind = 97;
jjmatchedPos = 8;
return 198;
}
if ((active0 & 0x100102000000000L) != 0x0L)
return 198;
if ((active1 & 0x3800L) != 0x0L)
{
if (jjmatchedPos < 2)
{
jjmatchedKind = 97;
jjmatchedPos = 2;
}
return -1;
}
return -1;
case 9:
if ((active0 & 0x10000000000000L) != 0x0L)
{
jjmatchedKind = 97;
jjmatchedPos = 9;
return 198;
}
if ((active0 & 0xa00000000L) != 0x0L || (active1 & 0x80L) != 0x0L)
return 198;
if ((active1 & 0x3800L) != 0x0L)
{
if (jjmatchedPos < 2)
{
jjmatchedKind = 97;
jjmatchedPos = 2;
}
return -1;
}
return -1;
case 10:
if ((active0 & 0x10000000000000L) != 0x0L)
{
jjmatchedKind = 97;
jjmatchedPos = 10;
return 198;
}
if ((active1 & 0x3800L) != 0x0L)
{
if (jjmatchedPos < 2)
{
jjmatchedKind = 97;
jjmatchedPos = 2;
}
return -1;
}
return -1;
case 11:
if ((active0 & 0x10000000000000L) != 0x0L)
return 198;
if ((active1 & 0x1800L) != 0x0L)
{
if (jjmatchedPos < 2)
{
jjmatchedKind = 97;
jjmatchedPos = 2;
}
return -1;
}
return -1;
case 12:
if ((active1 & 0x1800L) != 0x0L)
{
if (jjmatchedPos < 2)
{
jjmatchedKind = 97;
jjmatchedPos = 2;
}
return -1;
}
return -1;
case 13:
if ((active1 & 0x800L) != 0x0L)
{
if (jjmatchedPos < 2)
{
jjmatchedKind = 97;
jjmatchedPos = 2;
}
return -1;
}
return -1;
default :
return -1;
}
}
private final int jjStartNfa_0(int pos, long active0, long active1, long active2){
return jjMoveNfa_0(jjStopStringLiteralDfa_0(pos, active0, active1, active2), pos + 1);
}
private int jjStopAtPos(int pos, int kind)
{
jjmatchedKind = kind;
jjmatchedPos = pos;
return pos + 1;
}
private int jjMoveStringLiteralDfa0_0(){
switch(curChar)
{
case 10:
return jjStopAtPos(0, 78);
case 13:
jjmatchedKind = 2;
return jjMoveStringLiteralDfa1_0(0x0L, 0x8000L, 0x0L);
case 26:
return jjStopAtPos(0, 150);
case '!':
jjmatchedKind = 112;
return jjMoveStringLiteralDfa1_0(0x0L, 0x80000000000000L, 0x2000000L);
case '#':
return jjStopAtPos(0, 152);
case '%':
jjmatchedKind = 131;
return jjMoveStringLiteralDfa1_0(0x0L, 0x0L, 0x1000L);
case '&':
jjmatchedKind = 128;
return jjMoveStringLiteralDfa1_0(0x0L, 0x200000000000000L, 0x200L);
case '(':
return jjStopAtPos(0, 100);
case ')':
return jjStopAtPos(0, 101);
case '*':
jjmatchedKind = 126;
return jjMoveStringLiteralDfa1_0(0x0L, 0x0L, 0x80L);
case '+':
jjmatchedKind = 124;
return jjMoveStringLiteralDfa1_0(0x0L, 0x400000000000000L, 0x20L);
case ',':
return jjStopAtPos(0, 107);
case '-':
jjmatchedKind = 125;
return jjMoveStringLiteralDfa1_0(0x0L, 0x800000000000000L, 0x20040L);
case '.':
jjmatchedKind = 108;
return jjMoveStringLiteralDfa1_0(0x0L, 0x0L, 0x810000L);
case '/':
jjmatchedKind = 127;
return jjMoveStringLiteralDfa1_0(0x20L, 0x0L, 0x100L);
case ':':
jjmatchedKind = 115;
return jjMoveStringLiteralDfa1_0(0x0L, 0x0L, 0x40000L);
case ';':
return jjStopAtPos(0, 106);
case '<':
jjmatchedKind = 111;
return jjMoveStringLiteralDfa1_0(0x0L, 0x20000000000000L, 0x2010L);
case '=':
jjmatchedKind = 110;
return jjMoveStringLiteralDfa1_0(0x0L, 0x10000000000000L, 0x0L);
case '>':
jjmatchedKind = 149;
return jjMoveStringLiteralDfa1_0(0x0L, 0x40000000000000L, 0x18c000L);
case '?':
return jjStopAtPos(0, 114);
case '@':
return jjStopAtPos(0, 109);
case '[':
return jjStopAtPos(0, 104);
case ']':
return jjStopAtPos(0, 105);
case '^':
jjmatchedKind = 130;
return jjMoveStringLiteralDfa1_0(0x0L, 0x0L, 0x800L);
case 'a':
return jjMoveStringLiteralDfa1_0(0x600L, 0x0L, 0x0L);
case 'b':
return jjMoveStringLiteralDfa1_0(0x3800L, 0x0L, 0x0L);
case 'c':
return jjMoveStringLiteralDfa1_0(0xfc000L, 0x0L, 0x0L);
case 'd':
return jjMoveStringLiteralDfa1_0(0x700000L, 0x0L, 0x0L);
case 'e':
return jjMoveStringLiteralDfa1_0(0x3800000L, 0x20L, 0x0L);
case 'f':
return jjMoveStringLiteralDfa1_0(0x7c000000L, 0x0L, 0x0L);
case 'g':
return jjMoveStringLiteralDfa1_0(0x80000000L, 0x0L, 0x0L);
case 'i':
return jjMoveStringLiteralDfa1_0(0x3f00000000L, 0x0L, 0x0L);
case 'l':
return jjMoveStringLiteralDfa1_0(0x4000000000L, 0x0L, 0x0L);
case 'm':
return jjMoveStringLiteralDfa1_0(0x0L, 0x410L, 0x0L);
case 'n':
return jjMoveStringLiteralDfa1_0(0x38000000000L, 0x200L, 0x0L);
case 'o':
return jjMoveStringLiteralDfa1_0(0x0L, 0x6L, 0x0L);
case 'p':
return jjMoveStringLiteralDfa1_0(0x3c0000000000L, 0x40L, 0x0L);
case 'r':
return jjMoveStringLiteralDfa1_0(0x4000400000000000L, 0x100L, 0x0L);
case 's':
return jjMoveStringLiteralDfa1_0(0x1f800000000000L, 0x3800L, 0x0L);
case 't':
return jjMoveStringLiteralDfa1_0(0x87e0000000000000L, 0x80L, 0x0L);
case 'u':
return jjMoveStringLiteralDfa1_0(0x0L, 0x8L, 0x0L);
case 'v':
return jjMoveStringLiteralDfa1_0(0x1800000000000000L, 0x0L, 0x0L);
case 'w':
return jjMoveStringLiteralDfa1_0(0x2000000000000000L, 0x1L, 0x0L);
case '{':
return jjStopAtPos(0, 102);
case '|':
jjmatchedKind = 129;
return jjMoveStringLiteralDfa1_0(0x0L, 0x100000000000000L, 0x400L);
case '}':
return jjStopAtPos(0, 103);
case '~':
return jjStopAtPos(0, 113);
default :
return jjMoveNfa_0(0, 0);
}
}
private int jjMoveStringLiteralDfa1_0(long active0, long active1, long active2){
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(0, active0, active1, active2);
return 1;
}
switch(curChar)
{
case 10:
if ((active1 & 0x8000L) != 0x0L)
return jjStopAtPos(1, 79);
break;
case '&':
if ((active1 & 0x200000000000000L) != 0x0L)
return jjStopAtPos(1, 121);
break;
case '*':
if ((active0 & 0x20L) != 0x0L)
return jjStartNfaWithStates_0(1, 5, 47);
break;
case '+':
if ((active1 & 0x400000000000000L) != 0x0L)
return jjStopAtPos(1, 122);
break;
case '-':
if ((active1 & 0x800000000000000L) != 0x0L)
return jjStopAtPos(1, 123);
break;
case '.':
if ((active2 & 0x2000000L) != 0x0L)
return jjStopAtPos(1, 153);
return jjMoveStringLiteralDfa2_0(active0, 0x0L, active1, 0x0L, active2, 0x810000L);
case ':':
if ((active2 & 0x40000L) != 0x0L)
return jjStopAtPos(1, 146);
break;
case '<':
if ((active2 & 0x10L) != 0x0L)
{
jjmatchedKind = 132;
jjmatchedPos = 1;
}
return jjMoveStringLiteralDfa2_0(active0, 0x0L, active1, 0x0L, active2, 0x2000L);
case '=':
if ((active1 & 0x10000000000000L) != 0x0L)
return jjStopAtPos(1, 116);
else if ((active1 & 0x20000000000000L) != 0x0L)
return jjStopAtPos(1, 117);
else if ((active1 & 0x40000000000000L) != 0x0L)
return jjStopAtPos(1, 118);
else if ((active1 & 0x80000000000000L) != 0x0L)
return jjStopAtPos(1, 119);
else if ((active2 & 0x20L) != 0x0L)
return jjStopAtPos(1, 133);
else if ((active2 & 0x40L) != 0x0L)
return jjStopAtPos(1, 134);
else if ((active2 & 0x80L) != 0x0L)
return jjStopAtPos(1, 135);
else if ((active2 & 0x100L) != 0x0L)
return jjStopAtPos(1, 136);
else if ((active2 & 0x200L) != 0x0L)
return jjStopAtPos(1, 137);
else if ((active2 & 0x400L) != 0x0L)
return jjStopAtPos(1, 138);
else if ((active2 & 0x800L) != 0x0L)
return jjStopAtPos(1, 139);
else if ((active2 & 0x1000L) != 0x0L)
return jjStopAtPos(1, 140);
break;
case '>':
if ((active2 & 0x20000L) != 0x0L)
return jjStopAtPos(1, 145);
else if ((active2 & 0x100000L) != 0x0L)
{
jjmatchedKind = 148;
jjmatchedPos = 1;
}
return jjMoveStringLiteralDfa2_0(active0, 0x0L, active1, 0x0L, active2, 0x8c000L);
case 'a':
return jjMoveStringLiteralDfa2_0(active0, 0x4800400c000L, active1, 0x0L, active2, 0x0L);
case 'b':
return jjMoveStringLiteralDfa2_0(active0, 0x200L, active1, 0x0L, active2, 0x0L);
case 'e':
return jjMoveStringLiteralDfa2_0(active0, 0x4000410000100000L, active1, 0x0L, active2, 0x0L);
case 'f':
if ((active0 & 0x100000000L) != 0x0L)
return jjStartNfaWithStates_0(1, 32, 198);
break;
case 'h':
return jjMoveStringLiteralDfa2_0(active0, 0x20e0800000010000L, active1, 0x0L, active2, 0x0L);
case 'i':
return jjMoveStringLiteralDfa2_0(active0, 0x18000000L, active1, 0x1L, active2, 0x0L);
case 'l':
return jjMoveStringLiteralDfa2_0(active0, 0x20820000L, active1, 0x0L, active2, 0x0L);
case 'm':
return jjMoveStringLiteralDfa2_0(active0, 0x600000000L, active1, 0x0L, active2, 0x0L);
case 'n':
return jjMoveStringLiteralDfa2_0(active0, 0x3801000000L, active1, 0x0L, active2, 0x0L);
case 'o':
if ((active0 & 0x200000L) != 0x0L)
{
jjmatchedKind = 21;
jjmatchedPos = 1;
}
else if ((active0 & 0x8000000000000000L) != 0x0L)
return jjStartNfaWithStates_0(1, 63, 198);
return jjMoveStringLiteralDfa2_0(active0, 0x18000040c04c0800L, active1, 0x610L, active2, 0x0L);
case 'p':
return jjMoveStringLiteralDfa2_0(active0, 0x0L, active1, 0x6L, active2, 0x0L);
case 'r':
return jjMoveStringLiteralDfa2_0(active0, 0x700180000001000L, active1, 0xc0L, active2, 0x0L);
case 's':
return jjMoveStringLiteralDfa2_0(active0, 0x400L, active1, 0x8L, active2, 0x0L);
case 't':
return jjMoveStringLiteralDfa2_0(active0, 0x3000000000000L, active1, 0x3800L, active2, 0x0L);
case 'u':
return jjMoveStringLiteralDfa2_0(active0, 0x4220000000000L, active1, 0x100L, active2, 0x0L);
case 'w':
return jjMoveStringLiteralDfa2_0(active0, 0x8000000000000L, active1, 0x0L, active2, 0x0L);
case 'x':
return jjMoveStringLiteralDfa2_0(active0, 0x2000000L, active1, 0x20L, active2, 0x0L);
case 'y':
return jjMoveStringLiteralDfa2_0(active0, 0x10000000002000L, active1, 0x0L, active2, 0x0L);
case '|':
if ((active1 & 0x100000000000000L) != 0x0L)
return jjStopAtPos(1, 120);
break;
default :
break;
}
return jjStartNfa_0(0, active0, active1, active2);
}
private int jjMoveStringLiteralDfa2_0(long old0, long active0, long old1, long active1, long old2, long active2){
if (((active0 &= old0) | (active1 &= old1) | (active2 &= old2)) == 0L)
return jjStartNfa_0(0, old0, old1, old2);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(1, active0, active1, active2);
return 2;
}
switch(curChar)
{
case '.':
if ((active2 & 0x10000L) != 0x0L)
return jjStopAtPos(2, 144);
break;
case '/':
if ((active2 & 0x800000L) != 0x0L)
return jjStopAtPos(2, 151);
break;
case '=':
if ((active2 & 0x2000L) != 0x0L)
return jjStopAtPos(2, 141);
else if ((active2 & 0x4000L) != 0x0L)
return jjStopAtPos(2, 142);
break;
case '>':
if ((active2 & 0x80000L) != 0x0L)
{
jjmatchedKind = 147;
jjmatchedPos = 2;
}
return jjMoveStringLiteralDfa3_0(active0, 0x0L, active1, 0x0L, active2, 0x8000L);
case 'a':
return jjMoveStringLiteralDfa3_0(active0, 0x101000000030000L, active1, 0x80L, active2, 0x0L);
case 'b':
return jjMoveStringLiteralDfa3_0(active0, 0x200000000000L, active1, 0x0L, active2, 0x0L);
case 'c':
return jjMoveStringLiteralDfa3_0(active0, 0x40000000000L, active1, 0x0L, active2, 0x0L);
case 'd':
return jjMoveStringLiteralDfa3_0(active0, 0x0L, active1, 0x410L, active2, 0x0L);
case 'e':
return jjMoveStringLiteralDfa3_0(active0, 0x1000L, active1, 0xeL, active2, 0x0L);
case 'f':
return jjMoveStringLiteralDfa3_0(active0, 0x100000L, active1, 0x0L, active2, 0x0L);
case 'i':
return jjMoveStringLiteralDfa3_0(active0, 0x2828080000000000L, active1, 0x0L, active2, 0x0L);
case 'l':
return jjMoveStringLiteralDfa3_0(active0, 0x1000020004000000L, active1, 0x100L, active2, 0x0L);
case 'n':
return jjMoveStringLiteralDfa3_0(active0, 0x100040180c0000L, active1, 0x0L, active2, 0x0L);
case 'o':
return jjMoveStringLiteralDfa3_0(active0, 0x900020000800L, active1, 0x40L, active2, 0x0L);
case 'p':
return jjMoveStringLiteralDfa3_0(active0, 0x4000600000000L, active1, 0x20L, active2, 0x0L);
case 'q':
return jjMoveStringLiteralDfa3_0(active0, 0x4000000000000000L, active1, 0x0L, active2, 0x0L);
case 'r':
if ((active0 & 0x40000000L) != 0x0L)
return jjStartNfaWithStates_0(2, 30, 198);
return jjMoveStringLiteralDfa3_0(active0, 0xc2000000000000L, active1, 0x3800L, active2, 0x0L);
case 's':
return jjMoveStringLiteralDfa3_0(active0, 0x800804600L, active1, 0x0L, active2, 0x0L);
case 't':
if ((active0 & 0x1000000000L) != 0x0L)
{
jjmatchedKind = 36;
jjmatchedPos = 2;
}
else if ((active1 & 0x200L) != 0x0L)
return jjStartNfaWithStates_0(2, 73, 198);
return jjMoveStringLiteralDfa3_0(active0, 0x40a08200a000L, active1, 0x1L, active2, 0x0L);
case 'u':
return jjMoveStringLiteralDfa3_0(active0, 0x200000001400000L, active1, 0x0L, active2, 0x0L);
case 'w':
if ((active0 & 0x10000000000L) != 0x0L)
return jjStartNfaWithStates_0(2, 40, 198);
break;
case 'y':
if ((active0 & 0x400000000000000L) != 0x0L)
return jjStartNfaWithStates_0(2, 58, 198);
break;
default :
break;
}
return jjStartNfa_0(1, active0, active1, active2);
}
private int jjMoveStringLiteralDfa3_0(long old0, long active0, long old1, long active1, long old2, long active2){
if (((active0 &= old0) | (active1 &= old1) | (active2 &= old2)) == 0L)
return jjStartNfa_0(1, old0, old1, old2);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(2, active0, active1, active2);
return 3;
}
switch(curChar)
{
case '=':
if ((active2 & 0x8000L) != 0x0L)
return jjStopAtPos(3, 143);
break;
case '[':
return jjMoveStringLiteralDfa4_0(active0, 0x0L, active1, 0x3800L, active2, 0x0L);
case 'a':
return jjMoveStringLiteralDfa4_0(active0, 0x1000000038101000L, active1, 0x0L, active2, 0x0L);
case 'b':
return jjMoveStringLiteralDfa4_0(active0, 0x400000L, active1, 0x0L, active2, 0x0L);
case 'c':
return jjMoveStringLiteralDfa4_0(active0, 0x10000000008000L, active1, 0x0L, active2, 0x0L);
case 'd':
if ((active0 & 0x800000000000000L) != 0x0L)
return jjStartNfaWithStates_0(3, 59, 198);
break;
case 'e':
if ((active0 & 0x2000L) != 0x0L)
return jjStartNfaWithStates_0(3, 13, 198);
else if ((active0 & 0x4000L) != 0x0L)
return jjStartNfaWithStates_0(3, 14, 198);
else if ((active0 & 0x800000L) != 0x0L)
return jjStartNfaWithStates_0(3, 23, 198);
else if ((active0 & 0x200000000000000L) != 0x0L)
return jjStartNfaWithStates_0(3, 57, 198);
else if ((active1 & 0x100L) != 0x0L)
return jjStartNfaWithStates_0(3, 72, 198);
return jjMoveStringLiteralDfa4_0(active0, 0x4002002000400L, active1, 0x0L, active2, 0x0L);
case 'g':
if ((active0 & 0x4000000000L) != 0x0L)
return jjStartNfaWithStates_0(3, 38, 198);
break;
case 'h':
if ((active1 & 0x1L) != 0x0L)
return jjStartNfaWithStates_0(3, 64, 198);
break;
case 'i':
return jjMoveStringLiteralDfa4_0(active0, 0x2008000000000L, active1, 0x400L, active2, 0x0L);
case 'k':
return jjMoveStringLiteralDfa4_0(active0, 0x40000000000L, active1, 0x0L, active2, 0x0L);
case 'l':
if ((active0 & 0x20000000000L) != 0x0L)
return jjStartNfaWithStates_0(3, 41, 198);
return jjMoveStringLiteralDfa4_0(active0, 0x2000200200000800L, active1, 0x0L, active2, 0x0L);
case 'm':
if ((active0 & 0x1000000L) != 0x0L)
return jjStartNfaWithStates_0(3, 24, 198);
break;
case 'n':
if ((active1 & 0x2L) != 0x0L)
{
jjmatchedKind = 65;
jjmatchedPos = 3;
}
return jjMoveStringLiteralDfa4_0(active0, 0x100000000000000L, active1, 0x84L, active2, 0x0L);
case 'o':
if ((active0 & 0x80000000L) != 0x0L)
return jjStartNfaWithStates_0(3, 31, 198);
return jjMoveStringLiteralDfa4_0(active0, 0xc0000400000000L, active1, 0x20L, active2, 0x0L);
case 'r':
if ((active0 & 0x10000L) != 0x0L)
return jjStartNfaWithStates_0(3, 16, 198);
return jjMoveStringLiteralDfa4_0(active0, 0x800000000000L, active1, 0x0L, active2, 0x0L);
case 's':
if ((active0 & 0x20000000000000L) != 0x0L)
return jjStartNfaWithStates_0(3, 53, 198);
else if ((active1 & 0x8L) != 0x0L)
return jjStartNfaWithStates_0(3, 67, 198);
return jjMoveStringLiteralDfa4_0(active0, 0x4060000L, active1, 0x0L, active2, 0x0L);
case 't':
return jjMoveStringLiteralDfa4_0(active0, 0x9100800080200L, active1, 0x0L, active2, 0x0L);
case 'u':
return jjMoveStringLiteralDfa4_0(active0, 0x4000400000000000L, active1, 0x10L, active2, 0x0L);
case 'v':
return jjMoveStringLiteralDfa4_0(active0, 0x80000000000L, active1, 0x40L, active2, 0x0L);
default :
break;
}
return jjStartNfa_0(2, active0, active1, active2);
}
private int jjMoveStringLiteralDfa4_0(long old0, long active0, long old1, long active1, long old2, long active2){
if (((active0 &= old0) | (active1 &= old1) | (active2 &= old2)) == 0L)
return jjStartNfa_0(2, old0, old1, old2);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(3, active0, active1, 0L);
return 4;
}
switch(curChar)
{
case 'a':
return jjMoveStringLiteralDfa5_0(active0, 0xc0800000000L, active1, 0x0L);
case 'c':
return jjMoveStringLiteralDfa5_0(active0, 0xa000000000000L, active1, 0x0L);
case 'e':
if ((active0 & 0x4000000L) != 0x0L)
return jjStartNfaWithStates_0(4, 26, 198);
else if ((active0 & 0x2000000000000000L) != 0x0L)
return jjStartNfaWithStates_0(4, 61, 198);
return jjMoveStringLiteralDfa5_0(active0, 0x100200000800L, active1, 0x1000L);
case 'f':
return jjMoveStringLiteralDfa5_0(active0, 0x0L, active1, 0x400L);
case 'h':
if ((active0 & 0x8000L) != 0x0L)
return jjStartNfaWithStates_0(4, 15, 198);
return jjMoveStringLiteralDfa5_0(active0, 0x10000000000000L, active1, 0x0L);
case 'i':
return jjMoveStringLiteralDfa5_0(active0, 0x4001200000080000L, active1, 0x40L);
case 'k':
if ((active0 & 0x1000L) != 0x0L)
return jjStartNfaWithStates_0(4, 12, 198);
break;
case 'l':
if ((active0 & 0x8000000L) != 0x0L)
{
jjmatchedKind = 27;
jjmatchedPos = 4;
}
return jjMoveStringLiteralDfa5_0(active0, 0x10400000L, active1, 0x2010L);
case 'n':
return jjMoveStringLiteralDfa5_0(active0, 0x2000000L, active1, 0x0L);
case 'r':
if ((active0 & 0x4000000000000L) != 0x0L)
return jjStartNfaWithStates_0(4, 50, 198);
return jjMoveStringLiteralDfa5_0(active0, 0x402400000600L, active1, 0x20L);
case 's':
if ((active0 & 0x20000L) != 0x0L)
return jjStartNfaWithStates_0(4, 17, 198);
else if ((active1 & 0x4L) != 0x0L)
return jjStartNfaWithStates_0(4, 66, 198);
return jjMoveStringLiteralDfa5_0(active0, 0x100000000000000L, active1, 0x880L);
case 't':
if ((active0 & 0x40000L) != 0x0L)
return jjStartNfaWithStates_0(4, 18, 198);
else if ((active0 & 0x20000000L) != 0x0L)
return jjStartNfaWithStates_0(4, 29, 198);
else if ((active0 & 0x800000000000L) != 0x0L)
return jjStartNfaWithStates_0(4, 47, 198);
return jjMoveStringLiteralDfa5_0(active0, 0x1000000000000000L, active1, 0x0L);
case 'u':
return jjMoveStringLiteralDfa5_0(active0, 0x100000L, active1, 0x0L);
case 'v':
return jjMoveStringLiteralDfa5_0(active0, 0x8000000000L, active1, 0x0L);
case 'w':
if ((active0 & 0x40000000000000L) != 0x0L)
{
jjmatchedKind = 54;
jjmatchedPos = 4;
}
return jjMoveStringLiteralDfa5_0(active0, 0x80000000000000L, active1, 0x0L);
default :
break;
}
return jjStartNfa_0(3, active0, active1, 0L);
}
private int jjMoveStringLiteralDfa5_0(long old0, long active0, long old1, long active1){
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjStartNfa_0(3, old0, old1, 0L);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(4, active0, active1, 0L);
return 5;
}
switch(curChar)
{
case 'a':
return jjMoveStringLiteralDfa6_0(active0, 0xa00L, active1, 0x0L);
case 'c':
if ((active0 & 0x200000000000L) != 0x0L)
return jjStartNfaWithStates_0(5, 45, 198);
else if ((active0 & 0x1000000000000L) != 0x0L)
return jjStartNfaWithStates_0(5, 48, 198);
return jjMoveStringLiteralDfa6_0(active0, 0x100000000000L, active1, 0x0L);
case 'd':
return jjMoveStringLiteralDfa6_0(active0, 0x2000000L, active1, 0x40L);
case 'e':
if ((active0 & 0x400000L) != 0x0L)
return jjStartNfaWithStates_0(5, 22, 198);
else if ((active0 & 0x8000000000L) != 0x0L)
return jjStartNfaWithStates_0(5, 39, 198);
else if ((active1 & 0x10L) != 0x0L)
return jjStartNfaWithStates_0(5, 68, 198);
return jjMoveStringLiteralDfa6_0(active0, 0x0L, active1, 0x2000L);
case 'f':
return jjMoveStringLiteralDfa6_0(active0, 0x2000000000L, active1, 0x0L);
case 'g':
return jjMoveStringLiteralDfa6_0(active0, 0x40000000000L, active1, 0x0L);
case 'h':
if ((active0 & 0x8000000000000L) != 0x0L)
return jjStartNfaWithStates_0(5, 51, 198);
break;
case 'i':
return jjMoveStringLiteralDfa6_0(active0, 0x1100000000000000L, active1, 0x80L);
case 'l':
return jjMoveStringLiteralDfa6_0(active0, 0x10100000L, active1, 0x0L);
case 'm':
return jjMoveStringLiteralDfa6_0(active0, 0x200000000L, active1, 0x0L);
case 'n':
if ((active0 & 0x400000000000L) != 0x0L)
return jjStartNfaWithStates_0(5, 46, 198);
return jjMoveStringLiteralDfa6_0(active0, 0x800080000L, active1, 0x1000L);
case 'r':
return jjMoveStringLiteralDfa6_0(active0, 0x4010000000000000L, active1, 0x0L);
case 's':
if ((active0 & 0x80000000000000L) != 0x0L)
return jjStartNfaWithStates_0(5, 55, 198);
break;
case 't':
if ((active0 & 0x400L) != 0x0L)
return jjStartNfaWithStates_0(5, 10, 198);
else if ((active0 & 0x400000000L) != 0x0L)
return jjStartNfaWithStates_0(5, 34, 198);
return jjMoveStringLiteralDfa6_0(active0, 0x2080000000000L, active1, 0x820L);
case 'y':
if ((active1 & 0x400L) != 0x0L)
return jjStartNfaWithStates_0(5, 74, 198);
break;
default :
break;
}
return jjStartNfa_0(4, active0, active1, 0L);
}
private int jjMoveStringLiteralDfa6_0(long old0, long active0, long old1, long active1){
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjStartNfa_0(4, old0, old1, 0L);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(5, active0, active1, 0L);
return 6;
}
switch(curChar)
{
case 'a':
return jjMoveStringLiteralDfa7_0(active0, 0x2000000000L, active1, 0x800L);
case 'c':
return jjMoveStringLiteralDfa7_0(active0, 0x800000200L, active1, 0x0L);
case 'd':
return jjMoveStringLiteralDfa7_0(active0, 0x0L, active1, 0x1000L);
case 'e':
if ((active0 & 0x40000000000L) != 0x0L)
return jjStartNfaWithStates_0(6, 42, 198);
else if ((active0 & 0x80000000000L) != 0x0L)
return jjStartNfaWithStates_0(6, 43, 198);
return jjMoveStringLiteralDfa7_0(active0, 0x4100000200000000L, active1, 0x40L);
case 'f':
return jjMoveStringLiteralDfa7_0(active0, 0x2000000000000L, active1, 0x0L);
case 'l':
return jjMoveStringLiteralDfa7_0(active0, 0x1000000000000000L, active1, 0x0L);
case 'n':
if ((active0 & 0x800L) != 0x0L)
return jjStartNfaWithStates_0(6, 11, 198);
return jjMoveStringLiteralDfa7_0(active0, 0x0L, active1, 0x2000L);
case 'o':
return jjMoveStringLiteralDfa7_0(active0, 0x10000000000000L, active1, 0x0L);
case 's':
if ((active0 & 0x2000000L) != 0x0L)
return jjStartNfaWithStates_0(6, 25, 198);
else if ((active1 & 0x20L) != 0x0L)
return jjStartNfaWithStates_0(6, 69, 198);
break;
case 't':
if ((active0 & 0x100000L) != 0x0L)
return jjStartNfaWithStates_0(6, 20, 198);
return jjMoveStringLiteralDfa7_0(active0, 0x100000000000L, active1, 0x80L);
case 'u':
return jjMoveStringLiteralDfa7_0(active0, 0x80000L, active1, 0x0L);
case 'y':
if ((active0 & 0x10000000L) != 0x0L)
return jjStartNfaWithStates_0(6, 28, 198);
break;
default :
break;
}
return jjStartNfa_0(5, active0, active1, 0L);
}
private int jjMoveStringLiteralDfa7_0(long old0, long active0, long old1, long active1){
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjStartNfa_0(5, old0, old1, 0L);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(6, active0, active1, 0L);
return 7;
}
switch(curChar)
{
case 'c':
return jjMoveStringLiteralDfa8_0(active0, 0x2000000000L, active1, 0x0L);
case 'e':
if ((active0 & 0x80000L) != 0x0L)
return jjStartNfaWithStates_0(7, 19, 198);
else if ((active0 & 0x1000000000000000L) != 0x0L)
return jjStartNfaWithStates_0(7, 60, 198);
return jjMoveStringLiteralDfa8_0(active0, 0x100800000000L, active1, 0x0L);
case 'g':
return jjMoveStringLiteralDfa8_0(active0, 0x0L, active1, 0x2000L);
case 'i':
return jjMoveStringLiteralDfa8_0(active0, 0x0L, active1, 0x80L);
case 'n':
return jjMoveStringLiteralDfa8_0(active0, 0x110000200000000L, active1, 0x0L);
case 'p':
if ((active0 & 0x2000000000000L) != 0x0L)
return jjStartNfaWithStates_0(7, 49, 198);
break;
case 'r':
return jjMoveStringLiteralDfa8_0(active0, 0x0L, active1, 0x800L);
case 's':
if ((active0 & 0x4000000000000000L) != 0x0L)
return jjStartNfaWithStates_0(7, 62, 198);
else if ((active1 & 0x40L) != 0x0L)
return jjStartNfaWithStates_0(7, 70, 198);
return jjMoveStringLiteralDfa8_0(active0, 0x0L, active1, 0x1000L);
case 't':
if ((active0 & 0x200L) != 0x0L)
return jjStartNfaWithStates_0(7, 9, 198);
break;
default :
break;
}
return jjStartNfa_0(6, active0, active1, 0L);
}
private int jjMoveStringLiteralDfa8_0(long old0, long active0, long old1, long active1){
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjStartNfa_0(6, old0, old1, 0L);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(7, active0, active1, 0L);
return 8;
}
switch(curChar)
{
case 'W':
return jjMoveStringLiteralDfa9_0(active0, 0x0L, active1, 0x1000L);
case 'd':
if ((active0 & 0x100000000000L) != 0x0L)
return jjStartNfaWithStates_0(8, 44, 198);
break;
case 'e':
if ((active0 & 0x2000000000L) != 0x0L)
return jjStartNfaWithStates_0(8, 37, 198);
break;
case 'i':
return jjMoveStringLiteralDfa9_0(active0, 0x10000000000000L, active1, 0x0L);
case 'o':
return jjMoveStringLiteralDfa9_0(active0, 0x800000000L, active1, 0x0L);
case 't':
if ((active0 & 0x100000000000000L) != 0x0L)
return jjStartNfaWithStates_0(8, 56, 198);
return jjMoveStringLiteralDfa9_0(active0, 0x200000000L, active1, 0x2800L);
case 'v':
return jjMoveStringLiteralDfa9_0(active0, 0x0L, active1, 0x80L);
default :
break;
}
return jjStartNfa_0(7, active0, active1, 0L);
}
private int jjMoveStringLiteralDfa9_0(long old0, long active0, long old1, long active1){
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjStartNfa_0(7, old0, old1, 0L);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(8, active0, active1, 0L);
return 9;
}
switch(curChar)
{
case 'e':
if ((active1 & 0x80L) != 0x0L)
return jjStartNfaWithStates_0(9, 71, 198);
break;
case 'f':
if ((active0 & 0x800000000L) != 0x0L)
return jjStartNfaWithStates_0(9, 35, 198);
break;
case 'h':
return jjMoveStringLiteralDfa10_0(active0, 0x0L, active1, 0x2000L);
case 'i':
return jjMoveStringLiteralDfa10_0(active0, 0x0L, active1, 0x1000L);
case 's':
if ((active0 & 0x200000000L) != 0x0L)
return jjStartNfaWithStates_0(9, 33, 198);
return jjMoveStringLiteralDfa10_0(active0, 0x0L, active1, 0x800L);
case 'z':
return jjMoveStringLiteralDfa10_0(active0, 0x10000000000000L, active1, 0x0L);
default :
break;
}
return jjStartNfa_0(8, active0, active1, 0L);
}
private int jjMoveStringLiteralDfa10_0(long old0, long active0, long old1, long active1){
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjStartNfa_0(8, old0, old1, 0L);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(9, active0, active1, 0L);
return 10;
}
switch(curChar)
{
case 'W':
return jjMoveStringLiteralDfa11_0(active0, 0x0L, active1, 0x800L);
case ']':
if ((active1 & 0x2000L) != 0x0L)
return jjStopAtPos(10, 77);
break;
case 'e':
return jjMoveStringLiteralDfa11_0(active0, 0x10000000000000L, active1, 0x0L);
case 't':
return jjMoveStringLiteralDfa11_0(active0, 0x0L, active1, 0x1000L);
default :
break;
}
return jjStartNfa_0(9, active0, active1, 0L);
}
private int jjMoveStringLiteralDfa11_0(long old0, long active0, long old1, long active1){
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjStartNfa_0(9, old0, old1, 0L);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(10, active0, active1, 0L);
return 11;
}
switch(curChar)
{
case 'd':
if ((active0 & 0x10000000000000L) != 0x0L)
return jjStartNfaWithStates_0(11, 52, 198);
break;
case 'h':
return jjMoveStringLiteralDfa12_0(active0, 0x0L, active1, 0x1000L);
case 'i':
return jjMoveStringLiteralDfa12_0(active0, 0x0L, active1, 0x800L);
default :
break;
}
return jjStartNfa_0(10, active0, active1, 0L);
}
private int jjMoveStringLiteralDfa12_0(long old0, long active0, long old1, long active1){
if (((active0 &= old0) | (active1 &= old1)) == 0L)
return jjStartNfa_0(10, old0, old1, 0L);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(11, 0L, active1, 0L);
return 12;
}
switch(curChar)
{
case ']':
if ((active1 & 0x1000L) != 0x0L)
return jjStopAtPos(12, 76);
break;
case 't':
return jjMoveStringLiteralDfa13_0(active1, 0x800L);
default :
break;
}
return jjStartNfa_0(11, 0L, active1, 0L);
}
private int jjMoveStringLiteralDfa13_0(long old1, long active1){
if (((active1 &= old1)) == 0L)
return jjStartNfa_0(11, 0L, old1, 0L);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(12, 0L, active1, 0L);
return 13;
}
switch(curChar)
{
case 'h':
return jjMoveStringLiteralDfa14_0(active1, 0x800L);
default :
break;
}
return jjStartNfa_0(12, 0L, active1, 0L);
}
private int jjMoveStringLiteralDfa14_0(long old1, long active1){
if (((active1 &= old1)) == 0L)
return jjStartNfa_0(12, 0L, old1, 0L);
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
jjStopStringLiteralDfa_0(13, 0L, active1, 0L);
return 14;
}
switch(curChar)
{
case ']':
if ((active1 & 0x800L) != 0x0L)
return jjStopAtPos(14, 75);
break;
default :
break;
}
return jjStartNfa_0(13, 0L, active1, 0L);
}
private int jjStartNfaWithStates_0(int pos, int kind, int state)
{
jjmatchedKind = kind;
jjmatchedPos = pos;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { return pos + 1; }
return jjMoveNfa_0(state, pos + 1);
}
static final long[] jjbitVec0 = {
0x0L, 0x0L, 0x100000020L, 0x0L
};
static final long[] jjbitVec1 = {
0x0L, 0x0L, 0x1L, 0x0L
};
static final long[] jjbitVec2 = {
0x4000L, 0x0L, 0x0L, 0x0L
};
static final long[] jjbitVec3 = {
0x830000003fffL, 0x180000000L, 0x0L, 0x0L
};
static final long[] jjbitVec4 = {
0x1L, 0x0L, 0x0L, 0x0L
};
static final long[] jjbitVec5 = {
0x0L, 0x0L, 0x0L, 0x8000000000000000L
};
static final long[] jjbitVec6 = {
0xfffffffffffffffeL, 0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffffffffffffffL
};
static final long[] jjbitVec8 = {
0x0L, 0x0L, 0xffffffffffffffffL, 0xffffffffffffffffL
};
static final long[] jjbitVec9 = {
0xfff0000040220002L, 0xffffffffffffdfffL, 0xfffff02f7fffffffL, 0x12000000ff7fffffL
};
static final long[] jjbitVec10 = {
0x0L, 0x0L, 0x420043c00000000L, 0xff7fffffff7fffffL
};
static final long[] jjbitVec11 = {
0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffffffffffffffL, 0x501f0003ffc3L
};
static final long[] jjbitVec12 = {
0x0L, 0xbcdf000000000000L, 0xfffffffbffffd740L, 0xffbfffffffffffffL
};
static final long[] jjbitVec13 = {
0xffffffffffffffffL, 0xffffffffffffffffL, 0xfffffffffffffc03L, 0xffffffffffffffffL
};
static final long[] jjbitVec14 = {
0xfffeffffffffffffL, 0xfffffffe027fffffL, 0x80ffL, 0x707ffffff0000L
};
static final long[] jjbitVec15 = {
0xffffffff00000800L, 0xfffec000000007ffL, 0xffffffffffffffffL, 0x9c00c060002fffffL
};
static final long[] jjbitVec16 = {
0xfffffffd0000L, 0xffffffffffffe000L, 0x2003fffffffffL, 0x43007fffffffc00L
};
static final long[] jjbitVec17 = {
0x110043fffffL, 0x7ff01ffffffL, 0x3fdfffff00000000L, 0x0L
};
static final long[] jjbitVec18 = {
0x23fffffffffffff0L, 0xfffe0003ff010000L, 0x23c5fdfffff99fe1L, 0x180f0003b0004000L
};
static final long[] jjbitVec19 = {
0x36dfdfffff987e0L, 0x1c00005e000000L, 0x23edfdfffffbbfe0L, 0x202000300010000L
};
static final long[] jjbitVec20 = {
0x23edfdfffff99fe0L, 0x20003b0000000L, 0x3ffc718d63dc7e8L, 0x200000000010000L
};
static final long[] jjbitVec21 = {
0x23fffdfffffddfe0L, 0x307000000L, 0x23effdfffffddfe1L, 0x6000340000000L
};
static final long[] jjbitVec22 = {
0x27fffffffffddfe0L, 0xfc00000380704000L, 0x2ffbfffffc7fffe0L, 0x7fL
};
static final long[] jjbitVec23 = {
0x800dfffffffffffeL, 0x7fL, 0x200decaefef02596L, 0xf000005fL
};
static final long[] jjbitVec24 = {
0x1L, 0x1ffffffffeffL, 0x1f00L, 0x0L
};
static final long[] jjbitVec25 = {
0x800007ffffffffffL, 0xffe1c0623c3f0000L, 0xffffffff00004003L, 0xf7ffffffffff20bfL
};
static final long[] jjbitVec26 = {
0xffffffffffffffffL, 0xffffffff3d7f3dffL, 0x7f3dffffffff3dffL, 0xffffffffff7fff3dL
};
static final long[] jjbitVec27 = {
0xffffffffff3dffffL, 0x7ffffffL, 0xffffffff0000ffffL, 0x3f3fffffffffffffL
};
static final long[] jjbitVec28 = {
0xffffffffffffffffL, 0xffff9fffffffffffL, 0xffffffff07fffffeL, 0x1ffc7ffffffffffL
};
static final long[] jjbitVec29 = {
0x3ffff0003dfffL, 0x1dfff0003ffffL, 0xfffffffffffffL, 0x18800000L
};
static final long[] jjbitVec30 = {
0xffffffff00000000L, 0xffffffffffffffL, 0xffff05ffffffff9fL, 0x3fffffffffffffL
};
static final long[] jjbitVec31 = {
0x7fffffffL, 0x1f3fffffff0000L, 0xffff0fffffffffffL, 0x3ffL
};
static final long[] jjbitVec32 = {
0xffffffff007fffffL, 0x1fffffL, 0x8000000000L, 0x0L
};
static final long[] jjbitVec33 = {
0xfffffffffffe0L, 0xfe0L, 0xfc00c001fffffff8L, 0x3fffffffffL
};
static final long[] jjbitVec34 = {
0xfffffffffL, 0x3ffffffffc00e000L, 0x1ffL, 0x63de0000000000L
};
static final long[] jjbitVec35 = {
0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffffffffffffffL, 0x0L
};
static final long[] jjbitVec36 = {
0xffffffff3f3fffffL, 0x3fffffffaaff3f3fL, 0x5fdfffffffffffffL, 0x1fdc1fff0fcf1fdcL
};
static final long[] jjbitVec37 = {
0x8000000000000000L, 0x8002000000100001L, 0xffffffff1fff0000L, 0x0L
};
static final long[] jjbitVec38 = {
0xf3ffbd503e2ffc84L, 0xffffffff000043e0L, 0x1ffL, 0x0L
};
static final long[] jjbitVec39 = {
0xffff7fffffffffffL, 0xffffffff7fffffffL, 0xffffffffffffffffL, 0xc781fffffffffL
};
static final long[] jjbitVec40 = {
0xffff20bfffffffffL, 0x80ffffffffffL, 0x7f7f7f7f007fffffL, 0x7f7f7f7fL
};
static final long[] jjbitVec41 = {
0x800000000000L, 0x0L, 0x0L, 0x0L
};
static final long[] jjbitVec42 = {
0x1f3e03fe000000e0L, 0xfffffffffffffffeL, 0xfffffffee07fffffL, 0xf7ffffffffffffffL
};
static final long[] jjbitVec43 = {
0xfffe7fffffffffe0L, 0xffffffffffffffffL, 0x7ffffff00007fffL, 0xffff000000000000L
};
static final long[] jjbitVec44 = {
0xffffffffffffffffL, 0xffffffffffffffffL, 0x3fffffffffffffL, 0x0L
};
static final long[] jjbitVec45 = {
0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffffffffffffffL, 0x7ffffffffffL
};
static final long[] jjbitVec46 = {
0xffffffffffffffffL, 0xffffffffffffffffL, 0x1fffL, 0x3fffffffffff0000L
};
static final long[] jjbitVec47 = {
0xc00ffff1fffL, 0x80007fffffffffffL, 0xffffffff3fffffffL, 0xffffffffffffL
};
static final long[] jjbitVec48 = {
0xfffffffcff800000L, 0xffffffffffffffffL, 0xff7ffffffff9ffL, 0xff80000000000000L
};
static final long[] jjbitVec49 = {
0x1000007fffff7bbL, 0xfffffffffffffL, 0xffffffffffffcL, 0x28fc000000000000L
};
static final long[] jjbitVec50 = {
0xffff003ffffffc00L, 0x1fffffff0000007fL, 0x7fffffffffff0L, 0x7c00ffdf00008000L
};
static final long[] jjbitVec51 = {
0x1ffffffffffL, 0xc47fffff00000ff7L, 0x3e62ffffffffffffL, 0x1c07ff38000005L
};
static final long[] jjbitVec52 = {
0xffff7f7f007e7e7eL, 0xffff003ff7ffffffL, 0xffffffffffffffffL, 0x7ffffffffL
};
static final long[] jjbitVec53 = {
0xffffffffffffffffL, 0xffffffffffffffffL, 0xffff000fffffffffL, 0xffffffffffff87fL
};
static final long[] jjbitVec54 = {
0xffffffffffffffffL, 0xffff3fffffffffffL, 0xffffffffffffffffL, 0x3ffffffL
};
static final long[] jjbitVec55 = {
0x5f7ffdffa0f8007fL, 0xffffffffffffffdbL, 0x3ffffffffffffL, 0xfffffffffff80000L
};
static final long[] jjbitVec56 = {
0x3fffffffffffffffL, 0xffffffffffff0000L, 0xfffffffffffcffffL, 0x1fff0000000000ffL
};
static final long[] jjbitVec57 = {
0x18000000000000L, 0xffdf02000000e000L, 0xffffffffffffffffL, 0x1fffffffffffffffL
};
static final long[] jjbitVec58 = {
0x87fffffe00000010L, 0xffffffc007fffffeL, 0x7fffffffffffffffL, 0x631cfcfcfcL
};
static final long[] jjbitVec59 = {
0x0L, 0x0L, 0x420243cffffffffL, 0xff7fffffff7fffffL
};
static final long[] jjbitVec60 = {
0xffffffffffffffffL, 0xbcdfffffffffffffL, 0xfffffffbffffd740L, 0xffbfffffffffffffL
};
static final long[] jjbitVec61 = {
0xffffffffffffffffL, 0xffffffffffffffffL, 0xfffffffffffffcfbL, 0xffffffffffffffffL
};
static final long[] jjbitVec62 = {
0xfffeffffffffffffL, 0xfffffffe027fffffL, 0xbffffffffffe80ffL, 0x707ffffff00b6L
};
static final long[] jjbitVec63 = {
0xffffffff17ff083fL, 0xffffc3ffffffffffL, 0xffffffffffffffffL, 0x9ffffdffbfefffffL
};
static final long[] jjbitVec64 = {
0xffffffffffff8000L, 0xffffffffffffe7ffL, 0x3ffffffffffffL, 0x43fffffffffffffL
};
static final long[] jjbitVec65 = {
0x3fffffffffffL, 0x7ff0fffffffL, 0x3fdfffff00000000L, 0xfffffffffff00000L
};
static final long[] jjbitVec66 = {
0xffffffffffffffffL, 0xfffeffcfffffffffL, 0xf3c5fdfffff99fefL, 0x180fffcfb080799fL
};
static final long[] jjbitVec67 = {
0xd36dfdfffff987eeL, 0x3fffc05e023987L, 0xf3edfdfffffbbfeeL, 0xfe02ffcf00013bbfL
};
static final long[] jjbitVec68 = {
0xf3edfdfffff99feeL, 0x2ffcfb0c0399fL, 0xc3ffc718d63dc7ecL, 0x200ffc000813dc7L
};
static final long[] jjbitVec69 = {
0xe3fffdfffffddfefL, 0xffcf07603ddfL, 0xf3effdfffffddfefL, 0x6ffcf40603ddfL
};
static final long[] jjbitVec70 = {
0xfffffffffffddfefL, 0xfc00ffcf80f07ddfL, 0x2ffbfffffc7fffecL, 0xcffc0ff5f847fL
};
static final long[] jjbitVec71 = {
0x87fffffffffffffeL, 0x3ff7fffL, 0x3bffecaefef02596L, 0xf3ff3f5fL
};
static final long[] jjbitVec72 = {
0xc2a003ff03000001L, 0xfffe1ffffffffeffL, 0x1ffffffffeffffdfL, 0x40L
};
static final long[] jjbitVec73 = {
0xffffffffffffffffL, 0xffffffffffff03ffL, 0xffffffff3fffffffL, 0xf7ffffffffff20bfL
};
static final long[] jjbitVec74 = {
0xffffffffff3dffffL, 0xe7ffffffL, 0xffffffff0000ffffL, 0x3f3fffffffffffffL
};
static final long[] jjbitVec75 = {
0x1fffff001fdfffL, 0xddfff000fffffL, 0xffffffffffffffffL, 0x3ff388fffffL
};
static final long[] jjbitVec76 = {
0xffffffff03ff7800L, 0xffffffffffffffL, 0xffff07ffffffffffL, 0x3fffffffffffffL
};
static final long[] jjbitVec77 = {
0xfff0fff7fffffffL, 0x1f3fffffffffc0L, 0xffff0fffffffffffL, 0x3ff03ffL
};
static final long[] jjbitVec78 = {
0xffffffff0fffffffL, 0x9fffffff7fffffffL, 0x3fff008003ff03ffL, 0x0L
};
static final long[] jjbitVec79 = {
0xffffffffffffffffL, 0xff80003ff0fffL, 0xffffffffffffffffL, 0xfffffffffffffL
};
static final long[] jjbitVec80 = {
0xffffffffffffffL, 0x3fffffffffffe3ffL, 0x1ffL, 0x3fffffffff70000L
};
static final long[] jjbitVec81 = {
0xffffffffffffffffL, 0xffffffffffffffffL, 0xffffffffffffffffL, 0xfbffffffffffffffL
};
static final long[] jjbitVec82 = {
0x80007c000000f800L, 0x8002ffdf00100001L, 0xffffffff1fff0000L, 0x1ffe21fff0000L
};
static final long[] jjbitVec83 = {
0xffff7fffffffffffL, 0xffffffff7fffffffL, 0xffffffffffffffffL, 0xff81fffffffffL
};
static final long[] jjbitVec84 = {
0xffff20bfffffffffL, 0x800080ffffffffffL, 0x7f7f7f7f007fffffL, 0xffffffff7f7f7f7fL
};
static final long[] jjbitVec85 = {
0x1f3efffe000000e0L, 0xfffffffffffffffeL, 0xfffffffee67fffffL, 0xf7ffffffffffffffL
};
static final long[] jjbitVec86 = {
0xfffffff1fffL, 0xbff0ffffffffffffL, 0xffffffffffffffffL, 0x3ffffffffffffL
};
static final long[] jjbitVec87 = {
0x10000ffffffffffL, 0xfffffffffffffL, 0xffffffffffffffffL, 0x28ffffff03ff003fL
};
static final long[] jjbitVec88 = {
0xffff3fffffffffffL, 0x1fffffff000fffffL, 0xffffffffffffffffL, 0x7fffffff03ff8001L
};
static final long[] jjbitVec89 = {
0x7fffffffffffffL, 0xfc7fffff03ff3fffL, 0xffffffffffffffffL, 0x7cffff38000007L
};
static final long[] jjbitVec90 = {
0xffff7f7f007e7e7eL, 0xffff003ff7ffffffL, 0xffffffffffffffffL, 0x3ff37ffffffffffL
};
static final long[] jjbitVec91 = {
0x5f7ffdffe0f8007fL, 0xffffffffffffffdbL, 0x3ffffffffffffL, 0xfffffffffff80000L
};
static final long[] jjbitVec92 = {
0x18ffff0000ffffL, 0xffdf02000000e000L, 0xffffffffffffffffL, 0x9fffffffffffffffL
};
static final long[] jjbitVec93 = {
0x87fffffe03ff0010L, 0xffffffc007fffffeL, 0x7fffffffffffffffL, 0xe0000631cfcfcfcL
};
private int jjMoveNfa_0(int startState, int curPos)
{
int startsAt = 0;
jjnewStateCnt = 198;
int i = 1;
jjstateSet[0] = startState;
int kind = 0x7fffffff;
for (;;)
{
if (++jjround == 0x7fffffff)
ReInitRounds();
if (curChar < 64)
{
long l = 1L << curChar;
do
{
switch(jjstateSet[--i])
{
case 198:
case 32:
if ((0x3ff00100fffc1ffL & l) == 0x0L)
break;
if (kind > 97)
kind = 97;
{ jjCheckNAddTwoStates(32, 38); }
break;
case 134:
if ((0x3ff000000000000L & l) != 0x0L)
{
if (kind > 88)
kind = 88;
{ jjCheckNAddStates(0, 3); }
}
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(4, 8); }
break;
case 45:
if (curChar == 42)
jjstateSet[jjnewStateCnt++] = 47;
else if (curChar == 47)
{
if (kind > 3)
kind = 3;
{ jjCheckNAdd(46); }
}
break;
case 0:
if ((0x3ff000000000000L & l) != 0x0L)
{
if (kind > 81)
kind = 81;
{ jjCheckNAddStates(9, 51); }
}
else if ((0x100001200L & l) != 0x0L)
{
if (kind > 1)
kind = 1;
}
else if (curChar == 46)
{ jjAddStates(52, 53); }
else if (curChar == 47)
{ jjAddStates(54, 55); }
else if (curChar == 36)
{
if (kind > 97)
kind = 97;
{ jjCheckNAddTwoStates(32, 38); }
}
else if (curChar == 34)
{ jjCheckNAddStates(56, 59); }
else if (curChar == 39)
{ jjAddStates(60, 62); }
if (curChar == 48)
{ jjAddStates(63, 70); }
break;
case 1:
if (curChar == 39)
{ jjAddStates(60, 62); }
break;
case 2:
if ((0xffffff7fffffdbffL & l) != 0x0L)
{ jjCheckNAdd(3); }
break;
case 3:
if (curChar == 39 && kind > 95)
kind = 95;
break;
case 5:
if ((0x8400000000L & l) != 0x0L)
{ jjCheckNAdd(3); }
break;
case 6:
if ((0xff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(7, 3); }
break;
case 7:
if ((0xff000000000000L & l) != 0x0L)
{ jjCheckNAdd(3); }
break;
case 8:
if ((0xf000000000000L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 9;
break;
case 9:
if ((0xff000000000000L & l) != 0x0L)
{ jjCheckNAdd(7); }
break;
case 11:
if ((0x3ff000000000000L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 12;
break;
case 12:
if ((0x3ff000000000000L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 13;
break;
case 13:
if ((0x3ff000000000000L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 14;
break;
case 14:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAdd(3); }
break;
case 16:
if (curChar == 34)
{ jjCheckNAddStates(56, 59); }
break;
case 17:
if ((0xfffffffbffffdbffL & l) != 0x0L)
{ jjCheckNAddStates(56, 59); }
break;
case 19:
if ((0x8400000000L & l) != 0x0L)
{ jjCheckNAddStates(56, 59); }
break;
case 21:
if ((0x3ff000000000000L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 22;
break;
case 22:
if ((0x3ff000000000000L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 23;
break;
case 23:
if ((0x3ff000000000000L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 24;
break;
case 24:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(56, 59); }
break;
case 26:
if (curChar == 34 && kind > 96)
kind = 96;
break;
case 27:
if ((0xff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(71, 75); }
break;
case 28:
if ((0xff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(56, 59); }
break;
case 29:
if ((0xf000000000000L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 30;
break;
case 30:
if ((0xff000000000000L & l) != 0x0L)
{ jjCheckNAdd(28); }
break;
case 31:
if (curChar != 36)
break;
if (kind > 97)
kind = 97;
{ jjCheckNAddTwoStates(32, 38); }
break;
case 34:
if ((0x3ff000000000000L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 35;
break;
case 35:
if ((0x3ff000000000000L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 36;
break;
case 36:
case 42:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAdd(37); }
break;
case 37:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 97)
kind = 97;
{ jjCheckNAddTwoStates(32, 38); }
break;
case 40:
if ((0x3ff000000000000L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 41;
break;
case 41:
if ((0x3ff000000000000L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 42;
break;
case 44:
if (curChar == 47)
{ jjAddStates(54, 55); }
break;
case 46:
if ((0xffffffffffffdbffL & l) == 0x0L)
break;
if (kind > 3)
kind = 3;
{ jjCheckNAdd(46); }
break;
case 47:
if (curChar == 42)
jjstateSet[jjnewStateCnt++] = 48;
break;
case 48:
if ((0xffff7fffffffffffL & l) != 0x0L && kind > 4)
kind = 4;
break;
case 49:
if (curChar == 42)
jjstateSet[jjnewStateCnt++] = 47;
break;
case 50:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 81)
kind = 81;
{ jjCheckNAddStates(9, 51); }
break;
case 51:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(51, 52); }
break;
case 52:
case 156:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAdd(53); }
break;
case 54:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(54, 55); }
break;
case 55:
case 167:
if ((0x3ff000000000000L & l) != 0x0L && kind > 81)
kind = 81;
break;
case 56:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(56, 57); }
break;
case 57:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAdd(58); }
break;
case 59:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(59, 60); }
break;
case 60:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAdd(61); }
break;
case 61:
if (curChar == 46)
{ jjCheckNAddStates(76, 79); }
break;
case 62:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(80, 84); }
break;
case 63:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(63, 64); }
break;
case 64:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(85, 87); }
break;
case 66:
if ((0x280000000000L & l) != 0x0L)
{ jjCheckNAdd(67); }
break;
case 67:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(88, 91); }
break;
case 68:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(68, 69); }
break;
case 69:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(92, 94); }
break;
case 72:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(95, 99); }
break;
case 73:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(73, 74); }
break;
case 74:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAdd(75); }
break;
case 76:
if ((0x280000000000L & l) != 0x0L)
{ jjCheckNAdd(77); }
break;
case 77:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(100, 103); }
break;
case 78:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(78, 79); }
break;
case 79:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(104, 106); }
break;
case 80:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(107, 111); }
break;
case 81:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(81, 82); }
break;
case 82:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(83, 70); }
break;
case 84:
if ((0x280000000000L & l) != 0x0L)
{ jjCheckNAdd(85); }
break;
case 85:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(112, 114); }
break;
case 86:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(86, 87); }
break;
case 87:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(85, 70); }
break;
case 88:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(115, 118); }
break;
case 89:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(89, 90); }
break;
case 90:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAdd(71); }
break;
case 91:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(91, 92); }
break;
case 92:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(93, 98); }
break;
case 94:
if ((0x280000000000L & l) != 0x0L)
{ jjCheckNAdd(95); }
break;
case 95:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(119, 121); }
break;
case 96:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(96, 97); }
break;
case 97:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(95, 98); }
break;
case 99:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(122, 125); }
break;
case 100:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(100, 101); }
break;
case 101:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAdd(102); }
break;
case 103:
if ((0x280000000000L & l) != 0x0L)
{ jjCheckNAdd(104); }
break;
case 104:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 88)
kind = 88;
{ jjCheckNAddStates(126, 128); }
break;
case 105:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(105, 106); }
break;
case 106:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 88)
kind = 88;
{ jjCheckNAddTwoStates(104, 98); }
break;
case 107:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 88)
kind = 88;
{ jjCheckNAddStates(129, 132); }
break;
case 108:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(108, 109); }
break;
case 109:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAdd(110); }
break;
case 110:
if (curChar != 46)
break;
if (kind > 88)
kind = 88;
{ jjCheckNAddStates(133, 135); }
break;
case 111:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 88)
kind = 88;
{ jjCheckNAddStates(136, 139); }
break;
case 112:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(112, 113); }
break;
case 113:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 88)
kind = 88;
{ jjCheckNAddTwoStates(114, 98); }
break;
case 115:
if ((0x280000000000L & l) != 0x0L)
{ jjCheckNAdd(116); }
break;
case 116:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 88)
kind = 88;
{ jjCheckNAddStates(140, 142); }
break;
case 117:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(117, 118); }
break;
case 118:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 88)
kind = 88;
{ jjCheckNAddTwoStates(116, 98); }
break;
case 119:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 88)
kind = 88;
{ jjCheckNAddStates(143, 146); }
break;
case 120:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(120, 121); }
break;
case 121:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAdd(123); }
break;
case 124:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(124, 125); }
break;
case 125:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAdd(126); }
break;
case 127:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(127, 128); }
break;
case 128:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAdd(129); }
break;
case 130:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(130, 131); }
break;
case 131:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAdd(132); }
break;
case 133:
if (curChar == 46)
{ jjAddStates(52, 53); }
break;
case 135:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(135, 136); }
break;
case 136:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(147, 149); }
break;
case 138:
if ((0x280000000000L & l) != 0x0L)
{ jjCheckNAdd(139); }
break;
case 139:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(150, 153); }
break;
case 140:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(140, 141); }
break;
case 141:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(154, 156); }
break;
case 142:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(157, 161); }
break;
case 143:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 88)
kind = 88;
{ jjCheckNAddStates(0, 3); }
break;
case 144:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(144, 145); }
break;
case 145:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 88)
kind = 88;
{ jjCheckNAddTwoStates(146, 98); }
break;
case 147:
if ((0x280000000000L & l) != 0x0L)
{ jjCheckNAdd(148); }
break;
case 148:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 88)
kind = 88;
{ jjCheckNAddStates(162, 164); }
break;
case 149:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(149, 150); }
break;
case 150:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 88)
kind = 88;
{ jjCheckNAddTwoStates(148, 98); }
break;
case 151:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 88)
kind = 88;
{ jjCheckNAddStates(165, 168); }
break;
case 152:
if (curChar == 48)
{ jjAddStates(63, 70); }
break;
case 154:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(169, 171); }
break;
case 155:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(155, 156); }
break;
case 157:
if ((0xff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(172, 174); }
break;
case 158:
if ((0xff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(158, 159); }
break;
case 159:
if ((0xff000000000000L & l) != 0x0L)
{ jjCheckNAdd(53); }
break;
case 161:
if ((0x3000000000000L & l) != 0x0L)
{ jjCheckNAddStates(175, 177); }
break;
case 162:
if ((0x3000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(162, 163); }
break;
case 163:
if ((0x3000000000000L & l) != 0x0L)
{ jjCheckNAdd(53); }
break;
case 165:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 81)
kind = 81;
{ jjCheckNAddTwoStates(166, 167); }
break;
case 166:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(166, 167); }
break;
case 168:
if ((0xff000000000000L & l) == 0x0L)
break;
if (kind > 81)
kind = 81;
{ jjCheckNAddTwoStates(169, 170); }
break;
case 169:
if ((0xff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(169, 170); }
break;
case 170:
if ((0xff000000000000L & l) != 0x0L && kind > 81)
kind = 81;
break;
case 172:
if ((0x3000000000000L & l) == 0x0L)
break;
if (kind > 81)
kind = 81;
{ jjCheckNAddTwoStates(173, 174); }
break;
case 173:
if ((0x3000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(173, 174); }
break;
case 174:
if ((0x3000000000000L & l) != 0x0L && kind > 81)
kind = 81;
break;
case 176:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(178, 180); }
break;
case 177:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(177, 178); }
break;
case 178:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAdd(179); }
break;
case 179:
if (curChar == 46)
jjstateSet[jjnewStateCnt++] = 180;
break;
case 180:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(181, 183); }
break;
case 181:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(181, 182); }
break;
case 182:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAdd(183); }
break;
case 184:
if ((0x280000000000L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 185;
break;
case 185:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 88)
kind = 88;
{ jjCheckNAddStates(184, 186); }
break;
case 186:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(186, 187); }
break;
case 187:
case 197:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 88)
kind = 88;
{ jjCheckNAdd(98); }
break;
case 189:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddStates(187, 190); }
break;
case 190:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(190, 191); }
break;
case 191:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(192, 193); }
break;
case 192:
if (curChar == 46)
{ jjCheckNAdd(193); }
break;
case 194:
if ((0x280000000000L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 195;
break;
case 195:
if ((0x3ff000000000000L & l) == 0x0L)
break;
if (kind > 88)
kind = 88;
{ jjCheckNAddStates(191, 193); }
break;
case 196:
if ((0x3ff000000000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(196, 197); }
break;
default : break;
}
} while(i != startsAt);
}
else if (curChar < 128)
{
long l = 1L << (curChar & 077);
do
{
switch(jjstateSet[--i])
{
case 198:
if ((0x87fffffe87fffffeL & l) != 0x0L)
{
if (kind > 97)
kind = 97;
{ jjCheckNAddTwoStates(32, 38); }
}
else if (curChar == 92)
jjstateSet[jjnewStateCnt++] = 33;
break;
case 0:
if ((0x7fffffe87fffffeL & l) != 0x0L)
{
if (kind > 97)
kind = 97;
{ jjCheckNAddTwoStates(32, 38); }
}
else if (curChar == 92)
jjstateSet[jjnewStateCnt++] = 39;
break;
case 2:
if ((0xffffffffefffffffL & l) != 0x0L)
{ jjCheckNAdd(3); }
break;
case 4:
if (curChar == 92)
{ jjAddStates(194, 196); }
break;
case 5:
if ((0x14404410000000L & l) != 0x0L)
{ jjCheckNAdd(3); }
break;
case 10:
if (curChar == 117)
jjstateSet[jjnewStateCnt++] = 11;
break;
case 11:
if ((0x7e0000007eL & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 12;
break;
case 12:
if ((0x7e0000007eL & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 13;
break;
case 13:
if ((0x7e0000007eL & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 14;
break;
case 14:
if ((0x7e0000007eL & l) != 0x0L)
{ jjCheckNAdd(3); }
break;
case 15:
if (curChar == 92)
jjstateSet[jjnewStateCnt++] = 10;
break;
case 17:
if ((0xffffffffefffffffL & l) != 0x0L)
{ jjCheckNAddStates(56, 59); }
break;
case 18:
if (curChar == 92)
{ jjAddStates(197, 199); }
break;
case 19:
if ((0x14404410000000L & l) != 0x0L)
{ jjCheckNAddStates(56, 59); }
break;
case 20:
if (curChar == 117)
jjstateSet[jjnewStateCnt++] = 21;
break;
case 21:
if ((0x7e0000007eL & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 22;
break;
case 22:
if ((0x7e0000007eL & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 23;
break;
case 23:
if ((0x7e0000007eL & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 24;
break;
case 24:
if ((0x7e0000007eL & l) != 0x0L)
{ jjCheckNAddStates(56, 59); }
break;
case 25:
if (curChar == 92)
jjstateSet[jjnewStateCnt++] = 20;
break;
case 31:
if ((0x7fffffe87fffffeL & l) == 0x0L)
break;
if (kind > 97)
kind = 97;
{ jjCheckNAddTwoStates(32, 38); }
break;
case 32:
if ((0x87fffffe87fffffeL & l) == 0x0L)
break;
if (kind > 97)
kind = 97;
{ jjCheckNAddTwoStates(32, 38); }
break;
case 33:
if (curChar == 117)
jjstateSet[jjnewStateCnt++] = 34;
break;
case 34:
if ((0x7e0000007eL & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 35;
break;
case 35:
if ((0x7e0000007eL & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 36;
break;
case 36:
case 42:
if ((0x7e0000007eL & l) != 0x0L)
{ jjCheckNAdd(37); }
break;
case 37:
if ((0x7e0000007eL & l) == 0x0L)
break;
if (kind > 97)
kind = 97;
{ jjCheckNAddTwoStates(32, 38); }
break;
case 38:
if (curChar == 92)
jjstateSet[jjnewStateCnt++] = 33;
break;
case 39:
if (curChar == 117)
jjstateSet[jjnewStateCnt++] = 40;
break;
case 40:
if ((0x7e0000007eL & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 41;
break;
case 41:
if ((0x7e0000007eL & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 42;
break;
case 43:
if (curChar == 92)
jjstateSet[jjnewStateCnt++] = 39;
break;
case 46:
if (kind > 3)
kind = 3;
jjstateSet[jjnewStateCnt++] = 46;
break;
case 48:
if (kind > 4)
kind = 4;
break;
case 51:
if (curChar == 95)
{ jjAddStates(200, 201); }
break;
case 53:
if ((0x100000001000L & l) != 0x0L && kind > 80)
kind = 80;
break;
case 54:
if (curChar == 95)
{ jjAddStates(202, 203); }
break;
case 56:
if (curChar == 95)
{ jjAddStates(204, 205); }
break;
case 58:
if (curChar == 73 && kind > 82)
kind = 82;
break;
case 59:
if (curChar == 95)
{ jjAddStates(206, 207); }
break;
case 63:
if (curChar == 95)
{ jjAddStates(208, 209); }
break;
case 65:
if ((0x2000000020L & l) != 0x0L)
{ jjAddStates(210, 211); }
break;
case 68:
if (curChar == 95)
{ jjAddStates(212, 213); }
break;
case 70:
if ((0x5000000050L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 71;
break;
case 71:
if (curChar == 66 && kind > 83)
kind = 83;
break;
case 73:
if (curChar == 95)
{ jjAddStates(214, 215); }
break;
case 75:
if ((0x2000000020L & l) != 0x0L)
{ jjAddStates(216, 217); }
break;
case 78:
if (curChar == 95)
{ jjAddStates(218, 219); }
break;
case 81:
if (curChar == 95)
{ jjAddStates(220, 221); }
break;
case 83:
if ((0x2000000020L & l) != 0x0L)
{ jjAddStates(222, 223); }
break;
case 86:
if (curChar == 95)
{ jjAddStates(224, 225); }
break;
case 89:
if (curChar == 95)
{ jjAddStates(226, 227); }
break;
case 91:
if (curChar == 95)
{ jjAddStates(228, 229); }
break;
case 93:
if ((0x2000000020L & l) != 0x0L)
{ jjAddStates(230, 231); }
break;
case 96:
if (curChar == 95)
{ jjAddStates(232, 233); }
break;
case 98:
if ((0x5000000050L & l) != 0x0L && kind > 88)
kind = 88;
break;
case 100:
if (curChar == 95)
{ jjAddStates(234, 235); }
break;
case 102:
if ((0x2000000020L & l) != 0x0L)
{ jjAddStates(236, 237); }
break;
case 105:
if (curChar == 95)
{ jjAddStates(238, 239); }
break;
case 108:
if (curChar == 95)
{ jjAddStates(240, 241); }
break;
case 112:
if (curChar == 95)
{ jjAddStates(242, 243); }
break;
case 114:
if ((0x2000000020L & l) != 0x0L)
{ jjAddStates(244, 245); }
break;
case 117:
if (curChar == 95)
{ jjAddStates(246, 247); }
break;
case 120:
if (curChar == 95)
{ jjAddStates(248, 249); }
break;
case 122:
if (curChar == 115 && kind > 154)
kind = 154;
break;
case 123:
if (curChar == 109)
jjstateSet[jjnewStateCnt++] = 122;
break;
case 124:
if (curChar == 95)
{ jjAddStates(250, 251); }
break;
case 126:
if (curChar == 115 && kind > 155)
kind = 155;
break;
case 127:
if (curChar == 95)
{ jjAddStates(252, 253); }
break;
case 129:
if (curChar == 109 && kind > 156)
kind = 156;
break;
case 130:
if (curChar == 95)
{ jjAddStates(254, 255); }
break;
case 132:
if (curChar == 104 && kind > 157)
kind = 157;
break;
case 135:
if (curChar == 95)
{ jjAddStates(256, 257); }
break;
case 137:
if ((0x2000000020L & l) != 0x0L)
{ jjAddStates(258, 259); }
break;
case 140:
if (curChar == 95)
{ jjAddStates(260, 261); }
break;
case 144:
if (curChar == 95)
{ jjAddStates(262, 263); }
break;
case 146:
if ((0x2000000020L & l) != 0x0L)
{ jjAddStates(264, 265); }
break;
case 149:
if (curChar == 95)
{ jjAddStates(266, 267); }
break;
case 153:
if ((0x100000001000000L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 154;
break;
case 154:
if ((0x7e0000007eL & l) != 0x0L)
{ jjCheckNAddStates(169, 171); }
break;
case 155:
if ((0x7e8000007eL & l) != 0x0L)
{ jjCheckNAddTwoStates(155, 156); }
break;
case 156:
if ((0x7e0000007eL & l) != 0x0L)
{ jjCheckNAdd(53); }
break;
case 158:
if (curChar == 95)
{ jjAddStates(268, 269); }
break;
case 160:
if ((0x400000004L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 161;
break;
case 162:
if (curChar == 95)
{ jjAddStates(270, 271); }
break;
case 164:
if ((0x100000001000000L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 165;
break;
case 165:
if ((0x7e0000007eL & l) == 0x0L)
break;
if (kind > 81)
kind = 81;
{ jjCheckNAddTwoStates(166, 167); }
break;
case 166:
if ((0x7e8000007eL & l) != 0x0L)
{ jjCheckNAddTwoStates(166, 167); }
break;
case 167:
if ((0x7e0000007eL & l) != 0x0L && kind > 81)
kind = 81;
break;
case 169:
if (curChar == 95)
{ jjAddStates(272, 273); }
break;
case 171:
if ((0x400000004L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 172;
break;
case 173:
if (curChar == 95)
{ jjAddStates(274, 275); }
break;
case 175:
if ((0x100000001000000L & l) != 0x0L)
{ jjCheckNAddTwoStates(176, 179); }
break;
case 176:
if ((0x7e0000007eL & l) != 0x0L)
{ jjCheckNAddStates(178, 180); }
break;
case 177:
if ((0x7e8000007eL & l) != 0x0L)
{ jjCheckNAddTwoStates(177, 178); }
break;
case 178:
if ((0x7e0000007eL & l) != 0x0L)
{ jjCheckNAdd(179); }
break;
case 180:
if ((0x7e0000007eL & l) != 0x0L)
{ jjCheckNAddStates(181, 183); }
break;
case 181:
if ((0x7e8000007eL & l) != 0x0L)
{ jjCheckNAddTwoStates(181, 182); }
break;
case 182:
if ((0x7e0000007eL & l) != 0x0L)
{ jjCheckNAdd(183); }
break;
case 183:
if ((0x1000000010000L & l) != 0x0L)
{ jjAddStates(276, 277); }
break;
case 186:
if (curChar == 95)
{ jjAddStates(278, 279); }
break;
case 188:
if ((0x100000001000000L & l) != 0x0L)
jjstateSet[jjnewStateCnt++] = 189;
break;
case 189:
if ((0x7e0000007eL & l) != 0x0L)
{ jjCheckNAddStates(187, 190); }
break;
case 190:
if ((0x7e8000007eL & l) != 0x0L)
{ jjCheckNAddTwoStates(190, 191); }
break;
case 191:
if ((0x7e0000007eL & l) != 0x0L)
{ jjCheckNAddTwoStates(192, 193); }
break;
case 193:
if ((0x1000000010000L & l) != 0x0L)
{ jjAddStates(280, 281); }
break;
case 196:
if (curChar == 95)
{ jjAddStates(282, 283); }
break;
default : break;
}
} while(i != startsAt);
}
else
{
int hiByte = (curChar >> 8);
int i1 = hiByte >> 6;
long l1 = 1L << (hiByte & 077);
int i2 = (curChar & 0xff) >> 6;
long l2 = 1L << (curChar & 077);
do
{
switch(jjstateSet[--i])
{
case 198:
case 32:
if (!jjCanMove_3(hiByte, i1, i2, l1, l2))
break;
if (kind > 97)
kind = 97;
{ jjCheckNAddTwoStates(32, 38); }
break;
case 0:
if (jjCanMove_0(hiByte, i1, i2, l1, l2))
{
if (kind > 1)
kind = 1;
}
if (jjCanMove_2(hiByte, i1, i2, l1, l2))
{
if (kind > 97)
kind = 97;
{ jjCheckNAddTwoStates(32, 38); }
}
break;
case 2:
if (jjCanMove_1(hiByte, i1, i2, l1, l2))
jjstateSet[jjnewStateCnt++] = 3;
break;
case 17:
if (jjCanMove_1(hiByte, i1, i2, l1, l2))
{ jjAddStates(56, 59); }
break;
case 31:
if (!jjCanMove_2(hiByte, i1, i2, l1, l2))
break;
if (kind > 97)
kind = 97;
{ jjCheckNAddTwoStates(32, 38); }
break;
case 46:
if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
break;
if (kind > 3)
kind = 3;
jjstateSet[jjnewStateCnt++] = 46;
break;
case 48:
if (jjCanMove_1(hiByte, i1, i2, l1, l2) && kind > 4)
kind = 4;
break;
default : if (i1 == 0 || l1 == 0 || i2 == 0 || l2 == 0) break; else break;
}
} while(i != startsAt);
}
if (kind != 0x7fffffff)
{
jjmatchedKind = kind;
jjmatchedPos = curPos;
kind = 0x7fffffff;
}
++curPos;
i = jjnewStateCnt;
jjnewStateCnt = startsAt;
startsAt = 198 - jjnewStateCnt;
if (i == startsAt)
return curPos;
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) { return curPos; }
}
}
private int jjMoveStringLiteralDfa0_1(){
switch(curChar)
{
case '*':
return jjMoveStringLiteralDfa1_1(0x40L);
default :
return 1;
}
}
private int jjMoveStringLiteralDfa1_1(long active0){
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return 1;
}
switch(curChar)
{
case '/':
if ((active0 & 0x40L) != 0x0L)
return jjStopAtPos(1, 6);
break;
default :
return 2;
}
return 2;
}
private int jjMoveStringLiteralDfa0_2(){
switch(curChar)
{
case '*':
return jjMoveStringLiteralDfa1_2(0x80L);
default :
return 1;
}
}
private int jjMoveStringLiteralDfa1_2(long active0){
try { curChar = input_stream.readChar(); }
catch(java.io.IOException e) {
return 1;
}
switch(curChar)
{
case '/':
if ((active0 & 0x80L) != 0x0L)
return jjStopAtPos(1, 7);
break;
default :
return 2;
}
return 2;
}
/** Token literal values. */
public static final String[] jjstrLiteralImages = {
"", null, null, null, null, null, null, null, null,
"\141\142\163\164\162\141\143\164", "\141\163\163\145\162\164", "\142\157\157\154\145\141\156",
"\142\162\145\141\153", "\142\171\164\145", "\143\141\163\145", "\143\141\164\143\150",
"\143\150\141\162", "\143\154\141\163\163", "\143\157\156\163\164",
"\143\157\156\164\151\156\165\145", "\144\145\146\141\165\154\164", "\144\157", "\144\157\165\142\154\145",
"\145\154\163\145", "\145\156\165\155", "\145\170\164\145\156\144\163", "\146\141\154\163\145",
"\146\151\156\141\154", "\146\151\156\141\154\154\171", "\146\154\157\141\164", "\146\157\162",
"\147\157\164\157", "\151\146", "\151\155\160\154\145\155\145\156\164\163",
"\151\155\160\157\162\164", "\151\156\163\164\141\156\143\145\157\146", "\151\156\164",
"\151\156\164\145\162\146\141\143\145", "\154\157\156\147", "\156\141\164\151\166\145", "\156\145\167",
"\156\165\154\154", "\160\141\143\153\141\147\145", "\160\162\151\166\141\164\145",
"\160\162\157\164\145\143\164\145\144", "\160\165\142\154\151\143", "\162\145\164\165\162\156", "\163\150\157\162\164",
"\163\164\141\164\151\143", "\163\164\162\151\143\164\146\160", "\163\165\160\145\162",
"\163\167\151\164\143\150", "\163\171\156\143\150\162\157\156\151\172\145\144", "\164\150\151\163",
"\164\150\162\157\167", "\164\150\162\157\167\163", "\164\162\141\156\163\151\145\156\164",
"\164\162\165\145", "\164\162\171", "\166\157\151\144", "\166\157\154\141\164\151\154\145",
"\167\150\151\154\145", "\162\145\161\165\151\162\145\163", "\164\157", "\167\151\164\150",
"\157\160\145\156", "\157\160\145\156\163", "\165\163\145\163", "\155\157\144\165\154\145",
"\145\170\160\157\162\164\163", "\160\162\157\166\151\144\145\163", "\164\162\141\156\163\151\164\151\166\145",
"\162\165\154\145", "\156\157\164", "\155\157\144\151\146\171",
"\163\164\162\133\163\164\141\162\164\163\127\151\164\150\135", "\163\164\162\133\145\156\144\163\127\151\164\150\135",
"\163\164\162\133\154\145\156\147\164\150\135", "\12", "\15\12", null, null, null, null, null, null, null, null, null, null,
null, null, null, null, null, null, null, null, null, null, "\50", "\51", "\173",
"\175", "\133", "\135", "\73", "\54", "\56", "\100", "\75", "\74", "\41", "\176",
"\77", "\72", "\75\75", "\74\75", "\76\75", "\41\75", "\174\174", "\46\46", "\53\53",
"\55\55", "\53", "\55", "\52", "\57", "\46", "\174", "\136", "\45", "\74\74", "\53\75",
"\55\75", "\52\75", "\57\75", "\46\75", "\174\75", "\136\75", "\45\75", "\74\74\75",
"\76\76\75", "\76\76\76\75", "\56\56\56", "\55\76", "\72\72", "\76\76\76", "\76\76", "\76",
"\32", "\56\56\57", "\43", "\41\56", null, null, null, null, };
protected Token jjFillToken()
{
final Token t;
final String curTokenImage;
final int beginLine;
final int endLine;
final int beginColumn;
final int endColumn;
String im = jjstrLiteralImages[jjmatchedKind];
curTokenImage = im == null ? input_stream.getImage() : im;
beginLine = input_stream.getBeginLine();
beginColumn = input_stream.getBeginColumn();
endLine = input_stream.getEndLine();
endColumn = input_stream.getEndColumn();
t = Token.newToken(jjmatchedKind);
t.kind = jjmatchedKind;
t.image = curTokenImage;
t.beginLine = beginLine;
t.endLine = endLine;
t.beginColumn = beginColumn;
t.endColumn = endColumn;
return t;
}
static final int[] jjnextStates = {
144, 145, 146, 98, 135, 136, 137, 70, 71, 51, 52, 53, 54, 55, 56, 57,
58, 59, 60, 61, 73, 74, 75, 81, 82, 83, 70, 89, 90, 71, 91, 92,
93, 98, 100, 101, 102, 108, 109, 110, 120, 121, 123, 124, 125, 126, 127, 128,
129, 130, 131, 132, 134, 143, 45, 49, 17, 18, 25, 26, 2, 4, 15, 153,
157, 160, 164, 168, 171, 175, 188, 17, 18, 28, 25, 26, 62, 65, 70, 71,
63, 64, 65, 70, 71, 65, 70, 71, 68, 70, 71, 72, 67, 70, 71, 67,
68, 70, 71, 72, 78, 70, 71, 80, 77, 70, 71, 77, 78, 70, 71, 80,
86, 70, 88, 85, 86, 70, 88, 96, 98, 99, 95, 96, 98, 99, 105, 98,
107, 104, 105, 98, 107, 111, 114, 98, 112, 113, 114, 98, 117, 98, 119, 116,
117, 98, 119, 137, 70, 71, 140, 70, 71, 142, 139, 70, 71, 139, 140, 70,
71, 142, 149, 98, 151, 148, 149, 98, 151, 155, 156, 53, 158, 159, 53, 162,
163, 53, 177, 178, 179, 181, 182, 183, 186, 187, 98, 190, 191, 192, 193, 196,
197, 98, 5, 6, 8, 19, 27, 29, 51, 52, 54, 55, 56, 57, 59, 60,
63, 64, 66, 67, 68, 69, 73, 74, 76, 77, 78, 79, 81, 82, 84, 85,
86, 87, 89, 90, 91, 92, 94, 95, 96, 97, 100, 101, 103, 104, 105, 106,
108, 109, 112, 113, 115, 116, 117, 118, 120, 121, 124, 125, 127, 128, 130, 131,
135, 136, 138, 139, 140, 141, 144, 145, 147, 148, 149, 150, 158, 159, 162, 163,
169, 170, 173, 174, 184, 185, 186, 187, 194, 195, 196, 197,
};
private static final boolean jjCanMove_0(int hiByte, int i1, int i2, long l1, long l2)
{
switch(hiByte)
{
case 0:
return ((jjbitVec0[i2] & l2) != 0L);
case 22:
return ((jjbitVec1[i2] & l2) != 0L);
case 24:
return ((jjbitVec2[i2] & l2) != 0L);
case 32:
return ((jjbitVec3[i2] & l2) != 0L);
case 48:
return ((jjbitVec4[i2] & l2) != 0L);
case 254:
return ((jjbitVec5[i2] & l2) != 0L);
default :
return false;
}
}
private static final boolean jjCanMove_1(int hiByte, int i1, int i2, long l1, long l2)
{
switch(hiByte)
{
case 0:
return ((jjbitVec8[i2] & l2) != 0L);
default :
if ((jjbitVec6[i1] & l1) != 0L)
return true;
return false;
}
}
private static final boolean jjCanMove_2(int hiByte, int i1, int i2, long l1, long l2)
{
switch(hiByte)
{
case 0:
return ((jjbitVec10[i2] & l2) != 0L);
case 2:
return ((jjbitVec11[i2] & l2) != 0L);
case 3:
return ((jjbitVec12[i2] & l2) != 0L);
case 4:
return ((jjbitVec13[i2] & l2) != 0L);
case 5:
return ((jjbitVec14[i2] & l2) != 0L);
case 6:
return ((jjbitVec15[i2] & l2) != 0L);
case 7:
return ((jjbitVec16[i2] & l2) != 0L);
case 8:
return ((jjbitVec17[i2] & l2) != 0L);
case 9:
return ((jjbitVec18[i2] & l2) != 0L);
case 10:
return ((jjbitVec19[i2] & l2) != 0L);
case 11:
return ((jjbitVec20[i2] & l2) != 0L);
case 12:
return ((jjbitVec21[i2] & l2) != 0L);
case 13:
return ((jjbitVec22[i2] & l2) != 0L);
case 14:
return ((jjbitVec23[i2] & l2) != 0L);
case 15:
return ((jjbitVec24[i2] & l2) != 0L);
case 16:
return ((jjbitVec25[i2] & l2) != 0L);
case 18:
return ((jjbitVec26[i2] & l2) != 0L);
case 19:
return ((jjbitVec27[i2] & l2) != 0L);
case 20:
return ((jjbitVec6[i2] & l2) != 0L);
case 22:
return ((jjbitVec28[i2] & l2) != 0L);
case 23:
return ((jjbitVec29[i2] & l2) != 0L);
case 24:
return ((jjbitVec30[i2] & l2) != 0L);
case 25:
return ((jjbitVec31[i2] & l2) != 0L);
case 26:
return ((jjbitVec32[i2] & l2) != 0L);
case 27:
return ((jjbitVec33[i2] & l2) != 0L);
case 28:
return ((jjbitVec34[i2] & l2) != 0L);
case 29:
return ((jjbitVec35[i2] & l2) != 0L);
case 31:
return ((jjbitVec36[i2] & l2) != 0L);
case 32:
return ((jjbitVec37[i2] & l2) != 0L);
case 33:
return ((jjbitVec38[i2] & l2) != 0L);
case 44:
return ((jjbitVec39[i2] & l2) != 0L);
case 45:
return ((jjbitVec40[i2] & l2) != 0L);
case 46:
return ((jjbitVec41[i2] & l2) != 0L);
case 48:
return ((jjbitVec42[i2] & l2) != 0L);
case 49:
return ((jjbitVec43[i2] & l2) != 0L);
case 77:
return ((jjbitVec44[i2] & l2) != 0L);
case 159:
return ((jjbitVec45[i2] & l2) != 0L);
case 164:
return ((jjbitVec46[i2] & l2) != 0L);
case 166:
return ((jjbitVec47[i2] & l2) != 0L);
case 167:
return ((jjbitVec48[i2] & l2) != 0L);
case 168:
return ((jjbitVec49[i2] & l2) != 0L);
case 169:
return ((jjbitVec50[i2] & l2) != 0L);
case 170:
return ((jjbitVec51[i2] & l2) != 0L);
case 171:
return ((jjbitVec52[i2] & l2) != 0L);
case 215:
return ((jjbitVec53[i2] & l2) != 0L);
case 250:
return ((jjbitVec54[i2] & l2) != 0L);
case 251:
return ((jjbitVec55[i2] & l2) != 0L);
case 253:
return ((jjbitVec56[i2] & l2) != 0L);
case 254:
return ((jjbitVec57[i2] & l2) != 0L);
case 255:
return ((jjbitVec58[i2] & l2) != 0L);
default :
if ((jjbitVec9[i1] & l1) != 0L)
return true;
return false;
}
}
private static final boolean jjCanMove_3(int hiByte, int i1, int i2, long l1, long l2)
{
switch(hiByte)
{
case 0:
return ((jjbitVec59[i2] & l2) != 0L);
case 2:
return ((jjbitVec11[i2] & l2) != 0L);
case 3:
return ((jjbitVec60[i2] & l2) != 0L);
case 4:
return ((jjbitVec61[i2] & l2) != 0L);
case 5:
return ((jjbitVec62[i2] & l2) != 0L);
case 6:
return ((jjbitVec63[i2] & l2) != 0L);
case 7:
return ((jjbitVec64[i2] & l2) != 0L);
case 8:
return ((jjbitVec65[i2] & l2) != 0L);
case 9:
return ((jjbitVec66[i2] & l2) != 0L);
case 10:
return ((jjbitVec67[i2] & l2) != 0L);
case 11:
return ((jjbitVec68[i2] & l2) != 0L);
case 12:
return ((jjbitVec69[i2] & l2) != 0L);
case 13:
return ((jjbitVec70[i2] & l2) != 0L);
case 14:
return ((jjbitVec71[i2] & l2) != 0L);
case 15:
return ((jjbitVec72[i2] & l2) != 0L);
case 16:
return ((jjbitVec73[i2] & l2) != 0L);
case 18:
return ((jjbitVec26[i2] & l2) != 0L);
case 19:
return ((jjbitVec74[i2] & l2) != 0L);
case 20:
return ((jjbitVec6[i2] & l2) != 0L);
case 22:
return ((jjbitVec28[i2] & l2) != 0L);
case 23:
return ((jjbitVec75[i2] & l2) != 0L);
case 24:
return ((jjbitVec76[i2] & l2) != 0L);
case 25:
return ((jjbitVec77[i2] & l2) != 0L);
case 26:
return ((jjbitVec78[i2] & l2) != 0L);
case 27:
return ((jjbitVec79[i2] & l2) != 0L);
case 28:
return ((jjbitVec80[i2] & l2) != 0L);
case 29:
return ((jjbitVec81[i2] & l2) != 0L);
case 31:
return ((jjbitVec36[i2] & l2) != 0L);
case 32:
return ((jjbitVec82[i2] & l2) != 0L);
case 33:
return ((jjbitVec38[i2] & l2) != 0L);
case 44:
return ((jjbitVec83[i2] & l2) != 0L);
case 45:
return ((jjbitVec84[i2] & l2) != 0L);
case 46:
return ((jjbitVec41[i2] & l2) != 0L);
case 48:
return ((jjbitVec85[i2] & l2) != 0L);
case 49:
return ((jjbitVec43[i2] & l2) != 0L);
case 77:
return ((jjbitVec44[i2] & l2) != 0L);
case 159:
return ((jjbitVec45[i2] & l2) != 0L);
case 164:
return ((jjbitVec46[i2] & l2) != 0L);
case 166:
return ((jjbitVec86[i2] & l2) != 0L);
case 167:
return ((jjbitVec48[i2] & l2) != 0L);
case 168:
return ((jjbitVec87[i2] & l2) != 0L);
case 169:
return ((jjbitVec88[i2] & l2) != 0L);
case 170:
return ((jjbitVec89[i2] & l2) != 0L);
case 171:
return ((jjbitVec90[i2] & l2) != 0L);
case 215:
return ((jjbitVec53[i2] & l2) != 0L);
case 250:
return ((jjbitVec54[i2] & l2) != 0L);
case 251:
return ((jjbitVec91[i2] & l2) != 0L);
case 253:
return ((jjbitVec56[i2] & l2) != 0L);
case 254:
return ((jjbitVec92[i2] & l2) != 0L);
case 255:
return ((jjbitVec93[i2] & l2) != 0L);
default :
if ((jjbitVec9[i1] & l1) != 0L)
return true;
return false;
}
}
int curLexState = 0;
int defaultLexState = 0;
int jjnewStateCnt;
int jjround;
int jjmatchedPos;
int jjmatchedKind;
/** Get the next Token. */
public Token getNextToken()
{
Token specialToken = null;
Token matchedToken;
int curPos = 0;
EOFLoop:
for (;;)
{
try
{
curChar = input_stream.beginToken();
}
catch(final Exception e)
{
jjmatchedKind = 0;
jjmatchedPos = -1;
matchedToken = jjFillToken();
matchedToken.specialToken = specialToken;
CommonTokenAction(matchedToken);
return matchedToken;
}
image = jjimage;
image.setLength(0);
jjimageLen = 0;
for (;;)
{
switch(curLexState)
{
case 0:
jjmatchedKind = 0x7fffffff;
jjmatchedPos = 0;
curPos = jjMoveStringLiteralDfa0_0();
break;
case 1:
jjmatchedKind = 0x7fffffff;
jjmatchedPos = 0;
curPos = jjMoveStringLiteralDfa0_1();
if (jjmatchedPos == 0 && jjmatchedKind > 8)
{
jjmatchedKind = 8;
}
break;
case 2:
jjmatchedKind = 0x7fffffff;
jjmatchedPos = 0;
curPos = jjMoveStringLiteralDfa0_2();
if (jjmatchedPos == 0 && jjmatchedKind > 8)
{
jjmatchedKind = 8;
}
break;
}
if (jjmatchedKind != 0x7fffffff)
{
if (jjmatchedPos + 1 < curPos)
input_stream.backup(curPos - jjmatchedPos - 1);
if ((jjtoToken[jjmatchedKind >> 6] & (1L << (jjmatchedKind & 077))) != 0L)
{
matchedToken = jjFillToken();
matchedToken.specialToken = specialToken;
TokenLexicalActions(matchedToken);
if (jjnewLexState[jjmatchedKind] != -1)
curLexState = jjnewLexState[jjmatchedKind];
CommonTokenAction(matchedToken);
return matchedToken;
}
else if ((jjtoSkip[jjmatchedKind >> 6] & (1L << (jjmatchedKind & 077))) != 0L)
{
if ((jjtoSpecial[jjmatchedKind >> 6] & (1L << (jjmatchedKind & 077))) != 0L)
{
matchedToken = jjFillToken();
if (specialToken == null)
specialToken = matchedToken;
else
{
matchedToken.specialToken = specialToken;
specialToken = (specialToken.next = matchedToken);
}
SkipLexicalActions(matchedToken);
}
else
SkipLexicalActions(null);
if (jjnewLexState[jjmatchedKind] != -1)
curLexState = jjnewLexState[jjmatchedKind];
continue EOFLoop;
}
MoreLexicalActions();
if (jjnewLexState[jjmatchedKind] != -1)
curLexState = jjnewLexState[jjmatchedKind];
curPos = 0;
jjmatchedKind = 0x7fffffff;
try {
curChar = input_stream.readChar();
continue;
}
catch (final java.io.IOException e1) { }
}
int error_line = input_stream.getEndLine();
int error_column = input_stream.getEndColumn();
String error_after = null;
boolean EOFSeen = false;
try {
input_stream.readChar();
input_stream.backup(1);
}
catch (final java.io.IOException e1) {
EOFSeen = true;
error_after = curPos <= 1 ? "" : input_stream.getImage();
if (curChar == '\n' || curChar == '\r') {
error_line++;
error_column = 0;
}
else
error_column++;
}
if (!EOFSeen) {
input_stream.backup(1);
error_after = curPos <= 1 ? "" : input_stream.getImage();
}
throw new TokenMgrException(EOFSeen, curLexState, error_line, error_column, error_after, curChar, TokenMgrException.LEXICAL_ERROR);
}
}
}
void SkipLexicalActions(Token matchedToken)
{
switch(jjmatchedKind)
{
default :
break;
}
}
void MoreLexicalActions()
{
jjimageLen += (lengthOfMatch = jjmatchedPos + 1);
switch(jjmatchedKind)
{
case 4 :
image.append(input_stream.getSuffix(jjimageLen));
jjimageLen = 0;
input_stream.backup(1);
break;
default :
break;
}
}
void TokenLexicalActions(Token matchedToken)
{
switch(jjmatchedKind)
{
case 147 :
image.append(jjstrLiteralImages[147]);
lengthOfMatch = jjstrLiteralImages[147].length();
matchedToken.kind = GT;
matchedToken.realKind = RUNSIGNEDSHIFT;
input_stream.backup(2);
break;
case 148 :
image.append(jjstrLiteralImages[148]);
lengthOfMatch = jjstrLiteralImages[148].length();
matchedToken.kind = GT;
matchedToken.realKind = RSIGNEDSHIFT;
input_stream.backup(1);
break;
default :
break;
}
}
private void jjCheckNAdd(int state)
{
if (jjrounds[state] != jjround)
{
jjstateSet[jjnewStateCnt++] = state;
jjrounds[state] = jjround;
}
}
private void jjAddStates(int start, int end)
{
do {
jjstateSet[jjnewStateCnt++] = jjnextStates[start];
} while (start++ != end);
}
private void jjCheckNAddTwoStates(int state1, int state2)
{
jjCheckNAdd(state1);
jjCheckNAdd(state2);
}
private void jjCheckNAddStates(int start, int end)
{
do {
jjCheckNAdd(jjnextStates[start]);
} while (start++ != end);
}
/** Constructor. */
public GeneratedMvelParserTokenManager(SimpleCharStream stream){
input_stream = stream;
}
/** Constructor. */
public GeneratedMvelParserTokenManager (SimpleCharStream stream, int lexState){
ReInit(stream);
SwitchTo(lexState);
}
/** Reinitialise parser. */
public void ReInit(SimpleCharStream stream)
{
jjmatchedPos =
jjnewStateCnt =
0;
curLexState = defaultLexState;
input_stream = stream;
ReInitRounds();
}
private void ReInitRounds()
{
int i;
jjround = 0x80000001;
for (i = 198; i-- > 0;)
jjrounds[i] = 0x80000000;
}
/** Reinitialise parser. */
public void ReInit(SimpleCharStream stream, int lexState)
{
ReInit(stream);
SwitchTo(lexState);
}
/** Switch to specified lex state. */
public void SwitchTo(int lexState)
{
if (lexState >= 3 || lexState < 0)
throw new TokenMgrException("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrException.INVALID_LEXICAL_STATE);
else
curLexState = lexState;
}
/** Lexer state names. */
public static final String[] lexStateNames = {
"DEFAULT",
"IN_JAVADOC_COMMENT",
"IN_MULTI_LINE_COMMENT",
};
/** Lex State array. */
public static final int[] jjnewLexState = {
-1, -1, -1, -1, 1, 2, 0, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1,
};
static final long[] jjtoToken = {
0xfffffffffffffe01L, 0xfffffff3810fffffL, 0x3fffffffL,
};
static final long[] jjtoSkip = {
0xceL, 0x0L, 0x0L,
};
static final long[] jjtoSpecial = {
0xceL, 0x0L, 0x0L,
};
static final long[] jjtoMore = {
0x130L, 0x0L, 0x0L,
};
protected SimpleCharStream input_stream;
private final int[] jjrounds = new int[198];
private final int[] jjstateSet = new int[2 * 198];
private final StringBuilder jjimage = new StringBuilder();
private StringBuilder image = jjimage;
private int jjimageLen;
private int lengthOfMatch;
protected int curChar;
}