io.joern.jssrc2cpg.parser

Members list

Concise view

Type members

Classlikes

object BabelAst

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class BabelNodeInfo(node: BabelNode, json: Value, code: String, lineNumber: Option[Integer], columnNumber: Option[Integer], lineNumberEnd: Option[Integer], columnNumberEnd: Option[Integer])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object JsValueVisitor extends AstTransformer[Value]

Custom visitor that mimics the behavior of ujson.Value. Provides a fix for: https://github.com/joernio/joern/issues/2440

Custom visitor that mimics the behavior of ujson.Value. Provides a fix for: https://github.com/joernio/joern/issues/2440

Attributes

Graph
Supertypes
trait AstTransformer[Value]
trait JsVisitor[Value, Value]
trait Visitor[Value, Value]
trait Transformer[Value]
class Object
trait Matchable
class Any
Self type