NewMethodRef

io.shiftleft.codepropertygraph.generated.nodes.NewMethodRef
See theNewMethodRef companion object
class NewMethodRef(var typeFullName: String, var order: Int, var methodFullName: String, var lineNumber: Option[Integer], var dynamicTypeHintFullName: IndexedSeq[String], var columnNumber: Option[Integer], var code: String, var argumentName: Option[String], var argumentIndex: Int) extends NewNode with MethodRefBase with ExpressionNew

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

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

Attributes

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

Attributes

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

Attributes

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

Inherited methods

Attributes

Inherited from:
MethodRefBase
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 dynamicTypeHintFullName: IndexedSeq[String]
var lineNumber: Option[Integer]
var methodFullName: String
var order: Int
var typeFullName: String