TraversalPropertyLineNumber

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def lineNumber: Iterator[Int]

Traverse to lineNumber property

Traverse to lineNumber property

Attributes

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

Traverse to nodes where the lineNumber equals the given value

Traverse to nodes where the lineNumber equals the given value

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]