MethodParameterInTraversalExtGen

io.shiftleft.codepropertygraph.generated.traversal.MethodParameterInTraversalExtGen
final class MethodParameterInTraversalExtGen[NodeType <: MethodParameterIn](val traversal: Iterator[NodeType]) extends AnyVal

Traversal steps for MethodParameterIn

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def asOutput: Iterator[MethodParameterOut]

Traverse to corresponding formal output parameter

Traverse to corresponding formal output parameter

Attributes

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 code: Iterator[String]

Traverse to code property

Traverse to code property

Attributes

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

Traverse to nodes where the code matches the regular expression value

Traverse to nodes where the code matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where code matches value exactly.

Traverse to nodes where code matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

def columnNumber: Iterator[Integer]

Traverse to columnNumber property

Traverse to columnNumber property

Attributes

def columnNumber(value: Integer): Iterator[NodeType]

Traverse to nodes where the columnNumber equals the given value

Traverse to nodes where the columnNumber equals the given value

Attributes

def columnNumber(values: Integer*): Iterator[NodeType]

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

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

Attributes

def columnNumberGt(value: Integer): Iterator[NodeType]

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

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

Attributes

def columnNumberGte(value: Integer): Iterator[NodeType]

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

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

Attributes

def columnNumberLt(value: Integer): Iterator[NodeType]

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

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

Attributes

def columnNumberLte(value: Integer): Iterator[NodeType]

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

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

Attributes

def columnNumberNot(value: Integer): Iterator[NodeType]

Traverse to nodes where columnNumber is not equal to the given value.

Traverse to nodes where columnNumber is not equal to the given value.

Attributes

def columnNumberNot(values: Integer*): Iterator[NodeType]

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

Traverse to nodes where columnNumber is not equal to any of the given 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 index is not equal to the given value.

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

Attributes

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

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

Traverse to nodes where 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 isVariadicNot(value: Boolean): Iterator[NodeType]

Traverse to nodes where isVariadic is not equal to the given value.

Traverse to nodes where isVariadic is not equal to the given value.

Attributes

def lineNumber: Iterator[Integer]

Traverse to lineNumber property

Traverse to lineNumber property

Attributes

def lineNumber(value: Integer): Iterator[NodeType]

Traverse to nodes where the lineNumber equals the given value

Traverse to nodes where the lineNumber equals the given value

Attributes

def lineNumber(values: Integer*): Iterator[NodeType]

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

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

Attributes

def lineNumberGt(value: Integer): Iterator[NodeType]

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

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

Attributes

def lineNumberGte(value: Integer): Iterator[NodeType]

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

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

Attributes

def lineNumberLt(value: Integer): Iterator[NodeType]

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

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

Attributes

def lineNumberLte(value: Integer): Iterator[NodeType]

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

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

Attributes

def lineNumberNot(value: Integer): Iterator[NodeType]

Traverse to nodes where lineNumber is not equal to the given value.

Traverse to nodes where lineNumber is not equal to the given value.

Attributes

def lineNumberNot(values: Integer*): Iterator[NodeType]

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

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

Attributes

def method: Iterator[Method]

Traverse to method associated with this formal parameter

Traverse to method associated with this formal parameter

Attributes

def name: Iterator[String]

Traverse to name property

Traverse to name property

Attributes

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

Traverse to nodes where the name matches the regular expression value

Traverse to nodes where the name matches the regular expression value

Attributes

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

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

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

Attributes

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

Traverse to nodes where name matches value exactly.

Traverse to nodes where name matches value exactly.

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

def order: Iterator[Int]

Traverse to order property

Traverse to order property

Attributes

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

Traverse to nodes where the order equals the given value

Traverse to nodes where the order equals the given value

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

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

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

Attributes

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

Traverse to nodes where order is not equal to the given value.

Traverse to nodes where order is not equal to the given value.

Attributes

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

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

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

Attributes

def possibleTypes: Iterator[String]

Traverse to possibleTypes property

Traverse to possibleTypes property

Attributes

Places (identifier) where this parameter is being referenced

Places (identifier) where this parameter is being referenced

Attributes

def typ: Iterator[Type]

Traverse to parameter type

Traverse to parameter type

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]