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?
279 |
# File 'sig/types.rbs', line 279
def field_name: () -> String?
|
#goto_first_child ⇒ Boolean
276 |
# File 'sig/types.rbs', line 276
def goto_first_child: () -> bool
|
#goto_next_sibling ⇒ Boolean
278 |
# File 'sig/types.rbs', line 278
def goto_next_sibling: () -> bool
|
#goto_parent ⇒ Boolean
277 |
# File 'sig/types.rbs', line 277
def goto_parent: () -> bool
|