RubyNode

io.joern.rubysrc2cpg.astcreation.RubyIntermediateAst.RubyNode
sealed class RubyNode(val span: TextSpan)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def column: Option[Integer]
def columnEnd: Option[Integer]
def line: Option[Integer]
def lineEnd: Option[Integer]
def text: String

Concrete fields

val span: TextSpan