TraversalPropertyAstParentFullName

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def astParentFullName: Iterator[String]

Traverse to astParentFullName property

Traverse to astParentFullName property

Attributes

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

Traverse to nodes where the astParentFullName matches the regular expression value

Traverse to nodes where the astParentFullName matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where astParentFullName matches value exactly.

Traverse to nodes where astParentFullName matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]