RequireCall

io.joern.rubysrc2cpg.astcreation.RubyIntermediateAst.RequireCall
final case class RequireCall(target: RubyNode, argument: RubyNode, isRelative: Boolean)(span: TextSpan) extends RubyNode, RubyCall

Attributes

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

Members list

Value members

Concrete methods

def arguments: List[RubyNode]

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