TraversalPropertyTypeDeclFullName

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def typeDeclFullName: Iterator[String]

Traverse to typeDeclFullName property

Traverse to typeDeclFullName property

Attributes

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

Traverse to nodes where the typeDeclFullName matches the regular expression value

Traverse to nodes where the typeDeclFullName matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where typeDeclFullName matches value exactly.

Traverse to nodes where typeDeclFullName matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]