CallReprNew

io.shiftleft.codepropertygraph.generated.nodes.CallReprNew
trait CallReprNew extends NewNode with CfgNodeNew

Attributes

Graph
Supertypes
class NewNode
trait Product
trait Equals
trait DetachedNodeData
trait Change
trait NodeOrDetachedNode
class Object
trait Matchable
class Any
Known subtypes
class NewCall

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
NewNode

Value members

Abstract methods

def code: String
def code_=(value: String): Unit
def columnNumber: Option[Integer]
def columnNumber_=(value: Option[Integer]): Unit
def lineNumber: Option[Integer]
def lineNumber_=(value: Option[Integer]): Unit
def name: String
def name_=(value: String): Unit
def order: Int
def order_=(value: Int): Unit
def signature: String
def signature_=(value: String): Unit

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def copy: NewNode.this.type

Attributes

Inherited from:
NewNode
override def getRefOrId(): Object

Attributes

Definition Classes
NewNode -> DetachedNodeData
Inherited from:
NewNode
def label(): String

Attributes

Inherited from:
DetachedNodeData
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
NewNode