TraversalAstnodeBase

io.shiftleft.codepropertygraph.generated.traversals.TraversalAstnodeBase
final class TraversalAstnodeBase[NodeType <: AstNodeBase](val traversal: Iterator[NodeType]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def code: Iterator[String]

Traverse to code property

Traverse to code property

Attributes

def code(pattern: String): Iterator[NodeType]

Traverse to nodes where the code matches the regular expression value

Traverse to nodes where the code matches the regular expression value

Attributes

def code(patterns: String*): Iterator[NodeType]

Traverse to nodes where the code matches at least one of the regular expressions in values

Traverse to nodes where the code matches at least one of the regular expressions in values

Attributes

def codeExact(value: String): Iterator[NodeType]

Traverse to nodes where code matches value exactly.

Traverse to nodes where code matches value exactly.

Attributes

def codeExact(values: String*): Iterator[NodeType]

Traverse to nodes where code matches one of the elements in values exactly.

Traverse to nodes where code matches one of the elements in values exactly.

Attributes

def codeNot(pattern: String): Iterator[NodeType]

Traverse to nodes where code does not match the regular expression value.

Traverse to nodes where code does not match the regular expression value.

Attributes

def codeNot(patterns: String*): Iterator[NodeType]

Traverse to nodes where code does not match any of the regular expressions in values.

Traverse to nodes where code does not match any of the regular expressions in values.

Attributes

def columnNumber: Iterator[Int]

Traverse to columnNumber property

Traverse to columnNumber property

Attributes

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

Traverse to nodes where the columnNumber equals the given value

Traverse to nodes where the columnNumber equals the given value

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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 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

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

def order: Iterator[Int]

Traverse to order property

Traverse to order property

Attributes

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

Traverse to nodes where the order equals the given value

Traverse to nodes where the order equals the given value

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

Traverse to nodes where the order is not equal to any of the given values

Traverse to nodes where the order is not equal to any of the given values

Attributes

Concrete fields

val traversal: Iterator[NodeType]