DependencyTraversalExtGen

io.shiftleft.codepropertygraph.generated.traversal.DependencyTraversalExtGen
final class DependencyTraversalExtGen[NodeType <: Dependency](val traversal: IterableOnce[NodeType]) extends AnyVal

Traversal steps for Dependency

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def dependencyGroupId: Traversal[String]

Traverse to dependencyGroupId property

Traverse to dependencyGroupId property

Attributes

def dependencyGroupId(pattern: String): Traversal[NodeType]

Traverse to nodes where the dependencyGroupId matches the regular expression value

Traverse to nodes where the dependencyGroupId matches the regular expression value

Attributes

def dependencyGroupId(patterns: String*): Traversal[NodeType]

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

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

Attributes

def dependencyGroupIdExact(value: String): Traversal[NodeType]

Traverse to nodes where dependencyGroupId matches value exactly.

Traverse to nodes where dependencyGroupId matches value exactly.

Attributes

def dependencyGroupIdExact(values: String*): Traversal[NodeType]

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

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

Attributes

def dependencyGroupIdNot(pattern: String): Traversal[NodeType]

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

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

Attributes

def dependencyGroupIdNot(patterns: String*): Traversal[NodeType]

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

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

Attributes

def name: Traversal[String]

Traverse to name property

Traverse to name property

Attributes

def name(pattern: String): Traversal[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*): Traversal[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): Traversal[NodeType]

Traverse to nodes where name matches value exactly.

Traverse to nodes where name matches value exactly.

Attributes

def nameExact(values: String*): Traversal[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): Traversal[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*): Traversal[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 version: Traversal[String]

Traverse to version property

Traverse to version property

Attributes

def version(pattern: String): Traversal[NodeType]

Traverse to nodes where the version matches the regular expression value

Traverse to nodes where the version matches the regular expression value

Attributes

def version(patterns: String*): Traversal[NodeType]

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

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

Attributes

def versionExact(value: String): Traversal[NodeType]

Traverse to nodes where version matches value exactly.

Traverse to nodes where version matches value exactly.

Attributes

def versionExact(values: String*): Traversal[NodeType]

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

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

Attributes

def versionNot(pattern: String): Traversal[NodeType]

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

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

Attributes

def versionNot(patterns: String*): Traversal[NodeType]

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

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

Attributes

Concrete fields

val traversal: IterableOnce[NodeType]