TraversalPropertyOffset

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def offset: Iterator[Int]

Traverse to offset property

Traverse to offset property

Attributes

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

Traverse to nodes where the offset equals the given value

Traverse to nodes where the offset equals the given value

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

Traverse to nodes where the offset does not equal any one of the given values

Traverse to nodes where the offset does not equal any one of the given values

Attributes

Concrete fields

val traversal: Iterator[NodeType]