Expression

io.joern.jssrc2cpg.parser.BabelAst.Expression
sealed trait Expression extends BabelNode

Attributes

Graph
Supertypes
trait BabelNode
class Object
trait Matchable
class Any
Known subtypes
object CallExpression.type
object JSXMemberExpression.type
object MemberExpression.type
object NewExpression.type
object RecordExpression.type
object TSAsExpression.type
object TSNonNullExpression.type
object TSParameterProperty.type
object TSSatisfiesExpression.type
object ThisExpression.type
object UpdateExpression.type
Show all

Members list

Value members

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
BabelNode -> Any
Inherited from:
BabelNode