TraversalPropertyCanonicalName

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def canonicalName: Iterator[String]

Traverse to canonicalName property

Traverse to canonicalName property

Attributes

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

Traverse to nodes where the canonicalName matches the regular expression value

Traverse to nodes where the canonicalName matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where canonicalName matches value exactly.

Traverse to nodes where canonicalName matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]