TraversalPropertyDependencyGroupId

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def dependencyGroupId: Iterator[String]

Traverse to dependencyGroupId property

Traverse to dependencyGroupId property

Attributes

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

Traverse to nodes where dependencyGroupId matches value exactly.

Traverse to nodes where dependencyGroupId matches value exactly.

Attributes

def dependencyGroupIdExact(values: String*): Iterator[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): Iterator[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*): Iterator[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

Concrete fields

val traversal: Iterator[NodeType]