()
| 3108 | } |
| 3109 | |
| 3110 | public final long hashLCase() { |
| 3111 | if (this.hashLCase == 0) { |
| 3112 | if (stringVal == null) { |
| 3113 | stringVal = subString(mark, bufPos); |
| 3114 | } |
| 3115 | this.hashLCase = FnvHash.fnv1a_64_lower(stringVal); |
| 3116 | } |
| 3117 | return hashLCase; |
| 3118 | } |
| 3119 | |
| 3120 | public final List<String> readAndResetComments() { |
| 3121 | List<String> comments = this.comments; |
no test coverage detected