CodeQL library for Ruby
codeql/ruby-all 4.1.2-dev (changelog, source)
Search

Class Ruby::LeftAssignmentList

A class representing left_assignment_list nodes.

Import path

import codeql.ruby.ast.internal.TreeSitter

Direct supertypes

Indirect supertypes

Known direct subtypes

    Predicates

    getAFieldOrChild

    Gets a field or child node of this node.

    getAPrimaryQlClass

    Gets the name of the primary QL class for this element.

    getChild

    Gets the ith child of this node.

    Inherited predicates

    getLocation

    Gets the location of this element.

    from AstNode
    getParent

    Gets the parent of this element.

    from AstNode
    getParentIndex

    Gets the index of this node among the children of its parent.

    from AstNode
    getPrimaryQlClasses

    Gets a comma-separated list of the names of the primary CodeQL classes to which this element belongs.

    from AstNode
    toString

    Gets a string representation of this element.

    from AstNode