Bindings from local identifiers to result offsets for analysis values.
(&self)
| 118 | } |
| 119 | /// Bindings from local identifiers to result offsets for analysis values. |
| 120 | pub fn bindings(&self) -> &BTreeMap<LocalId, usize> { |
| 121 | &self.bindings |
| 122 | } |
| 123 | /// Result offsets for the state of a various number of children of the current expression. |
| 124 | /// |
| 125 | /// The integers are the zero-offset locations in the `SubtreeSize` analysis. The order of |