ParserNode

io.joern.rubysrc2cpg.parser.ParserAst.ParserNode
abstract class ParserNode(ctx: ParserRuleContext)

A lightweight (intermediate) Ruby AST node built on top of an ANTLR's ParserRuleContext.

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