NewCall

io.shiftleft.codepropertygraph.generated.nodes.NewCall
See theNewCall companion object
class NewCall extends NewNode with CallBase with CallReprNew with ExpressionNew

Attributes

Companion:
object
Graph
Supertypes
trait CallBase
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

def argumentIndex(value: Int): NewCall.this.type
def argumentName(value: String): NewCall.this.type
def argumentName(value: Option[String]): NewCall.this.type
override def canEqual(that: Any): Boolean

Attributes

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

Attributes

Definition Classes
def dispatchType(value: String): NewCall.this.type
def dynamicTypeHintFullName(value: IterableOnce[String]): NewCall.this.type
override def label: String

Attributes

Definition Classes
DetachedNodeData -> AbstractNode
def lineNumber(value: Integer): NewCall.this.type
def lineNumber(value: Option[Integer]): NewCall.this.type
def methodFullName(value: String): NewCall.this.type
def name(value: String): NewCall.this.type
def order(value: Int): NewCall.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 signature(value: String): NewCall.this.type
def typeFullName(value: String): NewCall.this.type

Inherited methods

Attributes

Inherited from:
CallBase
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 argumentIndex: Int
var argumentName: Option[String]
var code: String
var columnNumber: Option[Integer]
var dispatchType: String
var dynamicTypeHintFullName: IndexedSeq[String]
var lineNumber: Option[Integer]
var methodFullName: String
var name: String
var order: Int
var signature: String
var typeFullName: String