TraversalPropertyAliasTypeFullName

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def aliasTypeFullName: Iterator[String]

Traverse to aliasTypeFullName property

Traverse to aliasTypeFullName property

Attributes

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

Traverse to nodes where the aliasTypeFullName matches the regular expression value

Traverse to nodes where the aliasTypeFullName matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where aliasTypeFullName matches value exactly.

Traverse to nodes where aliasTypeFullName matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]