ObjectInstantiation

io.joern.rubysrc2cpg.astcreation.RubyIntermediateAst.ObjectInstantiation
sealed trait ObjectInstantiation extends RubyCall

A Ruby node that instantiates objects.

Attributes

Graph
Supertypes
trait RubyCall
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited and Abstract methods

def arguments: List[RubyNode]

Attributes

Inherited from:
RubyCall

Attributes

Inherited from:
RubyCall