BaseExpr

io.joern.gosrc2cpg.parser.ParserAst.BaseExpr
sealed trait BaseExpr extends ParserNode

Attributes

Graph
Supertypes
trait ParserNode
class Object
trait Matchable
class Any
Known subtypes
object BinaryExpr
object CallExpr
object IndexExpr
object KeyValueExpr
object ParenExpr
object SelectorExpr
object StarExpr
object StructType
object UnaryExpr
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
ParserNode -> Any
Inherited from:
ParserNode