TraversalPropertyAstParentType

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def astParentType: Iterator[String]

Traverse to astParentType property

Traverse to astParentType property

Attributes

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

Traverse to nodes where the astParentType matches the regular expression value

Traverse to nodes where the astParentType matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where astParentType matches value exactly.

Traverse to nodes where astParentType matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]