TraversalPropertyStaticReceiver

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def staticReceiver: Iterator[String]

Traverse to staticReceiver property

Traverse to staticReceiver property

Attributes

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

Traverse to nodes where the staticReceiver matches the regular expression value

Traverse to nodes where the staticReceiver matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where staticReceiver matches value exactly.

Traverse to nodes where staticReceiver matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]