NewMethod

io.shiftleft.codepropertygraph.generated.nodes.NewMethod
See theNewMethod companion object

Attributes

Companion
object
Graph
Supertypes
trait CfgNodeNew
trait AstNodeNew
trait MethodBase
trait CfgNodeBase
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 = Method

Value members

Concrete methods

def astParentFullName(value: String): this.type
def astParentType(value: String): this.type
override def canEqual(that: Any): Boolean

Attributes

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

Attributes

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

Attributes

Definition Classes
DNode
def filename(value: String): this.type
def fullName(value: String): this.type
def hash(value: Option[String]): this.type
def hash(value: String): this.type
def isExternal(value: Boolean): 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 lineNumberEnd(value: Int): this.type
def lineNumberEnd(value: Option[Int]): this.type
def name(value: String): this.type
def offset(value: Int): this.type
def offset(value: Option[Int]): this.type
def offsetEnd(value: Int): this.type
def offsetEnd(value: Option[Int]): this.type
def order(value: Int): 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 signature(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:
MethodBase
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 astParentFullName: String
var astParentType: String
var code: String
var columnNumber: Option[Int]
var columnNumberEnd: Option[Int]
var filename: String
var fullName: String
var hash: Option[String]
var isExternal: Boolean
var lineNumber: Option[Int]
var lineNumberEnd: Option[Int]
var name: String
var offset: Option[Int]
var offsetEnd: Option[Int]
var order: Int
var signature: String

Inherited fields

val nodeKind: Short

Attributes

Inherited from:
NewNode