TraversalPropertyPackageName

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def packageName: Iterator[String]

Traverse to packageName property

Traverse to packageName property

Attributes

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

Traverse to nodes where the packageName matches the regular expression value

Traverse to nodes where the packageName matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where packageName matches value exactly.

Traverse to nodes where packageName matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]