Class: TreeSitterLanguagePack::TreeCursor
- Inherits:
-
Object
- Object
- TreeSitterLanguagePack::TreeCursor
- Defined in:
- sig/types.rbs
Instance Method Summary collapse
- #field_name ⇒ String?
- #goto_first_child ⇒ Boolean
- #goto_next_sibling ⇒ Boolean
- #goto_parent ⇒ Boolean
- #node ⇒ Node
Instance Method Details
#field_name ⇒ String?
238 |
# File 'sig/types.rbs', line 238
def field_name: () -> String?
|
#goto_first_child ⇒ Boolean
235 |
# File 'sig/types.rbs', line 235
def goto_first_child: () -> bool
|
#goto_next_sibling ⇒ Boolean
237 |
# File 'sig/types.rbs', line 237
def goto_next_sibling: () -> bool
|
#goto_parent ⇒ Boolean
236 |
# File 'sig/types.rbs', line 236
def goto_parent: () -> bool
|