()
| 104 | } |
| 105 | |
| 106 | hashCodeForConfigSet() { |
| 107 | const hash = new HashCode(); |
| 108 | hash.update(this.state.stateNumber, this.alt, this.semanticContext); |
| 109 | return hash.finish(); |
| 110 | } |
| 111 | |
| 112 | equalsForConfigSet(other) { |
| 113 | if (this === other) { |
no test coverage detected