BaseStmt

io.joern.gosrc2cpg.parser.ParserAst$.BaseStmt
sealed trait BaseStmt extends ParserNode

Attributes

Graph
Supertypes
trait ParserNode
class Object
trait Matchable
class Any
Known subtypes
object AssignStmt.type
object BlockStmt.type
object BranchStmt.type
object DeclStmt.type
object ExprStmt.type
object ForStmt.type
object IfStmt.type
object IncDecStmt.type
object LabeledStmt.type
object RangeStmt.type
object ReturnStmt.type
object SwitchStmt.type
object TypeSwitchStmt.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
ParserNode -> Any
Inherited from:
ParserNode