TraversalPropertyLineNumberEnd

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def lineNumberEnd: Iterator[Int]

Traverse to lineNumberEnd property

Traverse to lineNumberEnd property

Attributes

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

Traverse to nodes where the lineNumberEnd equals the given value

Traverse to nodes where the lineNumberEnd equals the given value

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]