| 4 | import java.util.Vector; |
| 5 | |
| 6 | public class ParserTokenManager implements ParserConstants |
| 7 | { |
| 8 | public java.io.PrintStream debugStream = System.out; |
| 9 | public void setDebugStream(java.io.PrintStream ds) { debugStream = ds; } |
| 10 | private final int jjStopStringLiteralDfa_0(int pos, long active0, long active1, long active2) |
| 11 | { |
| 12 | switch (pos) |
| 13 | { |
| 14 | case 0: |
| 15 | if ((active0 & 0x3eL) != 0L) |
| 16 | return 0; |
| 17 | if ((active1 & 0x20000L) != 0L) |
| 18 | return 11; |
| 19 | if ((active1 & 0x400040000000000L) != 0L) |
| 20 | return 65; |
| 21 | if ((active0 & 0xffffffffffffc00L) != 0L) |
| 22 | { |
| 23 | jjmatchedKind = 70; |
| 24 | return 44; |
| 25 | } |
| 26 | return -1; |
| 27 | case 1: |
| 28 | if ((active0 & 0xffffffeff9ffc00L) != 0L) |
| 29 | { |
| 30 | if (jjmatchedPos != 1) |
| 31 | { |
| 32 | jjmatchedKind = 70; |
| 33 | jjmatchedPos = 1; |
| 34 | } |
| 35 | return 44; |
| 36 | } |
| 37 | if ((active0 & 0x100600000L) != 0L) |
| 38 | return 44; |
| 39 | return -1; |
| 40 | case 2: |
| 41 | if ((active0 & 0xefffecebfdffc00L) != 0L) |
| 42 | { |
| 43 | if (jjmatchedPos != 2) |
| 44 | { |
| 45 | jjmatchedKind = 70; |
| 46 | jjmatchedPos = 2; |
| 47 | } |
| 48 | return 44; |
| 49 | } |
| 50 | if ((active0 & 0x100013040000000L) != 0L) |
| 51 | return 44; |
| 52 | return -1; |
| 53 | case 3: |
| 54 | if ((active0 & 0x28002408182c000L) != 0L) |
| 55 | return 44; |
| 56 | if ((active0 & 0xc7ffcae3e5d3c00L) != 0L) |
| 57 | { |
| 58 | if (jjmatchedPos != 3) |
| 59 | { |
| 60 | jjmatchedKind = 70; |
| 61 | jjmatchedPos = 3; |
| 62 | } |
| 63 | return 44; |
nothing calls this directly
no outgoing calls
no test coverage detected