RubyJsonToNodeCreator

io.joern.rubysrc2cpg.parser.RubyJsonToNodeCreator
class RubyJsonToNodeCreator(variableNameGen: FreshNameGenerator[String], procParamGen: FreshNameGenerator[Left[String, Nothing]], fileName: String)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def visitProgram(obj: Value): StatementList

Main entrypoint of JSON deserialization.

Main entrypoint of JSON deserialization.

Attributes