| 1. | Opens a new lexical scope in the current method 在当前方法中打开新的词法范围。 |
| 2. | The local variables within the current lexical scope 当前词法范围内的局部变量。 |
| 3. | Gets the parent lexical scope of the current scope 获取当前范围的父词法范围。 |
| 4. | Gets the end offset of the current lexical scope 获取当前词法范围的结束偏移量。 |
| 5. | The root lexical scope that encloses the entire method 包括整个方法的根词法范围。 |
| 6. | Gets the start offset of the current lexical scope 获取当前词法范围的起始偏移量。 |
| 7. | The method that contains the current lexical scope 包含当前词法范围的方法。 |
| 8. | The enclosing lexical scope of the current scope 当前范围的封闭词法范围。 |
| 9. | Gets the root lexical scope within this method 获取此方法内的根词法范围。 |
| 10. | The start offset of the current lexical scope 当前词法范围的起始偏移量。 |