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)


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

def field_name: () -> String?

#goto_first_childBoolean

Returns:

  • (Boolean)


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

def goto_first_child: () -> bool

#goto_next_siblingBoolean

Returns:

  • (Boolean)


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

def goto_next_sibling: () -> bool

#goto_parentBoolean

Returns:

  • (Boolean)


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

def goto_parent: () -> bool

#nodeNode

Returns:



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

def node: () -> Node