TraversalPropertyOffsetEnd

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def offsetEnd: Iterator[Int]

Traverse to offsetEnd property

Traverse to offsetEnd property

Attributes

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

Traverse to nodes where the offsetEnd equals the given value

Traverse to nodes where the offsetEnd equals the given value

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]