All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.joern.csharpsrc2cpg.Constants.scala Maven / Gradle / Ivy

There is a newer version: 4.0.131
Show newest version
package io.joern.csharpsrc2cpg

object Constants {
  val This: String   = "this"
  val Global: String = "global"
}

object CSharpOperators {
  val throws: String  = ".throw"
  val unknown: String = ".unknown"
  val await: String   = ".await"
}

object CSharpModifiers {
  final val CONST: String = "const"
}

object CSharpDefines {
  final val AnonymousTypePrefix = ""
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy