Class: TreeSitterLanguagePack::TreeCursor

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Method Summary collapse

Instance Method Details

#field_nameString?

Returns:

  • (String, nil)


279
# File 'sig/types.rbs', line 279

def field_name: () -> String?

#goto_first_childBoolean

Returns:

  • (Boolean)


276
# File 'sig/types.rbs', line 276

def goto_first_child: () -> bool

#goto_next_siblingBoolean

Returns:

  • (Boolean)


278
# File 'sig/types.rbs', line 278

def goto_next_sibling: () -> bool

#goto_parentBoolean

Returns:

  • (Boolean)


277
# File 'sig/types.rbs', line 277

def goto_parent: () -> bool

#nodeNode

Returns:



275
# File 'sig/types.rbs', line 275

def node: () -> Node