IndexAccess

io.joern.rubysrc2cpg.astcreation.RubyIntermediateAst.IndexAccess
final case class IndexAccess(target: RubyNode, indices: List[RubyNode])(span: TextSpan) extends RubyNode

Represents index accesses, e.g. x[0], self.x.y[1, 2]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class RubyNode
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def column: Option[Integer]

Attributes

Inherited from:
RubyNode
def columnEnd: Option[Integer]

Attributes

Inherited from:
RubyNode
def line: Option[Integer]

Attributes

Inherited from:
RubyNode
def lineEnd: Option[Integer]

Attributes

Inherited from:
RubyNode
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def text: String

Attributes

Inherited from:
RubyNode