NewLocal

io.shiftleft.codepropertygraph.generated.nodes.NewLocal
See theNewLocal companion object

Attributes

Companion
object
Graph
Supertypes
trait AstNodeNew
trait LocalBase
trait AstNodeBase
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 = Local

Value members

Concrete methods

override def canEqual(that: Any): Boolean

Attributes

Definition Classes
Equals
def closureBindingId(value: Option[String]): this.type
def closureBindingId(value: String): this.type
def code(value: String): this.type
def columnNumber(value: Int): this.type
def columnNumber(value: Option[Int]): this.type
override def copy: this.type

Attributes

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

Attributes

Definition Classes
DNode
def dynamicTypeHintFullName(value: IterableOnce[String]): this.type
def genericSignature(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 name(value: String): this.type
def order(value: Int): this.type
def possibleTypes(value: IterableOnce[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 typeFullName(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:
LocalBase
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 closureBindingId: Option[String]
var code: String
var columnNumber: Option[Int]
var dynamicTypeHintFullName: IndexedSeq[String]
var genericSignature: String
var lineNumber: Option[Int]
var name: String
var order: Int
var possibleTypes: IndexedSeq[String]
var typeFullName: String

Inherited fields

val nodeKind: Short

Attributes

Inherited from:
NewNode