From 7c9aa16da1d6b27d25cca73b2c25078c647be599 Mon Sep 17 00:00:00 2001 From: Xavier Stouder Date: Mon, 13 Nov 2023 23:41:31 +0100 Subject: [PATCH] chore: remove generated files --- .gitignore | 3 + gradlew | 0 .../adonis/edge/parsing/_EdgeLexer.java | 626 ------------------ .../adonis/edge/parsing/_EdgeLexer.java~ | 590 ----------------- 4 files changed, 3 insertions(+), 1216 deletions(-) mode change 100755 => 100644 gradlew delete mode 100644 src/main/gen/io/stouder/adonis/edge/parsing/_EdgeLexer.java delete mode 100644 src/main/gen/io/stouder/adonis/edge/parsing/_EdgeLexer.java~ diff --git a/.gitignore b/.gitignore index 3a9a3d1..1051ed0 100644 --- a/.gitignore +++ b/.gitignore @@ -119,4 +119,7 @@ gradle-app.setting # Java heap dump *.hprof +### Codegen ### +src/main/gen + # End of https://www.toptal.com/developers/gitignore/api/intellij+all diff --git a/gradlew b/gradlew old mode 100755 new mode 100644 diff --git a/src/main/gen/io/stouder/adonis/edge/parsing/_EdgeLexer.java b/src/main/gen/io/stouder/adonis/edge/parsing/_EdgeLexer.java deleted file mode 100644 index c6faf7b..0000000 --- a/src/main/gen/io/stouder/adonis/edge/parsing/_EdgeLexer.java +++ /dev/null @@ -1,626 +0,0 @@ -/* The following code was generated by JFlex 1.7.0-1 tweaked for IntelliJ platform */ - -// We base our lexer directly on the official handlebars.l lexer definition, -// making some modifications to account for Jison/JFlex syntax and functionality differences -// -// Revision ported: https://github.com/wycats/handlebars.js/blob/408192ba9f262bb82be88091ab3ec3c16dc02c6d/src/handlebars.l - -package io.stouder.adonis.edge.parsing; - -import com.intellij.lexer.FlexLexer; -import com.intellij.psi.tree.IElementType; -import com.intellij.util.containers.Stack; - -// suppress various warnings/inspections for the generated class -@SuppressWarnings ({"FieldCanBeLocal", "UnusedDeclaration", "UnusedAssignment", "AccessStaticViaInstance", "MismatchedReadAndWriteOfArray", "WeakerAccess", "SameParameterValue", "CanBeFinal", "SameReturnValue", "RedundantThrows", "ConstantConditions"}) - -/** - * This class is a scanner generated by - * JFlex 1.7.0-1 - * from the specification file /home/runner/work/adonis-intellij/adonis-intellij/src/main/java/io/stouder/adonis/edge/parsing/edge.flex - */ -final class _EdgeLexer implements FlexLexer { - - /** This character denotes the end of file */ - public static final int YYEOF = -1; - - /** initial size of the lookahead buffer */ - private static final int ZZ_BUFFERSIZE = 16384; - - /** lexical states */ - public static final int YYINITIAL = 0; - public static final int MUSTACHE = 2; - public static final int SAFE_MUSTACHE = 4; - public static final int ESCAPED_MUSTACHE = 6; - public static final int ESCAPED_SAFE_MUSTACHE = 8; - public static final int COMMENT_MUSTACHE = 10; - public static final int TAG = 12; - public static final int TAG_CONTENT = 14; - public static final int TAG_CLOSE = 16; - - /** - * ZZ_LEXSTATE[l] is the state in the DFA for the lexical state l - * ZZ_LEXSTATE[l+1] is the state in the DFA for the lexical state l - * at the beginning of a line - * l is of the form l = 2*k, k a non negative integer - */ - private static final int ZZ_LEXSTATE[] = { - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, - 8, 8 - }; - - /** - * Translates characters to character classes - * Chosen bits are [9, 6, 6] - * Total runtime size is 1568 bytes - */ - public static int ZZ_CMAP(int ch) { - return ZZ_CMAP_A[(ZZ_CMAP_Y[ZZ_CMAP_Z[ch>>12]|((ch>>6)&0x3f)]<<6)|(ch&0x3f)]; - } - - /* The ZZ_CMAP_Z table has 272 entries */ - static final char ZZ_CMAP_Z[] = zzUnpackCMap( - "\1\0\1\100\1\200\u010d\100"); - - /* The ZZ_CMAP_Y table has 192 entries */ - static final char ZZ_CMAP_Y[] = zzUnpackCMap( - "\1\0\1\1\1\2\175\3\1\4\77\3"); - - /* The ZZ_CMAP_A table has 320 entries */ - static final char ZZ_CMAP_A[] = zzUnpackCMap( - "\12\0\1\5\2\4\1\6\22\0\1\3\1\2\6\0\1\11\1\12\2\0\1\3\1\10\1\3\21\0\1\1\21"+ - "\3\1\13\10\3\4\0\1\3\1\0\32\3\1\7\1\0\1\14\7\0\1\4\242\0\2\4\26\0"); - - /** - * Translates DFA states to action switch labels. - */ - private static final int [] ZZ_ACTION = zzUnpackAction(); - - private static final String ZZ_ACTION_PACKED_0 = - "\11\0\3\1\5\2\2\3\2\4\1\5\1\6\1\7"+ - "\1\10\1\0\1\11\1\0\1\12\1\13\1\0\1\14"+ - "\2\0\1\15\1\16\1\0\1\17\1\20\1\0\1\21"+ - "\1\22\1\23"; - - private static int [] zzUnpackAction() { - int [] result = new int[43]; - int offset = 0; - offset = zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result); - return result; - } - - private static int zzUnpackAction(String packed, int offset, int [] result) { - int i = 0; /* index in packed string */ - int j = offset; /* index in unpacked array */ - int l = packed.length(); - while (i < l) { - int count = packed.charAt(i++); - int value = packed.charAt(i++); - do result[j++] = value; while (--count > 0); - } - return j; - } - - - /** - * Translates a state to a row index in the transition table - */ - private static final int [] ZZ_ROWMAP = zzUnpackRowMap(); - - private static final String ZZ_ROWMAP_PACKED_0 = - "\0\0\0\15\0\32\0\47\0\64\0\101\0\116\0\133"+ - "\0\150\0\165\0\202\0\217\0\165\0\234\0\251\0\266"+ - "\0\303\0\165\0\320\0\165\0\335\0\165\0\165\0\165"+ - "\0\165\0\352\0\352\0\367\0\u0104\0\165\0\u0111\0\165"+ - "\0\u011e\0\u012b\0\u0138\0\165\0\u0145\0\165\0\165\0\u0152"+ - "\0\165\0\165\0\165"; - - private static int [] zzUnpackRowMap() { - int [] result = new int[43]; - int offset = 0; - offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result); - return result; - } - - private static int zzUnpackRowMap(String packed, int offset, int [] result) { - int i = 0; /* index in packed string */ - int j = offset; /* index in unpacked array */ - int l = packed.length(); - while (i < l) { - int high = packed.charAt(i++) << 16; - result[j++] = high | packed.charAt(i++); - } - return j; - } - - /** - * The transition table of the DFA - */ - private static final int [] ZZ_TRANS = zzUnpackTrans(); - - private static final String ZZ_TRANS_PACKED_0 = - "\1\12\1\13\5\12\1\14\5\12\14\15\1\16\14\15"+ - "\1\17\14\15\1\20\14\15\1\21\10\22\1\23\4\22"+ - "\4\0\2\24\1\25\2\0\1\26\3\0\11\27\1\30"+ - "\1\31\1\0\1\27\4\0\2\24\1\25\25\0\1\32"+ - "\1\33\3\0\1\34\3\0\1\33\10\0\1\35\21\0"+ - "\1\36\14\0\1\37\14\0\1\40\14\0\1\41\10\0"+ - "\1\42\11\0\1\24\12\0\1\33\7\0\1\33\10\0"+ - "\1\43\14\0\1\44\1\45\20\0\1\46\14\0\1\47"+ - "\14\0\1\50\7\0\1\51\15\0\1\52\20\0\1\53"; - - private static int [] zzUnpackTrans() { - int [] result = new int[351]; - int offset = 0; - offset = zzUnpackTrans(ZZ_TRANS_PACKED_0, offset, result); - return result; - } - - private static int zzUnpackTrans(String packed, int offset, int [] result) { - int i = 0; /* index in packed string */ - int j = offset; /* index in unpacked array */ - int l = packed.length(); - while (i < l) { - int count = packed.charAt(i++); - int value = packed.charAt(i++); - value--; - do result[j++] = value; while (--count > 0); - } - return j; - } - - - /* error codes */ - private static final int ZZ_UNKNOWN_ERROR = 0; - private static final int ZZ_NO_MATCH = 1; - private static final int ZZ_PUSHBACK_2BIG = 2; - - /* error messages for the codes above */ - private static final String[] ZZ_ERROR_MSG = { - "Unknown internal scanner error", - "Error: could not match input", - "Error: pushback value was too large" - }; - - /** - * ZZ_ATTRIBUTE[aState] contains the attributes of state aState - */ - private static final int [] ZZ_ATTRIBUTE = zzUnpackAttribute(); - - private static final String ZZ_ATTRIBUTE_PACKED_0 = - "\11\0\1\11\2\1\1\11\4\1\1\11\1\1\1\11"+ - "\1\1\4\11\1\0\1\1\1\0\1\1\1\11\1\0"+ - "\1\11\2\0\1\1\1\11\1\0\2\11\1\0\3\11"; - - private static int [] zzUnpackAttribute() { - int [] result = new int[43]; - int offset = 0; - offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result); - return result; - } - - private static int zzUnpackAttribute(String packed, int offset, int [] result) { - int i = 0; /* index in packed string */ - int j = offset; /* index in unpacked array */ - int l = packed.length(); - while (i < l) { - int count = packed.charAt(i++); - int value = packed.charAt(i++); - do result[j++] = value; while (--count > 0); - } - return j; - } - - /** the input device */ - private java.io.Reader zzReader; - - /** the current state of the DFA */ - private int zzState; - - /** the current lexical state */ - private int zzLexicalState = YYINITIAL; - - /** this buffer contains the current text to be matched and is - the source of the yytext() string */ - private CharSequence zzBuffer = ""; - - /** the textposition at the last accepting state */ - private int zzMarkedPos; - - /** the current text position in the buffer */ - private int zzCurrentPos; - - /** startRead marks the beginning of the yytext() string in the buffer */ - private int zzStartRead; - - /** endRead marks the last character in the buffer, that has been read - from input */ - private int zzEndRead; - - /** - * zzAtBOL == true <=> the scanner is currently at the beginning of a line - */ - private boolean zzAtBOL = true; - - /** zzAtEOF == true <=> the scanner is at the EOF */ - private boolean zzAtEOF; - - /** denotes if the user-EOF-code has already been executed */ - private boolean zzEOFDone; - - /* user code: */ - private Stack stack = new Stack<>(); - private int tagParenLevel; - - public void yypushState(int newState) { - stack.push(yystate()); - yybegin(newState); - } - - public void yypopState() { - yybegin(stack.pop()); - } - - - /** - * Creates a new scanner - * - * @param in the java.io.Reader to read input from. - */ - _EdgeLexer(java.io.Reader in) { - this.zzReader = in; - } - - - /** - * Unpacks the compressed character translation table. - * - * @param packed the packed character translation table - * @return the unpacked character translation table - */ - private static char [] zzUnpackCMap(String packed) { - int size = 0; - for (int i = 0, length = packed.length(); i < length; i += 2) { - size += packed.charAt(i); - } - char[] map = new char[size]; - int i = 0; /* index in packed string */ - int j = 0; /* index in unpacked array */ - while (i < packed.length()) { - int count = packed.charAt(i++); - char value = packed.charAt(i++); - do map[j++] = value; while (--count > 0); - } - return map; - } - - public final int getTokenStart() { - return zzStartRead; - } - - public final int getTokenEnd() { - return getTokenStart() + yylength(); - } - - public void reset(CharSequence buffer, int start, int end, int initialState) { - zzBuffer = buffer; - zzCurrentPos = zzMarkedPos = zzStartRead = start; - zzAtEOF = false; - zzAtBOL = true; - zzEndRead = end; - yybegin(initialState); - } - - /** - * Refills the input buffer. - * - * @return false, iff there was new input. - * - * @exception java.io.IOException if any I/O-Error occurs - */ - private boolean zzRefill() throws java.io.IOException { - return true; - } - - - /** - * Returns the current lexical state. - */ - public final int yystate() { - return zzLexicalState; - } - - - /** - * Enters a new lexical state - * - * @param newState the new lexical state - */ - public final void yybegin(int newState) { - zzLexicalState = newState; - } - - - /** - * Returns the text matched by the current regular expression. - */ - public final CharSequence yytext() { - return zzBuffer.subSequence(zzStartRead, zzMarkedPos); - } - - - /** - * Returns the character at position pos from the - * matched text. - * - * It is equivalent to yytext().charAt(pos), but faster - * - * @param pos the position of the character to fetch. - * A value from 0 to yylength()-1. - * - * @return the character at position pos - */ - public final char yycharat(int pos) { - return zzBuffer.charAt(zzStartRead+pos); - } - - - /** - * Returns the length of the matched text region. - */ - public final int yylength() { - return zzMarkedPos-zzStartRead; - } - - - /** - * Reports an error that occured while scanning. - * - * In a wellformed scanner (no or only correct usage of - * yypushback(int) and a match-all fallback rule) this method - * will only be called with things that "Can't Possibly Happen". - * If this method is called, something is seriously wrong - * (e.g. a JFlex bug producing a faulty scanner etc.). - * - * Usual syntax/scanner level error handling should be done - * in error fallback rules. - * - * @param errorCode the code of the errormessage to display - */ - private void zzScanError(int errorCode) { - String message; - try { - message = ZZ_ERROR_MSG[errorCode]; - } - catch (ArrayIndexOutOfBoundsException e) { - message = ZZ_ERROR_MSG[ZZ_UNKNOWN_ERROR]; - } - - throw new Error(message); - } - - - /** - * Pushes the specified amount of characters back into the input stream. - * - * They will be read again by then next call of the scanning method - * - * @param number the number of characters to be read again. - * This number must not be greater than yylength()! - */ - public void yypushback(int number) { - if ( number > yylength() ) - zzScanError(ZZ_PUSHBACK_2BIG); - - zzMarkedPos -= number; - } - - - /** - * Resumes scanning until the next regular expression is matched, - * the end of input is encountered or an I/O-Error occurs. - * - * @return the next token - * @exception java.io.IOException if any I/O-Error occurs - */ - public IElementType advance() throws java.io.IOException { - int zzInput; - int zzAction; - - // cached fields: - int zzCurrentPosL; - int zzMarkedPosL; - int zzEndReadL = zzEndRead; - CharSequence zzBufferL = zzBuffer; - - int [] zzTransL = ZZ_TRANS; - int [] zzRowMapL = ZZ_ROWMAP; - int [] zzAttrL = ZZ_ATTRIBUTE; - - while (true) { - zzMarkedPosL = zzMarkedPos; - - zzAction = -1; - - zzCurrentPosL = zzCurrentPos = zzStartRead = zzMarkedPosL; - - zzState = ZZ_LEXSTATE[zzLexicalState]; - - // set up zzAction for empty match case: - int zzAttributes = zzAttrL[zzState]; - if ( (zzAttributes & 1) == 1 ) { - zzAction = zzState; - } - - - zzForAction: { - while (true) { - - if (zzCurrentPosL < zzEndReadL) { - zzInput = Character.codePointAt(zzBufferL, zzCurrentPosL/*, zzEndReadL*/); - zzCurrentPosL += Character.charCount(zzInput); - } - else if (zzAtEOF) { - zzInput = YYEOF; - break zzForAction; - } - else { - // store back cached positions - zzCurrentPos = zzCurrentPosL; - zzMarkedPos = zzMarkedPosL; - boolean eof = zzRefill(); - // get translated positions and possibly new buffer - zzCurrentPosL = zzCurrentPos; - zzMarkedPosL = zzMarkedPos; - zzBufferL = zzBuffer; - zzEndReadL = zzEndRead; - if (eof) { - zzInput = YYEOF; - break zzForAction; - } - else { - zzInput = Character.codePointAt(zzBufferL, zzCurrentPosL/*, zzEndReadL*/); - zzCurrentPosL += Character.charCount(zzInput); - } - } - int zzNext = zzTransL[ zzRowMapL[zzState] + ZZ_CMAP(zzInput) ]; - if (zzNext == -1) break zzForAction; - zzState = zzNext; - - zzAttributes = zzAttrL[zzState]; - if ( (zzAttributes & 1) == 1 ) { - zzAction = zzState; - zzMarkedPosL = zzCurrentPosL; - if ( (zzAttributes & 8) == 8 ) break zzForAction; - } - - } - } - - // store back cached position - zzMarkedPos = zzMarkedPosL; - - if (zzInput == YYEOF && zzStartRead == zzCurrentPos) { - zzAtEOF = true; - return null; - } - else { - switch (zzAction < 0 ? zzAction : ZZ_ACTION[zzAction]) { - case 1: - { return EdgeTokenTypes.CONTENT; - } - // fall through - case 20: break; - case 2: - { return EdgeTokenTypes.MUSTACHE_CONTENT; - } - // fall through - case 21: break; - case 3: - { return EdgeTokenTypes.COMMENT_MUSTACHE_CONTENT; - } - // fall through - case 22: break; - case 4: - { yybegin(YYINITIAL); - return EdgeTokenTypes.NEWLINE; - } - // fall through - case 23: break; - case 5: - { yybegin(TAG_CONTENT); - tagParenLevel = 1; - return EdgeTokenTypes.TAG_CONTENT_OPEN; - } - // fall through - case 24: break; - case 6: - { return EdgeTokenTypes.TAG_CONTENT; - } - // fall through - case 25: break; - case 7: - { tagParenLevel++; - return EdgeTokenTypes.TAG_CONTENT; - } - // fall through - case 26: break; - case 8: - { if (--tagParenLevel <= 0) { - yybegin(TAG_CLOSE); - return EdgeTokenTypes.TAG_CONTENT_CLOSE; - } - return EdgeTokenTypes.TAG_CONTENT; - } - // fall through - case 27: break; - case 9: - { yybegin(TAG); - return EdgeTokenTypes.TAG_NAME; - } - // fall through - case 28: break; - case 10: - { yypushState(MUSTACHE); - return EdgeTokenTypes.MUSTACHE_OPEN; - } - // fall through - case 29: break; - case 11: - { yypopState(); return EdgeTokenTypes.MUSTACHE_CLOSE; - } - // fall through - case 30: break; - case 12: - { yypopState(); return EdgeTokenTypes.ESCAPED_MUSTACHE_CLOSE; - } - // fall through - case 31: break; - case 13: - { yypushState(ESCAPED_MUSTACHE); - return EdgeTokenTypes.ESCAPED_MUSTACHE_OPEN; - } - // fall through - case 32: break; - case 14: - { yypushState(SAFE_MUSTACHE); - return EdgeTokenTypes.SAFE_MUSTACHE_OPEN; - } - // fall through - case 33: break; - case 15: - { yypopState(); return EdgeTokenTypes.SAFE_MUSTACHE_CLOSE; - } - // fall through - case 34: break; - case 16: - { yypopState(); return EdgeTokenTypes.ESCAPED_SAFE_MUSTACHE_CLOSE; - } - // fall through - case 35: break; - case 17: - { yypushState(ESCAPED_SAFE_MUSTACHE); - return EdgeTokenTypes.ESCAPED_SAFE_MUSTACHE_OPEN; - } - // fall through - case 36: break; - case 18: - { yypushState(COMMENT_MUSTACHE); - return EdgeTokenTypes.COMMENT_MUSTACHE_OPEN; - } - // fall through - case 37: break; - case 19: - { yypopState(); return EdgeTokenTypes.COMMENT_MUSTACHE_CLOSE; - } - // fall through - case 38: break; - default: - zzScanError(ZZ_NO_MATCH); - } - } - } - } - - -} diff --git a/src/main/gen/io/stouder/adonis/edge/parsing/_EdgeLexer.java~ b/src/main/gen/io/stouder/adonis/edge/parsing/_EdgeLexer.java~ deleted file mode 100644 index 5383134..0000000 --- a/src/main/gen/io/stouder/adonis/edge/parsing/_EdgeLexer.java~ +++ /dev/null @@ -1,590 +0,0 @@ -/* The following code was generated by JFlex 1.7.0-1 tweaked for IntelliJ platform */ - -// We base our lexer directly on the official handlebars.l lexer definition, -// making some modifications to account for Jison/JFlex syntax and functionality differences -// -// Revision ported: https://github.com/wycats/handlebars.js/blob/408192ba9f262bb82be88091ab3ec3c16dc02c6d/src/handlebars.l - -package io.stouder.adonis.edge.parsing; - -import com.intellij.psi.tree.IElementType; -import com.intellij.util.containers.Stack; - -// suppress various warnings/inspections for the generated class -@SuppressWarnings ({"FieldCanBeLocal", "UnusedDeclaration", "UnusedAssignment", "AccessStaticViaInstance", "MismatchedReadAndWriteOfArray", "WeakerAccess", "SameParameterValue", "CanBeFinal", "SameReturnValue", "RedundantThrows", "ConstantConditions"}) - -/** - * This class is a scanner generated by - * JFlex 1.7.0-1 - * from the specification file D:/Dev/Java/adonis/src/main/java/io/stouder/adonis/edge/parsing/edge.flex - */ -final class _EdgeLexer implements FlexLexer { - - /** This character denotes the end of file */ - public static final int YYEOF = -1; - - /** initial size of the lookahead buffer */ - private static final int ZZ_BUFFERSIZE = 16384; - - /** lexical states */ - public static final int YYINITIAL = 0; - public static final int MUSTACHE = 2; - public static final int SAFE_MUSTACHE = 4; - public static final int ESCAPED_MUSTACHE = 6; - public static final int ESCAPED_SAFE_MUSTACHE = 8; - public static final int COMMENT_MUSTACHE = 10; - public static final int TAG = 12; - - /** - * ZZ_LEXSTATE[l] is the state in the DFA for the lexical state l - * ZZ_LEXSTATE[l+1] is the state in the DFA for the lexical state l - * at the beginning of a line - * l is of the form l = 2*k, k a non negative integer - */ - private static final int ZZ_LEXSTATE[] = { - 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6 - }; - - /** - * Translates characters to character classes - * Chosen bits are [9, 6, 6] - * Total runtime size is 1568 bytes - */ - public static int ZZ_CMAP(int ch) { - return ZZ_CMAP_A[(ZZ_CMAP_Y[ZZ_CMAP_Z[ch>>12]|((ch>>6)&0x3f)]<<6)|(ch&0x3f)]; - } - - /* The ZZ_CMAP_Z table has 272 entries */ - static final char ZZ_CMAP_Z[] = zzUnpackCMap( - "\1\0\1\100\1\200\u010d\100"); - - /* The ZZ_CMAP_Y table has 192 entries */ - static final char ZZ_CMAP_Y[] = zzUnpackCMap( - "\1\0\1\1\1\2\175\3\1\4\77\3"); - - /* The ZZ_CMAP_A table has 320 entries */ - static final char ZZ_CMAP_A[] = zzUnpackCMap( - "\12\0\1\3\2\2\1\4\32\0\1\7\1\11\3\0\1\6\22\0\1\1\21\0\1\10\50\0\1\5\1\0\1"+ - "\12\7\0\1\2\242\0\2\2\26\0"); - - /** - * Translates DFA states to action switch labels. - */ - private static final int [] ZZ_ACTION = zzUnpackAction(); - - private static final String ZZ_ACTION_PACKED_0 = - "\7\0\3\1\5\2\2\3\2\4\2\0\1\5\1\6"+ - "\1\0\1\7\3\0\1\10\1\11\1\0\1\12\1\13"+ - "\1\0\1\14\1\15\1\16\1\17"; - - private static int [] zzUnpackAction() { - int [] result = new int[38]; - int offset = 0; - offset = zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result); - return result; - } - - private static int zzUnpackAction(String packed, int offset, int [] result) { - int i = 0; /* index in packed string */ - int j = offset; /* index in unpacked array */ - int l = packed.length(); - while (i < l) { - int count = packed.charAt(i++); - int value = packed.charAt(i++); - do result[j++] = value; while (--count > 0); - } - return j; - } - - - /** - * Translates a state to a row index in the transition table - */ - private static final int [] ZZ_ROWMAP = zzUnpackRowMap(); - - private static final String ZZ_ROWMAP_PACKED_0 = - "\0\0\0\13\0\26\0\41\0\54\0\67\0\102\0\115"+ - "\0\130\0\143\0\115\0\156\0\171\0\204\0\217\0\115"+ - "\0\232\0\115\0\245\0\260\0\273\0\306\0\115\0\321"+ - "\0\115\0\334\0\347\0\362\0\375\0\115\0\u0108\0\115"+ - "\0\115\0\u0113\0\115\0\115\0\115\0\115"; - - private static int [] zzUnpackRowMap() { - int [] result = new int[38]; - int offset = 0; - offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result); - return result; - } - - private static int zzUnpackRowMap(String packed, int offset, int [] result) { - int i = 0; /* index in packed string */ - int j = offset; /* index in unpacked array */ - int l = packed.length(); - while (i < l) { - int high = packed.charAt(i++) << 16; - result[j++] = high | packed.charAt(i++); - } - return j; - } - - /** - * The transition table of the DFA - */ - private static final int [] ZZ_TRANS = zzUnpackTrans(); - - private static final String ZZ_TRANS_PACKED_0 = - "\1\10\1\11\3\10\1\12\5\10\12\13\1\14\12\13"+ - "\1\15\12\13\1\16\12\13\1\17\6\20\1\21\4\20"+ - "\2\0\2\22\1\23\2\0\1\24\23\0\1\25\12\0"+ - "\1\26\17\0\1\27\12\0\1\30\12\0\1\31\12\0"+ - "\1\32\6\0\1\33\7\0\1\22\7\0\10\34\1\0"+ - "\2\34\5\0\1\35\12\0\1\36\1\37\16\0\1\40"+ - "\12\0\1\41\12\0\1\42\11\0\1\43\6\0\1\44"+ - "\13\0\1\45\16\0\1\46"; - - private static int [] zzUnpackTrans() { - int [] result = new int[286]; - int offset = 0; - offset = zzUnpackTrans(ZZ_TRANS_PACKED_0, offset, result); - return result; - } - - private static int zzUnpackTrans(String packed, int offset, int [] result) { - int i = 0; /* index in packed string */ - int j = offset; /* index in unpacked array */ - int l = packed.length(); - while (i < l) { - int count = packed.charAt(i++); - int value = packed.charAt(i++); - value--; - do result[j++] = value; while (--count > 0); - } - return j; - } - - - /* error codes */ - private static final int ZZ_UNKNOWN_ERROR = 0; - private static final int ZZ_NO_MATCH = 1; - private static final int ZZ_PUSHBACK_2BIG = 2; - - /* error messages for the codes above */ - private static final String[] ZZ_ERROR_MSG = { - "Unknown internal scanner error", - "Error: could not match input", - "Error: pushback value was too large" - }; - - /** - * ZZ_ATTRIBUTE[aState] contains the attributes of state aState - */ - private static final int [] ZZ_ATTRIBUTE = zzUnpackAttribute(); - - private static final String ZZ_ATTRIBUTE_PACKED_0 = - "\7\0\1\11\2\1\1\11\4\1\1\11\1\1\1\11"+ - "\1\1\2\0\1\1\1\11\1\0\1\11\3\0\1\1"+ - "\1\11\1\0\2\11\1\0\4\11"; - - private static int [] zzUnpackAttribute() { - int [] result = new int[38]; - int offset = 0; - offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result); - return result; - } - - private static int zzUnpackAttribute(String packed, int offset, int [] result) { - int i = 0; /* index in packed string */ - int j = offset; /* index in unpacked array */ - int l = packed.length(); - while (i < l) { - int count = packed.charAt(i++); - int value = packed.charAt(i++); - do result[j++] = value; while (--count > 0); - } - return j; - } - - /** the input device */ - private java.io.Reader zzReader; - - /** the current state of the DFA */ - private int zzState; - - /** the current lexical state */ - private int zzLexicalState = YYINITIAL; - - /** this buffer contains the current text to be matched and is - the source of the yytext() string */ - private CharSequence zzBuffer = ""; - - /** the textposition at the last accepting state */ - private int zzMarkedPos; - - /** the current text position in the buffer */ - private int zzCurrentPos; - - /** startRead marks the beginning of the yytext() string in the buffer */ - private int zzStartRead; - - /** endRead marks the last character in the buffer, that has been read - from input */ - private int zzEndRead; - - /** - * zzAtBOL == true <=> the scanner is currently at the beginning of a line - */ - private boolean zzAtBOL = true; - - /** zzAtEOF == true <=> the scanner is at the EOF */ - private boolean zzAtEOF; - - /** denotes if the user-EOF-code has already been executed */ - private boolean zzEOFDone; - - /* user code: */ - private Stack stack = new Stack<>(); - - public void yypushState(int newState) { - stack.push(yystate()); - yybegin(newState); - } - - public void yypopState() { - yybegin(stack.pop()); - } - - - /** - * Creates a new scanner - * - * @param in the java.io.Reader to read input from. - */ - _EdgeLexer(java.io.Reader in) { - this.zzReader = in; - } - - - /** - * Unpacks the compressed character translation table. - * - * @param packed the packed character translation table - * @return the unpacked character translation table - */ - private static char [] zzUnpackCMap(String packed) { - int size = 0; - for (int i = 0, length = packed.length(); i < length; i += 2) { - size += packed.charAt(i); - } - char[] map = new char[size]; - int i = 0; /* index in packed string */ - int j = 0; /* index in unpacked array */ - while (i < packed.length()) { - int count = packed.charAt(i++); - char value = packed.charAt(i++); - do map[j++] = value; while (--count > 0); - } - return map; - } - - public final int getTokenStart() { - return zzStartRead; - } - - public final int getTokenEnd() { - return getTokenStart() + yylength(); - } - - public void reset(CharSequence buffer, int start, int end, int initialState) { - zzBuffer = buffer; - zzCurrentPos = zzMarkedPos = zzStartRead = start; - zzAtEOF = false; - zzAtBOL = true; - zzEndRead = end; - yybegin(initialState); - } - - /** - * Refills the input buffer. - * - * @return false, iff there was new input. - * - * @exception java.io.IOException if any I/O-Error occurs - */ - private boolean zzRefill() throws java.io.IOException { - return true; - } - - - /** - * Returns the current lexical state. - */ - public final int yystate() { - return zzLexicalState; - } - - - /** - * Enters a new lexical state - * - * @param newState the new lexical state - */ - public final void yybegin(int newState) { - zzLexicalState = newState; - } - - - /** - * Returns the text matched by the current regular expression. - */ - public final CharSequence yytext() { - return zzBuffer.subSequence(zzStartRead, zzMarkedPos); - } - - - /** - * Returns the character at position pos from the - * matched text. - * - * It is equivalent to yytext().charAt(pos), but faster - * - * @param pos the position of the character to fetch. - * A value from 0 to yylength()-1. - * - * @return the character at position pos - */ - public final char yycharat(int pos) { - return zzBuffer.charAt(zzStartRead+pos); - } - - - /** - * Returns the length of the matched text region. - */ - public final int yylength() { - return zzMarkedPos-zzStartRead; - } - - - /** - * Reports an error that occured while scanning. - * - * In a wellformed scanner (no or only correct usage of - * yypushback(int) and a match-all fallback rule) this method - * will only be called with things that "Can't Possibly Happen". - * If this method is called, something is seriously wrong - * (e.g. a JFlex bug producing a faulty scanner etc.). - * - * Usual syntax/scanner level error handling should be done - * in error fallback rules. - * - * @param errorCode the code of the errormessage to display - */ - private void zzScanError(int errorCode) { - String message; - try { - message = ZZ_ERROR_MSG[errorCode]; - } - catch (ArrayIndexOutOfBoundsException e) { - message = ZZ_ERROR_MSG[ZZ_UNKNOWN_ERROR]; - } - - throw new Error(message); - } - - - /** - * Pushes the specified amount of characters back into the input stream. - * - * They will be read again by then next call of the scanning method - * - * @param number the number of characters to be read again. - * This number must not be greater than yylength()! - */ - public void yypushback(int number) { - if ( number > yylength() ) - zzScanError(ZZ_PUSHBACK_2BIG); - - zzMarkedPos -= number; - } - - - /** - * Resumes scanning until the next regular expression is matched, - * the end of input is encountered or an I/O-Error occurs. - * - * @return the next token - * @exception java.io.IOException if any I/O-Error occurs - */ - public IElementType advance() throws java.io.IOException { - int zzInput; - int zzAction; - - // cached fields: - int zzCurrentPosL; - int zzMarkedPosL; - int zzEndReadL = zzEndRead; - CharSequence zzBufferL = zzBuffer; - - int [] zzTransL = ZZ_TRANS; - int [] zzRowMapL = ZZ_ROWMAP; - int [] zzAttrL = ZZ_ATTRIBUTE; - - while (true) { - zzMarkedPosL = zzMarkedPos; - - zzAction = -1; - - zzCurrentPosL = zzCurrentPos = zzStartRead = zzMarkedPosL; - - zzState = ZZ_LEXSTATE[zzLexicalState]; - - // set up zzAction for empty match case: - int zzAttributes = zzAttrL[zzState]; - if ( (zzAttributes & 1) == 1 ) { - zzAction = zzState; - } - - - zzForAction: { - while (true) { - - if (zzCurrentPosL < zzEndReadL) { - zzInput = Character.codePointAt(zzBufferL, zzCurrentPosL/*, zzEndReadL*/); - zzCurrentPosL += Character.charCount(zzInput); - } - else if (zzAtEOF) { - zzInput = YYEOF; - break zzForAction; - } - else { - // store back cached positions - zzCurrentPos = zzCurrentPosL; - zzMarkedPos = zzMarkedPosL; - boolean eof = zzRefill(); - // get translated positions and possibly new buffer - zzCurrentPosL = zzCurrentPos; - zzMarkedPosL = zzMarkedPos; - zzBufferL = zzBuffer; - zzEndReadL = zzEndRead; - if (eof) { - zzInput = YYEOF; - break zzForAction; - } - else { - zzInput = Character.codePointAt(zzBufferL, zzCurrentPosL/*, zzEndReadL*/); - zzCurrentPosL += Character.charCount(zzInput); - } - } - int zzNext = zzTransL[ zzRowMapL[zzState] + ZZ_CMAP(zzInput) ]; - if (zzNext == -1) break zzForAction; - zzState = zzNext; - - zzAttributes = zzAttrL[zzState]; - if ( (zzAttributes & 1) == 1 ) { - zzAction = zzState; - zzMarkedPosL = zzCurrentPosL; - if ( (zzAttributes & 8) == 8 ) break zzForAction; - } - - } - } - - // store back cached position - zzMarkedPos = zzMarkedPosL; - - if (zzInput == YYEOF && zzStartRead == zzCurrentPos) { - zzAtEOF = true; - return null; - } - else { - switch (zzAction < 0 ? zzAction : ZZ_ACTION[zzAction]) { - case 1: - { return EdgeTokenTypes.CONTENT; - } - // fall through - case 16: break; - case 2: - { return EdgeTokenTypes.MUSTACHE_CONTENT; - } - // fall through - case 17: break; - case 3: - { return EdgeTokenTypes.COMMENT_MUSTACHE_CONTENT; - } - // fall through - case 18: break; - case 4: - { yybegin(YYINITIAL); - return EdgeTokenTypes.NEWLINE; - } - // fall through - case 19: break; - case 5: - { yypushState(MUSTACHE); - return EdgeTokenTypes.MUSTACHE_OPEN; - } - // fall through - case 20: break; - case 6: - { yypopState(); return EdgeTokenTypes.MUSTACHE_CLOSE; - } - // fall through - case 21: break; - case 7: - { yypopState(); return EdgeTokenTypes.ESCAPED_MUSTACHE_CLOSE; - } - // fall through - case 22: break; - case 8: - { yypushState(ESCAPED_MUSTACHE); - return EdgeTokenTypes.ESCAPED_MUSTACHE_OPEN; - } - // fall through - case 23: break; - case 9: - { yypushState(SAFE_MUSTACHE); - return EdgeTokenTypes.SAFE_MUSTACHE_OPEN; - } - // fall through - case 24: break; - case 10: - { yypopState(); return EdgeTokenTypes.SAFE_MUSTACHE_CLOSE; - } - // fall through - case 25: break; - case 11: - { yypopState(); return EdgeTokenTypes.ESCAPED_SAFE_MUSTACHE_CLOSE; - } - // fall through - case 26: break; - case 12: - { return EdgeTokenTypes.TAG_CONTENT; - } - // fall through - case 27: break; - case 13: - { yypushState(ESCAPED_SAFE_MUSTACHE); - return EdgeTokenTypes.ESCAPED_SAFE_MUSTACHE_OPEN; - } - // fall through - case 28: break; - case 14: - { yypushState(COMMENT_MUSTACHE); - return EdgeTokenTypes.COMMENT_MUSTACHE_OPEN; - } - // fall through - case 29: break; - case 15: - { yypopState(); return EdgeTokenTypes.COMMENT_MUSTACHE_CLOSE; - } - // fall through - case 30: break; - default: - zzScanError(ZZ_NO_MATCH); - } - } - } - } - - -}