TraversalLocalBase

io.shiftleft.codepropertygraph.generated.traversals.TraversalLocalBase
final class TraversalLocalBase[NodeType <: LocalBase](val traversal: Iterator[NodeType]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def closureBindingId: Iterator[String]

Traverse to closureBindingId property

Traverse to closureBindingId property

Attributes

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

Traverse to nodes where the closureBindingId matches the regular expression value

Traverse to nodes where the closureBindingId matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where closureBindingId matches value exactly.

Traverse to nodes where closureBindingId matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

def dynamicTypeHintFullName: Iterator[String]

Traverse to dynamicTypeHintFullName property

Traverse to dynamicTypeHintFullName property

Attributes

def possibleTypes: Iterator[String]

Traverse to possibleTypes property

Traverse to possibleTypes property

Attributes

def typeFullName: Iterator[String]

Traverse to typeFullName property

Traverse to typeFullName property

Attributes

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

Traverse to nodes where the typeFullName matches the regular expression value

Traverse to nodes where the typeFullName matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where typeFullName matches value exactly.

Traverse to nodes where typeFullName matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

Concrete fields

val traversal: Iterator[NodeType]