File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed
domainClasses/src/main/generated/io/shiftleft/codepropertygraph/generated Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 11name := " codepropertygraph"
22
33// parsed by project/Versions.scala, updated by updateDependencies.sh
4- val flatgraphVersion = " 0.1.20 "
4+ val flatgraphVersion = " 0.1.21 "
55
66inThisBuild(
77 List (
Original file line number Diff line number Diff line change @@ -274,14 +274,17 @@ object PropertyNames {
274274 */
275275 val Version : String = " VERSION"
276276
277- /** generic node base trait - use if you want to be explicitly unspecific */
278- val Anynode : String = " AnyNode "
277+ /** /* * This is a contained node */ */
278+ val Evidence : String = " evidence "
279279
280- /** This node represents a key value pair, where both the key and the value are strings. */
281- val KeyValuePair : String = " KEY_VALUE_PAIR "
280+ /** /* * This is a contained node */ */
281+ val Keyvaluepairs : String = " keyValuePairs "
282282
283- /** This node represents a tag. */
284- val Tag : String = " TAG"
283+ /** /* * This is a contained node */ */
284+ val Node : String = " node"
285+
286+ /** /* * This is a contained node */ */
287+ val Tag : String = " tag"
285288
286289 val All : Set [String ] = new HashSet [String ](
287290 Seq (
@@ -338,9 +341,9 @@ object PropertyNames {
338341 Value ,
339342 Variable ,
340343 Version ,
341- Anynode ,
342- KeyValuePair ,
343- Anynode ,
344+ Evidence ,
345+ Keyvaluepairs ,
346+ Node ,
344347 Tag
345348 ).asJava
346349 )
You can’t perform that action at this time.
0 commit comments