TraversalJumptargetBase

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def argumentIndex: Iterator[Int]

Traverse to argumentIndex property

Traverse to argumentIndex property

Attributes

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

Traverse to nodes where the argumentIndex equals the given value

Traverse to nodes where the argumentIndex equals the given value

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

def name: Iterator[String]

Traverse to name property

Traverse to name property

Attributes

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

Traverse to nodes where the name matches the regular expression value

Traverse to nodes where the name matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where name matches value exactly.

Traverse to nodes where name matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

def parserTypeName: Iterator[String]

Traverse to parserTypeName property

Traverse to parserTypeName property

Attributes

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

Traverse to nodes where the parserTypeName matches the regular expression value

Traverse to nodes where the parserTypeName matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where parserTypeName matches value exactly.

Traverse to nodes where parserTypeName matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]