NewLocation

io.shiftleft.codepropertygraph.generated.nodes.NewLocation
See theNewLocation companion object

Attributes

Companion
object
Graph
Supertypes
trait LocationBase
class NewNode
trait DNode
trait AbstractNode
trait Product
trait Equals
trait DNodeOrNode
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

override type StoredNodeType = Location

Value members

Concrete methods

override def canEqual(that: Any): Boolean

Attributes

Definition Classes
Equals
def className(value: String): this.type
def classShortName(value: String): this.type
override def copy: this.type

Attributes

Definition Classes
override def countAndVisitProperties(interface: BatchedUpdateInterface): Unit

Attributes

Definition Classes
DNode
def filename(value: String): this.type
override def isValidInNeighbor(edgeLabel: String, n: NewNode): Boolean

Attributes

Definition Classes
override def isValidOutNeighbor(edgeLabel: String, n: NewNode): Boolean

Attributes

Definition Classes
override def label: String

Attributes

Definition Classes
def lineNumber(value: Int): this.type
def lineNumber(value: Option[Int]): this.type
def methodFullName(value: String): this.type
def methodShortName(value: String): this.type
def node(value: AbstractNode): this.type
def node(value: Option[AbstractNode]): this.type
def nodeLabel(value: String): this.type
def packageName(value: String): this.type
override def productArity: Int

Attributes

Definition Classes
Product
override def productElement(n: Int): Any

Attributes

Definition Classes
Product
override def productElementName(n: Int): String

Attributes

Definition Classes
Product
override def productPrefix: String

Attributes

Definition Classes
Product
def symbol(value: String): this.type

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def properties: Map[String, Any]

Attributes

Inherited from:
AbstractNode
override def propertiesMap: Map[String, Any]

TODO deprecate and phase out

TODO deprecate and phase out

Attributes

Definition Classes
Inherited from:
LocationBase
override def storedRef: Option[StoredNodeType]

Attributes

Definition Classes
NewNode -> DNode
Inherited from:
NewNode
override def storedRef_=(stored: Option[GNode]): Unit

Attributes

Definition Classes
NewNode -> DNode
Inherited from:
NewNode

Concrete fields

var className: String
var classShortName: String
var filename: String
var lineNumber: Option[Int]
var methodFullName: String
var methodShortName: String
var node: Option[AbstractNode]
var nodeLabel: String
var packageName: String
var symbol: String

Inherited fields

val nodeKind: Short

Attributes

Inherited from:
NewNode