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

io.joern.c2cpg.astcreation.Defines.scala Maven / Gradle / Ivy

There is a newer version: 4.0.80
Show newest version
package io.joern.c2cpg.astcreation

object Defines {
  val Any: String                    = "ANY"
  val Void: String                   = "void"
  val Function: String               = "std.function"
  val Array: String                  = "std.array"
  val QualifiedNameSeparator: String = "::"
  val Empty                          = ""

  val OperatorPointerCall            = ".pointerCall"
  val OperatorConstructorInitializer = ".constructorInitializer"
  val OperatorTypeOf                 = ".typeOf"
  val OperatorMax                    = ".max"
  val OperatorMin                    = ".min"
  val OperatorEllipses               = ".op_ellipses"
  val OperatorUnknown                = ".unknown"
  val OperatorCall                   = "()"
  val OperatorExpressionList         = ".expressionList"
  val OperatorNew                    = ".new"
  val OperatorThrow                  = ".throw"
  val OperatorBracketedPrimary       = ".bracketedPrimary"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy