NewLocation

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

Attributes

Companion
object
Graph
Supertypes
trait LocationBase
class NewNode
trait Product
trait Equals
trait DetachedNodeData
trait Change
trait AbstractNode
trait StaticType[AnyRef]
trait NodeOrDetachedNode
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

Value members

Concrete methods

override def canEqual(that: Any): Boolean

Attributes

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

Attributes

Definition Classes
def filename(value: String): NewLocation.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
DetachedNodeData -> AbstractNode
def lineNumber(value: Integer): NewLocation.this.type
def lineNumber(value: Option[Integer]): NewLocation.this.type
def methodFullName(value: String): NewLocation.this.type
def methodShortName(value: String): NewLocation.this.type
def node(value: AbstractNode): NewLocation.this.type
def node(value: Option[AbstractNode]): NewLocation.this.type
def nodeLabel(value: String): NewLocation.this.type
def packageName(value: String): NewLocation.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
override def properties: Map[String, Any]

Attributes

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

Inherited methods

Attributes

Inherited from:
LocationBase
override def getRefOrId(): Object

Attributes

Definition Classes
NewNode -> DetachedNodeData
Inherited from:
NewNode
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def setRefOrId(r: Object): Unit

Attributes

Definition Classes
NewNode -> DetachedNodeData
Inherited from:
NewNode
def stored: Option[StoredType]

Attributes

Inherited from:
NewNode

Concrete fields

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