NewLocation

io.shiftleft.codepropertygraph.generated.nodes.NewLocation
See theNewLocation companion object
class NewLocation(var node: Option[AbstractNode], var symbol: String, var packageName: String, var nodeLabel: String, var methodShortName: String, var methodFullName: String, var lineNumber: Option[Integer], var filename: String, var classShortName: String, var className: String) extends NewNode with LocationBase

Attributes

Companion:
object
Graph
Supertypes
class NewNode
trait Product
trait Equals
trait DetachedNodeData
trait Change
trait NodeOrDetachedNode
class Object
trait Matchable
class Any

Members list

Concise view

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 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