TraversalPropertyColumnNumberEnd

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def columnNumberEnd: Iterator[Int]

Traverse to columnNumberEnd property

Traverse to columnNumberEnd property

Attributes

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

Traverse to nodes where the columnNumberEnd equals the given value

Traverse to nodes where the columnNumberEnd equals the given value

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]