FunctionLike

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

Attributes

Graph
Supertypes
trait BabelNode
class Object
trait Matchable
class Any
Known subtypes
object FunctionDeclaration.type
object FunctionExpression.type

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