TraversalPropertyArgumentIndex

io.shiftleft.codepropertygraph.generated.traversals.TraversalPropertyArgumentIndex
final class TraversalPropertyArgumentIndex[NodeType <: StoredNode & StaticType[HasArgumentIndexEMT]](val traversal: Iterator[NodeType]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def argumentIndex: Iterator[Int]

Traverse to argumentIndex property

Traverse to argumentIndex property

Attributes

def argumentIndex(value: Int): Iterator[NodeType]

Traverse to nodes where the argumentIndex equals the given value

Traverse to nodes where the argumentIndex equals the given value

Attributes

def argumentIndex(values: Int*): Iterator[NodeType]

Traverse to nodes where the argumentIndex equals at least one of the given values

Traverse to nodes where the argumentIndex equals at least one of the given values

Attributes

def argumentIndexGt(value: Int): Iterator[NodeType]

Traverse to nodes where the argumentIndex is greater than the given value

Traverse to nodes where the argumentIndex is greater than the given value

Attributes

def argumentIndexGte(value: Int): Iterator[NodeType]

Traverse to nodes where the argumentIndex is greater than or equal the given value

Traverse to nodes where the argumentIndex is greater than or equal the given value

Attributes

def argumentIndexLt(value: Int): Iterator[NodeType]

Traverse to nodes where the argumentIndex is less than the given value

Traverse to nodes where the argumentIndex is less than the given value

Attributes

def argumentIndexLte(value: Int): Iterator[NodeType]

Traverse to nodes where the argumentIndex is less than or equal the given value

Traverse to nodes where the argumentIndex is less than or equal the given value

Attributes

def argumentIndexNot(value: Int): Iterator[NodeType]

Traverse to nodes where the argumentIndex is not equal to the given value

Traverse to nodes where the argumentIndex is not equal to the given value

Attributes

def argumentIndexNot(values: Int*): Iterator[NodeType]

Traverse to nodes where the argumentIndex is not equal to any of the given values

Traverse to nodes where the argumentIndex is not equal to any of the given values

Attributes

Concrete fields

val traversal: Iterator[NodeType]