io.shiftleft.codepropertygraph.generated.Properties.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codepropertygraph-domain-classes_3 Show documentation
Show all versions of codepropertygraph-domain-classes_3 Show documentation
codepropertygraph-domain-classes
The newest version!
package io.shiftleft.codepropertygraph.generated
object Properties {
val AliasTypeFullName: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("ALIAS_TYPE_FULL_NAME")
val ArgumentIndex: overflowdb.PropertyKey[scala.Int] = new overflowdb.PropertyKey("ARGUMENT_INDEX")
val ArgumentName: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("ARGUMENT_NAME")
val AstParentFullName: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("AST_PARENT_FULL_NAME")
val AstParentType: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("AST_PARENT_TYPE")
val CanonicalName: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("CANONICAL_NAME")
val ClassName: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("CLASS_NAME")
val ClassShortName: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("CLASS_SHORT_NAME")
val ClosureBindingId: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("CLOSURE_BINDING_ID")
val ClosureOriginalName: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("CLOSURE_ORIGINAL_NAME")
val Code: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("CODE")
val ColumnNumber: overflowdb.PropertyKey[scala.Int] = new overflowdb.PropertyKey("COLUMN_NUMBER")
val ColumnNumberEnd: overflowdb.PropertyKey[scala.Int] = new overflowdb.PropertyKey("COLUMN_NUMBER_END")
val ContainedRef: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("CONTAINED_REF")
val Content: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("CONTENT")
val ControlStructureType: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("CONTROL_STRUCTURE_TYPE")
val DependencyGroupId: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("DEPENDENCY_GROUP_ID")
val DispatchType: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("DISPATCH_TYPE")
val DynamicTypeHintFullName: overflowdb.PropertyKey[IndexedSeq[String]] =
new overflowdb.PropertyKey("DYNAMIC_TYPE_HINT_FULL_NAME")
val EvaluationStrategy: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("EVALUATION_STRATEGY")
val ExplicitAs: overflowdb.PropertyKey[Boolean] = new overflowdb.PropertyKey("EXPLICIT_AS")
val Filename: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("FILENAME")
val FullName: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("FULL_NAME")
val Hash: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("HASH")
val ImportedAs: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("IMPORTED_AS")
val ImportedEntity: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("IMPORTED_ENTITY")
val Index: overflowdb.PropertyKey[scala.Int] = new overflowdb.PropertyKey("INDEX")
val InheritsFromTypeFullName: overflowdb.PropertyKey[IndexedSeq[String]] =
new overflowdb.PropertyKey("INHERITS_FROM_TYPE_FULL_NAME")
val IsExplicit: overflowdb.PropertyKey[Boolean] = new overflowdb.PropertyKey("IS_EXPLICIT")
val IsExternal: overflowdb.PropertyKey[Boolean] = new overflowdb.PropertyKey("IS_EXTERNAL")
val IsVariadic: overflowdb.PropertyKey[Boolean] = new overflowdb.PropertyKey("IS_VARIADIC")
val IsWildcard: overflowdb.PropertyKey[Boolean] = new overflowdb.PropertyKey("IS_WILDCARD")
val Key: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("KEY")
val Language: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("LANGUAGE")
val LineNumber: overflowdb.PropertyKey[scala.Int] = new overflowdb.PropertyKey("LINE_NUMBER")
val LineNumberEnd: overflowdb.PropertyKey[scala.Int] = new overflowdb.PropertyKey("LINE_NUMBER_END")
val MethodFullName: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("METHOD_FULL_NAME")
val MethodShortName: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("METHOD_SHORT_NAME")
val ModifierType: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("MODIFIER_TYPE")
val Name: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("NAME")
val NodeLabel: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("NODE_LABEL")
val Offset: overflowdb.PropertyKey[scala.Int] = new overflowdb.PropertyKey("OFFSET")
val OffsetEnd: overflowdb.PropertyKey[scala.Int] = new overflowdb.PropertyKey("OFFSET_END")
val Order: overflowdb.PropertyKey[scala.Int] = new overflowdb.PropertyKey("ORDER")
val Overlays: overflowdb.PropertyKey[IndexedSeq[String]] = new overflowdb.PropertyKey("OVERLAYS")
val PackageName: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("PACKAGE_NAME")
val ParserTypeName: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("PARSER_TYPE_NAME")
val PossibleTypes: overflowdb.PropertyKey[IndexedSeq[String]] = new overflowdb.PropertyKey("POSSIBLE_TYPES")
val Root: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("ROOT")
val Signature: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("SIGNATURE")
val Symbol: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("SYMBOL")
val TypeDeclFullName: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("TYPE_DECL_FULL_NAME")
val TypeFullName: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("TYPE_FULL_NAME")
val Value: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("VALUE")
val Variable: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("VARIABLE")
val Version: overflowdb.PropertyKey[String] = new overflowdb.PropertyKey("VERSION")
}