TraversalPropertyHash

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def hash: Iterator[String]

Traverse to hash property

Traverse to hash property

Attributes

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

Traverse to nodes where the hash matches the regular expression value

Traverse to nodes where the hash matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where hash matches value exactly.

Traverse to nodes where hash matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]