MetaDataTraversalExtGen

io.shiftleft.codepropertygraph.generated.traversal.MetaDataTraversalExtGen
final class MetaDataTraversalExtGen[NodeType <: MetaData](val traversal: Iterator[NodeType]) extends AnyVal

Traversal steps for MetaData

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

def language: Iterator[String]

Traverse to language property

Traverse to language property

Attributes

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

Traverse to nodes where the language matches the regular expression value

Traverse to nodes where the language matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where language matches value exactly.

Traverse to nodes where language matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

def overlays: Iterator[String]

Traverse to overlays property

Traverse to overlays property

Attributes

def root: Iterator[String]

Traverse to root property

Traverse to root property

Attributes

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

Traverse to nodes where the root matches the regular expression value

Traverse to nodes where the root matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where root matches value exactly.

Traverse to nodes where root matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

def version: Iterator[String]

Traverse to version property

Traverse to version property

Attributes

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

Traverse to nodes where version matches value exactly.

Traverse to nodes where version matches value exactly.

Attributes

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