TraversalMethodparameterinBase

io.shiftleft.codepropertygraph.generated.traversals.TraversalMethodparameterinBase
final class TraversalMethodparameterinBase[NodeType <: MethodParameterInBase](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 evaluationStrategy: Iterator[String]

Traverse to evaluationStrategy property

Traverse to evaluationStrategy property

Attributes

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

Traverse to nodes where the evaluationStrategy matches the regular expression value

Traverse to nodes where the evaluationStrategy matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where evaluationStrategy matches value exactly.

Traverse to nodes where evaluationStrategy matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

def index: Iterator[Int]

Traverse to index property

Traverse to index property

Attributes

def index(value: Int): Iterator[NodeType]

Traverse to nodes where the index equals the given value

Traverse to nodes where the index equals the given value

Attributes

def index(values: Int*): Iterator[NodeType]

Traverse to nodes where the index equals at least one of the given values

Traverse to nodes where the index equals at least one of the given values

Attributes

def indexGt(value: Int): Iterator[NodeType]

Traverse to nodes where the index is greater than the given value

Traverse to nodes where the index is greater than the given value

Attributes

def indexGte(value: Int): Iterator[NodeType]

Traverse to nodes where the index is greater than or equal the given value

Traverse to nodes where the index is greater than or equal the given value

Attributes

def indexLt(value: Int): Iterator[NodeType]

Traverse to nodes where the index is less than the given value

Traverse to nodes where the index is less than the given value

Attributes

def indexLte(value: Int): Iterator[NodeType]

Traverse to nodes where the index is less than or equal the given value

Traverse to nodes where the index is less than or equal the given value

Attributes

def indexNot(value: Int): Iterator[NodeType]

Traverse to nodes where the index is not equal to the given value

Traverse to nodes where the index is not equal to the given value

Attributes

def indexNot(values: Int*): Iterator[NodeType]

Traverse to nodes where the index is not equal to any of the given values

Traverse to nodes where the index is not equal to any of the given values

Attributes

def isVariadic: Iterator[Boolean]

Traverse to isVariadic property

Traverse to isVariadic property

Attributes

def isVariadic(value: Boolean): Iterator[NodeType]

Traverse to nodes where the isVariadic equals the given value

Traverse to nodes where the isVariadic equals the given value

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]