io.joern.jssrc2cpg.parser

Members list

Type members

Classlikes

object BabelAst

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
BabelAst.type

Attributes

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

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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

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