KeyValuePair

io.shiftleft.codepropertygraph.generated.nodes.KeyValuePair
See theKeyValuePair companion object
class KeyValuePair(graph_4762: Graph, id_4762: Long) extends NodeRef[KeyValuePairDb], KeyValuePairBase, StoredNode

Attributes

Companion
object
Graph
Supertypes
trait StoredNode
trait Product
trait Equals
trait AbstractNode
trait StaticType[AnyRef]
class NodeRef[KeyValuePairDb]
class Node
trait NodeOrDetachedNode
class Element
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def canEqual(that: Any): Boolean

Attributes

Definition Classes
Equals
override def fromNewNode(newNode: NewNode, mapping: NewNode => StoredNode): Unit

Attributes

Definition Classes
override def key: String

Attributes

Definition Classes
override def label: String

Attributes

Definition Classes
AbstractNode -> Element
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 propertyDefaultValue(propertyKey: String): <FromJavaObject>

Attributes

Definition Classes
Element
override def value: String

Attributes

Definition Classes

Inherited methods

def _aliasOfIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _aliasOfOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _argumentIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _argumentOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _astIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _astOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _bindsIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _bindsOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _bindsToIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _bindsToOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _callIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _callOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _captureIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _captureOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _capturedByIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _capturedByOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _cdgIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _cdgOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _cfgIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _cfgOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _conditionIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _conditionOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _containsIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _containsOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _dominateIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _dominateOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _evalTypeIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _evalTypeOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _importsIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _importsOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _inheritsFromIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _inheritsFromOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode

Attributes

Inherited from:
StoredNode

Attributes

Inherited from:
StoredNode
def _parameterLinkIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _parameterLinkOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _postDominateIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _postDominateOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _reachingDefIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _reachingDefOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _receiverIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _receiverOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _refIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _refOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _sourceFileIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _sourceFileOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _taggedByIn: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode
def _taggedByOut: Iterator[StoredNode]

Attributes

Inherited from:
StoredNode

Attributes

Inherited from:
KeyValuePairBase
def both(x$0: String*): Iterator[Node]

Attributes

Inherited from:
NodeRef
def both(): Iterator[Node]

Attributes

Inherited from:
NodeRef
def bothE(x$0: String*): Iterator[Edge]

Attributes

Inherited from:
NodeRef
def bothE(): Iterator[Edge]

Attributes

Inherited from:
NodeRef
def equals(x$0: <FromJavaObject>): Boolean

Compares the receiver object (this) with the argument object (that) for equivalence.

Compares the receiver object (this) with the argument object (that) for equivalence.

Any implementation of this method should be an equivalence relation:

  • It is reflexive: for any instance x of type Any, x.equals(x) should return true.
  • It is symmetric: for any instances x and y of type Any, x.equals(y) should return true if and only if y.equals(x) returns true.
  • It is transitive: for any instances x, y, and z of type Any if x.equals(y) returns true and y.equals(z) returns true, then x.equals(z) should return true.

If you override this method, you should verify that your implementation remains an equivalence relation. Additionally, when overriding this method it is usually necessary to override hashCode to ensure that objects which are "equal" (o1.equals(o2) returns true) hash to the same scala.Int. (o1.hashCode.equals(o2.hashCode)).

Value parameters

that

the object to compare against this object for equality.

Attributes

Returns

true if the receiver object is equivalent to the argument; false otherwise.

Inherited from:
NodeRef
final def get(): KeyValuePairDb

Attributes

Inherited from:
NodeRef
final def getOption(): Optional[KeyValuePairDb]

Attributes

Inherited from:
NodeRef
def graph(): Graph

Attributes

Inherited from:
NodeRef
def hashCode(): Int

Calculates a hash code value for the object.

Calculates a hash code value for the object.

The default hashing algorithm is platform dependent.

Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

Attributes

Returns

the hash code value for this object.

Inherited from:
NodeRef
def id(): Long

Attributes

Inherited from:
NodeRef
def in(x$0: String*): Iterator[Node]

Attributes

Inherited from:
NodeRef
def in(): Iterator[Node]

Attributes

Inherited from:
NodeRef
def inE(x$0: String*): Iterator[Edge]

Attributes

Inherited from:
NodeRef
def inE(): Iterator[Edge]

Attributes

Inherited from:
NodeRef
def isCleared(): Boolean

Attributes

Inherited from:
NodeRef
def isSet(): Boolean

Attributes

Inherited from:
NodeRef
def out(x$0: String*): Iterator[Node]

Attributes

Inherited from:
NodeRef
def out(): Iterator[Node]

Attributes

Inherited from:
NodeRef
def outE(x$0: String*): Iterator[Edge]

Attributes

Inherited from:
NodeRef
def outE(): Iterator[Edge]

Attributes

Inherited from:
NodeRef
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def propertiesMap(): Map[String, <FromJavaObject>]

Attributes

Inherited from:
NodeRef
def property[A <: <FromJavaObject>](x$0: PropertyKey[A], x$1: A): A

Attributes

Inherited from:
Element
def property[A <: <FromJavaObject>](x$0: String, x$1: A): A

Attributes

Inherited from:
Element
def property[A <: <FromJavaObject>](x$0: PropertyKey[A]): A

Attributes

Inherited from:
NodeRef
def property(x$0: String): <FromJavaObject>

Attributes

Inherited from:
NodeRef
def propertyKeys(): Set[String]

Attributes

Inherited from:
NodeRef
def propertyOption(x$0: String): Optional[<FromJavaObject>]

Attributes

Inherited from:
NodeRef
def propertyOption[A <: <FromJavaObject>](x$0: PropertyKey[A]): Optional[A]

Attributes

Inherited from:
NodeRef
def setNode(x$0: KeyValuePairDb): Unit

Attributes

Inherited from:
NodeRef
def toMap: Map[String, Any]

Attributes

Inherited from:
StoredNode
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
NodeRef
def underlying: Node

Attributes

Inherited from:
StoredNode

Deprecated and Inherited methods

@Deprecated
final def addEdge(x$0: String, x$1: Node, x$2: Map[String, <FromJavaObject>]): Edge

Attributes

Deprecated
true
Inherited from:
Node
@Deprecated
final def addEdge(x$0: String, x$1: Node, x$2: <FromJavaObject>*): Edge

Attributes

Deprecated
true
Inherited from:
Node
@Deprecated
final def addEdgeSilent(x$0: String, x$1: Node, x$2: Map[String, <FromJavaObject>]): Unit

Attributes

Deprecated
true
Inherited from:
Node
@Deprecated
final def addEdgeSilent(x$0: String, x$1: Node, x$2: <FromJavaObject>*): Unit

Attributes

Deprecated
true
Inherited from:
Node
@Deprecated
final def remove(): Unit

Attributes

Deprecated
true
Inherited from:
Element
@Deprecated
final def removeProperty(x$0: String): Unit

Attributes

Deprecated
true
Inherited from:
Element
@Deprecated
final def setProperty(x$0: Property[_ <: <FromJavaObject>]): Unit

Attributes

Deprecated
true
Inherited from:
Element
@Deprecated
final def setProperty[A <: <FromJavaObject>](x$0: PropertyKey[A], x$1: A): Unit

Attributes

Deprecated
true
Inherited from:
Element
@Deprecated
final def setProperty(x$0: String, x$1: <FromJavaObject>): Unit

Attributes

Deprecated
true
Inherited from:
Element