BaseStmt

io.joern.csharpsrc2cpg.parser.DotNetJsonAst.BaseStmt
sealed trait BaseStmt extends DotNetParserNode

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DoStatement.type
object ExpressionStatement.type
object ForEachStatement.type
object ForStatement.type
object GenericName.type
object GlobalStatement.type
object IfStatement.type
object BreakStatement.type
object ContinueStatement.type
object GotoStatement.type
object ReturnStatement.type
object SwitchStatement.type
object ThrowStatement.type
object TryStatement.type
object TypeArgumentList.type
object TypeParameter.type
object WhileStatement.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
Inherited from:
DotNetParserNode