SimpleCall
io.joern.rubysrc2cpg.astcreation.RubyIntermediateAst.SimpleCall
final case class SimpleCall(target: RubyNode, arguments: List[RubyNode])(span: TextSpan) extends RubyNode
Represents traditional calls, e.g. foo, foo x, y, foo(x,y)
Attributes
- Graph
-
- Supertypes
Members list
In this article