BaseExpr

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Argument.type
object ArgumentList.type
object AwaitExpression.type
trait BinaryExpr
object AddExpression.type
object BitwiseAndExpression.type
object BitwiseOrExpression.type
object DivideExpression.type
object EqualsExpression.type
object ExclusiveOrExpression.type
object GreaterThanExpression.type
object LessThanExpression.type
object LogicalAndExpression.type
object LogicalOrExpression.type
object ModuloExpression.type
object MultiplyExpression.type
object NotEqualsExpression.type
object SubtractExpression.type
object Block.type
trait ClauseExpr
object CatchClause.type
object ElseClause.type
object EqualsValueClause.type
object FinallyClause.type
object CompilationUnit.type
object CatchDeclaration.type
object EnumMemberDeclaration.type
object FieldDeclaration.type
object MethodDeclaration.type
object NamespaceDeclaration.type
object PropertyDeclaration.type
object ClassDeclaration.type
object EnumDeclaration.type
object InterfaceDeclaration.type
object RecordDeclaration.type
object StructDeclaration.type
object VariableDeclaration.type
object VariableDeclarator.type
object IdentifierName.type
object QualifiedName.type
object InvocationExpression.type
trait LiteralExpr
object TrueLiteralExpression.type
object ThisExpression.type
object NullableType.type
object Parameter.type
object SwitchSection.type
trait TypeExpr
object ArrayType.type
object PredefinedType.type
object SimpleBaseType.type
trait UnaryExpr
object AddressOfExpression.type
object BitwiseNotExpression.type
object LogicalNotExpression.type
object UnaryMinusExpression.type
object UnaryPlusExpression.type
object UsingDirective.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