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

io.shiftleft.codepropertygraph.generated.nodes.Declaration.scala Maven / Gradle / Ivy

The newest version!
package io.shiftleft.codepropertygraph.generated.nodes

object Declaration {
  object PropertyNames {
    val Name             = "NAME"
    val all: Set[String] = Set(Name)
  }

  object Properties {
    val Name = new overflowdb.PropertyKey[String]("NAME")
  }

  object PropertyDefaults {
    val Name = ""
  }

  object Edges {
    val Out: Array[String] = Array()
    val In: Array[String]  = Array()
  }

}

trait DeclarationBase extends AbstractNode {
  def name: String
}

trait DeclarationNew extends NewNode {
  def name_=(value: String): Unit
  def name: String
}

trait Declaration extends StoredNode with DeclarationBase {
  import overflowdb.traversal._

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy